@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #05629F;
  --color-sky: #9CF8E1;
  --color-teal: #4EDFC0;
  --color-orange: #ffb64d;
  --color-red: #e71010;
  --color-line: #dddee4;
  --color-line-menu: #343434;
  --color-filter: rgba(0, 0, 0, 0.85);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__loader {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/120% auto;
  -webkit-mask: url("../img/tail-spin.svg") no-repeat center/contain;
  mask: url("../img/tail-spin.svg") no-repeat center/contain;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 1s var(--ease_inout);
}
@media (prefers-reduced-motion: reduce) {
  .l-wrap__loader {
    display: none;
  }
}
.is-load-end .l-wrap__loader {
  display: none;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

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

.l-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .l-header {
    position: absolute;
  }
}
.l-header__brand {
  display: block;
  position: relative;
  transform-origin: left bottom;
  transform: translate(3.2rem, 7rem);
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    transform: translate(2rem, 7.5rem);
  }
}
.l-header__brand-img {
  width: 60rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__brand-img {
    width: 23rem;
  }
}
.l-header__brand-img img {
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .l-header__brand-img img {
    transform: translateY(3rem);
  }
}
.is-load .l-header__brand-img img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}

.l-nav {
  width: 28rem;
  display: none;
  position: fixed;
  top: 3rem;
  right: 3rem;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 3rem;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 22.5rem;
    top: 1.2rem;
    right: 1.2rem;
    border-radius: 2rem;
  }
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.l-nav__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 5.9rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 4.5rem 0 0;
  }
}
.l-nav__content {
  display: block;
  position: relative;
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    padding: 1.4rem 0 0;
  }
}
.l-nav__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line-menu);
}
.l-nav__list {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    width: calc(100% - 6rem);
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 0.9rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.8rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-white);
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 1.6rem;
  }
}
.l-nav__link-text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  background: currentColor;
  right: 0;
  transition: width 0.8s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover .l-nav__link-text::before {
    width: 100%;
    left: 0;
  }
}
.l-nav__link:focus-visible .l-nav__link-text::before {
  width: 100%;
  left: 0;
}
.l-nav__sns {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 1.5rem;
  }
}
.l-nav__sns::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line-menu);
}

.l-nav_sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-nav_sns__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
.l-nav_sns__list-item + .l-nav_sns__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-line-menu);
}
.l-nav_sns__link {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  transition: background-color 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link:hover {
    background-color: var(--color-white);
  }
}
.l-nav_sns__link:focus-visible {
  background-color: var(--color-white);
}
.l-nav_sns__link-img {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
  transition: filter 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link-img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link:hover .l-nav_sns__link-img {
    filter: invert(0);
  }
}
.l-nav_sns__link:focus-visible .l-nav_sns__link-img {
  filter: invert(0);
}
.l-nav_sns__link-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-menu {
  width: 12.2rem;
  height: 5.8rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 15;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
  transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 9.5rem;
    height: 4.5rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.l-menu:focus-visible {
  color: var(--color-black);
  background-color: var(--color-white);
}
.l-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
  border-radius: 20rem;
}
.l-menu__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    gap: 0.6rem;
  }
}
.l-menu__status {
  display: block;
  position: relative;
}
.l-menu__status-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-menu__status-text {
    font-size: 1.3rem;
  }
}
.l-menu__status-text.--open {
  opacity: 1;
}
.is-menu-open .l-menu__status-text.--open {
  opacity: 0;
}
.l-menu__status-text.--close {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-menu-open .l-menu__status-text.--close {
  opacity: 1;
}
.l-menu__deco {
  width: 1.6rem;
  height: 1.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-menu__deco {
    width: 1.2rem;
    height: 0.8rem;
    top: 0.1rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.6s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.6s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.6s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-footer {
  display: block;
  position: relative;
  padding: 7rem 0 0;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.5rem 0 0;
  }
}
.l-footer__container {
  width: 94.2857142857%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 88%;
  }
}
.l-footer__pagetop {
  width: 15rem;
  display: block;
  position: absolute;
  top: -1rem;
  right: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 9.4rem;
    top: 0;
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 65%;
  height: 65%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg/bg_grd.jpg") no-repeat center/150% auto;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover::before {
    opacity: 0.4;
  }
}
.l-footer__pagetop:focus-visible::before {
  opacity: 0.4;
}

