/* ===== Variables ===== */
:root {
  --color-yellow: #f3ce27;
  --color-yellow-light: #ffe882;
  --color-yellow-deep: #ffb40f;
  --color-orange: #fa7317;
  --color-orange-dark: #ff6600;
  --color-navy: #132b47;
  --color-blue: #048cbe;
  --color-blue-light: #aae1f4;
  --color-sky: #def6ff;
  --color-red: #f21414;
  --color-white: #fff;

  --font-heading: "M PLUS 1", "M PLUS 1p", sans-serif;
  --font-base: "M PLUS 1", "M PLUS 1p", sans-serif;
  --font-latin: "Jost", "Inter", sans-serif;
  --font-body: "Noto Sans JP", "M PLUS 1p", sans-serif;

  --container-width: 1200px;
  --container-padding: 120px;
  --sp-padding: 20px;

  --header-height: 80px;
  --header-height-sp: 65px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: var(--color-navy);
  background: var(--color-white);
  font-family: var(--font-base);
}

body.is-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  background: var(--color-white);
  padding-top: 120px;
}

.site-main#top {
  padding-top: 80px;
  background: var(--color-yellow);
}

.pc {
  display: initial;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-main {
    margin: 0 auto;
  }

  .site-main#top {
    padding-top: 65px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.section-panel {
  position: relative;
  padding: 96px 40px;
}

.section-panel.p-news__bg {
  padding-top: 120px;
}

.section-panel__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-inline: 40px;
  margin: 0 auto;
}

.p-news__bg {
  padding-bottom: calc(200 * (100vw / 1440));
  background:
    url(../img/news/bg_snow.png) center top / 50% auto repeat,
    linear-gradient(180deg, #eaf9ff 0%, #fbfff2 100%);
}

.c-page__bg {
  padding-bottom: calc(200 * (100vw / 1440));
  background:
    url(../img/news/bg_snow.png) center top / 50% auto repeat,
    linear-gradient(180deg, #eaf9ff 0%, #fbfff2 100%);
}

@media screen and (max-width: 767px) {
  .section-panel__inner {
    padding-inline: 15px;
  }

  .section-panel.p-news__bg {
    padding-top: 65px;
    padding-bottom: calc(80 * (100vw / 375));
  }

  .c-page__bg.section-panel {
    padding-bottom: calc(80 * (100vw / 375));
  }

  .p-news .p-article {
    padding-top: 32px;
  }
}

.c-acc__toggle {
  cursor: pointer;
}

.c-acc__container {
  visibility: hidden;
  transition: ease 0.3s;
  opacity: 0;
  height: 0;
}
.c-acc__container.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* ===== 見出し ===== */

.section-title {
  position: relative;
  display: grid;
  justify-items: center;
  margin-bottom: 46px;
  text-align: center;
}

.section-title__en {
  color: rgba(0, 152, 216, 0.22);
  font-size: clamp(72px, 10vw, 138px);
  font-weight: 700;
  line-height: 0.82;
}

.section-title__ja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: -28px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: 20px;
  font-weight: 700;
}

.c-title__heading {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-title__heading.-pickup::before {
  content: "";
  background: url(../img/top/pokemon01.png) no-repeat center center / cover;
  width: 276px;
  aspect-ratio: 276 / 290;
  position: absolute;
  top: -100px;
  left: -40px;
}

.c-title__heading.-pickup::after {
  content: "";
  background: url(../img/top/pokemon02.png) no-repeat center center / cover;
  width: 199px;
  aspect-ratio: 199 / 201;
  position: absolute;
  top: -40px;
  right: 38px;
}

.c-title__heading.-news::before {
  content: "";
  background: url(../img/top/pokemon03.png) no-repeat center center / cover;
  width: 182px;
  aspect-ratio: 182 / 198;
  position: absolute;
  top: -20px;
  left: 115px;
}

.c-title__heading.-news::after {
  content: "";
  background: url(../img/top/pokemon04.png) no-repeat center center / cover;
  width: 204px;
  aspect-ratio: 204 / 157;
  position: absolute;
  top: 10px;
  right: 90px;
}

.c-title__heading.-vibe::before {
  content: "";
  background: url(../img/ski-resort/pokemon01.png) no-repeat center center / cover;
  width: 140px;
  aspect-ratio: 140 / 177;
  position: absolute;
  top: 0;
  left: 200px;
}

.c-title__heading.-vibe::after {
  content: "";
  background: url(../img/ski-resort/pokemon02.png) no-repeat center center / cover;
  width: 139px;
  aspect-ratio: 139 / 171;
  position: absolute;
  top: -5px;
  right: 200px;
}

.c-title__heading-en {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(72px, 15vw, 180px);
  color: var(--color-blue-light);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
}

.-gallery .c-title__heading-en {
  color: var(--color-white);
}

.c-title__heading-ja-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  word-break: keep-all;
}

.c-title__heading-underline {
  position: absolute;
  top: 55%;
  left: -20px;
  right: -20px;
  height: 40px;
  background: var(--color-yellow);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  transform: rotate(-3deg) translateY(-50%);
  z-index: 0;
}

.-gallery .c-title__heading-underline {
  background: var(--color-blue-light);
}

.c-title__heading-ja {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--color-navy);
  letter-spacing: 0.1em;
  text-shadow: 0px 3px 0px #ebac00;
  position: relative;
  z-index: 1;
}

