@charset "utf-8";



/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}






/* basic setting */
html,
body {
	color: #777;
	font-size: 1.4rem;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif; 
	background-color: #ffffff;
	line-height: 1.6;
}
body {
	height: 100%;
  margin: 0;
}
@media screen and (max-width: 1020px) {
    body {
		font-size: 1.2rem;
    }
}



/* 汎用 */
.questrial {
	font-family: 'Quicksand', sans-serif;
}
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
	font-weight: 400;
}
.Mukta {
	font-family: 'Mukta', sans-serif;
}

a {
	-webkit-transition: color ease-out 0.3s;
	-moz-transition: color ease-out 0.3s;
	transition: color ease-out 0.3s;
	color: #313131;
}
a:link {
	color: #313131;
	text-decoration: none;
}
a:visited {
	color: #313131;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #313131;
	text-decoration: none;
}
a.link1 {
	color: #a9252c;
	text-decoration: none;
}
a.link1:visited {
	color: #a9252c;
	text-decoration: none;
}
a.link1:hover,
a.link1:focus,
a.link1:active {
	color: #ffffff;
	text-decoration: none;
}
a.link2 {
	color: #ffffff;
	text-decoration: none;
}
a.link2:visited {
	color: #ffffff;
	text-decoration: none;
}
a.link2:hover,
a.link2:focus,
a.link2:active {
	color: #ffffff;
	text-decoration: underline;
}

strong {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.bold {
	color: #000000;
	font-weight: bold;
}
.point {
	color: #69bd1e;
}
.pointN {
	color: #ee0000;
}
.note {
	font-size: 12px;
}
.clear {
	clear: both;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}
a img {
	vertical-align: top;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.r {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nowrap {
	white-space: nowrap;
}
.border {
	border-bottom: dotted 1px #cccccc;
}




/* container/main */
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
/* @media screen and (max-width: 1020px) {
    #fadeLayer {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 100%;
    	height: 100%;
    	background-color: #000;
    	opacity: 0.9;
	}
} */
.main-inner {
	padding: 160px 0 0 15%;
}
@media screen and (max-width: 1020px) {
    .main-inner {
		padding: 10% 0 0 0;
    }
}
@media screen and (max-width: 1020px) {
    .arrow {
		position: fixed;
		bottom: 8%;
		width: 100%;
    }
}
@media screen and (max-height: 600px) {
    .arrow {
    	display: none;
    }
}



#container .header {
  z-index: 1000;
}
#container .contentHeader {
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
#contact_wrap,
#container article > * {
	position: relative;
	z-index: 2;
	background: #fff;
}
#contact_wrap {
	padding-bottom: 200px;
}
.contentMain {
	width: 100%;
}
#contact_wrap .topTitle02 {
	margin-top: 0;
	padding-top: 60px;
}




.menuLink {
	width: 100%;
  height: 45px;
  margin: 0 auto;
	padding: 20px 0 0 30px;
  background:rgba(0,0,0,0.6);
}
.menuLink ul {
	width: 1250px;
  margin: 0 auto;
}
.menuLink ul li {
  margin: 0 30px 0 0;
  font-size: 16px;
  float: left;
  white-space: -1px;
}
.menuLink ul li a {
  color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.h100{
  height: 100px;
}
@media screen and (max-width: 1020px) {
  .menuLink {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding: 0;
    background:rgba(0,0,0,0.6);
    overflow: hidden;
  }
  .menuLink ul {
    width: 98%;
    margin: 0 auto;
  }
  .menuLink ul li {
    margin: 18px 0 0 40px;
    font-size: 34px;
    float: left;
  }
  .menuLink ul li a {
    color: #fff;
  }
}

.letteMain {
	padding-top: 100px;
}
.theaterLb,
.storyLb {
	padding-top: 100px;
	margin-top: -100px;
}
.castLb {
	padding-top: -200px;
	margin-top: 200px;
}
@media screen and (max-width: 1020px) {
  .letteMain {
    padding-top: 220px;
  }
  .theaterLb,
  .storyLb {
    padding-top: 220px;
    margin-top: -220px;
  }
}




/* footer */
#footer {
	position: fixed;
	bottom: 0;
    width: 100%;
    height: 4%;
	background-color: #fff;
	z-index: 1000;
}
@media screen and (max-width: 1020px) {
    #footer {
    	height: 5%;
    }
}
@media screen and (max-height: 800px) {
    #footer {
    	height: 10%;
    }
}
.footer-inner,
.footer-innerSp {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}
.footer-inner address,
.footer-innerSp address {
	font-size: 14px;
	font-style: normal;
}
@media screen and (max-width: 1020px) {
    address {
		font-size: 12px;
    }
}
.iphone address {
  font-size: 24px !important;
}
.android address {
  font-size: 28px !important;
}
@media screen and (max-width: 1020px) {
    .footer-innerSp address {
		font-size: 31px;
    }
}
.iphone .footer-innerSp addres {
  font-size: 22px !important;
}
.android .footer-innerSp addres {
  font-size: 26px !important;
}




.fade{
    display:none;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
