@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#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 .slide-img {
  max-width: 100vw;
}

#mv img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  #mv {
    margin-top: min(calc(155 / 770 * 100vw), 155px);
  }
}
@media (min-width: 600px) {
  #mv .mv_cover {
    width: 1200px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    pointer-events: none;
  }
  #mv .mv_cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: -100%;
  }
  #mv .mv_cover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    right: -100%;
  }
}
/***************************************
------------- 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(calc(50 / 1200 * 100vw), 50px) 0
    min(calc(30 / 1200 * 100vw), 30px);
}

@media (max-width: 599px) {
  .sec_news {
    padding: min(calc(50 / 770 * 100vw), 50px) 0
      min(calc(50 / 770 * 100vw), 50px);
  }
}
.sec_news .h2 {
  margin-bottom: 0;
  position: relative;
}
.sec_news .h2.ttl1 {
  background: url(../img/common/ttl_bg_fg.png) no-repeat bottom 0.2em right/25%,
    #100169;
}
@media (max-width: 599px) {
  .sec_news .h2.ttl1 {
    background: url(../img/common/ttl_bg_fg.png) no-repeat bottom 0.4em
        right/25%,
      #100169;
  }
}
.sec_news .h2.ttl2 {
  background: url(../img/ttl_bg_campaign.jpg) no-repeat center/cover;
}
@media (max-width: 599px) {
  .sec_news .h2.ttl2 {
    background: url(../img/sp_ttl_bg_campaign.jpg) no-repeat center/cover;
  }
}
.sec_news .h2.ttl2::before {
  background: url(../img/common/ttl_icon02.png) no-repeat center/contain;
}

@media (min-width: 600px) {
  .sec_news .row {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .sec_news .row {
    gap: min(calc(50 / 770 * 100vw), 50px);
  }
}
.sec_news .row > * {
  display: flex;
  flex-direction: column;
}

.sec_news .col-5 {
  background: #fffaec;
}
@media (min-width: 600px) {
  .sec_news .col-5 {
    width: 44.2045454545%;
  }
}

@media (min-width: 600px) {
  .sec_news .col-7 {
    width: 53.2954545455%;
  }
}

.sec_news .col-7 .border_box {
  border: 2px solid var(--base-color01);
  border-top: none;
  padding: min(calc(15 / 1200 * 100vw), 15px);
  display: flex;
  flex-direction: column;
}

@media (max-width: 599px) {
  .sec_news .col-7 .border_box {
    height: auto;
    padding: min(calc(30 / 770 * 100vw), 30px);
  }
}
.sec_news .news_wrap {
  flex: 1;
}

.sec_news .news_inner {
  overflow-y: scroll;
  max-height: 240px;
}
@media (max-width: 599px) {
  .sec_news .news_inner {
    max-height: min(calc(315 / 770 * 100vw), 315px);
  }
}

.sec_news .col-7 .news-lists {
  display: block;
  margin: 0;
}

.sec_news .col-7 .news .news_wrap a {
  color: var(--text-color);
}

.sec_news .col-7 .news-lists dt,
.sec_news .col-7 .news-lists dd {
  width: 100%;
  padding: 1em;
  font-weight: 500;
}
@media (max-width: 599px) {
  .sec_news .col-7 .news-lists dt,
  .sec_news .col-7 .news-lists dd {
    padding: 0.5em;
  }
}

.sec_news .col-7 .news-lists dt {
  border-bottom: 0;
  padding-bottom: 0.1em;
}

.sec_news .col-7 .news-lists dd {
  padding-top: 0.1em;
  border-color: #cccccc;
}

.sec_news .border_box,
.sec_news .box_bg {
  flex: 1;
}

.sec_news .box_bg {
  padding: min(calc(15 / 1200 * 100vw), 15px);
  border: solid 2px #940101;
  border-top: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .sec_news .box_bg {
    padding: min(calc(30 / 770 * 100vw), 30px);
  }
}
.sec_news .box_bg .campaign_wrap {
  flex: 1;
}

.sec_news .txtspace p {
  font-weight: 500;
  font-size: max(min(calc(18 / 1200 * 100vw), 18px), 1.5rem);
  margin-top: 1em;
}
@media (max-width: 599px) {
  .sec_news .txtspace p {
    font-size: max(min(calc(30 / 770 * 100vw), 30px), 1.5rem);
    margin-top: 0.5em;
  }
}

.sec_news .btnbox {
  margin-top: 0.5em;
}

.sec_news .btnbox a.button {
  background: #c2991f;
  border-radius: 5px;
  width: min(calc(200 / 1200 * 100vw), 200px);
  min-width: 8em;
  color: #fff;
  font-size: max(min(calc(20 / 1200 * 100vw), 20px), 1.5rem);
  font-family: var(--base-font-family);
  border-color: #c2991f;
}
@media (max-width: 599px) {
  .sec_news .btnbox a.button {
    width: 100%;
    max-width: 100%;
    font-size: max(min(calc(32 / 770 * 100vw), 32px), 1.5rem);
  }
}

.sec_news .btnbox a.button::after {
  content: none;
}

.sec_news .btnbox a.button .arrow {
  padding-right: 1.35em;
}
@media (min-width: 600px) {
  .sec_news .btnbox a.button .arrow {
    position: relative;
  }
}
@media (max-width: 599px) {
  .sec_news .btnbox a.button .arrow {
    padding-right: 0;
  }
}

.sec_news .btnbox a.button .arrow::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/common/arrow01.png) no-repeat center center/contain;
  position: absolute;
  top: 0.2em;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  max-width: 1.05em;
}
@media (max-width: 599px) {
  .sec_news .btnbox a.button .arrow::after {
    right: 1em;
  }
}

/***************************************
------------- ABOUT US ------------
***************************************/
.h2:has(+ .border_wrap) {
  margin-bottom: 0;
}

