@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700);
@import url(//fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap);
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* 
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;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

body {
  line-height: 1;
}

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

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;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

html {
  font-size: 100%;
}

body {
  color: #FF0099;
  background-color: #FF0099;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.8;
  height: 100%;
  box-sizing: border-box;
  display: block;
  letter-spacing: 0.04em;
  background-color: #fff;
  font-feature-settings: "palt";
  padding-bottom: 60px;
}
body img {
  width: 100%;
}

.inner, .inner-m, .inner-s {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 7%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  body {
    padding-bottom: 0px;
  }
  .inner {
    max-width: 1400px;
  }
  .inner-m {
    max-width: 1000px;
  }
  .inner-s {
    max-width: 680px;
  }
}
a {
  text-decoration: none;
}

main {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  main {
    width: 375px;
    margin: auto;
  }
}
.menu {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 50%;
  z-index: 9991;
  cursor: pointer;
  width: 212px;
  height: 48px;
  line-height: 48px;
  background-color: #FF0099;
  transform: translateX(-50%);
  border-radius: 24px;
  border: 1px solid #fff;
}
.menu .menu-trigger,
.menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu .menu-trigger {
  position: relative;
  width: 28px;
  height: 21px;
  display: block;
  margin: 13px auto 0;
}
.menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  overflow: hidden;
}
.menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .menu {
    display: none;
  }
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #ffd9f8;
  overflow-y: scroll;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
  transition: 0.4s all ease-in-out;
  transition-delay: 0.1s;
}
nav.open {
  opacity: 1;
  z-index: 9990;
  transform: scale(1);
}
nav .nav-wrap {
  padding: 50px 15% 100px;
}
nav .gnav li {
  margin-bottom: 30px;
}
nav .gnav li:last-child {
  margin-bottom: 40px;
}
nav .gnav li a {
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #FF0099;
  font-size: 24px;
  font-size: clamp(1.5rem, 1.7vw + 0.99rem, 2.25rem);
  line-height: 1;
}
nav h3 {
  color: #FF0099;
  font-weight: 400;
  margin-bottom: 25px;
}
nav .sns-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  nav {
    transform: scale(1);
    opacity: 1;
    z-index: 100;
    left: auto;
    right: 0;
    width: calc((100vw - 375px) / 2);
    overflow: hidden;
    box-sizing: border-box;
    height: 100vh;
    padding: 50px 0;
  }
  nav .nav-wrap {
    padding: 0px 25% 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  nav .gnav li {
    margin-bottom: 2cqw;
  }
  nav .gnav li a {
    font-size: 2cqw;
  }
  nav .gnav li a span {
    display: inline-block;
    position: relative;
  }
  nav .gnav li a span:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF0099;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s all ease-out;
  }
  nav .gnav li a:hover span:after {
    transform: scaleX(1);
  }
  nav .sns-list li a {
    display: inline-block;
    transition: 0.3s all;
  }
  nav .sns-list li a:hover {
    transform: scale(1.2);
  }
}
#pc-header {
  display: none;
}

