@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-brown);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-brown: #6a3906;
  --color-pink: #ff8c96;
  --color-gold: #dcb18b;
  --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;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 13px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-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: "Zen Kaku Gothic New", -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 {
  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;
  background: url("../img/bg_obj_pc.jpg") repeat 0 0/1528px auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background: url("../img/bg_obj_sp.jpg") repeat 0 0/100% auto;
  }
}
.l-wrap::after {
  content: "";
  width: 50rem;
  height: 50rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/logo.png") no-repeat center/contain;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    width: 25rem;
    height: 25rem;
  }
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.8s var(--ease_inout);
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 2.8s var(--ease_inout);
}
.l-wrap__bg img {
  width: 100%;
}
.l-wrap__bg-top {
  display: block;
  position: relative;
}
.l-wrap__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -1px 0;
  background: url("../img/frame_mdl_pc.png") repeat-y 50% 0/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-main {
    background: url("../img/frame_mdl_sp.png") repeat-y 50% 0/100% auto;
  }
}
.l-wrap__bg-bottom {
  display: block;
  position: relative;
  transform: scale(1, -1);
}
.l-wrap__container {
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.l-wrap__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  bottom: 1rem;
  left: 0;
  background: url("../img/loop_txt.png") repeat-x 0 100%/298rem auto;
  animation: txt_loop 60s linear infinite;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::before {
    background-size: 149rem auto;
    animation: txt_loop 120s linear infinite;
  }
}
@keyframes txt_loop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -298rem;
  }
}

.l-nav_bg {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 5;
}
.is-menu-show .l-nav_bg {
  display: block;
}
.is-menu-open .l-nav_bg {
  pointer-events: auto;
  opacity: 1;
}

.l-nav {
  width: 33rem;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  z-index: 10;
  background: var(--color-pink);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 24.5rem;
  }
}
.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: flex-start;
  padding: 9.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 5rem 0;
  }
}
.l-nav__content {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: calc(100% - 2rem);
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1.7rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1.3rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  color: var(--color-white);
  cursor: pointer;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav__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);
    }
    .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-nav__link::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle_w.svg") no-repeat center/contain;
  opacity: 0;
}
.l-nav__link.is-current::before {
  opacity: 1;
}

.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }
}
.l-nav__official {
  display: block;
  position: relative;
  margin-top: 5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 960px) {
  .l-nav__official {
    margin-top: 3.5rem;
  }
}
.l-nav__official-item {
  max-width: 25rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__official-item {
    max-width: 18.5rem;
  }
}
.l-nav__official-item + .l-nav__official-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .l-nav__official-item + .l-nav__official-item {
    margin-top: 1.8rem;
  }
}
.l-nav__btn {
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-gold);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-nav__btn {
    min-height: 3.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__btn {
    transition: background-color 0.3s var(--ease_out);
  }
  .l-nav__btn:hover {
    background-color: var(--color-text);
  }
}
.l-nav__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
}
.l-nav__btn::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  background: url("../img/star.svg") no-repeat center/contain;
}
.l-nav__btn-link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-nav__btn-link {
    font-size: 1.1rem;
    line-height: 1;
  }
}

.l-menu {
  width: 8rem;
  height: 8.2rem;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 4rem;
    height: 4rem;
  }
}
.is-load .l-menu {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out) 0.3s;
}
.l-menu__bg {
  width: 14rem;
  height: 14rem;
  display: block;
  position: absolute;
  bottom: -3rem;
  left: -3rem;
}
@media screen and (max-width: 960px) {
  .l-menu__bg {
    width: 7rem;
    height: 7rem;
    bottom: -1rem;
    left: -1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__bg {
    transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__bg {
    opacity: 1;
    transform: scale(1.1);
  }
}
.l-menu__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu_bg_pc.png") no-repeat left bottom/contain;
  animation: rotate 40s linear infinite;
}
@media screen and (max-width: 960px) {
  .l-menu__bg::before {
    background: url("../img/menu_bg_sp.png") no-repeat left bottom/contain;
  }
}
.l-menu__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/close_bg_pc.png") no-repeat left bottom/contain;
  animation: rotate 40s linear infinite;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-menu__bg::after {
    background: url("../img/close_bg_sp.png") no-repeat left bottom/contain;
  }
}
.is-menu-open .l-menu__bg::after {
  opacity: 1;
}
.l-menu__content {
  width: 4rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 2rem;
    height: 0.7rem;
    left: 55%;
  }
}
.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;
  font-size: 0;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

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

