@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
@media (min-width: 599px) {
  header .header_wrap {
    display: none;
  }
}

#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv .slick-slider .slick-slide > div {
  line-height: 0;
}
#mv img {
  width: 100%;
  vertical-align: bottom;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}

@media screen and (max-width: 599px) {
  #mv {
    margin-top: 80px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 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_items h2,
.sec_purchase h2,
.sec_results h2,
.sec_voice h2,
.sec_faq h2 {
  position: relative;
  padding-top: 38px;
  line-height: 1.2;
  text-align: center;
  font-size: clamp(30px, 4vw, 40px);
  font-family: var(--title-font-family);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_items h2,
  .sec_purchase h2,
  .sec_results h2,
  .sec_voice h2,
  .sec_faq h2 {
    margin-bottom: 20px;
  }
}
.sec_items h2::before,
.sec_purchase h2::before,
.sec_results h2::before,
.sec_voice h2::before,
.sec_faq h2::before {
  content: "";
  width: 205px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/h201.png) no-repeat center center/cover;
}

.sec_tips {
  padding: 0 0 min(6%, 100px);
}

.sec_banner {
  padding: 52px 0;
}
@media (max-width: 599px) {
  .sec_banner {
    padding-top: clamp(21px, 5.4545454545vw, 42px);
    padding-bottom: clamp(21px, 5.4545454545vw, 42px);
  }
}
.sec_banner .imgbox {
  text-align: center;
}