@media screen and (min-width: 1025px) {
  #pc-header {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100vw - 375px) / 2);
    background-color: #FFD9F8;
  }
  #pc-header .pc-header-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  #pc-header h2 {
    width: 80%;
    margin: auto;
  }
  #pc-header .qr {
    width: 34%;
    margin: 40px auto 0;
  }
}
/*---------------------------
	footer
----------------------------*/
footer {
  padding: 0 7% 7%;
}
footer .inner {
  background-color: #FF0099;
  border-radius: 16px;
  color: #FF0099;
  padding: 25px 10%;
  color: #fff;
}
footer h3 {
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 55px;
  font-weight: 500;
}
footer h3:first-child {
  margin-top: 0px;
}
footer .sns-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}
footer .link-list {
  margin-top: 50px;
}
footer .link-list li {
  text-align: center;
  margin-bottom: 15px;
}
footer .link-list li a {
  color: #fff;
  text-decoration: underline;
}
footer .link-list li:last-child {
  margin-bottom: 0px;
}
footer .copy {
  text-align: center;
  font-family: "Roboto", serif;
  line-height: 1.4;
  margin-top: 60px;
  font-size: 2.7vw;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  footer {
    width: 375px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 30px 20px;
  }
  footer .logo a {
    opacity: 1;
    transition: 0.5s all;
  }
  footer .logo a:hover {
    opacity: 0.7;
  }
  footer .sns-list li a {
    display: inline-block;
    transition: 0.3s all;
  }
  footer .sns-list li a:hover {
    transform: scale(1.2);
  }
  footer .link-list li a:hover {
    text-decoration: none;
  }
  footer .copy {
    font-size: 10px;
  }
}
/*---------------------------
	ttl
----------------------------*/
h2.ttl {
  font-size: 48px;
  font-size: clamp(3rem, 0vw + 3rem, 3rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Roboto", serif;
  margin-bottom: 15px;
}
h2.ttl small {
  display: block;
  -webkit-text-stroke: 3px #FF0099;
  text-stroke: 3px #FF0099;
  paint-order: stroke;
  color: #fff;
}
h2.ttl.anime {
  opacity: 0;
}
h2.ttl.anime span {
  transform: scale(1.5);
  display: inline-block;
  position: relative;
  z-index: 1;
}
h2.ttl.anime small {
  transform: translateY(-1em);
  position: relative;
  z-index: -1;
  opacity: 0;
}
h2.ttl.anime.active2 {
  opacity: 1;
  transition: 0.5s all ease-out;
}
h2.ttl.anime.active2 span {
  transform: scale(1);
  transition: 0.3s all ease-out;
}
h2.ttl.anime.active2 small {
  transform: translateY(-0.1em);
  transition: 0.3s all ease-out;
  transition-delay: 0.15s;
  opacity: 1;
}

/*---------------------------
	btn
----------------------------*/
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 57%;
  max-width: 210px;
  margin: auto;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #FF0099;
  color: #FF0099;
  font-size: 18px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  font-family: "Roboto", serif;
  font-weight: 700;
}
.btn.jp a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Color Emoji", sans-serif;
}
.btn.anime {
  opacity: 0;
  transform: scale(1.5);
}
.btn.anime.active2 {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-out;
}

@media screen and (min-width: 1025px) {
  .btn a {
    transition: 0.5s all;
  }
  .btn a:hover {
    background-color: #FF0099;
    color: #fff;
  }
}
/*---------------------------
	movie
----------------------------*/
.movie {
  position: relative;
}
.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie img {
  width: 100%;
}
.movie a {
  display: block;
  position: relative;
}
.movie a:after {
  content: "";
  background: url(/asset/images/play.svg) no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-out;
}
.movie a:hover:after {
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 1025px) {
  .movie {
    position: relative;
  }
  .movie a:after {
    background: url(/asset/images/play.svg) no-repeat;
    background-size: 100px;
    width: 100px;
    height: 100px;
  }
  .movie a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
/*---------------------------
	btn
----------------------------*/
/*-----------------------------
		modal
-----------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 153, 0.7);
  z-index: 9998;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
}
#overlay.inview {
  visibility: visible;
  opacity: 1;
}

#modal, #modal-movie {
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 880px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-sizing: border-box;
}
#modal.inview, #modal-movie.inview {
  visibility: visible;
  opacity: 1;
}
#modal #movie, #modal-movie #movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#modal #movie #movie-wrap, #modal-movie #movie #movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal-wrap, #modal-movie .modal-wrap {
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 140px);
}
#modal .modal-wrap::-webkit-scrollbar, #modal-movie .modal-wrap::-webkit-scrollbar {
  display: none;
}
#modal .close, #modal-movie .close {
  background: url(/asset/images/close.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  #modal, #modal-movie {
    top: 45%;
    left: 50%;
    padding-top: 80px;
  }
  #modal #movie, #modal-movie #movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #modal #movie #movie-wrap, #modal-movie #movie #movie-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #modal .modal-wrap, #modal-movie .modal-wrap {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100vh - 140px);
  }
  #modal .modal-wrap::-webkit-scrollbar, #modal-movie .modal-wrap::-webkit-scrollbar {
    display: none;
  }
  #modal .close, #modal-movie .close {
    background: url(/asset/images/close.svg) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 0px;
    cursor: pointer;
  }
}
/*-----------------------------
		low
-----------------------------*/
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: inline-block;
}

