@import "/assets/css/base.css";
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #5b2611;
  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;
  }
}
@media screen and (max-width: 750px) {
  #container {
    overflow-x: hidden;
  }
}

#header {
  position: relative;
  z-index: 999;
}

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

.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: #1b0a02;
  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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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='%231b0a02' 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;
}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  width: 100%;
  height: calc(100svh - 120px);
  position: relative;
  z-index: 1;
}
@media screen and (max-height: 800px) {
  #main {
    height: 680px;
  }
}
@media screen and (max-width: 750px) {
  #main {
    height: 100svh;
    overflow: hidden;
  }
}
#main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100svh;
  background: url(../img/main_bg.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-height: 800px) {
  #main::before {
    height: 800px;
  }
}
@media screen and (max-width: 750px) {
  #main::before {
    background: url(../img/main_bg_sp.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
}
#main::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80' %3E%3Cg%3E%3Cpath fill='%23c7a586' d='M60,0l60,80v2H0v-2L60,0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  bottom: -121px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #main::after {
    bottom: 0;
  }
}
#main .inner {
  height: calc(100% - 95px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
#main .inner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .inner {
    height: 80svh;
    gap: 10vh;
    justify-content: center;
    z-index: 2;
  }
}
#main .title {
  max-width: 665px;
}
@media screen and (max-width: 750px) {
  #main .title {
    padding: 0 10vw;
  }
}
#main .sakuraBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#main .sakura1,
#main .sakura2 {
  width: 490px;
  position: absolute;
  z-index: 1;
}
#main .sakura1 img,
#main .sakura2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #main .sakura1,
  #main .sakura2 {
    width: 100vw;
  }
}
#main .sakura1 {
  top: 10px;
  left: calc(50% + 270px);
  opacity: 0;
  animation: fadeIn forwards 2s 1 ease-out 0.5s;
}
@media screen and (max-width: 750px) {
  #main .sakura1 {
    top: 5vw;
    left: 0;
  }
}
#main .sakura2 {
  bottom: 10px;
  right: calc(50% + 270px);
  transform: rotate(180deg);
  opacity: 0;
  animation: fadeIn forwards 2s 1 ease-out 0.8s;
}
@media screen and (max-width: 750px) {
  #main .sakura2 {
    bottom: 40px;
    right: 0;
  }
}

.mainDate {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}
.mainDate .date {
  font-size: 21px;
}
.mainDate .date span {
  font-size: 33px;
}
.mainDate .place {
  font-size: 20px;
}
.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: rgba(0, 0, 0, 0);
  z-index: 99;
}
@media screen and (min-width: 751px) {
  .menuWrap.sticky {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 750px) {
  .menuWrap.sticky #menuBtn {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .menuWrap.sticky #menuBtn span {
    background-color: #1b0a02 !important;
  }
}

#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: #1b0a02;
  }
  #menu.current #menuBtn span:nth-of-type(3) {
    transform: rotate(-30deg);
    margin-top: 0;
    background-color: #1b0a02;
  }
  #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: #c7a586;
    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: #c7a586;
  }
  #menu #menuBtn span:nth-of-type(3) {
    background-color: #c7a586;
  }
  #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;
  gap: 0 30px;
}
@media screen and (max-width: 750px) {
  #menu ul {
    flex-direction: column;
    border-top: 1px solid #999;
    padding: 22vw 5vw 0 5vw;
  }
}
#menu ul li {
  font-size: 28px;
  font-weight: 500;
}
#menu ul li a {
  display: block;
  padding: 20px 0;
  color: #FFF;
}
#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;
    color: #1b0a02;
  }
}
#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;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 15vw 0;
  }
}
.section .inner {
  z-index: 5;
}
.section .secHead {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .section .secHead {
    margin-bottom: 7vw;
  }
}
.section .secHead h2 {
  font-size: 48px;
  font-weight: 500;
  color: #c7a586;
}
@media screen and (max-width: 750px) {
  .section .secHead h2 {
    font-size: 8vw;
  }
}
.section .secHead h2 img {
  font-size: 0;
}
.section.light {
  background-color: #c7a586;
}
.section.light .secHead h2 {
  color: #1b0a02;
}
.section.jag::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80' %3E%3Cg%3E%3Cpath fill='%23c7a586' d='M60,0l60,80v2H0v-2L60,0Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
}
.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 .newsBox {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
}
@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(27, 10, 2, 0.25);
}
#news .entryList ul li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(27, 10, 2, 0.25);
  display: flex;
  flex-wrap: wrap;
}
#news .entryList ul li .date {
  flex-shrink: 0;
  margin-right: 1rem;
  color: #1b0a02;
}
#news .entryList ul li a {
  flex: 1;
  color: #1b0a02;
}
#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: #1b0a02;
}
@media screen and (max-width: 750px) {
  #news .link a {
    background-position: right top 1vw;
    background-size: 5.5vw auto;
    padding-right: 7vw;
  }
}

.icn {
  position: absolute;
  opacity: 0;
}
.icn.icn1 {
  width: 270px;
}
@media screen and (max-width: 750px) {
  .icn.icn1 {
    width: 28vw;
  }
}
.icn.icn2 {
  width: 392px;
}
@media screen and (max-width: 750px) {
  .icn.icn2 {
    width: 40vw;
  }
}
.icn.icn3 {
  width: 434px;
}
@media screen and (max-width: 750px) {
  .icn.icn3 {
    width: 48vw;
  }
}
.icn img {
  width: 100%;
  height: auto;
}
.icn.fadein {
  animation: fadeIn forwards 1.6s 1 ease 1s;
}