.border_wrap {
  border: solid 4px #100169;
  padding: min(calc(30 / 1200 * 100vw), 30px) min(calc(26 / 1200 * 100vw), 26px)
    min(calc(28 / 1200 * 100vw), 28px);
  border-top: 0;
}
@media (max-width: 599px) {
  .border_wrap {
    border: solid 1px #100169;
    border-top: 0;
    padding: min(calc(29 / 770 * 100vw), 29px) min(calc(27 / 770 * 100vw), 27px)
      min(calc(35 / 770 * 100vw), 35px);
  }
}
@media (min-width: 600px) {
  .border_wrap.bg {
    background: url(../img/bg1.jpg) no-repeat center bottom/cover;
    padding: min(calc(50 / 1200 * 100vw), 50px)
      min(calc(26 / 1200 * 100vw), 26px);
  }
}
@media (max-width: 599px) {
  .border_wrap.bg {
    background: url(../img/sp_bg1.jpg) no-repeat center bottom/cover;
  }
}

.sec_greeting {
  padding: 0 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media (max-width: 599px) {
  .sec_greeting {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}
@media (min-width: 600px) {
  .sec_greeting .num {
    font-size: max(min(calc(30 / 1200 * 100vw), 30px), 1.5rem);
  }
}
.sec_greeting .lead {
  font-size: max(min(calc(28 / 1200 * 100vw), 28px), 1.5rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2857142857;
  font-family: var(--title-font-family);
  color: var(--base-color01);
  margin: 0.5em 0;
}
@media (max-width: 599px) {
  .sec_greeting .lead {
    font-size: max(min(calc(35 / 770 * 100vw), 35px), 1.5rem);
    line-height: 1.4285714286;
  }
}
@media (min-width: 599px) {
  .sec_greeting .flex {
    display: flex;
    justify-content: space-between;
  }
  .sec_greeting .flex .col-4 {
    width: 36.5853658537%;
  }
  .sec_greeting .flex .col-8 {
    width: 59.756097561%;
  }
}

/***************************************
------------- 選べる買取・査定方法 ------------
***************************************/
.sec_kaitori {
  padding: 0 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media (max-width: 599px) {
  .sec_kaitori {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}

/***************************************
------------- 買取品目一覧 ------------
***************************************/
.sec_item {
  padding: 0 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media (max-width: 599px) {
  .sec_item {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}

/***************************************
------------- 買取品目一覧 ------------
***************************************/
.sec_results {
  padding: 0 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media (max-width: 599px) {
  .sec_results {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}

/***************************************
------------- よくある質問 ------------
***************************************/
.sec_faq {
  padding: 0 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media (max-width: 599px) {
  .sec_faq {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}
.sec_faq .border_wrap {
  background: #fef8e9;
}

/***************************************
------------- 店舗情報 ------------
***************************************/
.sec_shop {
  padding: 0 0 min(calc(60 / 1200 * 100vw), 60px);
}
.sec_shop .border_wrap {
  font-family: var(--base-font-family);
  font-weight: bold;
}
@media (max-width: 599px) {
  .sec_shop {
    padding: 0 0 min(calc(50 / 770 * 100vw), 50px);
  }
}
@media (min-width: 600px) {
  .sec_shop .row {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .sec_shop .row .col-7 {
    width: 58.6585365854%;
  }
}
@media (min-width: 600px) {
  .sec_shop .row .col-5 {
    width: 39.0243902439%;
  }
}
