@charset "UTF-8";
.spnone {
  display: none !important;
}

body {
  font-size: 12px;
}

#gnav li a,
#roadshow,
.date,
.theater,
.serif {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#wrapper {
  position: relative;
  background-color: #fff;
}

#wrapper > *:not(#main) {
  opacity: 0;
}
#main {
  opacity: 0;
  transition: opacity .6s ease-in;
}
#main .catch {
  filter: blur(10px);
  opacity: 0;
  transition: 
    opacity 1.2s ease-in,
    filter 1.2s ease-in
  ;
}
#main .logo {
  filter: blur(10px);
  opacity: 0;
  transition: 
    opacity .6s ease-out 1s,
    filter .6s ease-out 1s
  ;
}
.loaded #main,
.loaded #main .catch,
.loaded #main .logo {
  filter: blur(0);
  opacity: 1;
}
.loaded #wrapper > *:not(#main) {
  opacity: 1;
  transition: opacity .4s ease 1.8s;
}

#mfpModalWrap .list {
  padding: 4vw 8vw;
}
#mfpModalWrap .list a {
  font-size: 12px;
  height: 30px;
}

#content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#gnavBtn {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-sizing: none;
  margin: 0;
  padding: 0;

  position: fixed;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 1000;
  mix-blend-mode: hard-light;
}
#gnavBtn i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #def8fa;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  opacity: 0.8;
}
#gnavBtn i:before {
  margin-top: -8px;
}
#gnavBtn i:after {
  margin-top: 8px;
}
#gnavBtn i:after,
#gnavBtn i:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #def8fa;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: 
    url(../img/bg_pat_sp.png) repeat-y center 0,
    linear-gradient(to right bottom, #e5feff, #edf6f6 100%)
  ;
  background-size: 100% auto;
  padding: 18vw 12vw 6vw;
  text-align: right;
  transition: background-color .1s ease-in;
  z-index: 1001;
  box-sizing: border-box;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#gnav li ~ li {
  margin-top: 6vw;
}
#gnav li a {
  font-size: 18px;
  text-decoration: none;
  opacity: 0.8;
}

.gnavon #gnav {
  display: block;
}
.gnavon #gnavBtn {
  z-index: 1111;
  opacity: 0.6;
}
.gnavon #gnavBtn i {
  transform: rotate(45deg);
}
.gnavon #gnavBtn i:before,
.gnavon #gnavBtn i {
  box-shadow: none;
  margin: 0;
  background-color: #326077;
}
.gnavon #gnavBtn i:after {
  content: none;
}
.gnavon #gnavBtn i:before {
  transform: translate(-50%, -50%) rotate(90deg);
}


#main {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140.8%;
  background: url(../img/main_sp.jpg) no-repeat center 0;
  background-size: cover;
}
#main .logo {
  position: absolute;
  bottom: 7vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 82.6vw;
}
#main .catch {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(0, -50%);
  width: 8.8vw;
}

#roadshow {
  text-align: center;
  background: 
    url(../img/bg_pat_sp.png) repeat-y center 0,
    linear-gradient(to right bottom, #e5feff, #edf6f6 100%)
  ;
  background-size: 100% auto;
  padding: 8vw 4vw;
}
#roadshow .hd {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .05em;
  margin: 0 auto .6em;
  color: #326077;
}
#roadshow .names {
  font-size: 9px;
  font-size: 2.3vw;
  line-height: 1.618;
  letter-spacing: .02em;
  margin: 0 auto 25px;
  color: #326077;
}
#roadshow .catch {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .05em;
  margin: 0 auto 20px;
  text-shadow: 0px 0 13px #e4d5ab;
  color: #62583b;
}
#roadshow .theater {
  margin-bottom: 30px;
}

.date {
  font-size: 15px;
  font-weight: bold;
  color: #326077;
  line-height: 1.5;
}
.date strong {
  font-size: 30px;
  margin-right: 0.2em;
}
.theater {
  font-size: 10px;
  font-weight: bold;
  color: #4c4948;
}
.theater strong {
  font-size: 18px;
  margin-left: 0.4em;
}
.txtR {
  text-align: right;
}
.block3 .block + .block {
  margin-top: 8vw;
}

#cast_staff .hd,
#comment .hd,
#message .hd,
#story .hd,
#introduction .hd {
  font-size: 20px;
  line-height: 1.2;
  color: #62583b;
  margin-bottom: 25px;
}
#cast_staff .hd,
#message .hd {
  color: #fffbc7;
}
#comment .hd {
  color: #326077;
}