.sp_none {
  display: none;
}

.pc_br {
  display: none;
}

.sp_br {
  display: block;
}

.mg-t10 {
  margin-top: 5px;
}

.mg-b10 {
  margin-bottom: 5px;
}

.mg-t20 {
  margin-top: 10px;
}

.mg-b20 {
  margin-bottom: 10px;
}

.mg-t30 {
  margin-top: 15px;
}

.mg-b30 {
  margin-bottom: 15px;
}

.mg-t40 {
  margin-top: 20px;
}

.mg-b40 {
  margin-bottom: 20px;
}

.mg-t50 {
  margin-top: 25px;
}

.mg-b50 {
  margin-bottom: 25px;
}

.mg-t60 {
  margin-top: 30px;
}

.mg-b60 {
  margin-bottom: 30px;
}

main img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: inline-block;
  }
  .pc_br {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .mg-t10 {
    margin-top: 10px;
  }
  .mg-b10 {
    margin-bottom: 10px;
  }
  .mg-t20 {
    margin-top: 20px;
  }
  .mg-b20 {
    margin-bottom: 20px;
  }
  .mg-t30 {
    margin-top: 30px;
  }
  .mg-b30 {
    margin-bottom: 30px;
  }
  .mg-t40 {
    margin-top: 40px;
  }
  .mg-b40 {
    margin-bottom: 40px;
  }
  .mg-t50 {
    margin-top: 50px;
  }
  .mg-b50 {
    margin-bottom: 50px;
  }
  .mg-t60 {
    margin-top: 60px;
  }
  .mg-b60 {
    margin-bottom: 60px;
  }
}
.anime.opacity {
  opacity: 0;
}
.anime.opacity.active2 {
  transition: 0.7s all ease-out;
  opacity: 1;
}
.anime.zoom {
  opacity: 0;
  transform: scale(2);
}
.anime.zoom.active2 {
  transition: 0.2s all ease-out;
  transform: scale(1);
  opacity: 1;
}
.anime.blur {
  opacity: 0;
  filter: blur(15px);
}
.anime.blur.active2 {
  transition: 1s all ease-out;
  opacity: 1;
  filter: blur(0px);
}
.anime.up {
  opacity: 0;
  transform: translateY(50px);
}
.anime.up.active2 {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0);
}
.anime.up-3d {
  opacity: 0;
  transform-style: preserve-3d;
  transform: translateY(50px) rotateY(45deg);
}
.anime.up-3d.active2 {
  transition: 0.7s all ease-out;
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}
.anime.no-active {
  opacity: 0;
  transform: translateY(50px);
}

