@charset "UTF-8";
@import url("https://beauty-life.biz/wp/wp-content/themes/jin/css/root.css");
@import url("parts/mv.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP COMMON -------------
***************************************/
/* =========================
   バグ対策
========================= */
.slick-track {
  display: flex !important;
}

.slide-item picture {
  display: block;
  width: 100%;
}

.slide-item img {
  display: block;
  width: 100%;
  height: auto;
}
/* スライダー ここまで */


.top_ttl {
  font-size: clamp(3.3rem, 3vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 599px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/***************************************
------------- 買取相場・NEWS・カレンダー ------------
***************************************/
.sec_news {
  padding: min(6%, 100px) 0;
}

/*買取価格相場*/
.sec_news .price_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_news .price_list li.gold {
  color: #dba800;
}

.sec_news .price_list li.pt {
  color: #4267c7;
}

.sec_news .price_list li:not(:last-child) {
  border-bottom: solid 2px #f5f0ff;
}

.sec_news .price_list li .left {
  display: flex;
  align-items: center;
  flex: auto;
}

.sec_news .price_list li .icon {
  padding: min(5%, 20px) min(5%, 20px) min(5%, 20px) min(5%, 15px);
}

.sec_news .price_list li .name {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}

.sec_news .price_list li .price {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: #db0000;
  font-weight: 500;
}

.sec_news .price_list li .yen {
  color: #333333;
  font-size: 0.5em;
}

/*お知らせ*/
.sec_news .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_news .link {
  display: inline-block;
  color: var(--base-color01);
  position: relative;
  padding-right: 15px;
}

.sec_news .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--base-color01);
  border-right: 1px solid var(--base-color01);
  transform: rotate(45deg);
}

.sec_news .button.small {
  max-width: 100%;
  width: 200px;
}

.sec_news .border_box {
  border: solid 1px var(--base-color01);
  padding: min(4%, 20px);
  height: 360px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 599px) {
  .sec_news .border_box {
    height: auto;
  }
}
.sec_news .border_box::-webkit-scrollbar {
  display: none;
}

.sec_news .h3 {
  border-bottom: solid 2px var(--base-color01);
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.5em;
}

/*カレンダー*/
.sec_news .calendar iframe {
  width: 100%;
  height: 100%;
}

/***************************************
------------- ABOUT US ------------
***************************************/
.sec_about {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取可能な取扱カテゴリーについて ------------
***************************************/
.sec_category {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取・査定方法について ------------
***************************************/
.sec_method {
  padding: 0 0 min(6%, 100px);
}

.sec_method img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_results {
  padding: 0 0 min(6%, 100px);
}

.sec_results .top_ttl {
  margin-bottom: 1.2em;
}

/***************************************
------------- 査定額アップの秘訣 ------------
***************************************/
.sec_tips {
  padding: 0 0 min(6%, 100px);
}

@media (min-width: 600px) {
  .navigation {
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 10px #a1a1a1;
  }
}

#mv {
  padding: 30px 0 40px 0;
  background: #fef8e9;
  position: relative;
}
@media (max-width: 599px) {
  #mv {
    padding-top: 0;
  }
}
#mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#mv .slick-dots {
  position: absolute;
  bottom: -27px;
}
#mv .slick-dots li button:before {
  font-size: 9px;
  color: #9a9a9a;
  opacity: 1;
}
#mv .slick-dots li.slick-active button:before {
  color: #ffc900;
}

.main_contents {
  padding: 70px 0 0 0;
}

