@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e6e6e6;
  --color-red: #eb171b;
  --color-grad: linear-gradient(to top,rgba(174,0,0,0.50196),transparent);
  --color-blue: rgba(0,217,255,0.50196);
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-jp: "IBM Plex Sans JP","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-orbitron: "Orbitron","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-chakra: "Chakra Petch","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
  color: var(--color-white);
  position: relative;
}

h2,
h3 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__content {
  width: 77.6%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__content {
    width: 90%;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  width: 60px;
  height: 60px;
  right: 45px;
  top: 45px;
  transition: transform 0.6s var(--ease-main);
}
@media (hover: hover) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  height: 100%;
}

.p-comment_modal {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 899px) {
  .p-comment_modal {
    padding: 50px 0;
  }
}

.p-comment_modal__item {
  width: 100%;
  padding: 45px 45px 48px;
  background: url(../img/glid_bg.png) repeat left top/20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item {
    padding: 25px 19px 27px;
  }
}
.p-comment_modal__item + .p-comment_modal__item {
  margin-top: 41px;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item + .p-comment_modal__item {
    margin-top: 15px;
  }
}
.p-comment_modal__item-head {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-head {
    padding-bottom: 20px;
  }
}
.p-comment_modal__item-head-line {
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-head-line {
    width: 100%;
    height: auto;
    padding-top: 3%;
  }
}
.p-comment_modal__item-head-line::before {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/line_right_pc.png) no-repeat right top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-head-line::before {
    width: 100%;
    background: url(../img/news_base_deco_sp.png) no-repeat right top/100% auto;
  }
}
@media screen and (min-width: 900px) {
  .p-comment_modal__item-head-line::after {
    content: "";
    display: block;
    width: calc(100% - 260px);
    height: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.p-comment_modal__item-head-label {
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-head-label {
    font-size: 1.4rem;
  }
}
.p-comment_modal__item-head-text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-head-text {
    gap: 16px;
    margin-top: 8px;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
  }
}
.p-comment_modal__item-detail {
  padding-top: 38px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-comment_modal__item-detail {
    padding-top: 12px;
    font-size: 1.1rem;
    line-height: 1.9;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrowLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
    opacity: 0;
  }
  50.1% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.l-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_pc.jpg) no-repeat center/cover;
  pointer-events: none;
}
.l-bg::before, .l-bg::after {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.3s;
  transition: clip-path 0.6s var(--ease-main) 0.3s;
  transition: clip-path 0.6s var(--ease-main) 0.3s, -webkit-clip-path 0.6s var(--ease-main) 0.3s;
}
.is-load .l-bg::before, .is-load .l-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%);
}
.l-bg::before {
  left: 10px;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.l-bg::after {
  right: 10px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.l-bg_particle {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .l-bg_particle {
    opacity: 0.5;
  }
}

.l-bg__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-bg__item:nth-of-type(1) {
  background: url(../img/bg_pattern_border.png) repeat left top/5px;
  animation: borderBg 0.3s linear infinite;
}
@media screen and (max-width: 899px) {
  .l-bg__item:nth-of-type(1) {
    background: url(../img/bg_pattern_border.png) repeat left top/3px;
  }
}
@keyframes borderBg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 5px;
  }
}
.l-bg__item:nth-of-type(2) {
  background: url(../img/bg_pattern_glid.png) repeat left top/84px;
}
.l-bg__main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../img/bg_deco_pattern_pc.png) repeat-y left top/100% auto;
  transition: background-position 0.8s var(--ease-main);
}
.l-bg__main-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_deco_pattern_pc.png) repeat-y left top/100% auto;
  animation: glitch 2s steps(5) forwards infinite;
  transition: background-position 0.8s var(--ease-main);
  opacity: 0;
  pointer-events: none;
}
@keyframes glitch {
  0% {
    transform: translate(0, 0);
    opacity: 0;
    filter: hue-rotate(0deg);
  }
  10% {
    transform: translate(-3px, 3px);
    opacity: 0.5;
    filter: hue-rotate(90deg);
  }
  20% {
    transform: translate(0px, -3px);
    opacity: 0.5;
    filter: hue-rotate(180deg);
  }
  30% {
    transform: translate(3px, 0);
    opacity: 0.5;
    filter: hue-rotate(360deg);
  }
  40% {
    transform: translate(-3px, -3px);
    opacity: 0.5;
    filter: hue-rotate(180deg);
  }
  50% {
    transform: translate(0, 0);
    opacity: 0;
    filter: hue-rotate(90deg);
  }
  60% {
    transform: translate(0, 0);
    opacity: 0;
    filter: hue-rotate(0deg);
  }
}
@media screen and (max-width: 899px) {
  .l-bg__main-img {
    transform: scale(1.01);
    background: url(../img/bg_deco_pattern_sp.png) repeat-y left top/100% auto;
  }
}
@media screen and (max-width: 899px) {
  .l-bg__main {
    background: url(../img/bg_deco_pattern_sp.png) repeat-y left top/100% auto;
    opacity: 0.7;
  }
}

