@charset "utf-8";

:root {
  --full-width: 750;
  --wide-full-width: 1440;
  --static-width: 495;
  --font-color: #00071c;
  --blue: #004373;
  --mint: #65b0b3;
  --green: #afd89c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 400;
  color: var(--font-color);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  font: inherit;
}

.pc {
  display: none;
}

.wrapper {
  width: 100%;
}

.container {
  position: relative;
  z-index: 0;
  width: 100%;
  container-type: inline-size;
  --u: calc(100cqw / 750);
  background: var(--green);
}

.container::before {
  content: '';
  position: fixed;
  z-index: -1;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.section-inner {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

.deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.deco img,
.lead-date img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   lead
========================= */
.lead {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1080 / 1920;
  background: url('../img/contents/lead_bg.webp') center top / cover no-repeat;
}

.lead-inner {
  padding: 0 0 calc(38 * var(--u));
}

.event-period {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: calc(22 * var(--u)) calc(30 * var(--u)) calc(18 * var(--u));
  color: #4c9898;
  background: #fff;
  border-bottom: calc(12 * var(--u)) solid #4c9898;
}

.event-period::after {
  display: none;
}

.period-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--u));
  font-size: clamp(9px, calc(26 * var(--u)), 26px);
  font-weight: 900;
  line-height: 1;
}

.period-title::before,
.period-title::after {
  content: '';
  flex: 1;
  height: 2px;
  background: #65b0b3;
}

