/*  ========================= /break points ========================= */
/*  ========================= fonts - font face ========================= */
.txt__jp_01, .lp-after .btn__all {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
}

.txt__en_01, .cd--crdt .crdt--data .crdt--btn, .cd--crdt .crdt--data .crdt--price, .cd--crdt .crdt--item, .shirts-crdt-data .shirts-crdt-btn, .shirts-crdt-data .shirts-crdt-price {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txt__en_02 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*  ========================= style - layout ========================= */
#lp-wrapper {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp-wrapper {
    width: 100%;
  }
}
#lp-wrapper h1, #lp-wrapper h2, #lp-wrapper h3, #lp-wrapper h4, #lp-wrapper h5, #lp-wrapper h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#lp-wrapper ul, #lp-wrapper ol, #lp-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lp-wrapper a {
  text-decoration: none;
}
#lp-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

#lp-fv {
  width: 100%;
}
#lp-fv .fv-head {
  position: relative;
  width: 100%;
}
#lp-fv .fv-head .fv-h1 {
  position: absolute;
  top: 18.9px;
  left: 7.2474377745%;
  width: 892.92px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp-fv .fv-head .fv-h1 {
    top: 18.9px;
    left: 4.1588785047%;
    width: 91.7640186916%;
  }
}
#lp-fv .fv-head .fv-head-bg {
  position: relative;
  width: 100%;
  height: 109px;
  background-color: #B6B0FF;
}
@media screen and (max-width: 767px) {
  #lp-fv .fv-head .fv-head-bg {
    width: 100%;
    height: 64px;
    background-color: #B6B0FF;
  }
}
#lp-fv #video_vimeo__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #lp-fv #video_vimeo__pc {
    display: none;
  }
}
#lp-fv #video_vimeo__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #lp-fv #video_vimeo__sp {
    display: block;
  }
}
#lp-fv .fv-video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #lp-fv .fv-video {
    width: 100%;
  }
}
#lp-fv .fv-video .sound_off,
#lp-fv .fv-video .sound_on {
  position: absolute;
  top: 3.1209362809%;
  right: 1.756954612%;
  width: 2.2693997072%;
  height: 3.1209362809%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp-fv .fv-video .sound_off,
  #lp-fv .fv-video .sound_on {
    top: 1.8372703412%;
    right: 3.2710280374%;
    width: 6.0747663551%;
    height: 2.624671916%;
  }
}
#lp-fv .fv-video .sound_off {
  background-image: url(../../assets/images/fv/icon__sound_off.png);
}
#lp-fv .fv-video .sound_on {
  background-image: url(../../assets/images/fv/icon__sound_on.png);
}
#lp-fv .fv-video .lp-video-pc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #lp-fv .fv-video .lp-video-pc {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 562px;
  }
}

.lp-container {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-container {
    width: 100%;
    margin: unset;
  }
}

.shirts-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shirts-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.shirts-head .blck-01 {
  position: relative;
  width: 100%;
  background-color: #B6B0FF;
}
.shirts-head .blck-01 .shirts-wrap {
  position: relative;
  margin: 35px 3.513909224% 183.67px auto;
  width: 85.0805270864%;
}
@media screen and (max-width: 767px) {
  .shirts-head .blck-01 .shirts-wrap {
    margin: unset;
    width: 100%;
  }
}
.shirts-head .blck-01 .shirts-wrap .shirts-crdt-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.shirts-head .blck-01 .shirts-wrap .shirts-data {
  position: absolute;
  width: 100%;
}
.shirts-head .blck-01 .shirts-wrap .shirts-img--wrap {
  position: relative;
  width: 100%;
}
.shirts-head .blck-01 .shirts-wrap .shirts-img--wrap .shirts-img-ovr {
  position: relative;
  width: 100%;
}
.shirts-head .blck-01 .shirts-wrap .shirts-img--wrap .shirts-ovr {
  position: absolute;
  z-index: 1;
}
.shirts-head .blck-01 .shirts-wrap .shirts-img--wrap .shirts-sdw {
  position: relative;
  mix-blend-mode: multiply;
}
.shirts-head .blck-02 {
  position: relative;
  width: 100%;
  background-color: #B9FF29;
}
.shirts-head .blck-02 .shirts-wrap {
  position: relative;
  margin: 35px 3.513909224% 183.67px auto;
  width: 85.0805270864%;
}
@media screen and (max-width: 767px) {
  .shirts-head .blck-02 .shirts-wrap {
    margin: unset;
    width: 100%;
  }
}
.shirts-head .blck-02 .shirts-wrap .shirts-crdt-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.shirts-head .blck-02 .shirts-wrap .shirts-data {
  position: absolute;
  width: 100%;
}
.shirts-head .blck-02 .shirts-wrap .shirts-img--wrap {
  position: relative;
  width: 100%;
}
.shirts-head .blck-02 .shirts-wrap .shirts-img--wrap .shirts-img-ovr {
  position: relative;
  width: 100%;
}
.shirts-head .blck-02 .shirts-wrap .shirts-img--wrap .shirts-ovr {
  position: absolute;
  z-index: 1;
}
.shirts-head .blck-02 .shirts-wrap .shirts-img--wrap .shirts-sdw {
  position: relative;
  mix-blend-mode: multiply;
}

