@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Oswald&display=swap');

.tshirts_26 {
  --orange: #FFCCAB;
  --yellow: #FCD474;
  --green: #C1E0DB;
  --text: #393641;
  --white: #fff;
  color: var(--text);
  background-color: #FCFAF8;
  overflow: hidden;
}

.tshirts_26 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.tshirts_26 a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}
.tshirts_26 a:hover {
  text-decoration: underline;
}
.tshirts_26 a img {
  transition: 0.3s ease;
}
.tshirts_26 a:hover img {
  opacity: 0.7;
}
.tshirts_26 * {
  box-sizing: border-box;
}
.contents-wrap {
  position: relative;
  z-index: 50;
  overflow: hidden;
}
.contents-wrap .pc-wrap {
  display: none;
}
.contents-wrap .contents .bg-wrap {
  display: none;
}
.contents-wrap .contents {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

/* fv */
.fv-photo {
  width: 100%;
  aspect-ratio: 780 / 1170;
  background: url(/img/page/tshirts/202605/fv-photo.jpg) no-repeat;
  background-size: contain;
}
.fv-title {
  margin: 0 auto;
  padding: min(18 / 500 * 100vw, 18px) 0 0;
  width: min(472 / 500 * 100vw, 472px);
}

/* intro */
.intro {
  margin: 50px auto 130px;
}
.intro-title {
  margin: 0 auto 60px;
  padding: 0;
  font-size: min(26 / 500 * 100vw, 26px);
  font-weight: bold;
  text-align: center;
}
.intro-lead {
  margin-bottom: 25px;
  font-size: min(17 / 500 * 100vw, 17px);
  text-align: center;
}
.intro-lead__text:not(:last-child) {
  margin-bottom: 1em;
}
.intro-images {
  position: relative;
  margin-top: 200px;
  min-height: min(2550 / 500 * 100vw, 2550px);
}
.intro-images .intro-image {
  position: absolute;
  opacity: 0;
  transform: translate3d(0,60px,0);
  transition:
    opacity 1.2s ease,
    transform 1.8s cubic-bezier(.19,1,.22,1);
  will-change: transform, opacity;
}
.intro-images .intro-image.is-visible {
  opacity: 1;
}
.intro-images .image-01 {
  top: 0;
  right: min(40 / 500 * 100vw, 40px);
  width: min(258 / 500 * 100vw, 258px);
}
.intro-images .image-02 {
  top: min(300 / 500 * 100vw, 300px);
  left: min(40 / 500 * 100vw, 40px);
  width: min(387 / 500 * 100vw, 387px);
}
.intro-images .image-03 {
  top: min(620 / 500 * 100vw, 620px);
  right: min(70 / 500 * 100vw, 70px);
  width: min(258 / 500 * 100vw, 258px);
}
.intro-images .image-04 {
  top: min(900 / 500 * 100vw, 900px);
  left: min(20 / 500 * 100vw, 20px);
  width: min(387 / 500 * 100vw, 387px);
}
.intro-images .image-05 {
  top: min(1240 / 500 * 100vw, 1240px);
  left: min(80 / 500 * 100vw, 80px);
  width: min(258 / 500 * 100vw, 258px);
}
.intro-images .image-06 {
  top: min(1500 / 500 * 100vw, 1500px);
  right: min(10 / 500 * 100vw, 10px);
  width: min(387 / 500 * 100vw, 387px);
}
.intro-images .image-07 {
  top: min(1820 / 500 * 100vw, 1820px);
  right: min(90 / 500 * 100vw, 90px);
  width: min(258 / 500 * 100vw, 258px);
}
.intro-images .image-08 {
  top: min(2080 / 500 * 100vw, 2080px);
  left: min(30 / 500 * 100vw, 30px);
  width: min(258 / 500 * 100vw, 258px);
}
.intro-images .image-09 {
  top: min(2320 / 500 * 100vw, 2320px);
  right: min(20 / 500 * 100vw, 20px);
  width: min(387 / 500 * 100vw, 387px);
}


/* scene */
.scene-wrap {
}
.scene-body {
  position: relative;
  padding-bottom: 40px;
}
.scene-body::before {
  content: '';
  position: absolute;
  top: min(520 / 500 * 100vw, 520px);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#scene01.scene-body::before {
  background-color: var(--orange);
}
#scene02.scene-body::before {
  background-color: var(--yellow);
}
#scene03.scene-body::before {
  background-color: var(--green);
}
.scene-head {
  position: relative;
  padding-top: min(50 / 500 * 100vw, 50px);
}
.scene-head__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: min(198 / 500 * 100vw, 198px);
  z-index: 10;
}
.scene-head__title img {
  height: 100%;
}
.scene-hero {
  margin: 0 auto 10px;
  width: min(453 / 500 * 100vw, 453px);
}
.scene-intro {
  position: relative;
  margin: 0 auto 30px;
  color: var(--white);
  width: min(453 / 500 * 100vw, 453px);
  text-align: center;
  font-size: min(18 / 500 * 100vw, 18px);
  font-weight: bold;
}
.scene-intro__title {
  margin: 0 auto 15px;
  font-size: min(24 / 500 * 100vw, 24px);
  font-weight:bold;
}
.scene-items {
  position: relative;
  overflow: hidden;
}
.scene-thumbs {
  margin-bottom: 30px;
}
.scene-thumbs .slick-list {
  overflow: visible;
}
.scene-thumb {
  width: min(240 / 500 * 100vw, 240px);
  margin: 0 min(15 / 500 * 100vw, 15px);
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.scene-thumb img,
.scene-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.scene-contents {
  margin: 0 auto 40px;
}
.scene-content {
  display: none;
}
.scene-content.is-active {
  display: block;
}
.scene-slider {
  width: min(350 / 500 * 100vw, 350px);
  margin: 0 auto;
}
.scene-slider p {
  margin: 10px 0 0;
  color: var(--white);
  font-size: min(12 / 500 * 100vw, 12px);
  text-align: center;
}
.scene-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.scene-slider .slick-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  font-size: 0;
}
.scene01-active .scene-slider .slick-dots .slick-active button {
  background: var(--green);
}
.scene02-active .scene-slider .slick-dots .slick-active button {
  background: #F287E0;
}
.scene03-active .scene-slider .slick-dots .slick-active button {
  background: var(--yellow);
}
.scene-spec {
  position: relative;
  margin: 0 min(10 / 500 * 100vw, 10px);
  color: var(--white);
  font-size: min(14 / 500 * 100vw, 14px);
  font-weight: bold;
}
.btn-spec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  border: 3px solid var(--white);
  width: min(320 / 500 * 100vw, 320px);
  height: min(50 / 500 * 100vw, 50px);
  color: var(--white);
  font-size: min(20 / 500 * 100vw, 20px);
  font-weight: bold;
}

