@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black-text);
  --color-bg: var(--color-white);
  --color-main: var(--color-violet);
  --color-black-text: #555555;
  --color-black: #000;
  --color-white: #fff;
  --color-violet: #7e2a82;
  --color-violet2: #b083bc;
  --color-gradient-0: linear-gradient(to right, #87cff1 0%, #f8e0da 50%, #f3a9bb 100%);
  --color-gradient-1: linear-gradient(to right, #7d2982 0%, #7171cd 100%);
  --color-gradient-2: linear-gradient(to right, #b277b5 0%, #7d2982 100%);
  --color-gradient-3: linear-gradient(to right, #f1edfc 0%, #d3c9ec 100%);
  --color-gradient-4: linear-gradient(to right, #f7f7f7 0%, #e6e6e6 100%);
  --color-gradient-5: linear-gradient(to right, #f9f0f9 0%, #e2cfe3 100%);
  --color-v2-violet: #3e3579;
  --color-v2-violet2: #7975b0;
}
:root[data-ver="2"] {
  --color-text: var(--color-white);
  --color-gradient-3: linear-gradient(to bottom, #47519e 0%, #3e3579 100%);
  --color-gradient-1: linear-gradient(to left, #47519e 0%, #3e3579 100%);
}

/*
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: min(2.6666666667vw,14.4px);
  overflow-x: hidden;
  overflow-y: auto;
}

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;
}
[data-ver="2"] body {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

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

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

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

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

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

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

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

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

ol, ul {
  list-style: none;
}

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

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: var(--color-gradient-4);
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg.jpg") no-repeat center/cover;
}
[data-ver="2"] .l-wrap::before {
  background: url("../img/v2/bg.jpg") no-repeat center/cover;
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/logo_nogizaka_builddivide.png") no-repeat center/min(50%, 220px) auto;
  z-index: 5;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-wrap__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s linear 1s;
}
.is-visual-change .l-wrap__cover {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0s linear;
}
.l-wrap__cover::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: var(--color-v2-violet);
  transition: height 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.5s, background 0s linear 0.8s;
}
[data-ver="2"] .l-wrap__cover::before {
  background: var(--color-violet2);
}
.is-visual-change .l-wrap__cover::before {
  opacity: 0;
  height: 100%;
  transition: height 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.45s, background 0s linear 0.8s;
}
.l-wrap__cover::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--color-v2-violet);
  transition: height 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.45s, background 0s linear 0.8s;
}
[data-ver="2"] .l-wrap__cover::after {
  background: var(--color-violet2);
}
.is-visual-change .l-wrap__cover::after {
  opacity: 1;
  height: 100%;
  transition: height 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0s linear 0.3s, background 0s linear 0.8s;
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    display: none;
  }
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-wrap__bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
[data-ver="2"] .l-wrap__bg canvas {
  opacity: 0.5;
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_tri.png") no-repeat center/cover;
}
[data-ver="2"] .l-wrap__bg::after {
  opacity: 0;
}
.l-wrap__marquee {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: -1;
}
.l-wrap__marquee::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-0);
  opacity: 0.5;
}
[data-ver="2"] .l-wrap__marquee::before {
  opacity: 0.75;
  background: var(--color-v2-violet);
}
.l-wrap__marquee.--marquee1 {
  bottom: 13%;
  left: 0;
  transform-origin: left top;
  transform: rotate(13.5deg);
}
.l-wrap__marquee.--marquee2 {
  top: 11%;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-3.5deg);
}
.l-wrap__marquee-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/txt_line.png") repeat-x 0 50%/1300px auto;
}
.is-ready .l-wrap__marquee-text {
  animation: bg_marquee 60s linear infinite;
}
@keyframes bg_marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -1300px 50%;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__container {
    overflow: hidden;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.l-header {
  width: calc(100% - 270px - 540px);
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-header {
    display: none;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 600px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__logo {
  width: 54%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-header__logo-sub {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto 13%;
}
.l-header__share {
  display: block;
  position: relative;
  margin-top: 12%;
}

.l-header_share {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-header_share__cap {
  display: block;
  position: relative;
  font-size: 1.1rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-right: 2rem;
  color: var(--color-violet);
}
[data-ver="2"] .l-header_share__cap {
  color: var(--color-white);
}
.l-header_share__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-header_share__list-item {
  display: block;
  position: relative;
}
.l-header_share__list-item + .l-header_share__list-item {
  margin-left: 1.5rem;
}
.l-header_share__link {
  width: 1.4rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_share__link {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header_share__link:hover {
    opacity: 0.5;
  }
}

.l-menu {
  width: 6rem;
  height: 3.5rem;
  display: block;
  position: fixed;
  right: 1rem;
  top: 1rem;
  background: var(--color-violet2);
  z-index: 15;
  border-radius: 20rem;
}
[data-ver="2"] .l-menu {
  background: var(--color-v2-violet2);
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu::after {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-menu__bar {
  width: 2rem;
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-menu__bar-line {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: relative;
  background: var(--color-white);
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), top 0.5s cubic-bezier(0.65, 0, 0.35, 1), transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-menu-open .l-menu__bar-line:nth-child(1) {
  transform: translateY(0.6rem) rotate(-25deg);
}
.is-menu-open .l-menu__bar-line:nth-child(2) {
  opacity: 0;
}
.is-menu-open .l-menu__bar-line:nth-child(3) {
  transform: translateY(-0.6rem) rotate(25deg);
}

@media screen and (min-width: 961px) {
  .l-nav {
    width: 270px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    overscroll-behavior: none;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 961px) {
  .l-nav__bg {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../img/bg.jpg") no-repeat right top/cover;
    overflow: hidden;
  }
  [data-ver="2"] .l-nav__bg {
    background: url("../img/v2/bg.jpg") no-repeat right top/cover;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__marquee {
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    z-index: -1;
  }
  .l-nav__marquee::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-gradient-0);
    opacity: 0.5;
  }
  [data-ver="2"] .l-nav__marquee::before {
    opacity: 0.75;
    background: var(--color-v2-violet);
  }
  .l-nav__marquee.--marquee1 {
    bottom: 7.5%;
    left: 0;
    transform-origin: left top;
    transform: rotate(13.5deg);
  }
  .l-nav__marquee.--marquee2 {
    top: 6%;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(-4deg);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__marquee-text {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/txt_line.png") repeat-x 0 50%/520px auto;
  }
  .is-ready .l-nav__marquee-text {
    animation: bg_marquee 60s linear infinite;
  }
  @keyframes bg_marquee {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: -1300px 50%;
    }
  }
}
.l-nav__inner {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__inner {
    width: 90%;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  cursor: pointer;
}
.l-nav__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-ver="2"] .l-nav__link::before {
  background: var(--color-white);
}
.is-current .l-nav__link::before {
  opacity: 0.3;
}
[data-ver="2"] .is-current .l-nav__link::before {
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  .l-nav__link::before {
    content: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::before {
    opacity: 0.3;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  padding: 7px 10px 5px 25px;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    padding: 0;
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: center;
  }
}

.l-content {
  width: 100%;
  max-width: 540px;
  display: block;
  position: relative;
  background: var(--color-white);
  margin: 0 auto;
  box-shadow: 0 0 3rem 0 rgba(126, 42, 130, 0.2);
}
@media screen and (min-width: 961px) {
  .l-content {
    margin-left: auto;
    margin-right: 270px;
  }
}
@media screen and (max-width: 960px) {
  .l-content {
    overflow: hidden;
  }
}

.l-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_sp.jpg") repeat-y 0 50%/100% auto;
}
[data-ver="2"] .l-bg {
  background: url("../img/v2/bg_sp.jpg") repeat-y 0 50%/100% auto;
}

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

.l-footer {
  display: block;
  position: relative;
  padding: 5rem 0 4rem;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 3.4rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3.2rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 1.4rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 2.5rem;
}
.l-footer_share__link {
  width: 2.5rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_share__link:hover {
    opacity: 0.5;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: block;
  position: relative;
}
.l-footer_help__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-top: 1.6rem;
}
.l-footer_help__link {
  display: block;
  position: relative;
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 1.35rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover .l-footer_help__link-text {
    text-decoration: underline;
  }
}

.p-brand {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
}
.p-brand__link {
  width: 6rem;
  display: block;
  position: relative;
}
.p-brand__link-img {
  display: block;
  position: relative;
}

.p-headline {
  width: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-headline {
    width: calc(100% - 8.5rem);
  }
}
.p-headline__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.85rem 1.5rem;
}
.p-headline__header {
  display: block;
  position: relative;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.p-headline__header::before {
  content: "";
  width: 0.1rem;
  height: 80%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-left: 0.1rem solid var(--color-main);
  transform: translate(0, -50%);
}
.p-headline__title {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-main);
}
.p-headline__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}

.p-headline_article {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-headline_article__date {
  display: block;
  position: relative;
  top: 0.1em;
  margin-right: 1rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-main);
}
[data-ver="2"] .p-headline_article__date {
  top: 0;
}
.p-headline_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ver="2"] .p-headline_article__title {
  color: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article:hover .p-headline_article__title {
    text-decoration: underline;
  }
}

.p-hero {
  display: block;
  position: relative;
  background: var(--color-gradient-3);
}
.p-hero__visual {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero__visual-content {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
[data-ver="1"] .p-hero__visual-content[data-ver="1"], [data-ver="2"] .p-hero__visual-content[data-ver="2"] {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__kv-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1);
}
.is-load .p-hero__kv-img {
  opacity: 1;
  transform: scale3d(1.0001, 1.0001, 1.0001);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-hero__logo {
  width: 40%;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
}
[data-ver="2"] .p-hero__logo {
  width: 23%;
  top: 9.5%;
  left: 13.5%;
}
.p-hero__tieup {
  width: 55%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__scroll-cap {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
.p-hero__scroll-bar {
  width: 0.1rem;
  height: 2rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-hero__scroll-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  animation: scroll_bar 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes scroll_bar {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.p-hero__switch {
  width: 8.8rem;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__switch {
    height: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    transform: translate(-75%, 0%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__switch {
    width: 6.4rem;
    position: absolute;
    top: 6rem;
    right: 1.4rem;
  }
}

.p-hero_switch {
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (min-width: 961px) {
  .p-hero_switch {
    transform: translateY(-6rem);
  }
}
.is-load .p-hero_switch {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.7s, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s;
}
@media screen and (min-width: 961px) {
  .is-load .p-hero_switch {
    transform: translateY(-11rem);
  }
}
.p-hero_switch::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/visualchange01.png") no-repeat center/94% auto;
  z-index: 1;
}
[data-ver="1"] .p-hero_switch::after {
  background: url("../img/visualchange01.png") no-repeat center/94% auto;
}
[data-ver="2"] .p-hero_switch::after {
  background: url("../img/visualchange02.png") no-repeat center/94% auto;
}
.is-load .p-hero_switch::after {
  animation: rotate 30s linear infinite;
}
.p-hero_switch__base {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero_switch__base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-main);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_switch:hover .p-hero_switch__base::before {
    opacity: 0.3;
  }
}
.p-hero_switch__icon {
  width: 45%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-news {
  display: block;
  position: relative;
  padding: 7.6rem 0 5.8rem;
}
.p-news__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.p-news__deco {
  width: 70%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-scrollpoint] .p-news__deco {
  opacity: 0;
}
[data-scrollpoint].is-active .p-news__deco {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-news__title {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
[data-ver="2"] .p-news__title {
  color: var(--color-white);
}
.p-news__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
[data-scrollpoint] .p-news__title-main {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-news__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-news__title-sub {
  display: block;
  position: relative;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1;
}
[data-scrollpoint] .p-news__title-sub {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-news__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-news__sns {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-news__sns-link {
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-news__sns-link img {
  width: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__sns-link {
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-news__sns-link:hover {
    opacity: 0.5;
  }
}
.p-news__sns-link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/official_x_account.png") no-repeat center/contain;
}
[data-ver="2"] .p-news__sns-link::before {
  background: url("../img/v2/official_x_account.png") no-repeat center/contain;
}
.is-load .p-news__sns-link::before {
  animation: rotate 30s linear infinite;
}
.p-news__inner {
  display: block;
  position: relative;
}
[data-scrollpoint] .p-news__inner {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-news__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-main);
  pointer-events: none;
}
[data-ver="2"] .p-news__list-item::before {
  border-color: var(--color-white);
}
.p-news__link {
  width: 18rem;
  display: block;
  position: relative;
  margin: 3.4rem auto 0;
}
.p-news__btn {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__btn {
    transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-news__btn:hover {
    background-color: var(--color-main);
  }
}
.p-news__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
  border-radius: 20rem;
  opacity: 0.6;
}
[data-ver="2"] .p-news__btn::before {
  opacity: 0.9;
}
.p-news__btn-text {
  display: block;
  position: relative;
  padding: 1.3rem 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.p-news_article {
  display: block;
  position: relative;
  padding: 1.6rem 0;
}
.p-news_article__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-main);
}
[data-ver="2"] .p-news_article__date {
  color: var(--color-white);
}
.p-news_article__date::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pint.png") no-repeat center/contain;
}
[data-ver="2"] .p-news_article__date::before {
  background: url("../img/v2/pint.png") no-repeat center/contain;
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article:hover .p-news_article__title {
    text-decoration: underline;
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  padding: 2.5rem 0 1.6rem;
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-main);
  pointer-events: none;
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-main);
}
.p-news_single__date::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pint.png") no-repeat center/contain;
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 1.6rem 0;
}
.p-news_single__inner::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-main);
  pointer-events: none;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-movie {
  display: block;
  position: relative;
  padding: 8.1rem 0 6.4rem;
  background: var(--color-gradient-3);
  overflow: hidden;
}
.p-movie__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 5.54rem;
}
.p-movie__deco {
  width: 70%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-scrollpoint] .p-movie__deco {
  opacity: 0;
}
[data-scrollpoint].is-active .p-movie__deco {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-movie__title {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
[data-ver="2"] .p-movie__title {
  color: var(--color-white);
}
.p-movie__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
[data-scrollpoint] .p-movie__title-main {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-movie__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-movie__title-sub {
  display: block;
  position: relative;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1;
}
[data-scrollpoint] .p-movie__title-sub {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-movie__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-movie__inner {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
[data-scrollpoint] .p-movie__inner {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-movie__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-movie__slide {
  display: block;
  position: relative;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-movie__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  position: relative;
  margin-top: 4rem;
}
.p-movie__pagination-item {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 50%;
}
.p-movie__pagination-item.is-current {
  background: var(--color-main);
}
[data-ver="2"] .p-movie__pagination-item.is-current {
  background: rgba(255, 255, 255, 0.5);
}

.p-movie_data {
  display: block;
  position: relative;
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  padding: 0.45rem;
  background: var(--color-white);
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 54%;
  display: block;
  position: relative;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-main);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::before {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    opacity: 0.3;
  }
}
.p-movie_data__thumb-img::after {
  content: "";
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/btn_play.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[data-ver="2"] .p-movie_data__thumb-img::after {
  background: url("../img/v2/btn_play.png") no-repeat center/contain;
}
.p-movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_data__title {
  width: 90%;
  display: block;
  position: relative;
  margin: 1.4rem auto 0;
  font-size: 1.2rem;
  color: var(--color-main);
  text-align: center;
}
[data-ver="2"] .p-movie_data__title {
  color: var(--color-white);
}

.p-about {
  display: block;
  position: relative;
  padding: 9.2rem 0 7.4rem;
}
.p-about__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
.p-about__deco {
  width: 70%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-scrollpoint] .p-about__deco {
  opacity: 0;
}
[data-scrollpoint].is-active .p-about__deco {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-about__title {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
[data-ver="2"] .p-about__title {
  color: var(--color-white);
}
.p-about__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
[data-scrollpoint] .p-about__title-main {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-about__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-about__title-sub {
  display: block;
  position: relative;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1;
}
[data-scrollpoint] .p-about__title-sub {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-about__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-about__inner {
  display: block;
  position: relative;
}
[data-scrollpoint] .p-about__inner {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-about__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-about__lead {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-main);
}
.p-about__description {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-about__data {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 2.4rem;
  padding: 1.7rem 0 1.6rem;
}
.p-about__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-main);
  pointer-events: none;
}
[data-ver="2"] .p-about__data::before {
  border-color: var(--color-white);
}
.p-about__data + .p-about__data {
  margin-top: 0;
}
.p-about__data + .p-about__data::before {
  border-bottom: 0.1rem solid var(--color-main);
}
[data-ver="2"] .p-about__data + .p-about__data::before {
  border-color: var(--color-white);
}
.p-about__data-cap {
  min-width: 6rem;
  display: block;
  position: relative;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color-main);
}
[data-ver="2"] .p-about__data-cap {
  color: var(--color-white);
}
.p-about__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-about__package {
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
.p-about__package-img {
  width: 17.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-ambassador {
  display: block;
  position: relative;
  padding: 8.2rem 0 7.4rem;
  background: var(--color-gradient-3);
}
.p-ambassador__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ambassador__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.p-ambassador__deco {
  width: 70%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-scrollpoint] .p-ambassador__deco {
  opacity: 0;
}
[data-scrollpoint].is-active .p-ambassador__deco {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-ambassador__title {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
[data-ver="2"] .p-ambassador__title {
  color: var(--color-white);
}
.p-ambassador__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
[data-scrollpoint] .p-ambassador__title-main {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-ambassador__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-ambassador__title-sub {
  display: block;
  position: relative;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1;
}
[data-scrollpoint] .p-ambassador__title-sub {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-ambassador__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-ambassador__inner {
  display: block;
  position: relative;
}
[data-scrollpoint] .p-ambassador__inner {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-ambassador__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-ambassador__description {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
}
.p-ambassador__member {
  display: block;
  position: relative;
  margin-top: 4.5rem;
}

.p-ambassador_member {
  display: block;
  position: relative;
}
.p-ambassador_member__cap {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  color: var(--color-main);
}
[data-ver="2"] .p-ambassador_member__cap {
  color: var(--color-white);
}
.p-ambassador_member__cap::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pint.png") no-repeat center/contain;
}
[data-ver="2"] .p-ambassador_member__cap::before {
  background: url("../img/v2/pint_w.png") no-repeat center/contain;
}
.p-ambassador_member__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 1.6rem;
  position: relative;
}
.p-ambassador_member__list-item {
  display: block;
  position: relative;
}

.p-ambassador_data {
  display: block;
  position: relative;
}
.p-ambassador_data::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(29%, -29%);
  background: url("../img/zoom.png") no-repeat center/contain;
}
[data-ver="2"] .p-ambassador_data::after {
  background: url("../img/v2/zoom.png") no-repeat center/contain;
}
.p-ambassador_data__thumb {
  display: block;
  position: relative;
  padding: 0.45rem;
  background: var(--color-white);
}
.p-ambassador_data__thumb-img {
  display: block;
  position: relative;
}
.p-ambassador_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--color-main);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-ambassador_data__thumb-img::before {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-ambassador_data:hover .p-ambassador_data__thumb-img::before {
    opacity: 0.3;
  }
}
.p-ambassador_data__name {
  width: 90%;
  display: block;
  position: relative;
  margin: 0.6rem auto 0;
}
.p-ambassador_data__name-sub {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0;
  color: var(--color-main);
  text-align: center;
}
[data-ver="2"] .p-ambassador_data__name-sub {
  color: var(--color-white);
}
.p-ambassador_data__name-main {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: var(--color-main);
  text-align: center;
}
[data-ver="2"] .p-ambassador_data__name-main {
  color: var(--color-white);
}

.p-ambassador_info {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 5.5rem 0;
  font-size: 1.3rem;
  text-align: left;
  z-index: 0;
}
.p-ambassador_info__header {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
.p-ambassador_info__name {
  display: block;
  position: relative;
  text-align: center;
}
.p-ambassador_info__name-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  color: var(--color-white);
}
.p-ambassador_info__name-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.3rem;
  color: var(--color-white);
}
.p-ambassador_info__thumb {
  width: 21rem;
  display: block;
  position: relative;
  margin: 1.6rem auto 0;
}
.p-ambassador_info__thumb-deco {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.p-ambassador_info__thumb-deco.--deco1 {
  width: 11.2rem;
  top: -2rem;
  right: -5rem;
}
.p-ambassador_info__thumb-deco.--deco2 {
  width: 6rem;
  bottom: -0.8rem;
  left: -4.5rem;
}
.p-ambassador_info__thumb-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
.p-ambassador_info__inner {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ambassador_info__data {
  display: block;
  position: relative;
  color: var(--color-white);
}
.p-ambassador_info__data + .p-ambassador_info__data {
  margin-top: 1rem;
}
.p-ambassador_info__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-ambassador_info__data-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-ambassador_info__data-message {
  padding-top: 56.25%;
  display: block;
  position: relative;
}
.p-ambassador_info__data-message iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-outline {
  display: block;
  position: relative;
  padding: 7.6rem 0 10.5rem;
}
[data-ver="2"] .p-outline {
  color: var(--color-black);
}
.p-outline__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-outline__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.p-outline__deco {
  width: 70%;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[data-scrollpoint] .p-outline__deco {
  opacity: 0;
}
[data-scrollpoint].is-active .p-outline__deco {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-outline__title {
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
[data-ver="2"] .p-outline__title {
  color: var(--color-black);
}
.p-outline__title-main {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
[data-scrollpoint] .p-outline__title-main {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-outline__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-outline__title-sub {
  display: block;
  position: relative;
  margin-top: 0.85rem;
  font-size: 1rem;
  line-height: 1;
}
[data-scrollpoint] .p-outline__title-sub {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-outline__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-outline__inner {
  display: block;
  position: relative;
}
.p-outline__tcg {
  display: block;
  position: relative;
}
.p-outline__artist {
  display: block;
  position: relative;
  margin-top: 6rem;
}

.p-outline_tcg {
  display: block;
  position: relative;
  background: var(--color-gradient-4);
  padding: 1.7rem 0 4rem;
}
[data-scrollpoint] .p-outline_tcg {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-outline_tcg {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-outline_tcg__deco {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.p-outline_tcg__deco.--deco1 {
  width: 11.2rem;
  top: -2rem;
  right: 0.4rem;
}
.p-outline_tcg__deco.--deco2 {
  width: 6rem;
  bottom: -1.8rem;
  left: 1rem;
}
.p-outline_tcg__logo {
  width: 7rem;
  display: block;
  position: relative;
  margin: 0 auto 1.4rem;
}
.p-outline_tcg__cap {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  background: var(--color-gradient-0);
}
.p-outline_tcg__cap-text {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  text-align: center;
}
.p-outline_tcg__description {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.9;
  text-align: center;
}
.p-outline_tcg__link {
  width: 28rem;
  display: block;
  position: relative;
  margin: 1.8rem auto 0;
}
.p-outline_tcg__btn {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-outline_tcg__btn {
    transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-outline_tcg__btn:hover {
    background-color: var(--color-main);
  }
}
.p-outline_tcg__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-gradient-1);
  border-radius: 20rem;
  opacity: 0.6;
}
[data-ver="2"] .p-outline_tcg__btn::before {
  opacity: 0.9;
}
.p-outline_tcg__btn-text {
  display: block;
  position: relative;
  padding: 1.3rem 2rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: "Jost", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-outline_tcg__visual {
  width: calc(100% + 4rem);
  height: 14.5rem;
  display: block;
  position: relative;
  margin-top: 3.7rem;
  left: -2rem;
}
.p-outline_tcg__visual:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/img_card.png") repeat-x 0 50%/43.296rem auto;
}
.is-load .p-outline_tcg__visual:before {
  animation: loop_card 30s linear infinite;
}
@keyframes loop_card {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -43.296rem 50%;
  }
}

.p-outline_artist {
  display: block;
  position: relative;
  background: var(--color-gradient-5);
  padding: 1.7rem 0 4rem;
}
[data-scrollpoint] .p-outline_artist {
  opacity: 0;
  transform: translateY(1rem);
}
[data-scrollpoint].is-active .p-outline_artist {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-outline_artist__deco {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.p-outline_artist__deco.--deco1 {
  width: 11.2rem;
  top: -2rem;
  right: 0.4rem;
}
.p-outline_artist__deco.--deco2 {
  width: 6rem;
  bottom: -1.8rem;
  left: 1rem;
}
.p-outline_artist__logo {
  width: 6.3rem;
  display: block;
  position: relative;
  margin: 0 auto 1.4rem;
}
.p-outline_artist__cap {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  color: var(--color-white);
  background: linear-gradient(to right, #7d2982 0%, #7171cd 100%);
}
.p-outline_artist__cap-text {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  text-align: center;
}
.p-outline_artist__description {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.9;
}
.p-outline_artist__visual {
  width: 26rem;
  display: block;
  position: relative;
  margin: 3.2rem auto 0;
}

.p-marquee {
  height: 4rem;
  display: block;
  position: relative;
  background: var(--color-gradient-0);
}
[data-ver="2"] .p-marquee {
  background: var(--color-v2-violet);
}
.p-marquee__text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/txt_line.png") repeat-x 0 50%/88rem auto;
}
.is-ready .p-marquee__text {
  animation: marquee 60s linear infinite;
}
@keyframes marquee {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -88rem 50%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  max-width: 540px;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  overscroll-behavior-y: none;
  pointer-events: none;
  background: var(--color-violet2);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-ver="2"] .m-modal {
  background: var(--color-v2-violet);
}
@media screen and (max-width: 960px) {
  .m-modal {
    max-width: none;
  }
}
@media screen and (min-width: 961px) {
  .m-modal {
    top: 0;
    right: 270px;
  }
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.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 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}
.m-modal__content {
  width: 100%;
  max-width: var(--maxW);
  min-height: var(--svh);
  display: block;
  position: relative;
  height: auto;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 100%;
    max-width: 540px;
    position: relative;
    margin: 0 auto;
  }
}
[data-modal-type=youtube] .m-modal__content {
  max-width: min(153vh, 540px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.m-modal__content::before {
  content: "";
  width: 100%;
  height: 3.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/txt_line.png") repeat-x 0 50%/44rem auto;
}
.is-ready .m-modal__content::before {
  animation: marquee 90s linear infinite;
}
.m-modal__content::after {
  content: "";
  width: 100%;
  height: 3.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("../img/txt_line.png") repeat-x 0 50%/44rem auto;
}
.is-ready .m-modal__content::after {
  animation: marquee 90s linear infinite;
}
.m-modal__content > * {
  width: 100%;
  display: block;
  position: relative;
  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: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3.4rem;
    height: 3.4rem;
    top: 2rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 961px) {
  .m-modal__close {
    right: calc(270px + 2.5rem);
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 0.15rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close-bar {
    height: 0.1rem;
  }
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(15deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

.u-ver {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
html:not([data-ver]) .u-ver[data-ver="1"], [data-ver="1"] .u-ver[data-ver="1"], [data-ver="2"] .u-ver[data-ver="2"] {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}