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

#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 1.6s,
    filter .6s ease-out 1.6s
  ;
}
.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;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#content {
  position: relative;
  width: 100%;
}

#gnav {
  display: block;
  padding: 14px 30px;
  background-color: rgba(76,73,72,.4);
  box-shadow: 3px 0 6px 0 rgba(0,0,0,.2);
  text-align: right;
  transition: background-color .1s ease-in;
}
#gnav ul {
  display: inline-flex;
}
#gnav ul li {
  margin-left: 1em;
}
#gnav ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #e5feff;
  text-decoration: none;
  text-shadow: 1px 0 3px rgba(0,0,0,.45);
  opacity: 0.6;
  transition: opacity .1s ease-in;
}
#gnav:hover {
  background-color: rgba(76,73,72,.8);
}
#gnav ul li a:hover {
  opacity: 1;
}

#main {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: url(../img/main.jpg) no-repeat 0 center;
  background-size: cover;
}
#main:after,
#main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main.jpg) no-repeat 0 0;
  background-size: cover;
}
#main .logo {
  position: absolute;
  bottom: 37px;
  left: 50%;
  max-width: 50%;
}
#main .catch {
  position: absolute;
  top: 10vw;
  left: 4.2%;
  max-width: 5%;
}

#roadshow {
  text-align: center;
  background: 
    url(../img/bg_pat.png) repeat-y center -50px,
    linear-gradient(to right bottom, #e5feff, #edf6f6 100%)
  ;
  padding: 60px 30px 100px;
}
#roadshow .hd {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .05em;
  margin: 0 auto 25px;
  color: #326077;
}
#roadshow .names {
  font-size: 17px;
  line-height: 1.618;
  letter-spacing: .1em;
  margin: 0 auto 55px;
  color: #326077;
}
#roadshow .catch {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: .05em;
  margin: 0 auto 50px;
  text-shadow: 0px 0 26px #e4d5ab;
  color: #62583b;
}
#roadshow .theater {
  margin-bottom: 60px;
}

.date {
  font-size: 24px;
  font-weight: bold;
  color: #326077;
}
.date strong {
  font-size: 48px;
  margin-right: 0.2em;
}
.theater {
  font-size: 16px;
  font-weight: bold;
  color: #4c4948;
}
.theater strong {
  font-size: 30px;
  margin-left: 0.4em;
}
.txtR {
  text-align: right;
}
.block2,
.block3 {
  display: flex;
  justify-content: space-between;
}
.block3 .block {
  width: 33%;
  box-sizing: border-box;
}
.block2 .block {
  width: 50%;
  box-sizing: border-box;
}

.block3 {
  max-width: 1366px;
  margin: 0 auto;
}
.block {
  display: flex;
  flex-direction: column;
}
.block > * {
  max-width: 600px;
}
#cast_staff .cast,
#story .block {
  align-items: flex-end;
}

#cast_staff .hd,
#comment .hd,
#message .hd,
#story .hd,
#introduction .hd {
  font-size: 36px;
  line-height: 1.2;
  color: #62583b;
  margin-bottom: 38px;
  width: 100%;
}
#cast_staff .hd,
#message .hd {
  color: #fffbc7;
}
#comment .hd {
  color: #326077;
}

#introduction {
  background: url(../img/introduction_bg.jpg) no-repeat 0 bottom;
  background-size: cover;
  min-height: 400px;
  min-height: 50vw;
  display: flex;
}
#introduction .block {
  background-color: rgba(255,255,255,.9);
  padding: 80px 60px;
  width: 50%;
  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: 80px 60px;
  width: 50%;
  min-height: 100%;
  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.jpg) no-repeat 0 bottom;
  background-attachment: fixed;
  background-size: cover;
  min-height: 400px;
  min-height: 50vw;
  display: flex;
  color: #fff;
}
#message .block {
  background-color: rgba(50,96,119,.9);
  padding: 80px 60px;
  width: 50%;
  min-height: 100%;
  margin-left: auto;
  box-sizing: border-box;
  text-align: left;
}
#message .sub {
  font-size: 30px;
  line-height: 1.2;
  color: #cbe8e9;
  margin-bottom: 35px;
}
#message * + .sub {
  margin-top: 80px;
}
#message .profile:after {
  content: "";
  clear: both;
  display: block;
}
#message .profile .img {
  float: left;
  margin: 0 30px 10px 0;
}
#message .profile .name {
  font-size: 24px;
}
#message .profile .name span {
  font-size: 14px;
}

#comment {
  background: 
    url(../img/bg_pat.png) repeat-y center -50px #e5feff
  ;
  padding: 80px 0 100px;
}
#comment .block {
  padding: 40px;
  text-align: left;
}
#comment .block p {
  color: #326077;
  font-size: 16px;
  font-weight: bold;
}
#comment .block p ~ p {
  margin-top: 1em;
}

#cast_staff {
  background: 
    url(../img/bg_pat.png) repeat-y center -50px #e5feff
  ;
}
#cast_staff .block {
  color: #fffbc7;
  text-align: left;
  padding: 60px 30px 100px;
} 
#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: 14px;
  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: 342px;
  animation: imgsani 32s linear 0s infinite;
}

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

#contentFoot {
  text-align: center;
  background: 
    url(../img/bg_pat.png) repeat-y center -50px,
    linear-gradient(to right bottom, #e5feff, #edf6f6 100%)
  ;
  padding: 60px 30px 100px;
  font-size: 16px;
}
#contentFoot .date {
  margin-top: 30px;
}
#contentFoot p:not([class]) strong {
  font-size: 24px;
}
#contentFoot > * ~ p {
  margin-top: 45px;
  line-height: 2.8;
}
#contentFoot .map {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
#contentFoot .map .img {
  width: 186px;
  margin-left: 30px;
}
#contentFoot .map p {
  line-height: 1.6;
}
#contentFoot .theater {
  margin: 10px 0;
}

#footer {
  padding: 50px 30px;
  background-color: #4c4948;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#footer .social {
  margin-top: 30px;
}
#footer .copyright {
  margin-top: 30px;
  font-size: 11px;
}


@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  #message .profile,
  #comment .block p,
  #gnav ul li a {
    font-size: 14px;
  }
  #message .block,
  #story .block,
  #introduction .block {
    padding: 40px 30px;
    width: 61%;
  }
  #story .imgs img {
    max-width: 70%;
  }
  #comment .block {
    padding: 20px;
  }
}