.l-footer {
  display: block;
  position: relative;
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}
@media screen and (max-width: 960px) {
  .l-footer::before {
    height: 5px;
    border-top: 2px solid var(--color-gold);
    border-bottom: 1px solid var(--color-gold);
  }
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.4rem 0 9.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 5rem 0 5rem;
  }
}
.l-footer__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__pagetop {
  width: 9rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    top: 2.8rem;
    right: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 8rem;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.l-footer__pagetop::after {
  content: "";
  width: 110%;
  height: 110%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-pink);
  border-radius: 50%;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop::after {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer__pagetop:hover::after {
    opacity: 1;
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pagetop_bg.png") no-repeat center/contain;
}
.l-footer__official {
  width: 38rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-pink);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 29rem;
    min-height: 5rem;
    margin-top: 4.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official {
    transition: background-color 0.3s var(--ease_out);
  }
  .l-footer__official:hover {
    background-color: var(--color-text);
  }
}
.l-footer__official::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  background: url("../img/star.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer__official::after {
    width: 1.2rem;
    right: 2.2rem;
  }
}
.l-footer__official-link {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__official-link {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
}
.l-footer__portal {
  width: 20rem;
  min-height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4rem auto 0;
  color: var(--color-white);
  background: var(--color-gold);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .l-footer__portal {
    width: 18rem;
    min-height: 3.5rem;
    margin-top: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__portal {
    transition: background-color 0.3s var(--ease_out);
  }
  .l-footer__portal:hover {
    background-color: var(--color-text);
  }
}
.l-footer__portal::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  background: url("../img/star.svg") no-repeat center/contain;
}
.l-footer__portal-link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__portal-link {
    font-size: 1.2rem;
  }
}
.l-footer__help {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 4.8rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3rem;
  color: var(--color-gold);
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2.4rem;
    font-size: 0.8rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    gap: 3.5rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: color 0.3s var(--ease_out);
  }
  .l-footer_help__link:hover {
    color: var(--color-text);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-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) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 8.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .c-pagination {
    box-sizing: content-box;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination {
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
  }
}
.c-pagination__nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0.1rem 2.5rem;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    padding: 0.25rem 0.05rem;
  }
}
.c-pagination__nav.--prev {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.c-pagination__nav.--next {
  right: 0;
}
.c-pagination__nav-text {
  width: 3rem;
  height: 3rem;
  display: block;
  position: relative;
  font-size: 0;
  background: url("../img/arrow.svg") no-repeat center/1rem auto;
}
@media screen and (max-width: 960px) {
  .c-pagination__nav-text {
    width: 1rem;
    background-size: 0.8rem auto;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2.2rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 1rem 1.5rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item:nth-child(n+6) {
  display: none;
}
.c-pagination__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-gold);
}
.is-current .c-pagination__link {
  color: var(--color-white);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink);
  border-radius: 50%;
  opacity: 0;
}
.is-current .c-pagination__link::before {
  opacity: 1;
}
.c-pagination__link-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.8rem;
  }
}

.p-story {
  display: block;
  position: relative;
}
.p-story__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .p-story__header {
    margin-bottom: 3rem;
  }
}
.p-story__inner {
  display: block;
  position: relative;
  background: var(--color-white);
}

.p-story_nav {
  width: 100%;
  max-width: 89rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story_nav__list {
    gap: 0.5rem;
  }
}
.p-story_nav__list-item {
  display: block;
  position: relative;
  width: calc(16.6666666667% - 0.8333333333rem);
}
@media screen and (max-width: 960px) {
  .p-story_nav__list-item {
    width: calc(25% - 0.375rem);
  }
}
.p-story_nav__link {
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.2rem;
  position: relative;
  color: var(--color-pink);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-story_nav__link {
    height: 3.5rem;
    gap: 0.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-story_nav__link {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-story_nav__link:hover {
    color: var(--color-white);
    background: var(--color-pink);
  }
}
.is-current .p-story_nav__link {
  color: var(--color-white);
  background: var(--color-pink);
  pointer-events: none;
}
.p-story_nav__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-pink);
  border-radius: 20rem;
}
.p-story_nav__link-cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-story_nav__link-cap {
    font-size: 1rem;
  }
}
.p-story_nav__link-text {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-story_nav__link-text {
    font-size: 1.6rem;
  }
}

