@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "perpetua-titling-mt-light, sans-serif";
  src: url(../assets/font/perpetua-titling-mt-light.ttf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "perpetua-titling-mt-light, sans-serif";
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 981px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 981px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

@keyframes bounce {
  0% {
    transform: translateY(0) scale(1); /* 通常の位置とサイズ */
  }
  30% {
    transform: scale(1.4); /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.8); /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: scale(1.1); /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1); /* 元のサイズと位置に戻る */
  }
}
@keyframes anim_s {
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 16px;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2px;
  height: 8px;
  border-radius: 0;
  transition: all 0.4s;
  border-radius: 100vmax;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  height: 20px;
  background-color: #000000;
}

.main_page {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.main_page img {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  object-position: center;
}

.sub_section figure {
  position: absolute;
}

.knit1 .arrow {
  width: 6.8571428571cqh;
  top: 4.8571428571cqh;
  right: -4.2857142857cqh;
}
.knit1 .img1 {
  width: 24cqh;
  top: 14.2857142857cqh;
  left: 2.1428571429cqh;
}
.knit1 .img2 {
  width: 17.1428571429cqh;
  top: 39.2857142857cqh;
  left: 2.5714285714cqh;
}
.knit1 .img3 {
  width: 9.2857142857cqh;
  top: 6.4285714286cqh;
  left: 23cqh;
}
.knit1 .img4 {
  width: 15.7142857143cqh;
  bottom: 9cqh;
  left: 2.1428571429cqh;
}
.knit1 .img5 {
  width: 20.7142857143cqh;
  rotate: 10deg;
  top: 42.2857142857cqh;
  left: 13.4285714286cqh;
}
.knit1 .p1 {
  width: 22.8571428571cqh;
  top: 1.4285714286cqh;
  right: 1.4285714286cqh;
}
.knit1 .p2 {
  width: 22.4285714286cqh;
  bottom: 0cqh;
  left: 18.5714285714cqh;
}

.knit2 .arrow {
  width: 2.8571428571cqh;
  top: 7.1428571429cqh;
  left: 1cqh;
}
.knit2 .img1 {
  width: 33cqh;
  top: 7.2857142857cqh;
  right: 1.2857142857cqh;
}
.knit2 .img2 {
  width: 14.2857142857cqh;
  top: 26.4285714286cqh;
  left: 3.4285714286cqh;
}
.knit2 .p1 {
  width: 59.5714285714cqh;
  bottom: 11.4285714286cqh;
  translate: -50% 0;
  left: 50%;
}
.knit2 .text_svg {
  width: 14.2857142857cqh;
  bottom: 37.5714285714cqh;
  left: 3.1428571429cqh;
}

.outer1 .arrow {
  width: 3.8571428571cqh;
  top: 7.4285714286cqh;
  right: -1cqh;
}
.outer1 .img1 {
  width: 30.1428571429cqh;
  top: 1.7142857143cqh;
  left: 10.5714285714cqh;
}
.outer1 .img2 {
  width: 20.5714285714cqh;
  top: 26.4285714286cqh;
  right: 2cqh;
}
.outer1 .img3 {
  width: 13.1428571429cqh;
  bottom: 19.1428571429cqh;
  right: 4.8571428571cqh;
}
.outer1 .p1 {
  width: 28.1428571429cqh;
  bottom: 1.4285714286cqh;
  left: 1.4285714286cqh;
  z-index: 2;
}
.outer1 .text_svg {
  width: 3.8571428571cqh;
  bottom: 2.8571428571cqh;
  right: 25.7142857143cqh;
  z-index: 1;
}

.outer2 .arrow {
  width: 3.1428571429cqh;
  top: 2cqh;
  left: 1.1428571429cqh;
}
.outer2 .section_title {
  text-align: right;
  padding-right: 24px;
}
.outer2 .img1 {
  width: 25.1428571429cqh;
  top: 1.7142857143cqh;
  right: 10.8571428571cqh;
}
.outer2 .img2 {
  width: 5.8571428571cqh;
  top: 33.4285714286cqh;
  left: 21cqh;
}
.outer2 .img3 {
  width: 24cqh;
  top: 46.4285714286cqh;
  left: 1.2857142857cqh;
}
.outer2 .img4 {
  width: 14.7142857143cqh;
  bottom: 1.7142857143cqh;
  left: 10cqh;
}
.outer2 .p1 {
  width: 24.2857142857cqh;
  left: -3.4285714286cqh;
  top: 0cqh;
}
.outer2 .p2 {
  width: 28.5714285714cqh;
  right: -1.4285714286cqh;
  bottom: 15.7142857143cqh;
}

.outer3 .arrow {
  width: 5.7142857143cqh;
  top: 0.5714285714cqh;
  left: -2.5714285714cqh;
}
.outer3 .img1 {
  width: 26.7142857143cqh;
  top: 1.7142857143cqh;
  right: 3.2857142857cqh;
}
.outer3 .img2 {
  width: 19.5714285714cqh;
  top: 29.2857142857cqh;
  right: 2.8571428571cqh;
}
.outer3 .img3 {
  width: 14.7142857143cqh;
  right: 7cqh;
  bottom: 20.2857142857cqh;
}
.outer3 .p1 {
  width: 34.8571428571cqh;
  left: -3.4285714286cqh;
  bottom: 13.1428571429cqh;
}
.outer3 .text_svg {
  width: 29cqh;
  bottom: 5.1428571429cqh;
  left: 5.1428571429cqh;
}

.outer4 .arrow {
  width: 7.7142857143cqh;
  top: 13.8571428571cqh;
  left: -8cqh;
}
.outer4 .img1 {
  width: 23.8571428571cqh;
  top: 1.7142857143cqh;
  right: 4.1428571429cqh;
}
.outer4 .img2 {
  width: 7.8571428571cqh;
  top: 15.5714285714cqh;
  left: 5.1428571429cqh;
}
.outer4 .img3 {
  width: 24.2857142857cqh;
  top: 21.5714285714cqh;
  left: 4.2857142857cqh;
}
.outer4 .img4 {
  width: 12.7142857143cqh;
  bottom: 2.4285714286cqh;
  left: 21.8571428571cqh;
}
.outer4 .p1 {
  width: 25.2857142857cqh;
  right: 0cqh;
  bottom: 15.7142857143cqh;
}
.outer4 .p2 {
  width: 24.2857142857cqh;
  left: 0cqh;
  bottom: 0cqh;
}

.shirt1 .arrow {
  width: 3.8571428571cqh;
  top: 0.1428571429cqh;
  left: 2cqh;
}
.shirt1 .img1 {
  width: 11.5714285714cqh;
  top: 1.7142857143cqh;
  right: 3.5714285714cqh;
}
.shirt1 .img2 {
  width: 28.7142857143cqh;
  top: 7.5714285714cqh;
  right: 6.2857142857cqh;
}
.shirt1 .img3 {
  width: 20.8571428571cqh;
  top: 39.2857142857cqh;
  right: 1.1428571429cqh;
}
.shirt1 .img4 {
  width: 18.5714285714cqh;
  top: 44cqh;
  right: 15.1428571429cqh;
}
.shirt1 .img5 {
  width: 12.8571428571cqh;
  bottom: 4.2857142857cqh;
  right: 16.4285714286cqh;
}
.shirt1 .p1 {
  width: 22.8571428571cqh;
  top: 26.7142857143cqh;
  left: 0.4285714286cqh;
}

.shirt2 .arrow {
  width: 3.1428571429cqh;
  top: 7.8571428571cqh;
  left: -2.2857142857cqh;
}
.shirt2 .img1 {
  width: 6.5714285714cqh;
  top: 2.1428571429cqh;
  right: 17.5714285714cqh;
}
.shirt2 .img2 {
  width: 27.7142857143cqh;
  top: 11.5714285714cqh;
  left: 3.7142857143cqh;
}
.shirt2 .img3 {
  width: 11.4285714286cqh;
  top: 45.5714285714cqh;
  left: 16.4285714286cqh;
}
.shirt2 .img4 {
  width: 12.5714285714cqh;
  bottom: 2.8571428571cqh;
  right: 15.1428571429cqh;
}
.shirt2 .p1 {
  width: 26.8571428571cqh;
  top: 8cqh;
  right: 0.8571428571cqh;
}
.shirt2 .p2 {
  width: 25.7142857143cqh;
  bottom: 0cqh;
  left: -2.8571428571cqh;
}

.skirt1 .arrow {
  width: 7.2857142857cqh;
  top: 2cqh;
  right: -3.4285714286cqh;
}
.skirt1 .img1 {
  width: 23cqh;
  top: 9.1428571429cqh;
  left: 2.2857142857cqh;
}
.skirt1 .img2 {
  width: 26.4285714286cqh;
  top: 40.5714285714cqh;
  left: 2.5714285714cqh;
}
.skirt1 .img3 {
  width: 17.8571428571cqh;
  left: 3.7142857143cqh;
  bottom: 1.7142857143cqh;
}
.skirt1 .img4 {
  width: 13.1428571429cqh;
  bottom: 2.4285714286cqh;
  right: 14.4285714286cqh;
}
.skirt1 .p1 {
  width: 24.1428571429cqh;
  top: 5.4285714286cqh;
  right: 1.1428571429cqh;
}

.skirt2 .arrow {
  width: 4.5714285714cqh;
  top: 3.5714285714cqh;
  left: -4.4285714286cqh;
}
.skirt2 .img1 {
  width: 24.2857142857cqh;
  top: 2.5714285714cqh;
  right: 6cqh;
}
.skirt2 .img2 {
  width: 13.8571428571cqh;
  top: 30cqh;
  right: 4.5714285714cqh;
}
.skirt2 .img3 {
  width: 21.4285714286cqh;
  right: 7cqh;
  top: 46.5714285714cqh;
}
.skirt2 .p1 {
  width: 27.8571428571cqh;
  bottom: 3.5714285714cqh;
  left: -2.5714285714cqh;
}

.sp_slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
section.gray {
  background: linear-gradient(to right, transparent 0%, transparent 33.3333%, #ebebeb 33.3333%, #ebebeb 66.6667%, transparent 66.6667%, transparent 100%);
}
section .sec_inner {
  container-type: size;
  position: absolute;
  width: 100%;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  height: 100%;
}
section .grid_center {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: grid;
  place-content: center;
}

.section_title {
  font-size: 24px;
  line-height: 120%;
  padding-left: 24px;
  padding-top: 24px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 2s 1s;
}
.section_title.big_title {
  padding: 0;
  font-size: 40px;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.section_title.big_title.white {
  color: #fff;
}

.swiper-slide-active .section_title.big_title {
  opacity: 1;
}
.swiper-slide-active .section_title:not(.big_title) {
  transform: translateY(0);
  opacity: 1;
}

.main {
  transform: rotate(3deg);
  animation: anim_s 5s infinite ease-in-out;
}
.main .arrow {
  position: absolute;
}

@media screen and (max-width: 980px) {
  html,
  body {
    overflow: hidden;
  }
  .swiper-pagination {
    display: none;
  }
  .fv {
    position: relative;
  }
  .fv .fv_title {
    width: 210px;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .fv .fv_title img {
    height: auto;
  }
  section .sec_inner {
    max-height: 700px;
    max-width: 375px;
  }
  section .number {
    font-size: 24px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  section.gray {
    background-color: #ebebeb;
  }
  .credit_wrapper {
    transform: translateX(250px);
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 99;
    transition: all 1s;
  }
  .credit_wrapper.active {
    transform: translateX(0px);
  }
  .credit_wrapper.active .open_btn span {
    height: 2px;
  }
  .credit_wrapper .credit_grid {
    display: grid;
    grid-template-columns: 110px auto;
    align-items: flex-end;
  }
  .credit_wrapper .credit_inner {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 64px 0;
    width: 240px;
    display: grid;
    place-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .credit_wrapper .open_btn {
    height: fit-content;
    width: 110px;
    border-radius: 3px 0 0 3px;
    padding: 10px 0 7px 12px;
    background-color: #000000;
    color: #fff;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
  }
  .credit_wrapper .open_btn span {
    margin-bottom: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100vmax;
    background-color: #fff;
    transition: all 1s;
    animation: bounce 2s ease infinite;
    display: block;
  }
  .credit_wrapper .credit {
    display: grid;
    gap: 12px;
  }
  .credit_wrapper .credit a {
    text-decoration: underline;
    display: grid;
    gap: 4px;
  }
  .credit_wrapper .credit a:has(.nolink) {
    text-decoration: none;
    color: #b7b7b7;
  }
  .credit_wrapper .credit .nolink {
    font-size: 10px;
  }
  .credit_wrapper .item {
    font-size: 14px;
  }
  .credit_wrapper .brand {
    font-size: 12px;
  }
  .footer {
    padding: 72px 0 72px 48px;
  }
  .footer .logo {
    width: 200px;
    margin-bottom: 80px;
  }
  .footer .link_wrap {
    display: grid;
    gap: 16px;
  }
  .footer .link_wrap a {
    font-size: 18px;
    text-decoration: underline;
  }
  .footer .copy {
    font-size: 10px;
    margin-top: 50vh;
  }
}
@media screen and (min-width: 981px) {
  .fv {
    position: relative;
  }
  .fv .fv_title {
    width: 30.8333333333vw;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 15.1666666667vw;
  }
  .fv .fv_title img {
    height: auto;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 2vw;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2px;
    height: 24px;
    border-radius: 0;
    margin: 12px;
    transition: all 0.4s;
    border-radius: 100vmax;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 40px;
    background-color: #000000;
  }
  .pc_left {
    max-width: 33.3333333333%;
    position: fixed;
    inset: 0;
    height: 100vh;
  }
  .pc_left img {
    object-fit: cover;
    height: 100%;
  }
  .pc_left figure {
    position: absolute;
    inset: 0;
    height: 100vh;
  }
  .section_title {
    font-size: 4cqh;
  }
  .section_title.big_title {
    font-size: 6.6666666667vw;
  }
  section .sec_inner {
    width: auto;
    aspect-ratio: 3/5;
    max-height: 100vh;
  }
  section .number {
    display: none;
  }
  section .open_btn {
    display: none;
  }
  .pc_credit {
    pointer-events: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 33.3333333333%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .pc_credit .credit_wrapper {
    display: grid;
  }
  .credit_wrapper {
    pointer-events: none;
    display: none;
    align-items: flex-end;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .credit_wrapper .pc_number {
    font-size: 40px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .credit_wrapper .credit {
    padding-left: 3.3333333333vw;
    padding-bottom: 10vh;
    display: grid;
    gap: 24px;
    width: 320px;
  }
  .credit_wrapper .credit a {
    display: grid;
    gap: 4px;
    position: relative;
    grid-template-columns: 1fr 50px;
    justify-content: space-between;
  }
  .credit_wrapper .credit a:after {
    height: fit-content;
    text-align: center;
    padding: 4px 0;
    content: "BUY";
    background-color: #000000;
    color: #fff;
    grid-column: 2/3;
    grid-row: 1/3;
    font-size: 14px;
    height: 27px;
    display: grid;
    place-content: center;
  }
  .credit_wrapper .credit a:has(.nolink) {
    color: #b7b7b7;
  }
  .credit_wrapper .credit a:has(.nolink):after {
    display: none;
  }
  .credit_wrapper .credit .nolink {
    font-size: 14px;
  }
  .credit_wrapper .item {
    font-size: 18px;
  }
  .credit_wrapper .brand {
    font-size: 16px;
    grid-column: 1/2;
  }
  .footer {
    background-color: #fff;
    display: grid;
    place-content: center;
    padding-top: 160px;
  }
  .footer .logo {
    width: 240px;
    margin: 0 auto;
  }
  .footer .link_wrap {
    display: grid;
    gap: 16px;
    width: fit-content;
    margin: 80px auto 0;
  }
  .footer .link_wrap a {
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
  }
  .footer .copy {
    font-size: 10px;
    margin-top: 80px;
    text-align: center;
  }
  .shirt1 .p1 {
    width: 25.7142857143cqh;
    top: 17.1428571429cqh;
  }
  .skirt2 .p1 {
    width: 30cqh;
    bottom: 2.1428571429cqh;
  }
  .skirt2 .img3 {
    width: 22.8571428571cqh;
    right: 4.5714285714cqh;
    top: 52.2857142857cqh;
  }
  .outer2 .img1 {
    right: 13.7142857143cqh;
  }
  .outer2 .p2 {
    width: 32.8571428571cqh;
    right: -1.4285714286cqh;
    bottom: 4.2857142857cqh;
  }
  .outer3 .img1 {
    width: 28.5714285714cqh;
    top: 3.4285714286cqh;
    right: 3.2857142857cqh;
  }
  .outer3 .img2 {
    width: 21.4285714286cqh;
    top: 34.2857142857cqh;
    right: 2.8571428571cqh;
  }
  .outer3 .img3 {
    width: 17.1428571429cqh;
    right: 7cqh;
    bottom: 11.4285714286cqh;
  }
  .outer4 .p1 {
    width: 28.5714285714cqh;
    right: 0cqh;
    bottom: 8.5714285714cqh;
  }
} /*# sourceMappingURL=style.css.map */