@media (max-width: 599px) {
  .sec_greeting {
    padding-top: 10%;
  }
}
.sec_greeting .h2 {
  margin: 0;
}
.sec_greeting .h3 {
  margin: 0;
  margin-bottom: 10px;
}
.sec_greeting .flexbox {
  border: 4px solid #1f2777;
  border-top: none;
  display: flex;
  padding: 30px 25px;
  gap: 4%;
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .sec_greeting .flexbox {
    display: block;
    padding: 4%;
  }
}
.sec_greeting .flexbox .left {
  width: 58%;
}
@media (max-width: 599px) {
  .sec_greeting .flexbox .left {
    width: 100%;
  }
}
.sec_greeting .flexbox .right {
  width: 38%;
}
@media (max-width: 599px) {
  .sec_greeting .flexbox .right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_greeting .textstrong {
  font-family: var(--title-font-family);
  color: #1f2777;
  font-weight: 700;
  font-size: clamp(20px, 2.3333333333vw, 28px);
  line-height: 1.3;
  margin-bottom: 10px;
}
.sec_greeting .contenttxt {
  letter-spacing: 0;
  line-height: 1.4;
}

.sec_banner01 {
  padding: 10px 0 50px 0;
}
@media (max-width: 599px) {
  .sec_banner01 {
    padding-bottom: 8%;
  }
}

.sec_purchase {
  padding: 0;
}
.sec_purchase .h2 {
  margin: 0;
}
.sec_purchase .borderbox01 {
  border: 4px solid #1f2777;
  border-top: none;
  padding: 25px;
  line-height: 1.5;
  letter-spacing: 0;
}

.sec_banner02 {
  padding: 10px 0 50px 0;
}
@media (max-width: 599px) {
  .sec_banner02 {
    padding-bottom: 8%;
  }
}

.sec_items {
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .sec_items {
    padding-bottom: 8%;
  }
}
.sec_items .h2 {
  margin: 0;
}
.sec_items .bgwrap {
  padding: 50px 24px 35px 24px;
  border: 4px solid #1f2777;
  border-top: none;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/bg_img001.jpg) no-repeat right bottom/cover;
}
@media (max-width: 599px) {
  .sec_items .bgwrap {
    padding: 5%;
    background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/sp_bg_img001.jpg) no-repeat right bottom/cover;
  }
}
.sec_items .bgwrap .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 30px;
}
@media (max-width: 599px) {
  .sec_items .bgwrap .flexbox {
    row-gap: 10px;
  }
}
.sec_items .bgwrap .flexbox .col-4 {
  width: 32%;
}
@media (max-width: 599px) {
  .sec_items .bgwrap .flexbox .col-4 {
    width: 49%;
  }
}
.sec_items .btnspace {
  margin-top: 40px;
}

@media (max-width: 599px) {
  .sec_items .btnspace {
    margin-top: 25px;
  }
}

.sec_items .btnspace a {
  width: 100%;
  max-width: 650px;
  font-size: clamp(20px, 2.5vw, 30px);
  border-radius: 100px;
  border: 2px solid #1f2777;
  background: white;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #1f2777;
padding-right: 60px;
}
@media (max-width: 599px) {
  .sec_items .btnspace a {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 20px;
  }
}
.sec_items .btnspace a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/arrow01.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px; //初期値20
  margin: auto;
  transform: rotate(0deg);
/*  padding: 5px 0; */
}
@media (max-width: 599px) {
  .sec_items .btnspace a:after {
    right: 10px;
  }
}

.sec_results {
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .sec_results {
    padding-bottom: 8%;
  }
}
.sec_results .h2 {
  margin: 0;
}
.sec_results .bgwrap {
  padding: 50px 25px 35px 25px;
  border: 4px solid #1f2777;
  border-top: none;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/bg_img002.jpg) no-repeat right bottom/cover;
}
@media (max-width: 599px) {
  .sec_results .bgwrap {
    padding: 5%;
    background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/sp_bg_img002.jpg) no-repeat right bottom/cover;
  }
}
.sec_results .bgwrap .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 30px;
}
@media (max-width: 599px) {
  .sec_results .bgwrap .flexbox {
    gap: 4%;
    row-gap: 15px;
  }
}
.sec_results .bgwrap .flexbox .col-4 {
  width: 32%;
  border: 2px solid #ddbd4b;
  outline: 4px solid #1f2777;
  background: white;
}
@media (max-width: 599px) {
  .sec_results .bgwrap .flexbox .col-4 {
    width: 48%;
  }
}
.sec_results .bgwrap .flexbox .col-4 img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .sec_results .bgwrap .flexbox .col-4 img {
    height: 17vw;
  }
}
@media (max-width: 599px) {
  .sec_results .bgwrap .flexbox .col-4 img {
    height: 25vw;
  }
}
.sec_results .bgwrap .flexbox .col-4 .txt_wrap {
  padding: 10px 12px 14px 12px;
}
.sec_results .bgwrap .flexbox .col-4 .txt_wrap .date {
  text-align: right;
  color: #1f2777;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec_results .bgwrap .flexbox .col-4 .txt_wrap .cat {
  margin: 0;
  padding: 5px 0;
  background: #1f2777;
  text-align: center;
  color: white;
  font-weight: bold;
}
.sec_results .bgwrap .flexbox .col-4 .txt_wrap .text {
  max-height: 130px;
  overflow-y: scroll;
  margin-top: 10px;
}
.sec_results .btnspace {
  margin-top: 40px;
}

