@charset "utf-8";
/*--****************************************

@SP - common.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
html, body {
	font-size: 13px;
	font-family: yu-mincho-pr6, YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 1px;
	text-align: justify;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
/*文字のアンチエイリアス設定*/
	font-feature-settings: "palt";
/*文字間詰め*/
	-webkit-text-size-adjust: 100%;
 /* adjust */
	;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

main {
	opacity: 0;
}

.fade-up {
	transition: all .8s;
}

.w100 {
    width: 100%;
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
}

.contents {
	position: relative;
}

/*-------------------------------

#header

-------------------------------*/
#header {
	width: 100%;
	height: 50px;
	background: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#header-sns-container {
	line-height: 50px;
}

#drawer-btn {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: #419eaa;
}

#drawer-txt {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding: 4px 0 0 2px;
	letter-spacing: 0px;
}

#drawer-line-box {
	width: 50px;
	height: 28px;
	padding: 8px 0 0;
}

.drawer-line {
	width: 30px;
	height: 3px;
	background: #FFF;
	display: block;
	margin: 0 auto 4px auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
	-webkit-transform: rotate(405deg) translate(5px,5px);
	transform: rotate(405deg) translate(5px,5px);
}

.drawer-line.open:nth-child(2) {
	-webkit-opacity: 0;
	opacity: 0;
}

.drawer-line.open:nth-child(3) {
	-webkit-transform: rotate(-405deg) translate(5px,-5px);
	transform: rotate(-405deg) translate(5px,-5px);
}



/*-------------------------------

#nav-container

-------------------------------*/
#nav {
	width: 100%;
	background-color: #ccc;
	padding: 6% 0;
}

#nav-container {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.nav-box {
	display: block;
	margin: 0 0 3% 0;
}

.nav-box:last-child {
	margin: 0 auto;
}

.nav-box.selected {
}

.nav-btn {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #000;
	border-radius: 5px;
	height: 80px;
	line-height: 80px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.nav-btn.selected {
	color: #fff;
	background: #bbbbbb;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.4),1px 1px 5px rgba(255, 255, 255, 0.4);
	text-shadow: none;
}

.nav-btn.coming {
	opacity: 0.5;
}

.nav-icon {
	font-size: 150%;
	padding: 0px 2% 0 0;
	vertical-align: middle;
	line-height: 0em;
}


/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	opacity: 0;
	background: #fff;
	padding: 50px 0 0 0;
}

#drawer-container::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../img/common/menu_bg.jpg) bottom center no-repeat;
	background-size: cover;
}

#drawer-container-inner {
	width: 100%;
	padding: 6% 0;
	position: relative;
	z-index: 1;
}

#drawer-nav-container {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.drawer-nav-box {
	display: block;
	margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
	margin: 0 auto;
}

.drawer-nav-btn {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 80px;
	line-height: 80px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
}

.drawer-nav-btn img {
	vertical-align: middle;
	width: 70%;
}

.drawer-nav-box.selected {
}

.drawer-nav-btn.selected {
	color: #fff;
	text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
	width: 100%;
}

#cc {
	padding: 2% 0;
	text-align: center;
}

#castbilling {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
	background: #3aafbe;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
}

#preloader-inner {
	width: 300px;
	height: 90px;
	position: absolute;
	z-index: 1;
	top: calc( 50% - 200px );
	left: calc( 50% - 150px );
}

#preloader-ttl {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0%;
	left: 0%;
}

#preloader-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#preloader-anime {
	position: absolute;
	top: 115px;
	left: 310px;
	z-index: 3;
}

#progress-txt {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e8dcbf;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 310px;
	left: 0;
	z-index: 4;
}

#preloaderAnime {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
}


/*-------------------------------

@banner

-------------------------------*/
#banner-container {
	width: 90%;
	margin: 5% auto;
}

.banner-item {
	width: 49%;
	margin: 0 2% 2% 0;
}

.banner-item:nth-child(even) {
	margin-right: 0;
}