.lead-event-date {
  text-align: center;
  margin: calc(10 * var(--u)) 0 0;
  font-size: clamp(28px, calc(64 * var(--u)), 64px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.lead-event-date .day {
  margin-left: calc(4 * var(--u));
  font-size: clamp(10px, calc(28 * var(--u)), 26px);
}

.lead-event-date .wave {
  font-size: clamp(26px, calc(52 * var(--u)), 52px);
}

.lead-content {
  position: relative;
  margin-top: calc(40 * var(--u));
}

.lead-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-inline: calc(25 * var(--u));
}

.lead-versus {
  bottom: calc(-130 * var(--u));
  padding-inline: calc(240 * var(--u));
}

.lead-date {
  bottom: calc(-300 * var(--u));
  padding-inline: calc(25 * var(--u));
}

/* =========================
   intro
========================= */
.intro {
  position: relative;
  overflow: hidden;
  background: url('../img/contents/intro_bg.webp') center top / 100% auto no-repeat;
}

.intro-inner {
  aspect-ratio: 750 / 700;
}

.intro-text {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 2;
  width: 80%;
  transform: translateX(-50%);
}

.intro-text p {
  margin: 0;
  color: var(--blue);
  font-size: clamp(10px, calc(28 * var(--u)), 28px);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.ball01 {
  top: 0;
  left: calc(130 * var(--u));
  width: 8%;
}

.ball02 {
  bottom: calc(260 * var(--u));
  left: calc(30 * var(--u));
  width: 9%;
}

.ball03 {
  bottom: calc(260 * var(--u));
  right: calc(30 * var(--u));
  width: 6%;
}

.monster-ball01 {
  top: calc(60 * var(--u));
  right: calc(50 * var(--u));
  width: 12%;
}

.monster-ball02 {
  bottom: calc(170 * var(--u));
  left: calc(320 * var(--u));
  width: 6%;
}

.pikachu {
  left: calc(40 * var(--u));
  bottom: 0;
  width: 26%;
}

.alolan {
  right: calc(50 * var(--u));
  bottom: 0;
  width: 30%;
}

/* =========================
   special
========================= */
.special {
  position: relative;
  overflow: visible;
  z-index: 1;
  margin-top: calc(130 * var(--u));
  background: url('../img/contents/special_bg.webp') center top / 100% auto repeat-y;
}

.special-inner {
  padding: calc(130 * var(--u)) calc(30 * var(--u));
}

.special-title {
  width: 70%;
  margin: 0 auto calc(30 * var(--u));
}

.special-date {
  margin-bottom: calc(60 * var(--u));
}

.special-block-large {
  margin-top: calc(120 * var(--u));
}

.special-block-large .special-subtitle {
  width: 40%;
  margin: 0 auto;
}

.special-card {
  position: relative;
  height: calc(770 * var(--u));
}

.special-image {
  position: relative;
  overflow: hidden;
  border-radius: calc(20 * var(--u));
}

.special-img {
  display: block;
  width: 100%;
  height: auto;
}

.special-image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: linear-gradient(to top, #763b02ff 5%, #763b02bf 15%, #763b0259 30%, #763b0200 45%);
}

.deco-pika01 {
  top: 0;
  right: calc(-20 * var(--u));
  width: 55%;
}
.deco-pika02 {
  top: 0;
  left: 0;
  width: 55%;
}

.special-comment {
  position: relative;
  bottom: calc(290 * var(--u));
  width: 95%;
  aspect-ratio: 656 / 275;
  margin: 0 auto;
  padding: calc(65 * var(--u)) calc(60 * var(--u)) calc(30 * var(--u));
  background: url('../img/contents/event-comment.webp') center / 100% 100% no-repeat;
}

.special-label {
  position: absolute;
  top: calc(4 * var(--u));
  left: 0;
  min-width: calc(230 * var(--u));
  padding: calc(14 * var(--u)) calc(35 * var(--u));
  color: #fff;
  font-size: clamp(9px, calc(22 * var(--u)), 22px);
  line-height: 1;
  text-align: center;
}

.special-label p img {
  display: flex;
  width: 5%;
}

.special-comment {
  position: relative;
}

.special-comment::after {
  content: '';
  position: absolute;
  right: calc(50 * var(--u));
  bottom: calc(50 * var(--u));

  width: calc(22 * var(--u));
  aspect-ratio: 1;

  background: url('../img/contents/arrow.webp') center / contain no-repeat;
}

.special-comment p {
  margin: 0;
  font-size: clamp(8px, calc(27 * var(--u)), 27px);
  font-weight: 500;
  line-height: 1.6;
}

.special-apply {
  position: relative;
  z-index: 3;
}

.special-apply-text {
  margin: 0 0 calc(35 * var(--u));
  font-size: clamp(14px, calc(26 * var(--u)), 26px);
  font-weight: 600;
  line-height: 1.5;
}

.special-apply-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 78%;
  min-height: calc(120 * var(--u));
  margin: 0 auto;
  padding: calc(40 * var(--u));

  color: #fff;
  font-size: clamp(22px, calc(40 * var(--u)), 40px);
  font-weight: 700;
  line-height: 1;

  background: #ea4841;
  border: calc(8 * var(--u)) solid #b5302a;
  border-radius: calc(70 * var(--u));
  box-shadow: 0 calc(10 * var(--u)) 0 rgb(132 79 0 / 20%);
}

.special-apply-arrow {
  position: absolute;
  top: 50%;
  right: calc(42 * var(--u));
  width: 0;
  height: 0;
  border-top: calc(16 * var(--u)) solid transparent;
  border-bottom: calc(16 * var(--u)) solid transparent;
  border-left: calc(20 * var(--u)) solid #fff;
  transform: translateY(-50%);
}

.special-deadline {
  margin: calc(14 * var(--u)) auto;
  font-size: clamp(16px, calc(30 * var(--u)), 30px);
  font-weight: 600;
  text-align: center;
  color: #ea4841;
}

.pikachu-top-left {
  top: calc(-110 * var(--u));
  left: calc(50 * var(--u));
  z-index: 1;
  width: 30%;
}

.pikachu-top-right {
  top: calc(-90 * var(--u));
  right: calc(50 * var(--u));
  z-index: 1;
  width: 28%;
}

.pikachu01 {
  top: calc(-160 * var(--u));
  right: calc(-30 * var(--u));
  width: 23%;
}

.pikachu02 {
  bottom: calc(920 * var(--u));
  left: calc(10 * var(--u));
  width: 29%;
}

.pikachu03 {
  top: calc(-90 * var(--u));
  right: calc(-30 * var(--u));
  width: 30%;
}

/* =========================
   contents
========================= */
.contents {
  position: relative;
  overflow: visible;
  margin-top: calc(10 * var(--u));
  background: var(--green);
}

.contents::before {
  content: '';
  position: absolute;
  top: calc(-120 * var(--u));
  left: 50%;
  z-index: 0;
  width: 100%;
  height: calc(120 * var(--u));
  background: var(--green);
  clip-path: ellipse(60% 100% at 50% 100%);
  transform: translateX(-50%);
}

.contents-inner {
  z-index: 1;
  padding-inline: calc(30 * var(--u));
}

.contents-title {
  position: relative;
  width: 80%;
  margin: 0 auto calc(44 * var(--u));
}

.content-block {
  position: relative;
}

.content-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-15 * var(--u));
  margin-bottom: calc(160 * var(--u));
}

