@charset "UTF-8";
img {
  max-width: 100%;
}

body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.-sp {
  display: none;
}

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

  .-pc {
    display: none;
  }
}
button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .wrapper {
    padding-bottom: 10vw;
  }
}

.spotify {
  background: #1c6bab;
  width: 100%;
  margin-top: 0px;
  padding: 40px 10px;
  box-sizing: border-box;
}
.spotify iframe {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .spotify {
    order: 0;
    padding: 3vw 3vw 5vw;
    background: #222;
    box-sizing: border-box;
  }
}

.notice {
  background: #1c6bab;
  background: #0073d7;
  background: #0060e2;
  background: #006cff;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  height: 85px;
  font-weight: bold;
}
.notice.-hide {
  height: 0;
}
.notice__inner {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.notice__inner span {
  display: block;
  padding: 1.2em 0;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
}
.notice__close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 2em;
  transform: translate(0%, -50%);
}
.notice__close button {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.notice__close button:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.notice__close button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 750px) {
  .notice {
    height: 18vw;
  }
  .notice__inner span {
    font-size: 3.3vw;
    padding: 1.2em 0;
    letter-spacing: 0.1em;
  }
  .notice__close {
    right: 0vw;
    width: 12vw;
    height: 12vw;
    padding: 3vw;
    box-sizing: border-box;
  }
}

