@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Dela+Gothic+One&family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Mrs+Saint+Delafield&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* =====================================
   基本ユーティリティクラス
===================================== */
.p-header {
  background: #fff;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-flex-end {
  align-self: flex-end;
}

.u-lh1 {
  line-height: 1;
}

.u-mb10 {
  margin-bottom: 10px;
}

/* =====================================
   共通コンポーネント
===================================== */
.c-anchor {
  padding-top: calc(100vw * (84 / 1440));
  margin-top: calc(100vw * (-84 / 1440));
}

/* =====================================
   レスポンシブ表示制御
===================================== */
@media (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-show-pc {
    display: none;
  }

  .c-anchor {
    padding-top: calc(100vw * (59 / 400));
    margin-top: calc(100vw * (-59 / 400));
  }
}
/* =====================================
   メインコンテナ
===================================== */
.p-puuru_pj {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: calc(100vw * (84 / 1440));
  font-family: "IBM Plex Sans JP";
  font-size: calc(100vw * (14 / 1440));
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 2.8px;
}

.p-puuru_pj + .p-footer {
  margin-top: 0;
}

@media (min-width: 767px) {
  .p-puuru_pj + .p-footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .p-puuru_pj {
    font-size: 12px;
    margin-top: calc(100vw * (59 / 400));
  }
}
/* =====================================
   フェードインアニメーション
===================================== */
.p-puuru_pj .fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.p-puuru_pj .p-puuru_pj__story .fadeIn {
  filter: blur(10px);
  transform: translateY(0);
  transition: opacity 1s ease-in-out, filter 1.5s ease-in-out, transform 1s ease-in-out;
}

.p-puuru_pj .fadeIn.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.p-puuru_pj .p-puuru_pj__story .fadeIn.scrolled {
  filter: blur(0);
}
/* =====================================
   バナー
===================================== */
.p-puuru_pj-bnr {
  position: fixed;
  width: calc(100vw * (384 / 1512));
  right: 20px;
  bottom: 20px;
  z-index: 10;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.25));
}

.p-puuru_pj-bnr a {
  display: inline-block;
  transform-origin: bottom right;
  transition: all 0.4s ease;
}

.p-puuru_pj-bnr a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.p-puuru_pj-bnr.near-footer {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 767px) {
  .p-puuru_pj-bnr {
    width: 60%;
    right: 20%;
    bottom: 10px;
    text-align: center;
  }

  .p-puuru_pj-bnr a {
    transform-origin: bottom center;
    max-width: 400px;
  }
}
/* =====================================
   背景
===================================== */
.p-puuru_pj-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.p-puuru_pj-bg::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/puuru_pj/background.jpg);
  background-size: cover;
  background-position: center center;
  animation: bg-wave 30s ease-in-out infinite alternate-reverse;
  transform-origin: center center;
}

.p-puuru_pj-bg::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/puuru_pj/texture.jpg);
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  mix-blend-mode: color-burn;
  animation: bg-move 60s linear infinite;
}
.p-puuru_pj-bg-movie {
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.5;
}

.p-puuru_pj-bg-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-puuru_pj__inner {
  position: relative;
  z-index: 1;
}
/* =====================================
   メインビジュアル
===================================== */
.p-puuru_pj__mv {
  position: relative;
}

.p-puuru_pj__mv img {
  width: 100%;
}

.p-puuru_pj__mv-video-black {
  position: absolute;
  width: calc(100vw * (587 / 1512));
  bottom: calc(100vw * (90 / 1512));
  left: calc(100vw * (204 / 1512));
  background: #000;
}

.p-puuru_pj__mv-video-black iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-puuru_pj__mv-video-black::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.p-puuru_pj__mv .p-puuru_pj__loop-text-wrapper {
  background: #FFEA00;
  color: #002BFF;
}
/* =====================================
   サイドフィーチャー要素
===================================== */
.p-puuru_pj__side-feature {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 10;
  display: flex;
  gap: calc(100vw * (50 / 1512));
  color: #00FFDF;
  text-align: center;
  font-family: Roboto;
  font-size: calc(100vw * (12 / 1512));
  font-weight: 500;
  transform: rotate(-90deg) translateY(30%) translateX(-30%);
  transform-origin: top left;
}

.p-puuru_pj__side-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(0px);
  transition: backdrop-filter 0.3s ease;
  pointer-events: none;
}

.p-puuru_pj__side-feature.blurred::before {
  backdrop-filter: blur(1px);
}

/* =====================================
   カスタムカーソル
===================================== */
.water-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background: radial-gradient(circle, rgba(0, 255, 223, 0.8) 0%, rgba(0, 255, 223, 0.4) 50%, transparent 100%);
  border-radius: 50%;
  filter: blur(1px);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out, width 0.3s ease, height 0.3s ease;
  pointer-events: none;
}