.content-subtitle h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, calc(60 * var(--u)), 60px);
  font-weight: 900;
  line-height: 1;
}

.content-card-group {
  margin-top: calc(80 * var(--u));
}

.content-card-wrap {
  padding: calc(1 * var(--u));
  background: #d5edea;
  border-radius: calc(18 * var(--u));
  transform: rotate(-2deg);
}

.content-card-wrap > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.content-card {
  position: relative;
  overflow: hidden;
  padding: calc(40 * var(--u));
  background: #fff;
  border-radius: calc(18 * var(--u));
  transform: rotate(2deg);
}

.content-card::after {
  content: '';
  position: absolute;
  right: calc(-35 * var(--u));
  bottom: calc(-35 * var(--u));
  z-index: 0;
  width: calc(370 * var(--u));
  height: calc(370 * var(--u));
  background: url('../img/contents/contents-ball-bg.webp') no-repeat center / contain;
  pointer-events: none;
}

.content-image,
.content-text {
  position: relative;
  z-index: 1;
}

.content-image {
  width: 100%;
  overflow: hidden;
  border-radius: calc(20 * var(--u)) calc(20 * var(--u)) 0 0;
}

.border-mint {
  border: calc(4 * var(--u)) solid #a8cfd0;
}

.content-text {
  display: flex;
  flex-direction: column;
  margin-top: calc(28 * var(--u));
}

.content-heading {
  font-weight: bold;
  line-height: 1;
  font-size: clamp(22px, calc(55 * var(--u)), 55px);
  color: #0e4771;
  display: inline-block;
  margin-bottom: calc(24 * var(--u));
}

.heading-small {
  font-size: clamp(12px, calc(30 * var(--u)), 30px);
}

.content-desc {
  margin: 0;
  color: #0e4771;
  font-size: clamp(10px, calc(27 * var(--u)), 27px);
  font-weight: 700;
  line-height: 1.65;
}

.rowlet {
  top: calc(330 * var(--u));
  right: calc(-65 * var(--u));
  width: 35%;
}

.event-alolan {
  top: calc(-290 * var(--u));
  left: calc(10 * var(--u));
  width: 35%;
}

.event-togedemaru {
  top: calc(-240 * var(--u));
  right: calc(50 * var(--u));
  width: 24%;
}

.popplio {
  left: calc(-65 * var(--u));
  top: calc(325 * var(--u));
  z-index: 3;
  width: 35%;
}

/* =========================
   event
========================= */
.event {
  position: relative;
  z-index: 2;
  margin-top: calc(-100 * var(--u));
  padding: calc(130 * var(--u)) calc(20 * var(--u)) calc(230 * var(--u));

  background: url('../img/contents/event-bg.webp') center top / 100% auto repeat-y;
}

.event-inner {
  padding-inline: calc(10 * var(--u));
}

.event-contents {
  position: relative;
}

/* .event-contents + .event-contents {
  margin-top: calc(100 * var(--u));
} */

.special-subtitle {
  width: 60%;
  margin: 0 auto;
}

.event-title {
  width: 90%;
  margin: 0 auto;
}

.event-date {
  margin: calc(30 * var(--u)) 0 0;
}