.-gallery .c-title__heading-ja {
  color: var(--color-navy);
  text-shadow: 0px 3px 0px #1d98d6;
}

.c-title__heading.-aboutFaq {
  position: relative;
  z-index: 3;
}

.-aboutFaq .c-title__heading-underline {
  background: var(--color-blue-light);
}
.-aboutFaq .c-title__heading-en {
  color: var(--color-white);
}

.-aboutFaq .c-title__heading-underline {
  background: var(--color-blue-light);
}

.-aboutFaq .c-title__heading-ja {
  color: var(--color-navy);
  text-shadow: 0px 3px 0px #1d98d6;
}

.c-title__heading.-flow {
  margin-top: calc(-220 * (100vw / 1440) / 2);
}

.c-title__heading.-flow::before {
  content: "";
  background: url(../img/about/pokemon07.png) no-repeat center center / cover;
  width: calc(153 * (100vw / 1440));
  max-width: 153px;
  aspect-ratio: 153 / 178;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}

.c-title__heading.-flow::after {
  content: "";
  background: url(../img/about/pokemon08.png) no-repeat center center / cover;
  width: calc(260 * (100vw / 1440));
  aspect-ratio: 260 / 490;
  max-width: 260px;
  position: absolute;
  bottom: 0;
  right: -20px;
}

@media (max-width: 1440px) {
  .c-title__heading.-pickup::before {
    width: calc(279 * (100vw / 1440));
    position: absolute;
    top: calc(-60 * (100vw / 1440));
    left: calc(-70 * (100vw / 1440));
  }

  .c-title__heading.-pickup::after {
    width: calc(199 * (100vw / 1440));
    position: absolute;
    top: calc(-20 * (100vw / 1440));
    right: calc(30 * (100vw / 1440));
  }

  .c-title__heading.-news::before {
    width: calc(182 * (100vw / 1440));
    top: calc(10 * (100vw / 1440));
    left: calc(70 * (100vw / 1440));
  }

  .c-title__heading.-news::after {
    width: calc(204 * (100vw / 1440));
    top: calc(30 * (100vw / 1440));
    right: calc(60 * (100vw / 1440));
  }

  .c-title__heading.-vibe::before {
    width: calc(140 * (100vw / 1440));
    top: calc(20 * (100vw / 1440));
    left: calc(220 * (100vw / 1440));
  }

  .c-title__heading.-vibe::after {
    width: calc(139 * (100vw / 1440));
    top: calc(20 * (100vw / 1440));
    right: calc(220 * (100vw / 1440));
  }
}

