@charset "UTF-8";
@import url("parts/wrap_brand_shoplist.css");
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
iframe {
  border: none;
}

.cnv_btn,
a.cnv_btn {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.c_item_list_txt {
  text-align: left;
}

.c_search_body {
  background: #e6d8b3;
}

.c_search {
  width: min(700px, 100%);
  margin: 0 auto;
  border: none;
}

.c_search_ttl {
  background: #97710c;
}

@media screen and (max-width: 767px) {
  .c_achievement_wrap {
    gap: 10px;
  }
}

.c_achievement_block {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c_achievement_block {
    display: block;
    padding: 10px;
    width: calc((100% - 10px) / 2);
  }
}

.c_achievement_date {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c_achievement_date {
    margin-bottom: 0px;
    margin-top: 8px;
  }
}

.c_achievement_item {
  font-size: 0.9rem;
  line-height: 1.3em;
  word-break: break-all;
}

.c_achievement_price span:nth-child(1) {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.9em;
}

.c_achievement_price span:nth-child(3) {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.9em;
}

.c_achievement_price {
  align-items: initial;
  line-height: 1;
  margin: 8px 0;
  display: block;
}

.c_achievement_block img {
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .c_achievement_block img {
    height: 100px;
    width: 100%;
  }
}

.c_achievement_detail {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c_achievement_detail {
    margin-left: 0;
    margin-top: 10px;
    min-width: auto;
    padding-bottom: 90px;
  }
}

.c_achievement_price_wrap {
  position: absolute;
  bottom: 20px;
  left: 140px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c_achievement_price_wrap {
    bottom: 10px;
    left: 10px;
  }
}

div.brand_linkset_wrap {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  div.brand_linkset_wrap {
    border: none;
    border-radius: 0;
  }
}

div.brand_linkset_block {
  box-sizing: border-box;
}

/*メインビジュアルページ内リンク*/
.wrap_main_anc {
  background-color: #e5e6e5;
}
.wrap_main_anc .top_main_anc {
  margin: auto;
  z-index: 104;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrap_main_anc .top_main_anc {
    bottom: 0;
    width: 100%;
  }
}
.wrap_main_anc .top_main_anc .top_main_link {
  width: 32.3333333333%;
}
@media screen and (max-width: 767px) {
  .wrap_main_anc .top_main_anc .top_main_link {
    width: 33%;
  }
}
.wrap_main_anc .top_main_anc .top_main_link a {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_main_anc .top_main_anc .top_main_link a {
    padding: 12px 0;
  }
}
.wrap_main_anc .top_main_anc .top_main_link a div {
  position: relative;
}
.wrap_main_anc .top_main_anc .top_main_link a div span {
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1em;
}
.wrap_main_anc .top_main_anc .top_main_link a div:before {
  content: "";
  background: url("../img/icon/laurel.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrap_main_anc .top_main_anc .top_main_link a div:before {
    background-size: 15px;
    width: 15px;
    height: 50px;
    left: 5px;
  }
}
.wrap_main_anc .top_main_anc .top_main_link a div:after {
  content: "";
  background: url("../img/icon/laurel.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  /*transform:rotate(180deg);*/
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .wrap_main_anc .top_main_anc .top_main_link a div:after {
    background-size: 15px;
    width: 15px;
    height: 50px;
    right: 5px;
  }
}
.wrap_main_anc .top_main_anc .top_main_link a:before {
  display: none;
}

.top_main_linktext01 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_main_linktext01 {
    font-size: 12px;
    font-size: 2.6vw;
  }
}

.top_main_linktext02 {
  font-size: 25px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .top_main_linktext02 {
    font-size: 15px;
    font-size: 3.5vw;
    margin-top: 8px;
  }
}

.top_main_linktext03 {
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .top_main_linktext03 {
    font-size: 10px;
    font-size: 2.3vw;
    margin-top: 4px;
  }
}

/* MV下 CTA */
.wrap_karte_mv_bottom {
  background-color: #e5e6e5;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block {
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block h3 {
  text-align: center;
}
.wrap_karte_mv_bottom .c_method_banner_block img.anc_img {
  width: 100%;
  height: auto;
}
.wrap_karte_mv_bottom .c_method_banner_block ul {
  display: flex;
  justify-content: space-between;
  margin-top: -20px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul {
    flex-wrap: wrap;
    margin-top: 0px !important;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li {
  width: 24.25%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li {
    width: 49%;
    margin-right: 0;
    display: flex;
    margin-bottom: 16px;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li a {
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 0px;
  font-size: 1.2rem;
  flex-wrap: wrap;
  line-height: 1em;
  min-height: 73px;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li a {
    padding-right: 1em;
    font-size: 1rem;
    min-height: 63px;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li a img {
  margin-right: 5px;
  height: 23px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li a img {
    margin-right: 7px;
    height: 1em;
    width: auto;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li a strong {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 0.85rem;
  margin-bottom: 3px;
}
.wrap_karte_mv_bottom .c_method_banner_block ul li a:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}
.wrap_karte_mv_bottom .c_method_banner_block ul li a::after {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 47%;
  right: 24px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li a::after {
    width: 10px;
    height: 10px;
    right: 1em;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(1) a {
  background: #fc9942;
}
.wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(2) a {
  background: #26a1b4;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(3) a {
  background: #7cb25e;
}
.wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wrap_karte_mv_bottom .c_method_banner_block ul li:nth-of-type(4) {
    margin-bottom: 0;
    margin-bottom: 0;
  }
}
.wrap_karte_mv_bottom .c_method_banner_block ul .btn_line a {
  background: #00b100;
}

.result_wrap_srch {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .result_wrap_srch {
    margin: 40px 0;
  }
}

/* Google口コミスライダー */
.voice_splide .splide__track ul.splide__list li.splide__slide {
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .voice_splide .splide__track ul.splide__list li.splide__slide {
    padding: 0 30px;
  }
}
.voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox {
  background: #e6ebff;
  border-radius: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox {
    padding: 0;
  }
}
.voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox .review_box_user {
  padding: 20px;
  margin-bottom: 0px;
}
.voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox .review_box_user .review_box_star_rate {
  color: #ffb542;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox .review_box_user .review_box_user {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1em;
  padding: 0;
}
.voice_splide .splide__track ul.splide__list li.splide__slide .c_voice_list_inbox .review_box_user .c_voice_list_txt {
  font-size: 14px;
}
.voice_splide .splide__arrows .splide__arrow {
  background: #fff;
  border: 1px solid #d6dae4;
  height: 40px;
  width: 40px;
  opacity: 1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.25);
}
.voice_splide .splide__arrows .splide__arrow--prev {
  left: 0.7em;
}
.voice_splide .splide__arrows .splide__arrow--next {
  right: 0.7em;
}

/* 少しでも高く買取りしてもらう方法 */
.splide .c_higher_purchase_list {
  gap: initial;
  justify-content: initial;
}

/* 金ページ　リード文下 */
.shop_lead_txt002 {
  padding: 0.5em 1em;
  background: #F8F4EC;
  display: table;
  font-weight: 600;
  margin: 20px auto 10px auto;
}

.shop_lead_txt002_sub {
  font-size: 12px;
}

/* スライダー共通設定 */
.splide__arrows .splide__arrow--prev {
  left: -1em;
  height: 3em;
  width: 3em;
}
.splide__arrows .splide__arrow--next {
  right: -1em;
  height: 3em;
  width: 3em;
}

.wrap_cta_ladys img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=eco_brand_item.css.map */