.l-bg_frame {
  width: 100%;
  height: calc(100% - 84px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .l-bg_frame {
    height: calc(100% - 47px);
  }
}

.l-bg_frame__deco::before, .l-bg_frame__deco::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  opacity: 0;
  background: url(../img/corner_s.png) no-repeat center/contain;
  transition: top 0.4s var(--ease-main), left 0.4s var(--ease-main), right 0.4s var(--ease-main);
}
.is-load .l-bg_frame__deco::before, .is-load .l-bg_frame__deco::after {
  top: -2px;
  animation: flash 0.15s linear forwards;
}
@media screen and (max-width: 899px) {
  .l-bg_frame__deco::before, .l-bg_frame__deco::after {
    width: 5px;
    height: 5px;
  }
}
.l-bg_frame__deco::before {
  left: 7px;
}
.is-load .l-bg_frame__deco::before {
  left: 10px;
}
.l-bg_frame__deco::after {
  right: 7px;
  transform: rotate(90deg);
}
.is-load .l-bg_frame__deco::after {
  right: 10px;
}
.l-bg_frame__deco-item::before, .l-bg_frame__deco-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  bottom: 2px;
  background: url(../img/corner_s.png) no-repeat center/contain;
  transition: bottom 0.4s var(--ease-main), left 0.4s var(--ease-main), right 0.4s var(--ease-main);
}
.is-load .l-bg_frame__deco-item::before, .is-load .l-bg_frame__deco-item::after {
  bottom: 5px;
  animation: flash 0.15s linear forwards;
}
@media screen and (max-width: 899px) {
  .l-bg_frame__deco-item::before, .l-bg_frame__deco-item::after {
    width: 5px;
    height: 5px;
    bottom: 0;
  }
}
.l-bg_frame__deco-item::before {
  left: 7px;
  transform: rotate(-90deg);
}
.is-load .l-bg_frame__deco-item::before {
  left: 10px;
}
.l-bg_frame__deco-item::after {
  right: 7px;
  transform: rotate(-180deg);
}
.is-load .l-bg_frame__deco-item::after {
  right: 10px;
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-in_deco__item {
  position: absolute;
}
@media screen and (max-width: 899px) {
  .l-in_deco__item {
    opacity: 0.7;
  }
}
.l-in_deco__item:nth-of-type(1) {
  width: 273px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .l-in_deco__item:nth-of-type(1) {
    width: 40%;
  }
}
.l-in_deco__item:nth-of-type(2) {
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-16%);
}

.l-main {
  margin-bottom: 76px;
}
@media screen and (max-width: 899px) {
  .l-main {
    margin-bottom: 0;
  }
}
.l-main.--in {
  margin-bottom: 50px;
  padding: 220px 0 0;
}
@media screen and (max-width: 899px) {
  .l-main.--in {
    margin-bottom: 0;
    padding: 90px 0 0;
  }
}