#coord--container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #coord--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}
#coord--container .coord--ColorShirts {
  position: relative;
  width: 100%;
  background-color: #B6B0FF;
}
#coord--container .coord--PatternShirts {
  position: relative;
  width: 100%;
  background-color: #B9FF29;
}

.coord--01 {
  position: relative;
  width: 65.1537335286%;
  margin: 0 13.4699853587% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--01 {
    width: 100%;
    margin: 169px auto 0;
  }
}
.coord--01 .cd--h4--ColorShirt {
  position: absolute;
  top: -36.08px;
  left: 1.2471910112%;
  width: 20.7707865169%;
}
@media screen and (max-width: 767px) {
  .coord--01 .cd--h4--ColorShirt {
    top: -35px;
    left: 6.5420560748%;
    width: 20.7710280374%;
  }
}
.coord--01 .cd--icon {
  position: absolute;
  top: -128.43px;
  right: 5.5595505618%;
  width: 29.7303370787%;
}
@media screen and (max-width: 767px) {
  .coord--01 .cd--icon {
    top: -124px;
    right: 5.6074766355%;
    width: 29.7313084112%;
  }
}
.coord--01 .cd--image-01 {
  margin: 0 0 11.4px 0;
}
@media screen and (max-width: 767px) {
  .coord--01 .cd--image-01 {
    margin: 0 0 11px 0;
  }
}
.coord--01 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--01 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px 6.5420560748% 0 auto;
  }
}

.coord--02 {
  position: relative;
  width: 65.1537335286%;
  margin: 167.4px 13.4699853587% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--02 {
    width: 100%;
    margin: 147.7px auto 0;
  }
}
.coord--02 .cd--h4--ColorShirt {
  position: absolute;
  top: -36.08px;
  right: 23.2134831461%;
  width: 20.7707865169%;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--h4--ColorShirt {
    top: -36.08px;
    right: 23.1799065421%;
    width: 20.7710280374%;
  }
}
.coord--02 .cd--icon {
  position: absolute;
  top: -93.71px;
  left: 7.3820224719%;
  width: 17.3056179775%;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--icon {
    top: -90.13px;
    left: 7.3831775701%;
    width: 17.3060747664%;
  }
}
.coord--02 .icon--ColorShirts {
  position: relative;
  width: 83.5191011236%;
  margin: 45px auto 0 8.5280898876%;
}
@media screen and (max-width: 767px) {
  .coord--02 .icon--ColorShirts {
    width: 83.5186915888%;
    margin: 43.3px 34.2px 0 auto;
  }
}
.coord--02 .cd--image-01 {
  width: 76.6359550562%;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--image-01 {
    width: 76.6355140187%;
  }
}
.coord--02 .cd--image-02 {
  width: 76.5101123596%;
  margin: -77.51px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--image-02 {
    width: 76.5093457944%;
    margin: -74.54px 0 0 auto;
  }
}
.coord--02 .cd--image-03 {
  width: 63.5393258427%;
  margin: 112.8px auto 0 7.8786516854%;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--image-03 {
    width: 63.5397196262%;
    margin: 51.2px auto 0 7.8271028037%;
  }
}
.coord--02 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 23.3797752809% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--02 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px 6.5420560748% 0 auto;
  }
}

.coord--03 {
  position: relative;
  width: 65.1537335286%;
  margin: 179.8px 13.4699853587% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--03 {
    width: 100%;
    margin: 107.9px auto 75px;
  }
}
.coord--03 .cd--h4--ColorShirt {
  position: absolute;
  top: -36.08px;
  left: 0;
  width: 20.7707865169%;
}
@media screen and (max-width: 767px) {
  .coord--03 .cd--h4--ColorShirt {
    top: -34.32px;
    left: 6.4252336449%;
    width: 20.7710280374%;
  }
}
.coord--03 .cd--icon {
  position: absolute;
  top: -92.46px;
  right: 3.4%;
  width: 30.208988764%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .coord--03 .cd--icon {
    top: -80.07px;
    right: 3.3644859813%;
    width: 30.2079439252%;
  }
}
.coord--03 .cd--image-silide-03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  max-width: 445px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .coord--03 .cd--image-silide-03 {
    width: 100%;
  }
}
.coord--03 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--03 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px 7.8738317757% 0 auto;
  }
}