.l-footer__pagetop::after {
  content: "";
  width: 65%;
  height: 65%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--color-white);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover::after {
    opacity: 1;
  }
}
.l-footer__pagetop:focus-visible::after {
  opacity: 1;
}

.l-footer__pagetop-img {
  display: block;
  position: relative;
}
.l-footer__pagetop-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_pagetop_frame.webp") no-repeat center/contain;
}
.l-footer__nav {
  max-width: 40rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    max-width: 18rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 5rem;
  font-size: 1.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.l-footer__deco {
  display: block;
  position: relative;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__deco {
    margin-top: 4.5rem;
  }
}

.l-footer_nav {
  display: block;
  position: relative;
}
.l-footer_nav__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.8rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1rem;
  }
}
.l-footer_nav__link {
  display: block;
  position: relative;
  color: var(--color-white);
}
.l-footer_nav__link-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link-text {
    font-size: 1.4rem;
  }
}
.l-footer_nav__link-text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  background: currentColor;
  right: 0;
  transition: width 0.8s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link:hover .l-footer_nav__link-text::before {
    width: 100%;
    left: 0;
  }
}
.l-footer_nav__link:focus-visible .l-footer_nav__link-text::before {
  width: 100%;
  left: 0;
}

.c-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-more {
    gap: 0.7rem;
  }
}
.c-more__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .c-more__text {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
.c-more__text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  background: currentColor;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-more__text::before {
    transition: width 0.8s var(--ease_inout);
  }
  .c-more:hover .c-more__text::before {
    width: 100%;
    left: 0;
  }
}
.c-more__arrow {
  width: 2.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-more__arrow {
    width: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more:hover .c-more__arrow {
    animation: arrow 1s linear;
  }
}

.p-bg {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../img/bg/bg_grd_2.jpg") no-repeat center/cover;
  overflow: hidden;
}
.p-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  opacity: 0;
}
.is-bg-effect .p-bg::before {
  opacity: 1;
}
.p-bg__cover {
  width: 100%;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  .p-bg__cover {
    display: none;
  }
}
.is-bg-effect .p-bg__cover {
  opacity: 0.5;
}
.p-bg__cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  mix-blend-mode: color-dodge;
}
.p-bg__cover canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-area {
  display: block;
  position: relative;
}
.p-area__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-area__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/filter_movie.webp") repeat 0 0/700px auto;
}
@media screen and (max-width: 960px) {
  .p-area__bg::after {
    background-size: 350px auto;
  }
}
.p-area__bg-base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
}
.--area1 .p-area__bg-base {
  height: calc(100% - 13.5rem);
}
@media screen and (max-width: 960px) {
  .--area1 .p-area__bg-base {
    height: calc(100% - 30.5rem);
  }
}
.--area2 .p-area__bg-base {
  height: calc(100% - 55.6rem - 42.8rem);
  top: 55.6rem;
}
@media screen and (max-width: 960px) {
  .--area2 .p-area__bg-base {
    height: calc(100% - 36.5rem - 30rem);
    top: 36.5rem;
  }
}
.--area3 .p-area__bg-base {
  height: calc(100% - 60rem);
  top: 60rem;
}
@media screen and (max-width: 960px) {
  .--area3 .p-area__bg-base {
    height: calc(100% - 28rem);
    top: 28rem;
  }
}
.--area2 .p-area__bg-deco {
  width: 100%;
  height: 42.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .--area2 .p-area__bg-deco {
    height: 30rem;
  }
}
.--area2 .p-area__bg-deco::before {
  content: "";
  width: calc(100% - 80rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .--area2 .p-area__bg-deco::before {
    width: calc(100% - 28rem - 1px);
  }
}
.--area3 .p-area__bg-deco {
  width: calc(100% - 35rem);
  height: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 35rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .--area3 .p-area__bg-deco {
    width: calc(100% - 12rem);
    height: 28rem;
    left: 12rem;
  }
}
.--area2 .p-area__bg-logo {
  width: 80rem;
  display: block;
  position: absolute;
  right: 0;
  bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .--area2 .p-area__bg-logo {
    width: 27.8rem;
    bottom: 10rem;
  }
}
.--area2 .p-area__bg-logo::before {
  content: "";
  width: 100vw;
  height: 42.8rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-white);
  transform: translate(0, -100%);
}
.--area2 .p-area__bg-logo::after {
  content: "";
  width: 100vw;
  height: 42.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-white);
  transform: translate(0, 100%);
}
.p-area__content {
  display: block;
  position: relative;
}
.--area2 .p-area__content {
  padding-bottom: 42.8rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .--area2 .p-area__content {
    padding-bottom: 23.4rem;
  }
}
.--area3 .p-area__content {
  padding-bottom: 18.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .--area3 .p-area__content {
    padding-bottom: 9.4rem;
  }
}

