@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-violet-bg);
  --color-black: #000;
  --color-white: #fff;
  --color-violet-bg: #1e003b;
  --color-violet-light: rgba(95, 40, 255, 0.4);
  --color-sky: #5fdefe;
  --color-violet: #927bff;
  --color-pink: #ff86b0;
  --color-line: rgba(255, 255, 255, 0.2);
  --gradient-violet: linear-gradient(to right, #1c0844 0%, #432f86 100%);
  --gradient-header: linear-gradient(to right, #541c4c 0%, #18002e 50%, #16135b 100%);
  --shadow-violet: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
  --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) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: YakuHanJP, "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: YakuHanJP, "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;
  z-index: 0;
}
.l-wrap::after {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  background: url("../img/kv/logo_sp.png") no-repeat right bottom/100% auto;
  z-index: 50;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    width: 8rem;
    height: 8rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1s var(--ease_inout);
}
.l-wrap__bg {
  width: 100%;
  height: calc(100vh - 8rem);
  display: block;
  position: fixed;
  top: 8rem;
  left: 0;
  background-color: var(--color-violet-bg);
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    height: calc(100vh - 5rem);
    top: 5rem;
  }
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern.png") repeat 0 0/10px auto;
  z-index: 1;
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern2.png") repeat 0 0/500px auto;
  z-index: 1;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
.l-wrap__bg-light {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg-light.--light1 {
  background: url("../img/bg/bg_light1_pc.png") no-repeat center top/200% auto;
}
.l-wrap__bg-light.--light2 {
  left: 0;
  background: url("../img/bg/bg_light2_pc.png") no-repeat center top/200% auto;
  mix-blend-mode: color-dodge;
}
.l-wrap__bg-line {
  width: 90%;
  max-width: 120rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
}
.l-wrap__cover {
  width: 95%;
  max-width: 120rem;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover {
    width: 90%;
  }
}
.is-load .l-wrap__cover {
  opacity: 1;
  transition: opacity 2s var(--ease_inout);
}
.l-wrap__cover-line {
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.l-wrap__cover-line.-line1 {
  left: 0;
}
.l-wrap__cover-line.-line2 {
  left: 33.33%;
}
.l-wrap__cover-line.-line3 {
  right: 33.33%;
}
.l-wrap__cover-line.-line4 {
  right: 0;
}
.l-wrap__cover-line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-line);
  transform: translate(0, 100vh);
  opacity: 0;
}
.l-wrap__cover-line.is-anim::before {
  height: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.5s var(--ease_out), opacity 0.8s var(--ease_out), height 0.6s var(--ease_inout) 0.3s;
}

.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  padding-top: 8rem;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.l-header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-header__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--gradient-header);
}
.l-header__content {
  width: 100%;
  height: 8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__content {
    height: 5rem;
  }
}
.l-header__brand {
  width: 21.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 14.5rem;
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__brand-link img {
    transition: transform 0.2s var(--ease_out);
  }
  .l-header__brand-link:hover img {
    transform: translateX(-1rem);
  }
}
.l-header__lang {
  height: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 961px) {
  .l-header__lang {
    right: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__lang {
    left: 14rem;
    height: 5rem;
  }
}
.l-header__lang-item {
  display: block;
  position: relative;
}
.l-header__menu {
  width: 6rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .l-header__menu {
    display: none;
  }
}

.l-header_lang {
  width: 4rem;
  display: block;
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-header_lang {
    width: 2.8rem;
  }
}
.l-header_lang[href] {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_lang {
    transition: color 0.3s var(--ease_out);
  }
  .l-header_lang:hover {
    color: var(--color-black);
  }
}
.l-header_lang::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  -webkit-mask: url("../img/btn2_mask.png") no-repeat center/contain;
  mask: url("../img/btn2_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_lang::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-header_lang:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.l-header_lang__base {
  display: block;
  position: relative;
}
.l-header_lang__text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-header_lang__text {
    font-size: 1rem;
  }
}

