@import "/assets/css/base.css";
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sizeXS {
  font-size: min(12px, 2.4vw);
}

.sizeSS {
  font-size: min(14px, 2.8vw);
}

.sizeS {
  font-size: min(15px, 3vw);
}

.sizeN {
  font-size: min(16px, 3.2vw);
}

.sizeM {
  font-size: min(18px, 3.6vw);
}

.sizeL {
  font-size: min(20px, 4vw);
}

.sizeLL {
  font-size: min(22px, 4.4vw);
}

.sizeH {
  font-size: min(24px, 4.8vw);
}

.sizeXL {
  font-size: min(26px, 5.2vw);
}

.sizeB {
  font-size: min(28px, 5.6vw);
}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FFF;
  width: 100%;
}
body a {
  color: #000;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}
body.fixed {
  position: fixed;
}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #container {
    min-width: 1100px;
  }
}
#container::before, #container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  animation: fadeIn forwards 2s 1 ease-out 0.5s;
}
#container::before {
  width: 283px;
  height: 1776px;
  background: url("../img/sakura_left.png") no-repeat center top;
  background-size: 100% auto;
  top: 520px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #container::before {
    width: 40vw;
    top: 70vh;
  }
}
#container::after {
  width: 454px;
  height: 2507px;
  background: url("../img/sakura_right.png") no-repeat center top;
  background-size: 100% auto;
  top: 610px;
  right: 0;
}
@media screen and (max-width: 750px) {
  #container::after {
    width: 60vw;
    top: 80vh;
  }
}

#header {
  position: relative;
}

#contents {
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 751px) {
  #contents {
    overflow-x: hidden;
  }
}
#contents::before {
  content: "";
  background: url("../img/bg_dark.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#contents a {
  color: #FFF;
}
#contents a.black {
  color: #000;
}
#contents a.uline {
  text-decoration: underline;
}
#contents a.uline:hover {
  text-decoration: none;
}

.inner {
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
    padding: 0 5vw;
  }
}

a.boxLink {
  transition: all 0.3s ease-in;
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  background-color: #cbd1da;
  border: 1px solid #FFF;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  a.boxLink {
    width: 440px;
  }
}
@media screen and (max-width: 750px) {
  a.boxLink {
    padding: 1vw 10vw;
    width: 100%;
  }
}
a.boxLink::before, a.boxLink::after {
  content: "";
  transition: all 0.1s ease-in;
  height: 1px;
  background-color: #19356c;
  position: absolute;
}
a.boxLink::before {
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
@media screen and (max-width: 750px) {
  a.boxLink::before {
    width: 4vw;
  }
}
a.boxLink::after {
  width: 8px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 750px) {
  a.boxLink::after {
    width: 2vw;
  }
}
a.boxLink:hover {
  background-color: #FFF;
  color: #000;
}
a.boxLink:hover::before, a.boxLink:hover::after {
  background-color: #000;
}
a.boxLink.modal::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%2319356c' points='1 3.2 0 3.2 0 12.2 10.5 12.2 10.5 11.2 1 11.2 1 3.2' /%3E%3Cpath fill='%2319356c' d='M2,.8v9.5h11V.8H2ZM12,9.2H3V1.8h9v7.5Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
}
a.boxLink.modal::after {
  display: none;
}
a.boxLink.modal:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%2319356c' points='1 3.2 0 3.2 0 12.2 10.5 12.2 10.5 11.2 1 11.2 1 3.2' /%3E%3Cpath fill='%2319356c' d='M2,.8v9.5h11V.8H2ZM12,9.2H3V1.8h9v7.5Z' /%3E%3C/g%3E%3C/svg%3E");
}
a.boxLink.blanklink::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%2319356c' points='10.5 12 1 12 1 2.5 6 2.5 6 1.5 0 1.5 0 13 11.5 13 11.5 7 10.5 7 10.5 12' /%3E%3Cpath fill='%2319356c' d='M8.5,0v1h2.8l-5.2,5.2.7.7L12,1.7v2.8h1V0h-4.5ZM12,1h0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
}
a.boxLink.blanklink::after {
  display: none;
}
a.boxLink.blanklink:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%2319356c' points='10.5 12 1 12 1 2.5 6 2.5 6 1.5 0 1.5 0 13 11.5 13 11.5 7 10.5 7 10.5 12' /%3E%3Cpath fill='%2319356c' d='M8.5,0v1h2.8l-5.2,5.2.7.7L12,1.7v2.8h1V0h-4.5ZM12,1h0Z' /%3E%3C/g%3E%3C/svg%3E");
}
a.boxLink.sizeL {
  min-width: 500px;
  padding: 20px 50px;
  font-size: 1.1em;
}
@media screen and (max-width: 750px) {
  a.boxLink.sizeL {
    min-width: inherit;
    width: 100%;
    padding: 2vw 10vw;
  }
}

