@charset "utf-8";
.all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(172 / 375 * 100vw);
  height: calc(36 / 375 * 100vw);
  margin: 0 auto;
  border-radius: calc(4 / 375 * 100vw);
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1;
  text-decoration: none;
}
.ac .ac-trigger {
  display: flex;
  align-items: center;
  position: relative;
}
.ac .ac-trigger span {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.ac .ac-trigger span::before,
.ac .ac-trigger span::after {
  content: '';
  position: absolute;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
:root {
  --vw: 1vw;
}
.fade-in {
  opacity: 0;
  transition: 0.5s ease;
}
.fade-in.is-in {
  opacity: 1;
}
.fade-in.is-in.hover-opacity:hover {
  opacity: 0.8;
  transition: opacity 300ms;
}
.fade-up {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(0, 20px, 0);
}
.fade-up.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-up.is-in.hover-opacity:hover {
  opacity: 0.8;
  transition: opacity 300ms;
}
.fade-r {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(20px, 0, 0);
}
.fade-r.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-r.is-in.hover-opacity:hover {
  opacity: 0.8;
  transition: opacity 300ms;
}
.fade-l {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(-20px, 0, 0);
}
.fade-l.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-l.is-in.hover-opacity:hover {
  opacity: 0.8;
  transition: opacity 300ms;
}
.fade-roll {
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  overflow: hidden;
}
.fade-roll > * {
  scale: 1.1;
}
.fade-roll.is-in {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1.3s ease;
}
.fade-roll.is-in > * {
  scale: 1;
  transition: 2s ease;
}
.fluffy {
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}
body {
  overflow: visible;
  min-width: 100%;
}
main.contents.lp-staff_tshirt_w250620 {
  position: relative;
  padding-bottom: 22px;
  font-weight: 400;
  font-size: 0;
  color: #000;
  background: #fce3cd;
}
main.contents.lp-staff_tshirt_w250620 * {
  box-sizing: border-box;
}
main.contents.lp-staff_tshirt_w250620 img,
main.contents.lp-staff_tshirt_w250620 video {
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 .swiper-wrapper {
  height: auto;
}
main.contents.lp-staff_tshirt_w250620 .loop-slider .swiper-wrapper {
  transition-timing-function: linear;
}
main.contents.lp-staff_tshirt_w250620 .fixed-label {
  position: absolute;
  top: 397px;
  left: 28px;
  z-index: 99;
  width: 21px;
  height: calc(100% - 397px);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
}
main.contents.lp-staff_tshirt_w250620 .fixed-label img {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh - (312px / 2));
}
main.contents.lp-staff_tshirt_w250620 .main-wrapper {
  overflow: hidden;
}
main.contents.lp-staff_tshirt_w250620 section {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section .section-inner {
  margin: 0 auto;
  overflow: hidden;
}
main.contents.lp-staff_tshirt_w250620 section .section-title {
  position: relative;
  padding-top: 71px;
  text-align: center;
}
main.contents.lp-staff_tshirt_w250620 section .section-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 347px;
  height: 179px;
  background-image: url("../img/lp-staff_tshirt_w250620/tape.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section .section-title h2 {
  position: relative;
  z-index: 1;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
}
main.contents.lp-staff_tshirt_w250620 section .section-title p {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
main.contents.lp-staff_tshirt_w250620 section .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px 0;
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 section .lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 372px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 68px;
  border: 1px solid #000;
  border-radius: 35px;
}
main.contents.lp-staff_tshirt_w250620 section .lp-btn.logo {
  height: 70px;
}
main.contents.lp-staff_tshirt_w250620 section .lp-btn.logo img {
  width: 78px;
}
main.contents.lp-staff_tshirt_w250620 section.kv {
  padding-bottom: 61px;
}
main.contents.lp-staff_tshirt_w250620 section.kv .section-inner {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-label {
  position: absolute;
  width: 82px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.6s;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-label .label1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-text {
  position: absolute;
  top: 21px;
  right: 13px;
  z-index: 2;
  width: 1013px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 1.2s;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-image {
  opacity: 0;
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px 0;
  position: absolute;
  right: 0;
  bottom: 66px;
  z-index: 2;
  width: 541px;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title span {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title span:nth-of-type(1) {
  width: 541px;
  transition-delay: 1.8s;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title span:nth-of-type(2) {
  width: 297px;
  transition-delay: 2.4s;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch {
  margin-top: 83px;
  text-align: center;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch .en {
  margin-top: 43px;
  font-family: "Commissioner", sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #e03428;
}
main.contents.lp-staff_tshirt_w250620 section.kv .links {
  display: block;
  margin: 42px 278px 0 auto;
  width: 342px;
}
main.contents.lp-staff_tshirt_w250620 section.index {
  padding: 37px 0 190px;
  background: #feefe2;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list {
  width: 848px;
  margin: 49px auto 0;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 25px;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(1) {
  transition-delay: 0.1s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(3) {
  transition-delay: 0.3s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(4) {
  transition-delay: 0.4s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(5) {
  transition-delay: 0.5s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(6) {
  transition-delay: 0.6s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(7) {
  transition-delay: 0.7s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(8) {
  transition-delay: 0.8s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(9) {
  transition-delay: 0.9s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(10) {
  transition-delay: 1s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(11) {
  transition-delay: 1.1s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(12) {
  transition-delay: 1.2s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(13) {
  transition-delay: 1.3s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(14) {
  transition-delay: 1.4s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(15) {
  transition-delay: 1.5s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(16) {
  transition-delay: 1.6s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(17) {
  transition-delay: 1.7s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(18) {
  transition-delay: 1.8s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(19) {
  transition-delay: 1.9s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(20) {
  transition-delay: 2s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(21) {
  transition-delay: 2.1s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(22) {
  transition-delay: 2.2s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(23) {
  transition-delay: 2.3s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(24) {
  transition-delay: 2.4s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(25) {
  transition-delay: 2.5s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(26) {
  transition-delay: 2.6s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(27) {
  transition-delay: 2.7s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(28) {
  transition-delay: 2.8s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(29) {
  transition-delay: 2.9s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li:nth-of-type(30) {
  transition-delay: 3s;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li {
  position: relative;
  z-index: 1;
  width: 265px;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 286px;
  height: 342px;
  background-image: url("../img/lp-staff_tshirt_w250620/shadow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  padding-right: 22px;
  padding-left: 29px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .num {
  font-size: 32px;
  line-height: 37px;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .brand-name {
  margin-left: 4px;
  font-size: 16px;
  line-height: 1;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .brand-name span {
  font-size: 14px;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .sns-icon {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-top: auto;
  margin-left: auto;
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .sns-icon img {
  width: 23px;
  pointer-events: none;
}
main.contents.lp-staff_tshirt_w250620 section.style-list {
  background: #feefe2;
  padding-bottom: 249px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label {
  position: absolute;
  top: -58px;
  left: 192px;
  width: 1213px;
  overflow: hidden;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #000;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul {
  display: flex;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li {
  position: relative;
  z-index: 2;
  width: 199px;
  cursor: pointer;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li img {
  pointer-events: none;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li+li {
  z-index: 1;
  margin-left: -15px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li:active {
  transform: translateY(10px);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head .num {
  height: 52px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head .num img {
  width: auto;
  height: 100%;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head h3 {
  margin-top: 37px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head h3 img {
  display: inline-block;
  width: 24px;
  margin-left: 7px;
  vertical-align: middle;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .description {
  font-size: 16px;
  line-height: 28px;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li a {
  display: flex;
  align-items: baseline;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li a .price {
  margin-left: 1em;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li a .check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  margin-left: 15px;
  padding-bottom: 1px;
  font-family: "Commissioner", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  background: #e14c29;
  border-radius: 12px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li:nth-of-type(1) {
  margin-bottom: 2px;
  font-size: 18px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catchcopy,
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v {
  opacity: 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catchcopy.is-in,
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v.is-in {
  opacity: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catchcopy span,
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v span {
  opacity: 0;
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catchcopy.is-in span,
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v.is-in span {
  opacity: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8em;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v p+p {
  margin-right: 15px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 {
  padding: 147px 0 285px;
  background: #fce3cd;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .style-head {
  margin-bottom: 68px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02 {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 12px;
  right: -19px;
  width: 146px;
  height: 85px;
  background-image: url("../img/lp-staff_tshirt_w250620/lets-enjoy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .btn-wrap {
  margin-top: 88px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 {
  padding: 140px 0 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02::after {
  content: '';
  display: block;
  clear: both;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .style-head {
  margin-bottom: 60px;
  padding-left: 22px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 .image-text {
  position: absolute;
  top: 33px;
  left: 114px;
  z-index: 2;
  width: 580px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v {
  margin-top: 19px;
  margin-left: 115px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .description {
  width: 387px;
  margin-top: 59px;
  margin-left: 336px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 {
  position: relative;
  z-index: 2;
  width: 315px;
  margin-top: 33px;
  margin-right: 270px;
  margin-left: -40px;
  aspect-ratio: 162/243;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span {
  display: block;
  position: absolute;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(1) {
  z-index: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(1) img {
  transform: rotateZ(-3.65deg);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(2) {
  z-index: 2;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(2) img {
  transform: rotateZ(2.919deg);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .credit {
  margin-top: 29px;
  margin-right: 257px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image03 {
  width: 2443px;
  margin-top: 75px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .btn-wrap {
  margin-top: 96px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 {
  padding: 195px 0 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03::after {
  content: '';
  display: block;
  clear: both;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .style-head {
  margin-bottom: 80px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .style-head h3 {
  margin-top: 26px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image01 {
  float: left;
  width: 487px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v {
  float: left;
  margin-top: 74px;
  margin-left: 60px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image02 {
  float: left;
  width: 414px;
  margin-top: 171px;
  margin-left: 105px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label {
  position: absolute;
  top: 1226px;
  z-index: 3;
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image03 {
  position: absolute;
  top: 665px;
  left: 733px;
  z-index: 2;
  width: 314px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .credit {
  float: right;
  margin-top: 34px;
  margin-right: 230px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .description {
  float: left;
  width: 373px;
  margin-top: 3px;
  margin-left: 317px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04 {
  float: left;
  position: relative;
  width: 940px;
  margin-top: 195px;
  margin-left: 341px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -34px;
  right: -94px;
  width: 145px;
  height: 84px;
  background-image: url("../img/lp-staff_tshirt_w250620/lets-bicycle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .btn-wrap {
  float: left;
  margin-top: 55px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 {
  padding: 236px 0 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .style-head {
  margin-bottom: 134px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .style-head h3 {
  margin-top: 27px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01 {
  position: relative;
  width: 749px;
  margin-left: 452px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01::before {
  content: '';
  position: absolute;
  top: -49px;
  left: 6px;
  width: 637px;
  height: 228px;
  background-image: url("../img/lp-staff_tshirt_w250620/style04-circle-text.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image02 {
  position: absolute;
  top: 438px;
  left: 294px;
  z-index: 2;
  width: 327px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .description {
  width: 401px;
  margin-top: 9px;
  margin-left: 657px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image03 {
  margin-top: 173px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image03 .slide-wrap {
  width: 2228px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .btn-wrap {
  margin-top: 118px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 {
  padding: 181px 0 0;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06::after {
  content: '';
  display: block;
  clear: both;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head {
  margin-bottom: 65px;
  padding-left: 50px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head .num {
  height: 59px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px 0;
  margin-top: 28px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 {
  position: relative;
  width: 732px;
  height: 748px;
  margin-left: 148px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img {
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(1) {
  z-index: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(2) {
  top: 0;
  right: 0;
  z-index: 2;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 .catch-v {
  position: absolute;
  top: 176px;
  right: 109px;
  transform: rotateZ(-4.917deg);
  z-index: 2;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 {
  position: relative;
  width: 643px;
  height: 744px;
  margin-top: 333px;
  margin-left: -79px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img {
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(2) {
  z-index: 2;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .description {
  width: 505px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit .crdit-num {
  margin-bottom: 8px;
  padding-right: 5px;
  text-align: right;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 {
  position: relative;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .text {
  position: absolute;
  z-index: 2;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .camera {
  position: absolute;
  top: 853px;
  z-index: 2;
  left: 107px;
  width: 210px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image05 {
  width: 3000px;
  margin-top: 78px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .btn-wrap {
  margin-top: 105px;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .links {
  display: block;
  width: 341px;
  margin-top: 127px;
  margin-left: 652px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list {
  padding: 78px 0 121px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list {
  margin: 152px auto 0;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt {
  position: relative;
  padding-left: 15px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 5px;
  height: 39px;
  background: #e03428;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt span {
  margin-right: 9px;
  font-size: 32px;
  line-height: 1;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd {
  margin-top: 25px;
  padding-left: 38px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 44px;
  width: 948px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li {
  width: 204px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a {
  display: flex;
  flex-wrap: wrap;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a .image {
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a .name {
  margin-top: 24px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a .check-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 25px;
  margin-top: auto;
  margin-left: auto;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  background: #e14c29;
  border-radius: 12px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd+dt {
  margin-top: 119px;
}
main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .btn-wrap {
  margin-top: 103px;
}
main.contents.lp-staff_tshirt_w250620 section.other {
  padding-top: 159px;
  padding-bottom: 120px;
  background: #feefe2;
}
main.contents.lp-staff_tshirt_w250620 section.other h2 {
  width: 100%;
}
main.contents.lp-staff_tshirt_w250620 section.other h2 .swiper-slide {
  width: 827px;
  margin: 0 100px;
}
main.contents.lp-staff_tshirt_w250620 section.other .details {
  position: relative;
  margin: 85px auto 0;
}
main.contents.lp-staff_tshirt_w250620 section.other .details .image {
  position: relative;
  width: 275px;
}
main.contents.lp-staff_tshirt_w250620 section.other .details .image::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -30px;
  right: -28px;
  width: 126px;
  height: 73px;
  background-image: url("../img/lp-staff_tshirt_w250620/lets-enjoy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.contents.lp-staff_tshirt_w250620 section.other .details .models {
  margin-top: 131px;
  margin-left: 61px;
  text-align: center;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 40px;
  color: #e03428;
}
main.contents.lp-staff_tshirt_w250620 section.other .details .links {
  display: block;
  width: 292px;
}
main.contents.lp-staff_tshirt_w250620 section.other .lp-btn {
  margin-top: 270px;
}
main.contents.lp-staff_tshirt_w250620.start .fixed-label {
  opacity: 1;
}
main.contents.lp-staff_tshirt_w250620.start section.kv .kv-image,
main.contents.lp-staff_tshirt_w250620.start section.kv .kv-logo,
main.contents.lp-staff_tshirt_w250620.start section.kv .kv-label,
main.contents.lp-staff_tshirt_w250620.start section.kv .kv-text {
  opacity: 1;
}
main.contents.lp-staff_tshirt_w250620.start section.kv .kv-title span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.index .index-list ul.is-in li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02::after {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02.is-in::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img {
  opacity: 0;
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(1) {
  transition-delay: 0.06s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(2) {
  transition-delay: 0.12s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(3) {
  transition-delay: 0.18s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(4) {
  transition-delay: 0.24s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(5) {
  transition-delay: 0.3s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide.is-in img {
  opacity: 1;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 .image-text {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: 0.5s ease;
  transition-delay: 0.5s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01.is-in .image-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(1) {
  transition-delay: 0.3s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 span:nth-of-type(2) {
  transition-delay: 2s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02.is-in span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(1) {
  transition-delay: 0.63s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(2) {
  transition-delay: 0.66s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(3) {
  transition-delay: 0.69s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(4) {
  transition-delay: 0.72s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(5) {
  transition-delay: 0.75s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(6) {
  transition-delay: 0.78s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(7) {
  transition-delay: 0.81s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(8) {
  transition-delay: 0.84s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(9) {
  transition-delay: 0.87s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(10) {
  transition-delay: 0.9s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(11) {
  transition-delay: 0.93s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(12) {
  transition-delay: 0.96s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(13) {
  transition-delay: 0.99s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(14) {
  transition-delay: 1.02s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(15) {
  transition-delay: 1.05s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(16) {
  transition-delay: 1.08s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(17) {
  transition-delay: 1.11s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(18) {
  transition-delay: 1.14s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(19) {
  transition-delay: 1.17s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(20) {
  transition-delay: 1.2s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(21) {
  transition-delay: 1.23s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(22) {
  transition-delay: 1.26s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(23) {
  transition-delay: 1.29s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(24) {
  transition-delay: 1.32s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(25) {
  transition-delay: 1.35s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(26) {
  transition-delay: 1.38s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(27) {
  transition-delay: 1.41s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(28) {
  transition-delay: 1.44s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(29) {
  transition-delay: 1.47s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v span:nth-of-type(30) {
  transition-delay: 1.5s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(1) {
  transition-delay: 1.33s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(2) {
  transition-delay: 1.36s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(3) {
  transition-delay: 1.39s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(4) {
  transition-delay: 1.42s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(5) {
  transition-delay: 1.45s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(6) {
  transition-delay: 1.48s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(7) {
  transition-delay: 1.51s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(8) {
  transition-delay: 1.54s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(9) {
  transition-delay: 1.57s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(10) {
  transition-delay: 1.6s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(11) {
  transition-delay: 1.63s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(12) {
  transition-delay: 1.66s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(13) {
  transition-delay: 1.69s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(14) {
  transition-delay: 1.72s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(15) {
  transition-delay: 1.75s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(16) {
  transition-delay: 1.78s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(17) {
  transition-delay: 1.81s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(18) {
  transition-delay: 1.84s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(19) {
  transition-delay: 1.87s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(20) {
  transition-delay: 1.9s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(21) {
  transition-delay: 1.93s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(22) {
  transition-delay: 1.96s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(23) {
  transition-delay: 1.99s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(24) {
  transition-delay: 2.02s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(25) {
  transition-delay: 2.05s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(26) {
  transition-delay: 2.08s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(27) {
  transition-delay: 2.11s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(28) {
  transition-delay: 2.14s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(29) {
  transition-delay: 2.17s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v span:nth-of-type(30) {
  transition-delay: 2.2s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label .pc-text {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label.is-in .pc-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04::after {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04.is-in::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01::before {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
  transition-delay: 0.3s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01.is-in::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image02 {
  transition-delay: 0.8s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(1) {
  transition-delay: 1.33s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(2) {
  transition-delay: 1.36s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(3) {
  transition-delay: 1.39s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(4) {
  transition-delay: 1.42s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(5) {
  transition-delay: 1.45s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(6) {
  transition-delay: 1.48s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(7) {
  transition-delay: 1.51s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(8) {
  transition-delay: 1.54s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(9) {
  transition-delay: 1.57s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(10) {
  transition-delay: 1.6s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(11) {
  transition-delay: 1.63s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(12) {
  transition-delay: 1.66s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(13) {
  transition-delay: 1.69s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(14) {
  transition-delay: 1.72s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(15) {
  transition-delay: 1.75s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(16) {
  transition-delay: 1.78s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(17) {
  transition-delay: 1.81s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(18) {
  transition-delay: 1.84s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(19) {
  transition-delay: 1.87s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(20) {
  transition-delay: 1.9s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(21) {
  transition-delay: 1.93s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(22) {
  transition-delay: 1.96s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(23) {
  transition-delay: 1.99s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(24) {
  transition-delay: 2.02s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(25) {
  transition-delay: 2.05s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(26) {
  transition-delay: 2.08s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(27) {
  transition-delay: 2.11s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(28) {
  transition-delay: 2.14s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(29) {
  transition-delay: 2.17s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v span:nth-of-type(30) {
  transition-delay: 2.2s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
  transition-delay: 1.5s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01.is-in img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 {
  transition-delay: 2s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.5s ease;
  transition-delay: 3.5s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02.is-in img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(1) {
  transition-delay: 4.03s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(2) {
  transition-delay: 4.06s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(3) {
  transition-delay: 4.09s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(4) {
  transition-delay: 4.12s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(5) {
  transition-delay: 4.15s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(6) {
  transition-delay: 4.18s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(7) {
  transition-delay: 4.21s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(8) {
  transition-delay: 4.24s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(9) {
  transition-delay: 4.27s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(10) {
  transition-delay: 4.3s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(11) {
  transition-delay: 4.33s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(12) {
  transition-delay: 4.36s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(13) {
  transition-delay: 4.39s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(14) {
  transition-delay: 4.42s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(15) {
  transition-delay: 4.45s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(16) {
  transition-delay: 4.48s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(17) {
  transition-delay: 4.51s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(18) {
  transition-delay: 4.54s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(19) {
  transition-delay: 4.57s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(20) {
  transition-delay: 4.6s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(21) {
  transition-delay: 4.63s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(22) {
  transition-delay: 4.66s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(23) {
  transition-delay: 4.69s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(24) {
  transition-delay: 4.72s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(25) {
  transition-delay: 4.75s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(26) {
  transition-delay: 4.78s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(27) {
  transition-delay: 4.81s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(28) {
  transition-delay: 4.84s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(29) {
  transition-delay: 4.87s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .catch-v span:nth-of-type(30) {
  transition-delay: 4.9s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .text,
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .camera {
  opacity: 0;
  transition: 0.5s ease;
  transform: translate3d(20px, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .text {
  transition-delay: 0.5s;
}
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03.is-in .text,
main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03.is-in .camera {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.other .models ul li {
  opacity: 0;
  transition: 0.5s ease;
}
main.contents.lp-staff_tshirt_w250620 section.other .models.is-in ul li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
main.contents.lp-staff_tshirt_w250620 section.other .image.is-in::after {
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}
@-webkit-keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 {
    width: 100%;
    padding-bottom: calc(70 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 .fixed-label {
    top: calc(170 / 377 * 100vw);
    left: calc(6 / 377 * 100vw);
    width: calc(10 / 377 * 100vw);
    height: calc(100% - (170 / 377 * 100vw));
  }
  main.contents.lp-staff_tshirt_w250620 .fixed-label img {
    top: calc(50dvh - ((151 / 377 * 100vw) / 2));
    width: calc(10 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .section-title {
    left: calc(10 / 377 * 100vw);
    padding-top: calc(39 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .section-title::before {
    width: calc(199 / 377 * 100vw);
    height: calc(105 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .section-title h2 {
    font-size: calc(32 / 377 * 100vw);
    line-height: calc(45 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .section-title p {
    margin-top: calc(3 / 377 * 100vw);
    font-size: calc(11 / 377 * 100vw);
    line-height: calc(13 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .btn-wrap {
    gap: calc(17 / 377 * 100vw) 0;
  }
  main.contents.lp-staff_tshirt_w250620 section .lp-btn {
    width: calc(226 / 377 * 100vw);
    font-size: calc(10 / 377 * 100vw);
    line-height: calc(42 / 377 * 100vw);
    border-radius: calc(21 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section .lp-btn.logo {
    height: 44px;
  }
  main.contents.lp-staff_tshirt_w250620 section .lp-btn.logo img {
    width: calc(42 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv {
    padding-bottom: calc(77 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-label {
    width: calc(25 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-logo {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main {
    width: calc(353 / 377 * 100vw);
    margin-left: auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-text {
    top: calc(19 / 377 * 100vw);
    right: calc(28 / 377 * 100vw);
    width: calc(307 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-image .kv-image-pc {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title {
    gap: calc(13 / 377 * 100vw) 0;
    bottom: calc(110 / 377 * 100vw);
    width: calc(297 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title span:nth-of-type(1) {
    width: calc(297 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-title span:nth-of-type(2) {
    width: calc(162 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch {
    margin-top: calc(33 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch p {
    font-size: calc(13 / 377 * 100vw);
    line-height: calc(21 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-catch .en {
    margin-top: calc(27 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(18 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .links {
    width: calc(168 / 377 * 100vw);
    margin-top: calc(25 / 377 * 100vw);
    margin-left: auto;
    margin-right: calc(65 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index {
    padding: calc(14 / 377 * 100vw) 0 calc(121 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list {
    width: calc(332 / 377 * 100vw);
    margin-top: calc(22 / 377 * 100vw);
    margin-left: calc(19 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul {
    gap: calc(15 / 377 * 100vw) calc(13 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li {
    width: calc(159 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li::before {
    width: calc(172 / 377 * 100vw);
    height: calc(205 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail {
    bottom: calc(9 / 377 * 100vw);
    padding-right: calc(12 / 377 * 100vw);
    padding-left: calc(18 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .num {
    font-size: calc(20 / 377 * 100vw);
    line-height: calc(22 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .brand-name {
    font-size: calc(10 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .brand-name span {
    font-size: calc(7 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .sns-icon {
    gap: 0 calc(3 / 377 * 100vw);
    padding-bottom: calc(2 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.index .index-list ul li .index-detail .sns-icon img {
    width: calc(14 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list {
    padding-bottom: calc(0 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label {
    top: calc((-36 / 377 * 100vw) + 1px);
    left: 0;
    width: 100%;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label::after {
    height: 1px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul {
    margin-left: calc(14 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li {
    width: calc(120 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label ul li+li {
    margin-left: calc(-10 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head .num {
    height: calc(19 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head h3 {
    margin-top: calc(10 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(15 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .style-head h3 img {
    width: calc(19 / 377 * 100vw);
    margin-left: calc(5 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .description {
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(16 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul {
    gap: calc(0 / 377 * 100vw) 0;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li {
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(28 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li a .check-btn {
    width: calc(62 / 377 * 100vw);
    margin-left: calc(10 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(20 / 377 * 100vw);
    border-radius: calc(15 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .credit ul li:nth-of-type(1) {
    font-size: calc(14 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v {
    font-size: calc(16 / 377 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .catch-v p+p {
    margin-right: calc(10 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 {
    padding: calc(59 / 377 * 100vw) 0 calc(100 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .style-head {
    margin-bottom: calc(21 / 377 * 100vw);
    padding-right: calc(13 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy {
    margin-top: calc(45 / 377 * 100vw);
    margin-left: calc(103 / 377 * 100vw);
    font-size: calc(16 / 377 * 100vw);
    line-height: calc(28 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02 {
    width: calc(283 / 377 * 100vw);
    margin-top: calc(23 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02::after {
    top: calc(31 / 377 * 100vw);
    right: calc(-63 / 377 * 100vw);
    width: calc(125 / 377 * 100vw);
    height: calc(73 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .description {
    width: calc(270 / 377 * 100vw);
    margin-top: calc(18 / 377 * 100vw);
    margin-left: calc(61 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .credit {
    margin-top: calc(26 / 377 * 100vw);
    margin-right: calc(61 / 377 * 100vw);
    margin-left: auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .loop-slider {
    overflow: hidden;
    width: calc(607 / 377 * 100vw);
    margin-top: calc(38 / 377 * 100vw);
    margin-left: 0;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .btn-wrap {
    margin-top: calc(24 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 {
    padding: calc(50 / 377 * 100vw) 0 0;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .section-inner {
    display: flex;
    flex-wrap: wrap;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .style-head {
    width: 100%;
    margin-bottom: calc(26 / 377 * 100vw);
    padding: 0 calc(12 / 377 * 100vw) 0 0;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 {
    width: 100%;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 .image-text {
    top: calc(194 / 377 * 100vw);
    left: calc(11 / 377 * 100vw);
    width: calc(329 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v {
    margin-top: calc(22 / 377 * 100vw);
    margin-left: calc(91 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .description {
    width: calc(270 / 377 * 100vw);
    margin-top: calc(120 / 377 * 100vw);
    margin-left: calc(57 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 {
    width: calc(162 / 377 * 100vw);
    margin-top: calc(-30 / 377 * 100vw);
    margin-right: 0;
    margin-left: calc(54 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .credit {
    position: absolute;
    top: calc(624 / 377 * 100vw);
    right: calc(26 / 377 * 100vw);
    margin-top: 0;
    margin-right: 0;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image03 {
    flex: 0 0 auto;
    width: calc(1442 / 377 * 100vw);
    margin-top: calc(56 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .btn-wrap {
    margin-top: calc(42 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 {
    padding-top: calc(58 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .style-head {
    margin-bottom: calc(35 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .style-head h3 {
    margin-top: calc(6 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image01 {
    width: calc(219 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .catch-v {
    margin-top: calc(20 / 377 * 100vw);
    margin-left: calc(59 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image02 {
    float: right;
    width: calc(218 / 377 * 100vw);
    margin-top: calc(-69 / 377 * 100vw);
    margin-left: auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label {
    top: calc(504 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label .sp-slider .swiper-slide {
    width: calc(518 / 377 * 100vw);
    margin: 0 calc(30 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label .pc-text {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image03 {
    top: calc(535 / 377 * 100vw);
    left: calc(24 / 377 * 100vw);
    width: calc(195 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .credit {
    margin-top: calc(10 / 377 * 100vw);
    margin-right: calc(14 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .description {
    width: calc(270 / 377 * 100vw);
    margin-top: calc(74 / 377 * 100vw);
    margin-left: calc(62 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04 {
    width: calc(584 / 377 * 100vw);
    margin-top: calc(72 / 377 * 100vw);
    margin-left: calc(4 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image04::after {
    top: calc(-70 / 377 * 100vw);
    right: unset;
    left: calc(174 / 377 * 100vw);
    width: calc(145 / 377 * 100vw);
    height: calc(84 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .btn-wrap {
    margin-top: calc(15 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 {
    padding-top: calc(95 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .style-head {
    margin-bottom: calc(46 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .style-head h3 {
    margin-top: calc(7 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01 {
    width: calc(351 / 377 * 100vw);
    margin: 0 auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image01::before {
    top: calc(-23 / 377 * 100vw);
    left: calc(3 / 377 * 100vw);
    width: calc(300 / 377 * 100vw);
    height: calc(107 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image02 {
    top: calc(419 / 377 * 100vw);
    left: calc(201 / 377 * 100vw);
    width: calc(162 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v {
    margin-top: calc(24 / 377 * 100vw);
    margin-left: calc(96 / 377 * 100vw);
    margin-right: calc(100 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .description {
    width: calc(270 / 377 * 100vw);
    margin-top: calc(36 / 377 * 100vw);
    margin-left: calc(63 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image03 {
    margin-top: calc(16 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image03 .slide-wrap {
    width: calc(1318 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .credit {
    margin-bottom: calc(37 / 377 * 100vw);
    margin-right: calc(55 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .btn-wrap {
    margin-top: calc(32 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 {
    padding-top: calc(58 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head {
    margin-bottom: calc(17 / 377 * 100vw);
    padding-left: calc(24 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head .num {
    height: calc(20 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .style-head h3 {
    gap: calc(10 / 377 * 100vw) 0;
    margin-top: calc(12 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 {
    width: calc(356 / 377 * 100vw);
    height: calc(431 / 377 * 100vw);
    margin-left: calc(23 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(1) {
    top: calc(31 / 377 * 100vw);
    left: calc(-31 / 377 * 100vw);
    width: calc(377 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(2) {
    width: calc(356 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 .catch-v {
    top: calc(72 / 377 * 100vw);
    right: calc(63 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 {
    width: calc(330 / 377 * 100vw);
    height: calc(424 / 377 * 100vw);
    margin-top: calc(-40 / 377 * 100vw);
    margin-left: calc(47 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(1) {
    top: calc(12 / 377 * 100vw);
    left: calc(1 / 377 * 100vw);
    width: calc(362 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(2) {
    top: calc(17 / 377 * 100vw);
    right: calc(2 / 377 * 100vw);
    width: calc(329 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .description {
    width: calc(270 / 377 * 100vw);
    margin-top: calc(12 / 377 * 100vw);
    margin-left: calc(63 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit {
    margin-top: calc(17 / 377 * 100vw);
    margin-right: calc(55 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit .crdit-num {
    margin-bottom: calc(2 / 377 * 100vw);
    padding-right: calc(3 / 377 * 100vw);
    font-size: calc(14 / 377 * 100vw);
    line-height: 1;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit.credit06 {
    margin-top: calc(12 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 {
    width: 100%;
    margin-top: calc(46 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .text {
    bottom: calc(15 / 377 * 100vw);
    left: calc(15 / 377 * 100vw);
    width: calc(329 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .camera {
    top: calc(-96 / 377 * 100vw);
    left: calc(14 / 377 * 100vw);
    width: calc(108 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image04 {
    width: 100%;
    margin-top: calc(24 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image05 {
    width: calc(1773 / 377 * 100vw);
    margin-top: calc(27 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .btn-wrap {
    margin-top: calc(49 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .links {
    width: calc(168 / 377 * 100vw);
    margin-top: calc(30 / 377 * 100vw);
    margin-left: calc(144 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list {
    padding: calc(46 / 377 * 100vw) 0 calc(65 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-title {
    left: calc(12 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list {
    margin-top: calc(51 / 377 * 100vw);
    margin-left: calc(28 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt {
    padding-left: calc(10 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt::before {
    top: calc(-5 / 377 * 100vw);
    width: calc(4 / 377 * 100vw);
    height: calc(21 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dt span {
    margin-right: calc(4 / 377 * 100vw);
    font-size: calc(16 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd {
    margin-top: calc(10 / 377 * 100vw);
    padding-left: calc(10 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul {
    gap: calc(26 / 377 * 100vw) calc(23 / 377 * 100vw);
    width: auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li {
    width: calc(143 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a .name {
    margin-top: calc(10 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(14 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd ul li a .check-btn {
    width: calc(62 / 377 * 100vw);
    font-size: calc(12 / 377 * 100vw);
    line-height: calc(21 / 377 * 100vw);
    border-radius: calc(15 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl dd+dt {
    margin-top: calc(66 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .btn-wrap {
    margin-top: calc(57 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other {
    padding-top: calc(37 / 377 * 100vw);
    padding-bottom: calc(116 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other h2 .swiper-slide {
    width: calc(496 / 377 * 100vw);
    margin: 0 calc(40 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details {
    width: 100%;
    margin-top: calc(47 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details .image {
    width: calc(239 / 377 * 100vw);
    margin-left: calc(73 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details .image::after {
    top: calc(-27 / 377 * 100vw);
    right: calc(-33 / 377 * 100vw);
    width: calc(124 / 377 * 100vw);
    height: calc(65 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details .models {
    margin: calc(-2 / 377 * 100vw) 0 0;
    font-size: calc(16 / 377 * 100vw);
    line-height: calc(26 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details .links {
    width: calc(255 / 377 * 100vw);
    margin-top: calc(17 / 377 * 100vw);
    margin-left: calc(77 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.other .lp-btn {
    margin-top: calc(40 / 377 * 100vw);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(1) {
    transition-delay: 0.03s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(2) {
    transition-delay: 0.06s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(3) {
    transition-delay: 0.09s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(4) {
    transition-delay: 0.12s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(5) {
    transition-delay: 0.15s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(6) {
    transition-delay: 0.18s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(7) {
    transition-delay: 0.21s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(8) {
    transition-delay: 0.24s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(9) {
    transition-delay: 0.27s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(10) {
    transition-delay: 0.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(11) {
    transition-delay: 0.33s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(12) {
    transition-delay: 0.36s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(13) {
    transition-delay: 0.39s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(14) {
    transition-delay: 0.42s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(15) {
    transition-delay: 0.45s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(16) {
    transition-delay: 0.48s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(17) {
    transition-delay: 0.51s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(18) {
    transition-delay: 0.54s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(19) {
    transition-delay: 0.57s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(20) {
    transition-delay: 0.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(21) {
    transition-delay: 0.63s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(22) {
    transition-delay: 0.66s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(23) {
    transition-delay: 0.69s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(24) {
    transition-delay: 0.72s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(25) {
    transition-delay: 0.75s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(26) {
    transition-delay: 0.78s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(27) {
    transition-delay: 0.81s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(28) {
    transition-delay: 0.84s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(29) {
    transition-delay: 0.87s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(30) {
    transition-delay: 0.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .camera {
    transition-delay: 0.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(4) {
    transition-delay: 1.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(5) {
    transition-delay: 1.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(6) {
    transition-delay: 1.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(7) {
    transition-delay: 2.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(8) {
    transition-delay: 2.4s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(9) {
    transition-delay: 2.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(10) {
    transition-delay: 3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(11) {
    transition-delay: 3.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(12) {
    transition-delay: 3.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(13) {
    transition-delay: 3.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(14) {
    transition-delay: 4.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(15) {
    transition-delay: 4.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(16) {
    transition-delay: 4.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(17) {
    transition-delay: 5.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(18) {
    transition-delay: 5.399999999999999s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(19) {
    transition-delay: 5.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(20) {
    transition-delay: 6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(21) {
    transition-delay: 6.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(22) {
    transition-delay: 6.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(23) {
    transition-delay: 6.899999999999999s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(24) {
    transition-delay: 7.199999999999999s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(25) {
    transition-delay: 7.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(26) {
    transition-delay: 7.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(27) {
    transition-delay: 8.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(28) {
    transition-delay: 8.4s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(29) {
    transition-delay: 8.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(30) {
    transition-delay: 9s;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .ac .ac-trigger {
    cursor: pointer;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .section-inner {
    width: 1600px;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-logo {
    position: absolute;
    top: 405px;
    right: 23px;
    width: 26px;
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main {
    width: 1436px;
    margin: 0 auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.kv .kv-main .kv-image .kv-image-sp {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article .section-inner {
    position: relative;
    width: 1600px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01::after {
    content: '';
    display: block;
    clear: both;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .style-head {
    padding-left: 17px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image01 {
    float: left;
    width: 432px;
    margin-left: 344px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy {
    float: left;
    margin-top: 90px;
    margin-left: 167px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02 {
    float: right;
    width: 415px;
    margin-top: 45px;
    margin-right: 335px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .description {
    float: left;
    width: 365px;
    margin-top: 30px;
    margin-left: 376px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .credit {
    float: right;
    margin-top: 19px;
    margin-right: 380px;
    margin-bottom: 42px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 {
    float: left;
    width: 100%;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .loop-slider {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide {
    position: relative;
    width: 1046px;
    height: 388px;
    margin: 0 auto;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img {
    position: absolute;
    width: 235px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(1) {
    top: 23px;
    left: 26px;
    z-index: 1;
    transform: rotate(-4.195deg);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(2) {
    top: 12px;
    left: 215px;
    z-index: 2;
    transform: rotate(4.14deg);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(3) {
    top: 20px;
    left: 437px;
    z-index: 3;
    transform: rotate(-4.195deg);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(4) {
    top: 28px;
    right: 186px;
    z-index: 4;
    transform: rotate(4.14deg);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image03 .card-slide img:nth-of-type(5) {
    top: 8px;
    right: -1px;
    z-index: 5;
    transform: rotate(-4.195deg);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .btn-wrap {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .style-head h3 {
    margin-top: 20px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image01 {
    float: left;
    width: 1046px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .catch-v {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .description {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image02 {
    float: right;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .credit {
    float: right;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .image03 {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style02 .btn-wrap {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .style-head {
    padding-right: 45px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image01 {
    margin-left: 257px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label .sp-slider {
    display: none;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .title-label .pc-text {
    position: absolute;
    top: 0;
    left: 268px;
    width: 827px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .catch-v {
    position: absolute;
    top: 107px;
    right: 336px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .image03 {
    display: flex;
    flex-direction: column-reverse;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style04 .credit {
    margin-top: 34px;
    margin-right: 231px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(1) {
    left: 0;
    bottom: 0;
    width: 634px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image01 img:nth-of-type(2) {
    width: 607px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(1) {
    width: 543px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image02 img:nth-of-type(2) {
    top: 9px;
    right: 0;
    width: 564px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .description {
    position: absolute;
    top: 290px;
    right: 199px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit {
    position: absolute;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit.credit05 {
    top: 938px;
    right: 801px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .credit.credit06 {
    top: 1301px;
    right: 253px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 {
    float: left;
    width: 883px;
    margin-top: 127px;
    margin-left: 166px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .text {
    bottom: 34px;
    left: 28px;
    width: 580px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image04 {
    float: left;
    width: 884px;
    margin-top: 44px;
    margin-left: 503px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image05 {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .btn-wrap {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .links {
    float: left;
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list {
    text-align: center;
  }
  main.contents.lp-staff_tshirt_w250620 section.credit-list .section-inner .brand-list dl {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details {
    display: flex;
    width: 738px;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .details .links {
    position: absolute;
    top: 471px;
    right: 44px;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .image02 {
    transition-delay: 0.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(1) {
    transition-delay: 0.63s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(2) {
    transition-delay: 0.66s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(3) {
    transition-delay: 0.69s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(4) {
    transition-delay: 0.72s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(6) {
    transition-delay: 0.78s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(7) {
    transition-delay: 0.81s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(8) {
    transition-delay: 0.84s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(9) {
    transition-delay: 0.87s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(10) {
    transition-delay: 0.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(11) {
    transition-delay: 0.93s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(12) {
    transition-delay: 0.96s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(13) {
    transition-delay: 0.99s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(14) {
    transition-delay: 1.02s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(15) {
    transition-delay: 1.05s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(16) {
    transition-delay: 1.08s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(17) {
    transition-delay: 1.11s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(18) {
    transition-delay: 1.14s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(19) {
    transition-delay: 1.17s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(20) {
    transition-delay: 1.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(21) {
    transition-delay: 1.23s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(22) {
    transition-delay: 1.26s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(23) {
    transition-delay: 1.29s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(24) {
    transition-delay: 1.32s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(25) {
    transition-delay: 1.35s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(26) {
    transition-delay: 1.38s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(27) {
    transition-delay: 1.41s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(28) {
    transition-delay: 1.44s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(29) {
    transition-delay: 1.47s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style01 .catchcopy span:nth-of-type(30) {
    transition-delay: 1.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image02 {
    transition-delay: 0.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style03 .image03 {
    transition-delay: 0.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list article.style05-06 .image03 .camera {
    transition-delay: 1.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(1) {
    transition-delay: 1.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(2) {
    transition-delay: 1.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(3) {
    transition-delay: 1.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(4) {
    transition-delay: 1.4s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(5) {
    transition-delay: 1.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(6) {
    transition-delay: 1.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(7) {
    transition-delay: 1.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(8) {
    transition-delay: 1.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(9) {
    transition-delay: 1.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(10) {
    transition-delay: 2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(11) {
    transition-delay: 2.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(12) {
    transition-delay: 2.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(13) {
    transition-delay: 2.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(14) {
    transition-delay: 2.4s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(15) {
    transition-delay: 2.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(16) {
    transition-delay: 2.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(17) {
    transition-delay: 2.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(18) {
    transition-delay: 2.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(19) {
    transition-delay: 2.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(20) {
    transition-delay: 3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(21) {
    transition-delay: 3.1s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(22) {
    transition-delay: 3.2s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(23) {
    transition-delay: 3.3s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(24) {
    transition-delay: 3.4s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(25) {
    transition-delay: 3.5s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(26) {
    transition-delay: 3.6s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(27) {
    transition-delay: 3.7s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(28) {
    transition-delay: 3.8s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(29) {
    transition-delay: 3.9s;
  }
  main.contents.lp-staff_tshirt_w250620 section.other .models ul li:nth-of-type(30) {
    transition-delay: 4s;
  }
}
@media (min-width: 1600px) {
  main.contents.lp-staff_tshirt_w250620 .fixed-label {
    left: calc((100vw - 1600px) / 2 + 28px);
  }
  main.contents.lp-staff_tshirt_w250620 section.style-list .area-label {
    left: 50%;
    transform: translateX(-50%);
  }
}