.coord--04 {
  position: relative;
  width: 65.1537335286%;
  margin: 0 auto 0 13.4699853587%;
}
@media screen and (max-width: 767px) {
  .coord--04 {
    width: 89.191588785%;
    margin: 133px auto 0;
  }
}
.coord--04 .cd--h4--StripeShirt {
  position: absolute;
  top: -36.08px;
  right: 0;
  width: 21.6539325843%;
}
@media screen and (max-width: 767px) {
  .coord--04 .cd--h4--StripeShirt {
    top: -34px;
    right: 1.571750406%;
    width: 24.212815005%;
  }
}
.coord--04 .cd--icon {
  position: absolute;
  top: -94.61px;
  left: 4.6269662921%;
  width: 32.0112359551%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .coord--04 .cd--icon {
    top: -91px;
    left: -2.095667208%;
    width: 35.7939959134%;
  }
}
.coord--04 .cd--image-01 {
  margin: 0 0 11.4px 0;
}
@media screen and (max-width: 767px) {
  .coord--04 .cd--image-01 {
    margin: 0 0 11px 0;
  }
}
.coord--04 .cd--image-03 {
  width: 60.3078651685%;
  margin: 62.37px 6.8179775281% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--04 .cd--image-03 {
    width: 67.4333315869%;
    margin: 69px 7.3348352282% 0 auto;
  }
}
.coord--04 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--04 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px 7.3348352282% 0 auto;
  }
}

.coord--05 {
  position: relative;
  width: 65.1537335286%;
  margin: 189.7px auto 0 13.4699853587%;
}
@media screen and (max-width: 767px) {
  .coord--05 {
    width: 100%;
    margin: 182px auto 0;
  }
}
.coord--05 .cd--h4--CheckShirt {
  position: absolute;
  top: -36.08px;
  left: 18.3146067416%;
  width: 20.9325842697%;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--h4--CheckShirt {
    top: -36.08px;
    left: 18.2009345794%;
    width: 20.8761682243%;
  }
}
.coord--05 .cd--icon--01 {
  position: absolute;
  top: -99.38px;
  right: 4.4966292135%;
  width: 26.0853932584%;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--icon--01 {
    top: -95px;
    right: 4.8831775701%;
    width: 26.0163551402%;
  }
}
.coord--05 .cd--icon--02 {
  position: absolute;
  top: -127.31px;
  left: 6.9438202247%;
  width: 46.3662921348%;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--icon--02 {
    top: -122px;
    left: 6.8691588785%;
    width: 46.2429906542%;
  }
}
.coord--05 .cd--image-01 {
  width: 82.7123595506%;
  margin: 0 auto 0 17.6179775281%;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--image-01 {
    width: 82.4906542056%;
    margin: 0 0 0 auto;
  }
}
.coord--05 .cd--image-02 {
  width: 82.2921348315%;
  margin: -77.88px 0 0 0;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--image-02 {
    width: 82.0700934579%;
    margin: -75px auto 0 0;
  }
}
.coord--05 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 17.1865168539% 0 auto;
}
@media screen and (max-width: 767px) {
  .coord--05 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px 17.546728972% 0 auto;
  }
}

.coord--06 {
  position: relative;
  width: 65.1537335286%;
  margin: 179.8px auto 0 13.4699853587%;
}
@media screen and (max-width: 767px) {
  .coord--06 {
    width: 100%;
    margin: 187.3px auto 0;
  }
}
.coord--06 .cd--h4--CheckShirt {
  position: absolute;
  top: -36.08px;
  right: 0;
  width: 20.9325842697%;
}
@media screen and (max-width: 767px) {
  .coord--06 .cd--h4--CheckShirt {
    top: -34.32px;
    right: 4.9299065421%;
    width: 20.8761682243%;
  }
}
.coord--06 .cd--icon {
  position: absolute;
  top: -128.02px;
  left: 7.3191011236%;
  width: 29.8112359551%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .coord--06 .cd--icon {
    top: -124px;
    left: 7.2897196262%;
    width: 29.7313084112%;
  }
}
.coord--06 .cd--image-silide-06 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  max-width: 445px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .coord--06 .cd--image-silide-06 {
    width: 100%;
  }
}
.coord--06 .cd--crdt--wrap {
  position: relative;
  width: 236.62px;
  margin: 19px 0 0 0;
}
@media screen and (max-width: 767px) {
  .coord--06 .cd--crdt--wrap {
    width: 201.88px;
    margin: 18px auto 0 7.9205607477%;
  }
}