.modalBtn {
  padding-right: 18px;
  display: inline-block;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%23af9d6a' points='1 3.2 0 3.2 0 12.2 10.5 12.2 10.5 11.2 1 11.2 1 3.2' /%3E%3Cpath fill='%23af9d6a' d='M2,.8v9.5h11V.8H2ZM12,9.2H3V1.8h9v7.5Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top 5px;
  background-size: 13px 13px;
}

.blank {
  padding-right: 18px;
  display: inline-block;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cg%3E%3Cpolygon fill='%23af9d6a' points='10.5 12 1 12 1 2.5 6 2.5 6 1.5 0 1.5 0 13 11.5 13 11.5 7 10.5 7 10.5 12' /%3E%3Cpath fill='%23af9d6a' d='M8.5,0v1h2.8l-5.2,5.2.7.7L12,1.7v2.8h1V0h-4.5ZM12,1h0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top 5px;
  background-size: 13px 13px;
}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #main {
    height: 100svh;
  }
}
#main::before {
  content: "";
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(19, 51, 97, 0) 0%, rgb(19, 51, 97) 100%);
  z-index: 0;
}
@media screen and (max-width: 750px) {
  #main::before {
    height: 40vw;
    top: -5vw;
  }
}
#main .inner {
  height: calc(100% - 95px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 70px;
}
#main .inner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .inner {
    height: 100svh;
    gap: 10vh;
    justify-content: center;
  }
}
#main .title {
  max-width: 565px;
}
@media screen and (max-width: 750px) {
  #main .title {
    padding: 0 10vw;
  }
}
#main .moon {
  width: 600px;
  position: absolute;
  top: -70px;
  right: calc(100% - 300px);
  z-index: -1;
  transform: translateX(180px);
  opacity: 0;
  animation: moon forwards 2s 1 ease-out 0.2s, fadeIn forwards 2s 1 ease-out 0.5s;
}
#main .moon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .moon {
    width: 45vw;
    top: -10vw;
    right: calc(100% - 24vw);
  }
}
#main .cloud1 {
  width: 600px;
  position: absolute;
  top: 120px;
  left: calc(50% + 390px);
  z-index: -1;
  transform: translateX(120px);
  opacity: 0;
  animation: cloud forwards 2s 1 ease-out 0.2s, fadeIn forwards 2s 1 ease-out 0.5s;
}
#main .cloud1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .cloud1 {
    width: 60vw;
    top: 16vw;
    left: calc(100% - 30vw);
  }
}
#main .cloud2 {
  width: 320px;
  position: absolute;
  top: 290px;
  left: calc(50% + 300px);
  z-index: -1;
  transform: translateX(120px);
  opacity: 0;
  animation: cloud forwards 2s 1 ease-out 0.5s, fadeIn forwards 2s 1 ease-out 0.8s;
}
#main .cloud2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .cloud2 {
    width: 30vw;
    top: 32vw;
    left: calc(100% - 38vw);
  }
}

