@charset "UTF-8";
:root {
  --svh: 100vh;
  --headerh: 9.2rem;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-text-red: #be1a21;
  --shadow-red: #bc0000;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #ca0009;
  --color-violet: #641cb2;
  --gradient-bg: linear-gradient(to right, #0e001c 0%, #1b0018 100%);
  --gradient-line-1: linear-gradient(to right, var(--color-violet) 0%, var(--color-red) 100%);
  --gradient-line-2: linear-gradient(to right, var(--color-red) 0%, var(--color-violet) 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 960px) {
  :root {
    --headerh: 0;
  }
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.7142857143vw, 7px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 11px);
  }
}
@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);
  overflow: hidden;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", 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(--gradient-bg);
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://cache.typemoon.com/images/i19064ccb6668c5951a85939a93bf61a2mg) no-repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background-size: 200% auto;
  }
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-red);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}

@media screen and (min-width: 961px) {
  .l-header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--color-black);
    height: var(--headerh);
  }
  .l-header::before {
    content: "";
    width: 100%;
    height: 0.2rem;
    display: block;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    background: var(--gradient-line-1);
    z-index: -1;
  }
  .l-header::after {
    content: "";
    width: 100%;
    height: 0.2rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--gradient-line-2);
    z-index: -1;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index: 10;
    background-color: var(--color-black);
    overscroll-behavior-y: none;
    content-visibility: hidden;
    visibility: hidden;
    transition: opacity 0.4s var(--ease_out);
  }
  .is-menu-show .l-header {
    display: block;
    content-visibility: visible;
    visibility: visible;
  }
  .is-menu-open .l-header {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-header__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-header__container {
    width: 95%;
    min-height: var(--headerh);
  }
}
@media screen and (max-width: 960px) {
  .l-header__container {
    width: 100%;
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10rem 0;
  }
}
.l-header__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__content {
    min-height: var(--headerh);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header__content {
    width: 90%;
  }
}
.l-header__logo {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__logo {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 20rem;
    margin: 0 auto 3.8rem;
  }
}
.l-header__nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__nav {
    min-width: 0;
  }
}
.l-header__brand {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    margin-top: 5rem;
  }
}

.l-header_brand {
  display: block;
  position: relative;
}
.l-header_brand__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header_brand__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
}
.l-header_brand__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header_brand__list-item {
    margin: 0 auto;
  }
  .l-header_brand__list-item + .l-header_brand__list-item {
    margin-top: 3rem;
  }
}
.l-header_brand__link {
  width: 10.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header_brand__link {
    width: 12.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header_brand__link {
    filter: drop-shadow(0 0 0 #fff);
    transition: opacity 0.4s var(--ease_out), filter 0.4s var(--ease_out);
  }
  .l-header_brand__link:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 1.2rem #fff);
  }
}

.l-nav {
  display: block;
  position: relative;
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
  }
}
.l-nav__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    margin: 0 auto;
  }
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1.1rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.l-nav__link::before {
  content: "";
  width: 90%;
  min-width: 6rem;
  height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--shadow-red);
  filter: blur(1rem);
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-nav__link::before {
    width: 110%;
    min-width: 8rem;
  }
}
.l-nav__link::after {
  content: "";
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-color: var(--color-white);
  z-index: 0;
  box-shadow: 0 0 2rem 0.4rem var(--color-white);
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::after {
    animation: hov_bg 0.7s var(--ease_out);
  }
}
@keyframes hov_bg {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    width: calc(100% + 8rem);
    opacity: 0;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.2rem;
  }
}

