@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap');
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background-color: #f1f1f1;
  color: #443a3a;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* ----------------------------------------------------------- */
/* Common
-------------------------------------------------------------- */
#wrap {
  overflow: hidden;
}
#top {}
a {
  color: #fff;
  transition: all 0.5s;
}
a:focus {
  outline: 0;
}
a:hover, a:focus {
  color: #ccc;
  text-decoration: none;
}
a, a:visited {
  text-decoration: none;
}
strong {
  font-weight: 500;
  font-size: 1.1rem;
  padding-bottom: 15px;
}
small {
  font-size: 0.8em;
  line-height: 1.3;
}
medium {
  font-size: 1.4em;
  line-height: 1.3;
}
large {
  font-size: 1.8em;
  line-height: 1.3;
}
.small {
  font-size: 0.8em;
  line-height: 1.3;
}
.medium {
  font-size: 1.4em;
  line-height: 1.3;
}
.large {
  font-size: 1.8em;
  line-height: 1.1;
}
.text-center {
  margin: 0;
  text-align: center;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  clear: both;
}
hr {
  width: 40px;
  height: 1px;
  background: #111111;
  border-top: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: both;
  float: left;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
  color: #339999;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
ul {
  padding-left: 25px;
}
ul li {
  display: block;
  list-style-type: none
}
.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.heading {
  text-transform: uppercase;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  position: relative;
  padding: 30px 0 30px 0.4rem;
  text-align: center;
  font-style: italic;
  background: url("../img/line.png") no-repeat center bottom / 60%;
}
@media screen and (max-width:480px) {
  .heading {
    background: url("../img/line.png") no-repeat center bottom / 100%;
  }
}
.subheading {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: center;
  margin: 40px auto;
  font-style: italic;
  position: relative;
  padding: 1.5rem 0 1.5rem 0.4rem;
  /*background: url("../img/lineO.png") no-repeat center bottom / 30%;*/
}
@media screen and (max-width:480px) {
  .subheading {
    /*background: url("../img/lineO.png") no-repeat center bottom / 60%;*/
  }
}
.catchcopy {
  letter-spacing: 0;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 40px auto;
  font-style: italic;
  position: relative;
  padding: 1.5rem 0;
  /*background: url("../img/lineO.png") no-repeat center bottom / 30%;*/
}
@media screen and (max-width:480px) {
  .catchcopy {
    /*background: url("../img/lineO.png") no-repeat center bottom / 60%;*/
  }
}
/* ----------------------------------------------------------- */
/* home
-------------------------------------------------------------- */
#home {
  animation-name: fadein;
  animation-duration: 1s;
  background: url(../img/bgPC.jpg) no-repeat bottom center/cover #e3d5e1;
  width: 100%;
  padding: 0 0 150px;
  /*z-index: 9;
  max-width: 100%;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  height: auto;
  min-height: 100vh;
	height: 800px;
	min-height: 800px;*/
}
#home h1 {
  animation-name: fadein;
  animation-duration: 2.5s;
  width: 100%;
  padding-top: 10%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width:992px) {
  #home {
    padding: 0 0 120px;
    background: url(../img/bgPC.jpg) no-repeat bottom center/cover #e3d5e1;
    /*height: 100vh;
    min-height: 100vh;*/
  }
  #home h1 {
    padding-top: 20%;
    width: 80%;
  }
} /**/
@media screen and (max-width:480px) {
  #home {
    padding: 0 0 100px;
  }
  #home h1 {
    padding-top: 30%;
    width: 100%;
  }
} /**/
#home p.staffname {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  padding: 60px 0 0;
  animation-name: fadein;
  animation-duration: 2.5s;
  color: #5f5252;
}
@media screen and (max-width:480px) {
  #home p.staffname {
    padding: 30px 0 0;
    font-size: 12px;
  }
}
#home p.castname {
  font-weight: 600;
  text-align: center;
  font-size: 23px;
  padding: 40px 0 0;
  animation-name: fadein;
  animation-duration: 2.5s;
  line-height: 2.2;
  color: #5f5252;
}
@media screen and (max-width:480px) {
  #home p.castname {
    padding: 30px 0 0;
    font-size: 15px;
  }
}
.shutsuen{
  display: block;
  font-size: 16px;
}
@media screen and (max-width:480px) {
  .shutsuen {
    font-size: 12px;
  }
}
/* ----------------------------------------------------------- */
/* Main-contents
-------------------------------------------------------------- */
#main {
  background-image: linear-gradient(#efefef, #ffffff);
  animation-name: fadein;
  animation-duration: 4s;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}