.l-header {
  width: 100%;
  padding: 17px 0;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .l-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  }
  .is-load .l-header {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    padding: 8px 0;
  }
  .l-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  }
  .is-load .l-header::before {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 92.4%;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .l-header__inner {
    width: 94.5%;
  }
}
@media screen and (max-width: 1150px) and (max-width: 960px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    width: 89.6%;
    margin: 0 auto;
    position: relative;
  }
}

.l-header__logo {
  width: 167px;
  justify-self: start;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.is-load .l-header__logo {
  opacity: 1;
  transform: translateY(0);
}
.l-header__logo a {
  display: block;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .l-header__logo a:hover {
    transform: scale(0.97);
    animation: flash 0.15s linear forwards;
  }
  .l-header__logo a:hover .p-news__more-icon {
    animation: arrowRight 0.5s var(--ease-main);
  }
}
@media screen and (max-width: 1150px) {
  .l-header__logo {
    width: 140px;
  }
}
@media screen and (max-width: 1150px) and (max-width: 960px) {
  .l-header__logo {
    width: 105px;
    position: relative;
    z-index: 1;
  }
}

.l-header__menu_btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.is-load .l-header__menu_btn {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .l-header__menu_btn {
    display: none;
  }
}
.l-header__menu_btn-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.l-header__menu_btn-text {
  font-family: var(--font-orbitron);
  color: var(--color-white);
  font-size: 1rem;
  text-align: right;
  position: relative;
}
.l-header__menu_btn-text .p-in-item {
  display: block;
  transition: opacity 0.6s var(--ease-main);
}
.l-header__menu_btn-text .p-in-item.--open {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.is-menu-open .l-header__menu_btn-text .p-in-item.--open {
  opacity: 0;
}
.l-header__menu_btn-text .p-in-item.--close {
  position: relative;
  opacity: 0;
}
.is-menu-open .l-header__menu_btn-text .p-in-item.--close {
  opacity: 1;
}
.l-header__menu_btn-icon {
  width: 30px;
  height: 15px;
  position: relative;
}
.l-header__menu_btn-icon .p-in-border {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
.is-menu-open .l-header__menu_btn-icon .p-in-border {
  background-color: transparent;
}
.l-header__menu_btn-icon .p-in-border::before, .l-header__menu_btn-icon .p-in-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: var(--color-white);
  transition: transform 0.6s var(--ease-main), top 0.6s var(--ease-main);
}
.l-header__menu_btn-icon .p-in-border::before {
  top: -5px;
}
.is-menu-open .l-header__menu_btn-icon .p-in-border::before {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.l-header__menu_btn-icon .p-in-border::after {
  top: 5px;
}
.is-menu-open .l-header__menu_btn-icon .p-in-border::after {
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}

.l-header__menu {
  justify-self: center;
}
@media screen and (max-width: 960px) {
  .l-header__menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s var(--ease-main);
  }
  .is-menu-open .l-header__menu {
    pointer-events: all;
    opacity: 1;
  }
  .l-header__menu::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 9.2%;
    position: absolute;
    top: 66px;
    left: 0;
    background: url(../img/main_line_top_sp.png) no-repeat center/contain;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: -webkit-clip-path 0.6s var(--ease-main) 0.4s;
    transition: clip-path 0.6s var(--ease-main) 0.4s;
    transition: clip-path 0.6s var(--ease-main) 0.4s, -webkit-clip-path 0.6s var(--ease-main) 0.4s;
  }
  .is-menu-open .l-header__menu::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .l-header__menu::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 12.7%;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: url(../img/main_line_btm_sp.png) no-repeat center/contain;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: -webkit-clip-path 0.6s var(--ease-main) 0.4s;
    transition: clip-path 0.6s var(--ease-main) 0.4s;
    transition: clip-path 0.6s var(--ease-main) 0.4s, -webkit-clip-path 0.6s var(--ease-main) 0.4s;
  }
  .is-menu-open .l-header__menu::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-header__menu-inner {
  display: grid;
  place-items: center;
  width: 90%;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 0 auto;
}
.l-header__menu-list {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 960px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-item {
  position: relative;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .l-header__menu-item:hover {
    transform: scale(0.97);
    animation: flash 0.15s linear forwards;
  }
  .l-header__menu-item:hover .l-header__menu-item-text {
    color: var(--color-red);
  }
}
@media screen and (max-width: 960px) {
  .l-header__menu-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -33px;
    background-color: var(--color-white);
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header__menu-item {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.4s var(--ease-main), opacity 0.4s var(--ease-main);
  }
  .l-header__menu-item + .l-header__menu-item {
    margin-top: 30px;
  }
  .l-header__menu-item:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .l-header__menu-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .l-header__menu-item:nth-of-type(3) {
    transition-delay: 0.3s;
  }
  .l-header__menu-item:nth-of-type(4) {
    transition-delay: 0.4s;
  }
  .l-header__menu-item:nth-of-type(5) {
    transition-delay: 0.5s;
  }
  .l-header__menu-item:nth-of-type(6) {
    transition-delay: 0.6s;
  }
  .l-header__menu-item:nth-of-type(7) {
    transition-delay: 0.7s;
  }
  .l-header__menu-item:nth-of-type(8) {
    transition-delay: 0.8s;
  }
  .l-header__menu-item:nth-of-type(9) {
    transition-delay: 0.9s;
  }
  .l-header__menu-item:nth-of-type(10) {
    transition-delay: 1s;
  }
  .is-menu-open .l-header__menu-item {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 961px) {
  .l-header__menu-item.is-current {
    pointer-events: none;
  }
  .l-header__menu-item.is-current::before {
    opacity: 1;
  }
}
.l-header__menu-item-link {
  font-family: var(--font-chakra);
  font-size: 1.8rem;
  letter-spacing: 0.035em;
  cursor: pointer;
}
@media screen and (max-width: 1150px) {
  .l-header__menu-item-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1150px) and (max-width: 960px) {
  .l-header__menu-item-link {
    font-size: 2rem;
    text-align: center;
  }
}
.l-header__menu-item-text {
  display: block;
  color: var(--color-white);
  transition: color 0.5s var(--ease-main);
}

.l-header__sns {
  justify-self: end;
}
@media screen and (max-width: 960px) {
  .l-header__sns {
    display: none;
  }
}
.l-header__sns-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 1150px) {
  .l-header__sns-link {
    gap: 8px;
  }
}
@media (hover: hover) {
  .l-header__sns-link:hover {
    transform: scale(0.97);
    animation: flash 0.15s linear forwards;
  }
  .l-header__sns-link:hover .l-header__sns-text {
    color: var(--color-red);
  }
  .l-header__sns-link:hover .l-header__sns-icon svg {
    fill: var(--color-red);
  }
}
.l-header__sns-text {
  font-family: var(--font-chakra);
  font-size: 1.5rem;
  transition: color 0.4s var(--ease-main);
}
@media screen and (max-width: 1150px) {
  .l-header__sns-text {
    font-size: 1.3rem;
  }
}
.l-header__sns-icon {
  width: 18px;
}
@media screen and (max-width: 1150px) {
  .l-header__sns-icon {
    width: 14px;
  }
}
.l-header__sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  transition: fill 0.4s var(--ease-main);
}

.l-footer {
  padding: 104px 0;
  background: var(--color-grad);
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 108px 0 47px;
  }
}