@keyframes moon {
  from {
    transform: translateX(180px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes cloud {
  from {
    transform: translateX(-180px);
  }
  to {
    transform: translateX(0);
  }
}
.mainDate {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #19356c;
}
.mainDate .date {
  font-size: 25px;
}
.mainDate .date span {
  font-size: 38px;
}
.mainDate .place {
  font-size: 26px;
}
.mainDate .credit {
  margin-top: 20px;
  font-size: 22px;
}
.mainDate .credit + .credit {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .mainDate .date {
    font-size: 4vw;
  }
  .mainDate .date span {
    font-size: 5.4vw;
  }
  .mainDate .place {
    font-size: 4.4vw;
    margin: 2vw 0;
  }
  .mainDate .credit {
    font-size: 3.4vw;
    margin-top: 5vw;
  }
  .mainDate .credit + .credit {
    margin-top: 2vw;
  }
}

/*-------------------------------------------------
	++ MENU
-------------------------------------------------*/
.menuWrap {
  position: sticky;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 99;
}
@media screen and (min-width: 751px) {
  .menuWrap.sticky {
    background: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (max-width: 750px) {
  .menuWrap.sticky #menuBtn {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

#menu {
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  #menu {
    margin-top: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #menu.current #menuBtn span:nth-of-type(1) {
    display: none;
  }
  #menu.current #menuBtn span:nth-of-type(2) {
    transform: rotate(30deg);
    margin-top: 0;
    background-color: rgb(0, 0, 0);
  }
  #menu.current #menuBtn span:nth-of-type(3) {
    transform: rotate(-30deg);
    margin-top: 0;
    background-color: rgb(0, 0, 0);
  }
  #menu.current #menuBtn span:nth-of-type(4) {
    display: none;
  }
  #menu.current .menuContents {
    display: block;
  }
  #menu #menuBtn {
    display: block;
    width: 90px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99;
    width: 16vw;
    height: 12vw;
  }
  #menu #menuBtn span {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 40px;
    width: 60px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transition: all 0.2s ease-in;
    right: 3vw;
    top: 6vw;
    width: 10vw;
  }
  #menu #menuBtn span:nth-of-type(1) {
    margin-top: -15px;
  }
  #menu #menuBtn span:nth-of-type(2) {
    background-color: rgb(0, 0, 0);
  }
  #menu #menuBtn span:nth-of-type(3) {
    background-color: rgb(0, 0, 0);
  }
  #menu #menuBtn span:nth-of-type(4) {
    margin-top: 15px;
  }
  #menu #menuBtn span:nth-of-type(1) {
    margin-top: -2vw;
  }
  #menu #menuBtn span:nth-of-type(4) {
    margin-top: 2vw;
  }
  #menu .menuContents {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
  }
}
#menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #menu ul {
    flex-direction: column;
    border-top: 1px solid #999;
    padding: 22vw 5vw 0 5vw;
  }
}
#menu ul li {
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
}
#menu ul li a {
  display: block;
  padding: 20px 0;
  color: #19356c;
}
#menu ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #menu ul li {
    display: block;
    width: 100%;
    font-size: 5.4vw;
    border-bottom: 1px solid #666;
  }
  #menu ul li:nth-of-type(1) {
    border-top: 1px solid #666;
  }
  #menu ul li:after {
    display: none;
  }
  #menu ul li img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: 6vw;
  }
  #menu ul li a {
    display: block;
    padding: 3vw;
    line-height: 1;
  }
  #menu ul li.mnStory img {
    height: 9vw;
  }
  #menu ul li.mnTicket img, #menu ul li.goods img {
    height: 8vw;
  }
}
#menu.move {
  margin-top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
}

/*-------------------------------------------------
	++ CONTENTS COMMON
-------------------------------------------------*/
.section {
  position: relative;
  padding: 100px 0;
}
.section.rv {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 15vw 0;
  }
}
.section .inner {
  z-index: 5;
}
.section .secHead {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .section .secHead {
    margin-bottom: 7vw;
  }
}
.section .secHead h2 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section .secHead h2 {
    font-size: 8vw;
  }
}
.section .secHead h2 img {
  font-size: 0;
}

.infoBlock {
  margin-top: 40px;
}
.infoBlock h4 {
  margin-bottom: 15px;
}

.infoText {
  position: relative;
  line-height: 1.8;
}
.infoText a {
  text-decoration: underline;
}
.infoText a:hover {
  text-decoration: none;
}

.indentList {
  padding-left: 1rem;
}
.indentList li {
  margin-bottom: 5px;
  text-indent: -1rem;
  line-height: 1.4;
}

/*-------------------------------------------------
	++ Individual
-------------------------------------------------*/
#date {
  padding-bottom: 20px;
}

#news::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 0;
}
#news .newsBox {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}
#news .newsBox .secHead {
  color: #19356c;
}
@media screen and (max-width: 750px) {
  #news .newsBox {
    padding: 5vw;
  }
}
@media screen and (max-width: 750px) {
  #news {
    padding-bottom: 20vw;
  }
}
#news .entryList {
  text-align: left;
}
#news .entryList ul {
  border-top: 1px solid rgba(25, 53, 108, 0.25);
}
#news .entryList ul li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(25, 53, 108, 0.25);
  display: flex;
  flex-wrap: wrap;
}
#news .entryList ul li .date {
  flex-shrink: 0;
  margin-right: 1rem;
  color: #19356c;
}
#news .entryList ul li a {
  flex: 1;
  color: #19356c;
}
#news .link {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #news .link {
    margin-top: 3vw;
  }
}
#news .link a {
  padding-right: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 16'%3E%3Cg%3E%3Cpolygon fill='%2319356c' points='56.4 15.8 0 15.8 0 13.8 51.6 13.8 39.4 1.4 40.9 0 56.4 15.8' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top 6px;
  background-size: 20px 6px;
  color: #19356c;
}
@media screen and (max-width: 750px) {
  #news .link a {
    background-position: right top 1vw;
    background-size: 5.5vw auto;
    padding-right: 7vw;
  }
}

.xBox {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  height: 400px;
}
.xBox iframe {
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  #intro_tokyo .inner,
  #story_tokyo .inner,
  #intro .inner,
  #story .inner {
    padding: 0 3vw;
  }
}
#intro_tokyo .text,
#story_tokyo .text,
#intro .text,
#story .text {
  line-height: 1.7;
  font-size: 1.06em;
}
@media screen and (max-width: 750px) {
  #intro_tokyo .text,
  #story_tokyo .text,
  #intro .text,
  #story .text {
    line-height: 1.5;
  }
}
#intro_tokyo .read,
#story_tokyo .read,
#intro .read,
#story .read {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #intro_tokyo .read,
  #story_tokyo .read,
  #intro .read,
  #story .read {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}

.icn {
  position: absolute;
  opacity: 0;
}
.icn img {
  opacity: 0.15;
  width: 100%;
  height: auto;
}

#intro_tokyo .icn.fire1,
#intro .icn.fire1 {
  width: 85px;
  top: -60px;
  left: -50px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 750px) {
  #intro_tokyo .icn.fire1,
  #intro .icn.fire1 {
    width: 10vw;
    top: -13vw;
    left: 4vw;
  }
}
#intro_tokyo .icn.fire2,
#intro .icn.fire2 {
  width: 85px;
  top: 380px;
  right: 0px;
  transform: rotate(25deg);
}
@media screen and (max-width: 750px) {
  #intro_tokyo .icn.fire2,
  #intro .icn.fire2 {
    width: 10vw;
    top: 0vw;
    right: 6vw;
  }
}
#intro_tokyo.fadein .icn.fire1,
#intro.fadein .icn.fire1 {
  animation: fadeIn forwards 1.6s 1 ease 0.5s;
}
#intro_tokyo.fadein .icn.fire2,
#intro.fadein .icn.fire2 {
  animation: fadeIn forwards 1.6s 1 ease 1s;
}

#story_tokyo .icn.fire2,
#story .icn.fire2 {
  width: 85px;
  top: -80px;
  left: 150px;
  transform: scale(-1, 1) rotate(35deg);
}
@media screen and (max-width: 750px) {
  #story_tokyo .icn.fire2,
  #story .icn.fire2 {
    width: 10vw;
    top: 5vw;
    left: 7vw;
  }
}
#story_tokyo .icn.drum,
#story .icn.drum {
  width: 340px;
  top: -130px;
  right: -150px;
}
@media screen and (max-width: 750px) {
  #story_tokyo .icn.drum,
  #story .icn.drum {
    width: 40vw;
    top: -28vw;
    right: 0;
  }
}
#story_tokyo.fadein .icn.fire2,
#story.fadein .icn.fire2 {
  animation: fadeIn forwards 1.6s 1 ease 1s;
}
#story_tokyo.fadein .icn.drum,
#story.fadein .icn.drum {
  animation: fadeIn forwards 1.6s 1 ease 0.5s;
}

#cast_tokyo .icn.fire1,
#cast .icn.fire1 {
  width: 85px;
  top: -280px;
  right: 100px;
  transform: rotate(25deg);
}
@media screen and (max-width: 750px) {
  #cast_tokyo .icn.fire1,
  #cast .icn.fire1 {
    width: 10vw;
    top: 0vw;
    right: 10vw;
  }
}
#cast_tokyo .icn.cloud1,
#cast .icn.cloud1 {
  width: 360px;
  top: -130px;
  left: -140px;
}
@media screen and (max-width: 750px) {
  #cast_tokyo .icn.cloud1,
  #cast .icn.cloud1 {
    width: 43vw;
    top: -19vw;
    left: 0;
  }
}
#cast_tokyo.fadein .icn.fire1,
#cast.fadein .icn.fire1 {
  animation: fadeIn forwards 1.6s 1 ease 1s;
}
#cast_tokyo.fadein .icn.cloud1,
#cast.fadein .icn.cloud1 {
  animation: fadeIn forwards 1.6s 1 ease 0.5s;
}

#music_tokyo .icn.cloud2,
#music .icn.cloud2 {
  width: 380px;
  top: -190px;
  right: -185px;
}
@media screen and (max-width: 750px) {
  #music_tokyo .icn.cloud2,
  #music .icn.cloud2 {
    width: 43vw;
    top: -20vw;
    right: 0;
  }
}
#music_tokyo.fadein .icn.cloud2,
#music.fadein .icn.cloud2 {
  animation: fadeIn forwards 1.6s 1 ease 0.5s;
}

.photoPnl {
  position: relative;
  z-index: 1;
}
.photoPnl ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  .photoPnl ul {
    gap: 5vw;
  }
}
.photoPnl ul li {
  position: relative;
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 750px) {
  .photoPnl ul li {
    width: calc(50% - 2.5vw);
  }
}
.photoPnl ul li a {
  display: block;
}
.photoPnl ul li a:hover {
  text-decoration: none;
}
.photoPnl ul li .img {
  margin: 0 auto;
}
.photoPnl ul li .img img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.photoPnl ul li .name {
  display: block;
  width: 100%;
  padding: 10px 5px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .photoPnl ul li .name {
    padding: 2vw 0;
  }
}
.photoPnl ul li .name .pl {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .photoPnl ul li .name .pl {
    font-size: 3.6vw;
  }
}
.photoPnl ul li .name h2, .photoPnl ul li .name h3 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .photoPnl ul li .name h2, .photoPnl ul li .name h3 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .photoPnl ul.line1-3 li:nth-of-type(1) {
    margin: 0 220px;
  }
}
.photoPnl.moviePnl ul {
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .photoPnl.moviePnl ul {
    gap: 3vw;
  }
}
.photoPnl.moviePnl ul li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 750px) {
  .photoPnl.moviePnl ul li {
    width: 100%;
    padding: 5vw;
  }
}

.profileBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 751px) {
  .profileBox .img {
    width: 210px;
  }
}
@media screen and (max-width: 750px) {
  .profileBox .img {
    width: 80%;
    margin: 0 auto;
  }
}
.profileBox .img img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.profileBox .detail {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .profileBox .detail {
    width: calc(100% - (210px + 1rem));
  }
}

