@charset "UTF-8";
.js-fade {
  opacity: 0;
}

.fadeIn {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeIn.fade-img {
  animation-name: fadeUpAnime;
}

.fadeIn.fade-text {
  animation-name: fadeSlideAnime;
}

.delay-02 {
  animation-delay: 0.2s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-08 {
  animation-delay: 0.8s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSlideAnime {
  from {
    opacity: 0;
    translate: 50px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}
/* common
---------------------------------------------------- */
.tshirts-25ss *,
.tshirts-25ss *::before,
.tshirts-25ss *::after {
  box-sizing: border-box;
}

.tshirts-25ss {
  -webkit-text-size-adjust: none;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','游ゴシック','Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 3.5897435897vw;
  line-height: 1.71;
  color: #333;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss {
    font-size: 14px;
  }
}
.tshirts-25ss h2,
.tshirts-25ss h3 {
  padding: 0;
  margin: 0;
}
.tshirts-25ss a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
@media (hover: hover) {
  .tshirts-25ss a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .tshirts-25ss a:active {
    opacity: 0.7;
  }
}
.tshirts-25ss img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss img {
    width: auto;
  }
}
.tshirts-25ss .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .sp {
    display: none;
  }
}
.tshirts-25ss .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pc {
    display: block;
  }
}
.tshirts-25ss .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
.tshirts-25ss .roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tshirts-25ss .sec-ttl {
  padding: 0 0 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .sec-ttl {
    padding: 0;
  }
}
.tshirts-25ss .sec-ttl > span {
  display: block;
}
.tshirts-25ss .sec-ttl > span:nth-child(1) {
  font-size: 3.5897435897vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 0 7.6923076923vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .sec-ttl > span:nth-child(1) {
    font-size: 18px;
    padding: 0 0 0 48px;
  }
}
.tshirts-25ss .sec-ttl > span:nth-child(1)::after {
  content: '';
  display: block;
  width: 5.1282051282vw;
  height: 0.5128205128vw;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .sec-ttl > span:nth-child(1)::after {
    width: 30px;
    height: 3px;
  }
}
.tshirts-25ss .sec-ttl > span:nth-child(2) {
  font-size: 17.9487179487vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.85;
  color: #fff;
  -webkit-text-stroke: 1px #333;
  margin: 1.2820512821vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .sec-ttl > span:nth-child(2) {
    font-size: 100px;
    letter-spacing: 0.1em;
    margin: 20px 0 0 0;
  }
}
.tshirts-25ss .review span {
  display: inline-block;
  font-size: 3.5897435897vw;
  letter-spacing: 0.1em;
  color: #ccc;
  margin: 0 0.5em 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .review span {
    font-size: 14px;
  }
}
.tshirts-25ss .review span::before, .tshirts-25ss .review span::after {
  content: '★★★★★';
}
.tshirts-25ss .review span::after {
  color: #FFCC21;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tshirts-25ss .review span.star5::after {
  width: 100%;
}
.tshirts-25ss .review span.star4-5::after {
  width: 90%;
}
.tshirts-25ss .review span.star4::after {
  width: 80%;
}
.tshirts-25ss .review span.star3-5::after {
  width: 70%;
}
.tshirts-25ss .review span.star3::after {
  width: 60%;
}
.tshirts-25ss .review span.star2-5::after {
  width: 50%;
}
.tshirts-25ss .review span.star2::after {
  width: 40%;
}
.tshirts-25ss .review span.star1-5::after {
  width: 30%;
}
.tshirts-25ss .review span.star1::after {
  width: 20%;
}
.tshirts-25ss .review span.star0-5::after {
  width: 10%;
}
.tshirts-25ss .review span.star0::after {
  width: 0%;
}

