@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-line: rgba(255, 255, 255, 0.3);
  --color-gold: #cfa94b;
  --color-sky: #9BADF9;
  --color-navy: #001754;
  --color-yellow: #ffe464;
  --color-category-bg: rgba(0, 32, 119, 0.3);
  --gradient-bg: linear-gradient(to bottom, #001d91 30%, #517fc2 100%);
  --gradient-bg-ticket: linear-gradient(to bottom, #001754 30%, #12367C 90%);
  --gradient-bg-filter: linear-gradient(to bottom, #001754 0%, #003580 100%);
  --gradient-title: linear-gradient(to right, #98aeff 0%, #ffc1d5 50%, #98aeff 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}
@media screen and (max-width: 960px) and (min-width: 700px) {
  html {
    font-size: min(1.7142857143vw, 18px);
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  z-index: 0;
  background: var(--gradient-bg);
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern.png") repeat 0 0/1000px auto;
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--gradient-bg);
  z-index: -1;
}
.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_top01_pc.png") no-repeat center top/100% auto, url("../img/bg/bg_top02_pc.png") no-repeat center top/100% auto;
  mix-blend-mode: screen;
  z-index: -1;
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_bottom_pc.png") no-repeat center bottom/100% auto;
  z-index: -1;
}
.l-wrap__bg-deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/moon_pc.png") no-repeat right top/40rem auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-deco {
    background-size: 15rem auto;
  }
}
.l-wrap__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 50;
}
.l-wrap__cover-particle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__loader {
  height: 5rem;
  width: 5rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}

.l-header {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.is-menu-show .l-header {
  display: block;
}
.is-menu-open .l-header {
  pointer-events: auto;
  opacity: 1;
}
.l-header__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__in {
  width: 30rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-10%);
  transition: transform 1s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-header__in {
    width: 20rem;
  }
}
.is-menu-open .l-header__in {
  transform: translateX(0);
}
.l-header__container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 18rem 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    padding: 10rem 0;
  }
}
.l-header__container::before {
  content: "";
  width: 80%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-bg-filter);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-header__container::before {
    width: 80%;
  }
}
.l-header__container::after {
  content: "";
  width: 100%;
  min-width: 80vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(60% - 1px);
  background: var(--gradient-bg-filter);
  -webkit-mask: url("../img/menu_bg.png") no-repeat left center/auto 150%;
  mask: url("../img/menu_bg.png") no-repeat left center/auto 150%;
  pointer-events: none;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-header__container::after {
    left: calc(50% - 1px);
  }
}
.l-header__content {
  width: 90%;
  max-width: 18rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__content {
    max-width: 15rem;
  }
}
.l-header__list {
  display: block;
  position: relative;
}
.l-header__list-item {
  display: block;
  position: relative;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  transition: -webkit-mask-position 0s linear 1s;
  transition: mask-position 0s linear 1s;
  transition: mask-position 0s linear 1s, -webkit-mask-position 0s linear 1s;
}
@media screen and (max-width: 960px) {
  .l-header__list-item {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-menu-open .l-header__list-item {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 2.5s var(--ease_out);
  transition: mask-position 2.5s var(--ease_out);
  transition: mask-position 2.5s var(--ease_out), -webkit-mask-position 2.5s var(--ease_out);
}
.is-menu-open .l-header__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-menu-open .l-header__list-item:nth-child(2) {
  transition-delay: 0.07s;
}
.is-menu-open .l-header__list-item:nth-child(3) {
  transition-delay: 0.14s;
}
.is-menu-open .l-header__list-item:nth-child(4) {
  transition-delay: 0.21s;
}
.is-menu-open .l-header__list-item:nth-child(5) {
  transition-delay: 0.28s;
}
.is-menu-open .l-header__list-item:nth-child(6) {
  transition-delay: 0.35s;
}
.is-menu-open .l-header__list-item:nth-child(7) {
  transition-delay: 0.42s;
}
.is-menu-open .l-header__list-item:nth-child(8) {
  transition-delay: 0.49s;
}
.is-menu-open .l-header__list-item:nth-child(9) {
  transition-delay: 0.56s;
}
.is-menu-open .l-header__list-item:nth-child(10) {
  transition-delay: 0.63s;
}
.l-header__list-item + .l-header__list-item {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .l-header__list-item + .l-header__list-item {
    margin-top: 1.95rem;
  }
}
.l-header__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-header__link {
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
  }
}
.l-header__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  transition: width 0.8s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover::before {
    width: 100%;
    left: 0;
  }
}