.water-cursor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background: rgba(0, 255, 223, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: water-ripple 2s infinite;
}

.water-cursor.hover {
  width: 60px;
  height: 60px;
}

@keyframes water-ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .p-puuru_pj__mv-video-black {
    width: calc(100% - 80px);
    bottom: 60px;
    left: 40px;
  }

  .p-puuru_pj__side-feature {
    font-size: 8px;
    gap: 40px;
    transform: rotate(-90deg) translateY(0) translateX(-30%);
  }
}

/* =====================================
   ループテキスト
===================================== */
.p-puuru_pj__loop-text {
  display: flex;
  gap: calc(100vw * (50 / 1512));
  height: calc(100vw * (60 / 1512));
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: calc(100vw * (16.6 / 1512));
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: calc(100vw * (5.6 / 1512));
  animation: loop-text 15s linear infinite;
}

.p-puuru_pj__loop-text-inner {
  display: flex;
  gap: calc(100vw * (50 / 1512));
  white-space: nowrap;
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop-text2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  .p-puuru_pj__loop-text {
    font-size: 1.7vw;
    padding: 23px 0;
  }

  .p-puuru_pj__loop-text-inner {
    gap: 50px;
  }
}
/* =====================================
   セクションタイトル
===================================== */
.p-puuru_pj__section-title {
  position: relative;
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: calc(100vw * (60 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
}

.p-puuru_pj__section-title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100vw * (206 / 1512));
  height: calc(100vw * (206 / 1512));
  opacity: 0.5;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: all 0.8s ease;
  transition-delay: 0.8s;
}

.p-puuru_pj__section-title-bg svg {
  width: 100%;
  height: auto;
}

