@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
iframe {
  border: 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;
}

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

.c_media_movie {
  padding: 0 0 64px;
}

.c_media_movie .content {
  text-align: center;
}

.c_media_movie iframe {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c_media_movie iframe {
    width: 100%;
  }
}

/*メインビジュアル*/
#top_main_img202408 {
  background: #000;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 {
    flex-flow: column;
  }
}
#top_main_img202408 #top_main_img202408_left,
#top_main_img202408 #top_main_img202408_right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 #top_main_img202408_left,
  #top_main_img202408 #top_main_img202408_right {
    width: 100%;
  }
}
#top_main_img202408 #top_main_img202408_left img,
#top_main_img202408 #top_main_img202408_right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top_main_img202408 #top_main_img202408_left aside,
#top_main_img202408 #top_main_img202408_right aside {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#top_main_img202408 #top_main_img202408_right img {
  -o-object-position: 50% top;
     object-position: 50% top;
}
#top_main_img202408 #top_main_img202408_right aside {
  animation-name: topmainAnime01;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-direction: normal;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 #top_main_img202408_right aside {
    animation-name: topmainAnime01_sp;
  }
}
#top_main_img202408 #top_main_img202408_left img {
  -o-object-position: 50% top;
     object-position: 50% top;
}
#top_main_img202408 #top_main_img202408_left aside {
  animation-name: topmainAnime01;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-direction: normal;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 #top_main_img202408_left aside {
    animation-name: topmainAnime01_sp;
  }
}
#top_main_img202408 #wrap_copy {
  position: absolute;
  width: 100%;
  height: 80vh;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 #wrap_copy {
    height: 60vh;
  }
}
#top_main_img202408 #wrap_copy h2 {
  font-weight: 500;
  position: absolute;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 2.5vw;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  min-height: 9em;
  opacity: 0;
  animation-name: topmainAnime02;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}
@media screen and (max-width: 767px) {
  #top_main_img202408 #wrap_copy h2 {
    font-size: 6.5vw;
    min-height: 11em;
    top: 5%;
    left: auto;
    right: 3%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

#top_main_img202408_copy {
  width: 100%;
  position: sticky;
  z-index: 10;
  bottom: 0;
  font-size: 2.5vw;
  line-height: 1.5;
  padding: 0.2em 0;
  letter-spacing: 0.05em;
  background: #000;
  color: #ccc;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top_main_img202408_copy {
    font-size: 5.5vw;
    margin-bottom: 40px;
    line-height: 1.3;
    padding: 0.6em 0;
    background: rgb(0, 0, 0);
  }
}

@keyframes topmainAnime01 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes topmainAnime01_sp {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes topmainAnime02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*メインビジュアルページ内リンク*/
.top_main_anc {
  margin: auto;
  z-index: 104;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.top_main_link {
  width: 32.3333333333%;
}

.top_main_link a {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  padding: 12px 0 38px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.top_main_link a:before {
  content: "";
  background: url("../img/icon/arrow_wh.svg") #97710c no-repeat;
  background-size: 6px;
  background-position: center center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 8px;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}

.top_main_link a div {
  position: relative;
}

.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;
}

.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);
}

.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;
}

.top_main_linktext01 {
  font-size: 20px;
}

.top_main_linktext02 {
  font-size: 25px;
  margin-top: 8px;
}

.top_main_linktext03 {
  font-size: 12px;
  margin-top: 4px;
}

@media all and (max-width: 767px) {
  .top_main_anc {
    bottom: 0;
    width: 100%;
  }
  .top_main_link {
    width: 33%;
  }
  .top_main_link a {
    padding: 12px 0 31px;
  }
  .top_main_link a:before {
    background-size: 4px;
    width: 15px;
    height: 15px;
  }
  .top_main_link a div:before {
    background-size: 15px;
    width: 15px;
    height: 50px;
    left: 5px;
  }
  .top_main_link a div:after {
    background-size: 15px;
    width: 15px;
    height: 50px;
    right: 5px;
  }
  .top_main_linktext01 {
    font-size: 12px;
    font-size: 2.6vw;
  }
  .top_main_linktext02 {
    font-size: 15px;
    font-size: 3.5vw;
    margin-top: 8px;
  }
  .top_main_linktext03 {
    font-size: 10px;
    font-size: 2.3vw;
    margin-top: 4px;
  }
}
/*年末年始*/
#top_main_img202412 {
  background: url(../img/top/main_img/202412b.jpg) top repeat-x;
  position: relative;
  height: 560px;
}
@media screen and (max-width: 767px) {
  #top_main_img202412 {
    position: static;
    background: none;
    height: auto;
  }
}
#top_main_img202412 img {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #top_main_img202412 img {
    position: static;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    width: 100%;
    height: auto;
  }
}

/*トップに挿入したバナー*/
.bnr_allseason {
  display: flex;
  justify-content: center;
}

.bnr_allseason img {
  max-width: 100%;
}

/* TOPワクチンボタン */
.c_jcv_btn_block_top {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c_jcv_btn_block_top {
    width: 100%;
  }
}
/* 買取強化ブランド */
.brand_linkset_block_common {
  color: #fff;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 1px solid #c9c8c8;
}

.brand_linkset_block_common .brand_linkset_block_title {
  background-color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.brand_linkset_block_common .brand_linkset_block_list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 40px 44px;
}

