@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP COMMON -------------
***************************************/
.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;
  }
}
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg_slider.jpg) no-repeat center/cover;
  padding: 20px 0 40px;
}

#mv .slide-img {
  max-width: 100vw;
}

#mv img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  #mv {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
#mv .slick-slider {
  margin: 0;
}
#mv .slick-dots {
  bottom: -22px;
}
@media (max-width: 599px) {
  #mv .slick-dots {
    bottom: -18px;
  }
}
#mv .slick-dots li {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: 0 10px;
}
#mv .slick-dots li button {
  width: 10px;
  height: 10px;
}
#mv .slick-dots li button:before {
  width: 10px;
  height: 10px;
  opacity: 1;
}
#mv .slick-dots li button:before {
  content: "";
  background: #ffffff;
}
#mv .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #471101;
}

/***************************************
------------- 買取相場・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%;
}

/***************************************
-------------  ------------
***************************************/
.sec_souba {
  padding: clamp(35px, 7vw, 70px) 0;
  background: url(../img/bg01.jpg) no-repeat center/cover;
}
.sec_souba .icon_ttl {
  text-align: center;
  color: #fff;
  font-family: var(--title-font-family);
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 1em;
}
.sec_souba .icon_ttl .icon {
  padding: 0 1.71875em;
  position: relative;
}
@media ( max-width : 599px ) {
  .sec_souba .icon_ttl .icon {
    padding: 0 2.4em;
  }
}
.sec_souba .icon_ttl .icon:before, .sec_souba .icon_ttl .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/icon_ttl01.png) no-repeat center/contain;
  max-width: 1.34375em;
}
.sec_souba .icon_ttl .icon:after {
  right: 0;
  left: auto;
  transform: scale(-1, 1);
}
.sec_souba .border_wrap {
  border: solid 1px #fff;
  padding: 17px 19px;
}
@media (max-width: 599px) {
  .sec_souba .border_wrap {
    padding: 10px;
  }
}
.sec_souba .border_wrap .row {
  gap: 15px;
}
@media (max-width: 599px) {
  .sec_souba .border_wrap .row {
    gap: 10px;
  }
}
@media (min-width: 600px) and (max-width: 950px) {
  .sec_souba .border_wrap .row .col-3 {
    grid-column: span 6;
  }
}
.sec_souba .border_wrap .ttl {
  position: relative;
  height: 2.7272727273em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1em;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: clamp(1.5rem, 1.8vw, 2.2rem);
}
@media (max-width: 599px) {
  .sec_souba .border_wrap .ttl {
    padding: 0 0.5em;
  }
}
.sec_souba .border_wrap .ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 57px;
  top: 42%;
  bottom: 0;
  right: 0.2em;
  left: auto;
  margin: auto;
  max-width: 2.5909090909em;
}
@media (max-width: 599px) {
  .sec_souba .border_wrap .ttl:after {
    right: 0.1em;
  }
}
.sec_souba .border_wrap .souba01 .ttl {
  background: linear-gradient(15deg, #dbb421 0%, #e9d27a 100%);
}
.sec_souba .border_wrap .souba01 .ttl:after {
  background: url(../img/icon_souba01.png) no-repeat right center/contain;
}
.sec_souba .border_wrap .souba02 .ttl {
  background: linear-gradient(15deg, #d8af11 0%, #ecd788 100%);
}
.sec_souba .border_wrap .souba02 .ttl:after {
  background: url(../img/icon_souba02.png) no-repeat right center/contain;
}
.sec_souba .border_wrap .souba03 .ttl {
  background: linear-gradient(15deg, #98a2bc 0%, #ccd1de 100%);
}
.sec_souba .border_wrap .souba03 .ttl:after {
  background: url(../img/icon_souba03.png) no-repeat right center/contain;
}
.sec_souba .border_wrap .souba04 .ttl {
  background: linear-gradient(15deg, #8d8d8d 0%, #c6c6c6 100%);
}
.sec_souba .border_wrap .souba04 .ttl:after {
  background: url(../img/icon_souba04.png) no-repeat right center/contain;
}
.sec_souba .border_wrap .price_bg {
  background: #fff;
  text-align: center;
  padding: 1.5em 0;
  font-weight: bold;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  line-height: 1;
  margin: 0;
}
@media (max-width: 599px) {
  .sec_souba .border_wrap .price_bg {
    padding: 1em 0;
  }
}
.sec_souba .border_wrap .price_bg .price {
  font-size: 1.4em;
}
.sec_souba .text {
  color: #fff;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  margin-top: 1.5em;
}

/***************************************
------------- お知らせ・キャンペーン ------------
***************************************/
.sec_info {
  padding: clamp(35px, 10vw, 100px) 0 clamp(50px, 10vw, 100px);
}
@media (min-width: 600px) {
  .sec_info .row {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .sec_info .row .col-8 {
    width: 60.8333333333%;
    display: flex;
    flex-direction: column;
  }
  .sec_info .row .col-4 {
    width: 36.6666666667%;
  }
}
@media (max-width: 767px) {
  .sec_info .row {
    gap: 30px;
  }
}
@media (min-width: 600px) {
  .sec_info .news-box {
    flex: auto;
    display: flex;
    flex-direction: column;
  }
  .sec_info .news-box .news-inner {
    flex: auto;
  }
}
.sec_info .campaign_wrap {
  background: #aa0000;
  border: solid 1px #efdf90;
  position: relative;
  padding: clamp(20px, 20%, 84px) 15px 25px;
}
@media (min-width: 600px) {
  .sec_info .campaign_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .sec_info .campaign_wrap {
    margin-top: 2%;
    padding: clamp(20px, 20%, 84px) 10px 15px;
  }
}
.sec_info .campaign_wrap h2 {
  text-align: center;
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.sec_info .campaign_wrap figure img {
  width: 100%;
  aspect-ratio: 40/18;
  object-fit: cover;
}



.sec_info .campaign_wrap .text {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  color: #fff;
  font-weight: 600;
  flex: auto;
}
.sec_info .campaign_wrap .campaignbtn {
  color: #efdf90;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec_info .campaign_wrap .campaignbtn {
    font-size: 1.35rem;
  }
}
.sec_info .campaign_wrap .campaignbtn .icon {
  padding-right: 30px;
  position: relative;
}
.sec_info .campaign_wrap .campaignbtn .icon:after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}

.post_ttl {
  color: #fff;
  background: url(../img/icon_ttl02.png) no-repeat right -60px top -5px, linear-gradient(180deg, #070553 0%, #100169 50%, #00398b 100%);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 600;
  padding: 0.4em 0.9em calc(0.4em + 4px) 0.9em;
  font-family: var(--title-font-family);
  position: relative;
}
@media (max-width: 599px) {
  .post_ttl {
    background: url(../img/icon_ttl02.png) no-repeat right -35px top -3px/30%, linear-gradient(180deg, #070553 0%, #100169 50%, #00398b 100%);
  }
}
.post_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, #d1a000 0%, #fcf468 16%, #d1ab2e 43%, #fcf468 56%, #d1a000 77%, #fcf468 100%);
}

.news-box {
  border: solid 2px var(--base-color01);
  border-top: none;
}
.news-box .news-inner {
  padding: 5px 1rem 10px clamp(1rem, 1.8vw, 2rem);
}
.news-box .news-lists {
  display: block;
  max-height: 290px;
  overflow-y: scroll;
}
.news-box .news-lists dt,
.news-box .news-lists dd {
  padding: 0;
  font-weight: 500;
}
.news-box .news-lists dt {
  border: none;
  padding: 1.1em 0 0;
}
@media (max-width: 599px) {
  .news-box .news-lists dt {
    padding: 0.5em 0 0;
  }
}
.news-box .news-lists dd {
  font-size: 1.8rem;
  padding: 0.5em 0 1em;
  border-bottom: solid 1px #cccccc;
}
@media (max-width: 599px) {
  .news-box .news-lists dd {
    padding: 0 0 0.5em;
  }
}
.news-box .newsbtn {
  display: block;
  text-align: center;
  background: #e5e0c3;
  color: var(--base-color01);
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 0;
}
@media (max-width: 599px) {
  .news-box .newsbtn {
    font-size: 1.35rem;
  }
}
.news-box .newsbtn .icon {
  padding-right: 30px;
  position: relative;
}
.news-box .newsbtn .icon:after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}

/***************************************
-------------  ------------
***************************************/
.sec_shop {
  padding: clamp(38px, 6vw, 70px) 0 clamp(35px, 6vw, 80px) 0;
  background: url(../img/bg02.jpg) no-repeat center/cover;
}
@media (max-width: 599px) {
  .sec_shop {
    background: url(../img/sp_bg02.jpg) no-repeat center/cover;
  }
}
.sec_shop h2 {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  .sec_shop h2 {
    margin-bottom: 2.2rem;
  }
}
.sec_shop h2 .ribon {
  background: url(../img/ttl_bg01.png) no-repeat center/contain;
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 3.2rem);
  padding: 0.2em;
  width: 662px;
  max-width: 100%;
  display: block;
  margin: 0 auto 10px auto;
  font-weight: 500;
}
.sec_shop .text {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 1.6;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .sec_shop .text {
    margin-bottom: 1.5em;
  }
}

/***************************************
-------------  ------------
***************************************/
.sec_item {
  padding: clamp(40px, 7vw, 90px) 0;
  background: linear-gradient(to bottom, #070553 0, #100169 50%, #00398b 100%);
}
.sec_item h2 {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: clamp(1.2rem, 3vw, 2.4rem);
  position: relative;
}
.sec_item h2 img {
  max-width: 14.125em;
  margin: 0 auto;
}
.sec_item h2 .sub {
  display: block;
  font-weight: 500;
  border-bottom: solid 1px #efdf90;
  color: #fff;
  padding: 0.3em 0 .6em;
  max-width: 997px;
  margin: 0 auto 1em;
}
.sec_item .row {
  gap: clamp(10px, 1.5vw, 20px);
}
.sec_item .item_name {
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0.2em auto 0 auto;
}

/***************************************
-------------  ------------
***************************************/
.sec_visit {
  padding: clamp(40px, 5vw, 40px) 0 clamp(40px, 7vw, 85px) 0;
}
.sec_visit h3 {
  color: #940101;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: clamp(1.7rem, 3vw, 3.2rem);
  border-bottom: double 4px;
  margin-top: 0.9em;
  padding-bottom: 0.9em;
  padding-top: 0.9em;
  margin-bottom: 0.8em;
  position: relative;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec_visit h3 {
    margin-top: 0.2em;
  }
}
.sec_visit h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  height: 140px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  max-width: 11.25em;
  background: url(../img/icon_ttl04.png) no-repeat center right/contain;
}
@media (max-width: 599px) {
  .sec_visit h3:after {
    background: url(../img/icon_ttl04.png) no-repeat right bottom/contain;
    max-width: 6.25em;
    bottom: 0.9em;
    top: auto;
  }
}
@media (min-width: 1190px) {
  .sec_visit h3 .custom_br {
    display: none;
  }
}
.sec_visit p {
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

/***************************************
-------------  ------------
***************************************/
.sec_results {
  padding: clamp(40px, 7vw, 90px) 0;
  background: url(../img/bg04.jpg) no-repeat center/cover;
}
@media (max-width: 599px) {
  .sec_results {
    background: url(../img/sp_bg04.jpg) no-repeat center/cover;
  }
}
.sec_results h2 {
  text-align: center;
  margin-bottom: 1.25em;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  position: relative;
}
.sec_results h2 img {
  max-width: 14.25em;
  margin: 0 auto;
}
.sec_results h2 .sub {
  display: block;
  font-weight: 500;
  border-bottom: solid 1px var(--base-color01);
  color: var(--base-color01);
  padding: 0.3em 0 .6em;
  max-width: 997px;
  margin: 0 auto 1em;
}
@media (min-width: 599px) {
  .sec_results .row {
    gap: clamp(1rem, 2.2vw, 3rem);
  }
}
.sec_results .leadtext {
  font-weight: 500;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
}

/***************************************
------------- 買取・査定方法について ------------
***************************************/
.sec_post {
  padding: clamp(40px, 7vw, 90px) 0;
}
@media (min-width: 600px) {
  .sec_post .row .col-6 {
    display: flex;
    flex-direction: column;
  }
  .sec_post .row .col-6 .news-box {
    flex: auto;
    display: flex;
    flex-direction: column;
  }
  .sec_post .row .col-6 .news-box .news-inner {
    flex: auto;
  }
}
@media (max-width: 599px) {
  .sec_post .row {
    gap: 35px;
  }
}

/***************************************
-------------  ------------
***************************************/
.sec_faq {
  padding: clamp(35px, 7vw, 90px) 0 clamp(35px, 7vw, 80px);
  background: url(../img/bg05.jpg) no-repeat center/cover;
  background: linear-gradient(to bottom, #070553 0,#100169 50%, #00398b 100%);
}
.sec_faq h2.icon_ttl {
  text-align: center;
  font-size: clamp(2rem, 4vw, 5.7rem);
  font-weight: 500;
  color: #fff;
  font-family: var(--title-font-family);
  margin-bottom: 0.9em;
}
.sec_faq h2.icon_ttl .icon {
  position: relative;
  padding: 0 clamp(80px, 20vw, 230px);
}
.sec_faq h2.icon_ttl .icon:before, .sec_faq h2.icon_ttl .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 194px;
  height: 51px;
  max-width: 3.2em;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/icon_ttl06.png) no-repeat center/contain;
}
.sec_faq h2.icon_ttl .icon:after {
  right: 0;
  left: auto;
}

/***************************************
-------------  ------------
***************************************/
.sec_sns {
  text-align: center;
  padding: clamp(35px, 7vw, 95px) 0 clamp(35px, 7vw, 90px);
}
.sec_sns .movie {
  margin-top: clamp(35px, 7vw, 95px);
}
.sec_sns .movie video{
  max-width: 100%;
  width: 922px;
}
.sec_sns .container {
  max-width: 1128px;
}

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