.event-image-wrap {
  position: relative;
  width: 100%;
  max-width: calc(670 * var(--u));
  aspect-ratio: 1 / 1;
  margin: calc(50 * var(--u)) auto 0;
  padding: calc(5 * var(--u));
  border-radius: 50%;
  background: linear-gradient(to bottom, #a5e2dc, #2a787b);
}

.event-image-border {
  width: 100%;
  height: 100%;
  padding: calc(14 * var(--u));
  border-radius: 50%;
  background: linear-gradient(to top, #a5e2dc, #2a787b);
}

.event-image-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.event-image-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-text {
  width: 100%;
  margin: calc(50 * var(--u)) auto;
  padding: calc(20 * var(--u)) calc(60 * var(--u));
  border-radius: calc(20 * var(--u));
  background: rgb(255 255 255 / 55%);
}

.event-text p {
  margin: 0;
  color: #0e4771;
  font-size: clamp(10px, calc(27 * var(--u)), 27px);
  font-weight: 700;
  line-height: 1.65;
}

.event-item {
  position: absolute;
  z-index: 3;
  width: 16%;
  aspect-ratio: 1;
}

.event-bubble {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 50%;
}

.event-ball,
.event-monsterball {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 68% !important;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.ball-top {
  top: calc(420 * var(--u));
  right: 0;
}

.monsterball-top {
  top: calc(340 * var(--u));
  left: 0;
}

.ball-bottom {
  bottom: calc(240 * var(--u));
  left: calc(15 * var(--u));
}

.monsterball-bottom {
  bottom: calc(210 * var(--u));
  right: calc(50 * var(--u));
}

/* =========================
   goods
========================= */
.goods {
  position: relative;
  padding: calc(45 * var(--u)) 0 calc(250 * var(--u));
  background: var(--mint);
}

.goods::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(-85 * var(--u));
  width: 100%;
  height: calc(130 * var(--u));
  background: var(--mint);
  clip-path: ellipse(60% 100% at 50% 100%);
  transform: translateX(-50%);
  z-index: 2;
}

.goods-title {
  width: 30%;
  margin: 0 auto calc(80 * var(--u));
}

.goods-slider {
  position: relative;
}

.goods-list {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.7;
}

.goods-item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  opacity: 0;
  transform: translateX(-50%) scale(0.75);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
  pointer-events: none;
}

.goods-item.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

.goods-item.is-prev {
  z-index: 1;
  opacity: 0.35;
  transform: translateX(-115%) translateY(calc(-30 * var(--u))) scale(0.68);
}

.goods-item.is-next {
  z-index: 1;
  opacity: 0.35;
  transform: translateX(15%) translateY(calc(-30 * var(--u))) scale(0.68);
}

.goods-info {
  position: relative;
  margin-top: calc(20 * var(--u));
  text-align: center;
}

.goods-info-item {
  display: none;
}

.goods-info-item.is-active {
  display: block;
}

.goods-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  margin: 0 auto calc(30 * var(--u));
}

.goods-image-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
}

.goods-image-bg img {
  width: 100%;
  height: auto;
}

.goods-product {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translateX(-50%);
}

.goods-product img {
  width: 100%;
  height: auto;
}

.goods-slider {
  position: relative;
  overflow: visible;
}

.goods-inner {
  overflow: visible;
}

.goods-copy {
  margin: 0 0 calc(25 * var(--u));
  color: #fff;
  font-size: clamp(10px, calc(20 * var(--u)), 20px);
}

.goods-name {
  color: #fff;
  font-size: clamp(10px, calc(35 * var(--u)), 35px);

  height: calc(96 * var(--u));
  align-content: center;
}

.goods-text {
  width: 85%;
  margin: calc(20 * var(--u)) auto 0;

  color: #fff;
  font-size: clamp(11px, calc(24 * var(--u)), 24px);
  line-height: 1.3;
  text-align: center;
}