@media (max-width: 599px) {
  .sec_results .btnspace {
    margin-top: 25px;
  }
}

.sec_results .btnspace a {
  width: 100%;
  max-width: 650px;
  font-size: clamp(20px, 2.5vw, 30px);
  border-radius: 100px;
  border: 2px solid #1f2777;
  background: white;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #1f2777;
padding-right: 60px;
}
@media (max-width: 599px) {
  .sec_results .btnspace a {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 20px;
  }
}
.sec_results .btnspace a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/arrow01.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px; //初期値20
  margin: auto;
  transform: rotate(0deg);
/*  padding: 5px 0; */
}
@media (max-width: 599px) {
  .sec_results .btnspace a:after {
    right: 10px;
  }
}

.sec_banner03 {
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .sec_banner03 {
    padding-bottom: 8%;
  }
}

.sec_faq {
  /*FAQ 開閉式*/
}
.sec_faq h2 {
  margin: 0;
}
.sec_faq .border01 {
  padding: 50px 25px 35px 25px;
  border: solid 4px var(--base-color01);
  border-top: none;
  background: #d0ddea;
}
@media (max-width: 599px) {
  .sec_faq .border01 {
    padding: 5%;
  }
}
.sec_faq .btnspace {
  margin-top: 40px;
}

@media (max-width: 599px) {
  .sec_faq .btnspace {
    margin-top: 25px;
  }
}

.sec_faq .btnspace a {
  width: 100%;
  max-width: 650px;
  font-size: clamp(20px, 2.5vw, 30px);
  border-radius: 100px;
  border: 2px solid #1f2777;
  background: white;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #1f2777;
padding-right: 60px;
}
@media (max-width: 599px) {
  .sec_faq .btnspace a {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 20px;
  }
}
.sec_faq .btnspace a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/arrow01.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px; //初期値20
  margin: auto;
  transform: rotate(0deg);
/*  padding: 5px 0; */
}
@media (max-width: 599px) {
  .sec_faq .btnspace a:after {
    right: 10px;
  }
}
.sec_faq #faq .faq_wrap {
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.sec_faq #faq dl {
  margin: 30px auto;
}
.sec_faq #faq .question {
  font-size: clamp(15px, 1.6666666667vw, 20px);
  position: relative;
  background: #fafafa;
  font-weight: normal;
  padding: 12px 0 12px 70px;
  color: var(--base-color01);
  margin: 0;
  border: 4px solid white;
}
.sec_faq #faq .answer {
  position: relative;
  padding: 15px 60px 15px 70px;
  background: transparent;
  border: 4px solid white;
  border-top: none;
  color: var(--base-color01);
}
.sec_faq #faq .question::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/qicon.png) no-repeat right bottom/cover;
}
.sec_faq #faq .answer::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/aicon.png) no-repeat right bottom/cover;
}
.sec_faq #faq .qa_active .question {
  cursor: pointer;
  padding-right: 40px;
}
.sec_faq #faq .qa_active .question:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  transition: 0.3s;
  background: url(http://beauty-life.biz/wp/wp-content/uploads/2026/04/faq_arrow.png) no-repeat center center/cover;
}
.sec_faq #faq .qa_active .question.open:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.sec_faq #faq .qa_active .answer {
  display: none;
}

.sec_info {
  padding: 50px 0;
}
@media (max-width: 599px) {
  .sec_info {
    padding: 8% 0;
  }
}/*# sourceMappingURL=top.css.map */

.header_right .hdrinfo01 .imgbox {
  text-align: right;
}

.header_right .hdrinfo01 .imgbox:first-child {
  margin-bottom: 5px;
}