.p-hero {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-bottom: 1rem;
  }
}
.p-hero__content {
  display: block;
  position: relative;
  padding: 30rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    padding: 16.5rem 0 0;
  }
}
.p-hero__mv {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(9rem);
}
@media screen and (max-width: 960px) {
  .p-hero__mv {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__mv {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-hero__bnr {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__bnr {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    margin-top: 2rem;
  }
}

.p-hero_bnr {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero_bnr {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    left: 0;
  }
}
.p-hero_bnr__container {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (min-width: 961px) {
  .p-hero_bnr__container {
    width: 35rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__container {
    transform: translateY(5rem);
  }
}
.is-load .p-hero_bnr__container {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-hero_bnr__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-hero_bnr__slide {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-hero_bnr__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-hero_bnr__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-hero_bnr__link {
  display: block;
  position: relative;
  font-size: 0;
}
.p-hero_bnr__link.--dummy {
  height: 18rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__link.--dummy {
    height: 14rem;
  }
}
.p-hero_bnr__link.--dummy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
}
.p-hero_bnr__link-img {
  display: block;
  position: relative;
}
.p-hero_bnr__link-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--color-blue) 0%, var(--color-sky) 100%);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_bnr__link:hover .p-hero_bnr__link-img::before {
    opacity: 0.3;
  }
}
.p-hero_bnr__link:focus-visible .p-hero_bnr__link-img::before {
  opacity: 0.3;
}
.p-hero_bnr__pagination {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination {
    margin-top: 0.8rem;
    justify-content: center;
  }
}
.p-hero_bnr__pagination-item {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: relative;
  background: #666;
  border-radius: 50%;
}
.p-hero_bnr__pagination-item.is-current {
  background: var(--color-black);
}

.p-hero_sns {
  position: fixed;
  top: 50%;
  right: 4.2rem;
  transform: translate(50%, -50%);
  z-index: 5;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .p-hero_sns {
    display: none;
  }
}
.p-hero_sns__cap {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: var(--color-white);
}
.p-hero_sns__list {
  display: block;
  position: relative;
}
.p-hero_sns__list-item {
  display: block;
  position: relative;
}
.p-hero_sns__list-item + .p-hero_sns__list-item {
  margin-top: 2rem;
}
.p-hero_sns__link {
  width: 2rem;
  height: 1.6rem;
  display: block;
  position: relative;
}
.p-hero_sns__link::after {
  content: "";
  width: 160%;
  padding-top: 160%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.001);
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  border: 1px solid var(--color-white);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_sns__link:hover::after {
    opacity: 1;
  }
}
.p-hero_sns__link:focus-visible::after {
  opacity: 1;
}

.p-hero_sns__link img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  filter: invert(1);
}

.p-news {
  display: block;
  position: relative;
  padding: 19.2rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding: 10rem 0 1rem;
  }
}
.p-news__container {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__container {
    width: 89.3333333333%;
  }
}
.p-news__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4rem;
  position: relative;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.p-news__title {
  width: 27rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-news__title {
    width: 13.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news__title {
    transform: translateY(3rem);
  }
}
.is-active .p-news__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-news__more {
  display: block;
  position: relative;
  top: 0.2rem;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-news__more {
    transform: translateY(3rem);
  }
}
.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-news__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    transform: translateY(4rem);
  }
}
.is-active .p-news__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}
.p-news__list-item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}