.top {
  position: relative;
  max-width: 175vh;
  min-height: 100vh;
  min-height: calc(100vh - 85px);
  margin: 0 auto;
}
.top__ver {
  width: 100%;
  height: 100%;
}
.top__ver.-ver1 .top__center__credit {
  position: absolute;
  bottom: 2vw;
  left: 3vw;
  width: 91vw;
}
.top__ver.-ver1 .top__center__roadshow {
  position: absolute;
  bottom: 17vw;
  right: 1vw;
  max-width: 28vw;
}
@media only screen and (max-width: 750px) {
  .top__ver.-ver1 .top__copy {
    top: 44vw;
  }
}
.top__ver.-ver2 {
  position: absolute;
  top: 0;
  left: 0;
}
.top__ver.-ver2 .top__v__img {
  background-image: url(../images/ver4/top/v2-pc.jpg?ver=2);
  background-position: center 60%;
}
.top__ver.-ver2 .top__center__text {
  top: auto;
  bottom: 9%;
}
@media only screen and (max-width: 750px) {
  .top__ver.-ver2 .top__center__text {
    bottom: 0;
  }
}
.top__ver.-ver2 .top__center__credit {
  transition: all 2s ease 2.2s;
}
.top__ver.-ver2 .top__center__roadshow {
  transition: all 2s ease 2.3s;
}
.top__ver.-ver2.-active {
  /* visibility: hidden;
  opacity: 0; */
  animation: rotatev 20s linear 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.top__inner {
  display: flex;
  min-height: calc(100vh - 85px);
  position: relative;
}
@media only screen and (max-height: 820px) {
  .top {
    min-height: 820px;
    max-width: 1437px;
  }
  .top__inner {
    min-height: 820px;
  }
}
@media only screen and (max-width: 750px) {
  .top {
    min-height: 0;
  }
  .top__inner {
    display: block;
    min-height: 0;
  }
}
.top__left {
  order: 1;
  flex-grow: 0.5;
  width: 11.4583333333%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2%;
}
@media only screen and (max-width: 750px) {
  .top__left {
    position: absolute;
    bottom: 1.0666666667vw;
    left: 2.6666666667vw;
    padding-bottom: 0;
    display: none;
  }
}
.top__center {
  position: relative;
  order: 2;
  flex-grow: 1;
  width: 77.0833333333%;
}
.top__center__text {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .top__center {
    width: 100%;
  }
  .top__center__text {
    top: 7%;
  }
}
.top__right {
  order: 3;
  flex-grow: 0.5;
  width: 11.4583333333%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 110px;
}
@media only screen and (max-width: 750px) {
  .top__right {
    position: absolute;
    bottom: 0;
    right: 2.6666666667vw;
    padding-bottom: 0;
    min-width: 0;
    width: auto;
    align-items: flex-end;
    height: 73%;
    box-sizing: border-box;
    padding-bottom: 16.2vw;
    padding-bottom: 14vw;
    display: none;
  }
}
.top__credit {
  max-width: 124px;
  width: 100%;
  margin: 0 auto;
  transition: all 2s ease 2.5s;
  position: relative;
  box-sizing: border-box;
  max-height: 544px;
  max-height: 517px;
  margin-top: 90%;
  margin-top: 70%;
  height: calc(90% - 340px);
  height: calc(70% - 125px);
  max-width: 118px;
}
.top__credit__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.top__credit img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .top__credit {
    max-width: none;
    width: 91vw;
    padding-bottom: 0;
  }
}
.top__v {
  overflow: hidden;
  height: 100%;
}
.top__v__img {
  background: url(../images/ver3/top/v-pc.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 10s ease-out 0s;
  backface-visibility: hidden;
  transform-origin: center 40%;
  width: 100%;
  height: 100%;
}
.top__v__img img {
  visibility: hidden;
  display: none;
}
.top__v__inner {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top__v__img {
    background: none;
  }
  .top__v__img img {
    visibility: visible;
    display: block;
  }
  .top__v__img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  .top__v__img2.-active {
    animation: rotatev 20s linear 0s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.top__director {
  width: 26.2837837838%;
  margin: 0 auto;
  transition: all 2s ease 1.5s;
}
@media only screen and (max-width: 750px) {
  .top__director {
    width: 35.2vw;
  }
}
.top__title {
  padding-top: 3%;
  width: 59.6621621622%;
  margin: 0 auto;
  transition: all 2s ease 1.8s;
}
@media only screen and (max-width: 750px) {
  .top__title {
    width: 79.4666666667vw;
    padding-top: 3%;
  }
}
.top__copy {
  flex-grow: 1;
  max-width: 2.7702702703%;
  margin: 0 auto;
  transition: all 2s ease 4.1s;
  position: absolute;
  top: 14.5%;
  right: 9%;
}
@media only screen and (max-width: 750px) {
  .top__copy {
    max-width: 5.6vw;
    margin: 0;
    padding-right: 10%;
    padding-top: 0;
    right: 0;
  }
}
.top__roadshow {
  flex-grow: 0;
  max-width: 75%;
  margin: 0 auto;
  padding-bottom: 10px;
  transition: all 2s ease 2.6s;
}
@media only screen and (max-width: 750px) {
  .top__roadshow {
    max-width: 28vw;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .top__copyright img {
    height: 1.3333333333vw;
  }
}
.top__footer {
  padding-bottom: 5px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 11.4583333333%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .top__footer {
    position: relative;
    width: 70%;
    justify-content: center;
    margin: 4vw auto 2vw;
  }
}
.top__share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 6px;
}
.top__share dt {
  padding-right: 3px;
  width: 7%;
}
.top__share dd {
  padding-left: 14px;
  width: 14%;
}
@media only screen and (max-width: 750px) {
  .top__share {
    /* position: relative;
    width: 80%;
    justify-content: center;
    margin: 5vw auto 1vw; */
    width: 100%;
  }
  .top__share dt,
.top__share dd {
    width: 25%;
    padding: 0;
    text-align: center;
  }
  .top__share dt img,
.top__share dd img {
    margin: 0 auto;
  }
  .top__share .-mark img {
    width: 3.2vw;
  }
  .top__share .-tw img {
    width: 4.5333333333vw;
  }
  .top__share .-fb img {
    width: 4.5333333333vw;
  }
  .top__share .-line img {
    width: 4.9333333333vw;
  }
}
.top__subbanner {
  position: absolute;
  right: 0px;
  bottom: 55px;
  width: 11.4583333333%;
  min-width: 180px;
}
.top__subbanner__banner {
  padding: 0 22% 10%;
  transition: all 2s ease 4.8s;
}
@media only screen and (max-width: 750px) {
  .top__subbanner {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.top__mvtk {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15%;
}
.top__mvtk__card {
  position: absolute;
  right: 3%;
  bottom: 11%;
  width: 11.5%;
}
.top__mvtk dd {
  padding-top: 4px;
}
.top__mvtk dd a {
  display: block;
  position: relative;
}
.top__mvtk button {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .top__mvtk {
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    padding: 0.8vw 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
  }
  .top__mvtk__card {
    right: 11%;
    bottom: 11%;
    width: 25.5%;
  }
  .top__mvtk dt {
    order: 1;
  }
  .top__mvtk dd {
    padding: 0;
  }
  .top__mvtk .-mvtk1 {
    order: 3;
  }
  .top__mvtk .-mvtk2 {
    order: 2;
  }
}
.top__voice {
  padding: 3% 15% 0;
  display: flex;
  align-content: center;
  flex-direction: column;
}
.top__voice a + a {
  margin-top: 5%;
}
@media only screen and (max-width: 750px) {
  .top__voice {
    padding: 0 10vw 6vw;
  }
}
.top__badge {
  z-index: 3;
  min-width: 180px;
}
.top__badge ul {
  display: flex;
  padding: 1em;
}
.top__badge li {
  box-sizing: border-box;
  padding: 0 0.3em;
}
.top__badge li a {
  display: block;
}
.top__badge li a img {
  display: block;
  max-height: 50px;
}
@media only screen and (max-width: 750px) {
  .top__badge li a img {
    max-height: none;
  }
}
.top__badge__small {
  display: flex;
  justify-content: center;
  background: #eee;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .top__badge__small {
    display: block;
    background: transparent;
    padding-bottom: 0;
  }
}
.top__badge__large {
  background: #eee;
}
.top__badge__large ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0;
  justify-content: center;
}
.top__badge__large ul li {
  width: 13.6vw;
  max-width: 220px;
  min-width: 150px;
  padding: 10px 0.5%;
  box-sizing: border-box;
  box-sizing: border-box;
}
.top__badge__large ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.top__badge__large ul li a img {
  height: auto;
}
@media only screen and (max-width: 750px) {
  .top__badge__large ul {
    padding: 5vw 2vw 0vw;
    justify-content: flex-start;
  }
  .top__badge__large ul li {
    width: 50%;
    padding: 1.5vw;
  }
}
@media only screen and (max-width: 750px) {
  .top__badge__large {
    background: transparent;
  }
}
@media only screen and (max-width: 750px) {
  .top__badge {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: none;
    width: auto;
  }
  .top__badge ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5vw 2vw 5vw;
  }
  .top__badge li + li {
    padding: 1.5vw;
  }
  .top__badge li {
    max-width: 50%;
    padding-right: 0;
    padding: 1.5vw;
  }
}
.top__sns {
  position: fixed;
  right: 94px;
  top: 8px;
  backface-visibility: hidden;
  z-index: 111;
}
.top__sns.-pc {
  position: sticky;
  height: 0;
  top: 0;
  right: 0;
  justify-content: flex-end;
}
.top__sns.-sp {
  display: none;
}
.top__sns ul {
  display: flex;
  padding: 12px 94px;
  justify-content: flex-end;
}
.top__sns li {
  padding-left: 10px;
}
.top__sns li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .top__sns {
    position: relative;
    right: auto;
    top: auto;
    z-index: 0;
    margin: 0 auto;
    max-width: none;
  }
  .top__sns.-sp {
    display: flex;
  }
  .top__sns li {
    padding: 0;
  }
  .top__sns li a {
    border-radius: 0;
    border: 0;
  }
}
.top__sns.-hide {
  opacity: 0;
  transition: all 0s ease 0s !important;
}
@media only screen and (max-width: 750px) {
  .top__sns.-hide {
    opacity: 1;
  }
}
.top.-hide .top__v__img {
  transform: scale(1.1);
  transition: all 0s ease 0s !important;
}
.top.-hide .top__title {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__director {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__roadshow {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__credit {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__copy {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__badge {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__badge__large {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
@media only screen and (max-width: 750px) {
  .top.-hide .top__badge {
    opacity: 1;
    visibility: visible;
  }
}
.top.-hide .top__subbanner__banner {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__center__credit {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.top.-hide .top__center__roadshow {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}

@keyframes rotatev {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  background: #eee;
  padding: 1em;
}
.banner ul {
  display: flex;
  justify-content: center;
}
.banner ul li {
  padding: 0 0.3em;
}
.banner ul li a {
  display: block;
}
.banner ul li a img {
  display: block;
  max-height: 50px;
}
@media only screen and (max-width: 750px) {
  .banner {
    padding: 0;
  }
  .banner ul {
    flex-wrap: wrap;
    padding: 5vw 2vw 5vw;
  }
  .banner ul li {
    width: 50%;
    padding: 1.5vw;
    box-sizing: border-box;
  }
  .banner ul li a {
    max-width: none;
  }
  .banner ul li a img {
    max-height: none;
  }
}

.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 105, 177, 0.95);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 1000;
}
.modal__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 12, 34, 0);
  opacity: 0.9;
  z-index: 0;
}
.modal__wrapper.-active {
  opacity: 1;
  visibility: visible;
}
.modal__wrapper__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.modal__tyui {
  background: #fff;
  padding: 3em;
  max-width: 960px;
  width: 90%;
  line-height: 2;
  font-size: 16px;
  box-sizing: border-box;
}
.modal__tyui h3 {
  padding-bottom: 0.5em;
}
.modal__tyui p {
  padding-top: 0.5em;
  line-height: 1.8;
  font-size: 14px;
}
.modal__tyui__content {
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}
.modal__tyui__content + .modal__tyui__content {
  margin-top: 1em;
}
.modal__close {
  background: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 750px) {
  .modal__tyui {
    font-size: 3.4vw;
    width: 95%;
    padding: 1.5em 1em 1.5em;
  }
  .modal__tyui p {
    line-height: 1.8;
    font-size: 3.2vw;
  }
  .modal__tyui__content {
    padding: 1em;
  }
  .modal__close {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5vw;
    width: 12vw;
  }
}

.comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 43, 64, 0.95);
  z-index: 1;
  backface-visibility: hidden;
  color: #fff;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.comment.-active {
  opacity: 1;
  visibility: visible;
}
.comment .btn-close {
  background: transparent;
  border: none;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.comment__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 50px 150px;
  box-sizing: border-box;
}
.comment__inner h2 {
  text-align: center;
}
.comment__inner h3 {
  font-style: italic;
  letter-spacing: 0.15em;
  font-size: 1.8em;
  padding-top: 2em;
  font-family: "Noto Sans JP", sans-serif;
}
.comment__inner p {
  font-size: 0.9em;
  line-height: 1.8;
  padding-top: 1.5em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .comment {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .comment__inner {
    padding: 10vw 5vw;
  }
  .comment .btn-close {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
    width: 12vw;
    margin-bottom: 30vw;
  }
}

#trailer-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  transform: translateZ(0);
  background: #121212;
  will-change: opacity visibility;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#trailer-wrapper.-show {
  top: 0;
}
#trailer-wrapper.-hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s ease 0.5s, visibility 1.5s ease 0.5s, background 1s ease 0s;
  background: #fff;
}
#trailer-wrapper.-hide #trailer {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper.-hide {
    visibility: visible;
    opacity: 1;
  }
  #trailer-wrapper.-hide #trailer {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper {
    position: relative;
    top: auto;
    left: auto;
    background: #222;
    z-index: 1;
    height: auto;
    background-size: 100% auto;
    width: auto;
    padding: 0;
    display: block !important;
  }
}
#trailer-wrapper ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 0 1px;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 3vw;
    box-sizing: border-box;
    border: 1px solid #111;
    border-width: 1px 0 0 1px;
    background: #111;
    width: auto;
  }
}
#trailer-wrapper ul li {
  display: inline-block;
  width: 16%;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul li {
    width: 50%;
    padding: 0;
    height: 2.4em;
    padding: 0;
    box-sizing: border-box;
  }
}
#trailer-wrapper ul li a {
  position: relative;
  padding: 10px 3px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 1px 1px 0;
  text-align: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