.p-story_content {
  display: block;
  position: relative;
  padding: 5.8rem 5rem 7rem;
}
@media screen and (max-width: 960px) {
  .p-story_content {
    padding: 3rem 1rem 5rem;
  }
}
.p-story_content__no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-story_content__no {
    margin-bottom: 0.8rem;
  }
}
.p-story_content__no-cap {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__no-cap {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}
.p-story_content__no-cap::after {
  content: "";
  width: 1.5rem;
  height: 95%;
  display: block;
  position: absolute;
  top: 0;
  right: -2.2rem;
  background: url("../img/star_gold.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-story_content__no-cap::after {
    width: 0.9rem;
    height: 85.5%;
    right: -1.5rem;
  }
}
.p-story_content__no-text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-story_content__no-text {
    font-size: 1.4rem;
  }
}
.p-story_content__title {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-story_content__title {
    font-size: 2rem;
  }
}
.p-story_content__visual {
  display: block;
  position: relative;
  margin-top: 3.25rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__visual {
    margin-top: 1.8rem;
  }
}
.p-story_content__description {
  width: 88.5%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-story_content__description {
    width: 90%;
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2.2;
  }
}
.p-story_content__detail {
  width: 88.5%;
  display: block;
  position: relative;
  margin: 5.6rem auto 0;
  font-size: 1.6rem;
  line-height: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-story_content__detail {
    margin-top: 3rem;
  }
}
.p-story_content__detail-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  color: var(--color-pink);
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-story_content__detail-title {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.p-story_content__detail-title::after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(100%, -50%);
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 960px) {
  .p-story_content__detail-title::after {
    right: -0.6rem;
  }
}
.p-story_content__staff {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-story_content__staff {
    font-size: 1.3rem;
  }
}
.p-story_content__staff + .p-story_content__staff {
  margin-top: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__staff + .p-story_content__staff {
    margin-top: 0.5rem;
  }
}
.p-story_content__staff-cap {
  min-width: 8.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story_content__staff-cap {
    min-width: 7.5rem;
  }
}
.p-story_content__staff-cap::after {
  content: none;
}
.p-story_content__staff-text {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.p-story_content__staff-text::before {
  content: "：";
  font-feature-settings: normal;
  margin-right: 0.5rem;
}
.p-story_content__illust {
  display: block;
  position: relative;
}
.p-story_content__illust-img {
  display: block;
  position: relative;
}
.p-story_content__illust-cap {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__illust-cap {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}

.p-story_visual {
  display: block;
  position: relative;
}
.p-story_visual__slide {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-story_visual__slide {
    padding: 0.4rem;
  }
}
.p-story_visual__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-story_visual__slide::before {
    border-width: 1px;
  }
}
.p-story_visual__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-story_visual__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_visual__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-story_visual__img img {
  display: block;
  position: relative;
  transform: scale(1.05);
  transition: transform 0s linear 1s;
}
.is-slide-current .p-story_visual__img img {
  transform: scale(1);
  transition: transform 1s var(--ease_out);
}
.p-story_visual__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-story_visual__nav {
    margin-top: 0.8rem;
    gap: 0.5rem;
  }
}
.p-story_visual__nav-item {
  display: block;
  position: relative;
}
.p-story_visual__btn {
  display: block;
  position: relative;
  transition: filter 0.4s var(--ease_out);
}
.p-story_visual__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-pink);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-story_visual__btn.is-current::before {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .p-story_visual__btn:hover::before {
    opacity: 0.3;
  }
}
.p-story_visual__btn::after {
  content: "SELECT";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-top: 0.5rem;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-story_visual__btn::after {
    font-size: 1rem;
  }
}
.p-story_visual__btn.is-current::after {
  opacity: 1;
}

.p-top {
  display: block;
  position: relative;
}
.p-top__header {
  display: block;
  position: relative;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 960px) {
  .p-top__header {
    padding-bottom: 6rem;
  }
}
.p-top__inner {
  display: block;
  position: relative;
  margin-top: 10.7142857143%;
  padding-bottom: 20rem;
  background: url("../img/bg_pink.jpg") repeat 0 0/750px auto;
}
@media screen and (max-width: 960px) {
  .p-top__inner {
    padding-top: 4.7rem;
    padding-bottom: 12rem;
    margin-top: 13.3333333333%;
  }
}
.p-top__inner::before {
  content: "";
  width: 100%;
  padding-top: 10.7142857143%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../img/bg_pink_top_pc.png") no-repeat center top/100% auto;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-top__inner::before {
    padding-top: 13.3333333333%;
    background: url("../img/bg_pink_top_sp.png") no-repeat center top/100% auto;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
  padding: 9.8rem 0 8.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 4rem 0;
  }
}
.p-hero__content {
  width: 84%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    max-width: 45rem;
  }
}
.p-hero__title {
  width: 50rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    position: absolute;
    top: 2.7rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 26rem;
    margin: 0 auto 2.9rem;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .p-hero__kv::before {
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.p-hero__lead {
  width: 13.6%;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__lead {
    position: absolute;
    top: 8%;
    right: 1.5%;
    transform: translate(100%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    width: 31.5rem;
    margin: 2.2rem auto 0;
  }
}

.p-bnr {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 5rem;
}
.p-bnr__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-bnr__list {
    gap: 1rem;
  }
}
.p-bnr__list-item {
  display: block;
  position: relative;
}
.p-bnr__link {
  width: 38.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-bnr__link {
    width: 32rem;
  }
}
.p-bnr__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-gold);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-bnr__link:hover::before {
    opacity: 0.2;
  }
}
.p-bnr__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
}