@media (max-width: 767px) {
  .c-title__heading-en {
    font-size: calc(80 * (100vw / 375));
    z-index: 2;
  }

  .c-title__heading-ja-wrap {
    z-index: 2;
  }

  .-skiResort .c-title__heading-en {
    white-space: normal;
    line-height: 0.8;
  }
  .c-title__heading-ja {
    font-size: calc(24 * (100vw / 375));
    line-height: 1.4;
  }

  .c-title__heading-underline {
    height: calc(20 * (100vw / 375));
  }

  .c-title__heading.-pickup {
    padding-top: calc(90 * (100vw / 375));
    margin-bottom: 10px;
  }

  .c-title__heading.-pickup::before {
    width: calc(123 * (100vw / 375));
    position: absolute;
    top: 0;
    left: calc(62 * (100vw / 375));
  }

  .c-title__heading.-pickup::after {
    width: calc(88 * (100vw / 375));
    position: absolute;
    top: 0;
    left: calc(199 * (100vw / 375));
  }

  .c-title__heading.-pickup .c-title__heading-ja-wrap {
    top: calc(125 * (100vw / 375));
  }

  .c-title__heading.-news {
    padding-top: calc(90 * (100vw / 375));
    margin-bottom: 16px;
  }

  .c-title__heading.-news .c-title__heading-ja-wrap {
    top: calc(125 * (100vw / 375));
  }

  .c-title__heading.-news::before {
    width: calc(82 * (100vw / 375));
    position: absolute;
    top: 0;
    left: calc(80 * (100vw / 375));
  }

  .c-title__heading.-news::after {
    width: calc(91 * (100vw / 375));
    position: absolute;
    top: calc(15 * (100vw / 375));
    bottom: calc(80 * (100vw / 375));
    left: calc(177 * (100vw / 375));
  }

  .c-title__heading.-gallery {
    padding-top: calc(80 * (100vw / 375));
    margin-bottom: 20px;
  }

  .c-title__heading.-gallery::before {
    content: "";
    background: url(../img/top/pokemon06.png) no-repeat center center / cover;
    width: calc(67 * (100vw / 375));
    aspect-ratio: 67 / 75;
    position: absolute;
    top: 0;
    left: calc(105 * (100vw / 375));
  }

  .c-title__heading.-gallery::after {
    content: "";
    background: url(../img/top/pokemon07.png) no-repeat center center / cover;
    width: calc(92 * (100vw / 375));
    aspect-ratio: 92 / 85;
    position: absolute;
    top: calc(-10 * (100vw / 375));
    left: calc(190 * (100vw / 375));
  }

  .c-title__heading.-gallery .c-title__heading-en {
    letter-spacing: 0;
  }

  .c-title__heading.-gallery .c-title__heading-ja-wrap {
    top: calc(117 * (100vw / 375));
  }

  .c-title__heading.-aboutFaq {
    margin-bottom: 20px;
  }

  .c-title__heading.-aboutFaq .c-title__heading-en {
    letter-spacing: 0;
  }

  .c-title__heading.-flow {
    margin-top: calc(-120 * (100vw / 375) / 2);
  }

  .c-title__heading.-flow::before {
    width: calc(68 * (100vw / 375));
    position: absolute;
    left: 0px;
    z-index: 10;
  }

  .c-title__heading.-flow::after {
    width: calc(105 * (100vw / 375));
    position: absolute;
  }
}

/* ===== ボタン ===== */

.c-btn__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.c-btn__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 266px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 50px;
  background: var(--color-orange);
  color: var(--color-white);
  font-size: 1em;
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: 15%;
  line-height: 180%;
  position: relative;
}

