@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arapey&family=Noto+Serif+JP:wght@400;500;700&display=swap");
:root {
  --winH: 100vh;
  --text: var(--color-white);
  --bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-night: #0a0811;
  --color-form-clor: rgba(255, 255, 255, 0.5);
  --color-form-bg: rgba(10, 8, 17, 0.5);
}

/*
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,10.4px);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--text);
  background: var(--bg);
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", "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(--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 {
  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: url("../img/bg_repeat.jpg") repeat center top/100% auto;
}
.l-wrap::after {
  content: "";
  height: 4rem;
  width: 4rem;
  display: block;
  position: fixed;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-white);
  pointer-events: none;
  animation: rotate 0.6s linear infinite;
  opacity: 0;
  z-index: 10;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-router-loading .l-wrap::after {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-app {
  display: block;
  position: relative;
}
.l-app::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") repeat left top/cover;
}
.l-app__container {
  width: 100%;
  max-width: 390px;
  min-height: var(--winH);
  position: relative;
  margin: 0 auto;
  background: url("../img/bg_repeat.jpg") repeat center top/100% auto;
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-v-load .l-main {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}

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

.c-text_field {
  display: block;
  position: relative;
  border-radius: 0.6rem;
  box-shadow: 0 0 1rem 0 var(--color-form-clor);
}
.c-text_field::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-form-clor);
  border-radius: 0.6rem;
}
.c-text_field__input {
  width: 100%;
  position: relative;
  padding: 2.4rem 2rem;
  font-size: 1.6rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  color: var(--color-white);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  outline: none !important;
  background: var(--color-form-bg);
  border-radius: 0.6rem;
}
.c-text_field__input::-moz-placeholder {
  font-size: 1.3rem;
  text-align: center;
}
.c-text_field__input::placeholder {
  font-size: 1.3rem;
  text-align: center;
}

.c-send_field {
  display: block;
  position: relative;
  cursor: pointer;
}
.c-send_field__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: translate(-50%, -50%);
}
.c-send_field::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow.png") no-repeat center/contain;
}
.c-send_field__input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 0;
  font-size: 0;
  z-index: 1;
}

.c-radio_player {
  display: block;
  position: relative;
}
.c-radio_player__base {
  display: block;
  position: relative;
}
.c-radio_player__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-radio_player__content > div {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-radio_player__content .ui-time-now,
.c-radio_player__content .ui-time-total,
.c-radio_player__content .ui-time-down,
.c-radio_player__content .ui-time-par,
.c-radio_player__content .ui-btn-stop,
.c-radio_player__content .ui-btn-mute,
.c-radio_player__content .ui-btn-full,
.c-radio_player__content .ui-seekbar-vol,
.c-radio_player__content .ui-btn-volon,
.c-radio_player__content .ui-btn-voloff,
.c-radio_player__content .ui-poster,
.c-radio_player__content .ui-poster_background,
.c-radio_player__content .ui-btn-pause,
.c-radio_player__content .ui-name {
  display: none;
}
.c-radio_player__content .ui-time {
  display: block;
  position: absolute;
  left: 7.8rem;
  bottom: 2.2rem;
  font-size: 1.4rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12rem;
  color: var(--color-white);
}
.c-radio_player__content .ui-btn:focus {
  outline: none !important;
}
.c-radio_player__content .ui-btn-play {
  width: 5.4rem;
  height: 5.4rem;
  border: none;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  transform: translate(0%, -50%);
  margin-right: 0.4rem;
  font-size: 0;
  background: url("../img/btn_play.png") no-repeat center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-radio_player__content .ui-btn-play {
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-radio_player__content .ui-btn-play:hover {
    opacity: 0.6;
  }
}
.c-radio_player__content .ui-btn-play.active {
  background: url("../img/btn_pause.png") no-repeat center;
  background-size: contain;
}
.c-radio_player__content .ui-btn-pause {
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  position: relative;
  margin-right: 3rem;
  font-size: 0;
  background: url("../img/btn_pause.png") no-repeat center;
  background-size: contain;
}
.c-radio_player__content .ui-btn-pause.active {
  background: url("../img/btn_pause.png") no-repeat center;
  background-size: contain;
}
.c-radio_player__content .ui-seekbar-time {
  width: 22rem;
  display: block;
  position: absolute;
  left: 7.8rem;
  top: 3rem;
}
.c-radio_player__content .ui-seekbar-time::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  opacity: 0.2;
}
.c-radio_player__content .ui-seekbar-time::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
}
.c-radio_player__content .ui-seekbar-time .ui-seekbar-time-bg {
  width: 100%;
  position: relative;
  height: 0.6rem;
}
.c-radio_player__content .ui-seekbar-time span {
  width: 0;
  background: var(--color-white);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.6rem;
}

.fade-enter-active {
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.fade-leave-active {
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.p-enter {
  height: var(--winH);
  min-height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 5rem;
}
.p-enter::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_header.jpg") no-repeat center bottom/cover;
}
.p-enter__container {
  display: block;
  position: relative;
}
.p-enter__logo {
  width: 23rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-enter__login {
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
.p-enter__official {
  width: 12rem;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-login {
  display: block;
  position: relative;
}
.p-login.is-error {
  pointer-events: none;
}
.p-login__input {
  width: 31.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-login__loader {
  height: 4rem;
  width: 4rem;
  display: block;
  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;
  opacity: 0;
}
.is-loading .p-login__loader {
  opacity: 1;
}
.p-login__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-white);
  pointer-events: none;
  animation: rotate 0.6s linear infinite;
}
.p-login__error {
  min-width: 80%;
  display: grid;
  place-items: center;
  padding: 3rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-night);
  border-radius: 0.6rem;
  box-shadow: 0 0 1rem 0 var(--color-form-clor);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-error .p-login__error {
  opacity: 1;
}
.p-login__error::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-form-clor);
  border-radius: 0.6rem;
}
.p-login__error-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
}
.p-login__send {
  width: 26rem;
  display: block;
  position: relative;
  margin: 1.3rem auto 0;
}

.p-home {
  display: block;
  position: relative;
  z-index: 0;
}
.p-home::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_header.jpg") no-repeat center bottom/cover;
}
.p-home::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/bg_footer.png") no-repeat right top/cover;
}
.p-home__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-v-show .p-home__container {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-home__header {
  display: block;
  position: relative;
  margin-top: 9.5rem;
}
.p-home__inner {
  display: block;
  position: relative;
}
.p-home__footer {
  width: 100%;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}
.p-home__copy {
  display: block;
  position: relative;
  font-size: 1.1rem;
  text-align: center;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-pagination {
  display: block;
  position: fixed;
  bottom: 0.8rem;
  right: 0.5rem;
  z-index: 5;
}
@media screen and (min-width: 390px) {
  .p-pagination {
    right: calc(50% - 195px + 0.5rem);
  }
}
@media screen and (min-width: 961px) {
  .p-pagination {
    right: auto;
    bottom: auto;
    top: 50%;
    left: calc(50% + 195px + 7.5rem);
    transform: translate(0, -50%);
  }
}
.p-pagination__list {
  display: block;
  position: relative;
}
.p-pagination__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-pagination__list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-pagination__list-item + .p-pagination__list-item {
  margin-top: 0.4rem;
}
@media screen and (min-width: 961px) {
  .p-pagination__list-item + .p-pagination__list-item {
    margin-top: 0.8rem;
  }
}
.p-pagination__star {
  width: 2rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-pagination__star {
    width: 2.8rem;
  }
}
.p-pagination__star-on {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-current .p-pagination__star-on {
  opacity: 1;
}
.p-pagination__cap {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-pagination__cap {
    display: block;
    position: relative;
    margin-left: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
    line-height: 1;
  }
}

.p-hero {
  height: var(--winH);
  min-height: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 3rem;
}
.p-hero__scroll {
  width: 10rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__scroll-bar {
  width: 1.5px;
  height: 7.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  -webkit-mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%) no-repeat 0 0/1.5px 100%;
  mask: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%) no-repeat 0 0/1.5px 100%;
}
.p-hero__scroll-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1.5px solid var(--color-white);
  animation: scroll 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes scroll {
  0% {
    height: 0;
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  50% {
    height: 100%;
    bottom: 0%;
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
  }
  100% {
    height: 100%;
    bottom: 100%;
  }
}
.p-hero__scroll-img {
  display: block;
  position: relative;
  animation: rotate 20s linear infinite;
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__logo {
  width: 23rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__login {
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
.p-hero__official {
  width: 12rem;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-content {
  min-height: min(50vh, 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-content + .p-content {
  margin-top: 7rem;
}
.p-content.-photo::before {
  content: "";
  width: 100%;
  padding-top: 150%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_aurora01.png") no-repeat left top/100% auto;
  transform: translate(0, -50%);
  pointer-events: none;
}
.p-content.-movie::before {
  content: "";
  width: 100%;
  padding-top: 150%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_aurora02.png") no-repeat left top/100% auto;
  transform: translate(0, -50%);
  pointer-events: none;
}
.p-content__container {
  min-width: 0;
  width: calc(100% - 4rem);
  position: relative;
  margin: 0 auto;
}
.p-content__cap {
  width: 2.2rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 390px) {
  .p-content__cap {
    right: calc(50% - 195px);
  }
}
@media screen and (min-width: 961px) {
  .p-content__cap {
    display: none;
  }
}
.is-observe-center .p-content__cap {
  opacity: 1;
}
.p-content__cap-text {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  left: 0;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  writing-mode: vertical-lr;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.p-content__header {
  display: block;
  position: relative;
  margin-top: 4rem;
}
.p-content__title {
  width: 62%;
  display: block;
  position: relative;
  left: -2%;
}
.p-content__inner {
  display: block;
  position: relative;
}

.p-photo {
  width: calc(100% + 4rem);
  display: block;
  position: relative;
  padding-top: 15rem;
  left: -2rem;
  overflow: hidden;
}
.p-photo__inner {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-photo__inner + .p-photo__inner {
  margin-top: 4rem;
}
.p-photo__title {
  display: block;
  position: relative;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 8px;
}
.p-photo__title-main {
  font-size: 1.5rem;
}
.p-photo__title-sub {
  font-size: 1.1rem;
  padding-top: 0.5rem;
}
.p-photo__list {
  display: flex;
  position: relative;
}
.p-photo__list-item {
  flex-shrink: 0;
  width: 100%;
  display: block;
  position: relative;
}
.p-photo__visual {
  display: block;
  position: relative;
}
.p-photo__visual-img {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-photo__visual-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-photo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.8rem;
}
.p-photo__nav {
  display: block;
  position: relative;
}
.p-photo__nav.-prev {
  margin-right: 2rem;
}
.p-photo__nav.-next {
  margin-left: 2rem;
}
.p-photo__nav-item {
  width: 2.2rem;
  display: block;
  position: relative;
}
.-prev .p-photo__nav-item {
  transform: scale(-1, 1);
}
.p-photo__pager {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 1;
}

.p-photo_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url("../img/bg_pc.jpg") repeat left top/cover;
  z-index: 10;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-photo_modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-photo_modal__container {
  width: 100%;
  max-width: 390px;
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: var(--color-brown-red);
  background: var(--color-cream);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-photo_modal__container {
    width: 100%;
  }
}
.p-photo_modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.p-photo_modal__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-photo_modal__inner + .p-photo_modal__inner {
  margin-top: 4rem;
}
.p-photo_modal__list {
  display: flex;
  align-items: center;
  position: relative;
}
.p-photo_modal__list-item {
  flex-shrink: 0;
  width: 100%;
  display: block;
  position: relative;
}
.p-photo_modal__visual {
  display: block;
  position: relative;
}
.p-photo_modal__visual-img {
  display: block;
  position: relative;
}
.p-photo_modal__nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.p-photo_modal__nav.-prev {
  left: 1rem;
}
.p-photo_modal__nav.-next {
  right: 1rem;
}
.p-photo_modal__nav-item {
  width: 2.2rem;
  display: block;
  position: relative;
}
.-prev .p-photo_modal__nav-item {
  transform: scale(-1, 1);
}
.p-photo_modal__close {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: fixed;
  top: 1.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 15;
}
@media screen and (min-width: 961px) {
  .p-photo_modal__close {
    right: calc(50% - 195px + 1.5rem);
  }
}

.p-radio {
  display: block;
  position: relative;
}
.p-radio__list {
  display: block;
  position: relative;
}
.p-radio__list-item {
  display: block;
  position: relative;
}
.p-radio__list-item + .p-radio__list-item {
  margin-top: 2rem;
}

.p-radio_data {
  display: block;
  position: relative;
}
.p-radio_data__player {
  display: block;
  position: relative;
}
.p-radio_data__title {
  width: 90%;
  position: relative;
  margin: 0.1rem auto 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.p-movie {
  display: block;
  position: relative;
}
.p-movie__list {
  display: block;
  position: relative;
}
.p-movie__list-item {
  display: block;
  position: relative;
}
.p-movie__list-item + .p-movie__list-item {
  margin-top: 2.2rem;
}

.p-movie_data {
  display: block;
  position: relative;
}
.p-movie_data__thumb {
  display: block;
  position: relative;
}
.p-movie_data__thumb-base {
  display: block;
  position: relative;
}
.p-movie_data__thumb-img {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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%;
  position: relative;
  margin: 1rem auto 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-dl {
  display: block;
  position: relative;
}
.p-dl__inner {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-dl__list {
  display: block;
  position: relative;
}
.p-dl__list-item {
  display: block;
  position: relative;
}
.p-dl__list-item + .p-dl__list-item {
  margin-top: 2rem;
}

.p-dl_data {
  display: block;
  position: relative;
}
.p-dl_data__thumb {
  display: block;
  position: relative;
}
.p-dl_data__thumb-base {
  display: block;
  position: relative;
}
.p-dl_data__thumb-img {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-dl_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-dl_data__link {
  width: 95%;
  display: block;
  position: relative;
  margin: 1rem auto 0;
}
.p-dl_data__link + .p-dl_data__link {
  margin-top: -0.4rem;
}
.p-dl_data__btn {
  display: block;
  position: relative;
}
.p-dl_data__btn::after {
  content: "";
  width: 2.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  background: url("../img/icon_dl.png") no-repeat center/contain;
}
.p-dl_data__btn-base {
  display: block;
  position: relative;
}
.p-dl_data__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.p-special {
  display: block;
  position: relative;
  padding-top: 170px;
}
.p-special__lead {
  display: block;
  position: relative;
}
.p-special__lead-main {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
.p-special__lead-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}
.p-special__link {
  width: 75%;
  display: block;
  position: relative;
  margin: 1.4rem auto;
}
.p-special__btn {
  display: block;
  position: relative;
}
.p-special__btn::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow.png") no-repeat center/contain;
}
.p-special__btn-base {
  display: block;
  position: relative;
}
.p-special__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.p-special__text {
  display: block;
  position: relative;
  margin-top: 3.5rem;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
}

.p-game {
  display: block;
  position: relative;
}
.p-game::before {
  content: "";
  width: 100%;
  max-width: 390px;
  height: 100vh;
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/game/bg.jpg") no-repeat left bottom/cover;
}
.p-game__container {
  width: calc(100% - 4rem);
  height: var(--winH);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-game__inner {
  display: block;
  position: relative;
}

.p-memory {
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
}
.p-memory.fade-leave-to {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-memory__container {
  min-width: 0;
  display: block;
  position: relative;
}
.p-memory__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
.p-memory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
}
.p-memory__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
}
.is-v-game-show .p-memory__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-v-game-show .p-memory__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-v-game-show .p-memory__list-item:nth-child(2) {
  transition-delay: 0.25s;
}
.is-v-game-show .p-memory__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-v-game-show .p-memory__list-item:nth-child(4) {
  transition-delay: 0.35s;
}
.is-v-game-show .p-memory__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-v-game-show .p-memory__list-item:nth-child(6) {
  transition-delay: 0.45s;
}
.is-v-game-show .p-memory__list-item:nth-child(7) {
  transition-delay: 0.5s;
}
.is-v-game-show .p-memory__list-item:nth-child(8) {
  transition-delay: 0.55s;
}
.is-v-game-show .p-memory__list-item:nth-child(9) {
  transition-delay: 0.6s;
}
.is-v-game-show .p-memory__list-item:nth-child(10) {
  transition-delay: 0.65s;
}
.is-v-game-show .p-memory__list-item:nth-child(11) {
  transition-delay: 0.7s;
}
.is-v-game-show .p-memory__list-item:nth-child(12) {
  transition-delay: 0.75s;
}
.is-v-game-show .p-memory__list-item:nth-child(13) {
  transition-delay: 0.8s;
}
.is-v-game-show .p-memory__list-item:nth-child(14) {
  transition-delay: 0.85s;
}
.is-v-game-show .p-memory__list-item:nth-child(15) {
  transition-delay: 0.9s;
}
.is-v-game-show .p-memory__list-item:nth-child(16) {
  transition-delay: 0.95s;
}
.is-v-game-show .p-memory__list-item:nth-child(17) {
  transition-delay: 1s;
}
.is-v-game-show .p-memory__list-item:nth-child(18) {
  transition-delay: 1.05s;
}
.is-v-game-show .p-memory__list-item:nth-child(19) {
  transition-delay: 1.1s;
}
.is-v-game-show .p-memory__list-item:nth-child(20) {
  transition-delay: 1.15s;
}
.p-memory__footer {
  display: block;
  position: relative;
  margin-top: 3.4rem;
}
.p-memory__timer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-memory__count {
  width: 10rem;
  height: 10rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.7s;
}
.is-v-count .p-memory__count {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-memory_count {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 0 0.5rem white);
}
.p-memory_count__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.p-memory_count__circle {
  width: 10rem;
  height: 10rem;
  display: block;
  position: relative;
}
.p-memory_count__circle-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.p-memory_count__circle-path {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-white);
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 277;
  stroke-dashoffset: 1385;
}
@keyframes count {
  0% {
    stroke-dashoffset: 277;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.is-v-enter .p-memory_count__circle-path {
  animation: count 1s linear 6;
}

.p-life {
  display: block;
  position: relative;
}
.p-life__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-life__list-item {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
}
.is-v-game-show .p-life__list-item {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-v-game-show .p-life__list-item:nth-child(1) {
  transition-delay: 1s;
}
.is-v-game-show .p-life__list-item:nth-child(2) {
  transition-delay: 1.075s;
}
.is-v-game-show .p-life__list-item:nth-child(3) {
  transition-delay: 1.15s;
}
.is-v-game-show .p-life__list-item:nth-child(4) {
  transition-delay: 1.225s;
}
.is-v-game-show .p-life__list-item:nth-child(5) {
  transition-delay: 1.3s;
}
.is-v-game-show .p-life__list-item:nth-child(6) {
  transition-delay: 1.375s;
}
.is-v-game-show .p-life__list-item:nth-child(7) {
  transition-delay: 1.45s;
}
.is-v-game-show .p-life__list-item:nth-child(8) {
  transition-delay: 1.525s;
}
.is-v-game-show .p-life__list-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-v-game-show .p-life__list-item:nth-child(10) {
  transition-delay: 1.675s;
}
.is-v-game-show .p-life__list-item:nth-child(11) {
  transition-delay: 1.75s;
}
.is-v-game-show .p-life__list-item:nth-child(12) {
  transition-delay: 1.825s;
}
.is-v-game-show .p-life__list-item:nth-child(13) {
  transition-delay: 1.9s;
}
.is-v-game-show .p-life__list-item:nth-child(14) {
  transition-delay: 1.975s;
}
.is-v-game-show .p-life__list-item:nth-child(15) {
  transition-delay: 2.05s;
}
.is-v-game-show .p-life__list-item:nth-child(16) {
  transition-delay: 2.125s;
}
.is-v-game-show .p-life__list-item:nth-child(17) {
  transition-delay: 2.2s;
}
.is-v-game-show .p-life__list-item:nth-child(18) {
  transition-delay: 2.275s;
}
.is-v-game-show .p-life__list-item:nth-child(19) {
  transition-delay: 2.35s;
}
.is-v-game-show .p-life__list-item:nth-child(20) {
  transition-delay: 2.425s;
}
.p-life__star {
  width: 100%;
  padding-top: 80%;
  display: block;
  position: relative;
}
.p-life__star-on {
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.is-v-diable .p-life__star-on {
  opacity: 0;
}
.p-life__star-off {
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-timer {
  width: 10rem;
  height: 10rem;
  display: block;
  position: relative;
}
.p-timer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 50%;
  opacity: 0.2;
}
.p-timer__gauge {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: drop-shadow(0 0 0.5rem white);
  transform: scale(1.13);
}
.p-timer__gauge-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.p-timer__gauge-path {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--color-white);
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 277;
  stroke-dashoffset: 277;
}
.p-timer__count {
  width: 80%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-timer__count-time {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.p-timer__count-cap {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}

.p-card {
  width: 100%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-card.is-open {
  cursor: default;
  pointer-events: none;
}
.p-card.is-success {
  cursor: default;
  pointer-events: none;
}
.p-card__base {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  opacity: 1;
}
.p-card__base-close {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  transform: rotateY(0);
  transition: transform 0.4s linear, opacity 0s linear 0.2s;
}
.p-card.is-open .p-card__base-close {
  opacity: 0;
  transform: rotateY(180deg);
}
.p-card__base-open {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: rotateY(-180deg);
  transition: transform 0.4s linear, opacity 0s linear 0.2s;
}
.is-dev .p-card__base-open {
  opacity: 0.5;
  transform: rotateY(0);
}
.p-card.is-open .p-card__base-open {
  opacity: 1;
  transform: rotateY(0);
}
.p-card.is-success .p-card__base-open {
  opacity: 1;
}

.p-failed {
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.4rem 0;
}
.p-failed.fade-leave-to {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-failed__container {
  min-width: 0;
  display: block;
  position: relative;
}
.p-failed__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.p-failed__title {
  width: 53%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-failed__link {
  width: 75%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-failed__link-item {
  display: block;
  position: relative;
}
.p-failed__link-item + .p-failed__link-item {
  margin-top: 0.4rem;
}
.p-failed__btn {
  display: block;
  position: relative;
}
.p-failed__btn-base {
  display: block;
  position: relative;
}
.p-failed__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.p-success {
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.4rem 0;
}
.p-success.fade-leave-to {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-success::after {
  content: "";
  width: 100%;
  max-width: 390px;
  height: 100%;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  background: url("../img/game/ttl_clear.png") no-repeat center/80% auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.p-success.is-v-show::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 1s, transform 5s linear;
}

.p-success__container {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
}
.p-success.is-v-show .p-success__container {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}
.p-success__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
.p-success__title {
  width: 65%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-success.is-v-show .p-success__title {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
}
.p-success__cap {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 3.2rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1rem;
}
.p-success.is-v-show .p-success__cap {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
}
.p-success__time {
  width: 95%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-success.is-v-show .p-success__time {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
}
.p-success__time-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5rem;
  font-family: "Arapey", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.3rem;
  transform: translate(-50%, -50%);
}
.p-success__special {
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
.p-success__share {
  width: 95%;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
.p-success__link {
  width: 95%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  position: relative;
  margin: 0.4rem auto 0;
}
.p-success__link-item {
  display: block;
  position: relative;
}
.p-success__btn {
  display: block;
  position: relative;
}
.p-success__btn.-share::after {
  content: "";
  width: 2.4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
  background: url("../img/game/icon_twitter.png") no-repeat center/contain;
}
.p-success__btn-base {
  display: block;
  position: relative;
}
.p-success__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}
.p-success__btn.-s .p-success__btn-text {
  font-size: 1.4rem;
}

.p-success_special {
  display: block;
  position: relative;
}
.p-success_special__thumb {
  display: block;
  position: relative;
}
.p-success_special__thumb-base {
  display: block;
  position: relative;
}
.p-success_special__thumb-img {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-success_special__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-success_special__link {
  display: block;
  position: relative;
  margin-top: -1rem;
}
.p-success_special__btn {
  display: block;
  position: relative;
}
.p-success_special__btn::after {
  content: "";
  width: 3rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
  background: url("../img/icon_dl.png") no-repeat center/contain;
}
.p-success_special__btn-base {
  display: block;
  position: relative;
}
.p-success_special__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  text-align: center;
}

.p-memory_debug {
  width: 90%;
  max-width: 370px;
  display: block;
  position: fixed;
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-memory_debug__link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  position: relative;
}
.p-memory_debug__link-item {
  display: block;
  position: relative;
}
.p-memory_debug__btn {
  display: block;
  position: relative;
}
.p-memory_debug__btn-base {
  display: block;
  position: relative;
}
.p-memory_debug__btn-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.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.is-lazy-loaded.-deco {
  transition: opacity 1.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;
}
.is-lazy-loading.-deco + .u-lazy__loader {
  display: none !important;
}
.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-navy);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal-open] {
  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;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  background: url("../img/bg_pc.jpg") repeat left top/cover;
}
.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: 100%;
  max-width: 390px;
  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: 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: 16%;
  }
}
.m-modal__close {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  position: fixed;
  top: 1.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 15;
}
@media screen and (min-width: 961px) {
  .m-modal__close {
    right: calc(50% - 195px + 1.5rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .u-hov {
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .u-hov:hover {
    opacity: 0.6;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}