#top #mv {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
#top #mv h1 {
  position: absolute;
  z-index: 50;
  width: 33%;
  bottom: 47%;
  left: 9%;
}
#top #mv h1 img {
  display: inline-block;
  transform: translateY(150px);
}
#top #mv figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  z-index: 20;
}
#top #mv .year {
  position: absolute;
  bottom: 44%;
  left: 2%;
  width: 96%;
  z-index: 21;
}
#top #mv .year img {
  position: absolute;
  top: 0;
  transform-origin: center center -5em;
}
#top #mv .year #ja_1 {
  animation: ja_1 4s infinite;
  animation-delay: 5s;
}
#top #mv .year #en {
  animation: en 4s infinite;
  animation-delay: 5s;
  opacity: 0;
}
#top #mv .year #ja_2 {
  animation: ja_2 4s infinite;
  animation-delay: 5s;
  opacity: 0;
}
@keyframes ja_1 {
  0% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  25% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  50% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
}
@keyframes en {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 1;
  }
  25% {
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
  50% {
    transform: rotate3d(1, 0, 0, -90deg);
    opacity: 1;
  }
  100% {
    transform: rotate3d(1, 0, 0, -90deg);
    opacity: 1;
  }
}
@keyframes ja_2 {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 1;
  }
  25% {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 1;
  }
  50% {
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
  100% {
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
#top #mv p {
  position: absolute;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  font-size: min(6vw,20px);
  will-change: transform;
  animation-name: danmaku-flow;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#top #mv p.txt1 {
  font-size: min(50vw,200px);
  top: -0.1em;
  z-index: 1;
  animation-duration: 225s;
  animation-delay: -5s;
}
#top #mv p.txt2 {
  top: 3%;
  z-index: 2;
  color: #FFB100;
  animation-duration: 18s;
  animation-delay: -2s;
}
#top #mv p.txt3 {
  font-size: min(9vw,30px);
  top: 5%;
  z-index: 3;
  color: #0089FF;
  animation-duration: 30s;
  animation-delay: -15s;
}
#top #mv p.txt4 {
  font-size: min(14vw,60px);
  top: 12%;
  z-index: 4;
  color: #76FF00;
  animation-duration: 12s;
  animation-delay: -7s;
}
#top #mv p.txt5 {
  font-size: min(4vw,12px);
  top: 10%;
  z-index: 4;
  animation-duration: 15s;
  animation-delay: -1s;
}
#top #mv p.txt6 {
  font-size: min(4vw,12px);
  top: 22%;
  z-index: 5;
  color: #2700FF;
  animation-duration: 28s;
  animation-delay: -20s;
}
#top #mv p.txt7 {
  font-size: min(14vw,60px);
  top: 20%;
  z-index: 4;
  animation-duration: 20s;
  animation-delay: -12s;
  color: #0031FF;
}
#top #mv p.txt8 {
  font-size: min(5vw,15px);
  top: 26%;
  z-index: 5;
  color: #EBFF00;
  animation-duration: 17s;
  animation-delay: -4s;
}
#top #mv p.txt9 {
  font-size: min(5vw,15px);
  top: 29.5%;
  z-index: 5;
  color: #00FFCE;
  animation-duration: 23s;
  animation-delay: -18s;
}
#top #mv p.txt10 {
  font-size: min(5vw,15px);
  top: 33.5%;
  z-index: 5;
  font-family: "Noto Color Emoji", sans-serif;
  animation-duration: 35s;
  animation-delay: -25s;
}
#top #mv p.txt11 {
  font-size: min(14vw,60px);
  top: 67%;
  z-index: 30;
  animation-duration: 26s;
  animation-delay: -3s;
}
#top #mv p.txt12 {
  font-size: min(4vw,12px);
  top: 76%;
  z-index: 31;
  color: #00FFCE;
  animation-duration: 19s;
  animation-delay: -11s;
}
#top #mv p.txt13 {
  font-size: min(8vw,24px);
  top: 78.5%;
  z-index: 31;
  color: #0093FF;
  animation-duration: 29s;
  animation-delay: -9s;
}
#top #mv p.txt14 {
  font-size: min(16vw,66px);
  top: 79%;
  z-index: 33;
  color: #FFF500;
  animation-duration: 21s;
  animation-delay: -14s;
}
#top #mv p.txt15 {
  font-size: min(6vw,20px);
  top: 84%;
  z-index: 31;
  animation-duration: 16s;
  animation-delay: -6s;
}
#top #mv p.txt16 {
  font-size: min(12vw,54px);
  top: 85%;
  z-index: 31;
  color: #00FFCE;
  animation-duration: 32s;
  animation-delay: -22s;
}
#top #mv p.txt17 {
  font-size: min(5vw,16px);
  top: 91%;
  z-index: 31;
  animation-duration: 24s;
  animation-delay: -13s;
}
#top #mv p.txt18 {
  font-size: min(12vw,54px);
  top: 92%;
  z-index: 32;
  color: #FFB100;
  animation-duration: 27s;
  animation-delay: -17s;
}
#top #mv p.txt19 {
  font-size: min(2vw,8px);
  top: 95%;
  z-index: 31;
  animation-duration: 33s;
  animation-delay: -28s;
}
@keyframes danmaku-flow {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
#top #mv.mv-anime h1 {
  opacity: 0;
  transform: scale(3);
}
#top #mv.mv-anime figure {
  opacity: 0;
  transform: translate(50%, 20px) scale(0.95);
  transform-origin: bottom right;
}
#top #mv.mv-anime .year {
  opacity: 0;
  transform: scale(2);
}
#top #mv.mv-anime.active h1 {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 1s;
}
#top #mv.mv-anime.active figure {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: 0.6s all ease-out;
}
#top #mv.mv-anime.active .year {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s all ease-out;
  transition-delay: 1.4s;
}
#top #concept {
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}
#top #concept h2 {
  width: 56%;
  margin: 0 auto 40px;
}
#top #concept .lead {
  font-size: 24px;
  font-size: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