.p-news_article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 4rem 7rem 3.5rem 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-news_article {
    flex-wrap: wrap;
    gap: 0.5rem 1.2rem;
    padding: 2rem 4rem 2rem 0;
  }
}
.p-news_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(156, 248, 225, 0) 0%, rgba(5, 98, 159, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article:hover::before {
    opacity: 0.3;
  }
}
.p-news_article:focus-visible::before {
  opacity: 0.3;
}

.p-news_article.--dummy {
  height: 11.1rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_article.--dummy {
    height: 11.4rem;
  }
}
.p-news_article.--dummy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
}
.p-news_article__header {
  min-width: 15rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_article__header {
    min-width: 8rem;
  }
}
.p-news_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.8rem;
  position: relative;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.p-news_article__date-year {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-year {
    font-size: 1.1rem;
  }
}
.p-news_article__date-year {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  position: relative;
  margin-bottom: -0.3em;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-year {
    font-size: 1.1rem;
  }
}
.p-news_article__date-month {
  grid-column: 1/2;
  grid-row: 2/3;
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.p-news_article__date-day {
  grid-column: 2/3;
  grid-row: 1/3;
  display: block;
  position: relative;
  top: -0.2rem;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_article__date-day {
    font-size: 3rem;
  }
}
.p-news_article__category {
  min-width: 5rem;
  display: block;
  position: relative;
  top: -0.1rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-right: 8rem;
}
@media screen and (max-width: 960px) {
  .p-news_article__category {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
  }
}
.p-news_article__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-news_article__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__inner {
    width: 100%;
  }
}
.p-news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  top: -0.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  .p-news_article__title {
    transition: -webkit-text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
  }
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
    }
    .p-news_article:hover .p-news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
  .p-news_article:focus-visible .p-news_article__title {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article:hover .p-news_article__title {
      text-decoration: underline;
    }
  }
  .p-news_article:focus-visible .p-news_article__title {
    text-decoration: underline;
  }
}
.p-news_article__deco {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-news_article__deco {
    width: 1rem;
    height: 1rem;
    right: 1rem;
  }
}
.p-news_article__deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-news_article__deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}