.p-puuru_pj__section-title-en {
  position: absolute;
  top: -22px;
  left: 50%;
  display: block;
  color: #FFEA00;
  text-align: center;
  font-family: "Mrs Saint Delafield";
  font-size: calc(100vw * (40 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  transform: translateX(-50%) rotate(-14deg);
  transition: all 0.8s ease;
  transition-delay: 1s;
}

.p-puuru_pj__section-title-ja {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}

.scrolled .p-puuru_pj__section-title-en {
  opacity: 1;
}

.scrolled .p-puuru_pj__section-title-ja {
  opacity: 1;
  transform: translateY(0%);
}
/* =====================================
   イベントセクション
===================================== */
.p-puuru_pj__event {
  position: relative;
  z-index: 2;
  margin-top: calc(100vw * (200 / 1512));
}

.p-puuru_pj__event-inner {
  position: relative;
}
.p-puuru_pj__event-feature01 {
  position: absolute;
  top: 5%;
  right: 0;
  display: block;
  width: 30vw;
  height: auto;
  opacity: 0.4;
  transform: rotate(45deg);
  transform-origin: center center;
  animation: compass-swing 30s ease-in-out infinite;
}

.p-puuru_pj__event-feature02 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30vw;
  height: auto;
  mix-blend-mode: overlay;
  transform-origin: center center;
  animation: jellyfish-float 15s ease-in-out infinite alternate;
}

.p-puuru_pj__event-feature03 {
  position: absolute;
  right: -3vw;
  bottom: 5vw;
  display: block;
  width: 30vw;
  height: auto;
  opacity: 0.5;
  mix-blend-mode: overlay;
  transform-origin: center center;
  animation: jellyfish-float 15s ease-in-out infinite alternate;
  animation-delay: 1.5s;
}
.p-puuru_pj__event-title {
  color: #002455;
  margin-bottom: calc(100vw * (109 / 1512));
}

.p-puuru_pj__event-items {
  max-width: 1050px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}

.p-puuru_pj__event-item {
  position: relative;
  max-width: 480px;
  width: 45vw;
  margin-bottom: calc(100vw * (54 / 1512));
  padding: calc(100vw * (60 / 1512));
  background: rgba(0, 36, 85, 0.70);
  border: 1px solid #FFEA00;
  border-radius: 20px;
}
.p-puuru_pj__event-item::before {
  content: '';
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: calc(100vw * (111 / 1512));
  height: calc(100vw * (111 / 1512));
  background-image: url(../images/puuru_pj/box-frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-puuru_pj__event-item-thumb {
  margin-bottom: 16px;
}

.p-puuru_pj__event-item-body {
  margin-top: 16px;
  background: linear-gradient(258deg, #FFEA00 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-puuru_pj__event-item-head {
  margin-bottom: 8px;
  text-align: center;
}

.p-puuru_pj__event-item-lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.p-puuru_pj__event-item-point {
  position: relative;
  display: inline-block;
  color: #FFEA00;
  text-align: center;
  font-family: "Mrs Saint Delafield";
  font-size: calc(100vw * (40 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-14.03deg);
}

.p-puuru_pj__event-item-point-feature {
  position: absolute;
  bottom: calc(100vw * (40 / 1512));
  left: calc(100vw * (-26 / 1512));
  display: block;
  width: calc(100vw * (70 / 1512));
  font-size: 0;
  line-height: 1;
  transform: rotate(8deg);
}

.p-puuru_pj__event-item-point-feature svg {
  width: 100%;
  height: auto;
}
.p-puuru_pj__event-item-feature {
  width: auto;
  height: calc(100vw * (74 / 1512));
  margin-right: calc(100vw * (-20 / 1512));
  opacity: 0;
  transform: translateX(30px);
  transition: all 1.5s ease;
  transition-delay: 1s;
}

.scrolled .p-puuru_pj__event-item-feature {
  opacity: 1;
  transform: translateX(0);
}

.p-puuru_pj__event-item-feature svg {
  width: auto;
  height: 100%;
}
.p-puuru_pj__event-item-title {
  display: inline-block;
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: calc(100vw * (32 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
  background: linear-gradient(96deg, #0CF 0%, #FFF 49.52%, #0CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.8s ease;
  transition-delay: 0.5s;
}

.scrolled .p-puuru_pj__event-item-title {
  opacity: 1;
  transform: translateY(0px);
}

@media (min-width: 768px) {
  .p-puuru_pj__event-item:nth-of-type(even) {
    float: right;
  }

  .p-puuru_pj__event-item:nth-of-type(odd) {
    float: left;
  }

  .p-puuru_pj__event-item:nth-of-type(2) {
    margin-top: calc(100vw * (154 / 1512));
  }
}

@media (max-width: 767px) {
  .p-puuru_pj__event {
    margin-top: 120px;
  }

  .p-puuru_pj__event-title {
    margin-bottom: 88px;
  }

  .p-puuru_pj__section-title {
    font-size: 60px;
  }

  .p-puuru_pj__section-title-bg {
    width: 206px;
    height: 206px;
  }

  .p-puuru_pj__section-title-en {
    font-size: 40px;
    top: -30px;
  }

  .p-puuru_pj__event-item {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
    padding: 34px 24px;
    float: none !important;
  }

  .p-puuru_pj__event-item-title {
    font-size: 24px;
  }

  .p-puuru_pj__event-item-feature svg {
    width: auto;
    height: 52px;
  }

  .p-puuru_pj__event-item-body {
    font-size: 12px;
  }

  .p-puuru_pj__event-item-point {
    font-size: 28px;
    transform: rotate(-14.03deg) translate(20px, 20px);
  }

  .p-puuru_pj__event-item-point-feature {
    width: 46px;
    bottom: 18px;
    left: -18px;
  }

  .p-puuru_pj__event-item::before {
    width: 78px;
    height: 78px;
    right: 12px;
    bottom: 12px;
  }

  .p-puuru_pj__event-feature02 {
    width: 44vw;
  }

  .p-puuru_pj__event-feature03 {
    right: 0vw;
    bottom: 50vw;
    width: 43vw;
  }
}

@media (min-width: 1600px) {
  .p-puuru_pj__event-item-point {
    font-size: 40px;
    white-space: nowrap;
  }

  .p-puuru_pj__event-item-title {
    font-size: 32px;
  }
}


/* =====================================
   チケットセクション
===================================== */
.p-puuru_pj__ticket {
  position: relative;
  margin-top: calc(100vw * (200 / 1512));
}

.p-puuru_pj-bg-ticket {
  position: absolute;
  background: linear-gradient(0deg, rgba(31, 42, 61, 1) 0%, rgba(38, 59, 93, 1) 50%, rgba(31, 42, 61, 1) 100%);
  mix-blend-mode: hard-light;
}

.p-puuru_pj-bg-ticket-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.p-puuru_pj-bg-ticket::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(0deg, rgba(31, 42, 61, 1) 0%, rgba(31, 42, 61, 0) 100%);
  mix-blend-mode: hard-light;
}

.p-puuru_pj-bg-ticket::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(180deg, rgba(31, 42, 61, 1) 0%, rgba(31, 42, 61, 0) 100%);
  mix-blend-mode: hard-light;
}

.p-puuru_pj-bg-ticket .bg-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.p-puuru_pj-bg-ticket-feature01 {
  position: absolute;
  right: -2%;
  bottom: 6%;
  width: 10vw;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite;
}

.p-puuru_pj-bg-ticket-feature02 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 20vw;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite;
}

.p-puuru_pj-bg-ticket-feature03 {
  position: absolute;
  bottom: 40%;
  left: 10%;
  width: 40vw;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite 2s;
}

.p-puuru_pj-bg-ticket-feature04 {
  position: absolute;
  right: 10%;
  bottom: 0%;
  width: 40vw;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite 0.2s;
}

.p-puuru_pj-bg-ticket-feature05 {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 33vw;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite;
}
.p-puuru_pj-bg-ticket-feature06 {
  position: absolute;
  width: 20vw;
  left: 2%;
  bottom: 6%;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite 2s;
}

.p-puuru_pj-bg-ticket-feature07 {
  position: absolute;
  width: 20vw;
  left: -2%;
  bottom: 17%;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateY(100%) scale(0);
  animation: float-underwater 12s linear infinite 0.2s;
}
.p-puuru_pj__ticket-title {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: calc(100vw * (100 / 1512));
}

@media (max-width: 767px) {
  .p-puuru_pj__ticket {
    margin-top: 280px;
  }

  .p-puuru_pj__ticket-title {
    margin-bottom: 80px;
  }
}
.p-puuru_pj__ticket .p-puuru_pj__loop-text-wrapper {
  position: relative;
  color: #fff;
  background: #002BFF;
}

.p-puuru_pj__ticket .p-puuru_pj__loop-text {
  animation: loop-text2 10s linear infinite;
}

.p-puuru_pj__ticket .p-puuru_pj__loop-text .p-puuru_pj__loop-text-inner {
  transform: translateX(calc(100vw * (-2038 / 1512)));
}

.p-puuru_pj__ticket .p-puuru_pj__loop-text--reverse {
  position: relative;
  margin-top: calc(100vw * (80 / 1512));
  color: #002BFF;
  background: #FFEA00;
}

.p-puuru_pj__ticket .p-puuru_pj__loop-text--reverse .p-puuru_pj__loop-text {
  animation: loop-text 15s linear infinite;
}

.p-puuru_pj__ticket .p-puuru_pj__loop-text--reverse .p-puuru_pj__loop-text .p-puuru_pj__loop-text-inner {
  transform: translateX(0%);
}
.p-puuru_pj__ticket-btn {
  position: relative;
  z-index: 2;
  margin-top: calc(100vw * (62 / 1512));
  text-align: center;
}

.p-puuru_pj__ticket-btn-link {
  position: relative;
  display: inline-block;
  padding: calc(100vw * (34 / 1512)) calc(100vw * (135 / 1512));
  color: #FFEA00;
  text-align: center;
  font-family: "Dela Gothic One";
  font-size: calc(100vw * (36 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(92deg, #002BFF 4.98%, #0CF 98.85%);
  border: 2px solid #FFEA00;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.20);
}
.p-puuru_pj__ticket-btn-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(90deg, rgba(255, 234, 0, 1) 0%, rgba(0, 204, 255, 1) 100%);
  border-radius: 100px;
  transition: opacity 0.8s ease;
}

.p-puuru_pj__ticket-btn-link:hover {
  opacity: 1;
  color: #002BFF;
}

.p-puuru_pj__ticket-btn-link:hover::after {
  opacity: 1;
}

.p-puuru_pj__ticket-btn-text {
  position: relative;
  z-index: 3;
}

.p-puuru_pj__ticket-btn-icon {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 17px;
  height: auto;
  margin-top: 10px;
  margin-left: -10px;
  font-size: 0;
  vertical-align: text-top;
}

.p-puuru_pj__ticket-btn-note {
  margin-top: 12px;
  color: #FFF;
  font-size: calc(100vw * (12 / 1512));
}

.p-puuru_pj__ticket-container {
  position: relative;
  margin-top: calc(100vw * (80 / 1512));
  padding: 0 calc(100vw * (277 / 1512));
}

.p-puuru_pj__ticket-item {
  display: flex;
  gap: calc(100vw * (32 / 1512));
  margin-bottom: calc(100vw * (40 / 1512));
}
.p-puuru_pj__ticket-title-en {
  display: block;
  width: 167px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  color: #00FFDF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #00FFDF;
}

.p-puuru_pj__ticket-title-jp {
  color: #FFF;
  font-size: calc(100vw * (18 / 1512));
  font-weight: 600;
  line-height: normal;
}
.p-puuru_pj__ticket-info {
  width: 100%;
  margin-top: 56px;
  color: #fff;
}

.p-puuru_pj__ticket-info-dl {
  display: flex;
  gap: calc(100vw * (32 / 1512));
  margin-bottom: 8px;
}

.p-puuru_pj__ticket-info-dt {
  flex-basis: calc(100vw * (90 / 1512));
  flex-shrink: 0;
  font-family: "IBM Plex Sans JP";
  font-size: calc(100vw * (18 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.p-puuru_pj__ticket-info-dd {
  font-family: Roboto, "IBM Plex Sans JP";
  font-size: calc(100vw * (18 / 1512));
  font-weight: 600;
  letter-spacing: normal;
}

.p-puuru_pj__ticket-info-dd strong {
  font-size: calc(100vw * (36 / 1512));
  font-weight: 500;
  line-height: 1.3;
}

.p-puuru_pj__ticket-info-note {
  color: #FFF;
  font-size: calc(100vw * (12 / 1512));
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.p-puuru_pj__ticket-info-address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
  font-size: clamp(10px, 0.93vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.p-puuru_pj__ticket-info-address--link {
  margin-bottom: 5%;
  font-size: calc(100vw * (18 / 1512));
  line-height: 1.8;
  letter-spacing: normal;
}

.p-puuru_pj__ticket-info-address strong {
  color: #FFF;
  font-size: calc(100vw * (18 / 1512));
  font-weight: 600;
  letter-spacing: normal;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-puuru_pj__ticket-venue {
  display: flex;
  gap: 24px;
}

.p-puuru_pj__ticket-info-map {
  width: 65%;
  aspect-ratio: 528 / 254;
  flex-shrink: 0;
  overflow: hidden;
}

.p-puuru_pj__ticket-info-map-inner,
.p-puuru_pj__ticket-info-map-inner iframe {
  width: 100%;
  height: 100%;
}

.p-puuru_pj__ticket-fee .p-puuru_pj__ticket-info-dl {
  gap: 16px;
}

.p-puuru_pj__ticket-fee .p-puuru_pj__ticket-info-dt {
  flex-basis: calc(100vw * (45 / 1512));
  white-space: nowrap;
}

.p-puuru_pj__ticket-fee .p-puuru_pj__ticket-info-dd {
  line-height: 1.2;
}

.p-puuru_pj__ticket-details .p-puuru_pj__ticket-info-note {
  font-size: clamp(13px, 1.19vw, 18px);
  letter-spacing: normal;
}

.p-puuru_pj__ticket-info-note--important {
  display: inline-block;
  margin-top: calc(100vw * (24 / 1512));
  padding: 2px 16px 0;
  font-size: calc(100vw * (16 / 1512));
  background: #FF1212;
}

.p-puuru_pj__wear-steps-lead{
  font-size: clamp(13px, 1.19vw, 18px);
}
.p-puuru_pj__wear-steps-title{
  color: #FFEA00;
  font-weight: 600;
  border-left: 4px solid ;
  padding-left: 8px;
  margin-bottom: calc(100vw * (32 / 1512));
  margin-top: calc(100vw * (40 / 1512));
  font-size: clamp(13px, 1.19vw, 18px);
}
.p-puuru_pj__wear-step-item{
  margin-top: calc(100vw * (24 / 1512));
  font-size: clamp(13px, 1.19vw, 18px);
}
.p-puuru_pj__wear-step-item:nth-of-type(1){
  margin-top: 0;
}
.p-puuru_pj__wear-step-item-head{
  font-size: clamp(13px, 1.19vw, 18px);
  font-weight: 600;
  margin-bottom: 10px;
}
.p-puuru_pj__wear-step-item-body{
  display: flex;
  width: 100%;
  gap: calc(100vw * (32 / 1512));
}
.p-puuru_pj__wear-step-item-thumb{
  flex-basis: calc(100vw * (180 / 1512));
  flex-shrink: 0;
}
.p-puuru_pj__wear-step-item-note{
  line-height: 1.2;
  font-size: calc(100vw * (12 / 1512));
  margin-top: calc(100vw * (24 / 1512));
}
.p-puuru_pj__wear-step-item-note dl{
  display: flex;
}
.p-puuru_pj__wear-step-item-note dl+dl{
  margin-top: 10px;
}
.p-puuru_pj__wear-step-item-note dt{
  flex-basis: 15em;
  flex-shrink: 0;
}

/* =====================================
   タブレットサイズ
===================================== */
@media (max-width: 1300px) {
  .p-puuru_pj__ticket-container {
    padding: 0 8%;
  }

  .p-puuru_pj__ticket-venue {
    flex-direction: column;
  }
}

/* =====================================
   スマートフォンサイズ
===================================== */
@media (max-width: 767px) {
  .p-puuru_pj__ticket-container {
    margin-top: 60px;
    padding: 0 24px;
  }

  .p-puuru_pj__ticket-title-en {
    margin-bottom: 0;
    padding-bottom: 3px;
    border-bottom: none;
  }

  .p-puuru_pj__ticket-item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }

  .p-puuru_pj__ticket-item:nth-last-of-type(1) {
    margin-bottom: 60px;
  }

  .p-puuru_pj__ticket-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    border-bottom: 1px solid #00FFDF;
  }

  .p-puuru_pj__ticket-info {
    margin-top: 0;
  }

  .p-puuru_pj__ticket-info-address a {
    font-size: 18px;
  }

  .p-puuru_pj__ticket-title-jp {
    font-size: 18px;
  }
  .p-puuru_pj__ticket-info-address strong{
    font-size: 18px;
  }

  .p-puuru_pj__ticket-venue {
    gap: 8px;
  }

  .p-puuru_pj__ticket-info-address--link {
    margin-bottom: 0;
    font-size: 18px;
  }

  .p-puuru_pj__ticket-info-map {
    width: 100%;
  }

  .p-puuru_pj__ticket-fee .p-puuru_pj__ticket-info-dt {
    flex-basis: auto;
    font-size: 18px;
  }

  .p-puuru_pj__ticket-fee .p-puuru_pj__ticket-info-dl {
    justify-content: space-between;
  }

  .p-puuru_pj__ticket-info-map-inner iframe {
    height: 100%;
  }

  .p-puuru_pj__ticket-info-dl {
    gap: 0;
  }

  .p-puuru_pj__ticket-info-dt {
    flex-basis: 100px;
    font-size: 14px;
  }

  .p-puuru_pj__ticket-info-dd strong {
    font-size: 36px;
  }

  .p-puuru_pj__ticket-info-dd {
    font-size: 18px;
  }

  .p-puuru_pj__ticket-details .p-puuru_pj__ticket-info-note {
    font-size: 12px;
  }

  .p-puuru_pj__ticket-info-note {
    font-size: 12px;
  }

  .p-puuru_pj__ticket-info-note--important {
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
  }

  .p-puuru_pj__ticket-btn {
    margin-top: 48px;
  }

  .p-puuru_pj__ticket-btn-link {
    width: 316px;
    max-width: 100%;
    padding: 16px;
    font-size: 32px;
  }

  .p-puuru_pj__ticket-btn-note {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1;
  }

  .p-puuru_pj__ticket .p-puuru_pj__loop-text--reverse {
    margin-top: 60px;
  }
  .p-puuru_pj__wear-steps-lead{
    font-size: 12px;
  }
  .p-puuru_pj__wear-steps-title{
    margin-bottom: 24px;
    margin-top: 32px;
    font-size: 12px;
  }
  .p-puuru_pj__wear-step-item{
    margin-top: 16px;
    font-size: 12px;
  }
  .p-puuru_pj__wear-step-item-head{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .p-puuru_pj__wear-step-item-body{
    gap: 16px
  }
  .p-puuru_pj__wear-step-item-thumb{
    flex-basis: 30%;
    flex-shrink: 0;
  }
  .p-puuru_pj__wear-step-item-text{

  }
  .p-puuru_pj__wear-step-item-note{
    font-size: 10px;
  }
  .p-puuru_pj__wear-step-item-note dl{
    display: block;
  }
  .p-puuru_pj__wear-step-item-note dl+dl{
    margin-top: 10px;
  }
  .p-puuru_pj__wear-step-item-note dt{
    margin-bottom: 5px;
  }
}
/* =====================================
   ストーリーセクション
===================================== */
.p-puuru_pj__story {
  position: relative;
  z-index: 2;
  margin-top: calc(100vw * (160 / 1512));
  padding-bottom: 17vw;
}

.p-puuru_pj__story::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50vw;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.p-puuru_pj__story-title {
  color: #002455;
  margin-bottom: calc(100vw * (109 / 1512));
}

.p-puuru_pj__story-container {
  display: flex;
  justify-content: space-between;
  padding-left: calc(100vw * (86 / 1512));
}

.p-puuru_pj__story-text {
  width: calc(100vw * (808 / 1512));
}

.p-puuru_pj__story-text--top {
  margin-left: 9%;
  margin-bottom: -15px;
  color: #000;
  font-family: "IBM Plex Sans JP";
  font-size: calc(100vw * (18 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}

.p-puuru_pj__story-text--lead {
  width: 106%;
  margin-left: -3%;
}

.p-puuru_pj__story-text--lead svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px #fff);
}
.p-puuru_pj__story-text--sublead {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Dela Gothic One";
  font-size: calc(100vw * (32 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 6.4px;
  text-shadow: 0 0 40px #FFF;
  background: linear-gradient(93deg, #007BFF 0.51%, #002BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-puuru_pj__story-text--body {
  color: #000;
  font-size: calc(100vw * (16 / 1512));
  font-weight: 400;
  line-height: 168.75%;
  letter-spacing: 2.4px;
  text-shadow: 2px 2px 2px #FFF;
}

.p-puuru_pj__story-text--body p + p {
  margin-top: 1em;
}

.p-puuru_pj__story-pic {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: calc(100vw * (618 / 1512));
}

.p-puuru_pj__about {
  position: relative;
  z-index: 2;
  display: flex;
}

.p-puuru_pj__about-inner {
  position: relative;
  z-index: 1;
  padding-top: calc(100vw * (155 / 1512));
  padding-right: calc(100vw * (88 / 1512));
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.5;
}
.p-puuru_pj__about-bg1 {
  position: absolute;
  top: calc(100vw * (-11 / 1512));
  right: calc(100vw * (-237 / 1512));
  width: calc(100vw * (934 / 1512));
}

.p-puuru_pj__about-bg2 {
  position: absolute;
  top: calc(100vw * (26 / 1512));
  right: calc(100vw * (-6 / 1512));
  width: calc(100vw * (700 / 1512));
}

.p-puuru_pj__about-bg1 svg,
.p-puuru_pj__about-bg2 svg {
  width: 100%;
  height: auto;
}
.p-puuru_pj__about-name {
  color: #FFEA00;
  font-size: calc(100vw * (24 / 1512));
  font-weight: 700;
  line-height: 1.5;
}

.p-puuru_pj__about-descrip {
  color: #FFF;
  font-size: calc(100vw * (12 / 1512));
  font-weight: bold;
  text-shadow: 0 0 5px #000;
}

.p-puuru_pj__about-avatar {
  position: relative;
  z-index: 0;
  width: calc(100vw * (515 / 1512));
  margin-left: -13%;
  margin-right: -5%;
}

.p-puuru_pj__about-pic-name-feature {
  position: absolute;
  right: 18%;
  bottom: 25%;
  color: #FFEA00;
  text-align: center;
  font-family: "Mrs Saint Delafield";
  font-size: calc(100vw * (150 / 1512));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
  transform: rotate(-14deg);
  transition: all 0.8s ease;
  transition-delay: 0.8s;
}


.p-puuru_pj__story-pic.fadeIn{
    opacity: 1;
    transform: translateY(0);
}

/* =====================================
   注意事項セクション
===================================== */

.p-puuru_pj__caution {
  background-color: #fff;
  margin-top: -5vw;
  position: relative;
  z-index: 3;
  padding-bottom: 17vw;
}
.p-puuru_pj__caution-inner{
  padding: 0 calc(100vw * (86 / 1512));
}
.p-puuru_pj__caution-content + .p-puuru_pj__caution-content{
  margin-top: 32px;
}
.p-puuru_pj__caution-title{
  border-left: 4px solid ;
  font-weight: bold;
  padding: 2px 8px 0px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .p-puuru_pj__caution {
    margin-top: -20vw;
  }
}


/* =====================================
   アニメーションシーケンス
===================================== */
.p-puuru_pj__story-pic.fadeIn .p-puuru_pj__about-bg1,
.p-puuru_pj__story-pic.fadeIn .p-puuru_pj__about-bg2,
.p-puuru_pj__story-pic.fadeIn .p-puuru_pj__about-inner,
.p-puuru_pj__story-pic.fadeIn .p-puuru_pj__about-avatar img,
.p-puuru_pj__story-pic.fadeIn .p-puuru_pj__about-pic-name-feature {
  opacity: 0;
}

.p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg1 {
  animation: aboutBg1 1.8s ease forwards;
}

.p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg2 {
  animation: aboutBg2 1.8s ease forwards;
}

.p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-inner {
  animation: aboutText 1.5s ease forwards;
}

.p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-avatar img {
  animation: aboutAvatar 1.2s ease forwards;
}

.p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-pic-name-feature {
  animation: aboutAvatarName 1.2s ease forwards;
}

@media (min-width: 768px) {
  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg1,
  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg2 {
    animation-delay: 0.8s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-inner {
    animation-delay: 1s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-avatar img {
    animation-delay: 1.8s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-pic-name-feature {
    animation-delay: 2.2s;
  }
}

@media (max-width: 767px) {
  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg1 {
    animation: aboutBg1sp 1.8s ease forwards;
    animation-delay: 0.2s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-bg2 {
    animation: aboutBg2sp 1.8s ease forwards;
    animation-delay: 0.2s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-inner {
    animation-delay: 0.5s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-avatar img {
    animation-delay: 1.2s;
  }

  .p-puuru_pj__story-pic.fadeIn.scrolled .p-puuru_pj__about-pic-name-feature {
    animation-delay: 1.5s;
  }

  .p-puuru_pj__story {
    margin-top: 132px;
    padding-bottom: 37vw;
  }

  .p-puuru_pj__story::before {
    bottom: 0;
    height: 60vw;
  }

  .p-puuru_pj__story-title {
    margin-bottom: 105px;
  }

  .p-puuru_pj__story-container {
    display: block;
    padding: 0 40px;
  }

  .p-puuru_pj__story-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-puuru_pj__story-text--top {
    margin-left: 4%;
    margin-bottom: -1%;
    font-size: 10px;
  }

  .p-puuru_pj__story-text--sublead {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .p-puuru_pj__story-text--lead {
    max-width: 440px;
    margin-bottom: -1.5%;
  }

  .p-puuru_pj__story-text--body {
    font-size: 14px;
  }

  .p-puuru_pj__story-pic {
    width: 100vw;
    max-width: 650px;
    margin-left: -40px;
    justify-content: space-between;
  }

  .p-puuru_pj__about {
    margin-top: 6%;
  }

  .p-puuru_pj__about-name {
    margin-left: 4px;
    font-size: 24px;
  }

  .p-puuru_pj__about-descrip {
    font-size: 10px;
  }

  .p-puuru_pj__about-avatar {
    width: 75vw;
    margin-left: -8%;
    margin-right: -15%;
  }

  .p-puuru_pj__about-pic-name-feature {
    right: 45%;
    bottom: 27%;
    font-size: 17vw;
  }

  .p-puuru_pj__about-bg1 {
    top: calc(100vw * (40 / 1512));
    right: calc(100vw * (-203 / 400));
    width: calc(100vw * (707 / 400));
    transform: rotate(24.326deg);
  }

  .p-puuru_pj__about-inner {
    padding-top: 26vw;
    padding-right: 3vw;
  }

  .p-puuru_pj__about-bg2 {
    top: calc(100vw * (35 / 400));
    right: calc(100vw * (-77 / 400));
    width: calc(100vw * (563 / 400));
    transform: rotate(9.428deg);
  }
}

@keyframes aboutText {
  0% {
    opacity: 0;
    filter: blur(30px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes aboutAvatar {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(1);
    filter: brightness(1.8) blur(10px);
  }
  100% {
    opacity: 1;
    filter: brightness(1) blur(0px);
    transform: translateY(0) scale(1);
  }
}

@keyframes aboutAvatarName {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: rotate(-14deg) translateY(40px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: rotate(-14deg);
  }
}

@keyframes aboutBg1 {
  0% {
    opacity: 0;
    transform: rotate(-70deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes aboutBg2 {
  0% {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes aboutBg1sp {
  0% {
    opacity: 0;
    transform: rotate(-70deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(24.326deg) scale(1);
  }
}

@keyframes aboutBg2sp {
  0% {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(9.428deg) scale(1);
  }
}

@keyframes compass-swing {
  0% {
    transform: rotate(30deg);
    opacity: 0.4;
  }
  25% {
    transform: rotate(60deg);
  }
  50% {
    transform: rotate(45deg);
    opacity: 0.2;
  }
  75% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(30deg);
    opacity: 0.4;
  }
}

@keyframes jellyfish-float {
  from {
    animation-timing-function: ease-in-out;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  to {
    animation-timing-function: ease-in-out;
    transform: translate(0px, 0px) scale(0.8, 1.05) rotate(0deg) skew(0deg, 0deg);
  }
  20% {
    animation-timing-function: ease-in-out;
    transform: translate(1px, 40px) scale(0.8, 1.05) rotate(0.3deg) skew(0deg, 0deg);
  }
  40% {
    animation-timing-function: ease-in-out;
    transform: translate(0px, -20px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  60% {
    animation-timing-function: ease-in-out;
    transform: translate(1px, 20px) scale(0.8, 1.05) rotate(0.3deg) skew(0deg, 0deg);
  }
  80% {
    animation-timing-function: ease-in-out;
    transform: translate(20px, -40px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
/* Underwater floating animations */

/* =====================================
   キーフレームアニメーション
===================================== */
@keyframes float-underwater {
  0%, 100% {
    transform: translateY(100%) scale(0.3);
    opacity: 0;
  }
  33% {
    transform: translateY(0%) scale(0.5);
    opacity: 0.8;
  }
  66% {
    transform: translateY(-100%) scale(1);
    opacity: 0;
  }
}


.animated {
  animation: bg-wave 10s ease-in-out infinite alternate-reverse;
}

@keyframes bg-wave {
  from {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0;
  }
  to {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  20% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1.3, 1.3) rotate(0deg) skew(5deg, 10deg);
    opacity: 1.0;
  }
  40% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1.4, 1.4) rotate(0deg) skew(-1deg, -1deg);
    opacity: 1.0;
  }
  60% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1.5, 1.6) rotate(0deg) skew(5deg, 0deg);
    opacity: 1.0;
  }
  80% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1.4, 1.3) rotate(0deg) skew(-5deg, -5deg);
    opacity: 1.0;
  }
}

@keyframes bg-move {
  from {
    background-position: center top 100%;
    opacity: 0.3;
  }
  to {
    background-position: center top 0%;
    opacity: 0.5;
  }
}