.l-menu {
  width: 8rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  font-size: 0;
  color: var(--color-white);
  background-color: var(--color-black);
  outline: none !important;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu__content {
  width: 4rem;
  height: 1.7rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.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;
  transform-origin: right bottom;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--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(25deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-25deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: currentColor;
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}

.l-main {
  display: block;
  position: relative;
  padding-top: var(--headerh);
}

.l-footer {
  width: 100%;
  display: block;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
}
.l-footer__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.2rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    max-width: 34rem;
    padding: 5.5rem 0 5rem;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    display: grid;
    grid-template-columns: 1fr 40rem;
    grid-template-areas: "nav nav" "brand brand" "help official" "legal share";
  }
}
.l-footer__nav {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__nav {
    grid-area: nav;
  }
}
.l-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 5.4rem;
  padding: 4rem 0;
  gap: 10rem;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    grid-area: brand;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    padding: 3.8rem 0;
    margin-top: 5.6rem;
    gap: 3rem;
  }
}
.l-footer__brand::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://cache.typemoon.com/images/icf9204a2df610a988af2f34f57415cbfmg) no-repeat center top/100% auto, url(http://cache.typemoon.com/images/icf9204a2df610a988af2f34f57415cbfmg) no-repeat center bottom/100% auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-footer__brand::before {
    background: url(http://cache.typemoon.com/images/i35e69c303ba073db511e08a6c312e6ebmg) no-repeat center top/100% auto, url(http://cache.typemoon.com/images/i35e69c303ba073db511e08a6c312e6ebmg) no-repeat center bottom/100% auto;
  }
}
.l-footer__brand-img {
  width: 24rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__brand-img {
    width: 11.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-img {
    filter: drop-shadow(0 0 0 #fff);
    transition: opacity 0.4s var(--ease_out), filter 0.4s var(--ease_out);
  }
  .l-footer__brand-img:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 1.2rem #fff);
  }
}
.l-footer__official {
  width: 39.5rem;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    padding-top: 5.2rem;
    grid-area: official;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 28rem;
    margin: 7rem auto 0;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    padding-top: 4.5rem;
    grid-area: share;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 5.6rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__help {
    grid-area: help;
    padding-top: 8.3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 5rem;
  }
}
.l-footer__legal {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.85;
}
@media screen and (min-width: 961px) {
  .l-footer__legal {
    grid-area: legal;
    padding-top: 2.8rem;
  }
}
@media screen and (min-width: 961px){
  .l-footer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-footer__brand {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-footer__official {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .l-footer__share {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-footer__help {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__legal {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 5rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.l-footer_nav {
  display: flex;
  justify-content: center;
  position: relative;
}
.l-footer_nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list-item + .l-footer_nav__list-item {
    margin-top: 1.2rem;
  }
}
.l-footer_nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.8rem;
  padding-left: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    padding-left: 2.4rem;
    margin: 0 auto;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_nav__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      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);
    }
    .l-footer_nav__link:hover {
      -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) {
    .l-footer_nav__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_nav__link::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link::before {
    width: 1rem;
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__base {
  display: block;
  position: relative;
}
.l-footer_official__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_official__text {
    font-size: 1.3rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_official__text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      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);
    }
    .l-footer_official:hover .l-footer_official__text {
      -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) {
    .l-footer_official:hover .l-footer_official__text {
      text-decoration: underline;
    }
  }
}
.l-footer_official__text::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2.6rem;
  background: url("../img/top/arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer_official__text::before {
    width: 1rem;
    right: 1.8rem;
  }
}

.l-footer_share {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    gap: 3rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 3rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    filter: drop-shadow(0 0 0 #fff);
    transition: opacity 0.4s var(--ease_out), filter 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 1.2rem #fff);
  }
}
.l-footer_share__link::before {
  content: "";
  width: 75%;
  height: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-gold-dark);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 0.6;
  }
}
.l-footer_share__link-img {
  display: block;
  position: relative;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 4.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 3rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_help__link:hover {
    opacity: 0.6;
  }
}
.l-footer_help__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--color-black);
  opacity: 0;
}
.is-op .p-op {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.is-load .p-op {
  opacity: 0;
  transition: opacity 1.5s var(--ease_inout);
  pointer-events: none;
}
.p-op__img {
  width: 100%;
  height: 100%;
  max-height: 139.8461538462vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(http://cache.typemoon.com/images/i594f7aee2d9134505fe93864c8178964mg) no-repeat 50% 100%/100% auto;
}
.is-op .p-op__img {
  background-position: 50% 0;
  transition: background-position 1.5s var(--ease_inout) 0.9s;
}

.p-top {
  display: block;
  position: relative;
  padding-bottom: 13.8rem;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 12rem;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: grid;
    grid-template-columns: 65rem 1fr;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    margin-bottom: -13%;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
}
.p-hero__kv-img {
  display: block;
  position: relative;
}
.p-hero__kv-catch {
  width: 13.65%;
  display: block;
  position: absolute;
  top: 5.2%;
  right: 0;
}
.p-hero__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-hero__content {
  display: block;
  position: relative;
  padding: 6rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    padding: 0 0 5rem;
  }
}
.p-hero__title {
  width: 90%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    max-width: 30rem;
  }
}
.p-hero__release {
  width: 90%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__release {
    max-width: 24rem;
    margin-top: 1.8rem;
  }
}
.p-hero__dl {
  width: 90%;
  max-width: 50rem;
  display: block;
  position: relative;
  margin: 6.9rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__dl {
    margin-top: 5.2rem;
  }
}
.p-hero__footer {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 7.6rem;
}
@media screen and (min-width: 961px) {
  .p-hero__footer {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer {
    margin-top: 1.5rem;
  }
}
.p-hero__attention {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  padding: 4rem 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__attention {
    padding: 2.6rem 0.5rem;
  }
}
.p-hero__attention::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0.1;
}
.p-hero__attention-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.85;
}
@media screen and (max-width: 960px) {
  .p-hero__attention-text {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}

.p-hero_dl {
  display: block;
  position: relative;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-hero_dl {
    padding-bottom: 3.7rem;
  }
}
.p-hero_dl::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://cache.typemoon.com/images/ide19d11f4dbefdebe76d0d5df14f85a2mg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-hero_dl::before {
    background: url(http://cache.typemoon.com/images/i35e69c303ba073db511e08a6c312e6ebmg) no-repeat center bottom/100% auto;
  }
}
.p-hero_dl__cap {
  width: 100%;
  display: block;
  position: relative;
  padding: 2rem 0;
  margin: 0 auto 2.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-hero_dl__cap {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-hero_dl__cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://cache.typemoon.com/images/ide19d11f4dbefdebe76d0d5df14f85a2mg) no-repeat center top/100% auto, url(http://cache.typemoon.com/images/ide19d11f4dbefdebe76d0d5df14f85a2mg) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-hero_dl__cap::before {
    background: url(http://cache.typemoon.com/images/i35e69c303ba073db511e08a6c312e6ebmg) no-repeat center top/100% auto, url(http://cache.typemoon.com/images/i35e69c303ba073db511e08a6c312e6ebmg) no-repeat center bottom/100% auto;
  }
}
.p-hero_dl__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero_dl__list {
    gap: 3rem;
  }
}
.p-hero_dl__list-item {
  display: block;
  position: relative;
}
.p-hero_dl__link {
  min-height: 8.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero_dl__link {
    padding: 0.5rem 2.5rem 0.5rem 0;
  }
  .p-hero_dl__link::after {
    content: "";
    width: 1.2rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/top/arrow.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_dl__link {
    min-height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_dl__link {
    filter: drop-shadow(0 0 0 #fff);
    transition: opacity 0.4s var(--ease_out), filter 0.4s var(--ease_out);
  }
  .p-hero_dl__link:hover {
    opacity: 0.8;
    filter: drop-shadow(0 0 1.2rem #fff);
  }
}
.p-hero_dl__link-img {
  width: 18rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_dl__link-img {
    width: 12rem;
  }
}

.p-movie {
  display: block;
  position: relative;
  padding: 10rem 0;
  margin-top: 8.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding: 5rem 0;
    margin-top: 6.8rem;
  }
}
.p-movie__container {
  width: 90%;
  max-width: 96rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    max-width: 29.5rem;
  }
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 2rem;
  }
}
.p-movie__title {
  width: 31rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 18rem;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
}
.p-movie__slide {
  display: block;
  position: relative;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  flex-shrink: 0;
  width: 100%;
  display: block;
  position: relative;
}

.p-movie_data {
  display: block;
  position: relative;
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb {
    padding: 0.5rem;
  }
}
.p-movie_data__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 55.5%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0.2;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    opacity: 0.1;
  }
}
.p-movie_data__thumb-img::after {
  content: "";
  width: 14.8rem;
  height: 14.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(http://cache.typemoon.com/images/i8965ac6c4c077a0abda031a27c60d5b5mg) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-img::after {
    width: 8rem;
    height: 8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::after {
    transition: transform 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::after {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
.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;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img img {
    transition: transform 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img img {
    transform: scale(1.05);
  }
}
.p-movie_data__title {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie_data__title {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}

.p-about {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 10rem auto 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-about {
    margin-top: 6.8rem;
  }
}
.p-about::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.5;
  z-index: -1;
}
.p-about::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
  z-index: -1;
}
.p-about__container {
  display: block;
  position: relative;
  padding: 7rem 0;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    padding: 4rem 0 6rem;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 1.9rem;
  }
}
.p-about__title {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__title {
    width: 19rem;
  }
}
.p-about__data {
  width: 90%;
  max-width: 72rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-about__data {
    display: grid;
    grid-template-columns: 19rem 1fr;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .p-about__data {
    max-width: 29rem;
  }
}
.p-about__data + .p-about__data {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-about__data + .p-about__data {
    margin-top: 1.6rem;
  }
}
.p-about__data-cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-text-red);
}
@media screen and (max-width: 960px) {
  .p-about__data-cap {
    margin-bottom: 0.2rem;
  }
}
.p-about__data-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-spec {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 12.6rem auto 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-spec {
    margin-top: 8rem;
  }
}
.p-spec::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.5;
  z-index: -1;
}
.p-spec::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
  z-index: -1;
}
.p-spec__container {
  display: block;
  position: relative;
  padding: 8.5rem 0 11.6rem;
}
@media screen and (max-width: 960px) {
  .p-spec__container {
    padding: 5.6rem 0 2.8rem;
  }
}
.p-spec__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-spec__header {
    margin-bottom: 2.8rem;
  }
}
.p-spec__title {
  width: 21.2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-spec__title {
    width: 13rem;
  }
}
.p-spec__cap {
  width: 90%;
  max-width: 90rem;
  display: block;
  position: relative;
  padding: 1.1rem 0;
  margin: 6.6rem auto 3.4rem;
  font-size: 2rem;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-spec__cap {
    margin-top: 4.8rem;
    max-width: 29rem;
  }
}
.p-spec__cap:first-child {
  margin-top: 0;
}
.p-spec__cap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  z-index: -1;
}
.p-spec__data {
  width: 90%;
  max-width: 72rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-spec__data {
    display: grid;
    grid-template-columns: 19rem 1fr;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .p-spec__data {
    max-width: 29rem;
  }
}
.p-spec__data + .p-spec__data {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-spec__data + .p-spec__data {
    margin-top: 3rem;
  }
}
.p-spec__data-cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.78;
  color: var(--color-text-red);
}
@media screen and (max-width: 960px) {
  .p-spec__data-cap {
    margin-bottom: 0.5rem;
  }
}
.p-spec__data-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.78;
}