.p-news_single {
  width: 88%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_single {
    width: 86%;
    padding: 4.2rem 0;
  }
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 1.8rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}
.p-news_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__info {
    gap: 3.5rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1rem;
  }
}
.p-news_single__category {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__category {
    font-size: 1rem;
  }
}
.p-news_single__category::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -2rem;
  border-left: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-news_single__category::before {
    left: -1.8rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 5rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 1.5rem 0 0;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-news_single__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-news_single__text a {
  text-decoration: underline;
  color: var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}

.p-live {
  display: block;
  position: relative;
  padding: 19rem 0 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-live {
    padding: 9rem 0 1rem;
  }
}
.p-live__container {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-live__container {
    width: 89.3333333333%;
  }
}
.p-live__header {
  display: block;
  position: relative;
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 961px) {
  .p-live__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live__header {
    position: static;
    margin-bottom: 4rem;
  }
}
.p-live__title {
  width: 20.5rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-live__title {
    width: 10.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live__title {
    transform: translateY(3rem);
  }
}
.is-active .p-live__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-live__more {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (min-width: 961px) {
  .p-live__more {
    top: 0.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live__more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-live__more {
    transform: translateY(3rem);
  }
}
.is-active .p-live__more {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-live__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-live__inner {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live__inner {
    transform: translateY(4rem);
  }
}
.is-active .p-live__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-live__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.5rem;
  position: absolute;
  top: -7rem;
  right: 0;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-live__nav {
    top: -4rem;
    gap: 1.8rem;
  }
}
.p-live__nav-btn {
  width: 5rem;
  display: block;
  position: relative;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-live__nav-btn {
    width: 3.8rem;
  }
}
.p-live__nav-btn.--prev {
  transform: scale(-1, 1);
}
.p-live__nav-btn.is-slide-disable {
  opacity: 0.47;
}
@media (hover: hover) and (pointer: fine) {
  .p-live__nav-btn:hover img {
    animation: arrow 1s linear;
  }
}
.p-live__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.p-live__list-item {
  width: 68rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live__list-item {
    width: 27rem;
  }
}

.p-live_article {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 1rem;
  background: var(--color-white);
  border-radius: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-live_article {
    display: grid;
    grid-template-columns: 1fr 30rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.2rem 1rem 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-live_article {
    transition: transform 0.4s var(--ease_out);
  }
  .p-live_article:hover {
    transform: translateY(-1rem);
  }
}
.p-live_article.--dummy {
  height: 39.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live_article.--dummy {
    height: 48rem;
  }
}
.p-live_article.--dummy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
}
.p-live_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(156, 248, 225, 0) 0%, rgba(5, 98, 159, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-live_article:hover::before {
    opacity: 0.3;
  }
}
.p-live_article:focus-visible::before {
  opacity: 0.3;
}

.p-live_article::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-line);
  border-radius: 0.5rem;
  pointer-events: none;
}
.p-live_article__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-live_article__header {
    position: absolute;
    top: 2.7rem;
    left: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article__header {
    gap: 3rem;
    margin-bottom: 1.2rem;
    margin-left: 1.5rem;
  }
}
.p-live_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.8rem;
  position: relative;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.p-live_article__date + .p-live_article__date::before {
  content: "…";
  display: block;
  position: absolute;
  top: 30%;
  left: -1.6rem;
  font-size: 2.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_article__date + .p-live_article__date::before {
    left: -1.5rem;
  }
}
.p-live_article__date-year {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  position: relative;
  margin-bottom: -0.3em;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-live_article__date-year {
    font-size: 1.1rem;
  }
}
.p-live_article__date-month {
  grid-column: 1/2;
  grid-row: 2/3;
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-live_article__date-month {
    font-size: 1.1rem;
  }
}
.p-live_article__date-day {
  grid-column: 2/3;
  grid-row: 1/3;
  display: block;
  position: relative;
  top: -0.2rem;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-live_article__date-day {
    font-size: 2.8rem;
  }
}
.p-live_article__visual {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-live_article__visual {
    border-radius: 0.5rem;
  }
}
.p-live_article__visual-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(1rem);
  transform: scale(1.1);
  opacity: 0.5;
}
.p-live_article__visual-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
  mix-blend-mode: overlay;
}
.p-live_article__visual-bg img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.p-live_article__visual-img {
  width: 100%;
  padding-top: 125%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-live_article__visual-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.p-live_article__inner {
  display: block;
  position: relative;
  padding: 1.5rem 2rem 6rem;
}
@media screen and (min-width: 961px) {
  .p-live_article__inner {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-live_article__inner {
    flex: 1 1 0;
    padding: 1.5rem 1rem 4.5rem;
  }
}
.p-live_article__title {
  width: calc(100% - 1.5rem);
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-live_article__title {
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  .p-live_article__title {
    transition: -webkit-text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
  }
  @media (hover: hover) and (pointer: fine) {
    .p-live_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
    }
    .p-live_article:hover .p-live_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
  .p-live_article:focus-visible .p-live_article__title {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_article:hover .p-live_article__title {
      text-decoration: underline;
    }
  }
  .p-live_article:focus-visible .p-live_article__title {
    text-decoration: underline;
  }
}
.p-live_article__detail {
  width: calc(100% - 4rem);
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-live_article__detail {
    width: calc(100% - 2rem);
    left: 1rem;
    bottom: 1.5rem;
    padding-top: 1.8rem;
  }
}
.p-live_article__detail::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}
.p-live_article__detail-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-right: 2.1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-live_article__detail-text {
    font-size: 1.2rem;
    padding-right: 1.4rem;
  }
}
.p-live_article__detail-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_article__detail-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-live_article__detail-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-live_article__detail-icon::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}