/* fv
---------------------------------------------------- */
.tshirts-25ss .fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv {
    display: flex;
  }
}
.tshirts-25ss .fv h1 {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv h1 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv__box {
    width: 50%;
    overflow: hidden;
  }
}
.tshirts-25ss .fv__slide01, .tshirts-25ss .fv__slide02 {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv__slide01, .tshirts-25ss .fv__slide02 {
    margin: -1px;
  }
}
.tshirts-25ss .fv__slideItem {
  height: calc(calc(100vh - 97px) / 2) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv__slideItem {
    height: calc(100vh - 137px) !important;
    min-height: 616px;
  }
}
.tshirts-25ss .fv__slideItem.photo01 {
  background-image: url(/img/page/tshirts/202507/fv-photo01.jpg);
}
.tshirts-25ss .fv__slideItem.photo02 {
  background-image: url(/img/page/tshirts/202507/fv-photo02.jpg);
}
.tshirts-25ss .fv__slideItem.photo03 {
  background-image: url(/img/page/tshirts/202507/fv-photo03.jpg);
}
.tshirts-25ss .fv__slideItem.photo04 {
  background-image: url(/img/page/tshirts/202507/fv-photo04.jpg);
}
.tshirts-25ss .fv__slideItem.photo05 {
  background-image: url(/img/page/tshirts/202507/fv-photo05.jpg);
}
.tshirts-25ss .fv__slideItem.photo06 {
  background-image: url(/img/page/tshirts/202507/fv-photo06.jpg);
}
.tshirts-25ss .fv__slideItem.photo07 {
  background-image: url(/img/page/tshirts/202507/fv-photo07.jpg);
}
.tshirts-25ss .fv__slideItem.photo08 {
  background-image: url(/img/page/tshirts/202507/fv-photo08.jpg);
  
}