.p-intro {
  display: block;
  position: relative;
  padding: 10.4rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 8.6rem 0 9rem;
  }
}
.p-intro__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    max-width: 32.5rem;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 4.85rem;
  }
}
.p-intro__title {
  width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    width: 32rem;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
}
.p-intro__main {
  display: block;
  position: relative;
}
.p-intro__story {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 9.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-intro__story {
    width: 98%;
    margin-top: 9.2rem;
  }
}
.p-intro__story::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0.1;
}

.p-intro_main {
  display: block;
  position: relative;
}
.p-intro_main__logo {
  width: 30rem;
  display: block;
  position: relative;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-intro_main__logo {
    width: 19rem;
  }
}
.p-intro_main__text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro_main__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.3;
  }
}

.p-intro_story {
  display: block;
  position: relative;
  padding: 6.9rem 8rem;
}
@media screen and (min-width: 961px) {
  .p-intro_story {
    display: grid;
    grid-template-columns: 35rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-intro_story {
    padding: 4rem 1rem 5rem;
  }
}
.p-intro_story__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-intro_story__header {
    margin-bottom: 3rem;
  }
}
.p-intro_story__title {
  width: 27.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-intro_story__title {
    width: 15rem;
    margin: 0 auto;
  }
}
.p-intro_story__inner {
  display: block;
  position: relative;
  top: -0.5rem;
}
.p-intro_story__text {
  display: block;
  position: relative;
  font-size: 1.45rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-intro_story__text {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
  }
}

