@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #231815;
  --color-gray: #797979;
  --color-white: #fff;
  --color-line: #cfcfcf;
  --color-main: #e4007b;
  --gradient-bg: linear-gradient(to bottom, #eaf3f4 0%, #fdf8e9 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: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Shippori Mincho B1", "游明朝", "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: "Shippori Mincho B1", "游明朝", "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 {
  max-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;
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/kv_logo.png") no-repeat center/30rem auto;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    background-size: 18rem auto;
  }
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.4s var(--ease_out);
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.4s var(--ease_inout);
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow-y: auto;
  overscroll-behavior: none;
  background-color: var(--color-main);
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5rem;
  background: url("../img/bg_menu_logo.png") no-repeat center/48% auto;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    background-size: 90% auto;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__content {
  width: 90%;
  display: block;
  position: relative;
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 0.4rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.2rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  font-size: 4.6rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    font-size: 3.2rem;
    letter-spacing: 0.6rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav__link {
      -webkit-text-decoration: underline 1px;
      text-decoration: underline 1px;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-nav__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav__link:hover {
      text-decoration: underline;
    }
  }
}

.l-menu {
  width: 11rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 0;
  outline: none !important;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 7rem;
    height: 5rem;
  }
}
.l-menu__content {
  width: 7rem;
  height: 1.3rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 7rem;
    height: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 2.4rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-menu:hover .l-menu__content {
    height: 1.6rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--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%);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  background-color: var(--color-white);
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.l-menu__line-bar::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar:nth-child(2)::after {
  --delay2: 0s;
  width: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover .--open .l-menu__line-bar:nth-child(2)::after {
    width: 100%;
    left: auto;
    right: 0;
  }
}

.--open .l-menu__line-bar::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::after {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.4s var(--ease_inout) var(--delay2);
}
.--close .l-menu__line-bar::after {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay2);
  background-color: var(--color-white);
}
.is-menu-open .--close .l-menu__line-bar::after {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay2) + 0.2s);
}

.l-footer {
  display: block;
  position: relative;
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 8rem 0 5rem;
  }
}
.l-footer__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 3rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
.l-footer__sns {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 2.8rem;
  }
}
.l-footer__buy {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__buy {
    margin-top: 5.2rem;
  }
}
.l-footer__copy {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 5.6rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 3.5rem;
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
.l-footer_official__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: color 0.4s var(--ease_out);
  }
  .l-footer_official__link:hover {
    color: var(--color-main);
  }
}
.l-footer_official__link-text {
  display: block;
  position: relative;
}
.l-footer_official__link-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 3rem;
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 2.2rem;
  display: block;
  position: relative;
}
.l-footer_sns__link::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-black);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_sns__link:hover::before {
    opacity: 1;
  }
}

.l-footer_buy {
  display: block;
  position: relative;
}
.l-footer_buy__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_buy__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.l-footer_buy__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_buy__list-item + .l-footer_buy__list-item {
    margin-top: 1rem;
  }
}
.l-footer_buy__link {
  width: 21rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-footer_buy__link {
    width: 21rem;
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_buy__link {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .l-footer_buy__link:hover {
    color: var(--color-white);
    background-color: var(--color-main);
  }
}
.l-footer_buy__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
  border-radius: 20rem;
  z-index: -1;
}
.l-footer_buy__link-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_buy__link-text {
    font-size: 1.3rem;
  }
}

.p-hero {
  width: 100%;
  max-width: 180rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__header {
  width: 90%;
  max-width: 106rem;
  display: block;
  position: relative;
  padding: 7.2rem 0 6.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    padding: 5.2rem 0 7.2rem;
  }
}
.p-hero__logo {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__logo {
    width: 46.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 23rem;
    margin: 0 auto 4.25rem;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    flex: 1 1 0;
    min-width: 0;
    padding: 1rem 0 6rem;
  }
}
.p-hero__title {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    width: 39rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 23.5rem;
    margin: 0 auto;
  }
}
.p-hero__inner {
  display: block;
  position: relative;
}
.p-hero__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__thumb-img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__thumb-img {
    width: 141.8%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.p-news {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.5rem auto 0;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-news {
    margin: 2.7rem auto 0;
    padding: 5rem 0;
  }
}
.p-news__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 0.5rem;
  }
}
.p-news__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -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-news__title {
    font-size: 3.5rem;
    letter-spacing: 0.85rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news__title {
    -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-scroll-active .p-news__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
  padding-right: 7.2rem;
}
.p-news__more.is-ended {
  display: none;
}
.p-news__more:after {
  content: "";
  width: 5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-bottom: 1px solid var(--color-text);
  transform: translate(0, -50%);
}
.p-news__more-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-news_article {
  width: 100%;
  display: block;
  position: relative;
  padding: 3.05rem 0;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 2.5rem 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: color 0.4s var(--ease_out);
  }
  .p-news_article:hover {
    color: var(--color-main);
  }
}
.p-news_article__date {
  min-width: 13rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-main);
}
.p-news_article__date-year {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.8;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-year {
    font-size: 0.8rem;
  }
}
.p-news_article__date-day {
  display: block;
  position: relative;
  font-size: 3.1rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-day {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.p-news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  text-align: left;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_article:hover .p-news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article:hover .p-news_article__title {
      text-decoration: underline;
    }
  }
}

