@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-line: #aec8cc;
  --color-sky: #77fff9;
  --color-white-line: rgba(255, 255, 255, 0.4);
  --color-btn-shadow: rgba(16, 58, 69, 0.3);
  --color-movie-filter: rgba(0, 0, 0, 0.5);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

ol, ul {
  list-style: none;
}

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

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

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

.l-wrap {
  display: block;
  position: relative;
  z-index: 0;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_2_pc.jpg") no-repeat center top/cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background: url("../img/bg/bg_2_sp.jpg") no-repeat center top/cover;
  }
}
.l-wrap__loader {
  width: 16rem;
  height: 16rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 1.5s var(--ease_out);
}
.l-wrap__loader-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  font-family: "Oswald", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
  transform: translate(-50%, -50%);
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg_01.png") no-repeat center/contain;
  animation: rotate 3s linear infinite;
}
.l-wrap__loader::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg_02.png") no-repeat center/contain;
  animation: rotate 5s linear infinite reverse;
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.5s var(--ease_inout);
}

.l-footer {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding-bottom: 1.8rem;
  }
}
.l-footer__container {
  width: 100%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 5.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 5rem 0 3rem;
  }
}
.l-footer__inner {
  width: 100%;
  display: block;
  position: static;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer__inner {
    padding: 0 10rem;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 2.5rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}
.l-footer__pagetop {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: 2rem;
    right: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop:hover {
    animation: flash 0.1s steps(1) 3;
  }
}
.l-footer__pagetop-arrow {
  width: 7rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-arrow {
    width: 4.2rem;
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
  font-family: "Oswald", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    margin-top: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}

.l-footer_share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-family: "Oswald", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.3rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.l-footer_share__list-item {
  width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item {
    width: 4rem;
  }
}
.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 2rem;
  }
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: -1.35rem;
  border-left: 1px solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    left: -1.1rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: var(--color-white);
  font-family: "Oswald", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover {
    animation: flash 0.1s steps(1) 3;
  }
}