.l-footer__logo {
  width: 255px;
}
@media screen and (min-width: 900px) {
  .l-footer__logo {
    position: absolute;
    left: 50%;
    top: 104px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__logo {
    width: 55%;
    margin: 0 auto;
  }
  .l-footer__logo img {
    width: 100%;
  }
}
.l-footer__logo-link {
  display: block;
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .l-footer__logo-link:hover {
    transform: scale(0.97);
    animation: flash 0.15s linear forwards;
  }
  .l-footer__logo-link:hover .p-news__more-icon {
    animation: arrowRight 0.5s var(--ease-main);
  }
}

.l-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 85.8%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    display: block;
  }
}

@media screen and (max-width: 899px) {
  .l-footer__official {
    margin-top: 25px;
  }
}
.l-footer__official a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-white);
  transition: transform 0.4s var(--ease-main), color 0.4s var(--ease-main);
}
@media (hover: hover) {
  .l-footer__official a:hover {
    transform: scale(0.97);
    color: var(--color-red);
    animation: flash 0.15s linear forwards;
  }
  .l-footer__official a:hover .l-footer__official-icon svg {
    fill: var(--color-red);
  }
}
@media screen and (max-width: 899px) {
  .l-footer__official a {
    gap: 10px;
    justify-content: center;
  }
}
.l-footer__official-text {
  font-family: var(--font-orbitron);
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .l-footer__official-text {
    font-size: 1.4rem;
  }
}
.l-footer__official-icon {
  width: 18px;
}
.l-footer__official-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  transition: fill 0.4s var(--ease-main);
}