.goods-arrow {
  position: absolute;
  top: calc(95 * var(--u));
  z-index: 10;
  width: calc(50 * var(--u));
  height: calc(70 * var(--u));
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.goods-prev {
  left: 30px;
}

.goods-next {
  right: 30px;
}

.goods-dots {
  display: flex;
  justify-content: center;
  gap: calc(20 * var(--u));
  margin-top: calc(40 * var(--u));
}

.goods-dots button {
  width: calc(18 * var(--u));
  height: calc(18 * var(--u));
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b4b4b4;
}

.goods-dots button.is-active {
  position: relative;
  background: none;
}

.goods-dots button.is-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(26 * var(--u));
  height: calc(26 * var(--u));
  background: url('../img/contents/monsterball-active.webp') center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.goods-mimikyu {
  left: calc(40 * var(--u));
  bottom: calc(-200 * var(--u));
  width: 28%;
}

.goods-litten {
  right: calc(20 * var(--u));
  bottom: calc(-240 * var(--u));
  width: 40%;
}

.event-pikachu-bottom {
  left: calc(60 * var(--u));
  bottom: calc(-280 * var(--u));
  width: 27%;
}

.event-alolan-bottom {
  right: calc(60 * var(--u));
  bottom: calc(-280 * var(--u));
  width: 28%;
}

/* =========================
   fixed buttons
========================= */
.fix-btn {
  display: block;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;

  right: 0;
  bottom: 5%;
  margin: 0 calc(30 * var(--u));
}
.fix-btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ticketBtn {
  width: clamp(123px, 10vw, 208px);
  height: clamp(123px, 10vw, 208px);
}

.topBtn {
  right: 0;
  left: 0;
  bottom: 6%;
  width: clamp(40px, 10.6vw, 50px);
  height: clamp(40px, 10.6vw, 50px);
}

/* =========================
   pc
========================= */
@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  body {
    overflow: hidden;
    background: #b9ecf5;
  }

  .wrapper {
    --pc-container-w: min(495px, calc(495 / 1440 * 100vw));

    position: relative;
    min-height: 100vh;
  }

  .pcBg {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--pc-container-w) minmax(0, 1fr);
    background: url('../img/contents/main-bg_pc.webp') center bottom / cover no-repeat;
  }

  .container {
    position: relative;
    z-index: 3;
    width: var(--pc-container-w);
    height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 2px 4px 12px rgb(0 25 39 / 40%);
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }

  .container::-webkit-scrollbar {
    display: none;
  }

  .container::before {
    display: none;
  }

  .pc-logo {
    grid-column: 1;
    align-self: center;
    justify-self: center;
    width: clamp(170px, 18vw, 420px);
    max-width: 100%;
  }

  .pc-nav {
    position: relative;
    grid-column: 3;
    align-self: start;
    justify-self: center;
    width: clamp(250px, 26vw, 470px);
    margin-top: -10px;
    z-index: 1;
  }

  .pc-char {
    position: absolute;
  }
  .pc-rokon {
    bottom: 0;
    left: 30px;
    width: 20%;
  }
  .pc-pikachu {
    bottom: 0;
    right: 30px;
    width: 15%;
  }

  .pc-deco {
    position: relative;
    width: 100%;
  }

  .pc-board {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }

  .pc-board img {
    display: block;
    width: 100%;
  }

  .pc-board-content {
    position: absolute;
    inset: 0;
    padding-top: clamp(60px, 6vw, 110px);
    margin: clamp(23px, 3vw, 100px);
  }

  .pc-deco ul {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.5vw, 35px);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .pc-deco li {
    width: 100%;
  }

  .pc-deco a {
    display: grid;
    grid-template-columns: clamp(16px, 1.4vw, 24px) 1fr;
    align-items: center;
    column-gap: clamp(8px, 2vw, 30px);
    width: 100%;
  }

  .nav-icon {
    display: block;
    width: clamp(14px, 3vw, 30px);
    aspect-ratio: 1;
  }

  .pc-deco a.is-active .nav-icon {
    background: url('../img/contents/select-monsterball.webp') center / contain no-repeat;
  }

  .pc-deco a > img {
    width: auto;
    max-width: 100%;
    height: clamp(25px, 2.5vw, 40px);
  }

  .pc-deco li.nav-large a > img {
    height: clamp(50px, 5vw, 80px);
  }

  .ticketBtn {
    display: block;
    right: calc((100vw - var(--pc-container-w)) / 2 * 0.6);
    bottom: 4%;
    width: clamp(90px, 9vw, 150px);
    height: clamp(90px, 9vw, 150px);
  }

  .topBtn {
    display: none;
  }
}