#top #top-news {
  padding-top: 50px;
  margin-bottom: 50px;
}
#top #top-news .news-list li {
  background-color: #fff;
  border: 1px solid #FF0099;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}
#top #top-news .news-list li:last-child {
  margin-bottom: 0px;
}
#top #top-news .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #top-news .news-list li picture {
  overflow: hidden;
  border-radius: 8px;
  display: block;
}
#top #top-news .news-list li picture:has(img) {
  margin-bottom: 15px;
}
#top #top-news .news-list li article {
  color: #FF0099;
  line-height: 1.8;
  font-weight: 600;
}
#top #top-news .news-list li article .data {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
#top #top-news .btn {
  margin-top: 30px;
}
#top #message {
  padding-top: 50px;
  margin-bottom: 50px;
}
#top #message .splide {
  margin-bottom: 35px;
  position: relative;
}
#top #message .splide .splide__slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
#top #message .splide .splide__slide br {
  display: none !important;
}
#top #message .splide .splide__slide a, #top #message .splide .splide__slide .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#top #message .splide .splide__slide a:after, #top #message .splide .splide__slide .play:after {
  content: "";
  background: url(/asset/images/play.svg) no-repeat;
  width: 48px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top #message .splide .splide__slide video {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
}
#top #message .splide .left-btn {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
#top #message .splide .right-btn {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
#top #message .splide .splide__pagination {
  bottom: -30px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