.p-movie {
  display: block;
  position: relative;
}
.p-movie__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__content {
  display: block;
  position: relative;
}
.p-movie__slide {
  width: 100%;
  max-width: 56rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__slide {
    max-width: 31.5rem;
  }
}
.p-movie__nav {
  width: 6rem;
  height: 87%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__nav {
    width: 2rem;
  }
}
.p-movie__nav.--prev {
  left: 0;
  transform: translate(-100%, 0) scale(-1, 1);
}
.p-movie__nav.--next {
  right: 0;
  transform: translate(100%, 0);
}
.p-movie__nav.is-disable {
  display: none;
}
.p-movie__nav img {
  width: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__nav img {
    width: 1.2rem;
  }
}
.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_article {
  display: block;
  position: relative;
}
.p-movie_article__thumb {
  display: block;
  position: relative;
}
.p-movie_article__thumb-icon {
  width: 9.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-movie_article__thumb-icon {
    width: 7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__thumb-icon {
    transition: transform 0.3s var(--ease_out);
  }
  .p-movie_article:hover .p-movie_article__thumb-icon {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
.p-movie_article__thumb-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg.png") no-repeat center/contain;
  z-index: -1;
  animation: rotate 30s linear infinite;
}
.p-movie_article__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-movie_article__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-text);
  opacity: 0.4;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__thumb-img::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-movie_article:hover .p-movie_article__thumb-img::before {
    opacity: 0.2;
  }
}
.p-movie_article__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_article__title {
  width: 90%;
  display: block;
  position: relative;
  margin: 2.4rem auto 0;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie_article__title {
    margin-top: 1.4rem;
    font-size: 1.2rem;
  }
}
.is-current .p-movie_article__title {
  opacity: 1;
}

.p-headline {
  display: block;
  position: relative;
}
.p-headline__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    max-width: 31.5rem;
  }
}
.p-headline__header {
  display: block;
  position: relative;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 2rem;
  }
}
.p-headline__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-headline__title-bg {
  width: 59rem;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-headline__title-bg {
    width: 34rem;
    top: 25%;
  }
}
.p-headline__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4rem;
  font-size: 7.9rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-headline__title-main {
    padding: 0 2.2rem;
    font-size: 5rem;
  }
}
.p-headline__title-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-headline__title-main::before {
    background-size: 1.8rem auto;
  }
}
.p-headline__inner {
  display: block;
  position: relative;
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item:nth-child(n+4) {
  display: none;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 1rem;
}
.p-headline__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 1.8rem;
  margin-left: auto;
}
.p-headline__btn {
  display: block;
  position: relative;
  padding: 0 2.8rem;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-headline__btn {
    padding: 0 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__btn {
    transition: color 0.3s var(--ease_out);
  }
  .p-headline__btn:hover {
    color: var(--color-text);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline__btn {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-headline__btn: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-headline__btn:hover {
      text-decoration: underline;
    }
  }
}
.p-headline__btn::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-headline__btn::after {
    width: 0.4rem;
    right: 0;
  }
}
.p-headline__btn-text {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p-headline__btn-text {
    font-size: 1.4rem;
  }
}

.p-headline_article {
  min-height: 6.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2rem 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    min-height: 5rem;
    padding: 1.3rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-headline_article:hover {
    background-color: var(--color-pink);
  }
}
.p-headline_article__date {
  min-width: 8rem;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 200;
  margin-right: 4rem;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    min-width: 6rem;
    font-size: 1.45rem;
    margin-right: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article__date {
    transition: color 0.3s var(--ease_out);
  }
  .p-headline_article:hover .p-headline_article__date {
    color: var(--color-white);
  }
}
.p-headline_article__date::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
  transform: translate(50%, 0);
  background: transparent url("../img/sparkle.svg") no-repeat center/contain;
  -webkit-mask: url("../img/sparkle.svg") no-repeat center/contain;
  mask: url("../img/sparkle.svg") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article__date::after {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-headline_article:hover .p-headline_article__date::after {
    background-image: none;
    background-color: var(--color-white);
  }
}
.p-headline_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-headline_article__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.3rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article__title {
    transition: color 0.3s var(--ease_out);
  }
  .p-headline_article:hover .p-headline_article__title {
    color: var(--color-white);
  }
}