@media screen and (min-width: 768px) {
  .tshirts-25ss .fv__slide02 .slick-list {
    transform: rotate(180deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .fv__slide02 .slick-slide {
    transform: rotate(180deg);
  }
}

/* scroll-txt
---------------------------------------------------- */
.tshirts-25ss .scroll-txt {
  height: 7.6923076923vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-top: 0.5128205128vw solid #333;
  border-bottom: 0.5128205128vw solid #333;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .scroll-txt {
    height: 50px;
    font-size: 20px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
.tshirts-25ss .scroll-txt p {
  white-space: nowrap;
  animation: loop infinite linear 30s both;
  padding: 0 0 0 1em;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* collection
---------------------------------------------------- */
.tshirts-25ss .collection {
  padding: 14.1025641026vw 0 117.1794871795vw 0;
  background: url(/img/page/tshirts/202507/sp/collection-bg.png) no-repeat 50% 100%, linear-gradient(to bottom, #F8F8F8, #F8F8F8 179.4871794872vw, #fff 179.4871794872vw);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .collection {
    padding: 133px 0 612px 0;
    padding-bottom: 31.875vw;
    background: url(/img/page/tshirts/202507/collection-bg.png) no-repeat 50% 100%, linear-gradient(to bottom, #F8F8F8, #F8F8F8 700px, #fff 700px);
    background-size: 100% auto;
  }
}
@media (min-width: 768px) and (max-width: 1235px) {
  .tshirts-25ss .collection {
    padding-bottom: 390px;
    background: red;
  }
}
.tshirts-25ss .collection h2 {
  font-size: 7.1794871795vw;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .collection h2 {
    font-size: 40px;
  }
}
.tshirts-25ss .collection__catch {
  font-size: 4.6153846154vw;
  line-height: 1.66;
  margin: 6.4102564103vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .collection__catch {
    font-size: 22px;
    line-height: 1.81;
    margin: 31px 0 0 0;
  }
}
.tshirts-25ss .collection__txt {
  font-size: 3.8461538462vw;
  line-height: 1.66;
  margin: 6.6666666667vw 6.2564102564vw 0 6.2564102564vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .collection__txt {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin: 26px 0 0 0;
  }
}

/* bulk-buying
---------------------------------------------------- */
.tshirts-25ss .bulk-buying {
  margin: 54.8717948718vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying {
    margin: 137px 0 0 0;
  }
}
.tshirts-25ss .bulk-buying h2 {
  position: relative;
  top: -29.2307692308vw;
  margin: 0 0 -18.9743589744vw 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying h2 {
    top: -77px;
    margin: 0 0 -23px 0;
  }
}
.tshirts-25ss .bulk-buying__bg01 {
  padding: 0 0 19.2307692308vw 0;
  background: linear-gradient(to bottom, #F8F8F8, #F8F8F8 323.0769230769vw, #fff 323.0769230769vw);
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__bg01 {
    padding: 0 0 135px 0;
    background: linear-gradient(to bottom, #F8F8F8, #F8F8F8 840px, #fff 840px);
  }
}
.tshirts-25ss .bulk-buying__bg02 {
  padding: 15.3846153846vw 0 19.2307692308vw 0;
  background: linear-gradient(to bottom, #F8F8F8, #F8F8F8 323.0769230769vw, #fff 323.0769230769vw);
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__bg02 {
    padding: 100px 0 135px 0;
    background: linear-gradient(to bottom, #F8F8F8, #F8F8F8 800px, #fff 800px);
  }
}
.tshirts-25ss .bulk-buying__styling {
  margin: 10.2564102564vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__styling {
    margin: 62px 0 0 0;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__styling h3 {
    width: 420px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.tshirts-25ss .bulk-buying__styling h3 > span {
  display: block;
}
.tshirts-25ss .bulk-buying__styling h3 > span:nth-child(1) {
  filter: drop-shadow(0 0.7692307692vw 7.6923076923vw rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__styling h3 > span:nth-child(1) {
    filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.2));
  }
}
.tshirts-25ss .bulk-buying__styling h3 > span:nth-child(2) {
  font-size: 5.641025641vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 5.1282051282vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__styling h3 > span:nth-child(2) {
    font-size: 34px;
    text-align: left;
    margin: 0 0 64px 0;
  }
}
.tshirts-25ss .bulk-buying__stylingList {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 5.1282051282vw;
  overflow-x: scroll;
  margin: 5.1282051282vw 0 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingList {
    width: 709px;
    display: block;
    margin: 50px 0 0 35px;
    overflow: visible;
  }
}
.tshirts-25ss .bulk-buying__stylingList .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  z-index: 5;
  cursor: pointer;
}
.tshirts-25ss .bulk-buying__stylingList .slick-arrow.prev {
  left: -35px;
}
.tshirts-25ss .bulk-buying__stylingList .slick-arrow.next {
  right: -35px;
}
.tshirts-25ss .bulk-buying__stylingListItem {
  min-width: 40vw;
  background: #fff;
  padding: 0 0 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingListItem {
    min-width: auto;
    width: 217px;
    padding: 0 10px;
  }
}
.tshirts-25ss .bulk-buying__stylingListItem .review span {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingListItem .review span {
    font-size: 14px;
  }
.tshirts-25ss .bulk-buying__stylingListItem img {
  height: 250px;
}
}
.tshirts-25ss .bulk-buying__stylingListItem a {
  display: inline-block;
}
.tshirts-25ss .bulk-buying__stylingListName {
  font-size: 3.5897435897vw;
  line-height: 1.42;
  letter-spacing: 0.04em;
  margin: 6.5384615385vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingListName {
    font-size: 16px;
    line-height: 1.5;
    margin: 31px 0 0 0;
  }
}
.tshirts-25ss .bulk-buying__stylingListPrice {
  font-size: 3.8461538462vw;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingListPrice {
    font-size: 16px;
    margin: 0.5em 0 0 0;
  }
}
.tshirts-25ss .bulk-buying__stylingListPrice span {
  font-size: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__stylingListPrice span {
    font-size: 12px;
  }
}
.tshirts-25ss .bulk-buying__stylingListItem a.revico-read-more-review {
  display: none;
}
.tshirts-25ss .bulk-buying__scroll {
  margin: 10.2564102564vw 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2.5641025641vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__scroll {
    width: 100vw;
    margin: 80px calc(50% - 50vw) 0 calc(50% - 50vw + 40px);
    column-gap: 10px;
  }
}
.tshirts-25ss .bulk-buying__scroll p {
  min-width: 35.8974358974vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying__scroll p {
    min-width: 300px;
  }
}
.tshirts-25ss .bulk-buying .product__color span {
  cursor: pointer;
}
.tshirts-25ss .bulk-buying .product .product__img {
  min-height: 73.0769230769vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying .product .product__img {
    min-height: 446px;
  }
}
.tshirts-25ss .bulk-buying .product .product__img img {
  display: block;
  width: auto;
  height: 73.0769230769vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .bulk-buying .product .product__img img {
    min-height: 510px;
    height: 510px;
  }
}

/* product
---------------------------------------------------- */
@media screen and (min-width: 768px) {
  .tshirts-25ss .product {
    display: flex;
    justify-content: space-between;
  }
}
.tshirts-25ss .product__img {
  filter: drop-shadow(0 0.7692307692vw 7.6923076923vw rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__img {
    filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.2));
  }
}
.tshirts-25ss .product__txt {
  padding: 0 6.2564102564vw;
  margin: 9.4871794872vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__txt {
    width: 510px;
    padding: 0;
    margin: 0;
  }
}
.tshirts-25ss .product__catch {
  font-size: 5.1282051282vw;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__catch {
    font-size: 24px;
    margin: 0 0 -2px 0;
  }
}
.tshirts-25ss .product h3 {
  font-size: 7.6923076923vw;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product h3 {
    font-size: 40px;
    line-height: 1.25;
  }
}
.tshirts-25ss .product__detail {
  font-size: 4.6153846154vw;
  line-height: 1.44;
  letter-spacing: 0.04em;
  margin: 0.7692307692vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__detail {
    font-size: 18px;
    margin: 4px 0 0 0;
  }
}
.tshirts-25ss .product__price {
  font-size: 5.1282051282vw;
  margin: 0.7692307692vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__price {
    font-size: 20px;
    margin: 4px 0 0 0;
  }
}
.tshirts-25ss .product__price span {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__price span {
    font-size: 12px;
  }
}
.tshirts-25ss .product__color {
  font-size: 3.5897435897vw;
  display: flex;
  align-items: center;
  margin: 2.3076923077vw 0 0 0;
}
 .tshirts-25ss .bulk-buying .product__color {
    font-size: 4vw;
    font-weight:bold;
    margin: 10px 0;
  }
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__color {
    font-size: 14px;
    margin: 7px 0 0 0;
  }
  .tshirts-25ss .bulk-buying .product__color {
    font-size: 18px;
    margin: 12px 0;
  }
}
.tshirts-25ss .product__color span {
  display: inline-block;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  border-radius: 100vh;
  margin: 0 0 0 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__color span {
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
  }
}
.tshirts-25ss .product__color span.black {
  background: #151112;
}
.tshirts-25ss .product__color span.red {
  background: #FE0015;
}
.tshirts-25ss .product__color span.white {
  background: #fff;
  border: 1px solid #151112;
}
.tshirts-25ss .product__color span.blue {
  background: #A4B5CD;
}
.tshirts-25ss .product__color span.navy {
  background: #383E63;
}
.tshirts-25ss .product__color span.khaki {
  background: #A49379;
}
.tshirts-25ss .product__color span.gray {
  background: #a4a5a8;
}
.tshirts-25ss .product__color span.orange {
  background: #fe9501;
}
.tshirts-25ss .product__color span.yellow {
  background: #ffdd3a;
}
.tshirts-25ss .product__color span.green {
  background: #008d5f;
}
.tshirts-25ss .product__size {
  font-size: 3.5897435897vw;
  margin: 1.2820512821vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__size {
    font-size: 14px;
    margin: 15px 0 0 0;
    font-weight: nomal;
  }
  .tshirts-25ss .bulk-buying .product__size {
    font-size: 18px;
    margin: 15px 0 0 0;
    font-weight: bold;
  }
}
.tshirts-25ss .product__size span {
  display: inline-block;
  border: 1px solid #666;
  text-align: center;
  align-content: center;
  font-weight: normal;
  cursor: pointer;
  margin: 5px;
  color: #666;
    width: 60px;
    height: 40px;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__size span {
    width: 70px;
    height: 40px;
  }
}
.tshirts-25ss .product__size span.is-active {
    border: 3px solid #333333;
    font-weight: bold;
    color: #333;
}
.tshirts-25ss .product__summary {
  font-size: 3.5897435897vw;
  line-height: 1.71;
  letter-spacing: 0.04em;
  margin: 3.8461538462vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__summary {
    font-size: 14px;
    margin: 16px 0 0 0;
  }
}
.tshirts-25ss .product__btn {
  margin: 4.358974359vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__btn {
    width: 260px;
    margin: 1vw 0 0 5px;
  }
}
.tshirts-25ss .product__btn a {
  height: 12.8205128205vw;
  font-size: 3.8461538462vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .product__btn a {
    height: 50px;
    font-size: 16px;
  }
}

/* pick-up
---------------------------------------------------- */
.tshirts-25ss .pick-up {
  margin: 35.8974358974vw 0 0 0;
  padding: 0 0 15.3846153846vw 0;
  background: linear-gradient(to right, #F8F8F8, #F8F8F8 50%, #fff 50%);
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up {
    margin: 183px 0 0 0;
    padding: 0 0 100px 0;
  }
}
.tshirts-25ss .pick-up .product h3 {
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up .product h3 {
    font-size: 30px;
  }
}
.tshirts-25ss .pick-up h2 {
  position: relative;
  top: -15.3846153846vw;
  margin: 0 0 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up h2 {
    top: -82px;
    margin: 0 0 -6px 0;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up .product__img {
    padding: 0 0 0 80px;
  }
}
.tshirts-25ss .pick-up__no {
  width: 17.0512820513vw;
  position: absolute;
  top: -2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__no {
    width: 100px;
    top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__no.no03 {
    top: -25px;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__no.no04 {
    top: -25px;
  }
}
.tshirts-25ss .pick-up__no img {
  width: 100%;
}
.tshirts-25ss .pick-up__list > li {
  position: relative;
}
.tshirts-25ss .pick-up__list > li:not(:first-child) {
  margin: 21.0256410256vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__list > li:not(:first-child) {
    margin: 100px 0 0 0;
  }
}
.tshirts-25ss .pick-up__list > li:nth-child(odd) .pick-up__no {
  right: 12.3076923077vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__list > li:nth-child(odd) .pick-up__no {
    right: auto;
    left: 403px;
  }
}
.tshirts-25ss .pick-up__list > li:nth-child(even) .pick-up__no {
  left: 5.641025641vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__list > li:nth-child(even) .pick-up__no {
    left: 630px;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__list > li:nth-child(even) .product {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__list > li:nth-child(even) .product__img {
    padding: 0 80px 0 0;
  }
}
.tshirts-25ss .pick-up__scroll {
  margin: 10.2564102564vw 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2.5641025641vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__scroll {
    margin: 90px auto 0 auto;
    column-gap: 10px;
  }
}
.tshirts-25ss .pick-up__scroll p {
  min-width: 25.641025641vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .pick-up__scroll p {
    min-width: 232px;
  }
}

/* line-up
---------------------------------------------------- */
.tshirts-25ss .line-up {
  margin: 25.641025641vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up {
    margin: 120px 0 0 0;
  }
}
.tshirts-25ss .line-up__list {
  width: 94.8717948718vw;
  margin: 5.1282051282vw auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up__list {
    width: 100%;
    margin: 86px 0 0 0;
    row-gap: 38px;
  }
}
.tshirts-25ss .line-up__list > li {
  width: 46.1538461538vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up__list > li {
    width: 282px;
  }
  .tshirts-25ss .line-up__list > li img {
    height: 282px;
  }
}
.tshirts-25ss .line-up__list > li a {
  display: block;
}
.tshirts-25ss .line-up__list > li img {
  width: 100%;
  max-height: 46.1538461538vw;
  object-fit: cover;
  object-position: center;
}
.tshirts-25ss .line-up h3 {
  font-size: 3.8461538462vw;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: 0.04em;
  margin: 4.1025641026vw 0 0 0;
}
.tshirts-25ss .line-up__list > li .revico-widget a.revico-read-more-review {
    display: none;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 16px 0 0 0;
  }
}
.tshirts-25ss .line-up__price {
  font-size: 4.1025641026vw;
}
.tshirts-25ss .line-up__price.sale {
  color:#c00;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up__price {
    font-size: 16px;
  }
}
.tshirts-25ss .line-up__price span {
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .line-up__price span {
    font-size: 12px;
  }
}

/* other
---------------------------------------------------- */
.tshirts-25ss .other {
  background: #F8F8F8;
  padding: 14.6153846154vw 5.1282051282vw 15.3846153846vw 5.1282051282vw;
  margin: 25.641025641vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .other {
    padding: 60px 0;
    margin: 120px 0 0 0;
  }
}
.tshirts-25ss .other h2 {
  font-size: 5.1282051282vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 6.4102564103vw 0;
}
@media screen and (min-width: 768px) {
  .tshirts-25ss .other h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
}

.bulk-buying .product .product__btn:not(.is-active) a {
  pointer-events: none;
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */
