@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -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%;
  word-wrap: break-word;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #777;
  --color-orange: #ea5442;
  --color-theme-red: #e62139;
  --color-theme-blue: #0074d6;
  --color-theme-green: #0eb16e;
  --color-theme-white: #8a9fb2;
  --gradient-red: linear-gradient(to right, #6d61a9, #ea5442);
  --gradient-title: linear-gradient(to right, #6d61a9, #b9658f, #db5f70, #ea5442);
  --font-jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Unbounded", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-inout-expo: cubic-bezier(0.87, 0, 0.13, 1);
}

@keyframes rotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loopListBandLeftPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-124.2915rem);
  }
}
@keyframes loopListBandLeftSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-49.7166rem);
  }
}
@keyframes loopListBandRightPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(124.2915rem);
  }
}
@keyframes loopListBandRightSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(49.7166rem);
  }
}
html {
  font-size: min(0.7142857143vw, 15px);
}
@media screen and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 10px);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.p-wrapper {
  position: relative;
  font-family: var(--font-jp);
  font-weight: 500;
  opacity: 0;
}
.on-load .p-wrapper {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart);
}
.p-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpg) no-repeat center center/cover;
}

.p-visual {
  position: relative;
  overflow: hidden;
}
.p-visual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: var(--gradient-red);
}
.p-visual__wrapper {
  position: relative;
  width: 100%;
}
.p-visual__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 10.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .p-visual__inner {
    padding-top: 6rem;
    padding-bottom: 7.7rem;
  }
}
.p-visual__content {
  position: relative;
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-visual__content {
    width: 95%;
  }
}
.p-visual__title {
  position: relative;
  transform: scale(1.1);
  opacity: 0;
}
.on-load .p-visual__title {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-quart) 0.5s, opacity 0.5s var(--ease-out-quart) 0.5s;
}
@media screen and (max-width: 750px) {
  .p-visual__title {
    width: 92.5%;
    margin: 0 auto;
  }
}
.p-visual__title-img {
  display: block;
}
.p-visual__title-img img {
  height: auto;
}
.p-visual__title-info {
  display: block;
  width: 65.8%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .p-visual__title-info {
    width: 89.5%;
    margin-top: 2.4rem;
  }
}
.p-visual__title-info img {
  height: auto;
}
.p-visual__catch {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
  transform: translateY(1rem);
  opacity: 0;
}
.on-load .p-visual__catch {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-quart) 0.7s, opacity 0.5s var(--ease-out-quart) 0.7s;
}
@media screen and (max-width: 750px) {
  .p-visual__catch {
    margin-top: 3rem;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.p-visual__more {
  margin-top: 2.8rem;
  transform: translateY(1rem);
  opacity: 0;
}
.on-load .p-visual__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-quart) 0.7s, opacity 0.5s var(--ease-out-quart) 0.7s;
}
@media screen and (max-width: 750px) {
  .p-visual__more {
    margin-top: 2.1rem;
  }
}
.p-visual__more-text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-visual__more-text {
    font-size: 1.3rem;
  }
}
.p-visual__more-text .p-in-link {
  color: var(--color-orange);
}
@media (hover: hover) {
  .p-visual__more-text .p-in-link:hover {
    text-decoration: none;
  }
}
.p-visual__official {
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  width: 12.6rem;
  height: 12.6rem;
  transform: scale(1.1);
  opacity: 0;
}
.on-load .p-visual__official {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-quart) 1.6s, opacity 0.4s var(--ease-out-quart) 1.6s;
}
@media screen and (max-width: 750px) {
  .p-visual__official {
    top: -3.1rem;
    right: -3rem;
  }
}
.p-visual__official-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-visual__official-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/officialx_bg.png) no-repeat center center/100% auto;
  animation: rotateReverse 40s linear infinite;
}
.p-visual__official-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-visual__official-link:hover img {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@media screen and (max-width: 750px) {
  .p-visual__official-link img {
    top: 53%;
    left: 47.5%;
    width: 28%;
  }
}
.p-visual__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.p-visual__deco-item {
  position: absolute;
  transform: translateY(5rem);
  opacity: 0;
}
.on-load .p-visual__deco-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s var(--ease-out-back), opacity 0.5s var(--ease-out-quart);
}
.on-load .p-visual__deco-item:nth-child(1) {
  transition-delay: 0.8s;
}
.on-load .p-visual__deco-item:nth-child(2) {
  transition-delay: 0.9s;
}
.on-load .p-visual__deco-item:nth-child(3) {
  transition-delay: 1s;
}
.on-load .p-visual__deco-item:nth-child(4) {
  transition-delay: 1.1s;
}
.on-load .p-visual__deco-item:nth-child(5) {
  transition-delay: 0.8s;
}
.on-load .p-visual__deco-item:nth-child(6) {
  transition-delay: 0.9s;
}
.on-load .p-visual__deco-item:nth-child(7) {
  transition-delay: 1s;
}
.on-load .p-visual__deco-item:nth-child(8) {
  transition-delay: 1.1s;
}
.p-visual__deco-item:nth-child(1) {
  top: 37%;
  left: 13.1rem;
  width: 7.7rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(1) {
    top: 14.3%;
    left: 5.9rem;
    width: 2.4rem;
  }
}
.p-visual__deco-item:nth-child(2) {
  top: 56.9%;
  left: -3.3rem;
  width: 16.5rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(2) {
    top: 76.5%;
    left: -1.5rem;
    width: 5rem;
  }
}
.p-visual__deco-item:nth-child(3) {
  top: 61.85%;
  left: 27.1rem;
  width: 7rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(3) {
    top: 52.2%;
    left: 2.4rem;
    width: 2.1rem;
  }
}
.p-visual__deco-item:nth-child(4) {
  top: 65.3%;
  left: -3.3rem;
  width: 25.8rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(4) {
    top: 84.4%;
    left: -2.7rem;
    width: 13rem;
  }
}
.p-visual__deco-item:nth-child(5) {
  top: 17.2%;
  right: 27.7rem;
  width: 11.3rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(5) {
    top: 2.6%;
    right: 7.8rem;
    width: 4.5rem;
  }
}
.p-visual__deco-item:nth-child(6) {
  top: 22.5%;
  right: -7.3rem;
  width: 22.2rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(6) {
    top: 36.5%;
    right: -3.1rem;
    width: 6.8rem;
  }
}
.p-visual__deco-item:nth-child(7) {
  top: 66.4%;
  right: 24.3rem;
  width: 6.3rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(7) {
    top: 87.8%;
    right: 5.2rem;
    width: 1.9rem;
  }
}
.p-visual__deco-item:nth-child(8) {
  top: 40.3%;
  right: -3.1rem;
  width: 26.5rem;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(8) {
    top: 47.1%;
    right: -5.7rem;
    width: 13.2rem;
  }
}
.p-visual__deco-item:nth-child(9) {
  top: 21.7rem;
  left: -4rem;
  transform: rotate(-20deg);
  transform-origin: left center;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.on-load .p-visual__deco-item:nth-child(9) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.2s var(--ease-inout-expo);
  transition: clip-path 1.2s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart);
  transition: clip-path 1.2s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.2s var(--ease-inout-expo);
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(9) {
    top: 5.2rem;
    left: -2rem;
  }
}
.p-visual__deco-item:nth-child(9)::before {
  right: 0;
  background-image: url(../img/listband1.jpg);
}
@media screen and (min-width: 751px) {
  .p-visual__deco-item:nth-child(9)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(9)::before {
    animation: loopListBandRightSP 20s linear infinite;
  }
}
.p-visual__deco-item:nth-child(10) {
  top: 30rem;
  left: -4rem;
  transform: rotate(-40deg);
  transform-origin: left center;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.on-load .p-visual__deco-item:nth-child(10) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.2s var(--ease-inout-expo);
  transition: clip-path 1.2s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart);
  transition: clip-path 1.2s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.2s var(--ease-inout-expo);
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(10) {
    top: 8.8rem;
    left: -2rem;
  }
}
.p-visual__deco-item:nth-child(10)::before {
  right: 0;
  background-image: url(../img/listband2.jpg);
}
@media screen and (min-width: 751px) {
  .p-visual__deco-item:nth-child(10)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(10)::before {
    animation: loopListBandRightSP 20s linear infinite;
  }
}
.p-visual__deco-item:nth-child(11) {
  bottom: 14.5rem;
  right: -4rem;
  transform: rotate(-20deg);
  transform-origin: right center;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}
.on-load .p-visual__deco-item:nth-child(11) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.4s var(--ease-inout-expo);
  transition: clip-path 1.4s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart);
  transition: clip-path 1.4s var(--ease-inout-expo), opacity 0.5s var(--ease-out-quart), -webkit-clip-path 1.4s var(--ease-inout-expo);
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(11) {
    bottom: 4.2rem;
    right: -2rem;
  }
}
.p-visual__deco-item:nth-child(11)::before {
  left: 0;
  background-image: url(../img/listband3.jpg);
}
@media screen and (min-width: 751px) {
  .p-visual__deco-item:nth-child(11)::before {
    animation: loopListBandLeftPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item:nth-child(11)::before {
    animation: loopListBandLeftSP 20s linear infinite;
  }
}
.p-visual__deco-item.--listband {
  width: 100%;
  padding-top: 9.7995rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item.--listband {
    padding-top: 3.9198rem;
  }
}
.p-visual__deco-item.--listband::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 200%;
  min-width: 280rem;
  height: 100%;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
@media screen and (max-width: 750px) {
  .p-visual__deco-item.--listband::before {
    min-width: 112.5rem;
  }
}

.p-content {
  position: relative;
}
.p-content__wrap {
  position: relative;
  padding-top: 9.7995rem;
  padding-bottom: 9.7995rem;
}
@media screen and (max-width: 750px) {
  .p-content__wrap {
    padding-top: 4.89975rem;
    padding-bottom: 4.89975rem;
  }
}
.p-content__inner {
  width: 100rem;
  margin: 0 auto;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 750px) {
  .p-content__inner {
    width: 33.5rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-content__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-content__line-item {
  position: absolute;
  width: 100%;
  padding-top: 9.7995rem;
  background: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-content__line-item {
    padding-top: 3.9198rem;
  }
}
.p-content__line-item:nth-child(1) {
  top: 0;
  left: 0;
}
.p-content__line-item:nth-child(2) {
  bottom: 0;
  left: 0;
}
.p-content__line-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 280rem;
  height: 100%;
  background: url(../img/listband4.jpg) repeat-x top center/auto 100%;
}
.p-content__line-item:nth-child(1)::before {
  right: 0;
}
@media screen and (min-width: 751px) {
  .p-content__line-item:nth-child(1)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-content__line-item:nth-child(1)::before {
    animation: loopListBandRightSP 20s linear infinite;
  }
}

.p-content__line-item:nth-child(2)::before {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  .p-content__line-item:nth-child(2)::before {
    animation: loopListBandLeftPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-content__line-item:nth-child(2)::before {
    animation: loopListBandLeftSP 20s linear infinite;
  }
}

.p-content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-content__deco-item {
  position: absolute;
  width: 32rem;
  height: 200%;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item {
    width: 8rem;
  }
}
.p-content__deco-item:nth-child(1) {
  top: 0;
  left: -2rem;
  background: url(../img/side_deco_left_pc.png) repeat-y left 10.5rem/100% auto;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(1) {
    left: 0;
    background-image: url(../img/side_deco_left_sp.png);
    background-position: left -1.8rem;
  }
}
.p-content__deco-item:nth-child(2) {
  top: 0;
  right: -2rem;
  background: url(../img/side_deco_right_pc.png) repeat-y left 10.5rem/100% auto;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(2) {
    right: 0;
    background-image: url(../img/side_deco_right_sp.png);
    background-position: left -1.8rem;
  }
}
.p-content__deco-item:nth-child(3) {
  position: absolute;
  bottom: 24.3rem;
  right: -4rem;
  transform: rotate(-20deg);
  transform-origin: right center;
  width: 100%;
  height: 0;
  padding-top: 9.7995rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(3) {
    bottom: 8.2rem;
    right: -2rem;
    padding-top: 3.9198rem;
  }
}
.p-content__deco-item:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  min-width: 280rem;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(../img/listband3.jpg);
}
@media screen and (min-width: 751px) {
  .p-content__deco-item:nth-child(3)::before {
    animation: loopListBandRightPC 20s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-content__deco-item:nth-child(3)::before {
    min-width: 112.5rem;
    animation: loopListBandRightSP 20s linear infinite;
  }
}

.p-section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 10.9rem;
}
@media screen and (max-width: 750px) {
  .p-section {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}
.p-section__body {
  transform: translateY(1.5rem);
  opacity: 0;
}
.p-section.is-active .p-section__body {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-quart) 0.55s, opacity 0.5s var(--ease-out-quart) 0.55s;
}
.p-section__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: transparent;
  font-family: var(--font-eng);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  background: var(--gradient-title);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-section.is-active .p-section__title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s var(--ease-inout-expo);
  transition: clip-path 0.8s var(--ease-inout-expo);
  transition: clip-path 0.8s var(--ease-inout-expo), -webkit-clip-path 0.8s var(--ease-inout-expo);
}
@media screen and (max-width: 750px) {
  .p-section__title {
    font-size: 5rem;
  }
}

.p-stage {
  position: relative;
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .p-stage {
    margin-top: 3.5rem;
  }
}
.p-stage__block {
  position: relative;
}
.p-stage__block:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-stage__block:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-stage_block {
  position: relative;
}
.p-stage_block__head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  background: var(--color-black);
  border: 1px solid var(--color-black);
  cursor: pointer;
  transition: background-color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-stage_block__head:hover {
    background: var(--color-white);
  }
}
@media screen and (max-width: 750px) {
  .p-stage_block__head {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
}
.is-open .p-stage_block__head {
  position: -webkit-sticky;
  position: sticky;
}
.p-stage_block__heading {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-stage_block__head:hover .p-stage_block__heading {
    color: var(--color-black);
  }
}
@media screen and (max-width: 750px) {
  .p-stage_block__heading {
    font-size: 1.6rem;
  }
}
.p-stage_block__icon {
  position: absolute;
  top: 50%;
  right: 2.8%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  transition: transform 0.6s var(--ease-out-quart);
}
.is-open .p-stage_block__icon {
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 750px) {
  .p-stage_block__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-stage_block__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background: var(--color-white);
  transition: background-color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-stage_block__head:hover .p-stage_block__icon::before {
    background: var(--color-black);
  }
}
.p-stage_block__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 0.2rem;
  height: 100%;
  background: var(--color-white);
  transition: background-color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-stage_block__head:hover .p-stage_block__icon::after {
    background: var(--color-black);
  }
}
.p-stage_block__body {
  position: relative;
  height: 0;
  overflow: hidden;
}
.default-open .p-stage_block__body {
  height: auto;
}
.p-stage_block__content {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-stage_block__content {
    margin-top: 2rem;
  }
}

.p-stage_info {
  position: relative;
  background: var(--color-white);
}
.p-stage_info__list-item {
  border-width: 0.3rem;
  border-style: solid;
  border-color: var(--color-theme-red);
}
.p-stage_info__list-item.--theme-green {
  border-color: var(--color-theme-green);
}
.p-stage_info__list-item.--theme-white {
  border-color: var(--color-theme-white);
}
.p-stage_info__list-item:nth-child(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__list-item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-stage_info__inner {
  width: 88.5%;
  margin: 0 auto;
  padding-top: 5.3rem;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__inner {
    width: 100%;
    padding-top: 2.7rem;
    padding-bottom: 3rem;
  }
}
.p-stage_info__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-stage_info__content {
    display: block;
  }
}
.p-stage_info__visual {
  width: 34.2%;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__visual {
    width: 80.5%;
    margin: 0 auto;
  }
}
.p-stage_info__thumbnail {
  position: relative;
  width: 100%;
}
.p-stage_info__more {
  margin-top: 2.7rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__more {
    margin-top: 2rem;
  }
}
.p-stage_info__more-btn {
  width: 86.4%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-stage_info__more-btn {
    width: 74%;
  }
}
.p-stage_info__detail {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 5.6%;
}
@media screen and (max-width: 750px) {
  .p-stage_info__detail {
    width: 83.5%;
    margin: 0 auto;
    margin-top: 4.8rem;
  }
}
.p-stage_info__detail-head {
  padding-bottom: 3rem;
  border-bottom-width: 0.3rem;
  border-bottom-style: solid;
  border-bottom-color: var(--color-theme-red);
}
@media screen and (max-width: 750px) {
  .p-stage_info__detail-head {
    padding-bottom: 2rem;
  }
}
.--theme-green .p-stage_info__detail-head {
  border-bottom-color: var(--color-theme-green);
}
.--theme-white .p-stage_info__detail-head {
  border-bottom-color: var(--color-theme-white);
}
.p-stage_info__detail-list {
  margin-top: 3.4rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__detail-list {
    margin-top: 2.5rem;
  }
}
.p-stage_info__detail-list-item:nth-child(n+2) {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__detail-list-item:nth-child(n+2) {
    margin-top: 1.9rem;
  }
}
.p-stage_info__title {
  color: var(--color-theme-red);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .p-stage_info__title {
    font-size: 2rem;
    letter-spacing: -0.04em;
  }
}
.--theme-green .p-stage_info__title {
  color: var(--color-theme-green);
}
.--theme-white .p-stage_info__title {
  color: var(--color-theme-white);
}
.p-stage_info__tag {
  margin-top: 1.2rem;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1.2rem 0.3rem;
  background: var(--color-theme-red);
  border-radius: 5rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info__tag {
    margin-top: 1rem;
    padding: 0.4rem 0.9rem 0.3rem;
  }
}
.--theme-green .p-stage_info__tag {
  background: var(--color-theme-green);
}
.--theme-white .p-stage_info__tag {
  background: var(--color-theme-white);
}
.p-stage_info__tag-text {
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .p-stage_info__tag-text {
    font-size: 1.1rem;
  }
}

.p-stage_info_detail__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__inner {
    display: block;
  }
}
.p-stage_info_detail__head {
  width: 8.8rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__head {
    width: 100%;
  }
}
.p-stage_info_detail__body {
  flex-basis: 0;
  flex-grow: 1;
}
.p-stage_info_detail__label {
  color: var(--color-theme-red);
  font-size: 1.6rem;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__label {
    font-size: 1.3rem;
  }
}
.--theme-green .p-stage_info_detail__label {
  color: var(--color-theme-green);
}
.--theme-white .p-stage_info_detail__label {
  color: var(--color-theme-white);
}
.p-stage_info_detail__description {
  font-size: 1.6rem;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__description {
    margin-top: 0.2rem;
    font-size: 1.3rem;
  }
}
.p-stage_info_detail__gest {
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__gest {
    margin-top: 1rem;
  }
}
.p-stage_info_detail__gest-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-stage_info_detail__gest-list-item {
  width: 29.8%;
  margin-left: 2.8%;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__gest-list-item {
    width: 31%;
    margin-left: 3.5%;
  }
}
.p-stage_info_detail__gest-list-item:nth-child(3n-2) {
  margin-left: 0;
}
.p-stage_info_detail__gest-list-item:nth-child(n+4) {
  margin-top: 4.5%;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__gest-list-item:nth-child(n+4) {
    margin-top: 7.4%;
  }
}
.p-stage_info_detail__gest-thumbnail {
  position: relative;
}
.p-stage_info_detail__gest-name {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__gest-name {
    margin-top: 0.9rem;
    font-size: 1.2rem;
  }
}
.p-stage_info_detail__gest-detail {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-stage_info_detail__gest-detail {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.p-footer {
  position: relative;
  background: var(--color-black);
}
.p-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: var(--gradient-red);
}
.p-footer__wrapper {
  position: relative;
}
.p-footer__inner {
  width: 120rem;
  margin: 0 auto;
  padding-top: 8.4rem;
  padding-bottom: 9.9rem;
}
@media screen and (max-width: 1200px) {
  .p-footer__inner {
    width: 110rem;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__inner {
    width: 95%;
    padding-top: 6.3rem;
    padding-bottom: 8.4rem;
  }
}
.p-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__share-head {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-head {
    margin-right: 2rem;
  }
}
.p-footer__share-label {
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .p-footer__share-label {
    font-size: 1.2rem;
  }
}
.p-footer__share-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-footer__share-list-item {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item {
    width: 4rem;
    height: 4rem;
  }
}
.p-footer__share-list-item:nth-child(n+2) {
  margin-left: 2rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item:nth-child(n+2) {
    margin-left: 1.5rem;
  }
}
.p-footer__share-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.p-footer__share-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-red);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: transform 0.6s var(--ease-out-quart);
}
.p-footer__share-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}
.p-footer__help {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help {
    margin-top: 3.9rem;
  }
}
.p-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__help-list-item {
  position: relative;
}
.p-footer__help-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.9rem;
  background: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-footer__help-list-item::after {
    height: 0.8rem;
  }
}
.p-footer__help-list-item:first-child::after {
  content: none;
}

.p-footer__help-link {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.2rem;
  text-decoration: none;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  background: var(--gradient-red);
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-footer__help-link:hover {
    color: transparent;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__help-link {
    padding: 0 0.78rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}
.p-footer__rule {
  margin-top: 1.6rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.72;
}
@media screen and (max-width: 750px) {
  .p-footer__rule {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-footer__copyright {
  margin-top: 4.9rem;
  color: var(--color-gray);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.32;
}
@media screen and (max-width: 750px) {
  .p-footer__copyright {
    margin-top: 3.2rem;
    font-size: 1rem;
    line-height: 1.17;
  }
}
.p-footer__pagetop {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .p-footer__pagetop {
    bottom: 2.4rem;
    right: 1.5rem;
    width: 4rem;
  }
}
.p-footer__pagetop-link {
  display: block;
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-footer__pagetop-link:hover {
    transform: scale(1.1);
  }
}
.p-footer__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-footer__deco {
    display: none;
  }
}
.p-footer__deco-item {
  position: absolute;
}
.p-footer__deco-item:nth-child(1) {
  top: 4.9%;
  right: -4rem;
  width: 13.5rem;
}
.p-footer__deco-item:nth-child(2) {
  top: 29%;
  right: 21.4rem;
  width: 2.9rem;
}
.p-footer__deco-item:nth-child(3) {
  top: 10.6%;
  left: 25.5rem;
  width: 3.7rem;
}
.p-footer__deco-item:nth-child(4) {
  top: 23.3%;
  left: -1.4rem;
  width: 12.9rem;
}

.p-btn {
  position: relative;
}
.p-btn__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20%;
  border-radius: 5rem;
  background: var(--color-theme-red);
  transition: transform 0.6s var(--ease-out-quart), opacity 0.6s var(--ease-out-quart);
}
.--theme-green .p-btn__link {
  background: var(--color-theme-green);
}
.--theme-white .p-btn__link {
  background: var(--color-theme-white);
}
@media (hover: hover) {
  .p-btn__link:hover {
    transform: scale(1.05);
    opacity: 0.6;
  }
}
.p-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 9%;
  width: 5%;
  height: 100%;
  background: url(../img/ic_ex.svg) no-repeat center center/100% auto;
}
.p-btn__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  margin: 0 auto;
  padding-right: 0.4rem;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .p-btn__text {
    font-size: 1rem;
  }
}