
.shibuya-xo-img img {
  max-width: 950px;
}
@media (max-width: 979px){
    .shibuya-xo-img img {
      max-width: 100%;
  }
}

.shibuya-main {
  max-width: 950px;
  margin: 0 auto;
}
.shibuya-main h2.ttl {
  border-bottom: none;
  font-family: 'brown-bold';
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #323232;
}
.nowrap .shibuya-main .ttl {
  padding-bottom: 20px;
}
.shibuya-main .sub-ttl {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  text-align: center;
  color: #323232;
}

.shibuya-xo-mv {
  max-width: 950px;
}
.shibuya-xo-mv img {
  width: 100%;
}


.shibuya-xo-img {
  text-align: center;
}
.shibuya-xo-img img {
  width: 460px;
}
@media (max-width: 979px){
  .shibuya-xo-img img {
    width: 300px;
  }
}

.shibuya-main .ttl-bottom-txt {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.58;
}

.caution {
  display: block;
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.1;
}


.logo-bottom-txt {
  font-size: 12px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 64px;
}
.category-ttl {
  font-family: 'brown-bold';
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  text-align: center;
}
.category-sub-ttl {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 30px;
}

.shibuya-xo-product +.shibuya-xo-product {
  margin-top: 84px;
}
.shibuya-xo-product:last-of-type {
  padding-bottom: 97px;
}
.shibuya-xo-product-list {
  display: flex;
  flex-wrap: wrap;
}
.shibuya-xo-product-item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
}
.shibuya-xo-product-item:nth-of-type(3n) {
  margin-right: 0;
}
.shibuya-xo-product-item:nth-of-type(n+4) {
  margin-top: 20px;
}
.product-img-wrap {
  overflow: hidden;
}
.product-img-wrap img {
  transition: .3s;
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 979px){
  .product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
  }
}