.l-header_menu {
  width: 6rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.l-header_menu__content {
  width: 3rem;
  height: 1.6rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.l-header_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-header_menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header_menu__line-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header_menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-header_menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-header_menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-header_menu__line-bar {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-header_menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-header_menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header_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-header_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-header_menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-header_menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-header_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-main {
  display: block;
  position: relative;
}

.l-nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav {
    width: calc(100% - 50rem);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 25;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 5rem;
    right: 0;
    z-index: 5;
    background-color: var(--color-violet-bg);
    opacity: 0;
    transition: opacity 0.5s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: calc(var(--svh) - 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 4.5rem 0;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-violet-bg);
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .l-nav__bg {
    display: none;
  }
}
.l-nav__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern.png") repeat 0 0/10px auto;
  z-index: 1;
}
.l-nav__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern2.png") repeat 0 0/500px auto;
  z-index: 1;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
.l-nav__bg-light {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__bg-light.--light1 {
  background: url("../img/bg/bg_light1_pc.png") no-repeat center top/200% auto;
}
.l-nav__bg-light.--light2 {
  left: 0;
  background: url("../img/bg/bg_light2_pc.png") no-repeat center top/200% auto;
  mix-blend-mode: color-dodge;
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 90%;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    opacity: 0;
    transform: translateX(-2rem);
    transition: opacity 0.4s var(--ease_out), transform 0s linear 0.5s;
  }
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1rem;
  }
  .is-menu-open .l-nav__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s var(--ease_out) 0.35s, transform 0.4s var(--ease_out) 0.35s;
  }
  .is-menu-open .l-nav__list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .is-menu-open .l-nav__list-item:nth-child(2) {
    transition-delay: 0.35s;
  }
  .is-menu-open .l-nav__list-item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .is-menu-open .l-nav__list-item:nth-child(4) {
    transition-delay: 0.45s;
  }
  .is-menu-open .l-nav__list-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .is-menu-open .l-nav__list-item:nth-child(6) {
    transition-delay: 0.55s;
  }
  .is-menu-open .l-nav__list-item:nth-child(7) {
    transition-delay: 0.6s;
  }
  .is-menu-open .l-nav__list-item:nth-child(8) {
    transition-delay: 0.65s;
  }
  .is-menu-open .l-nav__list-item:nth-child(9) {
    transition-delay: 0.7s;
  }
  .is-menu-open .l-nav__list-item:nth-child(10) {
    transition-delay: 0.75s;
  }
}
.l-nav__list-item:nth-child(3n+1) {
  --color-cap: var(--color-sky);
}
.l-nav__list-item:nth-child(3n+2) {
  --color-cap: var(--color-violet);
}
.l-nav__list-item:nth-child(3n+3) {
  --color-cap: var(--color-pink);
}
.l-nav__link {
  display: block;
  position: relative;
  padding: 2rem 2rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    transition: color 0.3s var(--ease_out), box-shadow 0.3s var(--ease_out);
  }
  .l-nav__link:hover {
    color: var(--color-white);
    box-shadow: var(--shadow-violet);
  }
}
@media screen and (min-width: 961px) {
  .l-nav__link::before {
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: var(--gradient-violet);
    opacity: 0;
    transform: scale(0.9) skew(-25deg);
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: opacity 0.3s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .l-nav__link:hover::before {
    transform: scale(1) skew(-25deg);
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .l-nav__link::after {
    content: "";
    height: 0.2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    background-color: var(--color-white);
    z-index: 0;
    border-radius: 50%;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::after {
    animation: hov_bg 0.7s var(--ease_out);
  }
}
@media screen and (min-width: 961px) {
  @keyframes hov_bg {
    0% {
      width: 0;
      opacity: 0;
    }
    20% {
      opacity: 0.5;
    }
    100% {
      width: calc(100% + 4rem);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.2rem 2rem;
    margin: 0 auto;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: "Chakra Petch", "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: 3.6rem;
    line-height: 0.8;
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px var(--color-white);
  }
}

.l-footer {
  display: block;
  position: relative;
  padding: 5rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.4rem 0 4.5rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 100%;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 3.6rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 3rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.11rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 2.8rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    width: 90%;
    margin: 1rem auto 0;
    letter-spacing: 0;
    text-align: left;
  }
}
.l-footer__copy-text {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-text {
    display: inline;
    margin-right: 0.5em;
  }
}

.l-footer_share {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.6rem;
  font-family: "Chakra Petch", "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-footer_share__cap {
    font-size: 1.3rem;
    margin-right: 1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 1rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
  }
}
.l-footer_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  -webkit-mask: url("../img/btn2_mask.png") no-repeat center/contain;
  mask: url("../img/btn2_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.l-footer_share__link-base {
  display: block;
  position: relative;
}
.l-footer_share__link-img {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link-img {
    transition: filter 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover .l-footer_share__link-img {
    filter: invert(1);
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-white);
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding: 0 3.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.12rem;
  font-family: "Chakra Petch", "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-footer_help__link {
    padding: 0 2.8rem;
    font-size: 1.1rem;
  }
}
.l-footer_help__link::after {
  content: "";
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: var(--color-white);
  z-index: 0;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover::after {
    animation: hov_bg 0.7s var(--ease_out);
  }
}
@keyframes hov_bg {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    width: calc(100% + 2rem);
    opacity: 0;
  }
}

.c-pagination {
  display: block;
  position: relative;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 1rem 0.8rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__link {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link {
    transition: color 0.3s var(--ease_out);
  }
  .c-pagination__link:hover {
    color: var(--color-black);
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
}
.c-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  -webkit-mask: url("../img/btn2_mask.png") no-repeat center/contain;
  mask: url("../img/btn2_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .c-pagination__link:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.c-pagination__link-base {
  display: block;
  position: relative;
  opacity: 0;
}
.is-current .c-pagination__link-base {
  opacity: 1;
}
.c-pagination__link-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.3rem;
  }
}

.p-top {
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 1rem 0;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-load .p-hero__kv {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.8s var(--ease_inout);
  transition: clip-path 0.8s var(--ease_inout);
  transition: clip-path 0.8s var(--ease_inout), -webkit-clip-path 0.8s var(--ease_inout);
}
.is-loaded .p-hero__kv {
  -webkit-clip-path: none;
  clip-path: none;
}
.p-hero__kv-img {
  display: block;
  position: relative;
  transform: scale(1.05);
}
.is-load .p-hero__kv-img {
  transform: scale(1.00001);
  transition: transform 5s var(--ease_out);
}
.p-hero__title {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 25rem;
    margin: 0 auto 3rem;
  }
}
.p-hero__catch {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__catch {
    width: 37.6%;
    position: absolute;
    bottom: 3.2%;
    left: 2.3%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    width: 28rem;
    margin: 2.8rem auto 0;
  }
}
.p-hero__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__date {
    width: 22.8%;
    position: absolute;
    bottom: 4.2%;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    display: none;
  }
}