#trailer-wrapper ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul li a {
    font-size: 3.2vw;
    padding: 0.4em 0.4em;
    letter-spacing: 0.08em;
    height: 100%;
    box-sizing: border-box;
    border-width: 0 1px 1px 0;
    border-color: #111;
    background: #222;
    color: rgba(255, 255, 255, 0.7);
  }
  #trailer-wrapper ul li a:hover {
    border-width: 1px 1px 0 0;
  }
}
#trailer-wrapper ul li.cur a {
  background: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  color: #000;
  cursor: default;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper ul li.cur a {
    background: rgba(255, 255, 255, 0.7);
    border-color: transparent;
  }
}

#trailer {
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  #trailer {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0vw;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}

#trailer-wrapper .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper .btn-close {
    display: none;
  }
}

#trailer-player {
  width: 100%;
  height: 100%;
  background: #000;
}

#trailer-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: 155vh;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  #trailer-container {
    padding: 5vw 3vw 1vw;
  }
}

#trailer-player-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: auto;
  width: 100%;
}
#trailer-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#trailer-nav {
  text-align: center;
  padding: 10px 0 30px;
  line-height: 1 !important;
}
@media only screen and (max-width: 750px) {
  #trailer-nav {
    padding: 10px 0;
  }
}

#trailer-wrapper.-op #trailer-nav {
  display: none;
}
@media only screen and (max-width: 750px) {
  #trailer-wrapper.-op #trailer-nav {
    display: block;
  }
}