.arrow {
  width: 16px;
  height: 16px;
  background: var(--color-white);
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow i {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.arrow i::before,
.arrow i::after {
  content: "";
  width: 5px;
  height: 1.5px;
  display: inline-block;
  border-radius: 1px;
  background: var(--color-orange);
  position: absolute;
  left: 3px;
}

.arrow i::before {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.arrow i::after {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
}

.download {
  width: 20px;
  height: 20px;
  background: var(--color-white);
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download i {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url(../img/ski-resort/download-icon.svg) no-repeat center/cover;
}

.c-text__link {
  color: var(--color-orange);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-right: 32px;
  display: inline-block;
}

.target_blank {
  width: 20px;
  height: 20px;
  background: var(--color-orange);
  margin-left: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 5px;
}

.target_blank i {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  background: url(../img/ski-resort/link-icon.svg) no-repeat center/cover;
  top: -5px;
  left: 4px;
}

.arrow-back {
  width: 16px;
  height: 16px;
  background: var(--color-white);
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-back i {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.arrow-back i::before,
.arrow-back i::after {
  content: "";
  width: 5px;
  height: 1.5px;
  display: inline-block;
  border-radius: 1px;
  background: var(--color-orange);
  position: absolute;
  left: 3px;
}

.arrow-back i::before {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
.arrow-back i::after {
  bottom: calc(50% - 2px);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .c-btn__primary {
    transition: ease 0.4s;
  }

  .c-btn__primary::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    border: 1.5px solid var(--color-white);
    position: absolute;
    opacity: 0;
    transition: ease 0.4s;
  }

  .c-btn__primary:hover {
    box-shadow: 0 0 8px rgba(250, 115, 23, 0.9);
    opacity: 1;
  }

  .c-btn__primary:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-btn__primary {
    font-size: 14px;
    min-width: auto;
    padding-inline: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__inner {
    grid-template-columns: 112px 1fr;
    height: 39px;
    padding: 0 5px;
  }

  .site-header__logo {
    width: 52px;
  }

  .site-header__nav,
  .site-header__entry {
    display: none;
  }

  .section-panel {
    padding: 66px 16px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title__en {
    font-size: 58px;
  }

  .section-title__ja {
    min-height: 28px;
    margin-top: -12px;
    font-size: 14px;
  }
}

/* ===== animation ===== */

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}
.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(50px);
}
.slide-left {
  transform: translateX(-50px);
}

.slideUp {
  animation-name: slideUp;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ===== Header ===== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1001;
  display: flex;
  align-items: stretch;
  background: transparent;
  transition: ease 0.4s;
}

.l-header.js-bgChange {
  background: var(--color-white);
}

.l-header.js-bgChange.bg_yellow {
  background: var(--color-yellow);
}

.p-header__logo {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  background-color: var(--color-white);
  padding: 0 40px 0 30px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.p-header__logo-img {
  height: 44px;
  width: auto;
}

.p-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-left: auto;
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}

.p-header__nav-item {
  display: flex;
  align-items: center;
}

.p-header__nav-item + .p-header__nav-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: var(--color-navy);
  margin: 0 16px;
  opacity: 0.5;
}

.p-header__nav-link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-navy);
  letter-spacing: 0.15em;
  white-space: nowrap;
  line-height: 1.8;
  transition: ease 0.3s;
}

@media (min-width: 1025px) {
  .p-header__nav-link:hover {
    color: var(--color-orange);
    opacity: 1;
  }

  .l-header.bg_yellow .p-header__nav-link:hover {
    color: var(--color-white);
  }
}

@media (max-width: 1200px) {
  .p-header__nav-link {
    font-size: clamp(11px, 1vw, 12px);
  }
}

/* ===== Header CTA Button ===== */
.p-header__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--color-orange);
  padding: clamp(6px, 1vw, 8px) clamp(20px, 3.6vw, 30px) clamp(6px, 1vw, 8px) clamp(24px, 4.8vw, 40px);
  border-radius: 50px 0 0 50px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  letter-spacing: 0.15em;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .p-header__cta {
    font-size: clamp(12px, 1.3vw, 16px);
    padding: 4px 10px;
    gap: 6px;
  }

  .p-header__logo {
    padding: 0 30px 0 20px;
  }
}

@media (max-width: 960px) {
  .p-header__nav-item + .p-header__nav-item::before {
    margin: 0 6px;
  }

  .p-header__nav {
    gap: 10px;
  }
}

.p-header__cta-arrow {
  width: 16px;
  height: 16px;
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-header__cta-arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid var(--color-orange);
  border-right: 1.5px solid var(--color-orange);
  transform: rotate(45deg) translate(-1px, 1px);
}

@media screen and (min-width: 1025px) {
  .p-header__hamburger {
    display: none;
  }

  .p-header__cta {
    position: relative;
  }

  .p-header__cta::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px 0 0 50px;
    border-top: 1.5px solid var(--color-white);
    border-left: 1.5px solid var(--color-white);
    border-bottom: 1.5px solid var(--color-white);
    position: absolute;
    opacity: 0;
    transition: ease 0.4s;
  }

  .p-header__cta:hover {
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .p-header__cta:hover::after {
    opacity: 1;
  }
}

/* ===== SP Header ===== */

@media screen and (max-width: 1024px) {
  .l-header {
    height: 65px;
  }

  .p-header__logo {
    padding: 0 30px 0 20px;
  }

  .p-header__cta {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: var(--color-orange);
    padding: 10px 20px 10px 30px;
    border-radius: 50px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.2s;
    box-shadow: 0 0 8px rgba(20, 63, 90, 0.09);
  }

  .p-header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: var(--header-height-sp);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    z-index: 1000;
  }

  .p-header__hamburger-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 28px;
  }

  .p-header__hamburger-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-navy);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .p-header__hamburger-label {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: var(--color-navy);
    letter-spacing: 0.05em;
  }

  .p-header__hamburger-label::before {
    content: "MENU";
  }

  .p-header__hamburger.is-active .p-header__hamburger-label::before {
    content: "CLOSE";
  }

  /* hamburger active state */
  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .p-header__hamburger.is-active .p-header__hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .p-header__nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 65px);
    background: rgba(0, 0, 0, 0.7);
    /* background-color: var(--color-yellow); */
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: ease 0.4s;
    padding: 40px 20px;
    gap: 24px;
    opacity: 0;
    flex: 1;
    visibility: hidden;
  }

  .p-header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .p-header__nav-list {
    flex-direction: column;
    gap: 20px;
    background: var(--color-yellow);
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .p-header__nav-item + .p-header__nav-item::before {
    display: none;
  }

  .p-header__nav-link {
    font-size: 13px;
  }
}