.c-sns {
  display: block;
  position: relative;
  z-index: 0;
}
.c-sns__bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
@media screen and (max-width: 960px) {
  .c-sns__bg {
    top: 0.3rem;
    left: 0.3rem;
  }
}
.c-sns__bg-path {
  width: 100%;
  fill: var(--color-btn-shadow);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
.c-sns__base {
  width: 100%;
  display: block;
  position: relative;
}
.c-sns__base-path {
  width: 100%;
  fill: transparent;
  stroke: var(--color-white);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  transition: fill 0.3s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .c-sns:hover .c-sns__base-path {
    fill: rgba(0, 0, 0, 0.4);
  }
}
.c-sns__img {
  width: 60%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-sns:hover .c-sns__img {
    animation: flash 0.1s steps(1) 3;
  }
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  padding: 7rem 0 5.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 2.8rem 0 3.2rem;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
.p-hero__title {
  width: 78rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 25.5rem;
  }
}
.p-hero__catch {
  width: 100%;
  display: block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    margin-top: 3.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-top: 1.5rem;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}

.p-howto {
  display: block;
  position: relative;
}
.p-howto__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  padding: 4rem 0 6.5rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-howto__container {
    padding: 2.5rem 0 3.5rem;
  }
}
.p-howto__header {
  width: 90%;
  max-width: 85.5rem;
  display: block;
  position: relative;
  margin: 0 auto 4.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-howto__header {
    width: 29rem;
    margin-bottom: 2rem;
  }
}
.p-howto__header::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-howto__header::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-howto__header::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  background: var(--color-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-howto__header::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-howto__title {
  display: block;
  position: relative;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Fanwood Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-howto__title {
    font-size: 2.4rem;
  }
}
.p-howto__inner {
  width: 90%;
  max-width: 88rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-howto__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.95;
}
@media screen and (max-width: 960px) {
  .p-howto__text {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .p-howto__text span {
    margin-bottom: 0.6em;
  }
  .p-howto__text span:last-child {
    margin-bottom: 0;
  }
}

.p-cp {
  display: block;
  position: relative;
  margin-top: 9rem;
}
@media screen and (max-width: 960px) {
  .p-cp {
    margin-top: 3.2rem;
  }
}
.p-cp__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  padding: 4rem 0 6.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-cp__container {
    padding: 2rem 0 3.5rem;
  }
}
.p-cp__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 7rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 960px) {
  .p-cp__header {
    margin-bottom: 3.5rem;
    padding-bottom: 1.1rem;
  }
}
.p-cp__header::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-cp__header::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  background: var(--color-line);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-cp__title {
  display: block;
  position: relative;
  font-size: 5.3rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: -0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp__title {
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
  }
}
.p-cp__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-cp_content {
  display: block;
  position: relative;
}
.p-cp_content + .p-cp_content {
  margin-top: 9.5rem;
}
@media screen and (max-width: 960px) {
  .p-cp_content + .p-cp_content {
    margin-top: 5rem;
  }
}
.p-cp_content__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-cp_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-cp_content__cap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.p-cp_content__cap-main {
  display: block;
  position: relative;
  font-size: 1.6rem;
  margin-right: 0.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-cp_content__cap-main {
    font-size: 1.1rem;
    margin-right: 0.6rem;
    letter-spacing: 0.05rem;
  }
}
.p-cp_content__cap-sub {
  display: block;
  position: relative;
  padding: 0.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-cp_content__cap-sub {
    padding: 0.2rem 1.2rem;
    font-size: 1.1rem;
  }
}
.p-cp_content__title {
  display: block;
  position: relative;
  font-size: 5.2rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-cp_content__title {
    margin-top: 0.8rem;
    font-size: 2.8rem;
  }
}
.p-cp_content__link {
  width: 24rem;
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-cp_content__link {
    width: 18.5rem;
    margin-top: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cp_content__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-cp_content__link:hover {
    opacity: 0.6;
  }
}
.p-cp_content__link-base {
  display: block;
  position: relative;
}
.p-cp_content__link-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 42%;
  left: 50%;
  font-size: 1.4rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-cp_content__link-text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.p-cp_content__inner {
  display: block;
  position: relative;
}
.p-cp_content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-cp_content__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cp_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-cp_content__share {
  display: block;
  position: relative;
}
.p-cp_content__share-img {
  display: block;
  position: relative;
}
.p-cp_content__share-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-cp_content__share-img::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-cp_content__share:hover .p-cp_content__share-img::before {
    opacity: 1;
  }
}
.p-cp_content__share-text {
  width: 70%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-family: "Oswald", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-cp_content__share-text {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-cp_content__share:hover .p-cp_content__share-text {
    opacity: 1;
  }
}
.p-cp_content__share-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg_01.png") no-repeat center/contain;
  animation: rotate 3s linear infinite;
}
.p-cp_content__share-text::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_bg_02.png") no-repeat center/contain;
  animation: rotate 5s linear infinite reverse;
}

.p-thanks {
  display: none;
  position: relative;
  margin-top: 7.4rem;
  background: url("../img/bg/bg_1_pc.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 960px) {
  .p-thanks {
    margin-top: 2.6rem;
  }
}
.p-thanks.is-show {
  display: block;
  animation: show 1.2s var(--ease_inout);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-thanks__container {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  padding: 7rem 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-thanks__container {
    padding: 3.5rem 0 5rem;
  }
}
.p-thanks__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__header {
    margin-bottom: 3rem;
  }
}
.p-thanks__title {
  display: block;
  position: relative;
  font-size: 3.8rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: -0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__title {
    font-size: 1.9rem;
  }
}
.p-thanks__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-thanks_content {
  display: none;
  position: relative;
}
.p-thanks_content__inner {
  display: block;
  position: relative;
}
.p-thanks_content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 3rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-thanks_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}
.p-thanks_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-thanks_data {
  display: block;
  position: relative;
}
.p-thanks_data__img {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.p-thanks_data__link {
  width: 84%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-thanks_data__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-thanks_data__link:hover {
    opacity: 0.6;
  }
}
.p-thanks_data__link-base {
  display: block;
  position: relative;
}
.p-thanks_data__link-text {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  font-size: 1.4rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-thanks_data__link-text {
    font-size: 1rem;
  }
}

.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: 1rem;
  width: 1rem;
  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: 1px solid var(--color-white);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

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