.p-live_single {
  width: 88%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-live_single {
    width: 86%;
    padding: 4.2rem 0;
  }
}
.p-live_single__header {
  display: block;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__header {
    padding-bottom: 1.8rem;
  }
}
.p-live_single__header::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}
.p-live_single__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__date {
    gap: 3rem;
    margin-bottom: 0.6rem;
  }
}
.p-live_single__date-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-live_single__date-text {
    font-size: 1.2rem;
  }
}
.p-live_single__date-text + .p-live_single__date-text::before {
  content: "…";
  display: block;
  position: absolute;
  top: 10%;
  left: -2rem;
  font-size: 2.2rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_single__date-text + .p-live_single__date-text::before {
    left: -1.5rem;
  }
}
.p-live_single__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 5rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__title {
    padding-right: 3rem;
    font-size: 1.5rem;
  }
}
.p-live_single__inner {
  display: block;
  position: relative;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-live_single__inner {
    padding: 1.5rem 0 0;
  }
}
.p-live_single__visual {
  width: 100%;
  max-width: 50%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-live_single__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-live_single__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-live_single__text img {
  height: auto !important;
  max-width: 50% !important;
  display: block;
  position: relative;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 960px) {
  .p-live_single__text img {
    max-width: 80% !important;
  }
}
.p-live_single__text a {
  text-decoration: underline;
  color: var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-live_single__text a:hover {
    text-decoration: none;
  }
}
.p-live_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-live_single__text iframe {
    aspect-ratio: 16/9;
  }
}
.p-live_single__info {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 5rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__info {
    margin-top: 3rem;
    padding-top: 2.2rem;
  }
}
.p-live_single__info::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_grd.jpg") no-repeat center/cover;
}
.p-live_single__info-item {
  display: block;
  position: relative;
}
.p-live_single__info-item + .p-live_single__info-item {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__info-item + .p-live_single__info-item {
    margin-top: 2rem;
  }
}

.p-live_info {
  display: block;
  position: relative;
}
.p-live_info__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-live_info__data {
    font-size: 1.2rem;
  }
}
.p-live_info__data a {
  text-decoration: underline;
  color: var(--color-red);
}
@media (hover: hover) and (pointer: fine) {
  .p-live_info__data a:hover {
    text-decoration: none;
  }
}
.p-live_info__data-cap {
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-live_info__data-text {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-live_info__data-text {
    text-wrap: wrap;
    max-width: 22rem;
  }
}

.p-disco {
  display: block;
  position: relative;
  padding: 27.5rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-disco {
    padding: 10.2rem 0 1rem;
  }
}
.p-disco__container {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-disco__container {
    width: 89.3333333333%;
  }
}
.p-disco__header {
  display: block;
  position: relative;
  margin-bottom: 9rem;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .p-disco__header {
    margin-bottom: 4.5rem;
  }
}
.p-disco__title {
  width: 68rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-disco__title {
    width: 30.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-disco__title {
    transform: translateY(3rem);
  }
}
.is-active .p-disco__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-disco__more {
  display: block;
  position: relative;
  top: 0.2rem;
}
.p-disco__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(9rem);
}
.is-active .p-disco__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-disco__list {
  width: 92.8571428571%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disco__list-item {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-disco_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disco_content.--dummy {
  width: 40rem;
  height: 40rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-disco_content.--dummy {
    width: 27rem;
    height: 48rem;
  }
}
.p-disco_content.--dummy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
}
.p-disco_content__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_content__container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 5rem;
  }
}
.p-disco_content__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_content__header {
    width: 40rem;
    flex-shrink: 0;
    order: 2;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_content__header {
    width: 27rem;
    margin: 0 auto 3rem;
  }
}
.p-disco_content__thumb {
  display: block;
  position: relative;
}
.p-disco_content__thumb-bg {
  width: 102%;
  height: 102%;
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  opacity: 0.5;
}
.p-disco_content__thumb-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.p-disco_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_content__inner {
    flex: 1;
    order: 1;
    padding-top: 13.8rem;
  }
}
.p-disco_content__category {
  display: block;
  position: relative;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-disco_content__category {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-disco_content__title {
  display: block;
  position: relative;
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-disco_content__title {
    font-size: 3rem;
    text-align: center;
  }
}
.p-disco_content__release {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  font-size: 1.8rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-disco_content__release {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-disco_content__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_content__footer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 3;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_content__footer {
    margin-top: 3.1rem;
  }
}
.p-disco_content__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_content__more {
    left: 10%;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_content__more {
    margin: 0 auto;
  }
}

.p-movie {
  display: block;
  position: relative;
  padding: 23.5rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding: 10.7rem 0 1rem;
  }
}
.p-movie__container {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 89.3333333333%;
    padding-bottom: 3.6rem;
  }
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 961px) {
  .p-movie__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    position: static;
    margin-bottom: 4rem;
  }
}
.p-movie__title {
  width: 29.2rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 14.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    transform: translateY(3rem);
  }
}
.is-active .p-movie__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-movie__more {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-movie__more {
    top: 0.2rem;
    opacity: 0;
    transform: translateY(6rem);
  }
  .is-active .p-movie__more {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
  }
}
@media screen and (max-width: 960px) {
  .p-movie__more {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 6rem);
  }
  .is-active .p-movie__more {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
  }
}
.p-movie__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-movie__inner {
    transform: translateY(4rem);
  }
}
.is-active .p-movie__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-movie__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.5rem;
  position: absolute;
  top: -7rem;
  right: 0;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-movie__nav {
    top: -4rem;
    gap: 1.8rem;
  }
}
.p-movie__nav-btn {
  width: 5rem;
  display: block;
  position: relative;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie__nav-btn {
    width: 3.8rem;
  }
}
.p-movie__nav-btn.--prev {
  transform: scale(-1, 1);
}
.p-movie__nav-btn.is-slide-disable {
  opacity: 0.47;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__nav-btn:hover img {
    animation: arrow 1s linear;
  }
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 92rem;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    width: 36rem;
  }
}