.p-onair {
  display: block;
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-onair {
    margin-top: 8.5rem;
  }
}
.p-onair__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-onair__container {
    max-width: 33.5rem;
  }
}
.p-onair__header {
  display: block;
  position: relative;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 960px) {
  .p-onair__header {
    margin-bottom: 2.1rem;
  }
}
.p-onair__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-onair__title-bg {
  width: 59rem;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-onair__title-bg {
    width: 34rem;
    top: 25%;
  }
}
.p-onair__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4rem;
  font-size: 7.9rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-onair__title-main {
    padding: 0 2.2rem;
    font-size: 5rem;
  }
}
.p-onair__title-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-onair__title-main::before {
    background-size: 1.8rem auto;
  }
}
.p-onair__inner {
  display: block;
  position: relative;
}
.p-onair__lead {
  width: 90%;
  max-width: 61rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-onair__lead {
    width: 100%;
  }
}
.p-onair__lead-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.6rem 1rem;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  color: var(--color-white);
  background: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-onair__lead-text {
    padding: 0.35rem 0.6rem;
    font-size: 1.4rem;
    letter-spacing: -0.03rem;
  }
}
.p-onair__lead-text small {
  font-size: 0.65em;
}
@media screen and (max-width: 960px) {
  .p-onair__lead-text small {
    font-size: 0.6em;
  }
}
.p-onair__lead-text + .p-onair__lead-text {
  margin-top: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-onair__lead-text + .p-onair__lead-text {
    margin-top: 0.7rem;
  }
}
.p-onair__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-onair__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
}
.p-onair__list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
}
.p-onair__list-item {
  display: block;
  position: relative;
}
.p-onair__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-gold);
  border-top: 1px solid var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-onair__list-item:nth-child(-n+4)::before {
    border-top: none;
  }
  .p-onair__list-item:nth-child(4n+1)::before {
    border-left: none;
  }
}
@media screen and (max-width: 960px) {
  .p-onair__list-item:nth-child(-n+2)::before {
    border-top: none;
  }
  .p-onair__list-item:nth-child(2n+1)::before {
    border-left: none;
  }
}
.p-onair__data {
  width: 100%;
  min-height: 5.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-onair__data {
    min-height: 4.9rem;
  }
}
.p-onair__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair__data-text {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.p-onair__option {
  border: 1px solid var(--color-gold);
  margin-top: 60px;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .p-onair__option {
    margin-top: 30px;
  }
}
.p-onair__option_inner {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner {
    width: 85%;
  }
}
.p-onair__option_inner h3 {
  color: var(--color-pink);
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner h3 {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.p-onair__option_inner h3::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner h3::before {
    background-size: 2rem auto;
  }
}
.p-onair__option_inner .information {
  display: flex;
}
@media screen and (min-width: 961px) {
  .p-onair__option_inner .information {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner .information {
    flex-direction: column;
  }
}
.p-onair__option_inner .information .photo {
  width: 17rem;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner .information .photo {
    margin: 0 auto;
  }
}
.p-onair__option_inner .information .text {
  text-align: center;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner .information .text {
    margin: 2rem 0 0 0;
  }
}
.p-onair__option_inner .information .text .lead {
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner .information .text .lead {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.p-onair__option_inner .information .text .lead .linear {
  background-color: var(--color-gold);
  color: #fff;
}
.p-onair__option_inner .information .text .notes {
  margin-top: 1rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-onair__option_inner .information .text .notes {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-streaming {
  display: block;
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 960px) {
  .p-streaming {
    margin-top: 9.4rem;
  }
}
.p-streaming__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-streaming__container {
    max-width: 33.5rem;
  }
}
.p-streaming__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-streaming__header {
    margin-bottom: 1.5rem;
  }
}
.p-streaming__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-streaming__title-bg {
  width: 59rem;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-streaming__title-bg {
    width: 34rem;
    top: 25%;
  }
}
.p-streaming__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4rem;
  font-size: 7.9rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-streaming__title-main {
    padding: 0 2.2rem;
    font-size: 5rem;
  }
}
.p-streaming__title-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-streaming__title-main::before {
    background-size: 1.8rem auto;
  }
}
.p-streaming__inner {
  display: block;
  position: relative;
}
.p-streaming__lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-streaming__lead {
    font-size: 1.3rem;
  }
}
.p-streaming__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  margin-top: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-streaming__list {
    gap: 1rem;
    margin-top: 2.8rem;
  }
}
.p-streaming__list-item {
  width: 32rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-streaming__list-item {
    width: 16rem;
  }
}
.p-streaming__link {
  width: 100%;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-gold);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-streaming__link {
    min-height: 4.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-streaming__link {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-streaming__link:hover {
    color: var(--color-white);
    background-color: var(--color-gold);
  }
}
.p-streaming__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gold);
  border-radius: 20rem;
}
.p-streaming__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-streaming__link-text {
    font-size: 1.3rem;
  }
}

