@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: #ef858c;
  --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;
}
@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 {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  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-main {
  min-height: calc(var(--svh) - 45rem);
  display: block;
  position: relative;
}

.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-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: 28rem;
    margin: 0 auto 2.5rem;
  }
}
.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-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-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-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__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;
}

.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:nth-child(n+4) {
  display: none;
}
.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%;
  }
}

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