@charset "UTF-8";
.j_toggleBtn .open {
  display: inline;
}
.j_toggleBtn.active .open {
  display: none;
}
.j_toggleBtn .close {
  display: none;
}
.j_toggleBtn.active .close {
  display: inline;
}
.j_toggleBtn div {
  position: relative;
    padding: 10px 35px 10px 10px;
}
.j_toggleBtn div:before {
  content: "";
  display: block;
  border-top: solid 2px #0d6cc5;
  border-right: solid 2px #0d6cc5;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
}
.j_toggleBtn.active div:before {
  top: 60%;
  right: 9px;
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media only screen and (max-width: 600px) {
  .fw .tabScroll.onlySp .tabGra .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#search .j_tabDetail {
  display: none;
}
#search .j_tabDetail.active {
  display: block !important;
}

@media only screen and (max-width: 374px) {
  .fw .listProduct .detail .color li {
    width: 11px;
  }
}

.fw .summer2018__title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fw .main__heading {
  margin-top: 0;
  color: #fff;
  background-color: #213578;
  letter-spacing: 0.2em;
}
.fw .heading__img-set {
  padding: 45px 0 0;
}
.fw .heading__img {
  width: 426px;
}

.fw .list-product {
  position: relative;
}
.fw .list-product .list-product__link {
  flex-shrink: 1;
  height: 100%;
}
.fw .list-product .list-product__img-set {
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 100%;
}
.fw .listProduct .img .list-product__img-set img:first-child {
  width: 200px;
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fw .list-product .detail {
  padding-bottom: 100px;
}
.fw .list-product__btn-wrapper {
  position: absolute;
  right: 34px;
  bottom: 20px;
  width: 200px;
}
.fw .list-product .releaseInfo {
  display: table;
}
.fw .list-product .releaseInfo .batchArea {
  display: table-cell;
}
.fw .list-product .releaseInfo .infoText {
  display: table-cell;
  padding-left: 10px;
  font-size: 14px;
  color: #c1c1c2;
}
.fw .list-product .releaseInfo + .lead {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .fw .summer2018__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fw .heading__img-set {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .fw .heading__img {
    width: 80%;
  }
  .fw .listProduct .img {
    height: 100%;
  }
  .fw .list-product .list-product__img-set {
    width: 100%;
    height: 100%;
  }
  .fw .listProduct .img .list-product__img-set img:first-child {
    width: 100%;
  }
  .fw .list-product .detail {
    padding-bottom: 75px;
  }
  .fw .list-product__btn-wrapper {
    max-width: 120px;
    right: calc( calc( 100% - 245px ) / 2 );
    bottom: 15px;
  }
  .fw .list-product__btn-wrapper a {
    display: block;
  }
  .fw .list-product .releaseInfo .infoText {
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .fw .list-product .releaseInfo .batchArea,
  .fw .list-product .releaseInfo .infoText {
    display: block;
  }
  .fw .list-product .releaseInfo .infoText {
    padding-left: 0;
    font-size: 10px;
  }
}

.fw .priceLayout#shitadoriWrap .sectionLine:first-child{
  padding-top: 0;
  border: none;
}


@media only screen and (max-width: 600px) {
  .tableSpScrollWrapper .tableSpScroll .sp_width_adjust {
    width: 115vw;
    max-width: 570px;
  }

  .sp_width_adjust .boxInnerSmall .flex .flex4:first-child  {
    width: 24%;
  }
  .sp_width_adjust .boxInnerSmall .flex .flex4 {
    width: 38%;
  }

  .sp_width_adjust > .sectionLine > .flex > .flex4:first-child {
    width: 24%;
  }
  .sp_width_adjust > .sectionLine > .flex > .flex4 {
    width: 38%;
  }



}