.p-movie_article {
  width: 100%;
  display: block;
  position: relative;
}
.p-movie_article.--dummy {
  padding-top: 56.25%;
  display: block;
  position: relative;
}
.p-movie_article.--dummy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
}
.p-movie_article__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie_article__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--color-blue) 0%, var(--color-sky) 100%);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article:hover .p-movie_article__thumb::before {
    opacity: 0.3;
  }
}
.p-movie_article:focus-visible .p-movie_article__thumb::before {
  opacity: 0.3;
}
.p-movie_article__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_movie.webp") no-repeat bottom 1.5rem right 1.5rem/12rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie_article__thumb::after {
    background-size: 8rem auto;
  }
}
.p-movie_article__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__thumb-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-movie_article:hover .p-movie_article__thumb-img {
    transform: scale(1.05);
  }
}
.p-movie_article__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-movie_article__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_article__title {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-movie_article__title {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  .p-movie_article__title {
    transition: -webkit-text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out);
    transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
  }
  @media (hover: hover) and (pointer: fine) {
    .p-movie_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
    }
    .p-movie_article:hover .p-movie_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
  .p-movie_article:focus-visible .p-movie_article__title {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-movie_article:hover .p-movie_article__title {
      text-decoration: underline;
    }
  }
  .p-movie_article:focus-visible .p-movie_article__title {
    text-decoration: underline;
  }
}

.p-profile {
  display: block;
  position: relative;
  padding: 13rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-profile {
    padding: 6rem 0 1rem;
  }
}
.p-profile__container {
  width: 85.7142857143%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-profile__container {
    width: 89.3333333333%;
  }
}
.p-profile__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 4rem;
  position: relative;
  margin-bottom: 12rem;
  mix-blend-mode: difference;
}
@media screen and (max-width: 960px) {
  .p-profile__header {
    margin-bottom: 4rem;
  }
}
.p-profile__title {
  width: 32rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(6rem);
}
@media screen and (max-width: 960px) {
  .p-profile__title {
    width: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__title {
    transform: translateY(3rem);
  }
}
.is-active .p-profile__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}
.p-profile__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(8rem);
}
@media screen and (max-width: 960px) {
  .p-profile__inner {
    transform: translateY(4rem);
  }
}
.is-active .p-profile__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s var(--ease_inout), transform 1s var(--ease_inout);
}