#introduction {
  background: url(../img/introduction_bg_sp.jpg) no-repeat 0 bottom;
  background-size: cover;
  min-height: 200px;
  min-height: 50vw;
  display: flex;
}
#introduction p {
  text-shadow: 0 0 3px rgba(255,255,255,1);
}
#introduction .block {
  padding: 8.5vw 8vw;
  min-height: 100%;
  margin-left: auto;
  box-sizing: border-box;
  text-align: left;
}
#introduction .block * ~ * {
  margin-top: 1em;
}

#story {
  display: flex;
  background-color: #fbfaee;
  overflow: hidden;
}
#story .block {
  padding: 8.5vw 8vw;
  box-sizing: border-box;
  text-align: left;
}
#story .imgs {
  position: relative;
  width: 50%;
  padding: 80px 0;
}
#story .imgs img {
  display: block;
  box-shadow: 0 0 16px 6px rgba(0,0,0,.2);
}
#story .imgs img:nth-child(1) {
  margin-left: 28%;
}
#story .imgs img:nth-child(2) {
  margin-right: auto;
}
#story .imgs img:nth-child(3) {
  margin-left: 42.1%;
}

#message {
  background: url(../img/message_bg_sp.jpg) no-repeat 0 bottom;
  background-size: cover;
  min-height: 400px;
  min-height: 50vw;
  display: flex;
  color: #fff;
}
#message .block {
  background-color: rgba(50,96,119,.9);
  padding: 8.5vw 8vw;
  margin-left: auto;
  box-sizing: border-box;
  text-align: left;
}
#message .sub {
  font-size: 16px;
  line-height: 1.2;
  color: #cbe8e9;
  margin-bottom: 15px;
}
#message * + .sub {
  margin-top: 10vw;
}
#message .profile:after {
  content: "";
  clear: both;
  display: block;
}
#message .profile .img {
  float: left;
  margin: 0 10px 0 0;
  width: 75px;
}
#message .profile .name {
  font-size: 15px;
}
#message .profile .name span {
  font-size: 9px;
}

#comment {
  background: 
    url(../img/bg_pat_sp.png) repeat-y center 0 #e5feff
  ;
  background-size: 100% auto;
  padding: 8.5vw 8vw;
}
#comment .block {
  text-align: left;
}
#comment .block p {
  color: #326077;
}
#comment .block p ~ p:not([class]) {
  margin-top: 2.5em;
}

#cast_staff {
  background: 
    url(../img/bg_pat_sp.png) repeat-y center 0 #e5feff
  ;
}
#cast_staff .block {
  color: #fffbc7;
  text-align: left;
  padding: 8.5vw 8vw;
} 
#cast_staff .cast {
  background-color: rgba(36,71,88,.5);
} 
#cast_staff .staff {
  background-color: rgba(74,60,74,.6);
} 
#cast_staff .names span {
  display: inline-block;
}
#cast_staff .note {
  font-size: 11px;
  margin-top: 2em;
  background-color: rgba(36,71,88,.1);
  color: rgba(255,255,255,.8);
  padding: 5%;
  box-sizing: border-box;
}
#cast_staff .note p {
  line-height: 1.8;
}
#cast_staff .names dt {
  float: left;
  clear: left;
}
#cast_staff .names dd {
  overflow: hidden;
}

#imgs {
  background: url(../img/imgs.jpg) repeat-x 0 0;
  background-size: auto 100%;
  height: 94px;
  animation: imgsani 32s linear 0s infinite;
}

@keyframes imgsani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -750px 0;
  }
}

#contentFoot {
  text-align: center;
  background: 
    url(../img/bg_pat_sp.png) repeat-y center 0,
    linear-gradient(to right bottom, #e5feff, #edf6f6 100%)
  ;
  background-size: 100% auto;
  padding: 8vw 4vw;
}
#contentFoot .date {
  margin-top: 1vw;
}
#contentFoot p:not([class]) strong {
  font-size: 15px;
}
#contentFoot > * ~ p {
  margin-top: 4vw;
  line-height: 2.8;
}
#contentFoot .map {
  margin: 8vw 4vw 0;
  display: flex;
  align-items: center;
  font-size: 10px;
}
#contentFoot .map .text {
  width: 50%;
  text-align: left;
}
#contentFoot .map .img {
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
#contentFoot .map p {
  line-height: 1.4;
}
#contentFoot .theater {
  margin: 10px 0;
}

#footer {
  padding: 8vw 4vw;
  background-color: #4c4948;
  text-align: center;
  color: #fff;
}
#footer .social {
  margin-top: 4vw;
}
#footer .copyright {
  margin-top: 4vw;
  font-size: 10px;
}