.p-headline {
  display: block;
  position: relative;
  padding: 9rem 0;
}
@media screen and (max-width: 960px) {
  .p-headline {
    padding: 7rem 0 4rem;
  }
}
.p-headline__container {
  display: block;
  position: relative;
}
.p-headline__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-headline__bg {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout);
  transition: clip-path 0.5s var(--ease_inout);
  transition: clip-path 0.5s var(--ease_inout), -webkit-clip-path 0.5s var(--ease_inout);
}
.p-headline__bg-top {
  display: block;
  position: relative;
}
.p-headline__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: var(--color-violet-light);
}
.p-headline__bg-bottom {
  display: block;
  position: relative;
}
.p-headline__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  padding: 11.2rem 0 11.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__content {
    display: grid;
    grid-template-columns: 28rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.3rem 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__content {
    padding: 6.6rem 0 6.7rem;
  }
}
.p-headline__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__header {
    grid-template-columns: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 2.3rem;
  }
}
.p-headline__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 7.5rem;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 4.8rem;
  }
}
.p-headline__title::after {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-headline__title::after {
  opacity: 0;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-headline__title-text {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-headline__title-text {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-headline__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__inner {
    grid-template-columns: 2/3;
    grid-row: 1/3;
  }
}
.p-headline__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__list {
    width: calc(100% + 10rem);
  }
}
@media screen and (min-width: 961px) and (min-width: 1401px) {
  .p-headline__list {
    width: calc(100% + (100vw - 120rem) * 0.5);
  }
}
.p-headline__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.p-headline__list-item:nth-child(3n+1) {
  --color-date: var(--color-sky);
}
.p-headline__list-item:nth-child(3n+2) {
  --color-date: var(--color-violet);
}
.p-headline__list-item:nth-child(3n+3) {
  --color-date: var(--color-pink);
}
.p-headline__list-item:nth-child(n+4) {
  display: none;
}
.is-scroll-active .p-headline__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.35s, transform 0.4s var(--ease_out) 0.35s;
}
.is-scroll-active .p-headline__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-headline__list-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-headline__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-headline__list-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-headline__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-headline__list-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-scroll-active .p-headline__list-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-headline__list-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-scroll-active .p-headline__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-headline__list-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 1rem;
}
.p-headline__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__footer {
    grid-template-columns: 1/2;
    grid-row: 2/3;
  }
}
.p-headline__more {
  width: 20rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-headline__more {
    width: 20rem;
    margin: 2.2rem auto 0;
  }
}
.is-scroll-active .p-headline__more {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.35s, transform 0.4s var(--ease_out) 0.35s;
}
.p-headline__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
}
.p-headline__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-violet-bg);
  opacity: 0;
  -webkit-mask: url("../img/btn_mask.png") no-repeat center/contain;
  mask: url("../img/btn_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__btn::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-headline__btn:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.p-headline__btn-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-headline__btn-text {
    font-size: 1.3rem;
    left: 49%;
    letter-spacing: 0.05rem;
  }
}
.p-headline__btn-icon {
  width: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline__btn:hover .p-headline__btn-icon {
    animation: arrow_centerY 1s linear;
  }
}

.p-headline_article {
  min-height: 8rem;
  display: block;
  position: relative;
  padding: 2rem 4rem;
  background: var(--gradient-violet);
  box-shadow: var(--shadow-violet);
}
@media screen and (min-width: 961px) {
  .p-headline_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    min-height: 6.9rem;
    padding: 1.1rem 2rem;
  }
}
.p-headline_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-headline_article:hover::before {
    opacity: 0.4;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.p-headline_article__date {
  display: block;
  position: relative;
  color: var(--color-date);
}
@media screen and (min-width: 961px) {
  .p-headline_article__date {
    min-width: 12rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    margin-bottom: 0.1rem;
  }
}
.p-headline_article__date-deco {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  top: -0.2rem;
  margin-right: 0.6rem;
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-deco {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.1rem;
    margin-right: 0.3rem;
  }
}
.p-headline_article__date-text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 0.8;
  letter-spacing: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-headline_article__date-text {
    font-size: 1rem;
  }
}
.p-headline_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.2rem;
  }
}