#top #message .splide .splide__pagination__page {
  background: #E6E6E6;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 12px;
}
#top #message .splide .splide__pagination__page.is-active {
  background: #FF0099;
  transform: scale(1);
  z-index: 1;
}
#top #message .post {
  margin-bottom: 25px;
  position: relative;
  z-index: 1 !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 8px 5px 5px 8px;
}
#top #message h3 {
  font-size: 24px;
  font-size: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 50px;
}
#top #message h3:first-of-type {
  margin-top: 0px;
}
#top #message .hash {
  margin-top: 20px;
}
#top #message .hash.mb {
  margin-bottom: 50px;
}
#top #ambassador {
  padding-top: 50px;
  margin-bottom: 50px;
}
#top #ambassador ul li {
  text-align: center;
  margin-bottom: 25px;
}
#top #ambassador ul li:last-child {
  margin-bottom: 0px;
}
#top #ambassador ul li picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5px;
}
#top #virtual {
  padding-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  /*picture{
    display: block;
    width: 117%;
    transform: translateX(-7%);
    margin-bottom: 40px;
  }*/
}
#top #virtual p {
  margin-bottom: 20px;
}
#top #virtual .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 116%;
  transform: translateX(-7%);
}
#top #virtual .img picture:nth-child(1) {
  width: 100%;
}
#top #virtual .img picture:nth-child(2) {
  width: 62.4%;
}
#top #virtual .img picture:nth-child(3) {
  width: 33.6%;
}
#top #virtual .text-link {
  text-align: center;
  margin-top: 25px;
}
#top #virtual .text-link a {
  color: #FF0099;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  @keyframes danmaku-flow {
    from {
      transform: translateX(375px);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #top #top-news .news-list li:hover {
    background-color: #FF0099;
  }
  #top #top-news .news-list li:hover article {
    color: #fff;
  }
  #top #top-news .news-list li picture {
    overflow: hidden;
    border-radius: 8px;
    display: block;
  }
  #top #top-news .news-list li picture:has(img) {
    margin-bottom: 15px;
  }
  #top #top-news .news-list li article {
    line-height: 1.6;
    transition: 0.5s all;
  }
  #top #top-news .btn {
    margin-top: 30px;
  }
  #top #message .splide .splide__slide a:after {
    transition: 0.3s all ease-out;
  }
  #top #message .splide .splide__slide a:hover:after {
    transform: translate(-50%, -50%) scale(1.2);
  }
  #top #virtual .text-link a:hover {
    text-decoration: none;
  }
}
/*------------------------------
    news
-------------------------------*/
#news #contents {
  padding-top: 35px;
  margin-bottom: 50px;
}
#news #contents .news-list {
  margin-bottom: 30px;
}
#news #contents .news-list li {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #FF0099;
  /*&:last-child{
    margin-bottom: 0px;
  }*/
}
#news #contents .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#news #contents .news-list li picture {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
#news #contents .news-list li picture img {
  width: 100% !important;
  height: auto !important;
}
#news #contents .news-list li article {
  color: #FF0099;
  line-height: 1.8;
  font-weight: 600;
}
#news #contents .news-list li article .data {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
#news #contents .btn {
  margin-top: 30px;
}
#news #contents .view-more-button {
  margin: auto;
  display: block;
  width: 57%;
  max-width: 210px;
  margin: auto;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #FF0099;
  color: #FF0099;
  font-size: 18px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  font-family: "Roboto", serif;
  font-weight: 700;
  background-color: #fff;
}
#news #pager {
  padding-top: 100px;
}
#news.detail {
  color: #FF0099;
}
#news.detail .ttl-area {
  color: #FF0099;
  padding: 0 3%;
}
#news.detail .ttl-area .data {
  line-height: 1;
  font-family: "Roboto", serif;
  margin-bottom: 20px;
}
#news.detail .ttl-area h2 {
  font-size: 18px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: 1.6;
  margin-bottom: 5px;
}
#news.detail #mv {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px;
}
#news.detail article {
  display: block;
  background-color: #fff;
  border: 1px solid #FF0099;
  padding: 20px 20px 35px;
  border-radius: 16px;
}
#news.detail article h3 {
  font-size: 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