.l-menu {
  width: 13rem;
  height: 11.5rem;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 8.45rem;
    height: 7.475rem;
  }
}
.l-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu.png") no-repeat right bottom/100% 100%;
  transform-origin: left top;
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .l-menu::before {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover::before {
    transform: scale(1.02);
  }
}
.l-menu__container {
  width: 5rem;
  display: block;
  position: absolute;
  top: 42%;
  left: 42%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__container {
    width: 3rem;
  }
}
.l-menu__content {
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    height: 0.8rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__line {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__line {
    height: 70%;
  }
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 2.5px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .l-menu__line-bar {
    height: 2px;
  }
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(10deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-gold);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.l-menu__cap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-menu__cap {
    margin-top: 0.4rem;
  }
}
.l-menu__cap-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s var(--ease_out);
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .l-menu__cap-text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.l-menu__cap-text.--open {
  opacity: 1;
}
.is-menu-open .l-menu__cap-text.--open {
  opacity: 0;
}
.l-menu__cap-text.--close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-menu-open .l-menu__cap-text.--close {
  opacity: 1;
}

.l-main {
  min-height: calc(var(--svh) - 19.5rem);
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 1.8rem 0;
  }
}
.l-footer__container {
  width: 89%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__bnr {
  display: block;
  position: relative;
}

.l-footer_bnr {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list {
    justify-content: flex-start;
  }
}
.l-footer_bnr__list-item {
  display: block;
  position: relative;
}
.l-footer_bnr__link {
  width: 20rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__link {
    width: 16rem;
  }
}
.l-footer_bnr__link::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-bg-filter);
  pointer-events: none;
  transition: width 0.8s var(--ease_inout), opacity 0.5s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link:hover::after {
    width: 100%;
    left: 0;
    opacity: 0.3;
    transition: width 1s var(--ease_inout), opacity 1.2s var(--ease_inout);
  }
}

.c-none {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.c-btn {
  width: 100%;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.3rem 1rem;
  color: var(--color-gold);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: background-color 0.4s var(--ease_out);
  }
  .c-btn:hover {
    background: var(--color-navy);
  }
}
.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
  border-radius: 20rem;
}
.c-btn__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    font-size: 1.1rem;
  }
}
.c-btn__arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .c-btn__arrow {
    width: 0.6rem;
    right: 1.7rem;
  }
}
.--back .c-btn__arrow {
  left: 2rem;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .--back .c-btn__arrow {
    left: 1.7rem;
  }
}

.p-star {
  width: 40rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.p-star[data-star-pos="1"] {
  top: 25%;
  left: 30%;
}
.p-star[data-star-pos="2"] {
  top: 75%;
  left: 50%;
}
.p-star[data-star-pos="3"] {
  top: 35%;
  left: 80%;
}
.p-star[data-star-pos="4"] {
  top: 65%;
  left: 30%;
}
.p-star__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-star__line::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-line);
  opacity: 0.5;
  transform: translate(100%, 0);
}
.is-load .is-star .p-star__line::before {
  transform: translate(-100%, 0);
  transition: transform 0.8s var(--ease_inout);
}
.p-star__line::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: var(--color-line);
  transform: translate(100%, 0);
}
.is-load .is-star .p-star__line::after {
  transform: translate(-100%, 0);
  transition: transform 1s var(--ease_inout);
}