.l-footer__share {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
@media screen and (max-width: 899px) {
  .l-footer__share {
    justify-content: center;
    margin-top: 44px;
  }
}
.l-footer__share-title {
  margin-right: 28px;
  font-family: var(--font-orbitron);
  font-size: 1.3rem;
}
@media screen and (max-width: 899px) {
  .l-footer__share-title {
    margin-right: 25px;
    font-size: 1.2rem;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-footer__share-item {
  width: 17px;
  transition: transform 0.4s var(--ease-main);
}
.l-footer__share-item.--facebook {
  width: 19px;
}
.l-footer__share-item.--line {
  width: 20px;
}
@media (hover: hover) {
  .l-footer__share-item:hover {
    transform: scale(0.9);
    animation: flash 0.15s linear forwards;
  }
  .l-footer__share-item:hover svg {
    fill: var(--color-red);
  }
}
.l-footer__share-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  fill-rule: evenodd;
  transition: fill 0.4s var(--ease-main);
}

.l-footer__link {
  margin-top: 92px;
}
@media screen and (max-width: 899px) {
  .l-footer__link {
    margin-top: 28px;
  }
}
.l-footer__link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 899px) {
  .l-footer__link-list {
    gap: 28px;
  }
}
.l-footer__link-item {
  font-family: var(--font-chakra);
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer__link-item {
    font-size: 1.2rem;
  }
}
.l-footer__link-item:last-of-type::before {
  display: none;
}
.l-footer__link-item::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .l-footer__link-item::before {
    width: 1px;
    height: 12px;
    right: -15px;
  }
}
.l-footer__link-item a {
  display: block;
  color: var(--color-white);
  transition: transform 0.4s var(--ease-main), color 0.4s var(--ease-main);
}
@media (hover: hover) {
  .l-footer__link-item a:hover {
    transform: scale(0.97);
    color: var(--color-red);
    animation: flash 0.15s linear forwards;
  }
}

.l-footer__caution {
  margin-top: 36px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 899px) {
  .l-footer__caution {
    margin-top: 34px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 2;
  }
}

.l-footer__copy {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 899px) {
  .l-footer__copy {
    margin-top: 4px;
    font-size: 0.9rem;
    line-height: 2;
  }
}

.l-section {
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-section {
    overflow: hidden;
  }
}