#news.detail article p {
  margin-bottom: 15px;
}
#news.detail article figure {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 16px;
}
#news.detail article .note {
  font-size: 80%;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  margin-top: -10px;
}
#news.detail article .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#news.detail article ul {
  margin-bottom: 20px;
}
#news.detail article ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 5px;
}
#news.detail article ul li:before {
  content: "●";
  color: #FF0099;
  position: absolute;
  top: 0;
  left: 0;
}
#news.detail article ul li:last-child {
  margin-bottom: 0px;
}
#news.detail article hr {
  border-color: #FF0099;
}
#news.detail article a {
  text-decoration: underline;
  color: #001A76;
}
#news.detail article .list {
  margin-bottom: 40px;
}
#news.detail article .list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#news.detail article .list li:last-child {
  margin-bottom: 0px;
}
#news.detail article .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#news.detail article .list + .inlist {
  margin-bottom: 40px;
}
#news.detail article .inlist {
  margin-left: 2.7em;
  counter-reset: item;
  list-style-type: none;
  margin-top: -60px;
  margin-bottom: 20px;
}
#news.detail article .inlist + .list {
  margin-top: -60px;
}
#news.detail article .inlist li {
  margin-bottom: 5px;
}
#news.detail article .inlist li:last-child {
  margin-bottom: 0px;
}
#news.detail article .inlist li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 1.5em;
}
#news.detail article .imglist {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -40px;
  gap: 10px;
  /*&:last-of-type{
    padding-bottom: 0px;
  }*/
}
#news.detail article .imglist li {
  margin-bottom: 40px;
}
#news.detail article .imglist li figure {
  border-radius: 16px;
  overflow: hidden;
}
#news.detail article .imglist li figure img {
  width: 100%;
}
#news.detail article .imglist li figcaption {
  font-size: 9px;
  font-size: clamp(0.5625rem, 0vw + 0.5625rem, 0.5625rem);
  line-height: 1.6;
  margin-top: 5px;
}
#news.detail article .imglist .wp-block-column {
  margin-bottom: 40px;
}
#news.detail article .imglist .wp-block-column figure img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#news.detail article .imglist .wp-block-column figcaption {
  font-size: 10px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
  line-height: 1.6;
  margin-top: 10px;
}
#news.detail article .imglist2 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -40px;
  gap: 10px;
}
#news.detail article .imglist2 .wp-block-column {
  margin-bottom: 40px;
}
#news.detail article .imglist2 .wp-block-column figure img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#news.detail article .imglist2 .wp-block-column figcaption {
  font-size: 9px;
  font-size: clamp(0.5625rem, 0vw + 0.5625rem, 0.5625rem);
  line-height: 1.4;
  margin-top: 5px;
}
#news.detail article .img100 {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
}
#news.detail article .img100 img {
  width: 100% !important;
}
#news.detail article .img100 .wp-block-group__inner-container {
  width: 100% !important;
}
#news.detail article .img100 .wp-block-image {
  width: 100% !important;
}
#news.detail article .img100:last-of-type {
  margin-bottom: 0px;
}
#news.detail article .box {
  border: 2px solid #333;
  border-radius: 16px;
  padding: 50px 60px;
  margin-bottom: 40px;
}
#news.detail article .box p {
  margin-bottom: 0px;
}
#news.detail.user .ttl-area .data {
  display: none;
}
#news.detail.user .ttl-area h2 {
  margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
  #news #contents .news-list li:hover {
    background-color: #FF0099;
  }
  #news #contents .news-list li:hover article {
    color: #fff;
  }
  #news #contents .news-list li article {
    line-height: 1.6;
    transition: 0.5s all;
  }
  #news #contents .news-list .view-more-button {
    transition: 0.5s all;
  }
  #news #contents .news-list .view-more-button:hover {
    background-color: #FF0099;
    color: #fff;
  }
  #news.detail article a:hover {
    text-decoration: none;
  }
}
/*------------------------------
    user-guide
-------------------------------*/
#user-guide #contents {
  padding-top: 35px;
  margin-bottom: 50px;
}
#user-guide #contents .news-list {
  margin-bottom: 30px;
}
#user-guide #contents .news-list li {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #FF0099;
  /*&:last-child{
    margin-bottom: 0px;
  }*/
}
#user-guide #contents .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#user-guide #contents .news-list li picture {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
#user-guide #contents .news-list li picture img {
  width: 100% !important;
  height: auto !important;
}
#user-guide #contents .news-list li article {
  color: #FF0099;
  line-height: 1.8;
  font-weight: 600;
}
#user-guide #contents .news-list li article .data {
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
#user-guide #contents .btn {
  margin-top: 30px;
}
#user-guide #contents .view-more-button {
  margin: auto;
  display: block;
  width: 57%;
  max-width: 210px;
  margin: auto;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #FF0099;
  color: #FF0099;
  font-size: 18px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  font-family: "Roboto", serif;
  font-weight: 700;
  background-color: #fff;
}
#user-guide #pager {
  padding-top: 100px;
}
#user-guide.detail {
  color: #FF0099;
}
#user-guide.detail .ttl-area {
  color: #FF0099;
  padding: 0 3%;
}
#user-guide.detail .ttl-area .data {
  line-height: 1;
  font-family: "Roboto", serif;
  margin-bottom: 20px;
}
#user-guide.detail .ttl-area h2 {
  font-size: 18px;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: 1.6;
  margin-bottom: 25px;
}
#user-guide.detail #mv {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px;
}
#user-guide.detail article {
  display: block;
  background-color: #fff;
  border: 1px solid #FF0099;
  padding: 20px 20px 35px;
  border-radius: 16px;
}
#user-guide.detail article h3 {
  font-size: 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