.p-chara {
  display: block;
  position: relative;
  padding: 10.4rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .p-chara {
    padding: 8.6rem 0 14rem;
  }
}
.p-chara__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara__container {
    max-width: 32.5rem;
  }
}
.p-chara__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 4.45rem;
  }
}
.p-chara__title {
  width: 56rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara__title {
    width: 32rem;
  }
}
.p-chara__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-chara__detail {
  display: block;
  position: relative;
}
.p-chara__nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara__nav {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__nav {
    margin-bottom: 4.5rem;
  }
}

.p-chara_detail {
  display: block;
  position: relative;
  z-index: 0;
}
.p-chara_detail::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 39rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-chara_detail::before {
    max-height: calc(100% - 13rem);
  }
}
.p-chara_detail::after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 39rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-chara_detail::after {
    max-height: calc(100% - 13rem);
  }
}
.p-chara_detail__container {
  width: 80%;
  max-width: 81rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-chara_detail__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_detail__container {
    width: 100%;
  }
}
.p-chara_detail__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_detail__header {
    width: 32.8rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_detail__header {
    width: 32.5rem;
    margin: 0 auto 2.2rem;
    left: 0.7rem;
  }
}
.p-chara_detail__visual {
  display: block;
  position: relative;
}
.p-chara_detail__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_detail__inner {
    min-height: 33rem;
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-chara_detail__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_detail__content {
    width: 81%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
.p-chara_detail__title {
  display: block;
  position: relative;
  margin-bottom: 1.9rem;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -0.4rem;
}
@media screen and (max-width: 960px) {
  .p-chara_detail__title {
    margin-bottom: 1.5rem;
    font-size: 2.9rem;
  }
}
.p-chara_detail__cv {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  padding: 0.5rem 2rem;
  background: url(http://cache.typemoon.com/images/i72f9ec5aa4bd2e9e2cb30661d73036b6mg) no-repeat left center/100% 100%;
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-chara_detail__cv {
    padding: 0.3rem 1.6rem;
    font-size: 1.6rem;
  }
}
.p-chara_detail__text {
  display: block;
  position: relative;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-chara_detail__text {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.55;
  }
}

.p-chara_nav {
  display: block;
  position: relative;
}
.p-chara_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
.p-chara_nav__list-item {
  display: block;
  position: relative;
}
.p-chara_nav__link {
  width: 10.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__link {
    width: 7rem;
  }
}
.is-current .p-chara_nav__link {
  pointer-events: none;
}
.p-chara_nav__link::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 39rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0;
  z-index: -1;
}
.is-current .p-chara_nav__link::before {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__link::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-chara_nav__link:hover::before {
    opacity: 0.2;
  }
}
.p-chara_nav__link::after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 39rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
}
.p-chara_nav__link-img {
  display: block;
  position: relative;
}

.p-minigame {
  display: block;
  position: relative;
  padding: 10.4rem 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-minigame {
    padding: 8.6rem 0 9rem;
  }
}
.p-minigame__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-minigame__container {
    max-width: 32.5rem;
  }
}
.p-minigame__header {
  display: block;
  position: relative;
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 960px) {
  .p-minigame__header {
    margin-bottom: 3.8rem;
  }
}
.p-minigame__title {
  width: 49rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-minigame__title {
    width: 23rem;
  }
}
.p-minigame__inner {
  display: block;
  position: relative;
}
.p-minigame__content {
  display: block;
  position: relative;
}
.p-minigame__content-cap {
  display: block;
  position: relative;
  padding: 1.1rem 0;
  margin: 0 auto 5.4rem;
  font-size: 2rem;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-minigame__content-cap {
    max-width: 29rem;
  }
}
.p-minigame__content-cap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  z-index: -1;
}
.p-minigame__content-text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
.p-minigame__content-note {
  display: block;
  position: relative;
  margin-top: 1.9rem;
  font-size: 1.4rem;
  text-align: center;
}
.p-minigame__movie {
  width: 100%;
  max-width: 96rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
.p-minigame__link {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (min-width: 961px) {
  .p-minigame__link {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-minigame__link {
    margin-top: 5rem;
  }
}
.p-minigame__link-item {
  width: 80rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-minigame__link-item {
    width: 28rem;
    margin: 0 auto;
  }
  .p-minigame__link-item + .p-minigame__link-item {
    margin-top: 1.5rem;
  }
}

.p-minigame_link {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-minigame_link {
    height: 7.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-minigame_link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-minigame_link:hover {
    opacity: 0.6;
  }
}
.p-minigame_link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0.2;
  z-index: -1;
}
.p-minigame_link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
  z-index: -1;
}
.p-minigame_link__text {
  display: block;
  position: static;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15rem;
  text-shadow: 0 0 1rem var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-minigame_link__text {
    font-size: 1.6rem;
  }
}
.p-minigame_link__text::after {
  content: "";
  width: 1.3rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  background: url("../img/top/arrow.svg") no-repeat center/contain;
}

.p-guide {
  display: block;
  position: relative;
  padding: 10.4rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .p-guide {
    padding: 8.6rem 0 9rem;
  }
}
.p-guide__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-guide__header {
  display: block;
  position: relative;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 960px) {
  .p-guide__header {
    margin-bottom: 4rem;
  }
}
.p-guide__title {
  width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-guide__title {
    width: 28rem;
  }
}
.p-guide__inner {
  display: block;
  position: relative;
}

.p-guide_policy {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-guide_policy__content {
  display: block;
  position: relative;
}
.p-guide_policy__lead {
  display: block;
  position: relative;
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__lead {
    margin-bottom: 3.8rem;
    font-size: 1.5rem;
    line-height: 2.35;
  }
}
.p-guide_policy__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.p-guide_policy__text h3 {
  display: block;
  position: relative;
  padding: 0.6rem 0;
  margin: 4rem auto 3.2rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text h3 {
    margin-bottom: 2.6rem;
  }
}
.p-guide_policy__text h3:first-child {
  margin-top: 0;
}
.p-guide_policy__text h3::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  z-index: -1;
}
.p-guide_policy__text-par {
  display: block;
  position: relative;
}
.p-guide_policy__text-par + .p-guide_policy__text-par {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text-par + .p-guide_policy__text-par {
    margin-top: 6.6rem;
  }
}
.p-guide_policy__text-par h4 {
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text-par h4 {
    font-size: 1.4em;
  }
}
.p-guide_policy__text-par h5 {
  display: inline-block;
  text-decoration: underline;
}
.p-guide_policy__text-par .right {
  text-align: right;
}
.p-guide_policy__text-par .lead {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text-par .lead {
    margin-bottom: 0.6rem;
  }
}
.p-guide_policy__text-par .-inlist {
  margin-top: 1em;
  position: relative;
  padding-left: 2rem;
}
.p-guide_policy__text-par .-inlist > li {
  padding-left: 0;
  text-indent: 0;
}
.p-guide_policy__text-par .-inlist > li + li {
  margin-top: 0.5em;
}
.p-guide_policy__text-par .-inlist > li span {
  position: absolute;
  left: 0;
  vertical-align: baseline;
}
.p-guide_policy__text-par .-inlist > li strong {
  vertical-align: baseline;
}
.p-guide_policy__text-par .-inlist .-inlist_in {
  position: relative;
  display: block;
  padding-left: 2.5em;
}
.p-guide_policy__text-par table {
  width: 100%;
  margin: 1em 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.p-guide_policy__text-par table td,
.p-guide_policy__text-par table th {
  padding: 1rem 2rem;
  width: 3rem;
  height: 2.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__text-par table td,
  .p-guide_policy__text-par table th {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    word-break: break-all;
  }
}
.p-guide_policy__text-par table th {
  color: var(--color-gold);
  background-color: rgba(255, 255, 255, 0.3);
}
.p-guide_policy__text-par a {
  color: var(--color-gold);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-guide_policy__text-par a:hover {
    text-decoration: none;
  }
}
.p-guide_policy__text-par .-box {
  margin: 1em 0;
  padding: 1em;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.p-guide_policy__btn {
  width: 100%;
  max-width: 30rem;
  display: block;
  position: relative;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-guide_policy__btn {
    margin-top: 3.4rem;
  }
}

.p-contact {
  display: block;
  position: relative;
  padding: 10.4rem 0 14rem;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding: 8.6rem 0 9rem;
  }
}
.p-contact__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-contact__container {
    max-width: 32.5rem;
  }
}
.p-contact__header {
  display: block;
  position: relative;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-contact__header {
    margin-bottom: 3.8rem;
  }
}
.p-contact__title {
  width: 40.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-contact__title {
    width: 23rem;
  }
}
.p-contact__inner {
  display: block;
  position: relative;
}
.p-contact__intro {
  display: block;
  position: relative;
}
.p-contact__intro-text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact__intro-text {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-contact__intro-text.--en {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-contact__intro-text.--en {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-contact__intro-text + .p-contact__intro-text {
  margin-top: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-contact__intro-text + .p-contact__intro-text {
    margin-top: 2.6rem;
  }
}
.p-contact__link {
  display: block;
  position: relative;
  margin-top: 7rem;
}
@media screen and (min-width: 961px) {
  .p-contact__link {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-contact__link {
    margin-top: 5rem;
  }
}
.p-contact__link-item {
  width: 35rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-contact__link-item {
    width: 28rem;
    margin: 0 auto;
  }
  .p-contact__link-item + .p-contact__link-item {
    margin-top: 1.5rem;
  }
}

.p-contact_link {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-contact_link {
    height: 7.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-contact_link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-contact_link:hover {
    opacity: 0.6;
  }
}
.p-contact_link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0.2;
  z-index: -1;
}
.p-contact_link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
  z-index: -1;
}
.p-contact_link__text {
  display: block;
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  line-height: 0.8;
  letter-spacing: 0.15rem;
  text-shadow: 0 0 1rem var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-contact_link__text {
    font-size: 1.6rem;
  }
}

.p-contact_policy {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-contact_policy__content {
  display: block;
  position: relative;
}
.p-contact_policy__lead {
  display: block;
  position: relative;
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__lead {
    margin-bottom: 3.8rem;
    font-size: 1.5rem;
    line-height: 2.35;
  }
}
.p-contact_policy__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.p-contact_policy__text h3 {
  display: block;
  position: relative;
  padding: 0.6rem 0;
  margin: 4rem auto 3.2rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text h3 {
    margin-bottom: 2.6rem;
  }
}
.p-contact_policy__text h3:first-child {
  margin-top: 0;
}
.p-contact_policy__text h3::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  z-index: -1;
}
.p-contact_policy__text-par {
  display: block;
  position: relative;
}
.p-contact_policy__text-par + .p-contact_policy__text-par {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text-par + .p-contact_policy__text-par {
    margin-top: 6.6rem;
  }
}
.p-contact_policy__text-par h4 {
  font-size: 1.3em;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text-par h4 {
    font-size: 1.4em;
  }
}
.p-contact_policy__text-par h5 {
  display: inline-block;
  text-decoration: underline;
}
.p-contact_policy__text-par .right {
  text-align: right;
}
.p-contact_policy__text-par .lead {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text-par .lead {
    margin-bottom: 0.6rem;
  }
}
.p-contact_policy__text-par .-inlist {
  margin-top: 1em;
  position: relative;
  padding-left: 2rem;
}
.p-contact_policy__text-par .-inlist > li {
  padding-left: 0;
  text-indent: 0;
}
.p-contact_policy__text-par .-inlist > li + li {
  margin-top: 0.5em;
}
.p-contact_policy__text-par .-inlist > li span {
  position: absolute;
  left: 0;
  vertical-align: baseline;
}
.p-contact_policy__text-par .-inlist > li strong {
  vertical-align: baseline;
}
.p-contact_policy__text-par .-inlist .-inlist_in {
  position: relative;
  display: block;
  padding-left: 2.5em;
}
.p-contact_policy__text-par table {
  width: 100%;
  margin: 1em 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.p-contact_policy__text-par table td,
.p-contact_policy__text-par table th {
  padding: 1rem 2rem;
  width: 3rem;
  height: 2.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__text-par table td,
  .p-contact_policy__text-par table th {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    word-break: break-all;
  }
}
.p-contact_policy__text-par table th {
  font-weight: 700;
}
.p-contact_policy__text-par a {
  color: var(--color-gold);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact_policy__text-par a:hover {
    text-decoration: none;
  }
}
.p-contact_policy__text-par .-box {
  margin: 1em 0;
  padding: 1em;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.p-contact_policy__btn {
  width: 100%;
  max-width: 30rem;
  display: block;
  position: relative;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-contact_policy__btn {
    margin-top: 3.4rem;
  }
}

.p-in {
  display: block;
  position: relative;
}

.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 {
  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: contain;
  background: var(--color-black);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.m-modal.is-open {
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 90%;
  display: block;
  color: var(--color-brown-red);
  background: var(--color-cream);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=youtrube] .m-modal__content {
  max-width: 150vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtrube] .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=img] .m-modal__content {
  max-width: 1000px;
}
@media screen and (max-width: 960px) {
  [data-modal-type=img] .m-modal__content {
    width: 100%;
  }
}
.is-modal-open .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 20%;
  }
}
.m-modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 5rem;
  }
}
.m-modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2);
  opacity: 0;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close::before {
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover::before {
    opacity: 0.5;
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-line-2) no-repeat center top/100% 1px, var(--gradient-line-2) no-repeat center bottom/100% 1px;
  border-left: 1px solid var(--color-red);
  border-right: 1px solid var(--color-violet);
}
.m-modal__close-in {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .m-modal__close-in {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-in {
    animation: flash 0.1s steps(1) 3;
  }
}
.m-modal__close-in::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::before {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::before {
    border-bottom-color: var(--color-white);
  }
}
.m-modal__close-in::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.1rem solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::after {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::after {
    border-bottom-color: var(--color-white);
  }
}

@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;
  }
}