/* scene-index */
.scene-index .scene-title {
  margin: 0 auto min(25 / 500 * 100vw, 25px);
  padding: 0;
  text-align: center;
}
.contents .scene-index .scene-title {
  width: calc(142 / 390 * 100vw);
}
.scene-list .scene-item a {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.scene-list .scene-item:nth-child(even) a {
  flex-direction: row-reverse;
}
.scene-link_image,
.scene-link_ttl {
  display: flex;
  align-items: center;
  width: 50%;
  border: 1px solid var(--white);
}
.contents .scene-link_ttl {
  padding: 8px;
}
.scene-list .scene-item:nth-child(even) .scene-link_ttl {
  justify-content: flex-end;
}
.contents .scene-link_ttl img {
  height: calc(104 / 390 * 100vw);
}
.scene-list .scene-item:nth-child(1) {
  background-color: var(--orange);
}
.scene-list .scene-item:nth-child(2) {
  background-color: var(--yellow);
}
.scene-list .scene-item:nth-child(3) {
  background-color: var(--green);
}

/* lineup */
.lineup-inner {
  margin: 0 auto;
  padding: 40px 0;
  width: calc(380 / 390 * 100vw);
}
.lineup-title {
  margin: 0 auto 40px;
  width: calc(185 / 390 * 100vw);
  text-align: center;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(40 / 390 * 100vw) calc(10 / 390 * 100vw);
}
.lineup-list .lineup-item {
  width: calc((100% - calc(10 / 390 * 100vw) * 2) / 3);
}
.lineup-list .lineup-item .lineup-item__img img {
  object-fit: cover;
  aspect-ratio: 1;
}
.tshirts_26 .other {
  background: #F8F8F8;
  padding: 14.6153846154vw 5.1282051282vw 15.3846153846vw 5.1282051282vw;
  margin: 25.641025641vw 0 0 0;
}
.tshirts_26 .other h2 {
  font-size: 5.1282051282vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 6.4102564103vw 0;
}
.tshirts_26 .other img {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  :root {
    --cw-center: 500px;
  }
  .sp_only {
    display: none;
  }
  .contents-wrap {
    position: relative;
  }
  .contents-wrap .contents {
    width: var(--cw-center);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    will-change: transform;
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.25);
  }
  .contents-wrap .contents.is-inertia-fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
  }
  .contents-wrap .contents.is-inertia-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .contents-wrap .contents.is-inertia-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .contents-wrap .pc-wrap {
    display: block;
    position: fixed;
    left: 0;
    top: var(--cw-header-offset, 0px);
    width: 100%;
    height: calc(100vh - var(--cw-header-offset, 0px));
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    transition: ease 0.5s;
  }
  .contents-wrap .pc-wrap a {
    pointer-events: auto;
  }
  .contents-wrap .pc-wrap.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    height: calc(100vh - var(--cw-header-offset, 0px));
  }
  .contents-wrap .pc-wrap .side-title,
  .contents-wrap .pc-wrap .scene-index {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
  .contents-wrap .pc-wrap .side-title {
    left: 0;
    width: calc((100% - var(--cw-center)) / 2);
    overflow: hidden;
  }
  .contents-wrap .pc-wrap .side-title::before,
  .contents-wrap .pc-wrap .side-title::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.8s ease;
    z-index: 1;
  }
  .contents-wrap .pc-wrap .side-title::before {
    background-image: var(--bg1, url(/img/page/tshirts/202605/img-side_00.jpg));
    opacity: 1;
  }
  .contents-wrap .pc-wrap .side-title::after {
    background-image: var(--bg2, url(/img/page/tshirts/202605/img-side_00.jpg));
    opacity: 0;
  }
  .contents-wrap .pc-wrap .side-title.use-bg1::before { opacity: 1; }
  .contents-wrap .pc-wrap .side-title.use-bg1::after  { opacity: 0; }
  .contents-wrap .pc-wrap .side-title.use-bg2::before { opacity: 0; }
  .contents-wrap .pc-wrap .side-title.use-bg2::after  { opacity: 1; }
  .contents-wrap .pc-wrap .side-title .side-color {
    position: absolute;
    inset: 0;
    transition: background-color 0.6s ease;
    z-index: 2;
  }
  .contents-wrap .pc-wrap{
    background-color: #FCFAF8;
  }
  .scene01-active .contents-wrap .pc-wrap{
    background-color: var(--orange);
  }
  .scene02-active .contents-wrap .pc-wrap{
    background-color: var(--yellow);
  }
  .scene03-active .contents-wrap .pc-wrap{
    background-color: var(--green);
  }
  .contents-wrap .pc-wrap .side-title .side-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(522 / 1980 * 100vw, 522px);
    margin: 0 auto;
    padding: 0;
    z-index: 100;
  }
  .scene-index .scene-title img {
    transition: opacity 0.6s ease;
  }

  .scene-index .scene-title img.is-changing {
    opacity: 0;
  }
  .contents-wrap .pc-wrap .side-text img {
    transition: opacity 0.6s ease;
  }
  .contents-wrap .pc-wrap .side-text img.is-changing {
    opacity: 0;
  }
  .contents-wrap .pc-wrap .scene-index {
    right: 0;
    width: calc((100% - var(--cw-center)) / 2);
    overflow: hidden;
  }
  .contents-wrap .pc-wrap .scene-index__first {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
  }
  .contents-wrap .pc-wrap .scene-index__first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contents-wrap .pc-wrap .scene-index {
    right: 0;
    width: calc((100% - var(--cw-center)) / 2);
    overflow: hidden;
  }

  .contents-wrap .pc-wrap .scene-index__first,
  .contents-wrap .pc-wrap .scene-index .scene-inner {
    will-change: transform;
  }

  .contents-wrap .pc-wrap .scene-index__first {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .contents-wrap .pc-wrap .scene-index__first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contents-wrap .pc-wrap .scene-index .scene-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(520px, 100%);
    margin: 0 auto;
    padding: 40px;
    z-index: 2;
  }
  .scene-list {
    border: 4px solid var(--white);
  }
  .scene-list .scene-item {
    position: relative;
    border: 3px solid var(--white);
  }
  .scene-list .scene-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(120, 108, 79, 0.49);
    transition: opacity 0.8s ease;
  }
  .scene-list .scene-item:hover::before {
    opacity: 0;
  }
  .scene-list .scene-item a:hover img {
    opacity: 1;
  }
  .scene01-active .scene-list .scene-item:nth-child(1):before {
    opacity: 0;
  }
  .scene02-active .scene-list .scene-item:nth-child(2):before {
    opacity: 0;
  }
  .scene03-active .scene-list .scene-item:nth-child(3):before {
    opacity: 0;
  }
  .scene-link_ttl {
    padding: 8px;
  }
  .scene-link_ttl img {
    height: min(116 / 1980 * 100vw, 116px);
  }
  .intro-title {
    margin-bottom: min(50 / 1980 * 100vw, 50px);
  }
  .intro-title__main {
    font-size: min(131 / 1980 * 100vw, 131px);
    line-height: calc(171 / 131);
  }
  .intro-title__sub {
    font-size: min(76 / 1980 * 100vw, 76px);
  }
  .intro-lead {
    display: block;
    margin-top: min(50 / 1980 * 100vw, 50px);
  }
  .intro-lead__line {
    display: block;
    margin-bottom: min(30 / 1980 * 100vw, 30px)
  }
  .intro-lead__text {
    font-size: min(20 / 1980 * 100vw, 20px);
    line-height: calc(34 / 22);
  }
  .lineup-inner {
    margin: 0 auto;
    padding: 40px 0 150px;
    max-width: 1100px;
  }
  .lineup-title {
    margin: 0 auto 40px;
    width: 351px;
    text-align: center;
  }
  .lineup-list {
    display: flex;
    flex-wrap: wrap;
    gap: 88px 20px;
  }
  .lineup-list .lineup-item {
    width: calc((100% - 20px * 4) / 5);
  }
  .tshirts_26 .other {
    padding: 60px 0;
    margin: 120px 0 0 0;
  }
  .tshirts_26 .other h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
  .tshirts_26 .center {
    text-align: center;
  }
}

.js-fade {
  opacity: 0;
}
.block-page-top {
  z-index: 100;
}
