@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv .splide {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#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: 60px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
.splide__pagination {
  bottom: -35px;
}
.splide__pagination li {
  padding: 0 10px;
}
.splide__pagination li .splide__pagination__page {
  background: #fff;
  transform: none !important;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
}
.splide__pagination li .splide__pagination__page.is-active {
  background: var(--base-color01);
}

/***************************************
------------- TOP COMMON -------------
***************************************/
/* 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;
  }
}
/***************************************
------------- メインbg ------------
***************************************/
.top_bg_wrap {
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
  padding: 30px 0 60px;
}

/***************************************
------------- 相場・クチコミ ------------
***************************************/
.sec_top_contents {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_top_contents {
    padding: 60px 0 40px;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .sec_top_contents .row {
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .sec_top_contents .box_border_top {
    padding: 25px 30px;
  }
}
.sec_top_contents .box_border_top .title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.1rem, 1.4vw, 1.8rem);
  letter-spacing: 0;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .title {
    margin: 0 0 3px;
  }
}
.sec_top_contents .box_border_top .title .badge {
  color: #fff;
  background: var(--base-color01);
  text-align: center;
  padding: 3px 6px 6px 15px;
  border-radius: 4px;
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .title .badge {
    margin-left: 10px;
    padding: 3px 3px 5px 8px;
  }
}
.sec_top_contents .box_border_top .souba_contents {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents {
    gap: 0 10px;
  }
}
.sec_top_contents .box_border_top .souba_contents .contents {
  margin: 10px 0 0;
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents .contents {
    width: calc((100% - 10px) / 2);
  }
}
.sec_top_contents .box_border_top .souba_contents .contents .title {
  color: #fff;
  border-radius: 4px;
  padding: 10px 0 14px;
  background: #eac248;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  margin: 0;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents .contents .title {
    padding: 8px 0 10px;
  }
}
.sec_top_contents .box_border_top .souba_contents .contents .title .icon {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents .contents .title .icon {
    padding-left: 32px;
  }
}
.sec_top_contents .box_border_top .souba_contents .contents .title .icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: auto;
  left: 0;
  margin: auto;
  width: 40px;
  height: 28px;
  background: url(../img/souba_icon001.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents .contents .title .icon:after {
    bottom: 0;
    width: 20px;
    height: 14px;
  }
}
.sec_top_contents .box_border_top .souba_contents .contents .title.platinum {
  background: #929292;
}
.sec_top_contents .box_border_top .souba_contents .contents .price {
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top .souba_contents .contents .price {
    margin-top: 5px;
  }
}
.sec_top_contents .box_border_top .souba_contents .contents .price .yen {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
}
.sec_top_contents .box_border_top.review {
  padding: 20px;
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top.review {
    padding: 15px;
  }
}
.sec_top_contents .box_border_top.review .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3px;
}
.sec_top_contents .box_border_top.review .title img {
  margin-right: 10px;
}
.sec_top_contents .box_border_top.review .review {
  margin: 8px 0;
  text-align: center;
}
.sec_top_contents .box_border_top.review .review .num {
  font-weight: bold;
  font-size: clamp(2.6rem, 3vw, 2.8rem);
  margin-right: 8px;
}
.sec_top_contents .box_border_top.review .review .star {
  color: transparent;
  -webkit-background-clip: text !important;
  font-size: clamp(2.6rem, 3vw, 2.8rem);
}
.sec_top_contents .box_border_top.review .desc {
  margin: 0 0 20px;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top.review .desc {
    text-align: center;
  }
}
.sec_top_contents .box_border_top.review .more a {
  display: block;
  border: 2px solid var(--base-color01);
  border-radius: 4px;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: clamp(1rem, 1.4vw, 1.6rem);
}
@media (max-width: 767px) {
  .sec_top_contents .box_border_top.review .more a {
    font-size: 1.4rem;
  }
}
.sec_top_contents .box_border_top.review .more a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--base-color01);
  transition: 0.2s;
}
.sec_top_contents .box_border_top.review .more a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -13em;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url(../img/google_icon002.png) no-repeat center center/cover;
  transition: 0.2s;
}