.lp-after {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-after {
    width: 100%;
  }
}
.lp-after .icon--PatternShirts {
  position: absolute;
  left: 11.7203513909%;
  width: 28.0915080527%;
  margin: 63.7px 0 0 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp-after .icon--PatternShirts {
    left: 7.7803738318%;
    width: 84.8037383178%;
    margin: 42px 0 0 0;
  }
}
.lp-after .after-img--ShirtsAll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 60.243045388%;
  margin: 51.9px auto 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-after .after-img--ShirtsAll {
    width: 100%;
    margin: 146.6px auto 0;
  }
}
.lp-after .after-img--ShirtsAll .after-img--wrap {
  position: relative;
  width: 100%;
}
.lp-after .after-img--ShirtsAll .after-img--wrap .over {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.lp-after .after-img--ShirtsAll .after-img--wrap .mltp {
  position: absolute;
  width: 100%;
  mix-blend-mode: multiply;
}
.lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  height: 793.96px;
}
@media screen and (max-width: 767px) {
  .lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    height: 793.96px;
  }
}
.lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg .after-Bg--Left {
  display: block;
  background-color: #B6B0FF;
  width: 100%;
  height: 793.96px;
}
@media screen and (max-width: 767px) {
  .lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg .after-Bg--Left {
    display: none;
  }
}
.lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg .after-Bg--Right {
  display: block;
  background-color: #B9FF29;
  width: 100%;
  height: 793.96px;
}
@media screen and (max-width: 767px) {
  .lp-after .after-img--ShirtsAll .after-img--wrap .after-img--Bg .after-Bg--Right {
    height: 428px;
  }
}
.lp-after .mixmlend--mltply {
  mix-blend-mode: multiply;
}
.lp-after .lp-after-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80.9px;
  width: 1080px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-after .lp-after-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 75px;
    width: 100%;
    margin: unset;
  }
}
.lp-after .lp-after-wrap a {
  text-decoration: none;
  color: #211815;
  opacity: 1;
  margin: 0 auto 46.3px;
  width: 37.0324074074%;
  height: 65.53px;
  border: solid 1px #211815;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .lp-after .lp-after-wrap a {
    margin: 0 auto 40.8px;
    width: 82.2429906542%;
    height: 57.74px;
  }
}
.lp-after .lp-after-wrap a:last-child {
  margin: 0 auto 0;
}
.lp-after .lp-after-wrap a:hover {
  background-color: #211815;
  color: #fff;
  cursor: pointer;
}
.lp-after .btn__all {
  font-size: 1.95em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lp-after .btn__all {
    font-size: 1.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.lp-after .after-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp-after .after-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: unsafe;
    -webkit-justify-content: unsafe;
        -ms-flex-pack: unsafe;
            justify-content: unsafe;
  }
}
.lp-after .after-background .after-background--01 {
  position: relative;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 100%;
  padding-bottom: 82%;
  background-color: #B6B0FF;
}
@media screen and (max-width: 767px) {
  .lp-after .after-background .after-background--01 {
    display: none;
  }
}
.lp-after .after-background .after-background--02 {
  position: relative;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 100%;
  padding-bottom: 82%;
  background-color: #B9FF29;
}
@media screen and (max-width: 767px) {
  .lp-after .after-background .after-background--02 {
    padding-bottom: 780px;
    background-color: #B9FF29;
  }
}