#staff .staffList ul li,
#staff_tokyo .staffList ul li {
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
  font-size: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  #staff .staffList ul li,
  #staff_tokyo .staffList ul li {
    font-size: 3.6vw;
    padding: 3vw 0;
  }
}
#staff .staffList ul.sublist,
#staff_tokyo .staffList ul.sublist {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #staff .staffList ul.sublist,
  #staff_tokyo .staffList ul.sublist {
    margin-top: 10vw;
  }
}
#staff .staffList ul.sublist li,
#staff_tokyo .staffList ul.sublist li {
  font-size: 16px;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  #staff .staffList ul.sublist li,
  #staff_tokyo .staffList ul.sublist li {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
}

#movie_tokyo .inner,
#movie .inner {
  padding-top: 0;
}
#movie_tokyo .youtube,
#movie .youtube {
  margin-top: 55px;
}
#movie_tokyo .youtube.short,
#movie .youtube.short {
  margin-top: 0;
  aspect-ratio: 16/32;
}
#movie_tokyo .youtube.short iframe,
#movie .youtube.short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #movie_tokyo .youtube,
  #movie .youtube {
    margin-top: 10vw;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #movie_tokyo .youtube.short,
  #movie .youtube.short {
    margin-top: 0;
    aspect-ratio: 16/32;
    padding: 0;
    height: inherit;
  }
}

#ticket_tokyo,
#ticket {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
#ticket_tokyo a,
#ticket a {
  color: #333;
}
#ticket_tokyo .ticketWrap,
#ticket .ticketWrap {
  text-align: left;
}
#ticket_tokyo .ticketWrap h3,
#ticket .ticketWrap h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap h3,
  #ticket .ticketWrap h3 {
    margin-bottom: 5vw;
    font-size: 3.4vw;
  }
}
#ticket_tokyo .ticketWrap .hx,
#ticket .ticketWrap .hx {
  padding: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap .hx,
  #ticket .ticketWrap .hx {
    margin-bottom: 3vw;
    padding: 2vw;
  }
}
#ticket_tokyo .ticketWrap table,
#ticket .ticketWrap table {
  width: 100%;
  border: 1px solid #382e26;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table,
  #ticket .ticketWrap table {
    margin-bottom: 5vw;
  }
}
#ticket_tokyo .ticketWrap table caption,
#ticket .ticketWrap table caption {
  display: none;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table caption,
  #ticket .ticketWrap table caption {
    display: table-caption;
    width: 100%;
    padding: 1vw 3vw;
  }
}
#ticket_tokyo .ticketWrap table th, #ticket_tokyo .ticketWrap table td,
#ticket .ticketWrap table th,
#ticket .ticketWrap table td {
  border: 1px solid #382e26;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table th, #ticket_tokyo .ticketWrap table td,
  #ticket .ticketWrap table th,
  #ticket .ticketWrap table td {
    padding: 2vw;
  }
}
#ticket_tokyo .ticketWrap table th,
#ticket .ticketWrap table th {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table th,
  #ticket .ticketWrap table th {
    display: none;
  }
}
#ticket_tokyo .ticketWrap table td,
#ticket .ticketWrap table td {
  width: 40%;
}
#ticket_tokyo .ticketWrap table td.dn,
#ticket .ticketWrap table td.dn {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table td,
  #ticket .ticketWrap table td {
    width: 75%;
  }
  #ticket_tokyo .ticketWrap table td.dn,
  #ticket .ticketWrap table td.dn {
    width: 25%;
  }
}
#ticket_tokyo .ticketWrap table.ticketTbl,
#ticket .ticketWrap table.ticketTbl {
  border: 0;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table.ticketTbl caption,
  #ticket .ticketWrap table.ticketTbl caption {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-size: 3.4vw;
    padding: 1vw;
  }
}
#ticket_tokyo .ticketWrap table.ticketTbl th, #ticket_tokyo .ticketWrap table.ticketTbl td,
#ticket .ticketWrap table.ticketTbl th,
#ticket .ticketWrap table.ticketTbl td {
  border: 0;
  color: #FFF;
  padding: 5px;
  background-color: transparent;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table.ticketTbl th, #ticket_tokyo .ticketWrap table.ticketTbl td,
  #ticket .ticketWrap table.ticketTbl th,
  #ticket .ticketWrap table.ticketTbl td {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    padding: 0;
  }
}
#ticket_tokyo .ticketWrap table.ticketTbl th,
#ticket .ticketWrap table.ticketTbl th {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table.ticketTbl th,
  #ticket .ticketWrap table.ticketTbl th {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  #ticket_tokyo .ticketWrap table.ticketTbl td,
  #ticket .ticketWrap table.ticketTbl td {
    padding: 2vw 2vw 5vw 5vw;
  }
}
#ticket_tokyo .ticketBtn,
#ticket .ticketBtn {
  margin: 0 auto;
  text-align: center;
}
#ticket_tokyo .ticketBtn .boxLink,
#ticket .ticketBtn .boxLink {
  text-decoration: none;
}