.p-profile_content {
  display: block;
  position: relative;
}
.p-profile_content__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-profile_content__header {
    margin-bottom: 2.5rem;
  }
}
.p-profile_content__visual {
  width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-profile_content__visual {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-profile_content__name {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-profile_content__name {
    width: 15rem;
  }
}
.p-profile_content__sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-profile_content__sns {
    margin-top: 3.4rem;
  }
}
.p-profile_content__inner {
  display: block;
  position: relative;
}
.p-profile_content__text {
  display: block;
  position: relative;
}
.p-profile_content__text .a-profileDescription {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileDescription {
    font-size: 1.2rem;
  }
}
.p-profile_content__text .a-profileMemberList {
  width: 100%;
  display: block;
  position: relative;
  margin: 9rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-profile_content__text .a-profileMemberList {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 7rem;
  }
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberList {
    margin-top: 5.4rem;
  }
}
.p-profile_content__text .a-profileMemberListItem {
  width: 26rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberListItem {
    width: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto 1rem;
  }
  .p-profile_content__text .a-profileMemberListItem:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-profile_content__text .a-profileMemberListItem:last-child {
    margin-bottom: 0;
  }
}
.p-profile_content__text .a-profileMemberListItem__thumb {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-profile_content__text .a-profileMemberListItem__thumb {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberListItem__thumb {
    width: 15.5rem;
  }
}
.p-profile_content__text .a-profileMemberListItem__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberListItem__content {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-profile_content__text .a-profileMemberListItem__name {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberListItem__name {
    font-size: 1.5rem;
  }
}
.p-profile_content__text .a-profileMemberListItem__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileMemberListItem__sns {
    margin-top: 0.8rem;
  }
}
.p-profile_content__text .a-profileSns--btn {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-profile_content__text .a-profileSns--btn {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-profile_content__text .a-profileSns--btn.a-profileSns--tw {
  background: url("../img/sns/icon_x.svg") no-repeat center/contain;
}
.p-profile_content__text .a-profileSns--btn.a-profileSns--tt {
  background: url("../img/sns/icon_tt.svg") no-repeat center/contain;
}
.p-profile_content__text .a-profileSns--btn.a-profileSns--ig {
  background: url("../img/sns/icon_insta.svg") no-repeat center/contain;
}
.p-profile_content__text .a-profileSns--btn.a-profileSns--yt {
  background: url("../img/sns/icon_youtube.svg") no-repeat center/contain;
}
.p-profile_content__text .a-profileSns--btn::after {
  content: "";
  width: 160%;
  height: 160%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.001);
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  border: 1px solid var(--color-black);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-profile_content__text .a-profileSns--btn:hover::after {
    opacity: 1;
  }
}
.p-profile_content__text .a-profileSns--btn:focus-visible::after {
  opacity: 1;
}

.p-profile_content__text .a-profileMemberListItem__text {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  display: none;
}

.p-profile_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_sns {
    gap: 1.5rem;
  }
}
.p-profile_sns__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-profile_sns__cap {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-profile_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_sns__list {
    gap: 1.5rem;
  }
}
.p-profile_sns__list-item {
  display: block;
  position: relative;
}
.p-profile_sns__link {
  width: 2rem;
  height: 1.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_sns__link {
    width: 1.8rem;
    height: 1.6rem;
  }
}
.p-profile_sns__link::after {
  content: "";
  width: 160%;
  padding-top: 160%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.001);
  background: linear-gradient(to left, rgba(5, 98, 159, 0.1) 0%, rgba(5, 98, 159, 0.1) 26%, rgba(156, 248, 225, 0.1) 50%, rgba(5, 98, 159, 0.1) 75%, rgba(5, 98, 159, 0.1) 100%) repeat-x 100% 0/400% 100%;
  border: 1px solid var(--color-black);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-profile_sns__link:hover::after {
    opacity: 1;
  }
}
.p-profile_sns__link:focus-visible::after {
  opacity: 1;
}

.p-profile_sns__link img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  background: var(--color-filter);
  opacity: 0;
  transition: all 0.6s var(--ease_out);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__content {
  width: 90%;
  max-width: 100rem;
  height: auto !important;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
[data-modal-type=template] .m-modal__content {
  width: 71.4285714286%;
  border-radius: 2rem;
  background: var(--color-white);
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s var(--ease_inout), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  [data-modal-type=template] .m-modal__content {
    width: 89.3333333333%;
  }
}
[data-modal-type=template].is-open .m-modal__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_inout) 0.2s, transform 1s var(--ease_inout);
}
[data-modal-type=img] .m-modal__content {
  width: 90%;
  max-width: 150vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=img] .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: min(153vh, 1600px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
  border-radius: 50%;
}
.m-modal__close-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__close-text::before {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: currentColor;
}
.m-modal__close-text::after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}