.brand_linkset_block_common .brand_linkset_block_item {
  text-align: start;
  font-size: 13px;
  white-space: nowrap;
}

@media screen and (max-width: 970px) {
  .brand_linkset_block_common {
    margin: 40px auto 40px auto;
    display: inline-block;
  }
  .brand_linkset_block_common .brand_linkset_block_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.top_shop_list_wrap h3 {
  border-bottom: 1px solid #000;
  font-size: 14px;
  margin-bottom: 8px;
}

.top_shop_list_wrap h3 a {
  background: url("../img/icon/arrow.svg") no-repeat right;
  background-size: 8px;
  padding-right: 1em;
  color: #000;
  text-decoration: none;
}

.top_shop_list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}

.top_shop_list_wrap ul li {
  width: 16.6666666667%;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_shop_list_wrap ul li {
    width: 50%;
    font-size: 14px;
  }
}

.top_shop_list_wrap ul li a {
  position: relative;
  padding: 0 0 0 16px;
  color: #000;
  text-decoration: none;
}

.top_shop_list_wrap ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #000;
}

/* トップ　スライダー設定 */
.top_campaignslide_wrap .splide {
  margin-bottom: 40px;
}

.top_campaignslide_wrap .splide__slide img {
  width: 100%;
  height: auto;
}

.top_campaignslide_wrap ul.splide__pagination {
  bottom: -2em;
}

.top_campaignslide_wrap button.splide__pagination__page {
  background: #000;
}

.top_campaignslide_wrap button.splide__pagination__page {
  border: 1px #000 solid;
  box-sizing: border-box;
}

.top_campaignslide_wrap button.splide__pagination__page.is-active {
  background: #fff;
}

.top_campaignslide_wrap .splide__slide span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.top_campaignslide_wrap .splide__slide.is-active span::after {
  background: rgba(0, 0, 0, 0);
}

.c_adviser_list_box.splide__slide {
  border: 1px solid #c9c8c8;
}

.splide__pagination li {
  margin: 0 0.2em;
}

.splide__arrows .splide__arrow--prev {
  left: -1em;
  height: 3em;
  width: 3em;
}
.splide__arrows .splide__arrow--next {
  right: -1em;
  height: 3em;
  width: 3em;
}

ul.c_other_reason_list.splide__list {
  display: flex !important;
}

/*アニメーション設定*/
@keyframes fadeInAndOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveUp {
  0% {
    top: 33%;
  }
  100% {
    top: 0;
  }
}
@keyframes moveUp-anc {
  0% {
    bottom: -119px;
  }
  100% {
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  @keyframes moveUp-anc {
    0% {
      bottom: -10%;
    }
    100% {
      bottom: 0;
    }
  }
}
/* QUOカード */
.add_timer_top_bnr {
  display: none;
}

.wrap_top_bnr img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .wrap_top_bnr img {
    width: 100%;
  }
}

/* 買取ランキング */
.ttl_ranking {
  background: url("../img/ranking/bg_ttl.png") no-repeat center center;
  background-size: auto 113px;
  min-height: 110px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_ranking {
    background-size: auto 60px;
    min-height: 60px;
  }
}

.other_ranking.splide img {
  border-top: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
  border-left: 1px solid #C9C8C8;
  box-sizing: border-box;
}
.other_ranking.splide p {
  background-color: #333;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other_ranking.splide p {
    font-size: 0.8em;
  }
}
.other_ranking.splide a {
  text-decoration: none;
}
.other_ranking.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.other_ranking.splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.other_ranking.splide button:focus {
  outline: none;
}
.other_ranking.splide .splide__pagination {
  bottom: -1.5rem;
}
.other_ranking.splide .splide__pagination li {
  margin: 0 0.2em;
}
.other_ranking.splide .splide__pagination__page {
  background: #000;
  border: 1px #000 solid;
  box-sizing: border-box;
}
.other_ranking.splide .splide__pagination__page.is-active {
  background: #fff;
}

.c_high_price {
  background: white;
}

@media screen and (max-width: 767px) {
  .c_high_price_list_box {
    border: 1px solid #C9C8C8;
    box-sizing: border-box;
  }
}

.c_high_price_list_block.splide.is-initialized:not(.is-active) ul.splide__list {
  display: flex;
}

.c_high_price_list_block ul.splide__list {
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c_high_price_list_block ul.splide__list {
    flex-wrap: initial;
    gap: initial;
  }
}
.c_high_price_list_block ul.splide__list li {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
  .c_high_price_list_block ul.splide__list li {
    width: 100%;
    padding: 32px 20px 25px;
  }
}
.c_high_price_list_block ul.splide__list li img {
  width: 100%;
}
.c_high_price_list_block ul.splide__list li .cmn_h3_type3 {
  font-size: 18px;
}
.c_high_price_list_block ul.splide__list li .cmn_h3_type3 span {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c_high_price_list_block ul.splide__list li .cmn_h3_type3 span {
    font-size: 19px;
  }
}

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

.guarantee_campaign_wrap {
  margin-top: 60px;
}
.guarantee_campaign_wrap a {
  display: block;
  margin-top: 20px;
}
.guarantee_campaign_wrap a img {
  width: 100%;
}/*# sourceMappingURL=eco_top.css.map */