.banner-img {
	width: 100%;
	height: auto;
}


/*-------------------------------

@SNS

-------------------------------*/
#social-container {
	padding: 8% 0;
}

.sns-btn {
	display: block;
	height: 20px;
	padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
	padding: 0;
}

#twitter-share {
}

#twitter-follow {
}

#facebook-like {
}

#line-share {
}

#line-like {
}

#eiga-com {
}


/*-------------------------------

#movie-layer-container

-------------------------------*/
#movie-layer-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	background: #ccc;
	padding: 50px 0 0 0;
}

.movie-layer-box {
	width: 90%;
	margin: 0 auto 8% auto;
}

.movie-layer-name {
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border: 1px solid #000;
}

#movie-layer-close {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	background: #000;
	color: #fff;
}


/***************************************************

 * modules
 
***************************************************/
a {
	color: #ff0000;
	text-decoration: underline;
}

.w100 {
	width: 100%;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.protect {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-khtml-user-drag: none;
	-webkit-user-drag: none;
}

/*-------------------------------

sns

-------------------------------*/
.sns {
	width: 89%;
	margin: 0 auto 9.3vw;
	letter-spacing: -.4em;
	text-align: center;
}

.sns h2 {
	margin: 0 auto 6vw;
	letter-spacing: normal;
}

.sns p {
	display: inline-block;
	width: 12.5vw;
	margin: 0 3.5vw;
}

/* noise */
.main-wrapper {
	position: relative;
	padding: 0;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	position: relative;
	font-size: 60px;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.noise-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  /*opacity: 0;*/
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}

.noise-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.noise {
	position: absolute;
	top: -500px;
	right: -500px;
	bottom: -500px;
	left: -500px;
	background: transparent url(../img/common/noise.png) 0 0;
	background-size: 320px 320px;
	opacity: 0.55;
	-webkit-animation: noise 1s steps(8, end) infinite both;
	animation: noise 1s steps(8, end) infinite both;
}

@-webkit-keyframes noise {
	0% {
		-webkit-transform: translateX(0px, 0px);
		transform: translateX(0px, 0px);
	}

	10% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}

	20% {
		-webkit-transform: translate(150px, -100px);
		transform: translate(150px, -100px);
	}

	30% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}

	40% {
		-webkit-transform: translate(100px, -150px);
		transform: translate(100px, -150px);
	}

	50% {
		-webkit-transform: translate(-100px, 200px);
		transform: translate(-100px, 200px);
	}

	60% {
		-webkit-transform: translate(-200px, -100px);
		transform: translate(-200px, -100px);
	}

	70% {
		-webkit-transform: translateY(50px, 100px);
		transform: translateY(50px, 100px);
	}

	80% {
		-webkit-transform: translate(100px, -150px);
		transform: translate(100px, -150px);
	}

	90% {
		-webkit-transform: translate(0px, 200px);
		transform: translate(0px, 200px);
	}

	100% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}
}

@keyframes noise {
	0% {
		-webkit-transform: translateX(0px, 0px);
		transform: translateX(0px, 0px);
	}

	10% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}

	20% {
		-webkit-transform: translate(150px, -100px);
		transform: translate(150px, -100px);
	}

	30% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}

	40% {
		-webkit-transform: translate(100px, -150px);
		transform: translate(100px, -150px);
	}

	50% {
		-webkit-transform: translate(-100px, 200px);
		transform: translate(-100px, 200px);
	}

	60% {
		-webkit-transform: translate(-200px, -100px);
		transform: translate(-200px, -100px);
	}

	70% {
		-webkit-transform: translateY(50px, 100px);
		transform: translateY(50px, 100px);
	}

	80% {
		-webkit-transform: translate(100px, -150px);
		transform: translate(100px, -150px);
	}

	90% {
		-webkit-transform: translate(0px, 200px);
		transform: translate(0px, 200px);
	}

	100% {
		-webkit-transform: translate(-100px, 100px);
		transform: translate(-100px, 100px);
	}
}