.p-page {
  display: block;
  position: relative;
  padding: 11.5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 6.8rem 0 5rem;
  }
}
.p-page__container {
  width: 100%;
  max-width: 1440px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page__header {
  display: block;
  position: relative;
  -webkit-mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  mask: linear-gradient(45deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
}
@media screen and (max-width: 960px) {
  .p-page__header {
    -webkit-mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
    mask: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 100%) no-repeat 200% 0/400% auto;
  }
}
.is-load .p-page__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 2.4s var(--ease_out) 0.6s;
  transition: mask-position 2.4s var(--ease_out) 0.6s;
  transition: mask-position 2.4s var(--ease_out) 0.6s, -webkit-mask-position 2.4s var(--ease_out) 0.6s;
}
.p-page__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 6rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9;
  color: transparent;
  background: var(--gradient-title);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    font-size: 3.9rem;
  }
}
.p-page__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .p-page__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.8s;
}

.p-category {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-category {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    padding-left: 5%;
    overflow-x: auto;
  }
}
.p-category__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .p-category__list {
    gap: 0.5rem;
    justify-content: flex-start;
  }
}
.p-category__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-category__list-item {
    flex-shrink: 0;
  }
}
.p-category__link {
  min-width: 8rem;
  min-height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 2rem;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-category__link {
    min-width: 5rem;
    min-height: 2rem;
    padding: 0 1.5rem;
  }
}
.is-current .p-category__link {
  background: rgba(255, 255, 255, 0.3) !important;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-category__link {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-category__link:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-category__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
}
.p-category__link-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-category__link-text {
    font-size: 1rem;
  }
}

.p-pagination {
  display: block;
  position: relative;
}
.p-pagination__inner {
  display: block;
  position: relative;
}
.p-pagination__list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-pagination__list {
    gap: 1rem;
  }
}
.p-pagination__list-item {
  display: block;
  position: relative;
}
.p-pagination__link {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-pagination__link {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-pagination__link {
    transition: color 0.5s var(--ease_out);
  }
  .p-pagination__link:hover {
    color: var(--color-gold);
  }
}
.is-current .p-pagination__link {
  pointer-events: none;
  color: var(--color-gold);
  background: var(--color-black);
}
.is-current .p-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
}
.p-pagination__link-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: "Vidaloka", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-pagination__link-text {
    font-size: 1.4rem;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

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

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none;
  opacity: 0;
  transition: all 0.8s var(--ease_out);
  background: var(--gradient-bg-filter);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3% 0;
  z-index: 0;
  background: var(--color-brown-base);
}
@media screen and (orientation: portrait) {
  .m-modal__container {
    padding: 5% 0;
  }
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: min(153vh, 1600px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
[data-modal-type=youtube] .m-modal__content::before {
  content: "";
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--color-gold);
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content::before {
    border-width: 2px;
  }
}
[data-modal-type=youtube] .m-modal__content::after {
  content: "";
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-gold);
  pointer-events: none;
}
[data-modal-type=img] .m-modal__content {
  width: 95%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
[data-modal-type=img] .m-modal__content img {
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__player {
  display: block;
  position: relative;
}
.m-modal__player-iframe {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.m-modal__player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__cover {
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  display: block;
  position: absolute;
  top: -2rem;
  left: -2rem;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .m-modal__cover {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
  }
}
.is-modal-show .m-modal__cover {
  opacity: 1;
  transform: scale(1.001);
  transition: transform 0.8s var(--ease_inout), opacity 0.8s var(--ease_inout);
  animation: flash 0.1s steps(1) 4 0.2s;
}
.m-modal__cover-deco {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .m-modal__cover-deco {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.m-modal__cover-deco.--deco1 {
  top: 0;
  left: 0;
}
.m-modal__cover-deco.--deco2 {
  top: 0;
  right: 0;
}
.m-modal__cover-deco.--deco3 {
  bottom: 0;
  right: 0;
}
.m-modal__cover-deco.--deco4 {
  bottom: 0;
  left: 0;
}
.m-modal__cover-deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__cover-deco.--deco1::before {
  border-top: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco2::before {
  border-top: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco3::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
}

.m-modal__cover-deco.--deco4::before {
  border-bottom: 0.1rem solid var(--color-white);
  border-left: 0.1rem solid var(--color-white);
}

.m-modal__close {
  width: 5rem;
  height: 5rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 2.5rem;
    top: 1rem;
    right: 1.5rem;
  }
}
.m-modal__close-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.m-modal__close-text::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}
.m-modal__close-text::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background-color: var(--color-white);
  z-index: 1;
  border-radius: 20rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}