.p-staffcast {
  display: block;
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast {
    margin-top: 8.6rem;
  }
}
.p-staffcast__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staffcast__container {
    max-width: 33.5rem;
  }
}
.p-staffcast__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast__header {
    margin-bottom: 3.4rem;
  }
}
.p-staffcast__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staffcast__title-bg {
  width: 59rem;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-staffcast__title-bg {
    width: 34rem;
    top: 25%;
  }
}
.p-staffcast__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4rem;
  font-size: 7.9rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.25rem;
  line-height: 1.1;
  font-weight: 200;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-staffcast__title-main {
    padding: 0 2.2rem;
    font-size: 5rem;
    letter-spacing: 0.1rem;
  }
}
.p-staffcast__title-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast__title-main::before {
    background-size: 1.8rem auto;
  }
}
.p-staffcast__inner {
  display: block;
  position: relative;
}
.p-staffcast__lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-staffcast__lead {
    font-size: 1.3rem;
  }
}
.p-staffcast__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staffcast__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9rem 4rem;
  }
}
.p-staffcast__list-item {
  width: calc(50% - 4rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staffcast__list-item {
    width: 94%;
    margin: 0 auto;
  }
  .p-staffcast__list-item + .p-staffcast__list-item {
    margin-top: 5.2rem;
  }
}

.p-staffcast_content {
  display: block;
  position: relative;
}
.p-staffcast_content__header {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__header {
    margin-bottom: 1.6rem;
  }
}
.p-staffcast_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 3rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-gold);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__title {
    font-size: 2.2rem;
  }
}
.p-staffcast_content__title.--jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__title.--jp {
    font-size: 1.7rem;
  }
}
.p-staffcast_content__title::before {
  content: "";
  width: 100vw;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(-100%, -50%);
  border-top: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}
.p-staffcast_content__title::after {
  content: "";
  width: 100vw;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(100%, -50%);
  border-top: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
}
.p-staffcast_content__inner {
  display: block;
  position: relative;
}
.p-staffcast_content__data {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 6rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data {
    gap: 4.6rem;
  }
}
.p-staffcast_content__data + .p-staffcast_content__data {
  margin-top: 3.45rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data + .p-staffcast_content__data {
    margin-top: 2rem;
  }
}
.p-staffcast_content__data-cap {
  flex: 1;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-pink);
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-cap {
    padding-top: 0.18em;
    font-size: 1.2rem;
  }
}
.p-staffcast_content__data-cap:after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -3rem;
  transform: translate(50%, 0);
  background: url("../img/star_gold.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-cap:after {
    width: 1.3rem;
    right: -2.3rem;
  }
}
.p-staffcast_content__data-text {
  flex: 1;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-text {
    font-size: 1.3rem;
  }
}
.p-staffcast_content__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staffcast_content__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__list {
    margin-top: 2.4rem;
  }
}
.p-staffcast_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__list-item {
    width: 100%;
  }
  .p-staffcast_content__list-item + .p-staffcast_content__list-item {
    margin-top: 2.4rem;
  }
}
.p-staffcast_content__music {
  display: block;
  position: relative;
}
.p-staffcast_content__music-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-pink);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__music-cap {
    font-size: 1rem;
  }
}
.p-staffcast_content__music-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__music-text {
    font-size: 1.3rem;
  }
}

.p-news {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item + .p-news__list-item {
  margin-top: 1rem;
}
.p-news__pagination {
  display: block;
  position: relative;
  margin-top: 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 3.6rem;
  }
}
.p-news__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  padding: 0 1.5rem 0 2.8rem;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-news__back {
    padding: 0 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back {
    transition: color 0.3s var(--ease_out);
  }
  .p-news__back:hover {
    color: var(--color-text);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news__back {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out);
      transition: color 0.3s var(--ease_out), text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news__back: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-news__back:hover {
      text-decoration: underline;
    }
  }
}
.p-news__back::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.2rem;
  background: url("../img/arrow.svg") no-repeat center/contain;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-news__back::after {
    width: 0.4rem;
    left: 0;
  }
}
.p-news__back-text {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p-news__back-text {
    font-size: 1.4rem;
  }
}

.p-news_article {
  min-height: 6.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 2rem 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_article {
    min-height: 5rem;
    padding: 1.3rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-news_article:hover {
    background-color: var(--color-pink);
  }
}
.p-news_article__date {
  min-width: 8rem;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 200;
  margin-right: 4rem;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    min-width: 6rem;
    font-size: 1.45rem;
    margin-right: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article__date {
    transition: color 0.3s var(--ease_out);
  }
  .p-news_article:hover .p-news_article__date {
    color: var(--color-white);
  }
}
.p-news_article__date::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
  transform: translate(50%, 0);
  background: transparent url("../img/sparkle.svg") no-repeat center/contain;
  -webkit-mask: url("../img/sparkle.svg") no-repeat center/contain;
  mask: url("../img/sparkle.svg") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article__date::after {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-news_article:hover .p-news_article__date::after {
    background-image: none;
    background-color: var(--color-white);
  }
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.3rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article__title {
    transition: color 0.3s var(--ease_out);
  }
  .p-news_article:hover .p-news_article__title {
    color: var(--color-white);
  }
}

.p-news_single {
  display: block;
  position: relative;
  padding: 5rem 5rem 3rem;
  background-color: var(--color-white);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-news_single {
    padding: 2.5rem 1.5rem 1.8rem;
  }
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 2rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-pink);
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.4rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 2.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 2.2rem 0;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
  }
}
.p-news_single__text a {
  color: var(--color-pink);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}

