@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  padding: 20px 0 85px 0;
}
@media (max-width: 767px) {
  #mv {
    padding: 0 0 60px 0;
  }
}
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  text-align: center;
}
#mv .splide .splide__pagination {
  bottom: -30px;
  gap: 10px;
}
#mv .splide .splide__pagination__page {
  background: #dddddd;
}
#mv .splide .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--base-color04);
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: auto;
}
#mv .splide__arrow {
  display: none;
}
#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;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 65px;
  }
  #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: 767px) {
  .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: 767px) {
  .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%;
}

.goldicon,
.silvericon,
.platinumicon {
  position: relative;
  padding-left: 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .goldicon,
  .silvericon,
  .platinumicon {
    padding-top: 18px;
    padding-left: 0;
  }
}
.goldicon::before,
.silvericon::before,
.platinumicon::before {
  content: "";
  width: 43px;
  height: 20px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/goldicon1.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .goldicon::before,
  .silvericon::before,
  .platinumicon::before {
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    width: 30px;
    height: 13.9534883721px;
  }
}

.silvericon::before {
  background: url(../img/silvericon1.png) no-repeat center center/cover;
}

.platinumicon::before {
  background: url(../img/platinumicon1.png) no-repeat center center/cover;
}

.sec_market h2,
.sec_greeting h2,
.sec_item h2,
.sec_method h2,
.sec_result h2,
.sec_faq h2,
.sec_news h2 {
  font-size: clamp(22px, 2.6666666667vw, 32px);
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_market h2,
  .sec_greeting h2,
  .sec_item h2,
  .sec_method h2,
  .sec_result h2,
  .sec_faq h2,
  .sec_news h2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.sec_market h2:after,
.sec_greeting h2:after,
.sec_item h2:after,
.sec_method h2:after,
.sec_result h2:after,
.sec_faq h2:after,
.sec_news h2:after {
  content: "";
  width: 60px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--base-color04);
}
.sec_market h2 .sub,
.sec_greeting h2 .sub,
.sec_item h2 .sub,
.sec_method h2 .sub,
.sec_result h2 .sub,
.sec_faq h2 .sub,
.sec_news h2 .sub {
  font-size: clamp(14px, 1.5vw, 18px);
  display: block;
  color: var(--base-color04);
}
.sec_market .topbtn .button,
.sec_greeting .topbtn .button,
.sec_item .topbtn .button,
.sec_method .topbtn .button,
.sec_result .topbtn .button,
.sec_faq .topbtn .button,
.sec_news .topbtn .button {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 650px;
  width: 100%;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.0666666667);
}
@media (max-width: 767px) {
  .sec_market .topbtn .button,
  .sec_greeting .topbtn .button,
  .sec_item .topbtn .button,
  .sec_method .topbtn .button,
  .sec_result .topbtn .button,
  .sec_faq .topbtn .button,
  .sec_news .topbtn .button {
    padding: 8px 0.4em 10px 0.4em;
  }
}
@media (min-width: 768px) {
  .sec_market .topbtn .button::after,
  .sec_greeting .topbtn .button::after,
  .sec_item .topbtn .button::after,
  .sec_method .topbtn .button::after,
  .sec_result .topbtn .button::after,
  .sec_faq .topbtn .button::after,
  .sec_news .topbtn .button::after {
    border-left: 16px solid var(--base-color04);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}

.sec_market {
  padding: 100px 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_market {
    padding: 40px 0;
  }
}
.sec_market .feetxt {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
.sec_market .feeflex {
  display: flex;
  gap: 2%;
}
.sec_market .feeflex .feebox {
  width: 32%;
  border-radius: 8px;
  font-weight: 500;
}
.sec_market .feeflex .feebox .txt1 {
  text-align: center;
  border-radius: 8px 8px 0 0;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  padding: 5px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec_market .feeflex .feebox .txt1 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec_market .feeflex .feebox .txt2 {
  border-radius: 0 0 8px 8px;
  background: white;
  margin: 0;
  padding: 10px 0 14px 0;
  text-align: center;
  font-size: clamp(19px, 2.5vw, 28px);
  line-height: 1;
}
.sec_market .feeflex .feebox .txt2 .yen {
  font-size: clamp(14px, 1.5vw, 18px);
}
.sec_market .feeflex .feebox.gold {
  border: 1px solid #ffcf29;
}
.sec_market .feeflex .feebox.gold .txt1 {
  background: #ffcf29;
  color: white;
}
.sec_market .feeflex .feebox.silver {
  border: 1px solid #a0a0a0;
}
.sec_market .feeflex .feebox.silver .txt1 {
  background: #a0a0a0;
  color: white;
}
.sec_market .feeflex .feebox.platinum {
  border: 1px solid #84b4d2;
}
.sec_market .feeflex .feebox.platinum .txt1 {
  background: #84b4d2;
  color: white;
}

.sec_greeting {
  padding: 100px 0;
  background: url(../img/bg_img002.jpg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 40px 0;
  }
}
.sec_greeting .flexbox1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox1 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .sec_greeting .flexbox1 .box {
    width: 100%;
  }
}
.sec_greeting .flexbox1 .box p {
  text-align: center;
  font-weight: bold;
  padding: 15px 5px;
  background: #fff9e6;
  margin: 0;
  font-size: clamp(16px, 2vw, 24px);
  border-radius: 0 0 8px 8px;
  line-height: 1.5;
}
.sec_greeting .flexbox2 {
  display: flex;
  gap: 4%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox2 {
    display: block;
    margin-top: 30px;
  }
}
.sec_greeting .flexbox2 .imgbox {
  width: 38%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox2 .imgbox {
    width: 100%;
  }
}
.sec_greeting .flexbox2 .txtbox {
  width: 60%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox2 .txtbox {
    width: 100%;
  }
}
.sec_greeting .flexbox2 .txtbox h3 {
  font-size: clamp(20px, 2.3333333333vw, 28px);
  margin: 0;
  line-height: 1.3;
  border-bottom: 3px solid var(--base-color01);
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox2 .txtbox h3 {
    margin-top: 15px;
  }
}
.sec_greeting .topbtn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_greeting .topbtn {
    margin-top: 20px;
  }
}
.sec_greeting .bnrbox {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .sec_greeting .bnrbox {
    margin-top: 30px;
  }
}

.sec_item {
  padding: 100px 0;
  background: url(../img/bg_img003.jpg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sec_item {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec_item h2 {
    margin-bottom: 45px;
  }
}
.sec_item .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .sec_item .flexbox {
    gap: 4%;
    row-gap: 20px;
  }
}
.sec_item .flexbox .box {
  width: 19%;
}
@media (max-width: 767px) {
  .sec_item .flexbox .box {
    width: 48%;
  }
}
.sec_item .flexbox .box .imgbox {
  text-align: center;
}
.sec_item .flexbox .box p {
  text-align: center;
  font-weight: bold;
  color: var(--text-color);
  font-size: clamp(16px, 1.8461538462vw, 24px);
  margin: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sec_item .flexbox .box p {
    font-size: 19px;
  }
}
.sec_item .topbtn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_item .topbtn {
    margin-top: 20px;
  }
}

.sec_method {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_method {
    padding: 40px 0;
  }
}
.sec_method .flexbox {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  .sec_method .flexbox {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.sec_method .flexbox .box {
  width: 32%;
}
@media (max-width: 767px) {
  .sec_method .flexbox .box {
    width: 100%;
  }
}
.sec_method .flexbox .box .imgbox {
  text-align: center;
}
.sec_method .flexbox .box h3 {
  text-align: center;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid var(--base-color01);
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.sec_method .flexbox .box ul.ul_check li {
  position: relative;
  padding: 5px 0;
  padding-left: 30px;
  font-size: clamp(16px, 1.5vw, 18px);
}
.sec_method .flexbox .box ul.ul_check li::before {
  content: "";
  width: 24px;
  height: 21px;
  position: absolute;
  top: 9px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/common/check01.png) no-repeat center center/cover;
}
.sec_method .flexbox .box .topbtn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_method .flexbox .box .topbtn a {
    max-width: 300px;
    font-size: clamp(16px, 1.5vw, 18px);
  }
  .sec_method .flexbox .box .topbtn a:after {
    border-left: 12px solid var(--base-color04);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
}
@media (min-width: 768px) {
  .sec_method h2 {
    margin-bottom: 45px;
  }
}

.sec_result {
  padding: 100px 0;
  background: url(../img/bg_img004.jpg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sec_result {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec_result h2 {
    margin-bottom: 45px;
  }
}
.sec_result .flexbox {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_result .flexbox {
    gap: 16px;
  }
}
.sec_result .flexbox .box {
  width: calc(25% - 30px);
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.0666666667);
}
@media (max-width: 767px) {
  .sec_result .flexbox .box {
    width: calc(50% - 8px);
  }
}
.sec_result .flexbox .box .imgbox {
  text-align: center;
}
.sec_result .flexbox .box .imgbox img {
  border-radius: 8px 8px 0 0;
}
.sec_result .flexbox .box .imgbox .cat {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.8rem;
  display: block;
  padding: 2px 0 4px 0;
  width: 200px;
  max-width: 90%;
  background: var(--base-color04);
  border-radius: 100px;
  color: white;
  font-weight: bold;
  font-size: clamp(14px, 1.5vw, 18px);
}
.sec_result .flexbox .box .textbox {
  margin-top: 10px;
  padding: 15px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .sec_result .flexbox .box .textbox {
    margin-top: 5px;
    padding: 10px;
    padding-top: 0;
  }
}
.sec_result .flexbox .box .textbox .date {
  text-align: right;
  font-weight: 500;
  color: var(--base-color04);
  margin: 0;
  margin-top: 10px;
}
.sec_result .flexbox .box .textbox .txt1 {
  font-size: clamp(16px, 1.5vw, 18px);
  margin: 0;
  margin-top: 10px;
  max-height: 150px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .sec_result .flexbox .box .textbox .txt1 {
    margin-top: 5px;
  }
}
.sec_result .topbtn {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .sec_result .topbtn {
    margin-top: 20px;
  }
}

.sec_faq {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 40px 0;
  }
}
.sec_faq .faqflex {
  display: flex;
  gap: 2%;
}
@media (max-width: 767px) {
  .sec_faq .faqflex {
    row-gap: 25px;
    flex-wrap: wrap;
  }
}
.sec_faq .faqflex .box {
  width: 32%;
}
@media (max-width: 767px) {
  .sec_faq .faqflex .box {
    width: 100%;
  }
}
.sec_faq .faqflex .box .qtxt {
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 6px;
  padding-left: 60px;
  background: var(--base-color01);
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}
.sec_faq .faqflex .box .qtxt::before {
  content: "";
  width: 35px;
  height: 64px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 14px;
  right: auto;
  margin: auto;
  background: url(../img/common/q.png) no-repeat center center/cover;
}
.sec_faq .faqflex .box .atxt {
  padding-left: 60px;
  margin: 0;
  position: relative;
}
.sec_faq .faqflex .box .atxt::before {
  content: "";
  width: 32px;
  height: 52px;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: 14px;
  right: auto;
  margin: auto;
  background: url(../img/common/a.png) no-repeat center center/cover;
}
.sec_faq .topbtn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_faq .topbtn {
    margin-top: 20px;
  }
}

.sec_news {
  padding: 100px 0;
  background: url(../img/bg_img005.jpg) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 40px 0;
  }
}
.sec_news .blogflex {
  display: flex;
  gap: 4%;
}
@media (max-width: 767px) {
  .sec_news .blogflex {
    row-gap: 25px;
    flex-wrap: wrap;
  }
}
.sec_news .blogflex .box {
  width: 48%;
  position: relative;
  padding: 50px 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.0666666667);
}
@media (max-width: 767px) {
  .sec_news .blogflex .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec_news .blogflex .box {
    padding: 25px 10px;
  }
}
.sec_news .blogflex .box::before {
  content: "";
  width: 398px;
  height: 171px;
  max-width: 60vw;
  max-height: 25.7788944724vw;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(../img/newsbg_bef.png) no-repeat center center/cover;
}
.sec_news .blogflex .box::after {
  content: "";
  width: 398px;
  height: 171px;
  max-width: 60vw;
  max-height: 25.7788944724vw;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  background: url(../img/newsbg_af.png) no-repeat center center/cover;
}
.sec_news .blogflex .box h2,
.sec_news .blogflex .box dl,
.sec_news .blogflex .box .topbtn {
  position: relative;
  z-index: 1;
}
.sec_news .blogflex .box .news-lists {
  display: block;
}
.sec_news .blogflex .box .news-lists dt,
.sec_news .blogflex .box .news-lists dd {
  width: 100%;
  display: block;
}
.sec_news .blogflex .box .news-lists dt {
  border: none;
  font-weight: bold;
  padding: 15px 0;
  padding-bottom: 0;
}
.sec_news .blogflex .box .news-lists dt i {
  margin-right: 3px;
  transform: translateY(-2px);
}
.sec_news .blogflex .box .news-lists dt .cat {
  width: 80px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  padding: 2px 0 4px 0;
  transform: translateY(-2px);
  border-radius: 5px;
}
.sec_news .blogflex .box .news-lists dt .cat.cat1 {
  background: var(--base-color01);
}
.sec_news .blogflex .box .news-lists dt .cat.cat2 {
  background: #dddddd;
}
.sec_news .blogflex .box .news-lists dd {
  border-bottom: 2px solid #eeeeee;
  padding: 15px 0;
  padding-top: 5px;
  line-height: 1.2;
}
.sec_news .blogflex .box .news-lists dd a {
  color: var(--text-color);
  font-weight: 500;
}
.sec_news .blogflex .box .topbtn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sec_news .blogflex .box .topbtn a {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .sec_news .blogflex .box .topbtn {
    margin-top: 20px;
  }
}