#main-contents {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:992px) {
  #main-contents {
    width: 100%;
    max-width: 86%;
	margin: 0 auto;
  }
} /**/
/* ----------------------------------------------------------- */
/* intro
-------------------------------------------------------------- */
#intro {
  width: 100%;
  padding: 30px 0;
}
#intro p{
  padding: 8px 0;
  font-weight: 400;
}
.jinmei{
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 3px solid #78d1d1;
}
/* ----------------------------------------------------------- */
/* cast
-------------------------------------------------------------- */
#cast {
  width: 100%;
  padding: 30px 0;
  margin: 0;
}
.castList{
  margin: 0;
  padding: 0;
}
.castList li{
  text-align: center;
  padding: 20px 0 60px;
  margin: 0;
}
.castPhoto{
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.castPhoto img{
  width: 100%;
  height: auto;
}
.castname2{
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  padding: 0 0 10px;
  margin: 0;
  line-height: 1;
}
.message {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 10px;
  padding: 1.5em;
  width: 100%;
  font-size: 16px;
  border: 1px solid #dedede; /* 本体1px */
  box-sizing: border-box;
  background: #fff;
}
/* 白背景部分（三角） */
.message::before {
  content: "";
  position: absolute;
  top: -10px;  /* 本体との接点を調整 */
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1;
}
/* 枠線部分（三角） */
.message::after {
  content: "";
  position: absolute;
  top: -11px; /* before より1px上 */
  left: 50%;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #dedede;
  z-index: 0;
}
.message p {
  margin: 0;
  padding: 5px 0;
  font-weight: 500;
}
.profile{
  font-size:13px;
  color: #666;
  padding: 0 1em 1em;
  line-height: 1.55;
}
@media screen and (max-width:480px) {
  .castname2 {
    font-size: 22px;
    padding: 0 0 10px;
  }
  .message {
    font-size: 13px;
  }
  .profile {
    font-size: 11px;
    padding: 0 0.5em 1em;
	font-weight: 400;
  }
}
/* ----------------------------------------------------------- */
/* staff
-------------------------------------------------------------- */
.staffList{
  margin: 0;
  padding: 0;
}
.staffList li{
  text-align: center;
  padding: 20px 0;
}
.staffname2{
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  padding: 0 0 15px;
  margin: 0;
  line-height: 1;
}
/* ----------------------------------------------------------- */
/* Tokyo 
-------------------------------------------------------------- */
#stageinfo {
  width: 100%;
  padding: 30px 0;
}
.hall {
  font-size: 2rem;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  padding: 10px 0;
  margin: 0;
}
.info {
  text-align: center;
  padding: 15px 0;
  font-size: 96%;
  font-weight: 400;
}
.info span{
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0;
  margin: 0 0 7px;
  font-weight: 600;
}
.sche{
  padding: 25px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.sche img{
  width: 100%;
  height: auto;
}
.tokuten{
  font-size: 94%;
  font-weight: 400;
  width: 90%;
  max-width: 30em;
  margin: 20px auto;
  padding: 2.5% 5%;
  border: 1px solid #f25d5d;
  background-color: #fff7f7;
}
.tokuten li{
  border-top: 1px dotted #999;
  padding: 7px 0;
}
.tokuten li:first-child{
  font-weight: 600;
  border-top: none;
  list-style: none;
  text-align: center;
  padding: 0 0 15px;
  color:#f25d5d;
}
@media(max-width:480px){
  .tokuten {
    font-size: 82%;
    width: 96%;
    padding: 5% 2%;
  }
  .tokuten li:first-child {
    font-size: 115%;
  }
}
.afterTalk{
  text-align: left;
  font-size: 94%;
  font-weight: 400;
  width: 90%;
  max-width: 30em;
  margin: 20px auto;
  padding: 2.5% 5%;
  border: 1px solid #339999;
  background-color: #f7ffff;
}
.afterTalk li{
  border-top: 1px dotted #999;
  padding: 7px 0;
}
.afterTalk li:first-child{
  font-weight: 600;
  border-top: none;
  list-style: none;
  text-align: center;
  padding: 0 0 15px;
  color:#339999;
}
@media(max-width:480px){
  .afterTalk {
    font-size: 75%;
    width: 94%;
    padding: 5% 3%;
  }
  .afterTalk li:first-child {
    font-size: 125%;
  }
}
/* ----------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  padding: 100px 0 30px;
}
.snsBtn {
  padding: 15px 0;
  text-align: center;
}
.snsBtn li {
  font-size: 50px;
  font-weight: 400;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #443a3a;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #443a3a;
}
.snsBtn a:active {
  text-decoration: none;
  color: #443a3a;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #339999;
}
footer p {
  font-size: 0.8rem;
  text-align: center;
}
.scroll-top {
  animation-name: fadein;
  animation-duration: 7s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}
@media(max-width:480px){
  a.scroll-top {
    width: 50px;
    height: 50px;
	  bottom: 7px;
	  right: 7px;
  }
}
.heartbeat {
  animation: icon 1.5s ease-in-out infinite;
  margin: 0;
}
@keyframes icon {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.6);
  }
}
table th, table td {
  width: 100%; /* テーブルの見出しの横幅を指定する */
  display: block; /* ブロックレベル要素化する */
  border: none;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@keyframes rotateY {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }
}
@keyframes rotation360 {
  from {
    opacity: 0;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes fadey {
  from {
    opacity: 0;
    transform: translatey(-50px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@media screen and (max-width: 1240px) {
  img {
    max-width: 100%;
  }
} /*/////end///////*/
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 1.65;
    font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #333;
    letter-spacing: 0.1rem;
    height: auto;
    width: 100%;
  }
  strong {
    font-weight: 500;
    font-size: 0.95rem;
  }
  p {
    font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0.1rem 0;
    line-height: 1.65;
    clear: both;
  }
  .heading {
    font-size: 2rem;
  }
  .subheading {
    font-size: 1.6rem;
  }
  .hall {
    font-size: 1.2rem;
    text-align: center;
    font-style: italic;
    line-height: 1.2;
    padding: 10px 0;
    margin: 0;
  }
  table th, table td {
    width: 100%; /* テーブルの見出しの横幅を指定する */
    display: block; /* ブロックレベル要素化する */
    border: none;
  }
  footer p {
    font-size: 0.6rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
} /*/////end///////*/
/** 
/*----------------映画
/* =================================================================== */
.background {
  width: 80%;
  height: 100%;
  background: 666;
  overflow: hidden;
}
.outer-scratch, .inner-scratch {
  height: inherit;
}
.outer-scratch:after, .inner-scratch:after {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*padding-left: 100px;*/
  opacity: .08;
  background: url('../img/scratch.png') repeat center center;
  -webkit-animation: scratch 0.45s steps(1) infinite;
  animation: scratch 0.45s steps(1) infinite;
}
.inner-scratch:after {
  /*left: 30%;*/
  -webkit-animation: inner-scratch 2s infinite;
  animation: inner-scratch 2s infinite;
}
.grain:after {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  top: -5%;
  left: 0;
  opacity: .11;
  background: url('../img/grain.jpg') repeat center center;
  -webkit-animation: grain 0.5s steps(1) infinite;
  animation: grain 0.5s steps(1) infinite;
}
/*  Basic Title  */
h1 {
  padding: 0;
  margin: 0;
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.075;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.09;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.05;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.02;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes inner-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.08;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.06;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.03;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
/* Simple Title Animation */
@keyframes draw {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes draw-bottom {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------- */
/* Preloader
-------------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999999;
}
#loader {
  font-family: 'Great Vibes', cursive;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 21px;
  margin-top: -10px;
  margin-left: -22px;
  text-align: center;
  color: #999;
  z-index: 999999999;
}
.scroll-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 65px;
  height: 120px;
  display: grid;
  place-items: center;
  /*border-radius: 999px;*/
  /*background: #f8933a;*/
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s, transform .25s;
  z-index: 1000;
}
.scroll-top img {
  max-width: 100%;
}
.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}