/* ===== Footer ===== */

.l-footer {
  position: relative;
  margin: 0 auto;
  padding-block: 0;
  color: var(--color-white);
  text-align: center;
  overflow-x: clip;
}

.l-footer.under {
  padding-bottom: 0;
}

.l-footer__waveTop {
  width: 100%;
  height: calc(120 * (100vw / 1440));
  position: absolute;
  top: calc(-118 * (100vw / 1440));
  left: 0;
  background: url(../img/common/bg-vector03.svg) no-repeat center top / 100% 100%;
}

.l-footer__waveBottom {
  width: 100%;
  height: calc(120 * (100vw / 1440));
  position: absolute;
  bottom: calc(80 * (100vw / 1440));
  left: 0;
  background: url(../img/common/bg-vector01.svg) no-repeat center top / 100% 100%;
  z-index: 2;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 64px;
  margin: 0 auto;
  padding: 72px 40px calc(100 * (100vw / 1440)) 40px;
  background: linear-gradient(to bottom, #fa7317, #ff8c00);
}
/*  */
.l-footer::before {
  position: absolute;
  width: calc(339 * (100vw / 1440));
  max-width: 339px;
  aspect-ratio: 339 / 609;
  background: url("../img/common/snow01.svg") center / contain no-repeat;
  opacity: 1;
  content: "";
  left: 0;
  bottom: 0;
  transform: translateX(-2%);
  z-index: 2;
}

.l-footer::after {
  position: absolute;
  width: calc(364 * (100vw / 1440));
  max-width: 364px;
  aspect-ratio: 364 / 634;
  background: url("../img/common/snow02.svg") center / contain no-repeat;
  opacity: 1;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateX(7%);
  z-index: 2;
}

.l-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
}

.l-footer__logos img:first-child {
  width: 159px;
}

.l-footer__logos img:last-child {
  width: 133px;
  filter: brightness(0) invert(1);
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-latin);
}

.l-footer__nav li + li {
  padding-left: 23px;
  border-left: 1px solid var(--color-white);
}

.l-footer__nav li a {
  transition: ease 0.3s;
}

.l-footer__bannerBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 920px;
}

.l-footer__lead {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-heading);
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}