.gmap {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .gmap {
    margin-top: 10vw;
  }
  .gmap iframe {
    width: 100%;
    height: 70vw;
    margin: 0 auto;
    text-align: center;
  }
}

.faqWrap {
  text-align: left;
}
.faqWrap dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.faqWrap dl:not(:last-child) {
  margin-bottom: 20px;
}
.faqWrap dl dt, .faqWrap dl dd {
  padding-left: 20px;
  position: relative;
}
.faqWrap dl dt::before, .faqWrap dl dd::before {
  content: "";
  font-size: min(18px, 3.6vw);
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}
.faqWrap dl dt {
  font-size: min(18px, 3.6vw);
  font-weight: bold;
}
.faqWrap dl dt::before {
  content: "Q";
}
.faqWrap dl dd {
  margin-top: 5px;
}
.faqWrap dl dd::before {
  content: "A";
}

#footer {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

/* MODAL */
.remodal-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

.remodal {
  background-color: #FFF;
  max-width: 900px;
}
@media screen and (max-width: 750px) {
  .remodal {
    padding: 10vw 5vw;
    margin-bottom: 0;
  }
}
.remodal .modalClose {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .remodal .modalClose {
    width: 8vw;
    height: 8vw;
    top: 0;
  }
}
.remodal .modalClose::before, .remodal .modalClose::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 2px;
  background-color: #19356c;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 750px) {
  .remodal .modalClose::before, .remodal .modalClose::after {
    width: 7vw;
    top: 4vw;
  }
}
.remodal .modalClose::before {
  transform: rotate(40deg);
}
.remodal .modalClose::after {
  transform: rotate(-40deg);
}

/* OSAKA */
.tokyoinfo {
  display: inline-block;
  background-image: linear-gradient(60deg, rgb(110, 74, 13) 0%, rgb(146, 107, 42) 50%, rgb(110, 74, 13) 100%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  color: #FFF !important;
  padding: 10px 40px;
  border-radius: 5px;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  background: #a92b2b;
}
@media screen and (min-width: 760px) {
  .tokyoinfo {
    min-width: 300px;
  }
}
.tokyoinfo:before, .tokyoinfo:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.3s ease-in;
}
.tokyoinfo:after {
  transform: rotate(90deg);
}
.tokyoinfo.current:before {
  transform: rotate(180deg);
}
.tokyoinfo.current:after {
  transform: rotate(0deg);
}

.tokyoWrap {
  position: relative;
}

.tokyoinfoBtn {
  padding: 40px 0;
}

.tokyoContents {
  position: relative;
  display: none;
}
.tokyoContents .mainDate {
  color: #FFF;
  padding-top: 40px;
}

.snsFloating {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 5px 0 0 5px;
  z-index: 999;
  box-shadow: 0px 0px 10 0px rgba(0, 0, 0, 0.15);
}
.snsFloating a {
  display: block;
  padding: 10px;
}
.snsFloating img {
  width: 100%;
  height: auto;
}