@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-sky: #73c6de;
  --color-green: #408257;
  --color-grass: #6ea18a;
  --color-teal: #1a687f;
  --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 {
  --fz_pc: 62.5%;
  --fz_sp: 62.5%;
  width: 100%;
  height: var(--svh);
  font-size: min(var(--fz_pc), 15px);
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: thin;
}
@media screen and (max-width: 960px) {
  html {
    font-size: var(--fz_sp);
  }
}

body {
  width: 100vw;
  height: var(--svh);
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: var(--svh);
}

.p-loader {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-white);
  pointer-events: none;
}
.is-load .p-loader {
  opacity: 0;
  transition: opacity 2s var(--ease_inout);
}
.p-loader__content {
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-loader__point {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  bottom: 0.2rem;
}
.p-loader__point-dot {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: relative;
  background-color: var(--color-black);
  border-radius: 50%;
}
.is-op .p-loader__point-dot:nth-child(1) {
  animation: loading_1 2s steps(10) infinite;
}
.is-op .p-loader__point-dot:nth-child(2) {
  animation: loading_2 2s steps(10) infinite;
}
.is-op .p-loader__point-dot:nth-child(3) {
  animation: loading_3 2s steps(10) infinite;
}
.is-op .p-loader__point-dot:nth-child(4) {
  animation: loading_4 2s steps(10) infinite;
}
.is-op .p-loader__point-dot:nth-child(5) {
  animation: loading_5 2s steps(10) infinite;
}
@keyframes loading_1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-loader__chara {
  width: 4rem;
  display: block;
  position: relative;
}

.p-bg {
  width: 133vw;
  min-width: 133vh;
  height: 133vh;
  min-height: 133vw;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
.p-bg__cover {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: width 0s linear 0.6s;
}
.p-bg__cover[data-bg="1"] {
  background: var(--color-white);
}
.p-bg__cover[data-bg="2"] {
  background: var(--color-sky);
}
.p-bg__cover[data-bg="3"] {
  background: var(--color-green);
}
.p-bg__cover[data-bg="4"] {
  background: var(--color-grass);
}
.p-bg__cover[data-bg="5"] {
  background: var(--color-teal);
}
@media screen and (max-width: 960px) {
  .p-bg__cover[data-bg="5"] {
    background: var(--color-grass);
  }
}
.p-bg__cover[data-bg="6"] {
  background: var(--color-teal);
}
@media screen and (max-width: 960px) {
  .p-bg__cover[data-bg="6"] {
    background: var(--color-grass);
  }
}
[data-bg="1"] .p-bg__cover[data-bg="1"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}
[data-bg="2"] .p-bg__cover[data-bg="2"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}
[data-bg="3"] .p-bg__cover[data-bg="3"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}
[data-bg="4"] .p-bg__cover[data-bg="4"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}
[data-bg="5"] .p-bg__cover[data-bg="5"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}
[data-bg="6"] .p-bg__cover[data-bg="6"] {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_out);
  z-index: 1;
}

.p-hero {
  flex-shrink: 0;
  height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-hero {
    max-width: 100vw;
    overflow: hidden;
  }
}
.p-hero__container {
  flex-shrink: 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: grid;
    grid-template-columns: 66.5rem 66.5rem;
    grid-template-rows: auto 1fr;
    gap: 5.2rem 0;
  }
}
.p-hero__scroll {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: min(100% - 2rem, 100vw - 2rem);
}
@media screen and (max-width: 960px) {
  .p-hero__scroll {
    top: 1.4rem;
    left: min(100% - 1rem, 100vw - 1rem);
  }
}
.p-hero__scroll-text {
  display: block;
  position: relative;
  padding-right: 4rem;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  font-family: "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 960px) {
  .p-hero__scroll-text {
    padding-right: 2.5rem;
    font-size: 1.5rem;
  }
}
.p-hero__scroll-text::after {
  content: "";
  width: 3rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/top/ar.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll-text::after {
    width: 1.8rem;
  }
}
.p-hero__header {
  min-width: 0;
  display: block;
  position: relative;
  padding: 7rem 0 0;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    padding: 1.5rem 0 0;
  }
}
.p-hero__title {
  width: 55rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 31rem;
    max-width: 82.6666666667vw;
  }
}
.p-hero__lead {
  width: 45rem;
  display: block;
  position: relative;
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    width: 28rem;
    max-width: 74.6666666667vw;
    margin-top: 2rem;
  }
}
.p-hero__lead-text {
  display: block;
  position: relative;
}
.p-hero__lead-deco {
  width: 9.5rem;
  display: block;
  position: absolute;
  top: -1.8rem;
  right: -3rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__lead-deco {
    display: none;
  }
}
.p-hero__bnr {
  width: 54.2rem;
  display: block;
  position: relative;
  margin: 2.6rem auto 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    width: 37.5rem;
    max-width: 100vw;
    margin-top: 2.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__bnr {
    transition: transform 0.5s var(--ease_out);
  }
  .p-hero__bnr:hover {
    transform: scale(1.05);
  }
}
.p-hero__inner {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    grid-column: 2/3;
    grid-row: 1/3;
    padding: 5.7rem 0;
  }
}
.p-hero__official {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__official {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-hero__official-item {
  width: 63rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__official-item:nth-child(2) {
    margin-left: 4rem;
  }
  .p-hero__official-item + .p-hero__official-item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__official-item {
    width: 17.4rem;
    max-width: 50vw;
  }
}
.p-hero__footer {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__footer {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer {
    margin-top: 2.1rem;
  }
}
.p-hero__anchor {
  width: 38.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__anchor {
    width: 31rem;
    max-width: 82.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__anchor {
    transition: transform 0.5s var(--ease_out);
  }
  .p-hero__anchor:hover {
    transform: scale(1.05);
  }
}

.p-hero_official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero_official {
    box-shadow: 1rem 1rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-hero_official__btn {
  width: 19.8rem;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero_official__btn {
    bottom: 4.6rem;
    right: 10.6rem;
  }
  .--tv .p-hero_official__btn {
    bottom: 5.4rem;
    right: 10.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_official__btn {
    width: 16rem;
    max-width: 42.6666666667vw;
    bottom: 1.3rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_official__btn {
    transition: transform 0.5s var(--ease_out);
  }
  .p-hero_official__btn:hover {
    transform: scale(1.05);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-hero_official__btn:hover {
    transform: scale(1.05) translate(-50%, 0);
  }
}

.p-section {
  flex-shrink: 0;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  z-index: 0;
}
.p-section.--movie1 {
  padding-right: 0;
  background-color: var(--color-sky);
}
.p-section.--movie2 {
  background-color: var(--color-green);
}
.p-section.--tv {
  background-color: var(--color-grass);
}
.p-section::before {
  content: "";
  width: 100vw;
  height: var(--svh);
  display: block;
  position: relative;
}
.p-section__in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  padding-right: 30vw;
  padding-top: 1rem;
}
@media screen and (orientation: portrait) {
  .p-section__in {
    padding-right: 50vw;
  }
}
.--movie1 .p-section__in {
  background: url("../img/movie1/bg_pattern.png") repeat-x left center/auto 100%;
}
.--movie2 .p-section__in {
  background: url("../img/movie2/bg_pattern.png") repeat-x left center/auto 100%;
}
.--tv .p-section__in {
  background: url("../img/tv/bg_pattern.png") repeat-x left center/auto 100%;
}
.p-section__container {
  height: var(--svh);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.p-section__header {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 3rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-section__header {
    padding: 0.5rem 2.4rem 3rem;
  }
}
.p-section__cap {
  width: 40.3rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 3rem;
  margin-bottom: 4rem;
  padding-right: 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-section__cap {
    width: 32.5rem;
    max-width: calc(100vw - 6rem);
    margin-bottom: 3.2rem;
  }
}
.p-section__inner {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
  position: relative;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 960px) {
  .p-section__inner {
    gap: 3.5rem;
  }
}
.p-section__visual {
  width: 40.5rem;
  display: block;
  position: relative;
  top: 1rem;
  box-shadow: 1rem 1rem 1.5rem 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1);
}
@media screen and (max-width: 960px) {
  .p-section__visual {
    width: 32.5rem;
    box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-section__visual.is-scroll-active {
  opacity: 1;
  transform: scale3d(1.001, 1.001, 1.001);
  transition: opacity 1.4s var(--ease_out), transform 2s var(--ease_out);
}
.p-section__visual-img {
  display: block;
  position: relative;
}
.p-section__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  position: relative;
  gap: 5rem 10.4rem;
}
@media screen and (max-width: 960px) {
  .p-section__list {
    gap: 3rem 8.2rem;
  }
}
.p-section__list-item {
  width: 36rem;
  --data_width: 26rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-section__list-item {
    width: 29.1rem;
    --data_width: 21rem;
  }
}
.p-section__list-item:nth-child(6n+2) {
  --data_width: 23rem;
  justify-content: flex-end;
  top: -0.2rem;
  left: -0.2rem;
}
@media screen and (max-width: 960px) {
  .p-section__list-item:nth-child(6n+2) {
    --data_width: 18.5rem;
  }
}
.p-section__list-item:nth-child(6n+3) {
  justify-content: center;
  left: -1.5rem;
}
.p-section__list-item:nth-child(6n+4) {
  --data_width: 23rem;
  width: 30rem;
  margin-right: -4rem;
  top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-section__list-item:nth-child(6n+4) {
    --data_width: 18.5rem;
    top: 1.2rem;
  }
}
.p-section__list-item:nth-child(6n+5) {
  top: 3rem;
  margin-right: -4rem;
  left: 1.5rem;
  justify-content: center;
}
.p-section__list-item:nth-child(6n+6) {
  --data_width: 23rem;
  margin-right: -4rem;
  left: -4rem;
  top: 2rem;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-section__list-item:nth-child(6n+6) {
    --data_width: 18.5rem;
    left: -3rem;
    top: 3rem;
  }
}
.p-section__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-section__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-section__bg-in {
  width: 100vw;
  height: 50rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-section__bg-in {
    height: 45rem;
  }
}
.p-section__deco {
  width: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-section__deco.--deco1 {
  width: 10rem;
  left: 87.8rem;
  top: 51.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco1 {
    width: 8.5rem;
    left: 70.5rem;
    top: 41.5rem;
  }
}
.p-section__deco.--deco2 {
  width: 15.4rem;
  left: 137.8rem;
  top: 32.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco2 {
    width: 13rem;
    left: 110.8rem;
    top: 26rem;
  }
}
.p-section__deco.--deco3 {
  width: 10.5rem;
  left: 179rem;
  top: 43.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco3 {
    width: 8.5rem;
    left: 144rem;
    top: 35rem;
  }
}
.p-section__deco.--deco4 {
  width: 7.4rem;
  left: 272rem;
  top: 23.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco4 {
    width: 5.8rem;
    left: 218rem;
    top: 19.5rem;
  }
}
.p-section__deco.--deco5 {
  width: 20rem;
  left: 50%;
  top: 100%;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco5 {
    width: 15rem;
  }
}
.p-section__deco.--deco6 {
  width: 8.2rem;
  left: 83.2rem;
  top: 13rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco6 {
    width: 6.2rem;
    left: 66.8rem;
    top: 9.8rem;
  }
}
.p-section__deco.--deco7 {
  width: 13.8rem;
  left: 130.5rem;
  top: 50rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco7 {
    width: 11rem;
    left: 105.5rem;
    top: 40.5rem;
  }
}
.p-section__deco.--deco8 {
  width: 7.5rem;
  left: 183rem;
  top: 27.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco8 {
    width: 5.2rem;
    left: 148rem;
    top: 22rem;
  }
}
.p-section__deco.--deco9 {
  width: 11rem;
  left: 219.8rem;
  top: 56.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__deco.--deco9 {
    width: 9rem;
    left: 177.5rem;
    top: 46rem;
  }
}
.p-section__deco-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(0.2);
}
.is-scroll-active .p-section__deco-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s var(--ease_out), transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-section_data {
  width: var(--data_width);
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(1.05, 1.05, 1.05);
}
.is-scroll-active .p-section_data {
  opacity: 1;
  transform: scale3d(1.001, 1.001, 1.001);
  transition: opacity 1s var(--ease_out), transform 2s var(--ease_out);
}
.p-section_data::before {
  content: "";
  width: var(--data_width);
  height: var(--data_width);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0.5rem solid var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media (hover: hover) and (pointer: fine) {
  .p-section_data:hover::before {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 1.2s var(--ease_out), transform 2s var(--ease_out);
  }
}
.p-section_data__thumb {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-section_data__thumb {
    transition: transform 0.5s var(--ease_out);
  }
  .p-section_data:hover .p-section_data__thumb {
    transform: scale(1.05);
  }
}
.p-section_data__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  filter: drop-shadow(0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2));
}
.p-section_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-age {
  min-width: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 2;
}
.p-age.--movie1 {
  padding-right: 0;
  background-color: var(--color-sky);
}
.p-age.--movie2 {
  background-color: var(--color-green);
}
.p-age.--tv {
  background-color: var(--color-grass);
}
@media screen and (min-width: 961px) {
  .p-age {
    margin-right: -100vw;
  }
  .p-age[data-sticky="1"]::before {
    content: "";
    width: 100vw;
    height: var(--svh);
    display: block;
    position: relative;
  }
  .p-age[data-sticky="2"]::after {
    content: "";
    width: 100vw;
    height: var(--svh);
    display: block;
    position: relative;
  }
}
.p-age__in {
  height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-teal);
}
@media screen and (min-width: 961px) {
  .p-age__in {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  [data-sticky="1"] .p-age__in {
    right: 0;
  }
  [data-sticky="2"] .p-age__in {
    left: 0;
  }
}
.p-age__container {
  height: 75rem;
  display: block;
  position: relative;
  padding: 3rem 14.4rem;
}
@media screen and (max-width: 960px) {
  .p-age__container {
    height: 60rem;
    padding: 4rem 2.5rem;
  }
}
.p-age__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-age__header {
    margin-bottom: 2rem;
  }
}
.p-age__title {
  width: 67rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-age__title {
    width: 30.5rem;
  }
}
.p-age__list {
  display: grid;
  grid-template-columns: repeat(3, 28.8rem);
  gap: 8.7rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-age__list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.p-age__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-age__list-item + .p-age__list-item::before {
    content: "";
    width: 2.8rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: 14.5rem;
    left: -4.5rem;
    transform: translate(-50%, -50%);
    border-left: 2.8rem solid var(--color-white);
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
  }
}

.p-age_data {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-age_data {
    display: grid;
    grid-template-columns: 14rem 14rem;
    grid-template-rows: auto 1fr;
    gap: 1.4rem 2.1rem;
  }
}
.p-age_data__thumb {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-age_data__thumb {
    grid-column: 2/3;
    grid-row: 1/3;
    border-radius: 1rem;
  }
}
.p-age_data__thumb-img {
  display: block;
  position: relative;
}
.p-age_data__cap {
  width: 25rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-age_data__cap {
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 960px) {
  .p-age_data__cap {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.p-footer {
  min-width: 100vw;
  flex-shrink: 0;
  height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-white);
  z-index: 2;
}
.p-footer__container {
  height: 75rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-footer__container {
    height: 60rem;
  }
}
.p-footer__content {
  display: block;
  position: relative;
  padding: 3rem 13.4rem 5.5rem;
}
@media screen and (max-width: 960px) {
  .p-footer__content {
    padding: 1rem 5.5rem 5rem;
  }
}
.p-footer__official {
  display: block;
  position: relative;
  margin-bottom: 21.5rem;
}
@media screen and (max-width: 960px) {
  .p-footer__official {
    margin-bottom: 5.3rem;
  }
}
.p-footer__help {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-footer__help {
    margin-bottom: 1rem;
  }
}
.p-footer__legal {
  display: block;
  position: relative;
  color: #7f7f7f;
}
.p-footer__legal-text {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  font-family: "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-footer__legal-text {
    font-size: 9px;
    letter-spacing: 0;
  }
}
.p-footer__legal-text + .p-footer__legal-text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-footer__legal-text + .p-footer__legal-text {
    margin-top: 1.2rem;
  }
}

.p-footer_official {
  display: block;
  position: relative;
}
.p-footer_official__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-footer_official__list {
    display: grid;
    grid-template-columns: repeat(3, 31.5rem);
    gap: 6rem;
  }
}
.p-footer_official__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-footer_official__list-item {
    width: 21rem;
    margin: 0 auto;
  }
  .p-footer_official__list-item + .p-footer_official__list-item {
    margin-top: 1rem;
  }
}
.p-footer_official__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer_official__link {
    transition: transform 0.5s var(--ease_out);
  }
  .p-footer_official__link:hover {
    transform: scale(1.05);
  }
}

.p-footer_help {
  display: block;
  position: relative;
}
.p-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
}
.p-footer_help__list-item {
  display: block;
  position: relative;
}
.p-footer_help__link {
  display: block;
  position: relative;
  font-size: 15px;
  color: #7f7f7f;
  font-family: "Ibarra Real Nova", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-footer_help__link {
    font-size: 12px;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-footer_help__link {
      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-footer_help__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) {
    .p-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.p-scrollbar {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 2rem;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-scrollbar {
    bottom: 1.5rem;
  }
}
.p-scrollbar__content {
  width: 94%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-scrollbar__content {
    width: calc(100% - 5rem);
  }
}
.p-scrollbar__chara {
  width: 3.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-scrollbar__chara {
    width: 2.5rem;
  }
}
.p-scrollbar__chara-img {
  display: block;
  position: relative;
}
.p-scrollbar__bar {
  width: 100%;
  height: 0.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-scrollbar__bar {
    height: 0.4rem;
  }
}

.p-balloon {
  width: 20rem;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-balloon {
    width: 11rem;
    right: 1rem;
    bottom: 3rem;
  }
}
[data-bg="2"] .p-balloon, [data-bg="3"] .p-balloon, [data-bg="4"] .p-balloon, [data-bg="5"] .p-balloon, [data-bg="6"] .p-balloon {
  opacity: 1;
}

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

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