.l-footer__bannerBlock a {
  transition: ease 0.3s;
}

.l-footer__bannerLarge {
  background: var(--color-white);
  margin-bottom: 16px;
  max-width: 450px;
}

.l-footer__banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(920px, 100%);
}
.l-footer__banners li {
  background: var(--color-white);
}

.l-footer__banner {
  overflow: hidden;
}

.l-footer__copy {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  gap: 16px 0;
  align-items: center;
}

.l-footer__lead .sp {
  display: none;
}

.l-footer__pokemon01 {
  width: min(166px, 100%);
  position: absolute;
  top: calc(-180 * (100vw / 1440));
  right: calc(200 * (100vw / 1440));
  z-index: 3;
}

/* コピーライト外に出すため追記 */
.l-footer__waveTopWrap {
  position: relative;
}
.l-footer__copy.-Poke {
  padding-bottom: calc(120 * (100vw / 1440) + clamp(20px, 3vw, 40px));
  padding-inline: 40px;
  margin-inline: auto;
  max-width: 1440px;
}
.l-footer__waveTop.-copyPoke {
  background: url(../img/common/bg-vector01.svg) no-repeat center / cover;
}
.l-footer__copy small {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .l-footer__pokemon01 {
    width: calc(166 * (100vw / 1440));
    top: calc(-220 * (100vw / 1440));
  }
}