.p-chara {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara {
    padding-top: 1rem;
  }
}
.p-chara__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
.p-chara__inner {
  display: block;
  position: relative;
  margin-top: 13.5714285714%;
  padding-bottom: 5.5rem;
  background: url("../img/bg_pink.jpg") repeat 0 0/750px auto;
  margin-bottom: -16.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara__inner {
    padding-top: 2.5rem;
    padding-bottom: 7rem;
    margin-top: 24%;
    margin-bottom: -8rem;
  }
}
.p-chara__inner::before {
  content: "";
  width: 100%;
  height: 22rem;
  display: block;
  position: absolute;
  left: 0;
  background: var(--color-pink);
}
@media screen and (min-width: 961px) {
  .p-chara__inner::before {
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__inner::before {
    top: 31rem;
    height: calc(100% - 31rem);
  }
}
.p-chara__inner::after {
  content: "";
  width: 100%;
  padding-top: 10.7142857143%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../img/bg_pink_top_pc.png") no-repeat center top/100% auto;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-chara__inner::after {
    padding-top: 13.3333333333%;
    background: url("../img/bg_pink_top_sp.png") no-repeat center top/100% auto;
  }
}
.p-chara__content {
  width: 100%;
  max-width: 90rem;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.p-chara__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.p-chara__list-item {
  flex-shrink: 0;
  min-width: 1px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  z-index: 0;
}
.p-chara__list-item.is-slide-current {
  pointer-events: auto;
  z-index: 1;
}
.p-chara__nav {
  width: 1.8rem;
  display: block;
  position: absolute;
  top: calc(50% - 2rem);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara__nav {
    width: 1.2rem;
    top: 18.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-chara__nav {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-chara__nav:hover {
    opacity: 0.6;
  }
}
.p-chara__nav::after {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.p-chara__nav.--prev {
  left: -7rem;
  transform: translate(-100%, -50%) scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-chara__nav.--prev {
    left: 2.4rem;
    transform: translate(0, -50%) scale(-1, 1);
  }
}
.p-chara__nav.--next {
  right: -7rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  .p-chara__nav.--next {
    right: 2.4rem;
    transform: translate(0, -50%);
  }
}

.p-chara_nav {
  width: 100%;
  max-width: 82rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_nav {
    width: 90%;
    max-width: 29.5rem;
    margin: 0 auto;
  }
}
.p-chara_nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list {
    gap: 1rem;
  }
}
.p-chara_nav__list-item {
  width: calc(16.6666666667% - 1.6666666667rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list-item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-chara_nav__btn {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-chara_nav__btn::before {
  content: "";
  width: calc(100% + 0.8rem);
  height: calc(100% + 0.8rem);
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  border: 2px solid var(--color-pink);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-chara-current .p-chara_nav__btn::before {
  opacity: 1;
}
.p-chara_nav__btn-base {
  display: block;
  position: relative;
}
.p-chara_nav__btn-cover {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-chara-current .p-chara_nav__btn-cover {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__btn:hover .p-chara_nav__btn-cover {
    opacity: 1;
  }
}

.p-chara_content {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.is-slide-current .p-chara_content {
  opacity: 1;
}
.p-chara_content__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_content__container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 5rem;
  }
}
.p-chara_content__header {
  width: 45rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_content__header {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto 2.3rem;
  }
}
.p-chara_content__visual {
  width: 61rem;
  display: block;
}
@media screen and (min-width: 961px) {
  .p-chara_content__visual {
    position: relative;
    top: -2rem;
    left: 43%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .p-chara_content__visual {
    width: 30rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}
.p-chara_content__visual-img {
  display: block;
  position: relative;
  transition: opacity 0.8s var(--ease_out);
}
.p-chara_content__visual-img:nth-child(1) {
  opacity: 1;
}
.is-chara-visual-change .p-chara_content__visual-img:nth-child(1) {
  opacity: 0;
}
.p-chara_content__visual-img:nth-child(2) {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-chara-visual-change .p-chara_content__visual-img:nth-child(2) {
  opacity: 1;
}
.p-chara_content__change {
  width: 11rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara_content__change {
    width: 7rem;
    top: 0.5rem;
    left: 92%;
  }
}
.p-chara_content__change-img {
  display: block;
  position: relative;
  z-index: 1;
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_content__change-img {
    transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-chara_content__change:hover .p-chara_content__change-img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.p-chara_content__change-deco {
  width: 13rem;
  display: block;
  position: absolute;
  top: 10%;
  left: 90%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transform-origin: left bottom;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_content__change-deco {
    transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-chara_content__change:hover .p-chara_content__change-deco {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.p-chara_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_content__inner {
    flex: 1 1 0;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_content__inner {
    width: 84%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.p-chara_content__name {
  display: block;
  position: relative;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-chara_content__name {
    color: var(--color-white);
  }
}
.p-chara_content__name-en {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-en {
    font-size: 1.2rem;
  }
}
.p-chara_content__name-text {
  display: block;
  position: relative;
  font-size: 6rem;
  letter-spacing: -0.02rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-text {
    font-size: 3.8rem;
  }
}
.p-chara_content__cv {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  color: var(--color-pink);
  margin-top: 1.5rem;
  font-size: 1.8rem;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv {
    margin-top: 1.2rem;
    font-size: 1.2rem;
    color: var(--color-white);
  }
}
.p-chara_content__cv-cap {
  display: block;
  position: relative;
}
.p-chara_content__cv-cap::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -2.4rem;
  background: url("../img/star_gold.svg") no-repeat center/contain;
}
.p-chara_content__cv-text {
  display: block;
  position: relative;
}
.p-chara_content__description {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description {
    margin-top: 2.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    color: var(--color-white);
  }
}
.p-chara_content__serif {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__serif {
    margin-top: 2.5rem;
  }
}
.p-chara_content__serif-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-chara_content__serif-text {
    font-size: 1.2rem;
  }
}
.p-chara_content__serif-text + .p-chara_content__serif-text {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__serif-text + .p-chara_content__serif-text {
    margin-top: 0.3rem;
  }
}

.p-in {
  display: block;
  position: relative;
  padding: 10.7rem 0 16.2rem;
}
@media screen and (max-width: 960px) {
  .p-in {
    padding: 7.2rem 0 8rem;
  }
}
.p-in__brand {
  width: 17rem;
  display: block;
  position: absolute;
  top: 4rem;
  left: 4rem;
}
@media screen and (max-width: 960px) {
  .p-in__brand {
    width: 10rem;
    top: 2.5rem;
    left: 3.5rem;
  }
}
.p-in__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-in__container {
    max-width: 33.5rem;
  }
}
.p-in__container.--wide {
  width: 100%;
  max-width: none;
}
.p-in__header {
  display: block;
  position: relative;
  margin-bottom: 6.3rem;
}
@media screen and (max-width: 960px) {
  .p-in__header {
    margin-bottom: 2.1rem;
  }
}
.p-in__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-in__title-bg {
  width: 59rem;
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-in__title-bg {
    width: 34rem;
    top: 25%;
  }
}
.p-in__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 4rem;
  font-size: 7.9rem;
  font-family: span-compressed, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
  text-align: center;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-in__title-main {
    padding: 0 2.2rem;
    font-size: 5rem;
  }
}
.p-in__title-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sparkle.svg") no-repeat left center/2.6rem, url("../img/sparkle.svg") no-repeat right center/2.6rem;
}
@media screen and (max-width: 960px) {
  .p-in__title-main::before {
    background-size: 1.8rem auto;
  }
}
.p-in__inner {
  display: block;
  position: relative;
}

.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;
  }
}
.bnr-link {
  display: inline-block; /* インラインブロック化 */
  margin: 0 auto;
}

.bnr-line {
  display: block;
  width: 400px; /* または%指定 */
  height: auto;
}