#user-guide.detail article p {
  margin-bottom: 15px;
}
#user-guide.detail article figure {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 16px;
}
#user-guide.detail article .note {
  font-size: 80%;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  margin-top: -10px;
}
#user-guide.detail article .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#user-guide.detail article ul {
  margin-bottom: 20px;
}
#user-guide.detail article ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 5px;
}
#user-guide.detail article ul li:before {
  content: "●";
  color: #FF0099;
  position: absolute;
  top: 0;
  left: 0;
}
#user-guide.detail article ul li:last-child {
  margin-bottom: 0px;
}
#user-guide.detail article hr {
  border-color: #FF0099;
}
#user-guide.detail article a {
  text-decoration: underline;
  color: #001A76;
}
#user-guide.detail article .list {
  margin-bottom: 40px;
}
#user-guide.detail article .list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#user-guide.detail article .list li:last-child {
  margin-bottom: 0px;
}
#user-guide.detail article .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#user-guide.detail article .list + .inlist {
  margin-bottom: 40px;
}
#user-guide.detail article .inlist {
  margin-left: 2.7em;
  counter-reset: item;
  list-style-type: none;
  margin-top: -60px;
  margin-bottom: 20px;
}
#user-guide.detail article .inlist + .list {
  margin-top: -60px;
}
#user-guide.detail article .inlist li {
  margin-bottom: 5px;
}
#user-guide.detail article .inlist li:last-child {
  margin-bottom: 0px;
}
#user-guide.detail article .inlist li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 1.5em;
}
#user-guide.detail article .imglist {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -40px;
  gap: 10px;
  /*&:last-of-type{
    padding-bottom: 0px;
  }*/
}
#user-guide.detail article .imglist li {
  margin-bottom: 40px;
}
#user-guide.detail article .imglist li figure {
  border-radius: 16px;
  overflow: hidden;
}
#user-guide.detail article .imglist li figure img {
  width: 100%;
}
#user-guide.detail article .imglist li figcaption {
  font-size: 9px;
  font-size: clamp(0.5625rem, 0vw + 0.5625rem, 0.5625rem);
  line-height: 1.6;
  margin-top: 5px;
}
#user-guide.detail article .imglist .wp-block-column {
  margin-bottom: 40px;
}
#user-guide.detail article .imglist .wp-block-column figure img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#user-guide.detail article .imglist .wp-block-column figcaption {
  font-size: 10px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
  line-height: 1.6;
  margin-top: 10px;
}
#user-guide.detail article .imglist2 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -40px;
  gap: 10px;
}
#user-guide.detail article .imglist2 .wp-block-column {
  margin-bottom: 40px;
}
#user-guide.detail article .imglist2 .wp-block-column figure img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#user-guide.detail article .imglist2 .wp-block-column figcaption {
  font-size: 9px;
  font-size: clamp(0.5625rem, 0vw + 0.5625rem, 0.5625rem);
  line-height: 1.4;
  margin-top: 5px;
}
#user-guide.detail article .img100 {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
}
#user-guide.detail article .img100 img {
  width: 100% !important;
}
#user-guide.detail article .img100 .wp-block-group__inner-container {
  width: 100% !important;
}
#user-guide.detail article .img100 .wp-block-image {
  width: 100% !important;
}
#user-guide.detail article .img100:last-of-type {
  margin-bottom: 0px;
}
#user-guide.detail article .box {
  border: 2px solid #333;
  border-radius: 16px;
  padding: 50px 60px;
  margin-bottom: 40px;
}
#user-guide.detail article .box p {
  margin-bottom: 0px;
}

@media screen and (min-width: 1025px) {
  #user-guide #contents .news-list li:hover {
    background-color: #FF0099;
  }
  #user-guide #contents .news-list li:hover article {
    color: #fff;
  }
  #user-guide #contents .news-list li article {
    line-height: 1.6;
    transition: 0.5s all;
  }
  #user-guide #contents .news-list .view-more-button {
    transition: 0.5s all;
  }
  #user-guide #contents .news-list .view-more-button:hover {
    background-color: #FF0099;
    color: #fff;
  }
  #user-guide.detail article a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */