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

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
:root {
  --color-base: #090a14;
  --color-main: #fff;
  --font-jp: YakuHanMP, "Shippori Mincho", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "EB Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

.js-video .display_time,
.js-video .display_time_now,
.js-video .display_time_total,
.js-video .display_time_par,
.js-video .btn_play,
.js-video .btn_pause,
.js-video .btn_stop,
.js-video .btn_mute,
.js-video .btn_full,
.js-video .seekbar_time,
.js-video .seekbar_vol,
.js-video .btn_volon,
.js-video .btn_voloff,
.js-video .display_poster,
.js-video .display_poster_background,
.js-video .display_name {
  display: none !important;
}

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

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

.--font-long {
  transform: scaleY(1.2);
}

.p-wrapper {
  position: relative;
  color: var(--color-main);
  font-family: var(--font-jp);
  font-weight: 400;
}

.p-content {
  position: relative;
  overflow: hidden;
}
.p-content__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-content__head {
  position: relative;
}
.p-content__body {
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 750px) {
  .p-content__body {
    padding-bottom: 100px;
  }
}
.p-content__flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-content__flower-item {
  position: absolute;
}
.p-content__flower-item.--left {
  top: 0;
  transform: translate(-5%, -5.5%);
  width: 26%;
}
@media (max-width: 750px) {
  .p-content__flower-item.--left {
    transform: translate(-25%, -6%);
    width: 40%;
  }
}
.p-content__flower-item.--right {
  top: 467px;
  right: 0;
  transform: translateX(5%);
  width: 26.2%;
}
@media (max-width: 750px) {
  .p-content__flower-item.--right {
    top: 147px;
    transform: translateX(13%);
    width: 29%;
  }
}
.p-content__flower-item img {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-content__body.is-active-bg .p-content__flower-item img {
  opacity: 1;
}

.p-content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-base);
  overflow: hidden;
}
.p-content_bg__wrapper {
  position: relative;
  width: 100%;
  background: var(--color-base);
}
.p-content .p-content_bg__wrapper {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.bg-active .p-content .p-content_bg__wrapper {
  transform: translateY(0);
  opacity: 1;
}
.p-content_bg__sky {
  position: relative;
  width: 100%;
}
.p-content_bg__cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}
.p-content_bg__cloud-item {
  position: absolute;
}
.p-content_bg__cloud-item.--left {
  top: -5.2%;
  left: 0;
  width: 44.5%;
}
@media (max-width: 750px) {
  .p-content_bg__cloud-item.--left {
    top: 0;
    width: 50%;
  }
}
.p-content_bg__cloud-item.--right {
  top: -15%;
  right: 0;
  width: 49%;
}
@media (max-width: 750px) {
  .p-content_bg__cloud-item.--right {
    top: 0;
    width: 50%;
  }
}
.p-content_bg__cloud-item.--center {
  top: 38%;
  left: 47%;
  transform: translateX(-50%);
  width: 74%;
}
@media (max-width: 750px) {
  .p-content_bg__cloud-item.--center {
    left: 50%;
    width: 100%;
  }
}
.p-content_bg__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-content_bg__circle-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -51.2%);
  width: 46.5%;
  max-width: 651px;
}
@media (max-width: 750px) {
  .p-content_bg__circle-item {
    transform: translate(-50%, -50%);
    width: 86%;
  }
}
.p-loading .p-content_bg__circle-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 450px;
}
.p-content_bg__circle-item:nth-child(odd) img {
  animation: rotate 30s linear infinite;
}

.p-content_bg__circle-item:nth-child(even) img {
  animation: rotateReverse 30s linear infinite;
}

.p-content_bg__star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-content_bg__star-item {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1200px) {
  .p-content_bg__star-item {
    width: 150%;
  }
}
@media (max-width: 900px) {
  .p-content_bg__star-item {
    width: 180%;
  }
}
@media (max-width: 750px) {
  .p-content_bg__star-item {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .p-content_bg__star-item {
    top: 10%;
  }
}

.p-visual {
  position: relative;
  background: var(--color-base);
  overflow: hidden;
}
.p-visual__wrapper {
  position: relative;
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
}
.p-visual__bg {
  position: relative;
}
.p-visual__bg img {
  transform: scale(1.1);
}
.is-loaded .p-visual__bg img {
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-visual__title {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .p-visual__title {
    bottom: 9%;
  }
}
.p-visual__title-main {
  display: block;
  transform: translateX(3.2%);
  width: 47.3%;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-loaded .p-visual__title-main {
  transition: -webkit-mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  transition: mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  transition: mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, -webkit-mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media (max-width: 750px) {
  .p-visual__title-main {
    transform: translateX(1.5%);
    width: 81%;
  }
}
.p-visual__title-sub {
  display: block;
  width: 29.2%;
  margin: 0 auto;
  margin-top: 1.3%;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-loaded .p-visual__title-sub {
  transition: -webkit-mask-position 1.1s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  transition: mask-position 1.1s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  transition: mask-position 1.1s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, -webkit-mask-position 1.1s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media (max-width: 750px) {
  .p-visual__title-sub {
    width: 54%;
    margin-top: 3%;
  }
}
.p-visual__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to bottom, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-loaded .p-visual__catch {
  transition: -webkit-mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-mask-position 1.5s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media (max-width: 750px) {
  .is-loaded .p-visual__catch {
    transition-duration: 2s;
  }
}

.p-movie {
  position: relative;
  padding: 16px 0;
  opacity: 0;
}
.is-loaded .p-movie {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 2s;
}
@media (max-width: 750px) {
  .p-movie {
    padding: 8px 0;
  }
}
.p-movie::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 27px;
  background: url(../img/line_pc.png) repeat-x left center/auto 100%;
}
@media (max-width: 750px) {
  .p-movie::before {
    height: 16px;
    background-image: url(../img/line_sp.png);
  }
}
.p-movie::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  width: 100%;
  height: 27px;
  background: url(../img/line_pc.png) repeat-x left center/auto 100%;
}
@media (max-width: 750px) {
  .p-movie::after {
    height: 16px;
    background-image: url(../img/line_sp.png);
  }
}
.p-movie__content {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 26.3%;
  background: var(--color-base);
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 750px) {
  .p-movie__content {
    padding-top: 49.2%;
  }
}
.p-movie__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  max-width: 120px;
  height: 100%;
  background: url(../img/btn_movie.png) no-repeat center center/100% auto;
}
@media (max-width: 750px) {
  .p-movie__content::after {
    width: 16%;
  }
}
.p-movie__video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-movie__content:hover .p-movie__video {
    transform: scale(1.05);
  }
}
.p-movie__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-base);
  opacity: 0.4;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-movie__content:hover .p-movie__video::after {
    opacity: 0.8;
  }
}
.p-movie__video > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
.p-movie__thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-movie__thumbnail-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-playing .p-movie__thumbnail-img {
  transform: scale(1.1);
  opacity: 0;
}

.p-section {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 750px) {
  .p-section {
    padding-top: 79px;
  }
}
.p-section--chara {
  margin-top: 20px;
  padding-bottom: 200px;
  background: linear-gradient(to bottom, transparent, #090a14 600px, #090a14 80%, transparent);
}
@media (max-width: 750px) {
  .p-section--chara {
    margin-top: 21px;
    padding-bottom: 117px;
  }
}
.p-section--song {
  padding-top: 0px;
  margin-top: 31px;
}
.p-section__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-section__title {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-section__wrapper.is-active .p-section__title {
  transition: -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.p-section__title-deco {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-intro {
  position: relative;
  margin-top: 55px;
}
@media (max-width: 750px) {
  .p-intro {
    margin-top: 37px;
  }
}
.p-intro__lead {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.p-intro__lead .p-in-text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  transform: translateY(10px);
  opacity: 0;
  filter: blur(5px);
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(1) {
  transition-delay: 0s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(2) {
  transition-delay: 0.15s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(3) {
  transition-delay: 0.3s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(4) {
  transition-delay: 0.45s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(5) {
  transition-delay: 0.6s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(6) {
  transition-delay: 0.75s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(7) {
  transition-delay: 0.9s;
}
.p-section__wrapper.is-active .p-intro__lead .p-in-text:nth-child(8) {
  transition-delay: 1.05s;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text {
    font-size: 2.9333333333vw;
    line-height: 1.88;
  }
}
.p-intro__lead .p-in-text:nth-child(n+2) {
  margin-top: 19px;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text:nth-child(n+2) {
    margin-top: 3.2vw;
  }
}
.p-intro__lead .p-in-text.--mt-small {
  margin-top: 32px;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text.--mt-small {
    margin-top: 6.1333333333vw;
  }
}
.p-intro__lead .p-in-text.--mt-middle {
  margin-top: 48px;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text.--mt-middle {
    margin-top: 7.4666666667vw;
  }
}
.p-intro__lead .p-in-text.--mt-large {
  margin-top: 52px;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text.--mt-large {
    margin-top: 8vw;
  }
}
.p-intro__lead .p-in-text.--lh-small {
  line-height: 1.65;
}
.p-intro__lead .p-in-text .--size-large {
  vertical-align: baseline;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text .--size-large {
    font-size: 5.3333333333vw;
  }
}
.p-intro__lead .p-in-text .--size-middle {
  vertical-align: baseline;
  font-size: 25px;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text .--size-middle {
    font-size: 4.2666666667vw;
  }
}
.p-intro__lead .p-in-text .--ls-small {
  letter-spacing: 0em;
}
.p-intro__lead .p-in-text .--line {
  display: inline-block;
  position: relative;
  padding-right: 68px;
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text .--line {
    padding-right: 11vw;
  }
}
.p-intro__lead .p-in-text .--line::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background: var(--color-main);
}
@media (max-width: 750px) {
  .p-intro__lead .p-in-text .--line::before {
    width: 9vw;
  }
}

.p-chara {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-chara {
    width: 100%;
  }
}
.p-chara__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .p-chara__list {
    display: block;
  }
}
.p-chara__list-item {
  width: 48%;
}
@media (max-width: 750px) {
  .p-chara__list-item {
    width: 100%;
  }
}
.p-chara__list-item:nth-child(even) {
  margin-left: 4%;
}
@media (max-width: 750px) {
  .p-chara__list-item:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .p-chara__list-item:nth-child(n+2) {
    margin-top: -13.2%;
  }
}

.p-chara_detail {
  position: relative;
  margin-top: 24.8%;
}
@media (max-width: 750px) {
  .p-chara_detail {
    margin-top: 35%;
  }
}
.p-chara_detail__sample {
  position: relative;
}
.p-chara_detail__sample-bg {
  position: relative;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-section__wrapper.is-active .p-chara_detail__sample-bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
  transition: clip-path 0.7s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
  transition: clip-path 0.7s cubic-bezier(0.76, 0, 0.24, 1) 0.3s, -webkit-clip-path 0.7s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
}
.p-chara_detail__sample-img {
  position: absolute;
  transform: translate(4%, 1%);
  opacity: 0;
}
.p-section__wrapper.is-active .p-chara_detail__sample-img {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
.--sumire .p-chara_detail__sample-img {
  left: -5.2%;
  bottom: 5.2%;
  width: 96.5%;
}
.--huka .p-chara_detail__sample-img {
  left: 23.2%;
  bottom: 10%;
  width: 57%;
}
.p-chara_detail__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4.7%;
  transform: translateX(15px);
  opacity: 0;
}
.p-section__wrapper.is-active .p-chara_detail__name {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
}
@media (max-width: 750px) {
  .p-chara_detail__name {
    width: 90%;
    margin: 0 auto;
    margin-top: -4.7%;
  }
}
.p-chara_detail__name-text {
  font-size: min(6.1vw, 33px);
}
.p-chara_detail__name-cv {
  margin-left: 13px;
  font-size: min(2.8vw, 13px);
  transform: translateY(2px);
}
@media (max-width: 750px) {
  .p-chara_detail__name-cv {
    margin-left: 4.2vw;
    transform: translateY(0.9vw);
  }
}
.p-chara_detail__description {
  margin-top: 18px;
  font-size: 13px;
  line-height: 2.18;
  transform: translateX(15px);
  opacity: 0;
}
.p-section__wrapper.is-active .p-chara_detail__description {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
}
@media (max-width: 750px) {
  .p-chara_detail__description {
    width: 90%;
    margin: 0 auto;
    margin-top: 18px;
    line-height: 1.92;
  }
}
@media (max-width: 349px) {
  .p-chara_detail__description {
    font-size: 11px;
  }
}

.p-song {
  margin-top: 56px;
}
@media (max-width: 750px) {
  .p-song {
    margin-top: 38px;
  }
}
.p-song__info {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(12px);
  opacity: 0;
}
.p-section__wrapper.is-active .p-song__info {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.p-song__info-title {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .p-song__info-title {
    font-size: 20px;
  }
}
.p-song__info-title .--size-small {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .p-song__info-title .--size-small {
    font-size: 10px;
  }
}
.p-song__info-artist {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.1em;
}
@media (max-width: 750px) {
  .p-song__info-artist {
    margin-top: 14px;
    font-size: 13px;
  }
}
.p-song__info-detail {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .p-song__info-detail {
    margin-top: 7px;
    font-size: 8px;
  }
}
.p-song__more {
  margin-top: 39px;
  transform: translateY(12px);
  opacity: 0;
}
.p-section__wrapper.is-active .p-song__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
@media (max-width: 750px) {
  .p-song__more {
    margin-top: 34px;
  }
}
.p-song__more-btn {
  width: 67%;
  max-width: 400px;
  margin: 0 auto;
}

.p-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  background: var(--color-base);
}
@media (max-width: 750px) {
  .p-footer {
    padding-top: 10px;
    padding-bottom: 38px;
  }
}
.p-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/footer/line2.jpg) repeat-x left center/auto 100%;
}
@media (max-width: 750px) {
  .p-footer::before {
    height: 10px;
  }
}
.p-footer__inner {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 750px) {
  .p-footer__inner {
    padding-top: 40px;
  }
}
.p-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 750px) {
  .p-footer__content {
    display: block;
  }
}
@media (max-width: 750px) {
  .p-footer__info {
    margin-top: 24px;
  }
}
.p-footer__sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 750px) {
  .p-footer__sns {
    justify-content: center;
  }
}
.p-footer__sns-title {
  font-family: var(--font-eng);
  letter-spacing: 0.07em;
}
@media (max-width: 1050px) {
  .p-footer__sns-title {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .p-footer__sns-title {
    font-size: 13px;
  }
}
.p-footer__sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 13px;
}
@media (max-width: 750px) {
  .p-footer__sns-list {
    margin-left: 10px;
  }
}
.p-footer__sns-list-item {
  width: 50px;
}
@media (max-width: 1050px) {
  .p-footer__sns-list-item {
    width: 40px;
  }
}
@media (max-width: 750px) {
  .p-footer__sns-list-item {
    width: 40px;
  }
}
.p-footer__sns-list-item:nth-child(n+2) {
  margin-left: 10px;
}
.p-footer__sns-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-footer__sns-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_frame.png) no-repeat center center/100% auto;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-footer__sns-link:hover::before {
    transform: scale(1.1);
  }
}

.p-footer__sns-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.p-footer__help {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .p-footer__help {
    margin-top: 26px;
  }
}
.p-footer__help-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 750px) {
  .p-footer__help-list {
    justify-content: center;
  }
}
.p-footer__help-list-item {
  position: relative;
  padding: 0 11px;
}
@media (max-width: 750px) {
  .p-footer__help-list-item {
    padding: 0 10px;
  }
}
.p-footer__help-list-item:first-child {
  padding-left: 0;
}
.p-footer__help-list-item:last-child {
  padding-right: 0;
}
.p-footer__help-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 13px;
  background: var(--color-main);
}
.p-footer__help-list-item:first-child::before {
  content: none;
}

.p-footer__help-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--color-main);
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 1050px) {
  .p-footer__help-link {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .p-footer__help-link {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
.p-footer__help-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-main);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-footer__help-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.p-footer__copyright {
  margin-top: 18px;
}
@media (max-width: 750px) {
  .p-footer__copyright {
    margin-top: 19px;
  }
}
.p-footer__copyright-text {
  font-family: var(--font-eng);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.11em;
}
@media (max-width: 750px) {
  .p-footer__copyright-text {
    text-align: center;
    letter-spacing: 0.095em;
  }
}
.p-footer__app {
  padding-right: 42px;
}
@media (max-width: 1050px) {
  .p-footer__app {
    padding-left: 1vw;
    padding-right: 3.5vw;
  }
}
@media (max-width: 750px) {
  .p-footer__app {
    padding-right: 0;
  }
}
.p-footer__app-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__app-list-item {
  margin: 0 5px;
}
@media (max-width: 750px) {
  .p-footer__app-list-item {
    margin: 0 0.7%;
  }
}
.p-footer__app-link {
  display: block;
  height: 40px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-footer__app-link:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 1050px) {
  .p-footer__app-link {
    height: 30px;
  }
}
@media (max-width: 750px) {
  .p-footer__app-link {
    height: min(8.1vw, 31px);
  }
}
.p-footer__app-link img {
  width: auto;
  max-width: none;
  height: 100%;
}
.p-footer__official {
  width: 55%;
  max-width: 241px;
}
@media (max-width: 1050px) {
  .p-footer__official {
    max-width: 190px;
  }
}
@media (max-width: 750px) {
  .p-footer__official {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-footer__official-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-footer__official-link:hover {
    transform: scale(1.05);
  }
}

.c-btn__link {
  display: block;
  position: relative;
  padding-top: 18px;
  padding-bottom: 17px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px var(--color-main) solid;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .c-btn__link:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 750px) {
  .c-btn__link {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.c-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 7%;
  width: 2%;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center center/100% auto;
}
@media (max-width: 750px) {
  .c-btn__link::after {
    right: 5.8%;
    width: 2.2%;
  }
}
.c-btn__text {
  display: block;
  width: 78%;
  margin: 0 auto;
  text-align: center;
  color: var(--color-main);
  line-height: 1.4;
  letter-spacing: -0.08em;
}
@media (max-width: 750px) {
  .c-btn__text {
    font-size: 11px;
    letter-spacing: 0em;
  }
}

.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-base);
  opacity: 0.9;
  cursor: auto;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 80px auto;
}
@media (max-width: 750px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 50px auto;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}
@media (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  height: 100%;
}

.js-parallax-flower,
.js-parallax-cloud {
  transition: top 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color-base);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.on-load.is-loaded .p-loading {
  opacity: 0;
  pointer-events: none;
}
.p-loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.on-load .p-loading__bg {
  opacity: 1;
}
.p-loading__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 560px;
  -webkit-mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  mask-image: linear-gradient(to right, #000 33.3333333333%, transparent 66.6666666667%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.on-load .p-loading__title {
  transition: -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, -webkit-mask-position 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
@media (max-width: 750px) {
  .p-loading__title {
    width: 88%;
  }
}