/***************************************
------------- ご挨拶 ------------
***************************************/
.sec_greeting {
  padding: 100px 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_greeting {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row .col-6:first-child {
    padding-right: 4%;
  }
}
.sec_greeting .box_border_top {
  border-top: 0;
}
.sec_greeting .box_border_top .h3_greeting {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid var(--base-color01);
}

.sec_greeting .box_border_top .h4_greeting {
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin: 20px 0 10px;
  padding: 0 0 5px;
  border-bottom: 2px dotted var(--base-color01);
}

@media (max-width: 767px) {
  .sec_greeting .box_border_top .h3_greeting {
    margin: 0 0 10px;
    padding: 0 0 8px;
    letter-spacing: -1px;
  }
}
.sec_greeting .box_border_top .desc {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.sec_greeting .box_border_top .bnr {
  display: block;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .sec_greeting .box_border_top .bnr {
    margin-top: 20px;
  }
}
.sec_greeting .img_row {
  margin-top: 25px;
  gap: 30px;
  grid-template-columns: repeat(13, 1fr);
}
@media (max-width: 767px) {
  .sec_greeting .img_row {
    gap: 20px;
    margin-top: 15px;
  }
}
.sec_greeting .img_row .col-5 {
  grid-column: span 5;
}
.sec_greeting .img_row .col-7 {
  grid-column: span 8;
}
.sec_greeting .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_greeting .btn {
    margin-top: 20px;
  }
}

/***************************************
------------- お約束 ------------
***************************************/
.sec_promise {
  padding: 100px 0;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_promise {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img003.jpg) no-repeat center center/cover;
  }
}
.sec_promise .box_border_top {
  padding: 45px 30px;
}
.sec_promise .box_border_top .row {
  gap: 60px 30px;
}
@media (max-width: 767px) {
  .sec_promise .box_border_top .row {
    gap: 30px 10px;
  }
}
.sec_promise .box_border_top .icon {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_promise .box_border_top .icon img {
    max-width: 40%;
  }
}
.sec_promise .box_border_top .h3_promise {
  font-weight: bold;
  text-align: center;
  padding: 0 0 5px;
  margin: 10px 0;
  border-bottom: 4px solid var(--base-color01);
  font-size: clamp(2rem, 2.4vw, 2.8rem);
}
@media (max-width: 767px) {
  .sec_promise .box_border_top .h3_promise {
    margin: 20px 0 10px;
    border-bottom: 2px solid var(--base-color01);
  }
}
@media (min-width: 768px) {
  .sec_promise .box_border_top .desc {
    line-height: 1.75;
    letter-spacing: 0;
  }
}