#trailer .btn-skip {
  opacity: 1;
  color: #000;
  transition: all 0.25s ease;
}

#trailer .btn-skip:hover {
  opacity: 0.8;
}

#trailer-wrapper #trailer-wrapper ul #trailer-wrapper ul li:last-child {
  padding-right: 0;
}

#btn-skip {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 150px;
  padding: 7px;
  display: none;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#btn-skip:hover {
  opacity: 1;
}

#trailer-wrapper.op #btn-skip {
  display: block;
}

#trailer-wrapper ul .op {
  display: none;
}

#trailer-wrapper.op {
  background: #000;
  display: block;
}
#trailer-wrapper.op ul li {
  display: none;
}
#trailer-wrapper.op ul li.op {
  display: inline-block;
}

.btn-close {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.btn-close__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.btn-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav__top {
  position: sticky;
  z-index: 110;
  right: 0;
  top: 0;
  z-index: 111;
  display: flex;
  height: 0;
  justify-content: flex-end;
}
.nav__top li {
  padding-left: 13px;
}
.nav__top img {
  width: 62px;
}
@media only screen and (max-width: 750px) {
  .nav__top {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
  }
  .nav__top li {
    padding-left: 2.6666666667vw;
  }
  .nav__top img {
    width: 10vw;
  }
}
.nav__main {
  position: fixed;
  z-index: 110;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 120px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
.nav__main.-active {
  width: 32%;
  padding: 120px 3% 0;
}
@media only screen and (max-width: 750px) {
  .nav__main {
    align-items: center;
    padding-top: 0;
  }
  .nav__main.-active {
    width: 100%;
    padding-top: 0;
  }
}
.nav__main__bg {
  background: rgba(0, 93, 175, 0.5);
  mix-blend-mode: multiply;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 100;
  transition: all 0.5s ease 0s;
  /* backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); */
}
.nav__main__bg.-active {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .nav__main__bg.-active {
    width: 100%;
  }
}
.nav__main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 93, 175, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.nav__main li {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .nav__main li {
    width: 100vw;
    text-align: center;
  }
}
.nav__main a {
  display: block;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0.8em 0;
  font-size: 18px;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .nav__main a {
    font-size: 4.6vw;
    padding: 0.75em 0;
  }
}
.nav__mark {
  padding: 12px 20px;
}
.nav__mark a {
  display: block;
  position: relative;
  background: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 750px) {
  .nav__mark a {
    width: 10vw;
    height: 10vw;
  }
}
.nav__mark a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.nav__mark a span {
  display: block;
  width: 41%;
  height: 3%;
  background: #000;
  right: 23%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  .nav__mark a span {
    height: 2px;
  }
}
.nav__mark a::before {
  content: "";
  display: block;
  height: 3%;
  width: 55%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  .nav__mark a::before {
    height: 2px;
  }
}
.nav__mark a::after {
  content: "";
  display: block;
  height: 3%;
  width: 55%;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 36%;
  transform: translate(-50%, 50%);
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 750px) {
  .nav__mark a::after {
    height: 2px;
  }
}
@media only screen and (max-width: 750px) {
  .nav__mark {
    padding: 3vw;
  }
}
.nav__mark.-active a span {
  width: 0;
}
.nav__mark.-active a:before {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.nav__mark.-active a:after {
  transform: rotate(30deg) translate(-50%, 50%);
}

.introduction {
  text-align: center;
  padding-bottom: 80px;
}
.introduction__inner {
  padding: 0 90px;
}
@media only screen and (max-width: 750px) {
  .introduction {
    padding-bottom: 10vw;
  }
  .introduction__inner {
    padding: 0;
  }
}
.introduction__copy {
  padding: 200px 0;
}
.introduction__copy svg {
  width: 58px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .introduction__copy {
    padding: 20vw 0;
  }
  .introduction__copy svg {
    width: 11.7333333333vw;
  }
}
.introduction__copy path {
  backface-visibility: hidden;
  transition: all 3s ease 0s;
}
.introduction__copy path.-c1 {
  transition-delay: 0.1s;
}
.introduction__copy path.-c2 {
  transition-delay: 0.15s;
}
.introduction__copy path.-c3 {
  transition-delay: 0.2s;
}
.introduction__copy path.-c4 {
  transition-delay: 0.25s;
}
.introduction__copy path.-c5 {
  transition-delay: 0.3s;
}
.introduction__copy path.-c6 {
  transition-delay: 0.35s;
}
.introduction__copy path.-c7 {
  transition-delay: 0.4s;
}
.introduction__copy path.-c8 {
  transition-delay: 0.45s;
}
.introduction__copy path.-c9 {
  transition-delay: 0.5s;
}
.introduction__copy path.-c10 {
  transition-delay: 0.55s;
}
.introduction__copy path.-c11 {
  transition-delay: 0.6s;
}
.introduction__copy path.-c12 {
  transition-delay: 0.65s;
}
.introduction__copy path.-c13 {
  transition-delay: 0.7s;
}
.introduction__copy path.-c14 {
  transition-delay: 0.75s;
}
.introduction__copy path.-c15 {
  transition-delay: 0.8s;
}
.introduction__copy path.-c16 {
  transition-delay: 0.85s;
}
.introduction__copy path.-c17 {
  transition-delay: 0.9s;
}
.introduction__copy path.-c18 {
  transition-delay: 0.95s;
}
.introduction__copy path.-c19 {
  transition-delay: 1s;
}
.introduction__copy.-hide path {
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0s !important;
}
.introduction h2 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.18em;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 0.8em;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .introduction h2 {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    width: 82.1333333333vw;
    margin: 0 auto;
  }
}
.introduction p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 2em;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .introduction p {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}

.story {
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .story {
    padding: 10vw 0 15vw;
  }
}
.story__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 90px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .story__inner {
    display: block;
    padding: 0 8vw;
  }
}
.story__image {
  width: 46.3636363636%;
  width: 50%;
  margin-right: 5%;
  transition: transform 2s cubic-bezier(0, 0.97, 0.04, 0.99) 0s, opacity 1.5s ease 0s;
  overflow: hidden;
}
.story__image img {
  transition: transform 2s cubic-bezier(0, 0.97, 0.04, 0.99) 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .story__image {
    width: 84vw;
    margin: 0;
  }
  .story__image img {
    object-fit: unset;
    height: auto;
  }
}
.story__title {
  margin-bottom: 1.5em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  backface-visibility: hidden;
}
.story__title img {
  transition: all 1s ease 0.3s;
  backface-visibility: hidden;
}
.story__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .story__title {
    display: block;
    width: 53.6vw;
    margin: 18vw auto 5vw;
  }
}
.story p {
  letter-spacing: 0.15em;
  line-height: 2;
  padding-top: 2em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  .story p {
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.story.-hide .story__title img {
  transform: translate(0, 100%);
  transition: all 0s ease 0s !important;
}
.story.-hide .story__title:after {
  width: 0;
  left: 50%;
  transition: all 0s ease 0s !important;
}
.story.-hide .story__image {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: all 0s ease 0s !important;
}
.story.-hide .story__image img {
  transform: scale(1.25);
  transition: all 0s ease 0s !important;
}

.character {
  padding: 80px 0;
}
.character__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .character__inner {
    padding: 0 8vw;
  }
}
.character__title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  overflow: hidden;
  backface-visibility: hidden;
}
.character__title img {
  transition: all 1s ease 0.3s;
  backface-visibility: hidden;
}
.character__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .character__title {
    width: 83.6vw;
    margin-bottom: 0;
  }
}
.character__item {
  display: flex;
  text-align: right;
  flex-direction: row-reverse;
}
.character__item.-cast {
  display: block;
}
.character__item.-cast .character__item__text {
  flex-direction: row;
  align-items: center;
  padding: 2em 0 0 !important;
}
.character__item.-cast .character__item__text h3 {
  flex-shrink: 0;
  flex-grow: 0;
  width: 38%;
}
.character__item.-cast .character__item__text p {
  justify-content: flex-start;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .character__item.-cast .character__item__text {
    padding: 0 !important;
    flex-direction: column;
  }
  .character__item.-cast .character__item__text h3 {
    width: auto;
  }
  .character__item.-cast .character__item__text p {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .character__item.-cast .character__item__cast {
    padding: 2vw 6vw 0;
  }
}
.character__item__inner {
  display: flex;
  justify-content: space-between;
}
.character__item__container {
  padding-top: 50px;
}
.character__item + .character__item {
  padding-top: 120px;
}
.character__item.-even {
  flex-direction: row;
  text-align: left;
}
.character__item.-even .character__item__text {
  padding-left: 2.5em;
  padding-right: 0;
}
.character__item.-even .character__item__text p {
  justify-content: flex-start;
}
.character__item__text {
  padding-right: 2.5em;
  display: flex;
  flex-direction: column;
}
.character__item__text h3 {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.character__item__text p {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 750px) {
  .character__item {
    display: block;
  }
  .character__item + .character__item {
    padding-top: 15vw;
  }
  .character__item__text {
    text-align: center;
    padding: 0 !important;
  }
  .character__item__text h3 {
    display: block;
    padding-top: 7vw;
  }
  .character__item__text p {
    padding-top: 5vw;
    display: block;
    font-size: 3.444vw;
    letter-spacing: 0.05em;
  }
  .character__item.-item1 h3 {
    width: 60.1333333333vw !important;
    margin: 0 auto;
  }
  .character__item.-item2 h3 {
    width: 61.0666666667vw !important;
    margin: 0 auto;
  }
  .character__item.-item3 h3 {
    width: 54.5333333333vw !important;
    margin: 0 auto;
  }
  .character__item.-item4 h3 {
    width: 81.6vw !important;
    margin: 0 auto;
  }
  .character__item.-item5 h3 {
    width: 52.6666666667vw !important;
    margin: 0 auto;
  }
  .character__item.-item6 h3 {
    width: 51.8666666667vw !important;
    margin: 0 auto;
  }
  .character__item.-item7 h3 {
    width: 72.9333333333vw !important;
    margin: 0 auto;
  }
  .character__item.-item8 h3 {
    width: 61.4666666667vw !important;
    margin: 0 auto;
  }
  .character__item.-item9 h3 {
    width: 60.9333333333vw !important;
    margin: 0 auto;
  }
  .character__item.-item10 h3 {
    width: 61.2vw !important;
    margin: 0 auto;
  }
  .character__item.-item11 h3 {
    width: 61.6vw !important;
    margin: 0 auto;
  }
}
.character.-hide .character__title img {
  transform: translate(0, 100%);
  transition: all 0s ease 0s !important;
}
.character.-hide .character__title:after {
  width: 0;
  left: 50%;
  transition: all 0s ease 0s !important;
}

.staff {
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .staff {
    padding: 10vw 0;
  }
}
.staff__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .staff__inner {
    padding: 0 8vw;
  }
}
.staff__flex {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  .staff__flex {
    display: block;
  }
}
.staff__title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  overflow: hidden;
  backface-visibility: hidden;
}
.staff__title img {
  transition: all 1s ease 0.3s;
  backface-visibility: hidden;
}
.staff__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .staff__title {
    width: 50.8vw;
    margin-bottom: 0;
  }
}
.staff__name {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 1.8em;
}
@media only screen and (max-width: 750px) {
  .staff__name {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .staff__name.-n1 {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .staff__name.-n2 {
    width: 65.8666666667vw;
    margin: 0 auto;
  }
  .staff__name.-n3 {
    width: 63.0666666667vw;
    margin: 0 auto;
  }
  .staff__name.-n4 {
    width: 44.9333333333vw;
    margin: 0 auto;
  }
}
.staff__image {
  flex-shrink: 0;
  width: 230px;
  margin-left: 2em;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .staff__image {
    width: 49.8666666667vw;
    margin: 0 auto 2.4em;
  }
}
.staff p {
  text-align: left;
  line-height: 2;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 750px) {
  .staff p {
    font-size: 3.6vw;
  }
}
.staff.-hide .staff__title img {
  transform: translate(0, 100%);
  transition: all 0s ease 0s !important;
}
.staff.-hide .staff__title:after {
  width: 0;
  left: 50%;
  transition: all 0s ease 0s !important;
}

.music {
  padding: 80px 0;
}
@media only screen and (max-width: 750px) {
  .music {
    padding: 10vw 0;
  }
}
.music__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 90px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .music__inner {
    padding: 0 8vw;
  }
}
.music__flex {
  display: flex;
  justify-content: space-between;
}
.music__flex .music__item {
  width: 31%;
}
@media only screen and (max-width: 750px) {
  .music__flex {
    display: block;
  }
  .music__flex .music__item {
    width: 100%;
  }
}
.music__single .music__item {
  /* display: flex;
  justify-content: space-between; */
}
.music__single .music__item__photo {
  width: 48%;
}
.music__single .music__item__spec {
  width: 48%;
}
.music__single .music__item__spec dt {
  padding: 0 0 1em;
}
@media only screen and (max-width: 750px) {
  .music__single .music__item__photo {
    width: 100%;
  }
  .music__single .music__item__spec {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .music__item {
    padding-bottom: 2.5em;
  }
}
.music__item__spec {
  display: flex;
  flex-direction: column;
}
.music__item__spec dt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0 1.5em;
}
.music__item__spec dd {
  flex-grow: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
.music__item__spec dd span {
  display: block;
  padding-top: 0.5em;
}
@media only screen and (max-width: 750px) {
  .music__item__spec dt {
    padding: 1.5em 0 1em !important;
  }
  .music__item__spec dt img {
    height: 20vw;
  }
}
.music__item__sns {
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
}
.music__item__sns li {
  width: 32%;
}
.music__item__sns li a {
  display: block;
  text-align: center;
  padding: 0.4em;
  border: 1px solid #015dab;
  border-radius: 2em;
  color: #fff;
  color: #015dab;
  letter-spacing: 0.05em;
}
.music__comment {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  padding: 4em 0 0;
}
.music__comment h3 img {
  display: block;
}
.music__comment dl {
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 2em 0;
}
.music__comment dt {
  font-weight: bold;
  font-size: 1.2em;
}
.music__comment dd + dt {
  padding-top: 1.5em;
}
.music__comment dd {
  padding-top: 0em;
}
.music__comment dd span {
  display: block;
  padding-top: 0.5em;
}
@media only screen and (max-width: 750px) {
  .music__comment {
    padding-top: 3em;
    font-size: 3.6vw;
  }
}
.music__desc {
  padding: 2.5em 0 2.5em;
  font-family: "Noto Sans JP", sans-serif;
}
.music__desc p {
  padding-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .music__desc {
    font-size: 3.6vw;
  }
}
.music__title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  overflow: hidden;
  backface-visibility: hidden;
}
.music__title img {
  transition: all 1s ease 0.3s;
  backface-visibility: hidden;
  width: 100%;
}
.music__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .music__title {
    width: 44.8vw;
    margin-bottom: 0;
  }
}
.music__name {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 1.8em;
}
@media only screen and (max-width: 750px) {
  .music__name {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .music__name.-n1 {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .music__name.-n2 {
    width: 65.8666666667vw;
    margin: 0 auto;
  }
  .music__name.-n3 {
    width: 63.0666666667vw;
    margin: 0 auto;
  }
  .music__name.-n4 {
    width: 44.9333333333vw;
    margin: 0 auto;
  }
}
.music__image {
  flex-shrink: 0;
  width: 230px;
  margin-left: 2em;
  backface-visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .music__image {
    width: 49.8666666667vw;
    margin: 0 auto 2.4em;
  }
}
.music p {
  text-align: left;
  line-height: 2;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 750px) {
  .music p {
    font-size: 3.6vw;
  }
}
.music.-hide .music__title img {
  transform: translate(0, 100%);
  transition: all 0s ease 0s !important;
}
.music.-hide .music__title:after {
  width: 0;
  left: 50%;
  transition: all 0s ease 0s !important;
}

.page__footer {
  padding: 10px 0;
  text-align: center;
}
.page__footer img {
  height: 10px;
}
@media only screen and (max-width: 750px) {
  .page__footer__copyright img {
    height: 7px;
  }
}

.anim-item .anim-scale,
.anim-item.anim-scale,
.op-item .anim-scale,
.op-item.anim-scale {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.1s ease 0.1s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.anim-item .anim-show,
.anim-item.anim-show,
.op-item .anim-show,
.op-item.anim-show {
  visibility: visible;
  transition: all 0s ease 0s;
}

.anim-item .anim-mask,
.anim-item.anim-mask,
.op-item .anim-mask,
.op-item.anim-mask {
  width: 100%;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.anim-item .anim-fade0,
.anim-item.anim-fade0,
.op-item .anim-fade0,
.op-item.anim-fade0 {
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1.5s ease 0s;
}

.anim-item .anim-fade,
.anim-item.anim-fade,
.op-item .anim-fade,
.op-item.anim-fade {
  backface-visibility: hidden;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 2s ease 0s, transform 1s cubic-bezier(0, 0.97, 0.04, 0.99) 0s;
}

.anim-item .anim-fade2,
.anim-item.anim-fade2,
.op-item .anim-fade2,
.op-item.anim-fade2 {
  backface-visibility: hidden;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 1.5s ease 0s, transform 4s ease-out 0s;
}

.anim-item .anim-blur,
.anim-item.anim-blur,
.op-item .anim-blur,
.op-item.anim-blur {
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1s ease 0s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, filter 3s ease-out 0s;
}

.anim-item.-hide .anim-scale,
.anim-item.-hide.anim-scale,
.op-item.-hide .anim-scale,
.op-item.-hide.anim-scale {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 1);
}

.anim-item.-hide .anim-show,
.anim-item.-hide.anim-show,
.op-item.-hide .anim-show,
.op-item.-hide.anim-show {
  visibility: hidden;
}

.anim-item.-hide .anim-mask,
.anim-item.-hide.anim-mask,
.op-item.-hide .anim-mask,
.op-item.-hide.anim-mask {
  width: 0;
}

.anim-item.-hide .anim-fade0,
.anim-item.-hide.anim-fade0,
.op-item.-hide .anim-fade0,
.op-item.-hide.anim-fade0 {
  opacity: 0;
}

.anim-item.-hide .anim-fade,
.anim-item.-hide.anim-fade,
.op-item.-hide .anim-fade,
.op-item.-hide.anim-fade {
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
}

.anim-item.-hide .anim-fade2,
.anim-item.-hide.anim-fade2,
.op-item.-hide .anim-fade2,
.op-item.-hide.anim-fade2 {
  opacity: 0;
  transform: translate3d(0px, 30px, 0px);
}

.anim-item.-hide .anim-blur,
.anim-item.-hide.anim-blur,
.op-item.-hide .anim-blur,
.op-item.-hide.anim-blur {
  opacity: 0;
  filter: blur(4px);
}

.anim-delay-1 {
  transition-delay: 0.1s !important;
}

.anim-delay-2 {
  transition-delay: 0.2s !important;
}

.anim-delay-3 {
  transition-delay: 0.3s !important;
}

.anim-delay-4 {
  transition-delay: 0.4s !important;
}

.anim-delay-5 {
  transition-delay: 0.5s !important;
}

.anim-delay-6 {
  transition-delay: 0.6s !important;
}

.anim-delay-7 {
  transition-delay: 0.7s !important;
}

.anim-delay-8 {
  transition-delay: 0.8s !important;
}

.anim-delay-9 {
  transition-delay: 0.9s !important;
}

.anim-delay-10 {
  transition-delay: 1s !important;
}

.anim-delay-11 {
  transition-delay: 1.1s !important;
}

.anim-delay-12 {
  transition-delay: 1.2s !important;
}

.anim-delay-13 {
  transition-delay: 1.3s !important;
}

.anim-delay-14 {
  transition-delay: 1.4s !important;
}

.anim-delay-15 {
  transition-delay: 1.5s !important;
}

.anim-delay-16 {
  transition-delay: 1.6s !important;
}

.anim-delay-17 {
  transition-delay: 1.7s !important;
}

.anim-delay-18 {
  transition-delay: 1.8s !important;
}

.anim-delay-19 {
  transition-delay: 1.9s !important;
}

.anim-delay-20 {
  transition-delay: 2s !important;
}

.anim-delay-21 {
  transition-delay: 2.1s !important;
}

.anim-delay-22 {
  transition-delay: 2.2s !important;
}

.anim-delay-23 {
  transition-delay: 2.3s !important;
}

.anim-delay-24 {
  transition-delay: 2.4s !important;
}

.anim-delay-25 {
  transition-delay: 2.5s !important;
}

.anim-delay-26 {
  transition-delay: 2.6s !important;
}

.anim-delay-27 {
  transition-delay: 2.7s !important;
}

.anim-delay-28 {
  transition-delay: 2.8s !important;
}

.anim-delay-29 {
  transition-delay: 2.9s !important;
}

.anim-delay-30 {
  transition-delay: 3s !important;
}

.anim-delay-31 {
  transition-delay: 3.1s !important;
}

.anim-delay-35 {
  transition-delay: 3.5s !important;
}

.anim-delay-36 {
  transition-delay: 3.6s !important;
}

.anim-delay-37 {
  transition-delay: 3.7s !important;
}

.anim-delay-38 {
  transition-delay: 3.8s !important;
}

.anim-delay-39 {
  transition-delay: 3.9s !important;
}

.anim-item.-hide,
.anim-item.-hide *,
.op-item.-hide,
.op-item.-hide * {
  transition: all 0s ease 0s !important;
}