.p-single {
  display: block;
  position: relative;
  padding: 9.2rem 0;
  background: var(--gradient-bg);
}
@media screen and (max-width: 960px) {
  .p-single {
    padding: 5rem 0;
  }
}
.p-single__container {
  width: 90%;
  max-width: 90rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-single__header {
  display: block;
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-single__header {
    padding-bottom: 2.4rem;
    margin-bottom: 3rem;
  }
}
.p-single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-line);
}
.p-single__date {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: var(--color-main);
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-single__date {
    font-size: 1.4rem;
  }
}
.p-single__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-single__title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-single__inner {
  display: block;
  position: relative;
}
.p-single__inner {
  display: block;
  position: relative;
}
.p-single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-single__text {
    font-size: 1.2rem;
    line-height: 2.1;
  }
}
.p-single__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-single__text a:hover {
    text-decoration: none;
  }
}
.p-single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-single__text iframe {
    aspect-ratio: 16/9;
  }
}

.p-release {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 4rem;
  background: var(--gradient-bg);
}
@media screen and (max-width: 960px) {
  .p-release {
    margin-top: 0;
  }
}
.p-release__bg {
  width: 100%;
  height: calc(100% - 36.8rem);
  display: block;
  position: absolute;
  top: 36.8rem;
  left: 0;
  z-index: 0;
}
.p-release__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_img_pc.png") no-repeat 50% 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-release__bg::after {
    content: none;
  }
}
.p-release__logo {
  width: 100%;
  height: var(--svh);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url("../img/bg_release_logo.png") no-repeat center/50% auto;
}
.p-release__content {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-release__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 14.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-release__container {
    padding: 7.4rem 0;
  }
}
.p-release__header {
  display: block;
  position: relative;
  margin-bottom: 14rem;
}
@media screen and (max-width: 960px) {
  .p-release__header {
    margin-bottom: 4.5rem;
  }
}
.p-release__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/title_release_bg.png") repeat-x 0 50%/130rem auto;
  animation: marquee_title_1 50s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-release__header::before {
    background-size: 65rem auto;
    animation-duration: 100s;
  }
}
@keyframes marquee_title_1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -130rem;
  }
}
.p-release__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-release__title {
    font-size: 3.6rem;
    letter-spacing: 0.85rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release__title {
    -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-scroll-active .p-release__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-release__inner {
  display: block;
  position: relative;
}
.p-release__outline {
  display: block;
  position: relative;
}
.p-release__disc {
  display: block;
  position: relative;
}

.p-release_outline {
  display: block;
  position: relative;
}
.p-release_outline__cap {
  width: 40rem;
  display: block;
  position: relative;
  margin: 0 auto 13rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__cap {
    width: 23.4rem;
    margin-bottom: 4.1rem;
  }
}
.p-release_outline__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_outline__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_outline__list {
    width: 27.5rem;
    margin: 0 auto;
  }
}
.p-release_outline__list-item {
  width: calc(50% - 5rem);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_outline__list-item:nth-child(even) {
    top: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_outline__list-item {
    width: 100%;
  }
  .p-release_outline__list-item + .p-release_outline__list-item {
    margin-top: 5.2rem;
  }
}
.p-release_outline__data {
  display: block;
  position: relative;
}
.p-release_outline__data-img {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__data-img {
    margin-bottom: 1.4rem;
  }
}
.p-release_outline__data-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  padding: 0 0.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-release_outline__data-title {
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
  }
}
.p-release_outline__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 960px) {
  .p-release_outline__data-text {
    font-size: 1.3rem;
  }
}
.p-release_outline__link {
  width: 100%;
  max-width: 104rem;
  display: block;
  position: relative;
  padding: 5.4rem 0;
  margin: 9.6rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-release_outline__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_outline__link {
    width: 100%;
    margin-top: 4.5rem;
    padding: 3rem 2rem;
  }
}
.p-release_outline__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.p-release_outline__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_outline__link-item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 960px) {
  .p-release_outline__link-item + .p-release_outline__link-item {
    margin-top: 1rem;
  }
}

