@charset "UTF-8";
/**
 * 公開後修正のため追加したcss
 */
 /* 買取定番商品の・・・の大きさ調整 */
@media screen and (min-width: 768px){
 .slick-dots li button:before {
    font-size: 3rem !important;
 }
}
/* スマホの際に買取定番商品の文字が消えてしまう */
.slick-initialized .slick-slide {
  color: #fff;
}
@media screen and (min-width: 768px){
  .slick-initialized .slick-slide {
    color: #333;
  }
 }
 /* 買取実績の値段ラベルのズレ */
 .price-slider .card dl.price dd {
  letter-spacing: 0 !important;
 }
 @media screen and (min-width: 992px){
  .price-slider .card dl.price {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/*インスタグラム追加*/
.footer-social-link > li {
  width: calc((100% / 3));
  height: 55px;
}

.footer-link-instagram-shibuya {
  display: block;
  height: 100%;
  background-size: contain;
  background-size: contain;
  background: url(../img/common/icon_instagram_shibuya.png) no-repeat top center;
}

.footer-link-instagram-women {
  display: block;
  height: 100%;
  background-size: contain;
  background-size: contain;
  background: url(../img/common/icon_instagram_womens.png) no-repeat top center;
}

.footer-link-instagram-men {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_instagram_men.png) no-repeat top center;
}
.footer-link-instagram-official {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_instagram_official.png) no-repeat top center;
}
.footer-link-twitter {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_twitter.png) no-repeat top center;
}
.footer-link-facebook {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_facebook.png) no-repeat top center;
}
.footer-link-line {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_line.png) no-repeat top center;
  margin-top: 15px;
}
.footer-link-instagram {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_instagram.png) no-repeat top center;
}
.footer-link-youtube {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_youtube.png) no-repeat top center;
  margin-top: 10px;
}
.footer-link-weibo {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_weibo.png) no-repeat top center;
}
.footer-link-weixin {
  display: block;
  height: 100%;
  background-size: contain;
  background: url(../img/common/icon_weixin.png) no-repeat top center;
}
.footer-social-link > li:nth-child(n + 5) {
  margin-top: 35px;
}
.footer-social-link > li:nth-of-type(4n) {
  margin-left: 0;
}
.footer-social-link {
  margin: 20px 30px 0 30px;
  text-align: left;
}

.footer-social-link > li {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
	.footer-social-link > li {
		width: 60px;
		height: 55px;
	}

	.footer-social-link {
		width: 510px;
    margin: 20px 0 0 0;
	}
	.footer-logo-container {
		margin-right: -510px;
	}

  .footer-link-twitter {
    margin-top: 5px;
  }

  .footer-link-facebook {
    margin-top: 5px;
  }

  .footer-social-link li {
    margin: 0 5px;
  }

  .footer-social-link li:nth-of-type(6) {
    margin: 0 10px;
  }
}

.banner.row h2 {
  text-align: center;
}
.section-body {
  border-bottom: 1px solid #cccccc;
}
.section-body.kante .logo-kante {
	text-align: center;
	margin: 2em 0;
}
.section-body.kante .logo-kante img {
	width: 200px;
	height: auto;
}
.section-body:last-child{
  border-bottom: 0;
}

.section-body .textbox .title {
	font-weight: 600;
}

.section-body .imgbox {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.section-body .m-box-imgTxt {
		display: flex;
		justify-content: space-between;
	}
}

.single-store section.main-cover a {
  display: block;
  transition: .5s;
  overflow: hidden;
}

.single-store section.main-cover a:hover {
  display: block;
  transition: .5s;
  opacity: 0.7;
}

.single-store section.main-cover a img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition-timing-function: ease-out;
  width: 100%;
  height: 100%;
}

.single-store section.main-cover a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition-timing-function: ease-out;
  transform: scale(1.05);
}

/* 20230823追記 */
body {
  user-select: auto !important;
}

/*20230904追記*/
section.store-location ul.store-list li .service dd .buy,
section.store-location ul.store-list li .service dd .order,
 section.store-location ul.store-list li .service dd .sell {
  float: left;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 5px;
  width: 80px;
}
section.store-location ul.store-list li .service dd .order {
  background-color: #237300;
}
section.store-location ul.store-list li .service dd>ul {
  margin-left: 7.5em;
}

.store-service-icon > li.order {
  background-color: #237300;
}
.store-service-icon br {
  display: none;
}

.store-data .service dl dd .order {
  float: left;
  width: 64px;
  height: 64px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-data .service dl dd .order {
  background-color: #237300;
}

@media screen and (min-width: 768px) {
  .page-header h1 {
    margin: 0 -204px 0 0;
  }
  .store-service-icon > li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .store-service-icon {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 204px;
  }
  .store-service-icon br {
    display: block;
  }

}