@media screen and (max-width: 750px) {
  #intro .inner,
  #story .inner {
    padding: 0 3vw;
  }
}
#intro .text,
#story .text {
  line-height: 1.8;
  font-size: min(18px, 3.4vw);
}
#intro .read,
#story .read {
  font-size: min(28px, 4vw);
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #intro .read,
  #story .read {
    margin-bottom: 5vw;
  }
}

#intro .icn.icn1 {
  top: 150px;
}
@media screen and (min-width: 751px) {
  #intro .icn.icn1 {
    right: calc(100% - 240px);
  }
}
@media screen and (max-width: 750px) {
  #intro .icn.icn1 {
    top: 9vw;
    left: -8vw;
  }
}
#intro .icn.icn2 {
  bottom: 0;
}
@media screen and (min-width: 751px) {
  #intro .icn.icn2 {
    left: calc(100% - 310px);
  }
}
@media screen and (max-width: 750px) {
  #intro .icn.icn2 {
    right: -6vw;
    bottom: 43vw;
  }
}

#story .icn.icn3 {
  top: 380px;
}
@media screen and (min-width: 751px) {
  #story .icn.icn3 {
    right: calc(100% - 310px);
  }
}
@media screen and (max-width: 750px) {
  #story .icn.icn3 {
    top: 0vw;
    left: -7vw;
  }
}

#cast .icn.icn1 {
  top: 150px;
}
@media screen and (min-width: 751px) {
  #cast .icn.icn1 {
    left: calc(100% - 240px);
  }
}
@media screen and (max-width: 750px) {
  #cast .icn.icn1 {
    top: -4vw;
    right: -4vw;
  }
}

#music .icn.icn2 {
  top: 0;
}
@media screen and (min-width: 751px) {
  #music .icn.icn2 {
    right: calc(100% - 310px);
  }
}
@media screen and (max-width: 750px) {
  #music .icn.icn2 {
    left: -6vw;
    top: -12vw;
  }
}

.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 min(50px, 5vw);
}
@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;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .photoPnl ul li .name {
    padding: 2vw 0;
  }
}
.photoPnl ul li .name h2, .photoPnl ul li .name h3 {
  font-size: 18px;
  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.col4 {
    gap: 60px;
    padding: 0;
  }
  .photoPnl ul.col4 li {
    width: calc((100% - 180px) / 4);
  }
  .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 {
  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 {
    font-size: 3.6vw;
    padding: 3vw 0;
  }
}
#staff .staffList ul.sublist {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #staff .staffList ul.sublist {
    margin-top: 10vw;
  }
}
#staff .staffList ul.sublist li {
  font-size: 16px;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  #staff .staffList ul.sublist li {
    font-size: 3.2vw;
    padding: 3vw 0;
  }
}
#staff .icn.icn3 {
  top: 0;
}
@media screen and (min-width: 751px) {
  #staff .icn.icn3 {
    left: calc(100% - 310px);
  }
}
@media screen and (max-width: 750px) {
  #staff .icn.icn3 {
    right: -6vw;
    top: -14vw;
  }
}

#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 {
  background-color: #c7a586;
  color: #333;
}
#ticket a {
  color: #333;
}
#ticket .ticketWrap {
  text-align: left;
}
#ticket .ticketWrap h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap h3 {
    margin-bottom: 5vw;
    font-size: 3.4vw;
  }
}
#ticket .ticketWrap .hx {
  padding: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap .hx {
    margin-bottom: 3vw;
    padding: 2vw;
  }
}
#ticket .ticketWrap table {
  width: 100%;
  border: 1px solid #382e26;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table {
    margin-bottom: 5vw;
  }
}
#ticket .ticketWrap table caption {
  display: none;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table caption {
    display: table-caption;
    width: 100%;
    padding: 1vw 3vw;
  }
}
#ticket .ticketWrap table th, #ticket .ticketWrap table td {
  border: 1px solid #382e26;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table th, #ticket .ticketWrap table td {
    padding: 2vw;
  }
}
#ticket .ticketWrap table th {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table th {
    display: none;
  }
}
#ticket .ticketWrap table td {
  width: 40%;
}
#ticket .ticketWrap table td.dn {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table td {
    width: 75%;
  }
  #ticket .ticketWrap table td.dn {
    width: 25%;
  }
}
#ticket .ticketWrap table.ticketTbl {
  border: 0;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table.ticketTbl caption {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-size: 3.4vw;
    padding: 1vw;
  }
}
#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 .ticketWrap table.ticketTbl th, #ticket .ticketWrap table.ticketTbl td {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    padding: 0;
  }
}
#ticket .ticketWrap table.ticketTbl th {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table.ticketTbl th {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  #ticket .ticketWrap table.ticketTbl td {
    padding: 2vw 2vw 5vw 5vw;
  }
}
#ticket .ticketBtn {
  margin: 0 auto;
  text-align: center;
}
#ticket .ticketBtn .boxLink {
  text-decoration: none;
}
#ticket .gmap {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #ticket .gmap {
    margin-top: 10vw;
  }
  #ticket .gmap iframe {
    width: 100%;
    height: 70vw;
    margin: 0 auto;
    text-align: center;
  }
}

#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: #1b0a02;
  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;
}