.sec_fee {
  padding: 30px 0 20px 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_fee {
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_fee .txt1 {
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .sec_fee .txt1 {
    line-height: 1.533;
  }
}

.sec_items {
  padding: 67px 0 75px 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_items {
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_items h2 {
  color: #ffd983;
}
.sec_items .row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .sec_items .row {
    row-gap: clamp(10px, 2.5974025974vw, 20px);
  }
}
.sec_items .row .col-3 {
  text-align: center;
}
.sec_items .btn_wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_items .btn_wrap {
    margin-top: clamp(20px, 5.1948051948vw, 40px);
  }
}

.sec_purchase {
  padding: 65px 0 80px 0;
}
@media (max-width: 767px) {
  .sec_purchase {
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_purchase p {
  margin-top: 20px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .sec_purchase p {
    margin-top: clamp(14px, 3.6363636364vw, 28px);
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sec_purchase h2 {
  color: #630000;
}
@media (min-width: 600px) {
  .sec_purchase h2 {
    margin-bottom: 14px;
  }
}
.sec_purchase h2::before {
  background: url(../img/h202.png) no-repeat center center/cover;
}
.sec_purchase .imgbox:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_purchase .imgbox:not(:last-child) {
    margin-bottom: clamp(22px, 5.8441558442vw, 45px);
  }
}

.sec_results {
  padding: 70px 0;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_results {
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_results h2 {
  color: #630000;
}
.sec_results h2::before {
  background: url(../img/h202.png) no-repeat center center/cover;
}
.sec_results .row {
  row-gap: 55px;
  row-gap: clamp(20px, 5.1948051948vw, 40px);
}
.sec_results .row .col-3 img {
  vertical-align: bottom;
}
.sec_results .row .col-3 .txt_wrap .resultflex {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
}
@media (max-width: 599px) {
  .sec_results .row .col-3 .txt_wrap .resultflex {
    display: block;
  }
}
.sec_results .row .col-3 .txt_wrap .resultflex .shop_name {
  font-size: 14px;
  margin-bottom: 0;
  color: #774800;
}
@media (max-width: 599px) {
  .sec_results .row .col-3 .txt_wrap .resultflex .shop_name {
    text-align: left;
  }
}
.sec_results .row .col-3 .txt_wrap .resultflex .date {
  font-size: 14px;
  color: #774800;
}
@media (max-width: 599px) {
  .sec_results .row .col-3 .txt_wrap .resultflex .date {
    text-align: left;
  }
}
.sec_results .row .col-3 .txt_wrap .cat {
  margin: 0;
  padding: 7px 0;
}
.sec_results .row .col-3 .txt_wrap .text {
  line-height: 1.333;
  margin-top: 10px;
  font-size: clamp(15px, 1.8vw, 18px);
  max-height: 150px;
  overflow-y: scroll;
}
.sec_results .btn_wrap a.topbtn2 {
  color: white;
  background: linear-gradient(0deg, rgb(227, 0, 0) 0%, rgb(201, 0, 0) 49%, rgb(227, 0, 0) 51%, rgb(201, 0, 0) 100%);
  margin-top: 60px;
}
@media (max-width: 599px) {
  .sec_results .btn_wrap a.topbtn2 {
    margin-top: clamp(20px, 5.1948051948vw, 40px);
  }
}
.sec_results .btn_wrap a.topbtn2:after {
  background: url(../img/arrow2.png) no-repeat center center/cover;
}

.sec_voice {
  padding: 70px 0;
}
@media (max-width: 599px) {
  .sec_voice {
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_voice h2 {
  color: #630000;
  margin-bottom: 16px;
}
.sec_voice h2::before {
  background: url(../img/h202.png) no-repeat center center/cover;
}
.sec_voice .btn_wrap a.topbtn2 {
  color: white;
  background: linear-gradient(0deg, rgb(227, 0, 0) 0%, rgb(201, 0, 0) 49%, rgb(227, 0, 0) 51%, rgb(201, 0, 0) 100%);
  margin-top: 35px;
}
@media (max-width: 599px) {
  .sec_voice .btn_wrap a.topbtn2 {
    margin-top: clamp(16px, 4.1558441558vw, 32px);
  }
}
.sec_voice .btn_wrap a.topbtn2:after {
  background: url(../img/arrow2.png) no-repeat center center/cover;
}
.sec_voice .voicebox {
  display: flex;
  padding: 18px 10px;
  box-sizing: border-box;
  gap: 2%;
  border-bottom: 1px dashed #080305;
}
@media (max-width: 599px) {
  .sec_voice .voicebox {
    display: block;
  }
}
.sec_voice .voicebox .imgbox {
  width: 21%;
  padding-top: 14.7%;
  position: relative;
}
@media (max-width: 599px) {
  .sec_voice .voicebox .imgbox {
    width: 100%;
    padding-top: 70%;
    margin-bottom: clamp(13px, 3.3766233766vw, 26px);
  }
}
.sec_voice .voicebox .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.sec_voice .voicebox .txtbox {
  width: 77%;
}
@media (max-width: 599px) {
  .sec_voice .voicebox .txtbox {
    width: 100%;
  }
}
.sec_voice .voicebox .txtbox .txt1 {
  margin-bottom: 0;
  font-size: clamp(19px, 2.5vw, 25px);
  font-family: var(--title-font-family2);
  padding-bottom: 9px;
  margin-bottom: 20px;
  border-bottom: 1px solid #989898;
  font-weight: bold;
}
.sec_voice .voicebox .txtbox .txt1 a {
  color: #000000;
}
@media (max-width: 599px) {
  .sec_voice .voicebox .txtbox .txt1 {
    padding-bottom: clamp(7px, 1.4vw, 14px);
    margin-bottom: clamp(10px, 2vw, 20px);
  }
}
.sec_voice .voicebox .txtbox .txt2 {
  margin-top: 0;
  line-height: 1.45;
  font-size: clamp(16px, 2vw, 20px);
}
.sec_voice .voicebox .txtbox .txt2 a {
  color: #000000;
}
@media (max-width: 599px) {
  .sec_voice .voicebox .txtbox .txt2 {
    line-height: 1.5;
  }
}
@media (max-width: 599px) {
  .sec_voice .voicebox {
    padding-top: clamp(20px, 5.1948051948vw, 40px);
    padding-bottom: clamp(20px, 5.1948051948vw, 40px);
  }
}

.sec_faq {
  padding: 70px 0;
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
  /*FAQ 開閉式*/
}
@media (max-width: 599px) {
  .sec_faq {
    padding-top: clamp(25px, 6.4935064935vw, 50px);
    padding-bottom: clamp(25px, 6.4935064935vw, 50px);
  }
}
.sec_faq h2 {
  color: #630000;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .sec_faq h2 {
    margin-bottom: clamp(20px, 5.1948051948vw, 40px);
  }
}
.sec_faq h2::before {
  background: url(../img/h202.png) no-repeat center center/cover;
}
.sec_faq .btn_wrap a.topbtn2 {
  color: white;
  background: linear-gradient(0deg, rgb(227, 0, 0) 0%, rgb(201, 0, 0) 49%, rgb(227, 0, 0) 51%, rgb(201, 0, 0) 100%);
  margin-top: 35px;
}
@media (max-width: 599px) {
  .sec_faq .btn_wrap a.topbtn2 {
    margin-top: clamp(16px, 4.1558441558vw, 32px);
  }
}
.sec_faq .btn_wrap a.topbtn2:after {
  background: url(../img/arrow2.png) no-repeat center center/cover;
}
.sec_faq .faq_wrap {
  display: flex;
  flex-flow: column;
  gap: 0;
}
.sec_faq .faq_wrap .faq_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_faq .faq_wrap .faq_item:not(:last-child) {
    margin-bottom: clamp(10px, 2.5974025974vw, 20px);
  }
}
.sec_faq dl {
  margin: 30px auto;
}
.sec_faq .question {
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
  padding: 30px 0 30px 100px;
  font-weight: normal;
  background: #fff;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .sec_faq .question {
    padding: 10px 0 10px 100px;
    line-height: 1.438;
    padding-left: 63px;
  }
}
.sec_faq .answer {
  position: relative;
  padding: 30px 0 30px 100px;
  background: #fff;
  font-size: clamp(16px, 2vw, 20px);
  color: #e30000;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .sec_faq .answer {
    padding: 10px 0 10px 100px;
    line-height: 1.438;
    padding-left: 63px;
  }
  .sec_faq .answer p {
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}
.sec_faq .question::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/top_faq_q.png) no-repeat center center/cover;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 599px) {
  .sec_faq .question::before {
    top: 33px;
    left: 30px;
  }
}
.sec_faq .answer::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/top_faq_a.png) no-repeat center center/cover;
  position: absolute;
  top: 46px;
  bottom: auto;
  left: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 599px) {
  .sec_faq .answer::before {
    top: 33px;
    left: 30px;
  }
}
.sec_faq .qa_active .question {
  cursor: pointer;
  padding-right: 40px;
  margin: 0;
}
.sec_faq .qa_active .question:after {
  content: "";
  width: 33px;
  height: 21px;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: auto;
  right: 30px;
  margin: auto;
  transform: rotate(180deg);
  background: url(../img/common/faq_arrow.png) no-repeat center center/cover;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .sec_faq .qa_active .question:after {
    max-width: 15px;
    top: 20px;
    right: 15px;
    max-height: 9.5454545455px;
  }
}
.sec_faq .qa_active .question.open:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
.sec_faq .qa_active .answer {
  display: none;
}/*# sourceMappingURL=top.css.map */