/*  ========================= styles extend ========================= */
.shirts-crdt-data {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 124.62px;
  margin: 0 0 17px 0;
}
@media screen and (max-width: 767px) {
  .shirts-crdt-data {
    width: 105.88px;
    margin: 0 0 18px 0;
  }
}
.shirts-crdt-data a {
  text-decoration: none;
  opacity: 1;
}
.shirts-crdt-data .shirts-crdt-price {
  position: relative;
  font-size: 1.4983333333em;
  line-height: 1;
  letter-spacing: 0em;
}
.shirts-crdt-data .shirts-crdt-price span {
  font-size: 0.9666295884em;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .shirts-crdt-data .shirts-crdt-price {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0em;
  }
  .shirts-crdt-data .shirts-crdt-price span {
    font-size: 0.9666666667em;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.shirts-crdt-data .shirts-crdt-btn {
  font-size: 1.2833333333em;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding: 2px 4px 3px;
  border: solid 0.31px #030000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .shirts-crdt-data .shirts-crdt-btn {
    font-size: 1.07em;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 4px 3px;
  }
}

.shirts-crdt--01 {
  color: #030000;
}
.shirts-crdt--01 a {
  color: #030000;
}
.shirts-crdt--01 .shirts-crdt-data .shirts-crdt-btn:hover {
  background-color: #030000;
  color: #B6B0FF;
}

.shirts-crdt--02 {
  color: #030000;
}
.shirts-crdt--02 a {
  color: #030000;
}
.shirts-crdt--02 .shirts-crdt-data .shirts-crdt-btn:hover {
  background-color: #030000;
  color: #B9FF29;
}

.cd--crdt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 236.62px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .cd--crdt {
    width: 201.88px;
    margin: 0 0 17px 0;
  }
}
.cd--crdt a {
  text-decoration: none;
  opacity: 1;
}
.cd--crdt .crdt--item {
  text-transform: capitalize;
  position: relative;
  font-size: 1.4483333333em;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .cd--crdt .crdt--item {
    font-size: 1.2083333333em;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
.cd--crdt .crdt--data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52.6667230158%;
}
@media screen and (max-width: 767px) {
  .cd--crdt .crdt--data {
    width: 53.4376857539%;
  }
}
.cd--crdt .crdt--data .crdt--price {
  position: relative;
  font-size: 1.4983333333em;
  line-height: 1;
  letter-spacing: 0em;
}
.cd--crdt .crdt--data .crdt--price span {
  font-size: 0.9666295884em;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .cd--crdt .crdt--data .crdt--price {
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: 0em;
  }
  .cd--crdt .crdt--data .crdt--price span {
    font-size: 0.9666666667em;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.cd--crdt .crdt--data .crdt--btn {
  font-size: 1.2833333333em;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding: 2px 4px 3px;
  border: solid 0.31px #030000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cd--crdt .crdt--data .crdt--btn {
    font-size: 1.07em;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 4px 3px;
  }
}

.cd--crdt:last-child {
  margin: 0 0 0 0;
}

.cd--crdt--01 {
  color: #030000;
}
.cd--crdt--01 a {
  color: #030000;
}
.cd--crdt--01 .crdt--data .crdt--btn:hover {
  background-color: #030000;
  color: #B6B0FF;
}

.cd--crdt--02 {
  color: #030000;
}
.cd--crdt--02 a {
  color: #030000;
}
.cd--crdt--02 .crdt--data .crdt--btn:hover {
  background-color: #030000;
  color: #B9FF29;
}

/* ========================= STYLE - ANIMATION -- ========================= */
.slide_in {
  overflow: hidden;
  display: block;
}

.slide_in__inner {
  display: block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideLtoRX100;
          animation-name: slideLtoRX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideLtoRX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLtoRX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.effct__zoom {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.effct__zoom_scroll {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1.048);
          transform: scale(1.048);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}

.effct__zoom_scroll__active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.effct__fade_Up_fxd {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.effct__fade_Up_fxd__active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.effct__fade_Up {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}

.effct__fade_Up__active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.effct__zoom {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.effct__zoom_scroll {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1.16);
          transform: scale(1.16);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}

.effct__zoom_scroll__active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale__updwn {
  -webkit-animation: scale__updwn 2s ease-out infinite;
          animation: scale__updwn 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes scale__updwn {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}

@keyframes scale__updwn {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}
.rotate__360 {
  -webkit-animation: rotate__360 4.8s linear infinite forwards;
          animation: rotate__360 4.8s linear infinite forwards;
}

@-webkit-keyframes rotate__360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate__360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shake {
  -webkit-animation: shake__anim 1.4s linear infinite forwards;
          animation: shake__anim 1.4s linear infinite forwards;
}

@-webkit-keyframes shake__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes shake__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.shake__y {
  -webkit-animation: shake__y__anim 1.6s ease-out infinite forwards;
          animation: shake__y__anim 1.6s ease-out infinite forwards;
}

@-webkit-keyframes shake__y__anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes shake__y__anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.shake__x {
  -webkit-animation: shake__x__anim 1.6s ease-in infinite forwards;
          animation: shake__x__anim 1.6s ease-in infinite forwards;
}

@-webkit-keyframes shake__x__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes shake__x__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.effect_delay__transition {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.effect_delay__animation {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}/*# sourceMappingURL=styles.css.map */