.p-lineup {
  display: block;
  position: relative;
  padding: 6.8rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-lineup {
    padding: 3.8rem 0 4rem;
  }
}
.p-lineup__container {
  display: block;
  position: relative;
}
.p-lineup__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-lineup__header {
  display: block;
  position: relative;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-lineup__header {
    margin-bottom: 3.6rem;
  }
}
.p-lineup__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: -0.1rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lineup__title {
    font-size: 4.6rem;
  }
}
.p-lineup__title::after {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-lineup__title::after {
  opacity: 0;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-lineup__title-text {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-lineup__title-text {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-lineup__inner {
  display: block;
  position: relative;
}
.p-lineup__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-lineup__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.78rem 1rem;
  }
}
.p-lineup__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-lineup__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.5s var(--ease_out);
}
.is-scroll-active .p-lineup__list-item:nth-child(1) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-lineup__list-item:nth-child(2) {
  transition-delay: 0.46s;
}
.is-scroll-active .p-lineup__list-item:nth-child(3) {
  transition-delay: 0.47s;
}
.is-scroll-active .p-lineup__list-item:nth-child(4) {
  transition-delay: 0.48s;
}
.is-scroll-active .p-lineup__list-item:nth-child(5) {
  transition-delay: 0.49s;
}
.is-scroll-active .p-lineup__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-lineup__list-item:nth-child(7) {
  transition-delay: 0.51s;
}
.is-scroll-active .p-lineup__list-item:nth-child(8) {
  transition-delay: 0.52s;
}
.is-scroll-active .p-lineup__list-item:nth-child(9) {
  transition-delay: 0.53s;
}
.is-scroll-active .p-lineup__list-item:nth-child(10) {
  transition-delay: 0.54s;
}
.is-scroll-active .p-lineup__list-item:nth-child(11) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-lineup__list-item:nth-child(12) {
  transition-delay: 0.56s;
}
.is-scroll-active .p-lineup__list-item:nth-child(13) {
  transition-delay: 0.57s;
}
.is-scroll-active .p-lineup__list-item:nth-child(14) {
  transition-delay: 0.58s;
}
.is-scroll-active .p-lineup__list-item:nth-child(15) {
  transition-delay: 0.59s;
}
.is-scroll-active .p-lineup__list-item:nth-child(16) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-lineup__list-item:nth-child(17) {
  transition-delay: 0.61s;
}
.is-scroll-active .p-lineup__list-item:nth-child(18) {
  transition-delay: 0.62s;
}
.is-scroll-active .p-lineup__list-item:nth-child(19) {
  transition-delay: 0.63s;
}
.is-scroll-active .p-lineup__list-item:nth-child(20) {
  transition-delay: 0.64s;
}
.is-scroll-active .p-lineup__list-item:nth-child(21) {
  transition-delay: 0.65s;
}
.is-scroll-active .p-lineup__list-item:nth-child(22) {
  transition-delay: 0.66s;
}
.is-scroll-active .p-lineup__list-item:nth-child(23) {
  transition-delay: 0.67s;
}
.is-scroll-active .p-lineup__list-item:nth-child(24) {
  transition-delay: 0.68s;
}
.is-scroll-active .p-lineup__list-item:nth-child(25) {
  transition-delay: 0.69s;
}
.is-scroll-active .p-lineup__list-item:nth-child(26) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-lineup__list-item:nth-child(27) {
  transition-delay: 0.71s;
}
.is-scroll-active .p-lineup__list-item:nth-child(28) {
  transition-delay: 0.72s;
}
.is-scroll-active .p-lineup__list-item:nth-child(29) {
  transition-delay: 0.73s;
}
.is-scroll-active .p-lineup__list-item:nth-child(30) {
  transition-delay: 0.74s;
}
.is-scroll-active .p-lineup__list-item:nth-child(31) {
  transition-delay: 0.75s;
}
.is-scroll-active .p-lineup__list-item:nth-child(32) {
  transition-delay: 0.76s;
}
.is-scroll-active .p-lineup__list-item:nth-child(33) {
  transition-delay: 0.77s;
}
.is-scroll-active .p-lineup__list-item:nth-child(34) {
  transition-delay: 0.78s;
}
.is-scroll-active .p-lineup__list-item:nth-child(35) {
  transition-delay: 0.79s;
}
.is-scroll-active .p-lineup__list-item:nth-child(36) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-lineup__list-item:nth-child(37) {
  transition-delay: 0.81s;
}
.is-scroll-active .p-lineup__list-item:nth-child(38) {
  transition-delay: 0.82s;
}
.is-scroll-active .p-lineup__list-item:nth-child(39) {
  transition-delay: 0.83s;
}
.is-scroll-active .p-lineup__list-item:nth-child(40) {
  transition-delay: 0.84s;
}
.is-scroll-active .p-lineup__list-item:nth-child(41) {
  transition-delay: 0.85s;
}
.is-scroll-active .p-lineup__list-item:nth-child(42) {
  transition-delay: 0.86s;
}
.is-scroll-active .p-lineup__list-item:nth-child(43) {
  transition-delay: 0.87s;
}
.is-scroll-active .p-lineup__list-item:nth-child(44) {
  transition-delay: 0.88s;
}
.is-scroll-active .p-lineup__list-item:nth-child(45) {
  transition-delay: 0.89s;
}
.is-scroll-active .p-lineup__list-item:nth-child(46) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-lineup__list-item:nth-child(47) {
  transition-delay: 0.91s;
}
.is-scroll-active .p-lineup__list-item:nth-child(48) {
  transition-delay: 0.92s;
}
.is-scroll-active .p-lineup__list-item:nth-child(49) {
  transition-delay: 0.93s;
}
.is-scroll-active .p-lineup__list-item:nth-child(50) {
  transition-delay: 0.94s;
}
.is-scroll-active .p-lineup__list-item:nth-child(51) {
  transition-delay: 0.95s;
}
.is-scroll-active .p-lineup__list-item:nth-child(52) {
  transition-delay: 0.96s;
}
.is-scroll-active .p-lineup__list-item:nth-child(53) {
  transition-delay: 0.97s;
}
.is-scroll-active .p-lineup__list-item:nth-child(54) {
  transition-delay: 0.98s;
}
.is-scroll-active .p-lineup__list-item:nth-child(55) {
  transition-delay: 0.99s;
}

.p-lineup_data {
  display: block;
  position: relative;
}
.p-lineup_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-violet-bg);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-lineup_data::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-lineup_data:hover::before {
    opacity: 0.4;
    transition: opacity 0s linear;
    animation: clip-in 0.4s var(--ease_out);
  }
}
.p-lineup_data__img {
  display: block;
  position: relative;
}