@media screen and (min-width: 768px) {
  .p-footerMenu {
    display: none;
  }

  .p-footerOrder {
    z-index: 10;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 330px;
  }

  .p-footerMenu__order {
    z-index: 1;
    position: relative;
    border-radius: 50px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 #f7a515;
    font-weight: 900;
    font-size: clamp(18px, 3.6vw, 48px);
    letter-spacing: 3px;
    color: var(--color-white);
    font-family: var(--font-heading);
    background: linear-gradient(to top left, #ff0000 0%, #ff0000 50%, #ff6011 50%, #ff6011 100%);
    padding: 0;
    transition: ease 0.4s;
    transform: scale(1);
  }

  .p-footerMenu__order:hover {
    opacity: 1;
    transform: scale(1.06);
  }

  .p-footerOrder .p-footerMenu__illust--01 {
    bottom: 19px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    width: 163px;
    position: absolute;
  }

  .p-footerMenu__illust {
    pointer-events: none;
    z-index: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: min(100%, 1400px);
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__waveTop {
    height: calc(36 * (100vw / 375));
  }
  .l-footer__inner {
    padding-block: calc(42 * (100vw / 375)) calc(150 * (100vw / 375));
    padding-inline: calc(22 * (100vw / 375));
    gap: 0;
    background: linear-gradient(to bottom, #fa7317, #ff8c00);
  }

  .l-footer.-toppage .l-footer__inner {
    padding-bottom: calc(150 * (100vw / 375));
  }

  .l-footer__logos {
    flex-direction: column;
    gap: calc(32 * (100vw / 375));
  }

  .l-footer__logos img:first-child {
    width: calc(160 * (100vw / 375));
  }

  .l-footer__logos img:last-child {
    width: calc(133 * (100vw / 375));
  }

  .l-footer__nav {
    gap: calc(10 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    margin-top: calc(24 * (100vw / 375));
  }

  .l-footer__lead {
    margin-top: calc(50 * (100vw / 375));
    font-size: calc(17 * (100vw / 375));
  }

  .l-footer__lead .sp {
    display: block;
  }

  .l-footer__nav li + li {
    padding-left: calc(10 * (100vw / 375));
  }

  .l-footer__banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(10 * (100vw / 375));
  }

  .l-footer__copy {
    margin-top: calc(50 * (100vw / 375));
  }

  .l-footer__copy.-Poke {
    margin-top: 0;
  }

  .l-footer__copy small {
    font-size: calc(13 * (100vw / 375));
  }
  .p-footerOrder {
    display: none;
  }

  .p-footerMenu {
    height: 65px;
    width: calc(100% - 5px);
    max-width: 600px;
    z-index: 1000;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background: none;
    padding: 0 5px 0 0;
  }

  .p-footerMenu__nav {
    position: relative;
    display: flex;
    height: 60px;
    z-index: 100;
    gap: 0;
    width: calc(100% - 5px);
    border-radius: 50px;
    background: #fff;
    box-shadow: 5px 5px 0 #f7a515;
    align-items: stretch;
    justify-content: stretch;
    font-size: var(--text_body);
    font-family: var(--font-heading);
  }

  .p-footerMenu__link:nth-child(1) {
    background: #ffde4a;
    border-radius: 50px 0 0 50px;
    color: var(--color-orange);
  }

  .p-footerMenu__link:nth-child(2) {
    background: #ffee97;
    color: var(--color-orange);
  }

  .p-footerMenu__link,
  .p-footerMenu__order {
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 33.3%;
  }

  .p-footerMenu__order {
    font-weight: 900;
    font-size: clamp(18px, 3.6vw, 48px);
    letter-spacing: 3px;
    color: var(--color-white);
    background: linear-gradient(to top left, #ff0000 0%, #ff0000 50%, #ff6011 50%, #ff6011 100%);
    border-radius: 0 50px 50px 0;
    padding: 0;
  }

  .p-footerMenu__illust {
    z-index: 0;
    display: block;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .p-footerMenu__illust--01 {
    bottom: 23px;
    right: clamp(20px, 8vw, 50px);
    width: 90px;
    position: absolute;
  }

  .l-footer::before {
    display: none;
  }

  .l-footer::after {
    display: none;
  }

  .l-footer__pokemon01 {
    width: calc(74 * (100vw / 375));
    top: calc(-78 * (100vw / 375));
    right: calc(15 * (100vw / 375));
  }
}

.c-gotop.is-active {
  visibility: visible;
  opacity: 1;
}

.c-gotop {
  height: 55px;
  width: 244px;
  z-index: 400;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: none;
  padding: 0 5px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.4s;
}

.c-gotop__link,
.c-gotop__order {
  font-weight: 900;
  font-family: var(--font-heading);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-gotop__link {
  width: 100%;
  color: var(--color-orange);
}

.c-gotop__nav {
  z-index: 5;
  position: relative;
  display: flex;
  height: 100%;
  z-index: 100;
  gap: 0;
  width: 100%;
  border-radius: 50px;
  background: #ffde4a;
  box-shadow: 5px 5px 0 #f7a515;
  align-items: stretch;
  justify-content: stretch;
  font-size: clamp(13px, 1.5vw, 20px);
}

.c-gotop__order {
  display: none;
}

.c-gotop__illust {
  z-index: 3;
  pointer-events: none;
  display: block;
  position: absolute;
  width: min(100%, 1400px);
  max-width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.c-gotop__illust--01 {
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-gotop {
    height: 50px;
    width: 99.5%;
    max-width: 600px;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .c-gotop__link {
    width: 50%;
  }

  .c-gotop__order {
    display: flex;
    width: 50%;
    color: var(--color-white);
    background: linear-gradient(to top left, #ff6720 0%, #ff6720 50%, #ff9933 50%, #ff9933 100%);
    border-radius: 0 50px 50px 0;
    padding: 0;
  }

  .c-gotop__illust--01 {
    width: 65px;
    left: auto;
    right: clamp(40px, 7%, 50px);
    bottom: 20px;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 65px;
  }
}

/* ===================================================
   下層 共通
=================================================== */

.c-page__bg {
  background:
    url("../img/news/bg_snow.png") center top / 50% auto repeat,
    linear-gradient(180deg, #eaf9ff 0%, #fbfff2 100%);
}

.c-page__heading {
  position: relative;
  width: fit-content;
  text-align: center;

  margin-inline: auto;
  margin-top: 80px;
  margin-bottom: 160px;
}

.c-page__heading-ja-wrap {
  position: relative;

  margin: 0 auto;
  display: inline-block;
  word-break: keep-all;
}

.c-page__heading-underline {
  position: absolute;
  top: 55%;
  left: -20px;
  right: -20px;
  height: 40px;
  background: var(--color-yellow);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  transform: rotate(-3deg) translateY(-50%);
  z-index: 0;
}

.c-page__heading-ja {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--color-navy);
  letter-spacing: 0.1em;
  text-shadow: 0px 3px 0px #ebac00;
  position: relative;
  z-index: 1;
}

.c-page__heading-en {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 24px);
  color: var(--color-yellow);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: center;
}

/* お知らせ ポケモン */
.c-page__heading.-news::before {
  position: absolute;
  content: "";
  background: url(../img/news/pokemon01.png) no-repeat center center / cover;
  width: 195px;
  aspect-ratio: 195 / 160;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  margin-left: -60px;
}

.c-page__heading.-news::after {
  position: absolute;
  content: "";
  background: url(../img/news/pokemon02.png) no-repeat center center / cover;
  width: 195px;
  aspect-ratio: 195 / 257;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  margin-right: -60px;
}

/* よくある質問 ポケモン */
.c-page__heading.-faq::before {
  position: absolute;
  content: "";
  background: url(../img/faq/pokemon01.png) no-repeat center center / cover;
  width: 236px;
  aspect-ratio: 236 / 229;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  margin-left: -60px;
}

.c-page__heading.-faq::after {
  position: absolute;
  content: "";
  background: url(../img/faq/pokemon02.png) no-repeat center center / cover;
  width: 210px;
  aspect-ratio: 210 / 283;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  margin-right: -60px;
}

.section-panel__inner .c-page__heading {
  margin-bottom: 40px;
}

.section-panel__inner .c-page__heading .c-page__heading-ja {
  font-size: clamp(24px, 3.3vw, 42px);
}

@media (max-width: 1200px) {
  .c-page__heading {
    margin-bottom: clamp(80px, 13vw, 160px);
  }

  .c-page__heading.-news::before {
    width: clamp(80px, 16vw, 195px);
  }

  .c-page__heading.-news::after {
    width: clamp(80px, 16vw, 195px);
  }

  .c-page__heading.-faq::before {
    width: clamp(90px, 19.5vw, 236px);
  }

  .c-page__heading.-faq::after {
    width: clamp(80px, 17.5vw, 210px);
  }
}

@media (max-width: 767px) {
  .c-page__heading-ja,
  .section-panel__inner .c-page__heading .c-page__heading-ja {
    font-size: calc(24 * (100vw / 375));
    line-height: 1.4;
  }

  .c-page__heading-underline {
    height: calc(20 * (100vw / 375));
  }

  .c-page__heading-en {
    font-size: calc(16 * (100vw / 375));
  }

  .c-page__heading.-news::before {
    margin-left: -40px;
  }

  .c-page__heading.-news::after {
    margin-right: -40px;
  }

  .c-page__heading.-faq::before {
    margin-left: -20px;
  }

  .c-page__heading.-faq::after {
    margin-right: -20px;
  }
}

/* ===================================================
   ページネーション
=================================================== */

.c-pagination {
  margin-top: 80px;
  font-family: var(--font-latin);
  font-weight: 900;
  font-size: 18px;
}

.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-pagination a.page-numbers:not(.prev):not(.next),
.c-pagination .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(30px, 2.5vw, 40px);
  height: clamp(30px, 2.5vw, 40px);
}

.c-pagination a.page-numbers {
  cursor: pointer;
  transition: 0.4s;
}

/* 現在のページ */
.c-pagination .page-numbers.current {
  background: var(--color-yellow-deep);
  border-radius: 50%;
}

.c-pagination a.page-numbers:hover {
  opacity: 0.6;
}

.c-pagination .prev,
.c-pagination .next {
  font-size: 0;
}

/* 前/次 */
.c-pagination .prev::before,
.c-pagination .next::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow01-gr02.svg") no-repeat center / contain;
}

/* 前 */
.c-pagination .prev::before {
  background: url("../img/news/news-arrow_left.svg") no-repeat center / contain;
}

/* 次 */
.c-pagination .next::before {
  background: url("../img/news/news-arrow_right.svg") no-repeat center / contain;
}

@media screen and (max-width: 767.98px) {
  .c-pagination {
    margin-top: 40px;
  }
}