.p-release_disc {
  display: block;
  position: relative;
  padding-top: 17.6rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc {
    padding-top: 7.6rem;
  }
}
.p-release_disc__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-release_disc__header {
    margin-bottom: 3rem;
  }
}
.p-release_disc__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-release_disc__title {
    font-size: 3.6rem;
    letter-spacing: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release_disc__title {
    -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-scroll-active .p-release_disc__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-release_disc__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-release_disc__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}

.p-release_track {
  display: block;
  position: relative;
  padding: 7.5rem 6rem;
  color: var(--color-black);
  background-color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-release_track {
    display: grid;
    grid-template-columns: 15.1rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-release_track {
    padding: 3.5rem 2.5rem 5rem;
  }
}
.p-release_track + .p-release_track {
  margin-top: 7.3rem;
}
@media screen and (max-width: 960px) {
  .p-release_track + .p-release_track {
    margin-top: 2rem;
  }
}
.p-release_track__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_track__header {
    margin-bottom: 2.4rem;
  }
}
.p-release_track__title {
  display: block;
  position: relative;
  font-size: 4.2rem;
  letter-spacing: 0.8rem;
  line-height: 1.2;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .p-release_track__title {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 960px) {
  .p-release_track__title {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
}
.p-release_track__inner {
  display: block;
  position: relative;
}
.p-release_track__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release_track__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem;
  }
}
.p-release_track__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_track__list + .p-release_track__list {
    margin-top: 1.8rem;
  }
}
.p-release_track__list-item {
  display: block;
  position: relative;
}
.p-release_track__list-item + .p-release_track__list-item {
  margin-top: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-release_track__list-item + .p-release_track__list-item {
    margin-top: 1.8rem;
  }
}
.p-release_track__data {
  display: block;
  position: relative;
  padding-left: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-release_track__data {
    padding-left: 3.4rem;
  }
}
.p-release_track__data-no {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  font-size: 1.4rem;
  line-height: 0.8;
  letter-spacing: 0.02rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  color: var(--color-main);
}
@media screen and (max-width: 960px) {
  .p-release_track__data-no {
    font-size: 1.3rem;
    line-height: 0.9;
  }
}
.p-release_track__data-title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-release_track__data-title {
    font-size: 2rem;
    line-height: 0.9;
  }
}
.p-release_track__data-title small {
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .p-release_track__data-title small {
    font-size: 0.7em;
  }
}
.p-release_track__data-tieup {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-release_track__data-tieup {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}
.p-release_track__data-text {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-release_track__data-text {
    margin-top: 0.4rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.p-release_track__bonus {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_track__bonus {
    gap: 0 0.6rem;
  }
}
.p-release_track__bonus-cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 0.8;
  letter-spacing: 0.02rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  color: var(--color-main);
}
@media screen and (max-width: 960px) {
  .p-release_track__bonus-cap {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-release_track__bonus-title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-release_track__bonus-title {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
  }
}
.p-release_track__bonus-title small {
  font-size: 0.8em;
}
.p-release_track__bonus-text {
  width: 100%;
  display: block;
  position: relative;
}

.p-release_package {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-release_package {
    padding-top: 0.4rem;
  }
}
.p-release_package + .p-release_package {
  margin-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-release_package + .p-release_package {
    margin-top: 4.5rem;
  }
}
.p-release_package__title {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-release_package__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-release_package__note {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 960px) {
  .p-release_package__note {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-release_package__list {
  display: block;
  position: relative;
  margin-top: 4.2rem;
}
@media screen and (min-width: 961px) {
  .p-release_package__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: column;
    gap: 0.85rem 1rem;
  }
  .--mv .p-release_package__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-release_package__list {
    margin-top: 3rem;
  }
}
.p-release_package__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release_package__list-item + .p-release_package__list-item {
    margin-top: 0.6rem;
  }
}
.p-release_package__data {
  display: block;
  position: relative;
  padding-left: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-release_package__data {
    padding-left: 4rem;
  }
}
.p-release_package__data-no {
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  font-size: 1.4rem;
  line-height: 0.8;
  letter-spacing: 0.02rem;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  color: var(--color-main);
}
@media screen and (max-width: 960px) {
  .p-release_package__data-no {
    font-size: 1.2rem;
    top: 1rem;
    left: 0.3rem;
  }
}
.p-release_package__data-title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-release_package__data-title {
    font-size: 2rem;
  }
}
.p-release_package__data-title span {
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .p-release_package__data-title span {
    font-size: 0.7em;
  }
}
.p-release_package__data-title small {
  font-size: 0.7em;
}
@media screen and (max-width: 960px) {
  .p-release_package__data-title small {
    font-size: 0.6em;
  }
}

.p-special {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 4.5rem;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-special {
    margin-top: 0;
    padding: 5rem 0;
  }
}
.p-special__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-special__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-special__header {
    margin-bottom: 5.2rem;
  }
}
.p-special__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/title_special_bg.png") repeat-x 0 50%/125rem auto;
  animation: marquee_title_2 48.0769230769s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-special__header::before {
    background-size: 62.5rem auto;
    animation-duration: 96.1538461538s;
  }
}
@keyframes marquee_title_2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -125rem;
  }
}
.p-special__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-special__title {
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-special__title {
    -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-scroll-active .p-special__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-special__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-special__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.p-special__lead {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-special__lead {
    font-size: 2rem;
    letter-spacing: 0.06rem;
  }
}
.p-special__content {
  display: block;
  position: relative;
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-special__content {
    margin-top: 2.2rem;
  }
}
.p-special__link {
  width: 100%;
  max-width: 104rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-special__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-special__link {
    width: 90%;
    margin-top: 2.8rem;
  }
}
.p-special__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-special__link-item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 960px) {
  .p-special__link-item + .p-special__link-item {
    margin-top: 1rem;
  }
}

.p-special_content {
  display: block;
  position: relative;
  background: var(--gradient-bg);
  padding: 7rem 0;
}
@media screen and (max-width: 960px) {
  .p-special_content {
    padding: 3.5rem 0 4.5rem;
  }
}
.p-special_content + .p-special_content {
  margin-top: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-special_content + .p-special_content {
    margin-top: 2rem;
  }
}
.p-special_content__inner {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-special_content__inner {
    width: 84.5%;
  }
}
.p-special_content__cap {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-special_content__cap {
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-special_content__cap:last-child {
  margin-bottom: 0;
}
.p-special_content__cap small {
  font-size: 0.8em;
}
.p-special_content__img {
  display: block;
  position: relative;
}
.p-special_content__text {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.61;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-special_content__text {
    margin-top: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-special_content__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-special_content__text a:hover {
    text-decoration: none;
  }
}

.p-movie {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0.6rem;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie {
    margin-top: 0.8rem;
    padding: 5rem 0;
  }
}
.p-movie__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 86%;
  }
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 9rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 4.1rem;
  }
}
.p-movie__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/title_movie_bg.png") repeat-x 0 50%/100rem auto;
  animation: marquee_title_3 38.4615384615s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-movie__header::before {
    background-size: 50rem auto;
    animation-duration: 76.9230769231s;
  }
}
@keyframes marquee_title_3 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100rem;
  }
}
.p-movie__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-movie__title {
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    -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-scroll-active .p-movie__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-movie__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-movie__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-movie__thumb {
  display: block;
  position: relative;
  z-index: 0;
}
.p-movie__thumb-img {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-movie__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-img::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-movie__thumb:hover .p-movie__thumb-img::before {
    opacity: 0.2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-img img {
    transition: transform 0.4s var(--ease_out);
  }
  .p-movie__thumb:hover .p-movie__thumb-img img {
    transform: scale(1.05);
  }
}
.p-movie__thumb-icon {
  width: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-icon {
    transition: transform 0.4s var(--ease_out);
  }
  .p-movie__thumb:hover .p-movie__thumb-icon {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.p-movie__thumb-icon::before {
  content: "";
  width: 22rem;
  height: 22rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-main);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__thumb-icon::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-movie__thumb:hover .p-movie__thumb-icon::before {
    opacity: 1;
  }
}
.p-movie__thumb-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg.png") no-repeat center/contain;
  animation: rotate 60s linear infinite;
  animation-play-state: paused;
}
.is-slide-current .p-movie__thumb-icon::after {
  animation-play-state: running;
}
.p-movie__link {
  width: 100%;
  max-width: 104rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-movie__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__link {
    width: 93%;
    margin-top: 2.1rem;
  }
}
.p-movie__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__link-item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 960px) {
  .p-movie__link-item + .p-movie__link-item {
    margin-top: 1rem;
  }
}

.p-cp {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 4.5rem;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-cp {
    margin-top: 0;
    padding: 5rem 0;
  }
}
.p-cp__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cp__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-cp__header {
    margin-bottom: 4.6rem;
  }
}
.p-cp__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/titile_campaign_bg.png") repeat-x 0 50%/155rem auto;
  animation: marquee_title_4 59.6153846154s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-cp__header::before {
    background-size: 77.5rem auto;
    animation-duration: 119.2307692308s;
  }
}
@keyframes marquee_title_4 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -155rem;
  }
}
.p-cp__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-cp__title {
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cp__title {
    -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-scroll-active .p-cp__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-cp__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-cp__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.p-cp__lead {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp__lead {
    font-size: 2rem;
  }
}
.p-cp__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.95;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp__text {
    margin-top: 2.2rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-cp__link {
  width: 100%;
  max-width: 104rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-cp__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cp__link {
    width: 90%;
    margin-top: 3.4rem;
  }
}
.p-cp__link-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cp__link-item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 960px) {
  .p-cp__link-item + .p-cp__link-item {
    margin-top: 1rem;
  }
}

.p-tour {
  width: 100%;
  display: block;
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-tour {
    margin-top: 2rem;
    padding: 5rem 0;
  }
}
.p-tour__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-tour__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-tour__header {
    margin-bottom: 5rem;
  }
}
.p-tour__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/title_tour_bg.png") repeat-x 0 50%/83rem auto;
  animation: marquee_title_5 31.9230769231s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-tour__header::before {
    background-size: 41.5rem auto;
    animation-duration: 63.8461538462s;
  }
}
@keyframes marquee_title_5 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -83rem;
  }
}
.p-tour__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-tour__title {
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tour__title {
    -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-scroll-active .p-tour__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-tour__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-tour__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.p-tour__lead {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  text-align: center;
}
.p-tour__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.95;
  text-align: center;
}
.p-tour__link {
  width: 100%;
  max-width: 104rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  position: relative;
  margin: 5rem auto 0;
}
.p-tour__link-item {
  width: calc(50% - 2rem);
  display: block;
  position: relative;
}

.p-tour_content {
  display: block;
  position: relative;
  background: var(--gradient-bg);
  padding: 6.3rem 0;
}
@media screen and (max-width: 960px) {
  .p-tour_content {
    padding: 3.6rem 0;
  }
}
.p-tour_content + .p-tour_content {
  margin-top: 4.6rem;
}
.p-tour_content__header {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-tour_content__header {
    width: 85%;
    margin-bottom: 3.4rem;
  }
}
.p-tour_content__title {
  display: block;
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-tour_content__title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-tour_content__inner {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-tour_content__inner {
    width: 85%;
  }
}
.p-tour_content__data {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-tour_content__data {
    gap: 0.4rem 0.6rem;
  }
}
.p-tour_content__data + .p-tour_content__data {
  margin-top: 0.95rem;
}
@media screen and (max-width: 960px) {
  .p-tour_content__data + .p-tour_content__data {
    margin-top: 2.5rem;
  }
}
.p-tour_content__data-date {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 961px) {
  .p-tour_content__data-date {
    min-width: 16.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tour_content__data-date {
    min-width: 7.8rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-tour_content__data-area {
  flex: 1 1 0;
  min-width: 1px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 960px) {
  .p-tour_content__data-area {
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
  }
}
.p-tour_content__data-time {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 961px) {
  .p-tour_content__data-time {
    min-width: 17.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tour_content__data-time {
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-tour_content__footer {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-tour_content__footer {
    width: 85%;
    margin-top: 3.8rem;
  }
}

.p-tour_ticket {
  width: 100%;
  display: block;
  position: relative;
  padding: 3.6rem 0 5rem;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-tour_ticket {
    padding: 3.2rem 0 5rem;
  }
}
.p-tour_ticket__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  font-size: 2rem;
  text-align: center;
  gap: 2rem;
  left: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket__price {
    gap: 1.5rem;
  }
}
.p-tour_ticket__price-cap {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket__price-cap {
    font-size: 1.2rem;
  }
}
.p-tour_ticket__price-text {
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket__price-text {
    font-size: 2.5rem;
  }
}
.p-tour_ticket__price-text small {
  font-size: 0.5em;
}
.p-tour_ticket__note {
  display: block;
  position: relative;
  margin-top: 1.3rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket__note {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.p-tour_ticket__buy {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket__buy {
    margin-top: 4.2rem;
  }
}

.p-tour_ticket_buy {
  display: block;
  position: relative;
}
.p-tour_ticket_buy__cap {
  display: block;
  position: relative;
  margin-bottom: 2.6rem;
  padding-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-tour_ticket_buy__cap {
    margin-bottom: 1.4rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}
.p-tour_ticket_buy__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-tour_ticket_buy__list {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-tour_ticket_buy__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-tour_ticket_buy__list {
    max-width: 17.6rem;
    margin: 0 auto;
  }
}
.p-tour_ticket_buy__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-tour_ticket_buy__list-item {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 960px) {
  .p-tour_ticket_buy__list-item + .p-tour_ticket_buy__list-item {
    margin-top: 1rem;
  }
}

.p-tour_btn {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 2rem 1rem;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-tour_btn {
    min-height: 4.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-tour_btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-tour_btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-tour_btn__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-tour_btn__text {
    font-size: 1.2rem;
  }
}

.p-profile {
  width: 100%;
  display: block;
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 960px) {
  .p-profile {
    margin-top: 2.8rem;
    padding: 5rem 0;
  }
}
.p-profile__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-profile__header {
  display: block;
  position: relative;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-profile__header {
    margin-bottom: 3rem;
  }
}
.p-profile__header::before {
  content: "";
  width: 100vw;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/title_profile_bg.png") repeat-x 0 50%/125rem auto;
  animation: marquee_title_6 48.0769230769s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-profile__header::before {
    background-size: 62.5rem auto;
    animation-duration: 96.1538461538s;
  }
}
@keyframes marquee_title_6 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -125rem;
  }
}
.p-profile__title {
  display: block;
  position: relative;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 1.4rem;
  line-height: 1;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  -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-profile__title {
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__title {
    -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-scroll-active .p-profile__title {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out);
  transition: mask-position 1.4s var(--ease_out), -webkit-mask-position 1.4s var(--ease_out);
}
.p-profile__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-scroll-active .p-profile__inner {
  opacity: 1;
  transition: opacity 2s var(--ease_inout) 0.5s;
}
.p-profile__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-profile__content {
    display: grid;
    grid-template-columns: 50rem 1fr;
    gap: 5rem;
  }
}
.p-profile__img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile__img {
    margin-bottom: 2.6rem;
  }
}
.p-profile__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 961px) {
  .p-profile__text {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__text {
    line-height: 1.8;
    font-size: 1.25rem;
    letter-spacing: 0.02rem;
  }
}

.p-btn {
  width: 100%;
  min-height: 8.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 5rem 1rem;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-btn {
    min-height: 6.8rem;
    padding: 1rem 3rem 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-btn__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.p-btn__arrow {
  width: 2.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-btn__arrow {
    width: 1.8rem;
    right: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn:hover .p-btn__arrow img {
    animation: arrow 1s linear;
  }
}

.p-bnr {
  width: 16rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2.5rem;
  z-index: 5;
  transition: opacity 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-bnr {
    width: 9rem;
    bottom: 1.5rem;
    right: 2rem;
  }
}
.is-cover-bind .p-bnr {
  opacity: 0;
  pointer-events: none;
}
.p-bnr__list {
  display: block;
  position: relative;
}
.p-bnr__list-item {
  display: block;
  position: relative;
}
.p-bnr__list-item + .p-bnr__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-bnr__list-item + .p-bnr__list-item {
    margin-top: 0.5rem;
  }
}
.p-bnr__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-bnr__link:hover {
    opacity: 0.7;
  }
}

.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: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(35, 24, 21, 0.9);
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.4s var(--ease_inout);
}
.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;
  z-index: 0;
  padding: 7rem 0;
  overflow: hidden;
}
.m-modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  height: auto !important;
}
.m-modal__close {
  width: 11rem;
  height: 11rem;
  display: block;
  position: fixed;
  top: 1rem;
  right: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
  outline: none !important;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4.5rem;
    height: 4.5rem;
    top: 1.2rem;
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: background-color 0.5s var(--ease_out);
  }
  .m-modal__close:hover {
    background: var(--color-main);
  }
}
.m-modal__close-in {
  width: 60%;
  height: 60%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-in {
    animation: flash 0.1s steps(1) 3;
  }
}
.m-modal__close-in::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::before {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::before {
    border-bottom-color: var(--color-white);
  }
}
.m-modal__close-in::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.1rem solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::after {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::after {
    border-bottom-color: var(--color-white);
  }
}

@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;
  }
}