.p-cast {
  display: block;
  position: relative;
  padding: 8.5rem 0 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-cast {
    padding: 4rem 0 4rem;
  }
}
.p-cast__container {
  display: block;
  position: relative;
}
.p-cast__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cast__header {
  display: block;
  position: relative;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 960px) {
  .p-cast__header {
    margin-bottom: 3.8rem;
  }
}
.p-cast__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cast__title {
    font-size: 4.6rem;
  }
}
.p-cast__title::after {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-cast__title::after {
  opacity: 0;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-cast__title-text {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-cast__title-text {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-cast__inner {
  display: block;
  position: relative;
}

.p-cast_content {
  display: block;
  position: relative;
}
.p-cast_content + .p-cast_content {
  margin-top: 5.8rem;
}
.p-cast_content__header {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  margin-bottom: 4.1rem;
}
@media screen and (max-width: 960px) {
  .p-cast_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-cast_content__header::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-violet-light);
  -webkit-clip-path: polygon(0 0, -10% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -10% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-cast_content__header::before {
  -webkit-clip-path: polygon(-10% 0, 100% 0, 110% 100%, 0 100%);
  clip-path: polygon(-10% 0, 100% 0, 110% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-cast_content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  text-align: center;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-cast_content__title {
    font-size: 2.8rem;
  }
}
.is-scroll-active .p-cast_content__title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.55s, transform 0.4s var(--ease_out) 0.55s;
}
.p-cast_content__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.7rem 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cast_content__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7rem 1rem;
  }
}
.p-cast_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-cast_content__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.5s var(--ease_out);
}
.is-scroll-active .p-cast_content__list-item:nth-child(1) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(2) {
  transition-delay: 0.46s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(3) {
  transition-delay: 0.47s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(4) {
  transition-delay: 0.48s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(5) {
  transition-delay: 0.49s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(7) {
  transition-delay: 0.51s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(8) {
  transition-delay: 0.52s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(9) {
  transition-delay: 0.53s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(10) {
  transition-delay: 0.54s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(11) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(12) {
  transition-delay: 0.56s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(13) {
  transition-delay: 0.57s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(14) {
  transition-delay: 0.58s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(15) {
  transition-delay: 0.59s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(16) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(17) {
  transition-delay: 0.61s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(18) {
  transition-delay: 0.62s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(19) {
  transition-delay: 0.63s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(20) {
  transition-delay: 0.64s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(21) {
  transition-delay: 0.65s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(22) {
  transition-delay: 0.66s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(23) {
  transition-delay: 0.67s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(24) {
  transition-delay: 0.68s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(25) {
  transition-delay: 0.69s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(26) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(27) {
  transition-delay: 0.71s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(28) {
  transition-delay: 0.72s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(29) {
  transition-delay: 0.73s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(30) {
  transition-delay: 0.74s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(31) {
  transition-delay: 0.75s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(32) {
  transition-delay: 0.76s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(33) {
  transition-delay: 0.77s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(34) {
  transition-delay: 0.78s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(35) {
  transition-delay: 0.79s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(36) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(37) {
  transition-delay: 0.81s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(38) {
  transition-delay: 0.82s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(39) {
  transition-delay: 0.83s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(40) {
  transition-delay: 0.84s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(41) {
  transition-delay: 0.85s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(42) {
  transition-delay: 0.86s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(43) {
  transition-delay: 0.87s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(44) {
  transition-delay: 0.88s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(45) {
  transition-delay: 0.89s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(46) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(47) {
  transition-delay: 0.91s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(48) {
  transition-delay: 0.92s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(49) {
  transition-delay: 0.93s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(50) {
  transition-delay: 0.94s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(51) {
  transition-delay: 0.95s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(52) {
  transition-delay: 0.96s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(53) {
  transition-delay: 0.97s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(54) {
  transition-delay: 0.98s;
}
.is-scroll-active .p-cast_content__list-item:nth-child(55) {
  transition-delay: 0.99s;
}

.p-cast_data {
  display: block;
  position: relative;
}
.p-cast_data__img {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-cast_data__img {
    margin-bottom: 0.8rem;
  }
}
.p-cast_data__name {
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .p-cast_data__name {
    font-size: 1.2rem;
  }
}
.p-cast_data__work {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.06rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cast_data__work {
    font-size: 1rem;
  }
}

.p-sns {
  width: 51rem;
  display: block;
  position: relative;
  margin: 0 auto 0;
}
@media screen and (max-width: 960px) {
  .p-sns {
    width: 29.4rem;
    margin: 0.4rem auto 0;
  }
}
.p-sns__link {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-sns__link {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.5s var(--ease_out) 0.3s;
}
.p-sns__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-violet-bg);
  opacity: 0;
  -webkit-mask: url("../img/banner_mask.png") no-repeat center/contain;
  mask: url("../img/banner_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-sns__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-sns__link:hover::before {
    opacity: 0.4;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}

.p-about {
  display: block;
  position: relative;
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-about {
    padding: 8rem 0 0.6rem;
  }
}
.p-about__container {
  display: block;
  position: relative;
}
.p-about__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-about__bg {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout);
  transition: clip-path 0.5s var(--ease_inout);
  transition: clip-path 0.5s var(--ease_inout), -webkit-clip-path 0.5s var(--ease_inout);
}
.p-about__bg-top {
  display: block;
  position: relative;
}
.p-about__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: var(--color-violet-light);
}
.p-about__bg-bottom {
  display: block;
  position: relative;
}
.p-about__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  padding: 11.2rem 0 11.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__content {
    padding: 6.2rem 0 6.5rem;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 2.8rem;
  }
}
.p-about__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  font-weight: 700;
  margin: 0 auto;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-about__title {
    font-size: 4.6rem;
  }
}
.p-about__title::after {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-about__title::after {
  opacity: 0;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-about__title-text {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-scroll-active .p-about__title-text {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-about__inner {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__inner {
    width: 100%;
  }
}
.p-about__list {
  display: block;
  position: relative;
}
.p-about__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.p-about__list-item:nth-child(3n+1) {
  --color-cap: var(--color-sky);
}
.p-about__list-item:nth-child(3n+2) {
  --color-cap: var(--color-violet);
}
.p-about__list-item:nth-child(3n+3) {
  --color-cap: var(--color-pink);
}
.is-scroll-active .p-about__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.35s, transform 0.4s var(--ease_out) 0.35s;
}
.is-scroll-active .p-about__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-about__list-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-about__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-about__list-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-about__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-about__list-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-scroll-active .p-about__list-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-about__list-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-scroll-active .p-about__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-about__list-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-about__list-item + .p-about__list-item {
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-about__list-item + .p-about__list-item {
    margin-top: 0.6rem;
  }
}

.p-about_data {
  min-height: 8rem;
  display: block;
  position: relative;
  padding: 2.6rem 4rem;
  background: var(--gradient-violet);
  box-shadow: var(--shadow-violet);
}
@media screen and (min-width: 961px) {
  .p-about_data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-about_data.--center {
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data {
    padding: 1.2rem 2rem 2rem;
  }
}
.p-about_data__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_data__header {
    min-width: 12rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data__header {
    margin-bottom: 0.6rem;
  }
}
.p-about_data__title {
  display: block;
  position: relative;
  color: var(--color-cap);
}
.p-about_data__title-deco {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  top: -0.2rem;
  margin-right: 0.2rem;
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-about_data__title-deco {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.12rem;
  }
}
.p-about_data__title-text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 0.8;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-about_data__title-text {
    font-size: 1.2rem;
  }
}
.p-about_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-about_data__lead {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__lead {
    font-size: 1.6rem;
  }
}
.p-about_data__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__text {
    font-size: 1.3rem;
  }
}
.p-about_data__note {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-about_data__note {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.p-about_data__btn {
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__btn {
    margin-top: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-about_data__btn {
    transition: color 0.3s var(--ease_out);
  }
  .p-about_data__btn:hover {
    color: var(--color-violet-bg);
  }
}
.p-about_data__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  -webkit-mask: url("../img/btn_mask.png") no-repeat center/contain;
  mask: url("../img/btn_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_data__btn::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-about_data__btn:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.p-about_data__btn-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-about_data__btn-text {
    font-size: 1.2rem;
  }
}
.p-about_data__btn-icon {
  width: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-about_data__btn:hover .p-about_data__btn-icon {
    animation: arrow_centerY 1s linear;
  }
}

.p-in {
  display: block;
  position: relative;
  padding: 7.8rem 0 11.6rem;
}
@media screen and (max-width: 960px) {
  .p-in {
    padding: 1rem 0 3.5rem;
  }
}
.p-in__container {
  display: block;
  position: relative;
}
.p-in__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-in__header {
  display: block;
  position: relative;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-in__header {
    margin-bottom: 3rem;
  }
}
.p-in__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 8rem;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-in__title {
    font-size: 4.6rem;
  }
}
.p-in__title::after {
  content: attr(data-title);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-load .p-in__title::after {
  opacity: 0;
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1) 0.65s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-in__title-text {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-load .p-in__title-text {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s;
  transition: clip-path 0.5s var(--ease_inout) 0.25s, -webkit-clip-path 0.5s var(--ease_inout) 0.25s;
}
.p-in__inner {
  display: block;
  position: relative;
}

.p-news {
  display: block;
  position: relative;
  padding: 10.8rem 0 11.2rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding: 5.8rem 0 6rem;
  }
}
.p-news__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, -20% 0, 0 100%, 0 100%);
}
.is-load .p-news__bg {
  -webkit-clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  clip-path: polygon(-20% 0, 100% 0, 120% 100%, 0 100%);
  transition: -webkit-clip-path 0.5s var(--ease_inout) 0.3s;
  transition: clip-path 0.5s var(--ease_inout) 0.3s;
  transition: clip-path 0.5s var(--ease_inout) 0.3s, -webkit-clip-path 0.5s var(--ease_inout) 0.3s;
}
.p-news__bg-top {
  display: block;
  position: relative;
}
.p-news__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: var(--color-violet-light);
}
.p-news__bg-bottom {
  display: block;
  position: relative;
}
.p-news__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news__inner {
    grid-template-columns: 2/3;
    grid-row: 1/3;
  }
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.p-news__list-item:nth-child(3n+1) {
  --color-date: var(--color-sky);
}
.p-news__list-item:nth-child(3n+2) {
  --color-date: var(--color-violet);
}
.p-news__list-item:nth-child(3n+3) {
  --color-date: var(--color-pink);
}
.is-load .p-news__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.35s, transform 0.4s var(--ease_out) 0.35s;
}
.is-load .p-news__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-news__list-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-load .p-news__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-load .p-news__list-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-load .p-news__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-news__list-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-load .p-news__list-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-load .p-news__list-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-load .p-news__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-load .p-news__list-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-news__list-item + .p-news__list-item {
  margin-top: 1rem;
}
.p-news__single {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .p-news__single {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.4s var(--ease_out) 0.5s;
}
.p-news__footer {
  display: block;
  position: relative;
  margin-top: 4rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-news__footer {
    margin-top: 2rem;
  }
}
.is-load .p-news__footer {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.4s var(--ease_out) 0.5s;
}
.p-news__back {
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-news__back {
    margin-top: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back {
    transition: color 0.3s var(--ease_out);
  }
  .p-news__back:hover {
    color: var(--color-violet-bg);
  }
}
.p-news__back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  -webkit-mask: url("../img/btn_mask.png") no-repeat center/contain;
  mask: url("../img/btn_mask.png") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-news__back:hover::before {
    opacity: 1;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.p-news__back-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-news__back-text {
    font-size: 1.2rem;
  }
}
.p-news__back-icon {
  width: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back:hover .p-news__back-icon {
    animation: arrow_centerY_prev 1s linear;
  }
}
.p-news__back-path {
  display: block;
  position: relative;
  transform: scale(-1, 1);
}

.p-news_data {
  min-height: 8rem;
  display: block;
  position: relative;
  padding: 2rem 4rem;
  background: var(--gradient-violet);
  box-shadow: var(--shadow-violet);
}
@media screen and (min-width: 961px) {
  .p-news_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data {
    min-height: 6.9rem;
    padding: 1.1rem 2rem;
  }
}
.p-news_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_data::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-news_data:hover::before {
    opacity: 0.4;
    transition: opacity 0s linear;
    animation: clip-in 0.5s var(--ease_out);
  }
}
.p-news_data__date {
  display: block;
  position: relative;
  color: var(--color-date);
}
@media screen and (min-width: 961px) {
  .p-news_data__date {
    min-width: 12rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data__date {
    margin-bottom: 0.1rem;
  }
}
.p-news_data__date-deco {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  margin-right: 0.6rem;
  background: currentColor;
  top: -0.2rem;
}
@media screen and (max-width: 960px) {
  .p-news_data__date-deco {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.1rem;
    margin-right: 0.3rem;
  }
}
.p-news_data__date-text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 0.8;
  letter-spacing: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_data__date-text {
    font-size: 1rem;
  }
}
.p-news_data__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-news_data__title {
    font-size: 1.2rem;
  }
}

.p-news_single {
  min-height: 8rem;
  display: block;
  position: relative;
  padding: 5rem 6rem;
  background: var(--gradient-violet);
  box-shadow: var(--shadow-violet);
}
@media screen and (max-width: 960px) {
  .p-news_single {
    padding: 0.8rem 2rem 3rem;
  }
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  color: var(--color-sky);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.4rem;
  }
}
.p-news_single__date-deco {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  position: relative;
  top: -0.2rem;
  margin-right: 0.6rem;
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-news_single__date-deco {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.1rem;
    margin-right: 0.3rem;
  }
}
.p-news_single__date-text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 0.8;
  letter-spacing: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_single__date-text {
    font-size: 1rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.4rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.2rem;
  }
}
.p-news_single__text a {
  color: var(--color-white);
  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-deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-deco.--deco_area1 {
  z-index: 2;
}
.p-deco__item {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-scroll-active .p-deco__item {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out) 0.35s;
}
.is-scroll-active .p-deco__item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-deco__item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-scroll-active .p-deco__item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-deco__item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-scroll-active .p-deco__item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-deco__item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-scroll-active .p-deco__item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-deco__item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-scroll-active .p-deco__item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-deco__item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-deco__item.--deco1 {
  width: 12rem;
  top: 9.5%;
  left: 81%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco1 {
    width: 6rem;
    top: 23%;
    left: 71%;
  }
}
.p-deco__item.--deco2 {
  width: 6.5rem;
  top: 66%;
  left: 2.2%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco2 {
    width: 3.25rem;
    top: 87%;
    left: 85%;
  }
}
.p-deco__item.--deco3 {
  width: 4.5rem;
  top: 0.4%;
  left: 69%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco3 {
    width: 2.25rem;
    top: 0.7%;
    left: 92%;
  }
}
.p-deco__item.--deco4 {
  width: 12.5rem;
  top: 2.8%;
  left: 96%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco4 {
    width: 6.25rem;
    top: 31.8%;
    left: 96%;
  }
}
.p-deco__item.--deco5 {
  width: 5rem;
  top: 7.3%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco5 {
    width: 2.5rem;
    top: 6.5%;
  }
}
.p-deco__item.--deco6 {
  width: 7rem;
  top: 38.8%;
  left: 98%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco6 {
    width: 3.5rem;
    top: 58.8%;
    left: 4%;
  }
}
.p-deco__item.--deco7 {
  width: 12.5rem;
  top: 51.4%;
  left: 3%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco7 {
    width: 6.25rem;
    top: 75.4%;
    left: 92%;
  }
}
.p-deco__item.--deco8 {
  width: 12.5rem;
  top: 98.1%;
  left: 32%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco8 {
    width: 6.25rem;
  }
}
.p-deco__item.--deco9 {
  width: 12.4rem;
  top: 1.6%;
  left: 81.5%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco9 {
    width: 6.2rem;
    top: -0.1%;
    left: 91.5%;
  }
}
.p-deco__item.--deco10 {
  width: 5.6rem;
  top: 5.3%;
  left: 9%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco10 {
    top: 3.7%;
    width: 2.8rem;
  }
}
.p-deco__item.--deco11 {
  width: 4.5rem;
  top: 19%;
  left: 99%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco11 {
    width: 2.25rem;
  }
}
.p-deco__item.--deco12 {
  width: 11.4rem;
  top: 38.5%;
  left: 2%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco12 {
    width: 5.7rem;
  }
}
.p-deco__item.--deco13 {
  width: 6.4rem;
  top: 41.5%;
  left: 98%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco13 {
    width: 3.2rem;
  }
}
.p-deco__item.--deco14 {
  width: 13rem;
  top: 57.5%;
  left: 4%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco14 {
    width: 6.5rem;
  }
}
.p-deco__item.--deco15 {
  width: 13rem;
  top: 67.5%;
  left: 96%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco15 {
    width: 6.5rem;
  }
}
.p-deco__item.--deco16 {
  width: 6rem;
  top: 78.5%;
  left: 98%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco16 {
    width: 3rem;
  }
}
.p-deco__item.--deco17 {
  width: 5rem;
  top: -1rem;
  right: 0;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco17 {
    width: 2.5rem;
  }
}
.p-deco__item.--deco18 {
  width: 5rem;
  top: 24%;
  left: 84%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco18 {
    width: 2.5rem;
    top: 16%;
    left: 88%;
  }
}
.p-deco__item.--deco19 {
  width: 13rem;
  top: 53%;
  left: 4.2%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco19 {
    width: 6.5rem;
    top: 106%;
    left: 12.2%;
  }
}
.p-deco__item.--deco20 {
  width: 13rem;
  top: 67%;
  left: 95.2%;
}
@media screen and (max-width: 960px) {
  .p-deco__item.--deco20 {
    width: 6.5rem;
  }
}

.p-in_deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-in_deco.--deco_area1 {
  height: 30%;
}
.p-in_deco.--deco_area2 {
  top: auto;
  bottom: 0;
  height: 30%;
}
.p-in_deco__item {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-load .p-in_deco__item {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out) 0.35s;
}
.is-load .p-in_deco__item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-in_deco__item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-load .p-in_deco__item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-load .p-in_deco__item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-load .p-in_deco__item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-in_deco__item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-load .p-in_deco__item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-load .p-in_deco__item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-load .p-in_deco__item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-load .p-in_deco__item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-in_deco__item.--deco1 {
  width: 12rem;
  top: 32.5%;
  left: 79%;
}
@media screen and (max-width: 960px) {
  .p-in_deco__item.--deco1 {
    width: 6rem;
    top: 6%;
    left: 91%;
  }
}
.p-in_deco__item.--deco2 {
  width: 7rem;
  top: 43.5%;
  left: 21%;
}
@media screen and (max-width: 960px) {
  .p-in_deco__item.--deco2 {
    width: 3.5rem;
    top: 34%;
    left: 11%;
  }
}
.p-in_deco__item.--deco3 {
  width: 4.5rem;
  top: 92.5%;
  left: 14.5%;
}
@media screen and (max-width: 960px) {
  .p-in_deco__item.--deco3 {
    width: 2.25rem;
    top: 108%;
    left: 8%;
  }
}
.p-in_deco__item.--deco4 {
  width: 12rem;
  top: 23.5%;
  left: 96.5%;
}
@media screen and (max-width: 960px) {
  .p-in_deco__item.--deco4 {
    width: 6rem;
    top: 33.5%;
    left: 96.5%;
  }
}

.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 {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #1c0844 0%, #1c0844 26%, #432f86 50%, #1c0844 75%, #1c0844 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
@media screen and (max-width: 960px) {
  .--work_kv + .u-lazy__loader {
    max-width: calc(100% - 4rem);
    left: 0;
  }
}
.is-lazy-loading + .u-lazy__loader, .is-lazy-loaded + .u-lazy__loader {
  display: block;
}
.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.u-deco {
  animation: flash 1.5s steps(1) 0.5s infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}