@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-font-base: #ffffff;
  --color-font-link: #ffffff;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* pxove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* pxove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* pxove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bold; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of incpxent and decpxent buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* pxove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* pxove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style pxoved in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* pxove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* pxove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  position: relative;
  background-color: #000000;
}
html.is-lock {
  overflow: hidden;
}

body {
  position: relative;
  z-index: 1;
  margin: auto;
  color: var(--color-font-base);
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.1rem;
  }
}

.l-outer {
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  box-sizing: border-box;
}

a {
  color: var(--color-font-link);
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  a:hover, a:active {
    text-decoration: none;
  }
}

p {
  font-size: 1.6rem;
}
p > a {
  text-decoration: underline;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  p > a:hover, p > a:active {
    opacity: 0.7;
    text-decoration: none;
  }
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}
table tr {
  vertical-align: top;
}

button {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

abbr {
  text-decoration: none;
}

li {
  list-style: none;
}

dfn {
  display: block;
  font-style: normal;
}

hr {
  display: none;
}

.l-chart__link {
  position: absolute;
  bottom: 100px;
  width: 8%;
  max-width: 90px;
  left: 50px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 0.3s 1.3s, opacity 0.2s 1.3s;
}
@media only screen and (max-width: 767px) {
  .l-chart__link {
    width: 68px;
    left: 153px;
    bottom: auto;
    top: calc(100vw + 177px);
    display: flex;
    margin-left: 0;
    max-width: 123px;
    margin-top: 18px;
  }
}
.l-chart__link img {
  transition: transform 0.3s;
}
.is-active .l-chart__link {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (min-width: 767px) {
  .l-chart__link:hover:hover img, .l-chart__link:active:hover img {
    transform: scale(0.92);
  }
}

.c-more {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .c-more {
    width: 132px;
  }
}
.c-more.--top_onair {
  position: absolute;
  top: 48px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .c-more.--top_onair {
    position: static;
  }
}
.c-more.--top_staff {
  margin-top: 50px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-more.--top_staff {
    margin: 0;
    position: static;
    margin-left: auto;
    margin-top: 27px;
  }
  .c-more.--top_staff img {
    margin-right: 0;
    margin-left: auto;
  }
}
.c-more__link {
  display: block;
  position: relative;
  right: 70px;
  padding-bottom: 14px;
  transition: transform 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-more__link {
    right: 0;
  }
}
@media only screen and (min-width: 767px) {
  .c-more__link:hover:hover, .c-more__link:active:hover {
    transform: scale(0.95) translateX(4px);
    animation: charaBgFlash 0.2s 1 alternate forwards;
  }
}
.c-more__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/btn_more01.svg) no-repeat center/contain;
}
.c-more__link img {
  display: block;
  width: 57%;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-more__link img {
    width: 65%;
    margin-left: 0;
    margin-right: auto;
  }
}

/* ==================  LAYOUT // .l-**  ================== */
.l-in__title {
  margin-bottom: 82px;
  padding-left: 70px;
  opacity: 0;
  transform: translateX(-40px);
}
@media only screen and (max-width: 767px) {
  .l-in__title {
    margin-bottom: 44px;
    padding-left: 10px;
  }
}
.l-in__title.is-active {
  animation: charaBgFlash 0.1s 0.2s 1 alternate forwards;
  transform: translateX(0);
  transition: opacity 0.3s 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.l-in__title.--staffcast {
  width: 475px;
}
@media only screen and (max-width: 767px) {
  .l-in__title.--staffcast {
    width: 240px;
  }
}
.l-in__title.--onair {
  width: 707px;
}
@media only screen and (max-width: 767px) {
  .l-in__title.--onair {
    width: 240px;
  }
}

/* ------------------  outer  ------------------ */
.l-outer {
  position: relative;
  overflow: hidden;
}
.l-outer-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
}
.l-outer-deco__item {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 20px;
}
.l-outer-deco__item::before, .l-outer-deco__item::after {
  content: "";
  display: block;
}
.l-outer-deco__item::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  top: 0;
  height: 30px;
  background-image: url("../img/sideline_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.l-outer-deco__item::after {
  position: fixed;
  width: 20px;
  height: 3px;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/sideline_center.svg");
}
.l-outer-deco__item-inner {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.l-outer-deco__item-inner::before, .l-outer-deco__item-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #ffffff;
}
.l-outer-deco__item-inner::before {
  height: 100%;
}
.l-outer-deco__item-inner::after {
  height: 56px;
}
.l-outer-deco__item--left {
  left: 0;
}
.l-outer-deco__item--left::after {
  left: 13px;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
}
.l-outer-deco__item--left .l-outer-deco__item-inner::before {
  left: 0;
}
.l-outer-deco__item--left .l-outer-deco__item-inner::after {
  right: 0;
}
.l-outer-deco__item--right {
  right: 4px;
}
.l-outer-deco__item--right::after {
  right: 13px;
  background-position: center;
  transform: translateY(-50%);
}
.l-outer-deco__item--right .l-outer-deco__item-inner::before {
  right: 0;
}
.l-outer-deco__item--right .l-outer-deco__item-inner::after {
  left: 0;
}
.l-outer--news {
  background-color: #101010;
}
.l-outer--news_in {
  background-color: #101010;
}
.l-outer--news_in .l-outer__wrap {
  padding-bottom: 0;
}
.l-outer--chara {
  background-color: #101010;
}
@media only screen and (max-width: 767px) {
  .l-outer-deco__item {
    width: 23px;
  }
  .l-outer-deco__item::before {
    width: 3px;
  }
  .l-outer-deco__item::after {
    height: 2px;
  }
  .l-outer-deco__item-inner {
    top: 13px;
    width: 2px;
  }
  .l-outer-deco__item-inner::before, .l-outer-deco__item-inner::after {
    width: 0.5px;
  }
  .l-outer-deco__item--left::after {
    left: 3px;
  }
  .l-outer-deco__item--left .l-outer-deco__item-inner::after {
    height: 20px;
  }
  .l-outer-deco__item--right {
    right: 1px;
  }
  .l-outer-deco__item--right::after {
    right: 3px;
  }
  .l-outer-deco__item--right .l-outer-deco__item-inner::after {
    height: 20px;
  }
  .l-outer__wrap {
    padding-bottom: 0;
  }
  .l-outer--news .l-outer__wrap {
    padding-bottom: 0;
  }
}

/* ------------------  header  ------------------ */
.l-header {
  position: fixed;
  z-index: 31;
  width: 52px;
  height: 190px;
  right: -2px;
  top: 78px;
}
.l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header {
    width: 33px;
    top: auto;
    bottom: 88px;
    height: 110px;
    right: -3px;
  }
}