.l-contents__head {
  position: relative;
}
@media screen and (min-width: 900px) {
  .l-contents__head::before {
    content: "";
    display: block;
    width: calc((100% - 1440px) / 2 - 150px);
    padding-top: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../img/line_repeat_pc.png) repeat-x left top/contain;
  }
}
@media screen and (max-width: 899px) {
  .l-contents__head {
    width: 100%;
    padding-left: 19px;
  }
}
.l-contents__head-line {
  width: 98.6%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/cap_line_repeat_left.png) repeat-x left bottom/1px;
}
@media screen and (max-width: 899px) {
  .l-contents__head-line {
    width: 92%;
    left: 5px;
  }
}
.l-contents__head-line::before {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -2px;
  transform: translateX(100%);
  background: url(../img/cap_line_right.png) no-repeat left bottom/contain;
}
@media screen and (max-width: 899px) {
  .l-contents__head-line::before {
    width: 4px;
    height: 3px;
    bottom: -1px;
  }
}
.l-contents__head-text {
  width: calc(100% - 293px);
  min-height: 57px;
  padding-bottom: 17px;
  margin: 0 auto;
  max-width: 1440px;
  font-family: var(--font-orbitron);
  font-size: 4rem;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-contents__head-text {
    width: 100%;
    min-height: 30px;
  }
}
.l-contents__head-text::before {
  content: "";
  display: block;
  width: 150px;
  padding-top: 52px;
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(../img/cap_line.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .l-contents__head-text::before {
    width: 140px;
    padding-top: 47px;
    left: 5px;
    bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-contents__head-text {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.l-contents__head-text.--jp {
  font-family: var(--font-jp);
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .l-contents__head-text.--jp {
    font-size: 1.6rem;
  }
}

.l-frame__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 34px 23px 28px;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  background-color: var(--color-white);
  cursor: pointer;
}
@media (hover: hover) {
  .l-frame__head:hover .l-frame__head-arrow {
    transform: rotate(90deg) scale(0.85);
  }
  .l-frame__head:hover.is-open .l-frame__head-arrow {
    transform: rotate(-90deg) scale(0.85);
  }
  .l-frame__head:hover .l-frame__head-text {
    transform: translateX(10px);
  }
}
@media screen and (max-width: 899px) {
  .l-frame__head {
    padding: 24px 19px 22px 19px;
    -webkit-clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0 100%, 0% 8px);
    clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0 100%, 0% 8px);
  }
}
.l-frame__head-arrow {
  width: 12px;
  transform: rotate(90deg);
  transition: transform 0.6s var(--ease-main);
}
.is-open .l-frame__head-arrow {
  transform: rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .l-frame__head-arrow {
    width: 10px;
  }
}
.l-frame__head-text {
  color: var(--color-black);
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  transition: transform 0.4s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .l-frame__head-text {
    width: calc(100% - 22px);
    font-size: 1.3rem;
  }
}

.l-frame__detail {
  border: 1px solid var(--color-white);
  border-top: 0;
  background: url(../img/glid_bg.png) repeat left top/16px;
}

.c-title {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  .c-title::before {
    content: "";
    display: block;
    width: calc((100% - 1440px) / 2 - 192.96px);
    padding-top: 115px;
    position: absolute;
    bottom: 0;
    background: url(../img/title_line_pc_repeat.png) repeat-x left bottom/contain;
    opacity: 0;
    transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
  }
  .p-scroll.is-active .c-title::before {
    opacity: 1;
  }
  .is-load .--in .c-title::before {
    opacity: 1;
  }
  .c-title.--left::before {
    left: 0;
    transform: translate(-10px, 70%);
  }
  .p-scroll.is-active .c-title.--left::before {
    transform: translateY(70%);
  }
  .is-load .--in .c-title.--left::before {
    transform: translateY(70%);
  }
  .c-title.--right::before {
    right: 0;
    transform: translate(10px, 70%);
  }
  .p-scroll.is-active .c-title.--right::before {
    transform: translateY(70%);
  }
  .is-load .--in .c-title.--right::before {
    transform: translateY(70%);
  }
}

.c-title__bg {
  position: absolute;
  top: 50%;
  overflow: hidden;
}
.--right .c-title__bg {
  right: 0;
}
.--right .c-title__bg img {
  transform: translateX(10px);
}
.p-scroll.is-active .--right .c-title__bg img {
  transform: translateX(0);
}
.is-load .--in .--right .c-title__bg img {
  transform: translateX(0);
}
.--left .c-title__bg {
  left: 0;
}
.--left .c-title__bg img {
  transform: translateX(-10px);
}
.p-scroll.is-active .--left .c-title__bg img {
  transform: translateX(0);
}
.is-load .--in .--left .c-title__bg img {
  transform: translateX(0);
}
.c-title__bg img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .c-title__bg img {
  opacity: 1;
  animation: flash 0.15s linear forwards 0.2s;
}
.is-load .--in .c-title__bg img {
  opacity: 1;
  animation: flash 0.15s linear forwards 0.2s;
}

.c-title__text {
  display: block;
  width: 78.8%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
.c-title__text img {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .c-title__text img {
  opacity: 1;
  transform: translateY(0);
}
.is-load .--in .c-title__text img {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .c-title__text {
    width: 100%;
  }
}
.c-title__text::before {
  content: "";
  display: block;
  width: 58.7%;
  padding-top: 8%;
  position: absolute;
  bottom: 0;
  background: url(../img/title_line_pc.png) no-repeat left bottom/contain;
  opacity: 0;
  transform: translate(-10px, 60%);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .c-title__text::before {
  opacity: 1;
  transform: translateY(60%);
}
.is-load .--in .c-title__text::before {
  opacity: 1;
  transform: translateY(60%);
}
@media screen and (max-width: 899px) {
  .c-title__text::before {
    width: 75.1%;
    padding-top: 11.7%;
    background: url(../img/title_line_sp.png) no-repeat left bottom/contain;
  }
}
.--left .c-title__text::before {
  left: -13.4%;
}
@media screen and (max-width: 899px) {
  .--left .c-title__text::before {
    left: 0;
  }
}
.--left .c-title__text img {
  margin-right: auto;
}
@media screen and (max-width: 899px) {
  .--left .c-title__text img {
    margin-left: 5%;
  }
}
.--right .c-title__text::before {
  right: -13.4%;
  transform: translate(10px, 60%) rotateY(180deg);
}
.p-scroll.is-active .--right .c-title__text::before {
  opacity: 1;
  transform: translateY(60%) rotateY(180deg);
}
@media screen and (max-width: 899px) {
  .--right .c-title__text::before {
    right: 0;
  }
}
.--right .c-title__text img {
  margin-left: auto;
}
@media screen and (max-width: 899px) {
  .--right .c-title__text img {
    margin-right: 5%;
  }
}

.c-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.c-nav:nth-of-type(1) {
  transition-delay: 0.3s;
}
.c-nav:nth-of-type(2) {
  transition-delay: 0.4s;
}
.c-nav:nth-of-type(3) {
  transition-delay: 0.5s;
}
.c-nav:nth-of-type(4) {
  transition-delay: 0.6s;
}
.c-nav:nth-of-type(5) {
  transition-delay: 0.7s;
}
.c-nav:nth-of-type(6) {
  transition-delay: 0.8s;
}
.c-nav:nth-of-type(7) {
  transition-delay: 0.9s;
}
.c-nav:nth-of-type(8) {
  transition-delay: 1s;
}
.c-nav:nth-of-type(9) {
  transition-delay: 1.1s;
}
.c-nav:nth-of-type(10) {
  transition-delay: 1.2s;
}
.is-load .c-nav {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .c-nav {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 0;
  }
}

.c-nav__arrow {
  width: 12px;
}
.c-nav__arrow.is-disable {
  opacity: 0;
  pointer-events: none;
}
.c-nav__arrow.is-disable a {
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .c-nav__arrow {
    width: 9px;
  }
}
.c-nav__arrow a {
  display: block;
  transition: transform 0.4s var(--ease-main), color 0.4s var(--ease-main);
}
@media (hover: hover) {
  .c-nav__arrow a:hover {
    transform: scale(0.9);
    animation: flash 0.15s linear forwards;
  }
}
.c-nav__arrow.--prev {
  transform: rotate(180deg);
}
.c-nav__pagination {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 899px) {
  .c-nav__pagination {
    gap: 34px;
  }
}
.c-nav__pagination-item {
  font-family: var(--font-orbitron);
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .c-nav__pagination-item {
    font-size: 1.6rem;
  }
}
.c-nav__pagination-item a {
  display: block;
  color: var(--color-white);
  transition: transform 0.4s var(--ease-main), color 0.4s var(--ease-main);
}
@media (hover: hover) {
  .c-nav__pagination-item a:hover {
    transform: scale(0.9);
    animation: flash 0.15s linear forwards;
  }
}
.c-nav__pagination-item.is-current a {
  color: var(--color-red);
  pointer-events: none;
}