.product-img-wrap img:hover {
  transform: scale(1.2);
}
.brand-list-inner {
  padding-top: 64px;
  padding-bottom: 60px;
}
.category-name {
  font-family: 'brown-bold';
  font-weight: bold;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
}
.brand-txt {
  margin-bottom: 10px;
}
.brand-txt,
.brand-name {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.brand-list {
  margin-bottom: 20px;
}
.brand-list li {
  padding-bottom: 30px;
  border-bottom: 1px solid #AAAAAA;
  margin-top: 30px;
}
.brand-list li:first-of-type {
  margin-top: 10px;
}
.brand-section {
  background-color: #f0efed;
}
.is-sp{
  display: none;
}
.is-pc{
  display: block;
}
.shop-section .border {
  border: 1px solid #707070;
  padding: 30px;
}
.shop-inner {
  padding-top: 64px;
  padding-bottom: 60px;
}
.shop-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}
.shop-ttl {
  font-family: 'brown-bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.1em;
}
.shop-name {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
a.shop-link {
  color: #D61518;
  text-decoration: none;
}
.shop-text + .shop-text {
  padding-top: 27px;
}
.shop-info-detail {
  padding-left: 30px;
  width: 100%;
  text-align: center;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .shibuya-main h2.ttl {
    font-size: 20px;
  }
  .nowrap .shibuya-main .ttl {
    padding-bottom: 8px;
  }
  .shibuya-main .sub-ttl {
    font-size: 12px;
    padding-bottom: 28px;
  }
  .shibuya-main .ttl-bottom-txt {
    line-height: 1.66;
    padding: 30px 10px 54px;
  }
  .logo-bottom-txt {
    line-height: 1.66;
    letter-spacing: 0;
    padding: 10px 10px 53px;
  }
  .category-ttl {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .shibuya-xo-product {
    padding-right: 10px;
    padding-left: 10px;
  }
  .shibuya-xo-product + .shibuya-xo-product {
    margin-top: 53px;
  }
  .shibuya-xo-product:last-of-type {
    padding-bottom: 50px;
  }
  .shibuya-xo-product-item {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .shibuya-xo-product-item:nth-of-type(3n) {
    margin-right: 11px;
  }
  .shibuya-xo-product-item:nth-of-type(even) {
    margin-right: 0;
  }
  .shibuya-xo-product-item:nth-of-type(n+4) {
    margin-top: 10px;
  }
  .shibuya-xo-product-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .product-img-wrap img:hover {
    transform: none;
  }
  .brand-list li {
    padding-bottom: 20px;
    margin-top: 21px;
  }
  .brand-list li:first-of-type {
    margin-top: 0;
  }
  .brand-list li:last-of-type {
    border-bottom: none;
  }
  .brand-list-inner {
    padding: 53px 10px 50px;
  }
  .category-name {
    padding-bottom: 6px;
  }
  .is-sp{
    display: block;
  }
  .is-pc{
    display: none;
  }
  .shop-inner {
    padding: 70px 10px 50px;
  }
  .shop-info {
    display: block;
  }
  .shop-info-detail {
    margin-top: 33px;
    padding-left: 0;
  }
  .shop-ttl {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

/* モーダル */
.remodal-overlay.custom-modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.remodal.custom-modal {
  max-width: 950px;
  padding: 20px;
}
.custom-modal-inner {
  background-color: #fff;
  padding: 10px;
}
.custom-modal-content {
  display: flex;
}
.modal-product-img {
  flex: 1 0 440px;
}
.modal-product-img img {
  width: 440px;
}
.modal-product-detail {
  margin-left: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-product-detail .modal-ttl,
.modal-product-detail .modal-sub-ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.76;
  padding-bottom: 20px;
}
.modal-sub-ttl {
  padding-bottom: 10px !important;
}
.modal-product-detail .modal-ttl {
  letter-spacing: 0.05em;
}
.modal-product-detail .modal-detail-txt {
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: 0.05em;
  padding-bottom: 27px;
}
.modal-product-detail .modal-sub-ttl {
  font-family: 'brown-bold';
  font-weight: bold;
  letter-spacing: 0.15em;
}
.modal-product-detail .product-name,
.modal-product-detail .product-price {
  color: #585858;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.modal-product-detail .product-name {
  font-weight: bold;
}
.modal-product-name {
  padding-bottom: 30px;
}
.modal-shop {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.modal-itom-info {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -0.8em;
}
.remodal .close-btn-wrap {
  margin-top: auto;
  text-align: center;
  padding: 10px 0;
}
.remodal a {
  cursor: pointer;
  position: relative;
  padding-left: 21px;
  transition: .3s;
  text-decoration: underline;
}
.remodal a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.remodal .close-btn,
.remodal .close-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.remodal .close-btn {
  position: absolute;
  width: 13px;
  height: 13px;
  top: -1px;
  left: 0;
}
.remodal .close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.remodal .close-btn span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.remodal .close-btn span:nth-of-type(2) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .remodal.custom-modal {
    padding: 10px;
  }
  .custom-modal-content {
    display: block;
  }
  .modal-product-detail {
    margin-left: 0;
    margin-top: 20px;
  }
  .modal-product-detail .modal-ttl {
    font-size: 15px;
    padding-bottom: 30px;
  }
  .modal-product-detail .modal-detail-txt {
    padding-bottom: 33px;
  }
  .modal-product-detail .modal-sub-ttl {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  .modal-shop {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .modal-itom-info {
    padding-bottom: 10px;
  }
}


/* -- common footer location --*/
.three_asterisk {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
}
.three_asterisk span {
  line-height: 44px;
  font-size: 23px;
  font-weight: lighter;
  color: #000;
}
.three_asterisk span.center {
  padding: 0 15px;
}

.btn_online__area {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.btn_online__area .btn_online {
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 470px;
  padding: 10px 0;
  border: 3px solid #000;
}
.btn_online__area .btn_online a {
  display: block;
  font-size: 23px;
  font-family: 'brown-bold';
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  text-decoration: none;
  vertical-align: middle;
}
p.btn_online.online.other_styling {
  margin-top: 25px;
}

@media (max-width: 767px){
  .btn_online__area {
    margin: 20px 0 40px;
    padding-bottom: 0;
  }
  .btn_online__area .btn_online {
    width: 94%;
    padding: 5px 0;
    border: 2px solid #000;
  }
  .btn_online__area .btn_online a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  p.btn_online.online.other_styling {
    margin-top: 20px;
  }
}


.bnr-seibu {
  margin: 60px auto;
  max-width: 950px;
  text-align: center;
}
.bnr-seibu img {
  width: 470px;
  /* original-size: 820px */
}
@media (max-width: 767px){
  .bnr-seibu {
    max-width: 94%;
  }
  .bnr-seibu img {
    width: 100%;
  }
}