/* ------------------  kv  ------------------ */
.l-kv {
  position: relative;
  min-height: 560px;
}
.l-kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-kv-bg picture,
.l-kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 1130px) {
  .l-kv.is-width_unlock .p-kv-visual {
    height: 100%;
  }
  .l-kv.is-width_unlock .p-kv-visual__lead {
    height: 100%;
  }
}
@media only screen and (max-width: 1030px) {
  .l-kv.is-width_unlock .p-kv-visual {
    height: 100%;
  }
  .l-kv.is-width_unlock .p-kv-visual__chara {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv.is-width_unlock .p-kv-visual__chara-front {
    height: calc(100% - 10px);
  }
  .l-kv.is-width_unlock .p-kv-visual__chara-front picture,
  .l-kv.is-width_unlock .p-kv-visual__chara-front img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}
@media only screen and (max-width: 520px) {
  .l-kv.is-width_unlock {
    height: calc(var(--vh, 1vh) * 100 + 40px);
  }
  .l-kv.is-width_unlock .p-kv-visual__chara-front {
    height: 100%;
  }
  .l-kv.is-width_unlock .p-kv-visual__chara-front picture,
  .l-kv.is-width_unlock .p-kv-visual__chara-front img {
    -o-object-position: left 50% top 30%;
    object-position: left 50% top 30%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv.is-height_unlock {
    height: auto;
  }
  .l-kv.is-height_unlock .l-kv__wrap {
    height: auto;
  }
  .l-kv.is-height_unlock .l-kv__content {
    height: auto;
    position: relative;
  }
  .l-kv.is-height_unlock .p-kv-visual {
    height: auto;
    max-height: none;
  }
  .l-kv.is-height_unlock .p-kv-visual__chara {
    position: relative;
    min-height: 900px;
    width: auto;
    aspect-ratio: 9/16;
  }
  .l-kv.is-height_unlock .p-kv-visual__chara-front {
    margin-top: 20px;
    position: relative;
  }
  .l-kv.is-height_unlock .p-kv-visual__chara-front picture,
  .l-kv.is-height_unlock .p-kv-visual__chara-front img {
    -o-object-position: top;
    object-position: top;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv {
    min-height: 0;
    min-height: 560px;
    max-height: 100%;
    height: calc(var(--vh, 1vh) * 100 + 40px);
  }
  .l-kv__inner {
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    top: 0;
    left: 0;
    padding: 20px 0 62px;
  }
  .l-kv__content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    height: calc(var(--vh, 1vh) * 100 + 40px);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-kv__wrap {
    height: calc(var(--vh, 1vh) * 100 + 40px);
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .l-kv__inner {
    padding: 0 15px 60px;
    height: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .l-kv__wrap {
    min-width: 0;
  }
}
.l-kv.js-hero-animation .l-kv-op__deco-first {
  width: 0;
}
.l-kv.js-hero-animation .l-kv-op {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.l-kv.js-hero-animation .l-kv-op .l-kv-op__deco-item {
  width: 0;
}
.l-kv.js-hero-animation .p-kv-visual__lead {
  opacity: 0;
  transform: translate(-50%, -20px);
}
.l-kv.js-hero-animation .p-kv-title {
  overflow: hidden;
}
.l-kv.js-hero-animation .p-kv-title__inner {
  opacity: 0;
  transform: scale(1.1);
}
.l-kv.js-hero-animation.is-active .l-kv-op__deco-first {
  animation: OpFirstLine 0.7s 1 0s normal forwards;
}
@keyframes OpFirstLine {
  0% {
    height: 1px;
    width: 0%;
  }
  20% {
    height: 1px;
  }
  55% {
    height: 1px;
  }
  60% {
    height: 20px;
  }
  100% {
    width: 100%;
    height: 50px;
  }
}
.l-kv.js-hero-animation.is-active .p-kv-visual__lead {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 6.7s, opacity 0.3s 6.7s;
}
.l-kv.js-hero-animation.is-active .p-kv-title__inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 4s, opacity 0.3s 4s;
}
.l-kv.js-hero-animation.is-active .l-kv-op {
  opacity: 0;
  -webkit-clip-path: circle(1.1% at 50% 50%);
  clip-path: circle(1.1% at 50% 50%);
  transition: opacity 0.3s 3.5s, -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3.5s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3.5s, opacity 0.3s 3.5s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3.5s, opacity 0.3s 3.5s, -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 3.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1), height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item::before {
  height: 100%;
  transition: height cubic-bezier(0.7, 0, 0.84, 0) 0.8s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(1) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.82s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(1)::before {
  transition-delay: 0.82s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(2) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.84s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(2)::before {
  transition-delay: 0.84s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(3) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.86s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(3)::before {
  transition-delay: 0.86s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(4) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.88s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(4)::before {
  transition-delay: 0.88s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(5) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(5)::before {
  transition-delay: 0.9s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(6) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.92s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(6)::before {
  transition-delay: 0.92s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(7) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.94s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(7)::before {
  transition-delay: 0.94s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(8) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.96s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(8)::before {
  transition-delay: 0.96s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(9) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.98s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(9)::before {
  transition-delay: 0.98s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(10) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(10)::before {
  transition-delay: 1s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(11) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.02s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(11)::before {
  transition-delay: 1.02s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(12) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.04s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(12)::before {
  transition-delay: 1.04s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(13) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.06s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(13)::before {
  transition-delay: 1.06s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(14) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.08s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(14)::before {
  transition-delay: 1.08s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(15) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(15)::before {
  transition-delay: 1.1s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(16) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.12s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(16)::before {
  transition-delay: 1.12s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(17) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.14s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(17)::before {
  transition-delay: 1.14s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(18) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.16s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(18)::before {
  transition-delay: 1.16s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(19) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.18s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(19)::before {
  transition-delay: 1.18s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(20) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.2s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(20)::before {
  transition-delay: 1.2s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(21) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.22s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(21)::before {
  transition-delay: 1.22s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(22) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.24s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(22)::before {
  transition-delay: 1.24s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(23) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.26s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(23)::before {
  transition-delay: 1.26s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(24) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.28s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(24)::before {
  transition-delay: 1.28s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(25) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.3s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(25)::before {
  transition-delay: 1.3s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(26) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.32s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(26)::before {
  transition-delay: 1.32s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(27) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.34s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(27)::before {
  transition-delay: 1.34s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(28) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.36s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(28)::before {
  transition-delay: 1.36s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(29) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.38s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(29)::before {
  transition-delay: 1.38s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(30) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.4s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(30)::before {
  transition-delay: 1.4s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(31) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.42s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(31)::before {
  transition-delay: 1.42s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(32) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.44s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(32)::before {
  transition-delay: 1.44s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(33) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.46s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(33)::before {
  transition-delay: 1.46s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(34) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.48s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(34)::before {
  transition-delay: 1.48s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(35) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(35)::before {
  transition-delay: 1.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(36) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.52s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(36)::before {
  transition-delay: 1.52s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(37) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.54s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(37)::before {
  transition-delay: 1.54s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(38) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.56s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(38)::before {
  transition-delay: 1.56s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(39) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.58s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(39)::before {
  transition-delay: 1.58s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(40) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.6s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(40)::before {
  transition-delay: 1.6s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(41) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.62s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(41)::before {
  transition-delay: 1.62s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(42) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.64s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(42)::before {
  transition-delay: 1.64s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(43) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.66s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(43)::before {
  transition-delay: 1.66s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(44) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.68s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(44)::before {
  transition-delay: 1.68s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(45) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.7s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(45)::before {
  transition-delay: 1.7s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(46) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.72s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(46)::before {
  transition-delay: 1.72s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(47) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.74s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(47)::before {
  transition-delay: 1.74s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(48) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.76s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(48)::before {
  transition-delay: 1.76s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(49) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.78s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(49)::before {
  transition-delay: 1.78s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(50) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.8s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(50)::before {
  transition-delay: 1.8s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(51) {
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1) 1.82s;
}
.l-kv.js-hero-animation.is-active .l-kv-op .l-kv-op__deco-item:nth-child(51)::before {
  transition-delay: 1.82s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__wrap {
  opacity: 0;
  transition: 0s 2.3s;
}
.l-kv.js-hero-animation.is-active .l-kv-op::before {
  opacity: 0;
  transition: opacity 0.5s 5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__mark {
  opacity: 0;
  transition: opacity 0.5s 3.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__mark::before {
  background-color: #ffffff;
  transform: translate(-50%, -50%) scale(1);
  transition: background-color 0s 2.3s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 2.3s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__bg {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 3.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__catch {
  opacity: 0;
  transition: opacity 0.3s 5.5s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__catch-item--01 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1) 4s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 4s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__catch-item--02 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1) 4.4s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 4.4s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__catch-item--03 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1) 4.8s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 4.8s;
}
.l-kv.js-hero-animation.is-active .l-kv-op__mask {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 3.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 3.5s;
}

.l-kv-op {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
}
.l-kv-op::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
.l-kv-op__wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-kv-op__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
}
.l-kv-op__deco-first {
  background-color: #ff575a;
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  overflow: hidden;
  transform: translateY(-50%);
}
.l-kv-op__deco-item {
  width: 0;
  height: 10%;
  position: absolute;
  left: 0;
}
.l-kv-op__deco-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff575a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-kv-op__deco-item:nth-child(1) {
  bottom: 30%;
}
.l-kv-op__deco-item:nth-child(2) {
  top: 16.6666666667%;
}
.l-kv-op__deco-item:nth-child(3) {
  top: 0%;
}
.l-kv-op__deco-item:nth-child(4) {
  top: 26.6666666667%;
}
.l-kv-op__deco-item:nth-child(5) {
  top: 30%;
}
.l-kv-op__deco-item:nth-child(6) {
  top: 6.6666666667%;
}
.l-kv-op__deco-item:nth-child(7) {
  top: 50%;
}
.l-kv-op__deco-item:nth-child(8) {
  top: 20%;
}
.l-kv-op__deco-item:nth-child(9) {
  bottom: 33.3333333333%;
}
.l-kv-op__deco-item:nth-child(10) {
  top: 13.3333333333%;
}
.l-kv-op__deco-item:nth-child(11) {
  bottom: 16.6666666667%;
}
.l-kv-op__deco-item:nth-child(12) {
  bottom: 46.6666666667%;
}
.l-kv-op__deco-item:nth-child(13) {
  bottom: 26.6666666667%;
}
.l-kv-op__deco-item:nth-child(14) {
  top: 33.3333333333%;
}
.l-kv-op__deco-item:nth-child(15) {
  bottom: 6.6666666667%;
}
.l-kv-op__deco-item:nth-child(16) {
  top: 23.3333333333%;
}
.l-kv-op__deco-item:nth-child(17) {
  bottom: 20%;
}
.l-kv-op__deco-item:nth-child(18) {
  bottom: 50%;
}
.l-kv-op__deco-item:nth-child(19) {
  bottom: 13.3333333333%;
}
.l-kv-op__deco-item:nth-child(20) {
  bottom: 0%;
}
.l-kv-op__deco-item:nth-child(21) {
  top: 36.6666666667%;
}
.l-kv-op__deco-item:nth-child(22) {
  bottom: 23.3333333333%;
}
.l-kv-op__deco-item:nth-child(23) {
  top: 46.6666666667%;
}
.l-kv-op__deco-item:nth-child(24) {
  bottom: 36.6666666667%;
}
.l-kv-op__deco-item:nth-child(25) {
  top: 3.3333333333%;
}
.l-kv-op__deco-item:nth-child(26) {
  bottom: 3.3333333333%;
}
.l-kv-op__deco-item:nth-child(27) {
  top: 10%;
}
.l-kv-op__deco-item:nth-child(28) {
  bottom: 10%;
}
.l-kv-op__deco-item:nth-child(29) {
  top: 40%;
}
.l-kv-op__deco-item:nth-child(30) {
  bottom: 40%;
}
.l-kv-op__deco-item:nth-child(31) {
  top: 43.3333333333%;
}
.l-kv-op__deco-item:nth-child(32) {
  bottom: 43.3333333333%;
}
.l-kv-op__mark {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
}
.l-kv-op__mark::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  width: 30%;
  height: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  background-color: #000000;
  -webkit-mask-image: url("../img/logo.svg");
  mask-image: url("../img/logo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.l-kv-op__bg {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/kv/hedaer_img01.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: grayscale(80%) brightness(50%);
}
@media only screen and (max-width: 767px) {
  .l-kv-op__bg {
    background-image: url("../img/kv/hedaer_img01_sp.jpg");
  }
}
.l-kv-op__catch {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
}
.l-kv-op__catch-item {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-kv-op__catch-item--01 {
  background-image: url("../img/kv/hedaer_img03_01.png");
}
@media only screen and (max-width: 767px) {
  .l-kv-op__catch-item--01 {
    background-image: url("../img/kv/hedaer_img03_01_sp.png");
  }
}
.l-kv-op__catch-item--02 {
  background-image: url("../img/kv/hedaer_img03_02.png");
}
@media only screen and (max-width: 767px) {
  .l-kv-op__catch-item--02 {
    background-image: url("../img/kv/hedaer_img03_02_sp.png");
  }
}
.l-kv-op__catch-item--03 {
  background-image: url("../img/kv/hedaer_img03_03.png");
}
@media only screen and (max-width: 767px) {
  .l-kv-op__catch-item--03 {
    background-image: url("../img/kv/hedaer_img03_03_sp.png");
  }
}
.l-kv-op__mask {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 10px));
  background-image: url("../img/kv/hedaer_img01.jpg");
  background-position: left 8.5vw top 50%;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(5%);
  z-index: 0;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1130px) {
  .l-kv-op__mask {
    background-size: cover;
    width: 100%;
    background-position: right calc(-7vw + 48px) top 50%;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv-op__mask {
    background-image: url("../img/kv/hedaer_img02_sp.png");
    background-position: left 50% top 10px;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .l-kv-op__mask {
    background-size: cover;
  }
}
@media only screen and (max-width: 520px) {
  .l-kv-op__mask {
    background-size: contain;
    background-position: left 50% top 50%;
  }
}

/* ------------------  content  ------------------ */
.l-content {
  position: relative;
  z-index: 1;
  background-color: #000000;
}
.l-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 450px;
  height: 65px;
  top: -64px;
  right: 0;
  -webkit-mask-image: url("../img/news_top.svg");
  mask-image: url("../img/news_top.svg");
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-size: auto, 100%, contain;
  mask-size: auto, 100%, contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000000;
}
.l-content__inner {
  padding: 0 100px;
}
.l-content--in {
  margin-top: 0;
  padding-top: 10.5px;
  overflow: hidden;
}
.l-content--in::before {
  display: none;
}
.l-content--news {
  background-color: #101010;
}
.l-content--news::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 690px;
  right: -103px;
  top: auto;
  bottom: -16px;
  background-color: #000000;
  -webkit-mask-image: url("../img/logo.svg");
  mask-image: url("../img/logo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
}
.l-content--chara {
  padding-top: 15px;
  background-color: #101010;
}
@media only screen and (max-width: 1350px) {
  .l-content__inner {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-content::before {
    width: 28%;
    top: -9.5px;
    height: 15px;
    -webkit-mask-position: top left;
    mask-position: top left;
  }
  .l-content__inner {
    padding: 0 20px;
  }
  .l-content--news::before {
    width: 116%;
    right: -110px;
    height: 100%;
    top: auto;
    bottom: 120px;
    -webkit-mask-position: right bottom;
    mask-position: right bottom;
  }
  .l-content--in {
    padding-top: 16.5px;
  }
}

/* ------------------  section  ------------------ */
.l-section {
  position: relative;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}
.l-section__inner {
  padding: 0px 70px;
  position: relative;
}
.is-active .l-section__inner.--in::before, .is-active .l-section__inner.--in::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-section__inner.--in::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474747;
  z-index: 1;
  transition: -webkit-clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  transition: clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  transition: clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s, -webkit-clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.l-section__inner.--in::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #474747;
  z-index: 1;
  transition: -webkit-clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  transition: clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  transition: clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s, -webkit-clip-path 0.9s cubic-bezier(0.61, 1, 0.88, 1) 0.4s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.l-section__inner.--story {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .l-section__inner.--story {
    margin-top: 60px;
  }
}
.l-section--top_onair .l-section-bg {
  position: absolute;
  width: 150vw;
  height: calc(100% + 30px);
  top: -33px;
  left: -25vw;
  background-color: #101010;
  pointer-events: none;
}
.l-section--top_movie {
  padding-top: 13px;
  padding-bottom: 130px;
}
.l-section--top_movie .l-section-bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  background-color: #000000;
  overflow: hidden;
  pointer-events: none;
}
.l-section--top_movie .l-section-bg__bg {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #000000;
  background-image: url("../img/pattern_char_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: -158px -150px;
  transition: transform 0.9s cubic-bezier(0.61, 1, 0.88, 1);
}
.l-section--top_movie .l-section-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5px;
  left: 0;
  bottom: 164px;
  background-color: #626262;
  z-index: 2;
}
.l-section--top_movie .l-section-bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: calc(100% - 271px);
  left: 29.4%;
  bottom: 164px;
  background-color: #626262;
}
.l-section--top_movie .l-section-bg__item {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% - 271px);
  margin-top: 107px;
}
.l-section--top_movie .l-section-bg__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 100%;
  top: 0;
  right: 39%;
  background-color: #626262;
}
.l-section--top_movie .l-section-bg__item::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 59.6%;
  height: 100%;
  background: linear-gradient(54.5deg, transparent 0%, transparent 49.8%, #626262 49.8%, #626262 50%, transparent 50%, transparent 100%);
}
.l-section--top_movie .l-section__inner {
  position: relative;
  padding-right: 0;
  z-index: 5;
}
.l-section--top_movie .l-section__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-section--top_movie .l-section__deco::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  left: -10px;
  top: 9.05rem;
  background-image: url("../img/deco_pink.svg");
  transform: scaleX(-1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_movie.js-animation .l-section-bg::before {
  width: 0;
}
.l-section--top_movie.js-animation .l-section-bg::after {
  transform: scaleY(0);
  transform-origin: top;
}
.l-section--top_movie.js-animation .l-section-bg__item::before {
  transform: scaleY(0);
  transform-origin: bottom;
}
.l-section--top_movie.js-animation .l-section__deco {
  opacity: 0;
  transform: scale(1.05);
}
.l-section--top_movie.js-animation.is-active .l-section-bg::before {
  width: 150vw;
  transition: width 1.2s;
}
.l-section--top_movie.js-animation.is-active .l-section-bg::after {
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.l-section--top_movie.js-animation.is-active .l-section-bg__item::before {
  transform: scaleY(1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.l-section--top_movie.js-animation.is-active .l-section__deco {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
}
.l-section--top_news {
  padding-top: 31px;
  padding-bottom: 130px;
}
.l-section--top_news .l-section-bg {
  position: absolute;
  width: 150vw;
  height: calc(100% + 30px);
  top: -33px;
  left: -25vw;
  background-color: #101010;
  pointer-events: none;
}
.l-section--top_news .l-section-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 35vw;
  background-color: #000000;
  -webkit-mask-image: url("../img/logo.svg");
  mask-image: url("../img/logo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
}
.l-section--top_news .l-section-bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  right: calc(25vw + 120px);
  width: calc(100% + 120px);
  height: 50%;
  background-image: url("../img/news_deco_line.svg");
  background-position: right bottom;
}
.l-section--top_news .l-section-bg__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-section--top_news .l-section__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  right: -10px;
  top: 0.2rem;
  background-image: url("../img/deco_pink.svg");
}
.l-section--top_news .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  left: -10px;
  bottom: 0;
  background-image: url("../img/deco_pink.svg");
  transform: scaleX(-1);
}
.l-section--top_news.js-animation .l-section__inner {
  opacity: 0;
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .l-section--top_news.js-animation .l-section__inner {
    transform: scale(1);
  }
}
.l-section--top_news.js-animation .l-section-bg::before {
  opacity: 0;
  transform: translate(40px);
}
.l-section--top_news.js-animation .l-section-bg::after {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.l-section--top_news.js-animation.is-active .l-section__inner {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
}
@media only screen and (max-width: 767px) {
  .l-section--top_news.js-animation.is-active .l-section__inner {
    animation: charaBgFlash 0s 0s 1 alternate forwards;
    transition: transform 0s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.l-section--top_news.js-animation.is-active .l-section-bg::before {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s 0.8s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
.l-section--top_news.js-animation.is-active .l-section-bg::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 3s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: clip-path 3s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  transition: clip-path 3s cubic-bezier(0.16, 1, 0.3, 1) 1s, -webkit-clip-path 3s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
.l-section--top_onair {
  padding-top: 50px;
  padding-bottom: 130px;
}
.l-section--top_onair .l-section-bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  overflow: hidden;
  pointer-events: none;
}
.l-section--top_onair .l-section-bg__bg {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #000000;
  background-image: url("../img/pattern_char_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: -158px -150px;
  transition: transform 0.9s cubic-bezier(0.61, 1, 0.88, 1);
}
.l-section--top_onair .l-section__inner {
  position: relative;
  padding-right: 0;
}
.l-section--top_onair .l-section__inner::before, .l-section--top_onair .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 150vw;
  left: -25vw;
  height: 0.5px;
  background-color: #474747;
}
.l-section--top_onair .l-section__inner::before {
  top: 0;
}
.l-section--top_onair .l-section__inner::after {
  bottom: 0;
}
.l-section--top_onair .l-section__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-section--top_onair .l-section__deco::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  right: -10px;
  bottom: 4.75rem;
  background-image: url("../img/deco_pink.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_onair .l-section__deco::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  left: -10px;
  top: 9rem;
  background-image: url("../img/deco_pink.svg");
  transform: scaleX(-1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_onair .l-section__line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-section--top_onair .l-section__line::before, .l-section--top_onair .l-section__line::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #474747;
  width: 1px;
  height: 100%;
}
.l-section--top_onair .l-section__line::before {
  top: 0;
  left: 0;
}
.l-section--top_onair .l-section__line::after {
  bottom: 0;
  right: 0;
}
.l-section--top_onair.js-animation .l-section__inner::before {
  transform: scaleX(0);
  transform-origin: left;
}
.l-section--top_onair.js-animation .l-section__inner::after {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--top_onair.js-animation .l-section__line::before {
  transform: scaleY(0);
  transform-origin: top;
}
.l-section--top_onair.js-animation .l-section__line::after {
  transform: scaleY(0);
  transform-origin: bottom;
}
.l-section--top_onair.js-animation .l-section__deco {
  opacity: 0;
  transform: scale(1.02);
}
.l-section--top_onair.js-animation.is-active .l-section__inner::before {
  transform: scaleX(1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-section--top_onair.js-animation.is-active .l-section__inner::after {
  transform: scaleX(1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-section--top_onair.js-animation.is-active .l-section__line::before {
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.l-section--top_onair.js-animation.is-active .l-section__line::after {
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
.l-section--top_onair.js-animation.is-active .l-section__deco {
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.l-section--top_intro {
  padding-top: 70px;
  padding-bottom: 130px;
}
.l-section--top_intro .l-section-bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  overflow: hidden;
  pointer-events: none;
}
.l-section--top_intro .l-section-bg__bg {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  background-image: url("../img/intro_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom -100px;
  transition: transform 0.9s cubic-bezier(0.61, 1, 0.88, 1);
}
.l-section--top_intro .l-section__inner {
  position: relative;
  padding-right: 0;
}
.l-section--top_intro .l-section__inner::before, .l-section--top_intro .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
}
.l-section--top_intro .l-section__inner::before {
  display: none;
}
.l-section--top_intro .l-section__inner::after {
  bottom: -40px;
  left: 7rem;
  width: 32.5%;
  height: 0.5px;
}
.l-section--top_intro .l-section__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-section--top_intro .l-section__deco::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  right: -10px;
  bottom: 0.95rem;
  background-image: url("../img/deco_pink.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_intro .l-section__deco::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  left: -10px;
  top: 11.05rem;
  background-image: url("../img/deco_pink.svg");
  transform: scaleX(-1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_intro.js-animation .l-section__inner::before {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--top_intro.js-animation .l-section__inner::after {
  transform: scaleX(0);
  transform-origin: left;
}
.l-section--top_intro.js-animation .l-section__deco {
  opacity: 0;
  transform: scale(1.05);
}
.l-section--top_intro.js-animation.is-active .l-section__inner::before {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.l-section--top_intro.js-animation.is-active .l-section__inner::after {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
}
.l-section--top_intro.js-animation.is-active .l-section__deco {
  transform: scale(1);
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.l-section--top_chara {
  padding-top: 70px;
  padding-bottom: 130px;
  max-width: 100%;
}
.l-section--top_chara .l-section-bg {
  position: absolute;
  width: calc(100% + 200px);
  height: 100%;
  top: 0;
  left: -100px;
  overflow: hidden;
  background-color: #101010;
  pointer-events: none;
}
.l-section--top_chara .l-section__inner {
  position: relative;
  padding-right: 0;
}
.l-section--top_chara .l-section__inner::before, .l-section--top_chara .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #818181;
}
.l-section--top_chara .l-section__inner::before {
  width: 37.9%;
  height: 0.5px;
  right: 11%;
  top: 24px;
}
.l-section--top_chara .l-section__inner::after {
  display: none;
}
.l-section--top_chara .l-section__deco {
  position: absolute;
  width: 100%;
  height: calc(100% + 60px);
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.l-section--top_chara .l-section__deco::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  right: 6.75rem;
  top: 4.5rem;
  background-image: url("../img/deco_pink.svg");
  transform: rotate(-90deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_chara .l-section__deco::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  left: 6.5rem;
  bottom: -5px;
  background-image: url("../img/deco_pink.svg");
  transform: scaleX(-1) rotate(90deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--top_chara .l-section__deco-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-section--top_chara .l-section__deco-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: -20px;
  background-image: url("../img/deco_char2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 90px;
  height: 30px;
}
.l-section--top_chara.js-animation .p-top_chara-slide::after {
  height: calc(100% + 300px);
  top: -200px;
}
.l-section--top_chara.js-animation .l-section__inner::before {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--top_chara.js-animation .l-section__deco {
  opacity: 0;
  transform: scale(1.05);
}
.l-section--top_chara.js-animation.is-active .p-top_chara-slide::after {
  display: none;
  height: 0;
  transition: height 0.5s 0.8s;
}
.l-section--top_chara.js-animation.is-active .l-section__inner::before {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.l-section--top_chara.js-animation.is-active .l-section__deco {
  transform: scale(1);
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.l-section--top_staff {
  padding-top: 70px;
  padding-bottom: 130px;
}
.l-section--top_staff .l-section-bg {
  position: absolute;
  width: calc(100% + 200px);
  height: 100%;
  top: 0;
  left: -100px;
  overflow: hidden;
  pointer-events: none;
}
.l-section--top_staff .l-section-bg__bg {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #000000;
  background-image: url("../img/pattern_char_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: -158px -150px;
  transition: transform 0.9s cubic-bezier(0.61, 1, 0.88, 1);
}
.l-section--top_staff .l-section__inner {
  position: relative;
  padding-right: 0;
}
.l-section--news .l-section__inner {
  position: relative;
  padding: 0 69px;
}
.l-section--news_detail {
  max-width: 100%;
  margin: 0;
}
.l-section--news_detail .l-section__inner {
  margin-left: -100px;
  margin-right: -100px;
  padding: 0;
}
.l-section--chara {
  max-width: 100%;
  margin: 0;
}
.l-section--chara .l-section__inner {
  padding: 0 72px;
}
.l-section--chara .l-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #101010;
  pointer-events: none;
}
.l-section--chara .l-section-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 20vw;
  height: 1px;
  top: 9rem;
  right: 12vw;
  background-color: #818181;
  z-index: 2;
}
.l-section--chara .l-section-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5rem;
  right: 8vw;
  width: 30px;
  height: 5px;
  background-image: url(../img/deco_dot.svg);
  background-size: contain;
  background-position: bottom;
  transform: scaleX(-1);
}
.l-section--chara .l-section__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.l-section--chara .l-section__deco::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  right: 0;
  top: 5rem;
  background-image: url("../img/deco_pink.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.l-section--chara.js-animation .l-section__inner::before {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--chara.js-animation .l-section-bg::before {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--chara.js-animation .l-section-bg::after {
  transform: scaleX(0);
  transform-origin: right;
}
.l-section--chara.js-animation .l-section__deco {
  opacity: 0;
  transform: scale(1.05);
}
.l-section--chara.js-animation.is-active .l-section-bg::before {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.l-section--chara.js-animation.is-active .l-section-bg::after {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.l-section--chara.js-animation.is-active .l-section__deco {
  transform: scale(1);
  animation: charaBgFlash 0.2s 0.2s 1 alternate forwards;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
@media only screen and (max-width: 767px) {
  .l-section__inner {
    padding: 0 9px;
  }
  .l-section--top_movie {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .l-section--top_movie .l-section-bg__bg {
    background-size: 30vw 30vw;
    background-position: -128px -150px;
  }
  .l-section--top_movie .l-section-bg::before {
    bottom: 56px;
  }
  .l-section--top_movie .l-section-bg::after {
    height: calc(100% - 108px);
    left: 18.3%;
    bottom: 56px;
  }
  .l-section--top_movie .l-section-bg__item {
    height: calc(100% - 108px);
    margin-top: 52px;
  }
  .l-section--top_movie .l-section-bg__item::after {
    width: 52.6%;
    background: linear-gradient(61.5deg, transparent 0%, transparent 49.8%, #474747 49.8%, #474747 50%, transparent 50%, transparent 100%);
  }
  .l-section--top_movie .l-section__deco::after {
    width: 5px;
    height: 20px;
    left: -5px;
    top: 4rem;
    transform: scaleX(-1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .l-section--top_news {
    padding-top: 0;
    padding-bottom: 61px;
  }
  .l-section--top_news .l-section-bg {
    height: calc(100% + 43px);
    top: -33px;
  }
  .l-section--top_news .l-section-bg__bg {
    background-size: 30vw 30vw;
    background-position: -128px -150px;
  }
  .l-section--top_news .l-section-bg::before {
    width: 74%;
    height: calc(100% + 24px);
    right: -29px;
    top: -4.5px;
  }
  .l-section--top_news .l-section-bg::after {
    bottom: 31px;
    right: 0;
    width: 72%;
  }
  .l-section--top_news .l-section__inner {
    padding: 0 10px;
  }
  .l-section--top_news .l-section__inner::before, .l-section--top_news .l-section__inner::after {
    display: none;
  }
  .l-section--top_onair {
    padding-top: 25px;
    padding-bottom: 21px;
  }
  .l-section--top_onair .l-section-bg__bg {
    background-size: 30vw 30vw;
    background-position: -128px -150px;
  }
  .l-section--top_onair .l-section__inner {
    border-left: 0;
    border-right: 0;
    padding-bottom: 37px;
  }
  .l-section--top_onair .l-section__deco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .l-section--top_onair .l-section__deco::before {
    width: 6px;
    height: 20px;
    right: -6px;
    bottom: 7.99rem;
  }
  .l-section--top_onair .l-section__deco::after {
    width: 6px;
    height: 20px;
    left: -6px;
    top: 3.4rem;
    transform: scaleX(-1);
  }
  .l-section--top_onair .l-section__deco-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .l-section--top_onair .l-section__deco-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 35px;
    height: 10px;
    background-image: url("../img/deco_onair.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .l-section--top_intro {
    padding-top: 27px;
    padding-bottom: 62px;
  }
  .l-section--top_intro .l-section-bg {
    width: calc(100% + 250px);
    left: -200px;
    background-position: left 150px top;
  }
  .l-section--top_intro .l-section__deco::before {
    background-image: none;
    right: 2.8%;
    top: -19px;
    background-color: #d6d6d6;
    width: 20%;
    height: 1px;
  }
  .l-section--top_intro .l-section__deco::after {
    display: none;
  }
  .l-section--top_intro .l-section__inner::before {
    width: 4.5%;
    height: 2px;
    right: 2.8%;
    top: -20px;
  }
  .l-section--top_intro .l-section__inner::after {
    left: 10px;
    bottom: -17px;
    width: 52.5%;
  }
  .l-section--top_chara {
    padding-top: 18px;
    padding-bottom: 42px;
  }
  .l-section--top_chara .l-section__inner::before {
    width: 200vw;
    left: -100vw;
    top: 60px;
    background-color: #474747;
    height: 1px;
  }
  .l-section--top_chara .l-section__deco::before {
    top: auto;
    bottom: 38px;
    right: auto;
    width: 15px;
    height: 1px;
    left: 10px;
    background-image: url("../img/deco_dot.svg");
    background-size: 100%, 100%;
    transform: rotate(0) scaleX(-1);
  }
  .l-section--top_chara .l-section__deco::after {
    left: 25px;
    width: 40px;
    height: 0.5px;
    bottom: 40px;
    background-image: none;
    background-color: #d6d6d6;
    transform: rotate(0) scaleX(-1);
  }
  .l-section--top_chara .l-section__deco-item::before {
    background-image: none;
    background-color: #d6d6d6;
    width: 5px;
    bottom: 40px;
    right: 10px;
    height: 2px;
  }
  .l-section--top_chara .l-section__deco-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    bottom: 40px;
    right: 15px;
    height: 1px;
    background-color: #d6d6d6;
    animation: moreBtnAnimSp1 2s cubic-bezier(0.87, 0, 0.13, 1) 0s infinite reverse forwards;
  }
  @keyframes moreBtnAnimSp1 {
    0% {
      -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    50% {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    90% {
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    100% {
      -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
  }
  .l-section--top_staff {
    padding-top: 27px;
    padding-bottom: 42px;
  }
  .l-section--top_staff .l-section-bg {
    background-size: 180px 180px;
    background-position: -2px -70px;
  }
  .l-section--top_staff .l-section-bg__bg {
    background-size: 30vw 30vw;
    background-position: -128px -150px;
  }
  .l-section--top_staff .l-section__inner {
    padding-right: 9px;
  }
  .l-section--news .l-section__inner {
    padding: 0 5px;
  }
  .l-section--news_detail .l-section__inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .l-section--chara .l-section__inner {
    padding: 0 0;
  }
  .l-section--chara .l-section-bg {
    position: absolute;
    width: 150vw;
    height: calc(100% + 30px);
    top: -33px;
    left: -25vw;
  }
  .l-section--chara .l-section-bg::before {
    top: 12rem;
    opacity: 0.4;
    width: 100%;
  }
  .l-section--chara .l-section-bg::after {
    display: none;
  }
  .l-section--chara .l-section__deco {
    display: none;
  }
}

.l-section-caption {
  position: relative;
  max-width: 413px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 39px;
}
.l-section-caption::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #818181;
}
.l-section-caption__inner {
  position: relative;
}
.l-section-caption__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 27px;
  bottom: 0;
  left: 0;
  background-image: url("../img/title_deco_line.png");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: left;
}
.l-section-caption--top_onair {
  margin-bottom: 62px;
}
.l-section-caption--top_intro::after {
  display: none;
  bottom: -2px;
}
.l-section-caption--top_staff {
  margin-bottom: 62px;
}
.l-section-caption--top_onair {
  margin-bottom: 59px;
}
.l-section-caption--top_movie {
  margin-bottom: 59px;
}
.l-section-caption--news {
  margin-bottom: 41px;
}
.l-section-caption--news .l-section-caption__inner::before {
  bottom: -2px;
}
.l-section-caption--news::after {
  display: none;
  bottom: -2px;
}
.l-section-caption--news_detail {
  margin-bottom: 33px;
  margin-left: 70px;
  margin-left: 70px;
}
.l-section-caption--news_detail .l-section-caption__inner::before {
  bottom: -2px;
}
.l-section-caption--news_detail::after {
  display: none;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .l-section-caption {
    max-width: 225px;
    margin-bottom: 15px;
  }
  .l-section-caption__inner {
    max-width: 40px;
    line-height: 1.5;
  }
  .l-section-caption__inner::before {
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .l-section-caption::after {
    display: none;
  }
  .l-section-caption--top_news {
    transform: translate(-1px, -4px);
  }
  .l-section-caption--top_onair {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .l-section-caption--top_onair {
    margin-bottom: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--top_intro {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--top_chara {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--top_staff {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--top_movie {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--news {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section-caption--news_detail {
    margin-bottom: 23px;
    margin-left: 0;
    margin-left: 5px;
  }
}
.l-section-caption.js-animation {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.l-section-caption.js-animation.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
/* ------------------  footer  ------------------ */
.l-footer {
  background-color: #000000;
  padding: 0 24px 0 20px;
  border-top: 1px solid #474747;
  position: relative;
}
.l-footer__inner {
  max-width: 1160px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
  padding: 57px 51px 90px;
}
.l-footer__deco {
  position: absolute;
  max-width: 1900px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 2px));
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 0 20px;
  }
  .l-footer__inner {
    max-width: 100%;
    width: calc(100% - 10px);
    min-width: 200px;
    padding: 40px 0 106px;
  }
  .l-footer__deco {
    display: none;
  }
  .l-footer--in {
    padding-top: 30px;
  }
}

/* ==================  PARTS // .p-**  ================== */
/* ------------------  OP  ------------------ */
/* ------------------  header  ------------------ */
.p-header-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: right 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  z-index: 10;
}
.is-lock .p-header-nav {
  overflow: auto;
}
.p-header-nav__bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transition: width 0.5s 0.2s, opacity 0.5s 0.2s;
  background-image: url("../img/pattern_char_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: -158px -20px;
  background-color: #ff575a;
}
.p-header-nav__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 69%;
  height: calc(100% - 222px);
  bottom: 0;
  right: -115px;
  background-color: #0a0a0a;
  -webkit-mask-image: url("../img/logo.svg");
  mask-image: url("../img/logo.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  pointer-events: none;
}
.p-header-nav__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 82px;
  right: 109px;
  width: 75px;
  height: 10px;
  background-image: url("../img/deco_menu.svg");
  background-position: right;
}
.p-header-nav__deco {
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 140px);
  left: 100px;
  top: 70px;
}
.p-header-nav__deco::before, .p-header-nav__deco::after {
  content: "";
  display: block;
  position: fixed;
  width: 1px;
  height: 100%;
  background-color: #777777;
  top: 0;
}
.p-header-nav__deco::before {
  left: 100px;
}
.p-header-nav__deco::after {
  right: 100px;
}
.p-header-nav__inner {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.3s linear;
  transform-origin: top right;
  pointer-events: none;
  padding: 70px 100px 70px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-header-nav__inner::before, .p-header-nav__inner::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 1px;
  background-color: #777777;
  left: 0;
}
.p-header-nav__inner::before {
  top: 70px;
}
.p-header-nav__inner::after {
  bottom: 70px;
}
.p-header-nav__inner .p-header-sns_list {
  margin-top: clamp(30px, 9vh, 75px);
}
.p-header-nav__inner .p-header-nav_list__item {
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0s 0.55s, transform 0s 0.7s;
}
.p-header-nav.is-open {
  pointer-events: auto;
  right: 0;
  transition: opacity 0.8s;
}
.p-header-nav.is-open .p-header-nav__inner {
  opacity: 1;
  transition: opacity 0.5s linear 0.2s;
}
@media only screen and (max-width: 767px) {
  .p-header-nav.is-open .p-header-nav__inner {
    transition: opacity 0.5s linear 0.35s;
  }
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list,
.p-header-nav.is-open .p-header-nav__inner .p-header-sns_link {
  pointer-events: all;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(1) {
  transition-delay: 0.55s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(2) {
  transition-delay: 0.6s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(3) {
  transition-delay: 0.65s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(4) {
  transition-delay: 0.7s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(5) {
  transition-delay: 0.75s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(6) {
  transition-delay: 0.8s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(7) {
  transition-delay: 0.85s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(8) {
  transition-delay: 0.9s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(9) {
  transition-delay: 0.95s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(10) {
  transition-delay: 1s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(11) {
  transition-delay: 1.05s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(12) {
  transition-delay: 1.1s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(13) {
  transition-delay: 1.15s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(14) {
  transition-delay: 1.2s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(15) {
  transition-delay: 1.25s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(16) {
  transition-delay: 1.3s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(17) {
  transition-delay: 1.35s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(18) {
  transition-delay: 1.4s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(19) {
  transition-delay: 1.45s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(20) {
  transition-delay: 1.5s;
}
.p-header-nav.is-open .p-header-nav__inner .p-header-nav_list__item:nth-child(21) {
  transition-delay: 1.55s;
}
.p-header-nav.is-open .p-header-nav__bg {
  pointer-events: all;
  opacity: 1;
  width: 100%;
  transition: width 0.5s, opacity 0.5s;
}
.p-header-nav.is-open .p-header-nav__bg::before {
  background-size: 100vh, auto, cover;
  background-size: 100dvh, auto, cover;
  transition: background-size 5s;
}
@media only screen and (max-width: 1350px) {
  .p-header-nav__bg::after {
    right: auto;
    left: 18px;
    width: 35px;
    top: 41px;
    background-size: contain;
  }
  .p-header-nav__inner {
    justify-content: flex-start;
    padding: 68px 20px 33px;
  }
  .p-header-nav__deco {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-header-nav {
    width: 100%;
    right: 0;
  }
  .p-header-nav.is-open {
    right: 0;
  }
  .p-header-nav.is-open .p-header-sns_list {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-header-nav__bg::before {
    width: 100%;
    right: -80px;
    background-position: right;
  }
  .p-header-nav__inner .p-header-sns_list {
    transform: translateX(20px);
    opacity: 0;
    transition: opacity 0s 0.55s, transform 0s 0.7s;
  }
  .p-header-nav__inner::after {
    bottom: 33px;
  }
}

.p-header-nav-btn {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 11;
  box-sizing: border-box;
  pointer-events: all;
}
.p-header-nav-btn__btn {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/menu_bg03.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (min-width: 767px) {
  .p-header-nav-btn__btn:hover, .p-header-nav-btn__btn:active {
    transform: scale(1.05);
  }
}
.p-header-nav-btn__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg02.png");
  opacity: 0;
  transition: opacity 0.5s;
}
.p-header-nav-btn__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg01.png");
  opacity: 0;
  transition: opacity 0.5s;
}
.p-header-nav-btn__content, .p-header-nav-btn__icon {
  display: block;
  width: 100%;
}
.p-header-nav-btn__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-header-nav-btn__text {
  width: 100%;
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 3;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  transition: 0.3s;
  writing-mode: vertical-rl;
  font-weight: 900;
}
.p-header-nav-btn__text.is-hidden {
  opacity: 0;
}
.p-header-nav-btn--news .p-header-nav-btn__btn {
  background-image: url("../img/menu_bg02.png");
}
@media only screen and (max-width: 767px) {
  .p-header-nav-btn__btn {
    width: 100%;
    height: 100%;
  }
  .p-header-nav-btn__content::before, .p-header-nav-btn__content::after {
    height: 2px;
    bottom: 16px;
  }
  .p-header-nav-btn__text {
    top: 28%;
    font-size: 1rem;
  }
}
.p-header-nav-btn.is-fixed .p-header-nav-btn__btn::before {
  opacity: 1;
}
.p-header-nav-btn.is-open .p-header-nav-btn__btn::after {
  opacity: 1;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::before, .p-header-nav-btn.is-open .p-header-nav-btn__content::after {
  opacity: 1;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::before {
  width: 100%;
  transition: width 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.3s 0.5s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__content::after {
  width: 100%;
  transition: width 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0.5s, opacity 0.3s 0.5s;
}
.p-header-nav-btn.is-open .p-header-nav-btn__icon {
  width: 0;
  transition: width 0.3s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.3s 0.1s;
}

.p-header-logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 60px;
  min-height: 147px;
  position: relative;
}
.p-header-logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  max-width: calc(100% - 615px);
  width: 100%;
  height: 1px;
  background-color: #575757;
  transform: translateY(calc(-50% + 0.25px));
}
.p-header-logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  max-width: 60px;
  width: 100%;
  height: 3px;
  background-color: #575757;
  transform: translateY(calc(-50% - 1px));
}
.p-header-logo__inner {
  display: block;
  max-width: 375px;
}
.p-header-logo__link {
  display: block;
}
.p-header-logo__link img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-header-logo {
    min-height: 71px;
    padding: 0 30px;
  }
  .p-header-logo__inner {
    max-width: 185px;
  }
}

.p-header-nav_list {
  margin-top: 20px;
  width: 100%;
}
.p-header-nav_list__item + .p-header-nav_list__item {
  margin-top: clamp(20px, 2.8vh, 50px);
}
.p-header-nav_list__link {
  display: block;
  padding-left: 70px;
  padding-right: 70px;
  font-family: "bio-sans", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0.055em;
  cursor: pointer;
  position: relative;
}
.p-header-nav_list__link::before, .p-header-nav_list__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  background-image: url("../img/deco_pink.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-header-nav_list__link::before {
  opacity: 0;
  left: -13px;
  transform: translateY(calc(-50% + 0.12em)) scaleX(-1);
  transition: opacity 0.5s 0.1s, left 0.3s 0.1s;
}
.p-header-nav_list__link::after {
  opacity: 0;
  right: -13px;
  transform: translateY(calc(-50% + 0.12em));
  transition: opacity 0.5s 0.1s, right 0.3s 0.1s;
}
@media only screen and (min-width: 767px) {
  .p-header-nav_list__link:hover::before, .p-header-nav_list__link:active::before {
    opacity: 1;
    left: -10px;
    transition: opacity 0.5s, left 0.3s;
  }
  .p-header-nav_list__link:hover::after, .p-header-nav_list__link:active::after {
    opacity: 1;
    right: -10px;
    transition: opacity 0.5s, right 0.3s;
  }
  .p-header-nav_list__link:hover .p-header-nav_list__content, .p-header-nav_list__link:active .p-header-nav_list__content {
    color: #000;
  }
  .p-header-nav_list__link:hover .p-header-nav_list__content::before, .p-header-nav_list__link:active .p-header-nav_list__content::before {
    width: 100%;
    right: auto;
    left: 0;
    transition: width 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.p-header-nav_list__content {
  transition: color 0.3s;
}
.p-header-nav_list__content::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #712d2e;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + 0.12em));
  z-index: -1;
  transition: width 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
@media only screen and (max-width: 767px) {
  .p-header-nav_list {
    margin-top: 37px;
  }
  .p-header-nav_list__item + .p-header-nav_list__item {
    margin-top: clamp(5px, 3.55vh, 30px);
  }
  .p-header-nav_list__link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-header-nav_list__content {
    font-size: 3.65rem;
  }
}

.p-header-sns_link {
  margin-top: 50px;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header-sns_link__link {
  display: block;
  max-width: 187px;
  width: 100%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-header-sns_link__link:hover, .p-header-sns_link__link:active {
    transform: scale(1.05);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
@media only screen and (max-width: 767px) {
  .p-header-sns_link {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-header-sns_link__link {
    max-width: 123px;
  }
}

/* ------------------  footer  ------------------ */
.p-footer-layout {
  display: flex;
}
.p-footer-layout__head {
  flex-shrink: 0;
}
.p-footer-layout__body {
  max-width: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .p-footer-layout {
    flex-direction: column;
  }
  .p-footer-layout__head {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-footer-layout__body {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}

.p-footer-share_list {
  display: flex;
  align-items: center;
}
.p-footer-share_list__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.p-footer-share_list__body {
  max-width: 100%;
  width: 100%;
}
.p-footer-share_list__title {
  max-width: 42px;
  width: 100%;
  line-height: 0;
}
.p-footer-share_list__list {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.p-footer-share_list__item {
  max-width: 21px;
  width: 100%;
}
.p-footer-share_list__item + .p-footer-share_list__item {
  margin-left: 13px;
}
.p-footer-share_list__link {
  display: block;
  line-height: 1;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-share_list__link:hover, .p-footer-share_list__link:active {
    transform: scale(1.05);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-share_list {
    margin-top: 28px;
  }
  .p-footer-share_list__title {
    max-width: 35px;
  }
  .p-footer-share_list__list {
    margin-left: 25px;
  }
  .p-footer-share_list__item {
    max-width: 28px;
  }
  .p-footer-share_list__item + .p-footer-share_list__item {
    margin-left: 13px;
  }
}

.p-footer-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.p-footer-bnr__link {
  display: block;
  max-width: 283px;
  width: 100%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-footer-bnr__link:hover, .p-footer-bnr__link:active {
    transform: scale(1.05);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-bnr {
    margin-top: 0;
  }
  .p-footer-bnr__link {
    max-width: 282px;
  }
}

.p-footer-link_list {
  display: flex;
  justify-content: center;
}
.p-footer-link_list__item + .p-footer-link_list__item {
  margin-left: 13px;
}
.p-footer-link_list__link {
  font-family: "bio-sans", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.22em;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .p-footer-link_list__link:hover, .p-footer-link_list__link:active {
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer-link_list {
    margin-top: 33px;
  }
  .p-footer-link_list__item + .p-footer-link_list__item {
    margin-left: 13px;
  }
  .p-footer-link_list__link {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}

.p-footer-note {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-footer-note {
    margin-top: 35px;
    font-size: 0.95rem;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}

.p-footer-copy {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .p-footer-copy {
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    margin-top: 11px;
  }
}

/* ------------------  kv  ------------------ */
.p-kv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 120px;
}
.p-kv-title__inner {
  position: relative;
  max-width: 33%;
  width: 100%;
  transform: translate(-14px, 24px);
}
.p-kv-title__logo {
  display: block;
}
.p-kv-title__date {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-kv-title {
    width: 59%;
    height: auto;
    position: absolute;
    top: 56.3%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0;
  }
  .p-kv-title__inner {
    width: 100%;
    max-width: 100%;
    min-width: 60px;
    transform: translate(0, 0);
  }
  .p-kv-title__logo {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 114%;
    height: 100%;
  }
  .p-kv-title__date {
    width: 100%;
    position: static;
  }
}

.p-kv-visual {
  display: block;
  position: relative;
}
.p-kv-visual__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-kv-visual__chara-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-kv-visual__chara-deco {
  width: 120vw;
  transform: translate(calc(-50% - 10vw), -50%);
}
.p-kv-visual__chara-deco picture,
.p-kv-visual__chara-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 4s, opacity 0.3s 4s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 4s;
}
@media only screen and (max-width: 767px) {
  .p-kv-visual__chara-deco picture,
  .p-kv-visual__chara-deco img {
    width: 100%;
    height: auto !important;
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
}
.is-active .p-kv-visual__chara-deco picture,
.is-active .p-kv-visual__chara-deco img {
  opacity: 1;
  transform: translateX(0);
}
.p-kv-visual__chara-front {
  position: relative;
}
.p-kv-visual__chara-front picture,
.p-kv-visual__chara-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 4s, opacity 0.3s 4s;
}
.is-active .p-kv-visual__chara-front picture,
.is-active .p-kv-visual__chara-front img {
  opacity: 1;
  transform: translateY(0);
  animation: charaBgFlash 0.2s 4s 1 alternate forwards;
}
@media only screen and (max-width: 767px) {
  .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    width: 100%;
    height: auto !important;
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
}
.p-kv-visual__chara-effect {
  position: absolute;
  width: 120vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10vw), -50%);
}
.p-kv-visual__chara-effect picture,
.p-kv-visual__chara-effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(2);
  transform: translateX(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 4s, opacity 0.3s 4s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 4s;
}
@media only screen and (max-width: 767px) {
  .p-kv-visual__chara-effect picture,
  .p-kv-visual__chara-effect img {
    width: 100%;
    height: auto !important;
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
}
.is-active .p-kv-visual__chara-effect picture,
.is-active .p-kv-visual__chara-effect img {
  transform: translateX(0);
  filter: brightness(1);
  animation: charaBgFlash 0.07s 4s 3 alternate forwards;
}
.p-kv-visual__lead {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-kv-visual__lead-lead {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 30px;
}
.p-kv-visual__lead-lead picture,
.p-kv-visual__lead-lead img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left calc(9vw - 100px) top 50%;
  object-position: left calc(9vw - 100px) top 50%;
}
@media only screen and (max-width: 1130px) {
  .p-kv-visual__chara {
    width: 100%;
  }
  .p-kv-visual__chara-deco {
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right -3vw top 50%;
    object-position: right -3vw top 50%;
  }
  .p-kv-visual__chara-effect {
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .p-kv-visual__chara-catch picture,
  .p-kv-visual__chara-catch img {
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 5%;
  }
  .p-kv-visual__lead {
    width: 100%;
  }
  .p-kv-visual__lead-lead {
    padding-right: 0;
  }
  .p-kv-visual__lead picture,
  .p-kv-visual__lead img {
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: right 0 top 50%;
    object-position: right 0 top 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv-visual {
    min-height: 350px;
    max-height: 100%;
    height: calc(var(--vh, 1vh) * 100 + 40px);
  }
  .p-kv-visual__chara {
    position: absolute;
    height: calc(var(--vh, 1vh) * 100 + 40px);
    aspect-ratio: 16/9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .p-kv-visual__chara-deco, .p-kv-visual__chara-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-kv-visual__chara-deco {
    width: 120vw;
    transform: translate(-50%, -50%);
  }
  .p-kv-visual__chara-deco picture,
  .p-kv-visual__chara-deco img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left 9vw top 50%;
    object-position: left 9vw top 50%;
  }
  .p-kv-visual__chara {
    min-height: 640px;
    max-height: 100%;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 100px);
    height: 100%;
  }
  .p-kv-visual__chara-deco picture,
  .p-kv-visual__chara-deco img, .p-kv-visual__chara-catch picture,
  .p-kv-visual__chara-catch img, .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    -o-object-position: center;
    object-position: center;
  }
  .p-kv-visual__chara-deco {
    width: 100%;
  }
  .p-kv-visual__chara-deco picture,
  .p-kv-visual__chara-deco img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-kv-visual__chara-catch picture,
  .p-kv-visual__chara-catch img {
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 5%;
  }
  .p-kv-visual__lead {
    width: 100%;
  }
  .p-kv-visual__lead picture,
  .p-kv-visual__lead img {
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 520px) {
  .p-kv-visual {
    min-height: 640px;
  }
  .p-kv-visual__chara-front picture,
  .p-kv-visual__chara-front img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-kv-visual__chara-catch picture,
  .p-kv-visual__chara-catch img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 5%;
  }
  .p-kv-visual__lead picture,
  .p-kv-visual__lead img {
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -5%;
  }
}

.p-kv-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 20px;
  height: 90px;
  transform: translateX(-50%);
}
.p-kv-scroll__link {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-kv-scroll__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-kv-scroll__icon {
  width: 7px;
  height: 9px;
  position: relative;
  margin: 0 auto;
}
.p-kv-scroll__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #efebec;
  border-bottom: 2px solid #efebec;
}
.p-kv-scroll__line {
  position: relative;
  margin-top: 10px;
  width: 1px;
  height: 100%;
}
@keyframes scrollAnim {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  90% {
    top: auto;
    height: 0;
    bottom: 0;
  }
  100% {
    top: 0;
    height: 0;
    bottom: auto;
  }
}
.p-kv-scroll__line::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #efebec;
  animation: scrollAnim 2s cubic-bezier(0.87, 0, 0.13, 1) 0s infinite normal forwards;
}
@media only screen and (max-width: 767px) {
  .p-kv-scroll {
    display: none;
  }
}

.p-kv-link {
  position: absolute;
  top: 18px;
  left: 38px;
  width: 84px;
  height: 84px;
}
.p-kv-link__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-kv-link__link:hover, .p-kv-link__link:active {
    transform: scale(1.05);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv-link {
    display: none;
  }
}

/* ------------------  top_title  ------------------ */
.p-top_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.p-top_title__inner {
  position: relative;
}
.p-top_title__inner img {
  height: 50px;
}
.p-top_title__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
}
.p-top_title--top_news {
  position: relative;
}
.p-top_title--top_news::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6em;
  right: 28.2%;
  width: 30px;
  height: 5px;
  background-image: url("../img/deco_dot.svg");
  background-size: contain;
  background-position: bottom;
  transform: scaleX(-1);
}
.p-top_title--onair {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .p-top_title--onair {
    margin-bottom: 30px;
  }
}
.p-top_title--onair .p-top_title__inner {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .p-top_title--onair .p-top_title__inner img {
    height: 63.2px;
  }
}
.p-top_title--top_staff {
  position: relative;
}
.p-top_title--top_staff .p-top_title__inner {
  margin-top: -20px;
  background-color: #000000;
}
.p-top_title--top_staff::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  top: 0.5em;
  left: -100vw;
  height: 0.5px;
  background-color: #474747;
}
.p-top_title--top_staff::after {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  top: 0.5em;
  right: 0;
  height: 2px;
  background-color: #474747;
}
.p-top_title--top_movie {
  position: relative;
  position: relative;
}
.p-top_title--top_movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  top: 0.5em;
  left: -100vw;
  height: 0.5px;
  background-color: #474747;
}
.p-top_title--top_movie::after {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  top: 0.5em;
  right: 0;
  height: 2px;
  background-color: #474747;
}
.p-top_title--top_movie .p-top_title__inner {
  margin-top: -20px;
  background-color: #000000;
}
.p-top_title--top_movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  top: 0.5em;
  left: -100vw;
  height: 1px;
  background-color: #626262;
}
@media only screen and (max-width: 767px) {
  .p-top_title__inner img {
    height: 28.2px;
  }
  .p-top_title--top_news::before {
    bottom: 2.1em;
    right: -0.8%;
    width: 23px;
    height: 3px;
  }
  .p-top_title--onair {
    margin-top: -44px;
  }
  .p-top_title--top_staff .p-top_title__inner {
    margin-top: -10px;
  }
  .p-top_title--top_staff::before {
    width: 200vw;
    top: 0.45em;
    left: -100vw;
    height: 0.5px;
    background-color: #474747;
  }
  .p-top_title--top_staff::after {
    content: "";
    display: block;
    position: absolute;
    width: 52px;
    top: 0.35em;
    right: 10px;
    height: 2px;
    background-color: #474747;
  }
  .p-top_title--top_movie {
    position: relative;
  }
  .p-top_title--top_movie::before {
    width: 200vw;
    top: 0.5em;
    left: -100vw;
    height: 0.5px;
  }
  .p-top_title--top_movie::after {
    width: 160px;
    top: 0.5em;
    right: 0;
    height: 2px;
  }
  .p-top_title--top_movie .p-top_title__inner {
    margin-top: -10px;
    background-color: #000000;
  }
  .p-top_title--top_movie::before {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    top: 0.5em;
    left: -100vw;
    height: 1px;
    background-color: #626262;
  }
}
.p-top_title.js-animation {
  opacity: 0;
  transform: translateX(-40px);
}
.p-top_title.js-animation .p-top_title__inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-top_title.js-animation.is-active {
  animation: charaBgFlash 0.1s 0.2s 1 alternate forwards;
  transform: translateX(0);
  transition: opacity 0.3s 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.p-top_title.js-animation.is-active .p-top_title__inner {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-top_title--top_news.js-animation.is-active {
  animation: charaBgFlash 0.1s 1.15s 1 alternate forwards;
  transition: opacity 0.3s 1.1s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 1.1s;
}
@media only screen and (max-width: 767px) {
  .p-top_title--top_news.js-animation.is-active {
    animation: charaBgFlash 0.1s 0.2s 1 alternate forwards;
    transition: opacity 0.3s 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  }
}
.p-top_title--top_news.js-animation.is-active .p-top_title__inner {
  transition: -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1s;
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1s;
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1s, -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1s;
}
@media only screen and (max-width: 767px) {
  .p-top_title--top_news.js-animation.is-active .p-top_title__inner {
    transition: -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0s;
    transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0s;
    transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0s, -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0s;
  }
}
.p-top_title--top_staff.js-animation::before {
  width: 0;
}
.p-top_title--top_staff.js-animation::after {
  transform: scaleX(0);
}
.p-top_title--top_staff.js-animation.is-active::before {
  width: 200vw;
  transition: width 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top_title--top_staff.js-animation.is-active::after {
  transform: scaleX(1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.--in .p-top_title::after {
  display: none;
}

/* ------------------  top_news  ------------------ */
.p-top_news-list {
  margin-top: 5px;
}
.p-top_news-list__list {
  display: flex;
  margin-top: 41px;
}
.p-top_news-list__item {
  max-width: 31.0666666667%;
  width: 100%;
}
.p-top_news-list__item + .p-top_news-list__item {
  margin-left: 3.4%;
}
.p-top_news-list__item.is-thumb_none:nth-child(3n+1) .p-news-panel__thumb {
  background-image: url("../img/noimg01.jpg");
}
.p-top_news-list__item.is-thumb_none:nth-child(3n+2) .p-news-panel__thumb {
  background-image: url("../img/noimg02.jpg");
}
.p-top_news-list__item.is-thumb_none:nth-child(3n+3) .p-news-panel__thumb {
  background-image: url("../img/noimg03.jpg");
}
.p-top_news-list__btn {
  display: block;
  margin-left: auto;
  max-width: 80px;
  width: 100%;
  line-height: 1;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-top_news-list__btn:hover .p-top_news-list__btn-content, .p-top_news-list__btn:active .p-top_news-list__btn-content {
    transform: translateX(-3px);
    background-color: #ff5759;
  }
}
.p-top_news-list__btn-content {
  display: block;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/icon_btn.svg");
  mask-image: url("../img/icon_btn.svg");
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-top_news-list__btn-content img {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 30px -30px 0;
    padding: 0 30px;
  }
  .p-top_news-list__list {
    margin-top: 0;
  }
  .p-top_news-list__item {
    max-width: 100%;
  }
  .p-top_news-list__item + .p-top_news-list__item {
    margin-left: 0;
  }
  .p-top_news-list__btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
    max-width: 93px;
  }
}
.p-top_news-list.js-animation .p-top_news-list__item {
  opacity: 0;
  transform: translateY(20px);
}
.p-top_news-list.js-animation .p-top_news-list__btn {
  opacity: 0;
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(1) {
  transition-delay: 0.78s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(1) {
    transition-delay: 0.38s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(2) {
  transition-delay: 0.86s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(2) {
    transition-delay: 0.46s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(3) {
  transition-delay: 0.94s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(3) {
    transition-delay: 0.54s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(4) {
  transition-delay: 1.02s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(4) {
    transition-delay: 0.62s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(5) {
  transition-delay: 1.1s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(5) {
    transition-delay: 0.7s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(6) {
  transition-delay: 1.18s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(6) {
    transition-delay: 0.78s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(7) {
  transition-delay: 1.26s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(7) {
    transition-delay: 0.86s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(8) {
  transition-delay: 1.34s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(8) {
    transition-delay: 0.94s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(9) {
  transition-delay: 1.42s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(9) {
    transition-delay: 1.02s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(10) {
  transition-delay: 1.5s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(10) {
    transition-delay: 1.1s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(11) {
  transition-delay: 1.58s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(11) {
    transition-delay: 1.18s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(12) {
  transition-delay: 1.66s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(12) {
    transition-delay: 1.26s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(13) {
  transition-delay: 1.74s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(13) {
    transition-delay: 1.34s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(14) {
  transition-delay: 1.82s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(14) {
    transition-delay: 1.42s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(15) {
  transition-delay: 1.9s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(15) {
    transition-delay: 1.5s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(16) {
  transition-delay: 1.98s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(16) {
    transition-delay: 1.58s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(17) {
  transition-delay: 2.06s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(17) {
    transition-delay: 1.66s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(18) {
  transition-delay: 2.14s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(18) {
    transition-delay: 1.74s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(19) {
  transition-delay: 2.22s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(19) {
    transition-delay: 1.82s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(20) {
  transition-delay: 2.3s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(20) {
    transition-delay: 1.9s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(21) {
  transition-delay: 2.38s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(21) {
    transition-delay: 1.98s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(22) {
  transition-delay: 2.46s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(22) {
    transition-delay: 2.06s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(23) {
  transition-delay: 2.54s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(23) {
    transition-delay: 2.14s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(24) {
  transition-delay: 2.62s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(24) {
    transition-delay: 2.22s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(25) {
  transition-delay: 2.7s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(25) {
    transition-delay: 2.3s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(26) {
  transition-delay: 2.78s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(26) {
    transition-delay: 2.38s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(27) {
  transition-delay: 2.86s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(27) {
    transition-delay: 2.46s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(28) {
  transition-delay: 2.94s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(28) {
    transition-delay: 2.54s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(29) {
  transition-delay: 3.02s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(29) {
    transition-delay: 2.62s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(30) {
  transition-delay: 3.1s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(30) {
    transition-delay: 2.7s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(31) {
  transition-delay: 3.18s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(31) {
    transition-delay: 2.78s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(32) {
  transition-delay: 3.26s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(32) {
    transition-delay: 2.86s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(33) {
  transition-delay: 3.34s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(33) {
    transition-delay: 2.94s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(34) {
  transition-delay: 3.42s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(34) {
    transition-delay: 3.02s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(35) {
  transition-delay: 3.5s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(35) {
    transition-delay: 3.1s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(36) {
  transition-delay: 3.58s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(36) {
    transition-delay: 3.18s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(37) {
  transition-delay: 3.66s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(37) {
    transition-delay: 3.26s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(38) {
  transition-delay: 3.74s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(38) {
    transition-delay: 3.34s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(39) {
  transition-delay: 3.82s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(39) {
    transition-delay: 3.42s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(40) {
  transition-delay: 3.9s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(40) {
    transition-delay: 3.5s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(41) {
  transition-delay: 3.98s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(41) {
    transition-delay: 3.58s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(42) {
  transition-delay: 4.06s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(42) {
    transition-delay: 3.66s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(43) {
  transition-delay: 4.14s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(43) {
    transition-delay: 3.74s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(44) {
  transition-delay: 4.22s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(44) {
    transition-delay: 3.82s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(45) {
  transition-delay: 4.3s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(45) {
    transition-delay: 3.9s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(46) {
  transition-delay: 4.38s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(46) {
    transition-delay: 3.98s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(47) {
  transition-delay: 4.46s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(47) {
    transition-delay: 4.06s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(48) {
  transition-delay: 4.54s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(48) {
    transition-delay: 4.14s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(49) {
  transition-delay: 4.62s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(49) {
    transition-delay: 4.22s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(50) {
  transition-delay: 4.7s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(50) {
    transition-delay: 4.3s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(51) {
  transition-delay: 4.78s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__item:nth-child(51) {
    transition-delay: 4.38s;
  }
}
.p-top_news-list.js-animation.is-active .p-top_news-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.7s;
}
@media only screen and (max-width: 767px) {
  .p-top_news-list.js-animation.is-active .p-top_news-list__btn {
    transition-delay: 0s;
  }
}

/* ------------------  top_onair  ------------------ */
.p-top_onair {
  padding-bottom: 70px;
  position: relative;
}
.p-top_onair.is-active .p-top_onair__list {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .p-top_onair {
    padding-bottom: 29px;
  }
}
.p-top_onair__list {
  display: flex;
  width: 94%;
  opacity: 0;
  transform: translateX(15px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list {
    display: block;
    width: 97%;
  }
}
.p-top_onair__list-item {
  width: 49.2%;
  margin-right: 1.8%;
  padding: 38px 31px;
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 24px 22px 33px;
  }
}
.p-top_onair__list-item::before, .p-top_onair__list-item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
}
.p-top_onair__list-item::before {
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  top: 0;
  left: 0;
}
.p-top_onair__list-item::after {
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  bottom: 0;
  right: 0;
}
.p-top_onair__list-item:nth-of-type(2n) {
  margin-right: 0;
}
.p-top_onair__list-item-head {
  margin-bottom: 21px;
}
.p-top_onair__list-item-head .p-in-top {
  height: auto;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-head .p-in-top {
    margin-bottom: 8px;
  }
}
.p-top_onair__list-item-head .p-in-top.--onair {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-head .p-in-top.--onair {
    width: 37px;
  }
}
.p-top_onair__list-item-head .p-in-top.--streaming {
  width: 100px;
}
.p-top_onair__list-item-head .p-in-top img {
  width: 100%;
}
.p-top_onair__list-item-head .p-in-title {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-head .p-in-title {
    font-size: 2rem;
  }
}
.p-top_onair__list-item-detail {
  font-weight: 500;
  line-height: 2.05;
}
.p-top_onair__list-item-detail p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-detail p {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-top_onair__list-item-detail .u-big {
  margin-bottom: -6px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-detail .u-big {
    margin-bottom: 1px;
    font-size: 1.5rem;
  }
}
.p-top_onair__list-item-detail .u-small {
  vertical-align: baseline;
  font-size: 1.2rem;
}
.p-top_onair__list-item-caution {
  margin-top: 2px;
  line-height: 2;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-caution {
    margin-top: 6px;
    line-height: 1.5;
    font-size: 1.1rem;
  }
}
.p-top_onair__list-item-link {
  width: 315px;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .p-top_onair__list-item-link {
    width: 100%;
    margin-top: 27px;
  }
}
.p-top_onair__list-item-link .p-in-text {
  display: block;
  border: 1px solid #fff;
  padding: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  transition: border-color 0.7s;
}
@media only screen and (min-width: 767px) {
  .p-top_onair__list-item-link .p-in-text:hover:hover, .p-top_onair__list-item-link .p-in-text:active:hover {
    border-color: #ff575a;
  }
}
.p-top_onair__list-item-link .p-in-text::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/btn_icon.svg) no-repeat center/contain;
}

/* ------------------  top_intro  ------------------ */
.p-top_intro-lead {
  margin-top: 38px;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.245em;
  line-height: 2.52;
}
.p-top_intro-lead em {
  font-size: 2.3rem;
  line-height: 2.05;
}
@media only screen and (max-width: 767px) {
  .p-top_intro-lead {
    margin-top: 20px;
    font-size: 1.15rem;
    letter-spacing: 0.23em;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 2.43;
  }
  .p-top_intro-lead em {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    line-height: 1.7;
  }
}
.p-top_intro-lead.js-animation {
  opacity: 0;
  transform: translateY(30px);
}
.p-top_intro-lead.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0.3s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}

/* ------------------  top_chara  ------------------ */
.p-top_chara-slide {
  position: relative;
  margin-top: 49px;
  display: grid;
  grid-template-columns: auto 5% 33%;
  margin-left: -94px;
  overflow: visible;
}
.p-top_chara-slide--in {
  margin-top: 68px;
}
.p-top_chara-slide--in .p-top_chara-slide__bg {
  width: calc(100% + 290px);
  height: calc(100% - 34px);
  left: -110px;
}
.p-top_chara-slide--in .p-top_chara-slide__bg::after {
  width: 36.9%;
  height: 75px;
  top: -74px;
  right: -35px;
}
.p-top_chara-slide--in .p-top_chara-slide__bg::before {
  width: 39.5%;
  height: 50px;
  bottom: -1px;
  left: -47px;
  background-color: #101010;
}
.p-top_chara-slide--in .p-top_chara-slide__bg-chara img {
  width: 100%;
  -o-object-position: right;
  object-position: right;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide--in .p-top_chara-slide__bg {
    width: 100%;
    height: calc(100% - 34px);
    left: 0;
  }
  .p-top_chara-slide--in .p-top_chara-slide__bg-chara img {
    -o-object-position: center;
    object-position: center;
  }
  .p-top_chara-slide--in .p-top_chara-slide__bg::before {
    width: 69.5%;
    height: 32px;
    bottom: -1px;
    left: -89px;
  }
  .p-top_chara-slide--in .p-top_chara-slide__bg::after {
    width: 58.9%;
    height: 25px;
    top: -25px;
    right: -48px;
  }
}
.p-top_chara-slide--in .p-top_chara-slide__item .p-top_chara-slide__bg-chara {
  opacity: 0;
  transform: translateX(-10%);
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide--in .p-top_chara-slide__item .p-top_chara-slide__bg-chara {
    transform: translateX(-20%);
  }
}
.p-top_chara-slide--in .p-top_chara-slide__item.is-active .p-top_chara-slide__bg-chara {
  transform: translateX(-23%);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  animation: charaBgFlash 0.1s 0.6s 1 alternate forwards;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide--in .p-top_chara-slide__item.is-active .p-top_chara-slide__bg-chara {
    transform: translateX(-32%) scale(1);
  }
}
.p-top_chara-slide[data-color="1"] {
  --currentColor: #ff575a;
  --currentColorSub: #ff8385;
  --currentImg: url("../img/char01.png");
  --currentImgIn: url("../img/char/char01.png");
}
.p-top_chara-slide[data-color="2"] {
  --currentColor: #565080;
  --currentColorSub: #68628e;
  --currentImg: url("../img/char02.png");
  --currentImgIn: url("../img/char/char02.png");
}
.p-top_chara-slide[data-color="3"] {
  --currentColor: #6b986f;
  --currentColorSub: #8aad8d;
  --currentImg: url("../img/char03.png");
  --currentImgIn: url("../img/char/char03.png");
}
.p-top_chara-slide[data-color="4"] {
  --currentColor: #ceaa30;
  --currentColorSub: #d9bb59;
  --currentImg: url("../img/char04.png");
  --currentImgIn: url("../img/char/char04.png");
}
.p-top_chara-slide__bg {
  position: absolute;
  width: calc(100% + 300px);
  height: calc(100% - 54px);
  top: 0;
  left: -200px;
  background-color: var(--currentColor);
  background-image: url("../img/pattern_char_bg.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-position: -325px -150px;
  pointer-events: none;
  transition: background-color 0.3s;
}
.p-top_chara-slide__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 40.5%;
  height: 70px;
  bottom: -17px;
  left: 0;
  -webkit-mask-image: url("../img/news_top.svg");
  mask-image: url("../img/news_top.svg");
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #101010;
  transform: scaleX(-1);
  z-index: 2;
}
.p-top_chara-slide__bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 31.9%;
  height: 66px;
  top: -61px;
  right: 0;
  -webkit-mask-image: url("../img/news_top.svg");
  mask-image: url("../img/news_top.svg");
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--currentColor);
  transition: background-color 0.3s;
}
.p-top_chara-slide__bg-item {
  position: absolute;
  width: 100%;
  height: calc(100% + 18px);
  left: 0;
  top: -17px;
  z-index: 1;
  overflow: hidden;
}
.p-top_chara-slide__bg-item::before {
  content: "";
  display: block;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(calc(-50% - 15px));
  width: 50%;
  height: 100%;
  background-color: var(--currentColorSub);
  -webkit-mask-image: url("../img/logo.svg");
  mask-image: url("../img/logo.svg");
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-color 0.3s;
}
.p-top_chara-slide__bg-chara {
  position: absolute;
  width: 100%;
  height: calc(100% + clamp(20px, 3.2vw, 80px) * -1 - 7px);
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.p-top_chara-slide__bg-chara img,
.p-top_chara-slide__bg-chara picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
}
.p-top_chara-slide__inner {
  position: relative;
  grid-column: 1/4;
  grid-row: 1/2;
  overflow: visible;
}
.p-top_chara-slide__item {
  max-width: 100%;
  width: 100% !important;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top_chara-slide__item .p-top_chara-slide__bg-chara {
  opacity: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide__item .p-top_chara-slide__bg-chara {
    transform: translateX(-20%);
  }
}
.p-top_chara-slide__item .p-top_chara-panel__body::before {
  transform: translate(calc(-50% + 0.9em), calc(-50% - 1.5em)) scale(0) rotate(90deg);
}
@media only screen and (min-width: 767px) {
  .p-top_chara-slide__item .p-top_chara-panel__body::before:hover, .p-top_chara-slide__item .p-top_chara-panel__body::before:active {
    transform: translate(calc(-50% + 0.9em), calc(-50% + 1.5em)) scale(0) rotate(90deg);
  }
}
.p-top_chara-slide__item .p-top_chara-panel__charaMain {
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  transition: transform 0.3s 0.8s;
}
.p-top_chara-slide__item .p-top_chara-panel__charaMain::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: var(--currentImg);
  mask-image: var(--currentImg);
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--currentColorSub);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top_chara-slide__item .p-top_chara-panel__cast {
  opacity: 0;
  transform: translate(-20px, 0);
}
.p-top_chara-slide__item .p-top_chara-panel__name-item {
  opacity: 0;
}
.p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(1) {
  transform: translate(-50%, 0) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide__item .p-top_chara-panel__profile {
  opacity: 0;
  transform: translate(-20px, 0);
}
.p-top_chara-slide__item .p-top_chara-panel .p-top_chara-nav__more {
  opacity: 0;
  transform: translate(-20px, 0);
  margin-top: 20px;
}
.p-top_chara-slide__item .p-top_chara-panel .p-top_chara-panel__more {
  pointer-events: none;
}
.p-top_chara-slide__item .p-top_chara-panel--in .p-top_chara-change {
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  transition: transform 0s 0s;
}
.p-top_chara-slide__item .p-top_chara-panel--in .p-top_chara-change__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: var(--currentImgIn);
  mask-image: var(--currentImgIn);
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--currentColorSub);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top_chara-slide__item .p-top_chara-change__controll {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide {
    margin-top: 21px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .p-top_chara-slide__bg {
    width: 100%;
    left: 0;
  }
  .p-top_chara-slide__bg::after {
    width: 48%;
    right: -3px;
    height: 18px;
    top: -17px;
  }
  .p-top_chara-slide__bg::before {
    width: 44.1%;
    bottom: -1px;
  }
  .p-top_chara-slide__bg-item {
    height: calc(100% + 11px);
    top: -11px;
  }
  .p-top_chara-slide__bg-item::before {
    width: 70%;
    right: -65px;
    top: 0;
    transform: translateX(0);
    -webkit-mask-position: right top;
    mask-position: right top;
  }
  .p-top_chara-slide__bg-chara {
    width: 200%;
  }
}
.p-top_chara-slide--in.js-animation::after {
  height: calc(100% + 100px);
}
.p-top_chara-slide--in.js-animation.is-active::after {
  height: 0;
  transition: height 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.p-top_chara-slide.js-animation::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: calc(100% + 200px);
  top: -100px;
  right: -50%;
  background-color: #101010;
  z-index: 2;
  transform-origin: right;
  pointer-events: none;
}
.p-top_chara-slide.js-animation.is-active::before {
  width: 0;
  transition: width 1.2s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-slide__bg-chara {
  opacity: 0;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-slide__bg-chara {
    transform: translateX(-20%);
  }
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__body::before {
  transform: translate(calc(-50% + 0.9em), calc(-50% - 1.5em)) scale(0) rotate(90deg);
}
@media only screen and (min-width: 767px) {
  .p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__body::before:hover, .p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__body::before:active {
    transform: translate(calc(-50% + 0.9em), calc(-50% + 1.5em)) scale(0) rotate(90deg);
  }
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__charaMain {
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  transition: transform 0s 0s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__charaMain::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: var(--currentImg);
  mask-image: var(--currentImg);
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--currentColorSub);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__cast {
  opacity: 0;
  transform: translate(-20px, 0);
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item {
  opacity: 0;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(1) {
  transform: translate(-50%, 0) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(2) {
  transform: translate(0, -10%) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(3) {
  transform: translate(0, 10%) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(4) {
  transform: translate(10%, -2%) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__name-item:nth-child(5) {
  transform: translate(-10%, 5%) scale(1.1);
  transform-origin: left center;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel__profile {
  opacity: 0;
  transform: translate(-20px, 0);
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel .p-top_chara-nav__more {
  opacity: 0;
  transform: translate(-20px, 0);
  margin-top: 20px;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel .p-top_chara-panel__more {
  pointer-events: none;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel--in .p-top_chara-change {
  opacity: 0;
  transform: scale(1.1);
  position: relative;
  transition: transform 0s 0s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-panel--in .p-top_chara-change__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: var(--currentImgIn);
  mask-image: var(--currentImgIn);
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--currentColorSub);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top_chara-slide.is-init .p-top_chara-slide__item .p-top_chara-change__controll {
  pointer-events: none;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active {
  pointer-events: all;
}
@keyframes charaBgFlash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-slide__bg-cover {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.5s 0.3s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-slide__bg-chara {
  transform: translateX(-25vw);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  animation: charaBgFlash 0.1s 0.6s 1 alternate forwards;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-slide__bg-chara {
    transform: translateX(-32%) scale(1);
  }
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__body::before {
  transform: translate(-50%, calc(-50% + 3rem)) scale(1) rotate(0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__body::before {
    transform: translate(-50%, calc(-50% + 0.2rem)) scale(1) rotate(0);
  }
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__charaMain {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s 0.2s, opacity 0.2s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__charaMain::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
  transition: clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
  transition: clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, -webkit-clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__cast {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s 1s, opacity 0.2s 1s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item {
  opacity: 0;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item:nth-child(1) {
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0.7s;
  animation: charaBgFlash 0.1s 0.7s 1 alternate forwards;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item:nth-child(2) {
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0.8s;
  animation: charaBgFlash 0.1s 0.8s 1 alternate forwards;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item:nth-child(3) {
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1) 0.9s;
  animation: charaBgFlash 0.1s 0.9s 1 alternate forwards;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item:nth-child(4) {
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1s;
  animation: charaBgFlash 0.1s 1s 1 alternate forwards;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__name-item:nth-child(5) {
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s cubic-bezier(0.87, 0, 0.13, 1) 1.1s;
  animation: charaBgFlash 0.1s 1.1s 1 alternate forwards;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__profile {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s 1.3s, opacity 0.2s 1.3s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel .p-top_chara-nav__more {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s 1.3s, opacity 0.2s 1.3s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel--in .p-top_chara-change {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s 0.2s, opacity 0.2s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel--in .p-top_chara-change__item::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
  transition: clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
  transition: clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, -webkit-clip-path 0.7s cubic-bezier(0.87, 0, 0.13, 1) 0.2s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-change__controll {
  pointer-events: all;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active .p-top_chara-panel__more {
  pointer-events: all;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active--in .p-top_chara-slide__bg-cover {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.5s 0.3s;
}
.p-top_chara-slide.is-init .p-top_chara-slide__item.is-active--in .p-top_chara-slide__bg-chara {
  transform: translateX(-25vw);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  animation: charaBgFlash 0.1s 0.6s 1 alternate forwards;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide.is-init .p-top_chara-slide__item.is-active--in .p-top_chara-slide__bg-chara {
    transform: translateX(-32%) scale(1);
  }
}

.p-top_chara-panel {
  position: relative;
}
.p-top_chara-panel__text {
  position: relative;
}
.p-top_chara-panel__head {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top_chara-panel__body {
  margin: 0 auto;
  margin-top: calc(clamp(20px, 7.9vw, 120px) * -1);
  margin-bottom: calc(clamp(20px, 3.8vw, 80px) * -1);
  max-width: 53%;
  width: 100%;
  transform: translateX(0.8em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.p-top_chara-panel__body::before {
  content: "";
  display: block;
  position: absolute;
  height: 60%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0.5em), calc(-50% + 1.5em));
  border: 1px solid #ffffff;
  opacity: 0.5;
}
.p-top_chara-panel__charaMain {
  position: relative;
  z-index: 1;
}
.p-top_chara-panel__charaMain img {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top_chara-panel__text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% + clamp(20px, 3.8vw, 80px) * -1 - 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(20px, 5.2vw, 120px);
  padding-left: 82px;
}
.p-top_chara-panel__name {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
}
.p-top_chara-panel__cast {
  font-weight: 700;
  font-size: 2.12rem;
  line-height: 1.2;
  margin-left: 0.5em;
  margin-top: 5px;
}
.p-top_chara-panel__profile {
  max-width: 25%;
  width: 100%;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  letter-spacing: 0.02em;
  margin-left: 0.5em;
  line-height: 1.7;
  margin-top: 32px;
  margin-bottom: 110px;
}
.p-top_chara-panel__controll {
  display: none;
}
.p-top_chara-panel--in .p-top_chara-panel__body {
  margin-top: 18px;
  max-width: 56%;
  transform: translateX(3.3em);
  margin-bottom: calc(clamp(30px, 2vw, 200px) * -1);
}
.p-top_chara-panel--in .p-top_chara-panel__text {
  height: calc(100% + clamp(20px, 8.8vw, 100px) * -1 - 15%);
  padding-left: 70px;
}
.p-top_chara-panel--in .p-top_chara-panel__name {
  font-size: 6rem;
}
.p-top_chara-panel--in .p-top_chara-panel__cast {
  font-size: 1.68rem;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-panel {
    margin: 0 -28px;
    transform: translateX(-1px);
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 80px auto;
  }
  .p-top_chara-panel__head {
    grid-row: 3/4;
    grid-column: 1/2;
    position: static;
  }
  .p-top_chara-panel__body {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 0;
    max-width: 100%;
    transform: translateX(-0.4em);
    margin: 0 0 9px;
  }
  .p-top_chara-panel__body::before {
    height: 64%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    opacity: 0.5;
  }
  .p-top_chara-panel .p-top_chara-slide__bg {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 100%;
  }
  .p-top_chara-panel__charaMain {
    margin-top: -26px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .p-top_chara-panel__text {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-top_chara-panel__name {
    font-size: 2.8rem;
  }
  .p-top_chara-panel__cast {
    margin-top: 9px;
    font-size: 1.1rem;
    margin-left: 0.3em;
    letter-spacing: 0.1em;
  }
  .p-top_chara-panel__more {
    margin-top: -2px;
    margin-right: 37px;
    margin-left: auto;
    max-width: 68px;
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 1;
    pointer-events: all;
  }
  .p-top_chara-panel__controll {
    display: flex;
    margin-left: 0;
    max-width: 123px;
    height: 60px;
    width: 100%;
    margin-top: 18px;
    z-index: 10;
    position: absolute;
    bottom: 85px;
    pointer-events: all;
  }
  .p-top_chara-panel__controll--in {
    bottom: auto;
    top: calc(100vw + 50px);
    margin-left: 10px;
    max-width: 124px;
  }
  .p-top_chara-panel__profile {
    margin-top: 15px;
    max-width: calc(100% - 55px);
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .p-top_chara-panel--in {
    grid-template-rows: auto 107px auto;
    margin: 0 -28px -5px;
  }
  .p-top_chara-panel--in .p-top_chara-panel__body {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateX(0);
  }
  .p-top_chara-panel--in .p-top_chara-panel__name {
    font-size: 3rem;
  }
  .p-top_chara-panel--in .p-top_chara-panel__cast {
    font-size: 1.05rem;
  }
  .p-top_chara-panel--in .p-top_chara-panel__text {
    max-width: calc(100% - 16px);
    padding-left: 35px;
    padding-right: 35px;
  }
}

.p-top_chara-slide-controll-btn {
  display: block;
  width: calc((100% - 10px) / 2);
  height: 100%;
  background-image: url("../img/btn_bg.svg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  background-color: #000000;
}
.p-top_chara-slide-controll-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36%;
  height: 100%;
  background-image: url("../img/btn_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-top_chara-slide-controll-btn + .p-top_chara-slide-controll-btn {
  margin-left: 10px;
}
.p-top_chara-slide-controll-btn--next {
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .p-top_chara-slide-controll-btn + .p-top_chara-slide-controll-btn {
    margin-left: 10px;
  }
}

.p-top_chara-nav {
  position: relative;
  grid-column: 2/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  margin-right: 40px;
}
.p-top_chara-nav__item {
  font-size: clamp(2rem, 3.31vw, 4.8rem);
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  padding-right: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-top_chara-nav__item:hover, .p-top_chara-nav__item:active {
    transform: scale(1.05);
  }
}
.p-top_chara-nav__item::before {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  background-image: url("../img/char_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s;
}
.p-top_chara-nav__item.is-active {
  color: #02fea9;
  animation: charaBgFlash 0.1s 0.2s 1 alternate forwards;
}
.p-top_chara-nav__item.is-active::before {
  opacity: 1;
  top: 50%;
}
.p-top_chara-nav__more {
  margin-top: 10px;
  display: block;
  max-width: 143px;
  width: 100%;
  margin-right: 30px;
  position: relative;
  padding-bottom: 15px;
  transition: transform 0.3s;
}
.p-top_chara-nav__more::before, .p-top_chara-nav__more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fffeff;
}
.p-top_chara-nav__more::before {
  right: 0;
  width: 8px;
  height: 2px;
}
.p-top_chara-nav__more::after {
  right: 10px;
  height: 1px;
  width: calc(100% - 10px);
  animation: moreBtnAnimPc1 2s cubic-bezier(0.87, 0, 0.13, 1) 0s infinite reverse forwards;
}
@keyframes moreBtnAnimPc1 {
  0% {
    width: 0;
  }
  50% {
    width: calc(100% - 10px);
  }
  90% {
    right: auto;
    width: 0;
    left: 0;
  }
  100% {
    right: 0;
    width: 0;
    left: auto;
  }
}
.p-top_chara-nav__more-text {
  max-width: 96px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 767px) {
  .p-top_chara-nav__more:hover, .p-top_chara-nav__more:active {
    transform: scale(1.05);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
.p-top_chara-nav--in {
  margin-right: -29px;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-nav {
    display: none;
  }
}

.p-top_chara-nav_slide {
  display: none;
  margin-top: 43px;
  margin-left: -29px;
  margin-right: -29px;
}
.p-top_chara-nav_slide__item {
  width: auto;
  font-size: 2.32rem;
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
.p-top_chara-nav_slide__item.is-active {
  color: #02fea9;
}
.p-top_chara-nav_slide__item.is-active .p-top_chara-nav_slide__content::before {
  opacity: 1;
}
.p-top_chara-nav_slide__content {
  padding: 0 17px;
  position: relative;
}
.p-top_chara-nav_slide__content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background-image: url("../img/char_icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .p-top_chara-nav_slide {
    display: block;
  }
}

/* ------------------  top_staff  ------------------ */
.p-top_staff-list__list {
  margin-top: 57px;
  position: relative;
}
.p-top_staff-list__list::before, .p-top_staff-list__list::after {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  left: -50vw;
  background-color: #474747;
}
.p-top_staff-list__list::before {
  top: 0;
}
.p-top_staff-list__list::after {
  bottom: 0;
}
.p-top_staff-list__item {
  position: relative;
  display: grid;
  grid-template-columns: 29rem 1fr 250px;
}
.p-top_staff-list__item + .p-top_staff-list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  left: -50vw;
  background-color: #474747;
}
.p-top_staff-list__item + .p-top_staff-list__item::before {
  top: 0;
}
.p-top_staff-list__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.p-top_staff-list__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 0 25.5px 8px;
  position: relative;
}
.p-top_staff-list__foot {
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  position: relative;
}
.p-top_staff-list__role {
  font-size: 1.9rem;
  letter-spacing: 0.095em;
  font-weight: 600;
  line-height: 1.5;
}
.p-top_staff-list__name {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.p-top_staff-list__name-main {
  font-size: 4.8rem;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
.p-top_staff-list__name-sub {
  line-height: 1;
  margin-left: 12px;
  font-size: 1.8rem;
  margin-top: 0.25em;
}
.p-top_staff-list__deco {
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.477;
  color: #818181;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.p-top_staff-list__back-deco {
  position: absolute;
  bottom: 0;
  width: 200vw;
  right: -173.1vw;
  color: #171717;
  font-size: 10rem;
  font-weight: 800;
  word-break: keep-all;
  line-height: 1;
}
.p-top_staff-list + .p-top_staff-list {
  margin-top: 74px;
}
@media only screen and (max-width: 1350px) {
  .p-top_staff-list__item {
    grid-template-columns: 16rem 1fr 209px;
  }
}
@media only screen and (max-width: 1130px) {
  .p-top_staff-list__item {
    grid-template-columns: 20rem 1fr 159px;
  }
  .p-top_staff-list__name {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top_staff-list__name-sub {
    margin-left: 0;
  }
  .p-top_staff-list__deco {
    font-size: 1rem;
    line-height: 1;
    margin-top: 9px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 767px) {
  .p-top_staff-list__list {
    margin-top: 30px;
  }
  .p-top_staff-list__item {
    grid-template-columns: auto 69px;
  }
  .p-top_staff-list__head {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 12px;
  }
  .p-top_staff-list__body {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 14px;
    align-items: flex-start;
  }
  .p-top_staff-list__foot {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .p-top_staff-list__role {
    font-size: 1rem;
  }
  .p-top_staff-list__name {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -0.08em;
  }
  .p-top_staff-list__name-main {
    font-size: 2.5rem;
    letter-spacing: -0.01em;
  }
  .p-top_staff-list__name-sub {
    font-size: 1.2rem;
    margin-left: 0;
    margin-top: 7px;
    letter-spacing: 0.02em;
    margin-left: 0.08em;
  }
  .p-top_staff-list__deco {
    font-size: 0.6rem;
    line-height: 1;
    margin-top: 9px;
    letter-spacing: 0.01em;
  }
  .p-top_staff-list__back-deco {
    font-size: 5.1rem;
    right: -153.8vw;
  }
  .p-top_staff-list + .p-top_staff-list {
    margin-top: 47px;
  }
}
.p-top_staff-list.js-animation .p-top_staff-list__list::before {
  width: 30vw;
}
.p-top_staff-list.js-animation .p-top_staff-list__list::after {
  width: 30vw;
}
.p-top_staff-list.js-animation .p-top_staff-list__item {
  opacity: 0;
  transform: translateX(-20px);
}
.p-top_staff-list.js-animation .p-top_staff-list__back-deco {
  opacity: 0;
  transform: translateX(50px);
}
.p-top_staff-list.js-animation .p-top_staff-list__btn {
  opacity: 0;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__list::before {
  width: 200vw;
  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__list::after {
  width: 200vw;
  transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(1) {
  transition-delay: 1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(1) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 1.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(1) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 1.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(2) {
  transition-delay: 1.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(2) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 1.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(2) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 1.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(3) {
  transition-delay: 1.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(3) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 2.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(3) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 1.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(4) {
  transition-delay: 1.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(4) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 2.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(4) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 1.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(5) {
  transition-delay: 1.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(5) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 2.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(5) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 1.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(6) {
  transition-delay: 2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(6) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 2.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(6) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 2.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(7) {
  transition-delay: 2.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(7) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 2.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(7) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 2.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(8) {
  transition-delay: 2.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(8) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 3.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(8) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 2.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(9) {
  transition-delay: 2.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(9) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 3.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(9) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 2.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(10) {
  transition-delay: 2.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(10) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 3.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(10) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 2.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(11) {
  transition-delay: 3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(11) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 3.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(11) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 3.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(12) {
  transition-delay: 3.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(12) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 3.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(12) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 3.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(13) {
  transition-delay: 3.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(13) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 4.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(13) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 3.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(14) {
  transition-delay: 3.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(14) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 4.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(14) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 3.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(15) {
  transition-delay: 3.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(15) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 4.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(15) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 3.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(16) {
  transition-delay: 4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(16) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 4.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(16) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 4.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(17) {
  transition-delay: 4.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(17) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 4.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(17) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 4.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(18) {
  transition-delay: 4.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(18) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 5.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(18) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 4.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(19) {
  transition-delay: 4.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(19) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 5.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(19) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 4.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(20) {
  transition-delay: 4.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(20) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 5.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(20) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 4.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(21) {
  transition-delay: 5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(21) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 5.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(21) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 5.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(22) {
  transition-delay: 5.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(22) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 5.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(22) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 5.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(23) {
  transition-delay: 5.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(23) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 6.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(23) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 5.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(24) {
  transition-delay: 5.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(24) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 6.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(24) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 5.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(25) {
  transition-delay: 5.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(25) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 6.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(25) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 5.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(26) {
  transition-delay: 6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(26) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 6.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(26) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 6.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(27) {
  transition-delay: 6.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(27) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 6.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(27) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 6.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(28) {
  transition-delay: 6.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(28) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 7.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(28) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 6.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(29) {
  transition-delay: 6.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(29) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 7.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(29) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 6.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(30) {
  transition-delay: 6.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(30) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 7.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(30) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 6.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(31) {
  transition-delay: 7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(31) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 7.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(31) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 7.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(32) {
  transition-delay: 7.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(32) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 7.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(32) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 7.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(33) {
  transition-delay: 7.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(33) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 8.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(33) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 7.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(34) {
  transition-delay: 7.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(34) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 8.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(34) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 7.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(35) {
  transition-delay: 7.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(35) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 8.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(35) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 7.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(36) {
  transition-delay: 8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(36) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 8.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(36) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 8.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(37) {
  transition-delay: 8.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(37) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 8.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(37) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 8.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(38) {
  transition-delay: 8.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(38) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 9.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(38) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 8.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(39) {
  transition-delay: 8.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(39) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 9.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(39) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 8.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(40) {
  transition-delay: 8.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(40) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 9.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(40) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 8.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(41) {
  transition-delay: 9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(41) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 9.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(41) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 9.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(42) {
  transition-delay: 9.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(42) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 9.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(42) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 9.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(43) {
  transition-delay: 9.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(43) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 10.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(43) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 9.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(44) {
  transition-delay: 9.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(44) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 10.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(44) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 9.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(45) {
  transition-delay: 9.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(45) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 10.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(45) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 9.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(46) {
  transition-delay: 10s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(46) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 10.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(46) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 10.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(47) {
  transition-delay: 10.2s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(47) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 10.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(47) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 10.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(48) {
  transition-delay: 10.4s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(48) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 11.1s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(48) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 10.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(49) {
  transition-delay: 10.6s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(49) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 11.3s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(49) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 10.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(50) {
  transition-delay: 10.8s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(50) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 11.5s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(50) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 10.9s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(51) {
  transition-delay: 11s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(51) .p-top_staff-list__btn {
  opacity: 1;
  transition: opacity 0.3s 0.5s;
  transition-delay: 11.7s;
}
.p-top_staff-list.js-animation.is-active .p-top_staff-list__item:nth-child(51) .p-top_staff-list__back-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
  transition-delay: 11.1s;
}

.p-top_staff-modal {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top_staff-modal__btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.p-top_staff-modal__btn::before, .p-top_staff-modal__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s;
}
.p-top_staff-modal__btn::before {
  transform: translate(-50%, -50%);
}
.p-top_staff-modal__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media only screen and (min-width: 767px) {
  .p-top_staff-modal__btn:hover::before, .p-top_staff-modal__btn:hover::after, .p-top_staff-modal__btn:active::before, .p-top_staff-modal__btn:active::after {
    background-color: #ff5759;
  }
  .p-top_staff-modal__btn:hover::before, .p-top_staff-modal__btn:active::before {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .p-top_staff-modal__btn:hover::after, .p-top_staff-modal__btn:active::after {
    transform: translate(-50%, -50%) rotate(90deg) scale(1.3);
  }
  .p-top_staff-modal__btn:hover .p-top_staff-modal__text, .p-top_staff-modal__btn:active .p-top_staff-modal__text {
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
.p-top_staff-modal__text {
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #818181;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-top_staff-modal__btn::before, .p-top_staff-modal__btn::after {
    position: absolute;
    width: 20px;
    height: 4px;
  }
  .p-top_staff-modal__btn::before {
    transform: translate(-50%, -50%);
  }
  .p-top_staff-modal__btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .p-top_staff-modal__text {
    margin-top: 2px;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
  }
}

.p-top_message__deco {
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  top: 100px;
  left: 0;
}
.p-top_message__deco-top {
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #696969;
  position: absolute;
  left: 100px;
  top: 0;
  line-height: 0.7;
  letter-spacing: 0.08em;
}
.p-top_message__deco-bottom {
  position: absolute;
  right: 0;
  bottom: 100px;
  font-weight: 700;
  font-size: 9.9rem;
  line-height: 1;
  color: #303030;
}
.p-top_message__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 70px;
}
.p-top_message__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.p-top_message__body {
  margin-top: 25px;
  width: 100%;
}
.p-top_message__role {
  font-weight: 700;
  font-size: 1.85rem;
  text-align: left;
}
.p-top_message__name {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.p-top_message__name-main {
  font-weight: 700;
  font-size: 4.95rem;
  text-align: left;
}
.p-top_message__name-sub {
  margin-left: 10px;
  font-size: 1.9rem;
  text-align: left;
}
.p-top_message__role_deco {
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #5c5c5c;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
  text-align: left;
}
.p-top_message__text {
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-top_message__deco {
    top: 30px;
    height: calc(100% - 60px);
  }
  .p-top_message__deco-top {
    left: 20px;
    font-size: 0.7rem;
  }
  .p-top_message__deco-bottom {
    bottom: 20px;
    font-size: 4.8rem;
    line-height: 0.2;
  }
  .p-top_message__inner {
    padding: 20px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 50px);
  }
  .p-top_message__role {
    font-size: 1.2rem;
  }
  .p-top_message__name {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top_message__name-main {
    font-size: 3.15rem;
  }
  .p-top_message__name-sub {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    margin-left: 0;
    margin-top: 0;
  }
  .p-top_message__role_deco {
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .p-top_message__text {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}

/* ------------------  top_movie  ------------------ */
.p-top_movie-slide {
  margin-top: 60px;
  margin-right: -100px;
  margin-left: -170px;
  padding-left: 170px;
  padding-right: 170px;
  position: relative;
}
.p-top_movie-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  border-left: #474747;
  top: 0;
  left: 0;
}
.p-top_movie-slide__item.is-active .p-top_movie-slide__content::before {
  opacity: 0;
}
.p-top_movie-slide__item.is-active .p-top_movie-slide__content::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.p-top_movie-slide__content {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.p-top_movie-slide__content::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: opacity 0.3s;
}
.p-top_movie-slide__content::after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background-image: url("../img/icon_play.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .p-top_movie-slide__content:hover .p-top_movie-slide__icon::before, .p-top_movie-slide__content:hover .p-top_movie-slide__icon::after, .p-top_movie-slide__content:active .p-top_movie-slide__icon::before, .p-top_movie-slide__content:active .p-top_movie-slide__icon::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: width 0.2s, height 0.2s;
  }
}
.p-top_movie-slide__icon {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top_movie-slide__icon::before, .p-top_movie-slide__icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0s 0.3s, height 0s 0.3s, opacity 0.3s;
}
.p-top_movie-slide__icon::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.p-top_movie-slide__icon::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.p-top_movie-slide__base {
  position: relative;
  background-size: contain;
}
.p-top_movie-slide__base::before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.p-top_movie-slide__controll {
  margin-top: 20px;
  max-width: 168px;
  height: 80px;
  width: 100%;
  margin-left: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-top_movie-slide {
    margin-top: 30px;
    margin-right: -40px;
    padding-left: 40px;
    margin-left: -40px;
    padding-right: 47px;
  }
  .p-top_movie-slide__controll {
    max-width: 108px;
    margin-top: 2px;
    height: 55px;
  }
}
.p-top_movie-slide.js-animation {
  opacity: 0;
  transform: translateX(-40px);
}
.p-top_movie-slide.js-animation.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s 0.5s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.p-top_movie-slide__controll {
  background-color: #000000;
}

.p-top_movie-controll-btn {
  display: block;
  width: calc((100% - 10px) / 2);
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-top_movie-controll-btn:hover::before, .p-top_movie-controll-btn:active::before {
    background-color: #ff5759;
  }
  .p-top_movie-controll-btn:hover::after, .p-top_movie-controll-btn:active::after {
    background-color: #ff5759;
    transform: translate(calc(-50% - 3px), -50%);
  }
}
.p-top_movie-controll-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/btn_bg.svg.png");
  mask-image: url("../img/btn_bg.svg.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s;
}
.p-top_movie-controll-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/btn_icon.svg");
  mask-image: url("../img/btn_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s;
}
.p-top_movie-controll-btn + .p-top_movie-controll-btn {
  margin-left: 10px;
}
.p-top_movie-controll-btn--next {
  transform: scaleX(-1);
}
.p-top_movie-controll-btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-top_movie-controll-btn + .p-top_movie-controll-btn {
    margin-left: 10px;
  }
}

/* ------------------  title  ------------------ */
.p-title {
  margin-left: 71px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.p-title__inner {
  max-width: 180px;
  width: 100%;
}
.p-title--news {
  align-items: flex-start;
}
.p-title--news_detail {
  align-items: flex-start;
  margin-left: 83px;
  margin-left: 252px;
}
.p-title--news_detail .p-title__inner {
  max-width: 180px;
}
.p-title--chara {
  margin-left: 0;
}
.p-title--chara .p-title__inner {
  max-width: 376px;
}
@media only screen and (max-width: 767px) {
  .p-title {
    margin-left: 5px;
  }
  .p-title__inner {
    max-width: 103px;
  }
  .p-title--news_detail {
    margin-left: 30px;
  }
  .p-title--news_detail .p-title__inner {
    max-width: 103px;
  }
  .p-title--chara {
    margin-left: 10px;
  }
  .p-title--chara .p-title__inner {
    max-width: 213px;
  }
}
.p-title.js-animation {
  opacity: 0;
  transform: translateX(-40px);
}
.p-title.js-animation .p-title__inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-title.js-animation.is-active {
  animation: charaBgFlash 0.1s 0.1s 1 alternate forwards;
  transform: translateX(0);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-title.js-animation.is-active .p-title__inner {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}

/* ------------------  news  ------------------ */
.p-news-list {
  margin-top: 61px;
  margin-left: 71px;
  position: relative;
  padding-bottom: 58px;
}
.p-news-list::before, .p-news-list::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 14px);
  top: -7px;
  background-color: #474747;
}
.p-news-list::before {
  left: -71px;
}
.p-news-list::after {
  right: 0;
}
.p-news-list__item {
  position: relative;
}
.p-news-list__item::before, .p-news-list__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  left: -50vw;
  background-color: #474747;
}
.p-news-list__item::before {
  top: 0;
}
.p-news-list__item::after {
  bottom: 0;
}
.p-news-list__item + .p-news-list__item {
  margin-top: 32px;
}
.p-news-list__item.is-thumb_none:nth-child(3n+1) .p-news-panel__thumb {
  background-image: url("../img/noimg01.jpg");
}
.p-news-list__item.is-thumb_none:nth-child(3n+2) .p-news-panel__thumb {
  background-image: url("../img/noimg02.jpg");
}
.p-news-list__item.is-thumb_none:nth-child(3n+3) .p-news-panel__thumb {
  background-image: url("../img/noimg03.jpg");
}
@media only screen and (max-width: 767px) {
  .p-news-list {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 29px;
    padding-bottom: 30px;
  }
  .p-news-list::before, .p-news-list::after {
    top: -37px;
    height: calc(100% + 37px);
  }
  .p-news-list::before {
    left: -10px;
  }
  .p-news-list::after {
    right: -10px;
  }
  .p-news-list__item + .p-news-list__item {
    margin-top: 20px;
  }
}
.p-news-list.js-animation .p-news-panel__content {
  opacity: 0;
  transform: translateX(20px);
}
.p-news-list.js-animation .p-news-list__item::before, .p-news-list.js-animation .p-news-list__item::after {
  width: 0;
}
.p-news-list.js-animation .p-news-list__btn {
  opacity: 0;
}
.p-news-list.js-animation.is-active .p-news-panel__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-news-list.js-animation.is-active .p-news-list__item::before, .p-news-list.js-animation.is-active .p-news-list__item::after {
  width: 200vw;
  transition: width 0.8s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(1) .p-news-panel__content {
  transition-delay: 0.58s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(1)::before {
  transition-delay: 0.28s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(1)::after {
  transition-delay: 0.28s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(2) .p-news-panel__content {
  transition-delay: 0.66s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(2)::before {
  transition-delay: 0.36s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(2)::after {
  transition-delay: 0.36s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(3) .p-news-panel__content {
  transition-delay: 0.74s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(3)::before {
  transition-delay: 0.44s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(3)::after {
  transition-delay: 0.44s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(4) .p-news-panel__content {
  transition-delay: 0.82s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(4)::before {
  transition-delay: 0.52s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(4)::after {
  transition-delay: 0.52s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(5) .p-news-panel__content {
  transition-delay: 0.9s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(5)::before {
  transition-delay: 0.6s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(5)::after {
  transition-delay: 0.6s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(6) .p-news-panel__content {
  transition-delay: 0.98s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(6)::before {
  transition-delay: 0.68s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(6)::after {
  transition-delay: 0.68s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(7) .p-news-panel__content {
  transition-delay: 1.06s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(7)::before {
  transition-delay: 0.76s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(7)::after {
  transition-delay: 0.76s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(8) .p-news-panel__content {
  transition-delay: 1.14s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(8)::before {
  transition-delay: 0.84s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(8)::after {
  transition-delay: 0.84s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(9) .p-news-panel__content {
  transition-delay: 1.22s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(9)::before {
  transition-delay: 0.92s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(9)::after {
  transition-delay: 0.92s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(10) .p-news-panel__content {
  transition-delay: 1.3s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(10)::before {
  transition-delay: 1s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(10)::after {
  transition-delay: 1s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(11) .p-news-panel__content {
  transition-delay: 1.38s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(11)::before {
  transition-delay: 1.08s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(11)::after {
  transition-delay: 1.08s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(12) .p-news-panel__content {
  transition-delay: 1.46s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(12)::before {
  transition-delay: 1.16s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(12)::after {
  transition-delay: 1.16s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(13) .p-news-panel__content {
  transition-delay: 1.54s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(13)::before {
  transition-delay: 1.24s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(13)::after {
  transition-delay: 1.24s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(14) .p-news-panel__content {
  transition-delay: 1.62s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(14)::before {
  transition-delay: 1.32s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(14)::after {
  transition-delay: 1.32s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(15) .p-news-panel__content {
  transition-delay: 1.7s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(15)::before {
  transition-delay: 1.4s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(15)::after {
  transition-delay: 1.4s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(16) .p-news-panel__content {
  transition-delay: 1.78s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(16)::before {
  transition-delay: 1.48s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(16)::after {
  transition-delay: 1.48s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(17) .p-news-panel__content {
  transition-delay: 1.86s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(17)::before {
  transition-delay: 1.56s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(17)::after {
  transition-delay: 1.56s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(18) .p-news-panel__content {
  transition-delay: 1.94s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(18)::before {
  transition-delay: 1.64s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(18)::after {
  transition-delay: 1.64s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(19) .p-news-panel__content {
  transition-delay: 2.02s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(19)::before {
  transition-delay: 1.72s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(19)::after {
  transition-delay: 1.72s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(20) .p-news-panel__content {
  transition-delay: 2.1s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(20)::before {
  transition-delay: 1.8s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(20)::after {
  transition-delay: 1.8s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(21) .p-news-panel__content {
  transition-delay: 2.18s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(21)::before {
  transition-delay: 1.88s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(21)::after {
  transition-delay: 1.88s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(22) .p-news-panel__content {
  transition-delay: 2.26s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(22)::before {
  transition-delay: 1.96s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(22)::after {
  transition-delay: 1.96s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(23) .p-news-panel__content {
  transition-delay: 2.34s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(23)::before {
  transition-delay: 2.04s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(23)::after {
  transition-delay: 2.04s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(24) .p-news-panel__content {
  transition-delay: 2.42s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(24)::before {
  transition-delay: 2.12s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(24)::after {
  transition-delay: 2.12s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(25) .p-news-panel__content {
  transition-delay: 2.5s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(25)::before {
  transition-delay: 2.2s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(25)::after {
  transition-delay: 2.2s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(26) .p-news-panel__content {
  transition-delay: 2.58s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(26)::before {
  transition-delay: 2.28s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(26)::after {
  transition-delay: 2.28s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(27) .p-news-panel__content {
  transition-delay: 2.66s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(27)::before {
  transition-delay: 2.36s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(27)::after {
  transition-delay: 2.36s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(28) .p-news-panel__content {
  transition-delay: 2.74s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(28)::before {
  transition-delay: 2.44s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(28)::after {
  transition-delay: 2.44s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(29) .p-news-panel__content {
  transition-delay: 2.82s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(29)::before {
  transition-delay: 2.52s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(29)::after {
  transition-delay: 2.52s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(30) .p-news-panel__content {
  transition-delay: 2.9s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(30)::before {
  transition-delay: 2.6s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(30)::after {
  transition-delay: 2.6s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(31) .p-news-panel__content {
  transition-delay: 2.98s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(31)::before {
  transition-delay: 2.68s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(31)::after {
  transition-delay: 2.68s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(32) .p-news-panel__content {
  transition-delay: 3.06s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(32)::before {
  transition-delay: 2.76s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(32)::after {
  transition-delay: 2.76s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(33) .p-news-panel__content {
  transition-delay: 3.14s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(33)::before {
  transition-delay: 2.84s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(33)::after {
  transition-delay: 2.84s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(34) .p-news-panel__content {
  transition-delay: 3.22s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(34)::before {
  transition-delay: 2.92s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(34)::after {
  transition-delay: 2.92s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(35) .p-news-panel__content {
  transition-delay: 3.3s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(35)::before {
  transition-delay: 3s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(35)::after {
  transition-delay: 3s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(36) .p-news-panel__content {
  transition-delay: 3.38s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(36)::before {
  transition-delay: 3.08s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(36)::after {
  transition-delay: 3.08s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(37) .p-news-panel__content {
  transition-delay: 3.46s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(37)::before {
  transition-delay: 3.16s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(37)::after {
  transition-delay: 3.16s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(38) .p-news-panel__content {
  transition-delay: 3.54s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(38)::before {
  transition-delay: 3.24s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(38)::after {
  transition-delay: 3.24s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(39) .p-news-panel__content {
  transition-delay: 3.62s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(39)::before {
  transition-delay: 3.32s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(39)::after {
  transition-delay: 3.32s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(40) .p-news-panel__content {
  transition-delay: 3.7s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(40)::before {
  transition-delay: 3.4s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(40)::after {
  transition-delay: 3.4s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(41) .p-news-panel__content {
  transition-delay: 3.78s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(41)::before {
  transition-delay: 3.48s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(41)::after {
  transition-delay: 3.48s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(42) .p-news-panel__content {
  transition-delay: 3.86s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(42)::before {
  transition-delay: 3.56s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(42)::after {
  transition-delay: 3.56s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(43) .p-news-panel__content {
  transition-delay: 3.94s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(43)::before {
  transition-delay: 3.64s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(43)::after {
  transition-delay: 3.64s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(44) .p-news-panel__content {
  transition-delay: 4.02s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(44)::before {
  transition-delay: 3.72s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(44)::after {
  transition-delay: 3.72s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(45) .p-news-panel__content {
  transition-delay: 4.1s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(45)::before {
  transition-delay: 3.8s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(45)::after {
  transition-delay: 3.8s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(46) .p-news-panel__content {
  transition-delay: 4.18s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(46)::before {
  transition-delay: 3.88s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(46)::after {
  transition-delay: 3.88s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(47) .p-news-panel__content {
  transition-delay: 4.26s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(47)::before {
  transition-delay: 3.96s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(47)::after {
  transition-delay: 3.96s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(48) .p-news-panel__content {
  transition-delay: 4.34s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(48)::before {
  transition-delay: 4.04s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(48)::after {
  transition-delay: 4.04s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(49) .p-news-panel__content {
  transition-delay: 4.42s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(49)::before {
  transition-delay: 4.12s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(49)::after {
  transition-delay: 4.12s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(50) .p-news-panel__content {
  transition-delay: 4.5s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(50)::before {
  transition-delay: 4.2s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(50)::after {
  transition-delay: 4.2s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(51) .p-news-panel__content {
  transition-delay: 4.58s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(51)::before {
  transition-delay: 4.28s;
}
.p-news-list.js-animation.is-active .p-news-list__item:nth-child(51)::after {
  transition-delay: 4.28s;
}
.p-news-list.js-animation.is-active .p-news-list__btn {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-news-panel__link {
  display: block;
}
@media only screen and (min-width: 767px) {
  .p-news-panel__link:hover .p-news-panel__thumb, .p-news-panel__link:active .p-news-panel__thumb {
    transform: scale(1.05);
  }
  .p-news-panel__link:hover .p-news-panel__body, .p-news-panel__link:active .p-news-panel__body {
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
  .p-news-panel__link:hover .p-news-panel__head::before, .p-news-panel__link:hover .p-news-panel__head::after, .p-news-panel__link:active .p-news-panel__head::before, .p-news-panel__link:active .p-news-panel__head::after {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s, opacity 0s;
  }
}
.p-news-panel__head {
  position: relative;
  overflow: hidden;
}
.p-news-panel__head::before, .p-news-panel__head::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transition: transform 0s 0.2s, opacity 0.2s;
}
.p-news-panel__head::before {
  top: 0;
  left: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform-origin: top left;
}
.p-news-panel__head::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform-origin: bottom right;
}
.p-news-panel__date {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
  width: 101px;
  min-height: 20px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2px 1px;
}
.p-news-panel__date-inner {
  line-height: 0;
  font-size: 1.25rem;
  font-family: "bio-sans", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-news-panel__body {
  margin-top: 15px;
}
.p-news-panel__main {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-news-panel__thumb {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}
.p-news-panel__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 56.1%;
}
.p-news-panel--col .p-news-panel__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-news-panel--col .p-news-panel__head {
  flex-shrink: 0;
  max-width: 25.8%;
  min-width: 250px;
  width: 100%;
}
.p-news-panel--col .p-news-panel__body {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  padding-left: 39px;
  margin-bottom: 8px;
}
.p-news-panel--col .p-news-panel__date {
  position: relative;
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1.15rem;
  background-color: transparent;
  padding: 0;
  min-height: 0;
  width: auto;
  display: block;
  bottom: auto;
  right: auto;
}
.p-news-panel--col .p-news-panel__main {
  margin-top: 9px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.p-news-panel--col .p-news-panel__thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-news-panel__body {
    margin-top: 15px;
  }
  .p-news-panel__main {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-news-panel--col .p-news-panel__link {
    padding-bottom: 19px;
  }
  .p-news-panel--col .p-news-panel__content {
    flex-direction: column;
  }
  .p-news-panel--col .p-news-panel__head {
    width: 100%;
    max-width: 100%;
    position: relative;
    min-width: 0;
    overflow: visible;
  }
  .p-news-panel--col .p-news-panel__head::before {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    height: 1px;
    left: -100vw;
    bottom: 0;
    background-color: #474747;
  }
  .p-news-panel--col .p-news-panel__body {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .p-news-panel--col .p-news-panel__date {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .p-news-panel--col .p-news-panel__main {
    margin-top: 0;
    line-height: 1.77;
    font-size: 1.3rem;
  }
}

.p-news-pagination {
  position: relative;
  z-index: 3;
  min-height: 92px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: grid;
  grid-template-columns: clamp(30px, 25%, 254px) 1fr clamp(30px, 25%, 254px);
}
.p-news-pagination::before, .p-news-pagination::after {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  left: -50vw;
  background-color: #ffffff;
}
.p-news-pagination::before {
  top: 0;
}
.p-news-pagination__list {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.p-news-pagination__item {
  margin-left: 1.75%;
  margin-right: 1.75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-news-pagination__item.is-current {
  position: relative;
}
.p-news-pagination__item.is-current .p-news-pagination__text {
  color: #ff5959;
}
.p-news-pagination__link, .p-news-pagination__text {
  font-size: 2.12rem;
  line-height: 1;
  font-family: "bio-sans", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  width: 100%;
  height: 100%;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-news-pagination__link {
  transition: opacity 0.5s;
  position: relative;
  transition: transform 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-news-pagination__link:hover, .p-news-pagination__link:active {
    transform: scale(1.1);
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
.p-news-pagination__text {
  color: #ffffff;
  position: relative;
  line-height: 1;
}
.p-news-pagination__arrow {
  position: relative;
}
.p-news-pagination__arrow-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p-news-pagination__arrow-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-mask-image: url("../img/btn_bg.svg.png");
  mask-image: url("../img/btn_bg.svg.png");
  -webkit-mask-size: 115% 115%;
  mask-size: 115% 115%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-news-pagination__arrow-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-mask-image: url("../img/btn_icon.svg");
  mask-image: url("../img/btn_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s, transform 0.3s;
}
.p-news-pagination__arrow--prev {
  border-right: 1px solid #ffffff;
}
.p-news-pagination__arrow--prev .p-news-pagination__arrow-link::before {
  -webkit-mask-position: left -5px bottom;
  mask-position: left -5px bottom;
}
@media only screen and (min-width: 767px) {
  .p-news-pagination__arrow--prev:hover .p-news-pagination__arrow-link::after, .p-news-pagination__arrow--prev:active .p-news-pagination__arrow-link::after {
    background-color: #ff5659;
    transform: translate(calc(-50% - 4px), -50%);
  }
}
.p-news-pagination__arrow--next {
  border-left: 1px solid #ffffff;
}
.p-news-pagination__arrow--next .p-news-pagination__arrow-link::before {
  -webkit-mask-position: right -5px top;
  mask-position: right -5px top;
  transform: translate(-50%, -50%) scaleY(-1);
}
.p-news-pagination__arrow--next .p-news-pagination__arrow-link::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 767px) {
  .p-news-pagination__arrow--next:hover .p-news-pagination__arrow-link::after, .p-news-pagination__arrow--next:active .p-news-pagination__arrow-link::after {
    background-color: #ff5659;
    transform: translate(calc(-50% + 4px), -50%) rotate(180deg);
  }
}
.p-news-pagination__arrow.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .p-news-pagination {
    margin-top: 0;
    align-items: center;
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    border-left: 0;
    border-right: 0;
    min-height: 50px;
    grid-template-columns: clamp(30px, 24.2%, 100px) 1fr clamp(30px, 24.2%, 100px);
  }
  .p-news-pagination__arrow {
    height: 100%;
  }
  .p-news-pagination__arrow-link::after {
    width: 16px;
    height: 22px;
  }
  .p-news-pagination__arrow--prev {
    margin-left: 12px;
  }
  .p-news-pagination__arrow--next {
    margin-right: 12px;
  }
  .p-news-pagination__item {
    margin-left: 5.5%;
    margin-right: 5.5%;
    margin-bottom: 0.35em;
  }
  .p-news-pagination__link, .p-news-pagination__text {
    font-size: 1.42rem;
  }
}
.p-news-pagination.js-animation {
  opacity: 0;
  transform: translateX(-30px);
}
.p-news-pagination.js-animation.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.p-news-detail {
  margin-top: 58px;
  position: relative;
}
.p-news-detail__bg {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news-detail__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
}
.p-news-detail__head {
  position: relative;
}
.p-news-detail__thumb {
  height: 353px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.p-news-detail__thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/pattern_news.png");
  background-repeat: repeat;
  background-size: 37.5px;
  opacity: 0.3;
}
.p-news-detail__date {
  max-width: 902px;
  width: 100%;
  padding: 0 85px;
  margin: 0 auto;
  margin-top: 31px;
  font-size: 1.3rem;
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.p-news-detail__title {
  max-width: 902px;
  width: 100%;
  padding: 0 85px;
  margin: 0 auto 0;
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-news-detail__body {
  max-width: 902px;
  width: 100%;
  padding: 0 85px;
  padding-top: 30px;
  margin: 0 auto;
  margin-top: 39px;
  position: relative;
}
.p-news-detail__body::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  left: -100vw;
  height: 1px;
  top: 0;
  background-color: #484848;
}
.p-news-detail__content {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 59px;
}
.p-news-detail__content a {
  color: #ff5659;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
}
.p-news-detail__content a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ff5659;
  transition: width 0.3s;
}
.p-news-detail__content a > u {
  text-decoration: none;
}
@media only screen and (min-width: 767px) {
  .p-news-detail__content a:hover::before, .p-news-detail__content a:active::before {
    width: 0%;
    right: 0;
    left: auto;
  }
}
.p-news-detail__content iframe {
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .p-news-detail {
    margin-top: 28px;
  }
  .p-news-detail__bg {
    max-width: calc(100% - 40px);
  }
  .p-news-detail__thumb {
    height: 209px;
  }
  .p-news-detail__date {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: 13px;
  }
  .p-news-detail__title {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .p-news-detail__body {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: 12px;
    padding-top: 15px;
  }
  .p-news-detail__content {
    font-size: 1.3rem;
    line-height: 1.83;
  }
  .p-news-detail__content a {
    font-size: 1.3rem;
    line-height: 1.83;
  }
}
.p-news-detail.js-animation .p-news-detail__thumb {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-news-detail.js-animation .p-news-detail__date {
  opacity: 0;
  transform: translateX(-40px);
}
.p-news-detail.js-animation .p-news-detail__title {
  opacity: 0;
  transform: translateX(-40px);
}
.p-news-detail.js-animation .p-news-detail__content {
  opacity: 0;
  transform: translateX(40px);
}
.p-news-detail.js-animation.is-active .p-news-detail__thumb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-news-detail.js-animation.is-active .p-news-detail__date {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-news-detail.js-animation.is-active .p-news-detail__title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.2s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.p-news-detail.js-animation.is-active .p-news-detail__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.4s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.p-news-pager {
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  position: relative;
}
.p-news-pager__inner {
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 54.1% 22.95% 22.95%;
  min-height: 93px;
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #fcfcfc;
  transform: translateX(-1px);
}
.p-news-pager__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding: 5px 20px 5px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .p-news-pager__link:hover, .p-news-pager__link:active {
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
.p-news-pager__col {
  position: relative;
}
.p-news-pager__col--prev {
  border-right: 1px solid #ffffff;
}
.p-news-pager__col--prev .p-news-pager__btn::before {
  -webkit-mask-position: left 1px bottom;
  mask-position: left 1px bottom;
}
@media only screen and (min-width: 767px) {
  .p-news-pager__col--prev:hover .p-news-pager__btn::after, .p-news-pager__col--prev:active .p-news-pager__btn::after {
    transform: translate(calc(-50% - 4px), -50%);
  }
}
.p-news-pager__col--next {
  border-left: 1px solid #ffffff;
}
.p-news-pager__col--next .p-news-pager__btn::before {
  transform: translate(-50%, -50%) scaleY(-1);
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
}
.p-news-pager__col--next .p-news-pager__btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 767px) {
  .p-news-pager__col--next:hover .p-news-pager__btn::after, .p-news-pager__col--next:active .p-news-pager__btn::after {
    transform: translate(calc(-50% + 4px), -50%) rotate(180deg);
  }
}
.p-news-pager__col.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (min-width: 767px) {
  .p-news-pager__col:hover .p-news-pager__btn::after, .p-news-pager__col:active .p-news-pager__btn::after {
    background-color: #ff5659;
  }
}
.p-news-pager__btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
.p-news-pager__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("../img/btn_bg.svg.png");
  mask-image: url("../img/btn_bg.svg.png");
  -webkit-mask-size: 115% 115%;
  mask-size: 115% 115%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-news-pager__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-mask-image: url("../img/btn_icon.svg");
  mask-image: url("../img/btn_icon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.3s, transform 0.3s;
}
.p-news-pager__btn-text {
  opacity: 0;
}
.p-news-pager__btn.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .p-news-pager__inner {
    max-width: calc(100% - 40px);
    width: 100%;
    transform: translateX(0);
    min-height: 48px;
    grid-template-columns: 41.1% 29.45% 29.45%;
  }
  .p-news-pager__link {
    font-size: 1rem;
  }
  .p-news-pager__btn::after {
    width: 20px;
    height: 20px;
  }
  .p-news-pager__btn-text {
    opacity: 0;
  }
}

/* ------------------  news  ------------------ */
.p-top_chara-change {
  position: relative;
  z-index: 10;
}
.p-top_chara-change__inner {
  position: relative;
}
.p-top_chara-change__inner[data-select="1"] .p-top_chara-change__item--01 {
  opacity: 1;
  transition: opacity 0.3s;
}
.p-top_chara-change__inner[data-select="1"] .p-top_chara-change__item--02 {
  transition: opacity 0.3s;
  opacity: 0;
}
.p-top_chara-change__inner[data-select="2"] .p-top_chara-change__item--01 {
  transition: opacity 0.3s;
  opacity: 0;
}
.p-top_chara-change__inner[data-select="2"] .p-top_chara-change__item--02 {
  transition: opacity 0.3s;
  opacity: 1;
}
.p-top_chara-change__controll {
  position: absolute;
  top: 40px;
  left: 50%;
  max-width: 60%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  pointer-events: all;
  z-index: 10;
}
.p-top_chara-change__controll-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top_chara-change__controll-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/char/icon_change.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s;
}
.p-top_chara-change__controll-text {
  font-family: "eurostile-extended", "Noto Sans JP", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  padding-left: 26px;
}
@media only screen and (min-width: 767px) {
  .p-top_chara-change__controll:hover .p-top_chara-change__controll-icon::before, .p-top_chara-change__controll:active .p-top_chara-change__controll-icon::before {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
  }
  .p-top_chara-change__controll:hover .p-top_chara-change__controll-text, .p-top_chara-change__controll:active .p-top_chara-change__controll-text {
    animation: charaBgFlash 0.2s 0s 1 alternate forwards;
  }
}
.p-top_chara-change__item {
  position: relative;
  opacity: 0;
}
.p-top_chara-change__item.is-active {
  opacity: 1;
}
.p-top_chara-change__item--02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-top_chara-change__controll {
    width: 84px;
    top: 10px;
    left: 29px;
    transform: translateX(0);
    pointer-events: all;
    padding-left: 20px;
  }
  .p-top_chara-change__controll-text {
    font-size: 1.37rem;
    padding-left: 0;
  }
  .p-top_chara-change__inner {
    margin-left: -16px;
    margin-right: -16px;
    pointer-events: none;
  }
}

/* ==================  JS MODULE // .m-**  ================== */
/* ------------------  modal ------------------ */
.m-ggo-modal__close-btn {
  position: fixed !important;
  width: 100px !important;
  height: 100px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 21;
  transition: 0s 0.5s;
  box-sizing: border-box;
  outline: none;
}
.m-ggo-modal__close-btn::before, .m-ggo-modal__close-btn::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 40% !important;
  height: 8px !important;
  background-color: #ffffff !important;
  transform-origin: center !important;
  transform: translateY(-50%) !important;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.m-ggo-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.m-ggo-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
@media only screen and (min-width: 767px) {
  .m-ggo-modal__close-btn:hover::before, .m-ggo-modal__close-btn:active::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.1) !important;
  }
  .m-ggo-modal__close-btn:hover::after, .m-ggo-modal__close-btn:active::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.1) !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-ggo-modal__close-btn {
    width: 47px !important;
    height: 47px !important;
    top: 0 !important;
    right: 0 !important;
    border-bottom: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
  }
  .m-ggo-modal__close-btn::before, .m-ggo-modal__close-btn::after {
    height: 3px !important;
  }
}

.m-ggo-modal__content {
  max-width: 100vw !important;
  width: 100% !important;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m-ggo-modal__content::before, .m-ggo-modal__content::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #4d4d4d;
}
.m-ggo-modal__content::before {
  left: 100px;
}
.m-ggo-modal__content::after {
  right: 100px;
}
.m-ggo-modal__content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}
.m-ggo-modal__content > div::before, .m-ggo-modal__content > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #4d4d4d;
}
.m-ggo-modal__content > div::before {
  top: 100px;
}
.m-ggo-modal__content > div::after {
  bottom: 100px;
}
.m-ggo-modal__content > div > div {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .m-ggo-modal__content {
    padding: 19px !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .m-ggo-modal__content::before {
    left: 19px;
  }
  .m-ggo-modal__content::after {
    right: 19px;
    top: 47px;
  }
  .m-ggo-modal__content > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .m-ggo-modal__content > div::before {
    top: 30px;
    width: calc(100% - 47px);
  }
  .m-ggo-modal__content > div::after {
    bottom: 30px;
  }
  .m-ggo-modal__content.is-type_movie {
    justify-content: center;
  }
  .m-ggo-modal__content.is-type_movie > div {
    min-height: 0;
    justify-content: center;
  }
}

.m-ggo-modal-media {
  display: flex;
  justify-content: center;
}
.m-ggo-modal-media__inner {
  max-width: 100%;
  width: 100%;
}
.m-ggo-modal-media__inner > iframe {
  border: 0;
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
}

.m-ggo-modal__bg {
  position: relative;
  background-color: transparent !important;
}
.m-ggo-modal__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(16, 16, 16, 0.9);
}
@media only screen and (max-width: 767px) {
  .m-ggo-modal__bg::after {
    display: none;
  }
}

.m-ggo-modal {
  opacity: 1 !important;
}
.m-ggo-modal .m-ggo-modal__content {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.m-ggo-modal .m-ggo-modal__bg {
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.m-ggo-modal .m-ggo-modal__close-btn {
  opacity: 0;
  transform: scale(0) rotate(-15deg);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.m-ggo-modal.is-open .m-ggo-modal__bg::before {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.m-ggo-modal.is-open .m-ggo-modal__bg::after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.m-ggo-modal.is-open .m-ggo-modal__content {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.m-ggo-modal.is-open .m-ggo-modal__close-btn {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}

.m-modal.m-ggo-modal .p-top_message__deco-bottom {
  opacity: 0;
  transform: translateX(4vw);
}
.m-modal.m-ggo-modal .p-top_message__deco-top {
  opacity: 0;
  transform: translateX(-10px);
}
.m-modal.m-ggo-modal .p-top_message__head {
  opacity: 0;
  transform: translateX(-10px);
}
.m-modal.m-ggo-modal .p-top_message__body {
  opacity: 0;
  transform: translateX(-10px);
}
.m-modal.m-ggo-modal .m-ggo-modal__content::before {
  transform-origin: top;
  transform: scaleY(0);
}
.m-modal.m-ggo-modal .m-ggo-modal__content::after {
  transform-origin: bottom;
  transform: scaleY(0);
}
.m-modal.m-ggo-modal .m-ggo-modal__content div::before {
  transform-origin: left;
  transform: scaleX(0);
}
.m-modal.m-ggo-modal .m-ggo-modal__content div::after {
  transform-origin: right;
  transform: scaleX(0);
}
.m-modal.m-ggo-modal.is-open .p-top_message__deco-bottom {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.m-modal.m-ggo-modal.is-open .p-top_message__deco-top {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.m-modal.m-ggo-modal.is-open .p-top_message__head {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.m-modal.m-ggo-modal.is-open .p-top_message__body {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}
.m-modal.m-ggo-modal.is-open .m-ggo-modal__content::before {
  transform: scaleY(1);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.m-modal.m-ggo-modal.is-open .m-ggo-modal__content::after {
  transform: scaleY(1);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.m-modal.m-ggo-modal.is-open .m-ggo-modal__content div::before {
  transform: scaleY(1);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}
.m-modal.m-ggo-modal.is-open .m-ggo-modal__content div::after {
  transform: scaleY(1);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}

/* ==================  UTILITY // .is-**  ================== */
/* ------------------  screen lock  ------------------ */
html.is-fixed {
  overflow: hidden;
}

/* ------------------  display  ------------------ */
.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-tab {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-tab {
    display: none !important;
  }
}