/***************************************
------------- ブランド ------------
***************************************/
.sec_brand {
  padding: 100px 0 50px;
  background: url(../img/bg_img004.jpg) repeat;
}
@media (max-width: 767px) {
  .sec_brand {
    padding: 45px 0 40px;
  }
}
.sec_brand .list_brand {
  padding: 50px 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .sec_brand .list_brand {
    padding: 20px 0 15px;
  }
}
.sec_brand .list_brand li {
  width: calc((100% - 100px) / 6);
}
@media (max-width: 767px) {
  .sec_brand .list_brand li {
    width: calc((100% - 40px) / 3);
  }
}
.sec_brand .list_brand li .bnr {
  display: block;
  text-align: center;
}
.sec_brand .list_brand li .brand_name {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}
@media (max-width: 767px) {
  .sec_brand .list_brand li .brand_name {
    margin: 15px 0 0;
  }
}
/***************************************
------------- 買取品目一覧 ------------
***************************************/
.sec_items {
  padding: 100px 0;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_items {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
.sec_items .h2_styled {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .sec_items .h2_styled {
    margin: 0 0 20px;
  }
}
.sec_items .list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
@media (max-width: 767px) {
  .sec_items .list_item {
    gap: 30px 20px;
  }
}
.sec_items .list_item li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 767px) {
  .sec_items .list_item li {
    width: calc((100% - 20px) / 2);
  }
}
.sec_items .list_item li a {
  display: block;
}
.sec_items .list_item li a .bnr {
  display: block;
  text-align: center;
}
.sec_items .list_item li a .item_name {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 0;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
@media (max-width: 767px) {
  .sec_items .list_item li a .item_name {
    margin: 5px 0 0;
  }
}
.sec_items .btn {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .sec_items .btn {
    margin: 20px 0 0;
  }
}
/***************************************
------------- 買取・査定方法 ------------
***************************************/
.sec_howto {
  padding: 100px 0;
  background: url(../img/bg_img006.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_howto {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img006.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .sec_howto .row {
    gap: 30px 0;
  }
}
.sec_howto .box_border_top .desc {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_howto .box_border_top .desc {
    margin: 0 0 20px;
  }
}
.sec_howto .box_border_top .desc .text-red {
  color: #c00000;
  font-weight: 500;
}
.sec_howto .box_border_top .bnr {
  margin-top: 0;
  position: relative;
}

.sec_howto .box_border_top .bnr .bnr_name {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: min(17.5%,60px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 5px 0 8px;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: bold;
  color: var(--base-color01);
  line-height: 1.0;
  background: linear-gradient(90deg, #f0e3ba, #e0ca87 85%);

}





.sec_howto .box_border_top .btn {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .sec_howto .box_border_top .btn {
    margin: 15px 0 0;
  }
}
.sec_howto .box_border_top .btn a {
  max-width: 100%;
}
.sec_howto .box_border_top .btn a:after {
  border-top: 3px solid #eac248;
  border-right: 3px solid #eac248;
}
.sec_howto .bnr {
  display: block;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_howto .bnr {
    margin-top: 20px;
  }
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_result {
  padding: 100px 0;
  background: url(../img/bg_img007.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_result {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img007.jpg) no-repeat center center/cover;
  }
}
.sec_result .h2_styled {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .sec_result .h2_styled {
    margin: 0 0 20px;
  }
}
.sec_result .item_list {
  gap: 30px 40px;
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .sec_result .item_list {
    gap: 20px;
    margin: 0 0 20px;
  }
}
.sec_result .item_list .col-3 a {
  transition: 0.2s;
}
.sec_result .item_list .col-3 a img {
  border-radius: 4px 4px 0 0;
}
.sec_result .item_list .col-3 a:hover {
  opacity: 0.7;
}
.sec_result .item_list .col-3 .txt_wrap {
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.sec_result .item_list .col-3 .txt_wrap .cat {
  margin: 0;
  color: #fff;
  padding: 3px 0 5px;
  background: #333;
}
.sec_result .item_list .col-3 .txt_wrap .desc {
  padding: 2% 4%;
  overflow: auto;
  max-height: 100px;
}
.sec_result .item_list .col-3 .txt_wrap .date {
  color: var(--base-color01);
  padding: 0 4% 4% 0;
  text-align: right;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.sec_result .item_list .col-3 .txt_wrap .date i {
  color: var(--base-color01);
  margin-right: 5px;
}

/***************************************
------------- お客様の声 ------------
***************************************/
.sec_voice {
  padding: 100px 0;
  background: url(../img/bg_img008.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_voice {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img008.jpg) no-repeat center center/cover;
  }
}
.sec_voice .box_border_top .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: center;
  margin: -85px auto 0;
  position: relative;
  z-index: 1;
}
.sec_voice .box_border_top .flex_wrap .contents .heading {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading {
    flex-wrap: wrap;
    /*padding-right: 80px;*/
    margin-top: 40px;
    padding-top: 50px;
    position: relative;
  }
  .sec_voice .box_border_top .flex_wrap .contents .heading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    left: auto;
    margin: auto;
    width: 50%;
    aspect-ratio: 194/190;
    background: url(../img/sp_voice_icon001.png) no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
    z-index: -1;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .heading img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading img {
    width: 30%;
    margin: 0;
    padding-right: 5px;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .heading .title {
  margin: 0;
  font-weight: bold;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  font-feature-settings: 'palt';
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading .title {
    width: 70%;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .heading .num {
  font-weight: 500;
  margin: 0 20px;
  font-size: clamp(26px, 4.8vw, 4.8rem);
  padding-right: 5px;
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading .num {
    margin: -14px 0 0;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .heading .review {
  margin: 18px 0 0;
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading .review {
    margin: 10px 0 0;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .heading .review .star {
  color: transparent;
  -webkit-background-clip: text !important;
  font-size: clamp(24px, 4.8vw, 4.8rem);
  line-height: 1;
}
.sec_voice .box_border_top .flex_wrap .contents .heading .review .date {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .sec_voice .box_border_top .flex_wrap .contents .heading .review .date {
    text-align: left;
    font-size: 1.2rem;
  }
}
.sec_voice .box_border_top .flex_wrap .contents .desc {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  margin: 20px 0;
}
@media (min-width: 768px) {
  .sec_voice .box_border_top .flex_wrap .contents .desc {
    margin: 30px 0;
    text-align: center;
  }
}
.sec_voice .slider_contents_wrap {
  margin-bottom: 85px;
  padding: 0 4%;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap {
    padding: 0 2% 0 4%;
  }
}
.sec_voice .slider_contents_wrap .slick-track {
  padding: 0 0 10px;
}
.sec_voice .slider_contents_wrap .slick-dots {
  left: 0;
  bottom: -35px;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-dots {
    left: 0;
  }
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-dots li {
    margin: 0;
  }
}
.sec_voice .slider_contents_wrap .slick-dots li.slick-active button:before {
  color: var(--base-color01) !important;
}
.sec_voice .slider_contents_wrap .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #aaa !important;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-dots li button:before {
    font-size: 10px;
  }
}
.sec_voice .slider_contents_wrap .slick-arrow {
  z-index: 99;
}
.sec_voice .slider_contents_wrap .slick-arrow:before {
  content: "";
  z-index: 99;
  opacity: 1;
  width: 0 !important;
  height: 0 !important;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--base-color01);
  font-size: unset;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-arrow:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid var(--base-color01);
  }
}
.sec_voice .slider_contents_wrap .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) !important;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-arrow.slick-prev {
    left: -3%;
    transform: translateY(-8px) rotate(180deg) !important;
  }
}
.sec_voice .slider_contents_wrap .slick-arrow.slick-next {
  right: 1%;
}
@media (max-width: 767px) {
  .sec_voice .slider_contents_wrap .slick-arrow.slick-next {
    right: -1%;
  }
}
.sec_voice .slider_contents_wrap .review_block {
  padding: 20px;
  background: #fffbed;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  margin-right: 20px;
}
.sec_voice .slider_contents_wrap .review_block .name {
  margin: 0;
}
.sec_voice .slider_contents_wrap .review_block .star {
  color: transparent;
  -webkit-background-clip: text !important;
}
.sec_voice .slider_contents_wrap .review_block .desc {
  max-height: 190px;
  overflow: auto;
}

.sec_voice .slider_contents_wrap .review_block .border {
  padding: 0 0 3px;
  margin: 0 0 5px;
  border-bottom: 2px solid var(--base-color01);
}
/***************************************
------------- 新着情報・買取コラム ------------
***************************************/
.sec_post {
  padding: 100px 0;
  background: url(../img/bg_img009.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_post {
    padding: 50px 0 40px;
    background: url(../img/sp_bg_img009.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .sec_post .row {
    gap: 30px 0;
  }
}


.x_rayBnr {
  margin-bottom: clamp(50px, 10vw, 100px);
}


/***************************************
------------- slick修正 ------------
***************************************/

.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-slide {
  height: auto;
}
