@charset "utf-8";

/*
Theme Name: グリーンバレット theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/




/*==========================================
 General
===========================================*/

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
/*	min-width: 1024px; */
	font-size: 1.6rem;
	background: #140200;
	letter-spacing: 0.06em;
}


@media only screen and (max-width: 768px) {
	body {
	min-width:auto;
	}
}

a {
	color: #346e61;
	text-decoration: none;
}
a:link {
	color: #cf0746;
}
a:visited {
	color: #cf0746;
}
a:hover {
	color: #cf0746;
	text-decoration: underline;
}
a:active {
	color: #cf0746;
}

a.btn{
	padding: 10px 30px;
font-size: 1.8rem;
font-weight: normal;
background-color: #ffd907;
color: #2f8703;
text-align:center;
cursor: pointer;
width:100%;
max-width: 300px;
display: block;
margin: 0 auto;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
transition: all 0.2s linear;
box-sizing:border-box;
}
a.btn:hover{
	text-decoration:none;
	opacity:0.8;
}
a.outer-link{
	background: url(images/listmark.png)  no-repeat;
  background-size:16px 16px;
  padding-left:20px;
  padding-top:1px;
line-height:140%;	
}
p {
	font-size: 1.6rem;
	text-align: left;
	color: #ffffff;
	line-height: 180%;
	margin-bottom:30px;
}
p.small{
	font-size: 1.5rem;
	text-align: left;
	color: #444;
	line-height: 2;
	margin-bottom:30px;
}
p.large{
	font-size: 1.8rem!important;
}
.x-small{
	font-size: 1.3rem;
	line-height:1.3;
	
}
p.last-sentence {
	margin-bottom: 70px!important;
}
p.center {
	text-align: center;
}
p.underline {
	text-decoration:underline;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn00 {
	margin-bottom: 0px!important;
}
.mgn10 {
	margin-bottom: 10px!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}
.center{
	text-align:center;
}

/*==========================================
te
===========================================*/

h1 {
	display: none;
}

h2 {
	font-size: 4rem;
	font-weight: bold;
	color:#ffffff;
	text-align: left;
	line-height: 150%;
	padding: 0 3%;
	opacity: 0;
}

h2.profile {
	width: 100%;
}

h3 {
	font-size: 3.3rem;
	color:#00a59c;
	text-align:center;
	line-height: 130%;
	font-weight: bold;
	display:block;
	margin-bottom: 3rem;
	opacity: 0;
}

h4 {
	font-size: 2.5rem;
	font-weight: normal;
	color:#b8b9b9;
	text-align:left;
	margin: 1.5% auto 0;
	line-height: 150%;
	display:block;
}

h5 {
	font-size: 2rem;
	letter-spacing: 0.2em;
	font-weight: normal;
	color:#f16115;
	text-align:left;
	margin: 0 auto 3%;
	line-height: 150%;
	display:block;
	transform:skewX(-10deg);
}

@media only screen and (max-width: 768px) {
	h2 {
		width: auto;
		font-size: 3.5rem;
	}
	h3 {
		width: auto;
		font-size: 2.8rem;
	}
	h4 {
		font-size: 2.3rem !important;
	}
	h5 {
		font-size: 1.8rem !important;
	}
}

@media only screen and (max-width: 539px) {
	h2 {
		font-size: 2.8rem;
	}
	h3 {
		width: auto;
		font-size: 2.3rem;
	}
	h4 {
		font-size: 2.0rem !important;
	}
	h5 {
		font-size: 1.6rem !important;
	}
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 6rem;
	left:0;
	z-index:700;
	position: absolute;
	background: linear-gradient(rgba(20,2,0,1) 0%,rgba(20,2,0,0) 100%);
}
#head-inner{
	margin:0 1%;
	padding:1% 0;
}

#head-inner #socialArea{
	float:right;
}

#head-inner ul#socialArea li{
	float:left;
}

ul#socialArea li a img {
	width: 35px;
	height: 100%;
	transition: all 0.2s linear;
}

ul#socialArea li a:hover img {
	opacity: 0.8;
}

/*
header.fixed {
	top: 0;
	position:fixed;
	float:none;
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
	display: block;
/*	min-width: 1024px;
}*/

@media only screen and (max-width: 768px) {
#header {
	padding-top:0;
	padding-bottom:0px;
	position:fixed;
	top: 0;
	background: initial;
}
#head-inner{
	padding: 2% 1%;
	min-width:auto;
}
/*header.fixed {
	display:none;
}*/

}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding:0;
	text-align:center;
	overflow:visible;
	width: 89%;
}
nav#nav ul {
	margin:0 auto;
}
nav#nav ul li {
	font-family: 'Noto Serif JP', serif;
	padding:0 ;
	padding-right:2%;
	display:block;
	font-size:1.7rem;
	font-weight: bold;
	float:left;
	line-height:150%;
	letter-spacing: 0.2rem;
}
nav#nav ul li.social{
	padding-right:0;
}
nav#nav ul li.social img {
	vertical-align:bottom;
	
}
nav#nav ul li a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	text-decoration: none;
	color:#fff;
	
}
nav#nav ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
	color:#fff;
}
nav#nav ul li.current-menu-item a{
	color:#fff;
	background: url(images/line_paint.png) repeat-x bottom;
	padding-bottom:10px;
}

@media only screen and (max-width: 1260px) {
	nav#nav ul li {
		padding-right:1.5%;
	}
}
@media only screen and (max-width: 1190px) {
	nav#nav ul li {
		font-size:1.5rem;
		padding-top: 3px;
	}
}
@media only screen and (max-width: 1075px) {
	nav#nav ul li {
		padding-right:1.3%;
	}
}
@media only screen and (max-width: 1024px) {
	nav#nav ul li {
		font-size:1.3rem;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 768px) {
.menu {
	position: fixed;
	left: 20px;
	top: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index:800;
	box-sizing:border-box;
}
.menu .bar {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	
	transition: .15s ease-in-out;
}
.menu .black {
	background-color: #140200;
	position: absolute;
}
#bar01 {
	top: 0;
}
#bar02 {
	top: 11px;
}
#bar03 {
	bottom: 0;
}
.menuOpen #bar01 {
	-webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
	
}
.menuOpen #bar02 {
	opacity: 0;
}
.menuOpen #bar03 {
	-webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);

}
nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	float:none;
	width: 100%;
	height:100vh;
	padding-bottom: 70px;
	text-align: center;
	padding-top: 80px;
	background-image: url(../images/bullet_nav.png);
	background-color: #140200;
	background-position: center;
	background-size: cover;
}
#nav ul {
	border-left: 0px;
	margin-left:0;
	padding-left:0;
	-webkit-overflow-scrolling: touch;
	
}
#nav ul li {
	padding-left:0!important;
	padding-right:0!important;
	display: block!important;
	float: none!important;;
	border-left: 0px!important;
	border-right: 0px;
	margin-bottom: 7%;
	font-size:1.7rem !important;
	line-height:100% !important;
	letter-spacing: 0.2rem !important;
}


#nav ul li a {
	text-decoration: none;
	transition: .15s ease-in-out;
}
nav#nav ul li.current-menu-item a{
	color:#009d95;
	background: none;
	padding-bottom:10px;
}

}

@media only screen and (max-width: 480px) {
	nav#nav ul li ul.sub-menu#sub-menu-profile{
	display:none;
}
}


/*footer
================================================== */

footer{
	width:100%;
	box-sizing:border-box;
	padding: 1.5% 2% 8%;
	text-align:right;
	background:#140200;
}

#copyright{
	width: 100%;
	color:#ffffff;
	font-size:1.0rem;
	font-family: 'Noto Serif JP', serif;
}

@media screen and (orientation: portrait) {
	footer{
		padding: 1.5% 3% 22%;
	}
}

@media only screen and (max-width: 768px) {
	#copyright{
		font-size:0.5rem;
	}
}

@media only screen and (max-width: 539px) {
	footer{
		padding: 1.5% 3% 30%;
	}
}

/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */
#contentsArea{
	width:100%;
	background:#140200;
	line-break: strict;
}

#contentsArea section.grey{
	background:#f5f5f5;
	padding-bottom:60px;
}
#contentsArea .wfull{
	width:100%;
	padding: 4% 0;
	margin: 4% auto;
}
#contentsArea .w1080{
	max-width:1080px;
	padding: 4% 0;
	margin: 4% auto;
}
#contentsArea .w980{
	max-width:980px;
	padding: 4% 0;
	margin: 4% auto;
}
#contentsArea .w900{
	max-width:900px;
	padding: 4% 0;
	margin: 4% auto;
}

#contentsArea .w800{
	max-width:800px;
	padding: 4% 0;
	margin: 4% auto;
}

#contentsArea section p{
	width:100%;
	line-height:160%;
	text-align:left;
	color:#fff;
	font-size:1.8rem;
	font-weight:normal;
	opacity: 0;
}
#contentsArea section p.w800{
	padding:0;
}

#contentsArea section img{
	width:100%;
	height:auto;
}

.fixed-bg-1 > div {
	background: linear-gradient(rgba(20,2,0,1) 0%,rgba(20,2,0,0.4) 5%,rgba(20,2,0,0.6) 95%,rgba(20,2,0,1) 100%);
	width:100%;
	height:100%;
}

.fixed-bg-2 > div {
	background: url(../images/dot.png) repeat;
	width:100%;
	height:100%;
}

/*@media screen and (max-width: 540px) {
	.fixed-bg > div {
		background: linear-gradient(rgba(35,24,21,1) 0%,rgba(35,24,21,0.2) 5%,rgba(35,24,21,0.2) 95%,rgba(35,24,21,1) 100%);
}
}*/

.fixed-bg {
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.fixed-bg-1{
	background-image: url("../images/bg1.jpg");
}
.fixed-bg-2{
	background-image: url("../images/bg2.jpg");
}
.fixed-bg-3{
	background-image: url("images/bg3.jpg");
}

#contentsArea ul {
	margin-left:20px;
}

#contentsArea ul li{
line-height:180%;
	text-align:left;
	color:#555;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:disc;

}

.border-box{
	width:100%;
	padding:4%;
	box-sizing:border-box;
	box-shadow: 0 0 8px 3px rgb(255 62 107 / 70%), 0 0 8px 3px rgb(255 62 107 / 70%) inset;
	margin-bottom: 5%;
}

@media screen and (min-width: 1360px) {
	.fixed-bg {
		background-size: cover;
	}
}

@media screen and (orientation: portrait) {
	.fixed-bg-1{
		background-image: url("../images/bg1_tb.jpg");
	}
	.fixed-bg-2{
		background-image: url("../images/bg2_sp.jpg");
	}
	.fixed-bg {
	    background-position: bottom center;
	}
}

@media screen and (max-width: 768px) {
	.fixed-bg {
		background-attachment: scroll;
	}
/*	.android .fixed-bg {
		background-attachment: fixed;
	}
	.android .fixed-bg-1{
		background-image: url("../images/bg1.jpg");
	}*/
	#contentsArea section p{
		font-size:1.6rem;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}

@media screen and (max-width: 539px) {
#contentsArea section p{
		font-size:1.4rem;
	}
	.fixed-bg-1{
		background-image: url("../images/bg1_sp.jpg");
	}
	.fixed-bg {
		background-position: center center;
	}
}

/*==================================================
/*  top main image
==================================================*/
#topVisualWrapper {
	width: 100%;
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	background-color: #140200;
}
#topVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#topVisualWrapper.fixed {
    padding-top: 60px;
}

@media only screen and (max-width: 768px) {
	#topVisualWrapper {
	margin:0 auto;
	top:0;
	}
}

/*==========================================
 Cast
===========================================*/

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

.left_contents_1{
	width: 45%;
    margin: 0 2.5%;
}

.right_contents_1{
	-webkit-flex: 1;
    flex: 1;
}

.left_contents_2{
	width: 65%;
    margin: 0 40px 0 0;
}

.right_contents_2{
	-webkit-flex: 1;
    flex: 1;
}

.castimg {
	text-align: center;
}

.castimg img {
	margin-bottom: 4%;
}

#cast1.w1080 {
	margin: 8% auto 0;
	padding-bottom: 0;
}

#cast1 > .w980 {
	margin: 4% auto 0;
	padding: 0;
	overflow: hidden;
}

#cast2.w800 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2%;
	padding-bottom: 0;
}

#staff.w980 {
	margin-top: 0;
}

#cast2 h3 {
	margin-top: 4%;
}

#cast1 h4 span,#cast2 h4 span,#staff h4 span {
	font-size: 1.5rem;
}

.contents_box h4 {
	margin: 1.5% auto 3%;
}

.contents_box h5 {
	margin: 1.5% auto 0;
}

#cast1 li p, #cast2 li p, .contents_box p {
	font-size: 1.6rem !important;
}

#cast1 ul,#cast2 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

#cast1 ul li {
	width: 33.3%;
	list-style-type: none;
	padding-bottom: 5%;
}
#cast2 ul li {
	width: 50%;
	list-style-type: none;
	padding-bottom: 5%;
}

.skills {
	font-size: 1.3rem;
	border-top: 1px solid #27986d;
	border-left: 1px solid #27986d;
	border-bottom: 1px solid #ee3506;
	border-right: 1px solid #ee3506;
	padding: 1px 4px 1.5px;
}

@media only screen and (max-width: 768px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction:column;
		-webkit-flex-wrap: initial;
		flex-wrap: initial;
	}
	.left_contents_1{
		width: 100%;
		margin:0 0 0 0;
	}	
	.right_contents_1{
		-webkit-flex: 1;
		flex: 1;
	}
	.left_contents_2{
		order:1;
		width: 100%;
 	   	margin: 0 0 0 0;
	}
	#cast1 h4 span,#cast2 h4 span {
		font-size: 1.4rem;
	}
	.left_contents_2 p {
		font-size: 1.4rem !important;
	}
	.left_contents_1 .castimg img {
		width: 60% !important;
	}
	.right_contents_2 .castimg img {
		width: 50% !important;
	}
	#cast1 li p, #cast2 li p, .contents_box p {
		font-size: 1.4rem !important;
	}
	.contents_box p {
		font-size: 1.4rem !important;
	}
}

@media only screen and (max-width: 649px) {
	#cast1 ul li {
		width: 50%;
		padding-bottom: 10%;
	}
}

@media only screen and (max-width: 480px) {
	.left_contents_2 p {
		font-size: 1.2rem !important;
	}
	#cast1 ul li,#cast2 ul li {
		width: 100%;
		padding-bottom: 10%;
	}
	#cast1 h4 span,#cast2 h4 span {
		font-size: 1.3rem;
	}
	.left_contents_1 .castimg img {
		width: 80% !important;
	}
}

/*==========================================
 THEME SONG
===========================================*/

#song.w1080 {
	padding-top: 8%;
	padding-bottom: 4%;
}

#song h5 {
	color: #ed3f98;
	font-weight: bold;
	transform: skewX(0deg);
}

#song .trans_v img {
	transform: scale(1, 0.9);
	width: 80%;
	padding: 0 10%;
}

.comment_area {
	margin: 2.5% 2.5% 0;
	padding: 4% 0;
	background: rgba(237,63,152,0.3);
}

@media only screen and (max-width: 768px) {
	.comment_area {
		margin: 2.5% 4.5% 0;
	}
}

@media only screen and (max-width: 480px) {
	.comment_area {
		margin: 2.5% 4.5% 0;
	}
	#song .trans_v img {
		width: 90%;
		padding: 0 5%;
	}
}


/*コメント
===========================================*/
.commentBox{
	margin-bottom:60px;
}
.commentBox .body{
	
	font-size:1.8rem;
	margin-bottom:20px!important;
}
.commentBox .name{
	font-size:1.8rem;
	text-align:right;
	padding-bottom:10px;
	line-height:1;
	
	display:inline-block;
	float:right;
	background: url(images/img_line_paint.png) repeat-x 0 25px;
}

@media screen and (max-width: 768px) {
	.commentBox .name{
		background:none;
		border-bottom:1px solid #346e61;
	}
}

/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/*==========================================
	タイトルとYouTubeモーダル
===========================================*/
#container {
}
.noScroll {
	overflow: hidden;
}
#loader {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #140200;
	position: fixed;
	filter: blur(0);
	z-index: 1001;
	overflow: hidden;
	-webkit-animation: loader 1s linear 1.5s 1 forwards;
	animation: loader 1s linear 1.5s 1 forwards;
}
@-webkit-keyframes loader {
	100% {
		opacity: 0;
		filter: blur(20px);
	}
}
@keyframes loader {
	100% {
		opacity: 0;
		filter: blur(20px);
	}
}

.loaderimg {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
}

#loader img {
	width: 100%;
	height: auto;
/*	transform: rotate(-45deg);*/
	overflow: hidden;
}

#loader img.load1 {
	opacity: 0;
	transform: scale(4);
	-webkit-animation: load 0.2s linear 0s 1 forwards;
	animation: load 0.2s linear 0s 1 forwards;
}

#loader img.load2 {
	opacity: 0;
	transform: scale(4);
	-webkit-animation: load 0.2s linear 0.6s 1 forwards;
	animation: load 0.2s linear 0.6s 1 forwards;
}

@-webkit-keyframes load {
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes load {
	100% {

		transform: scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
#loader img {
	height: 100%;
}
}

.modalWrapper {
	width: 100%;
	height: 100%;
	background-color: #140200;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}
.youtube {
	position: absolute;
	width: 85%;
	height: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
}

@media screen and (orientation: portrait) {
	.youtube {
		width: 100%;
		height: 56.25%;
	}
	#loader {
		height: 56.25%;
	}
}

#closeBtn {
	position: fixed;
	top: 0;
	right: 25px;
	cursor: pointer;
}

#closeBtn:before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
#closeBtn:after{
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 768px) {
	.youtube iframe {
		top: 55%;
	}
}

.modalWrapper #videoSwitchList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 10%;
	margin-top: 5px;
	width: 80%;
	position: absolute;
}

.modalWrapper #videoSwitchList li {
	width: 32%;
	background: #696969;
	color: #f5f5f5;
	font-size: ;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	margin: 0.2%;
}
@media only screen and (max-width: 480px) {
	.modalWrapper #videoSwitchList {
		flex-wrap: wrap;
		margin: 0 15%;
		width: 70%;
	}
	.modalWrapper #videoSwitchList li {
		width: 100%;
		margin-top: 3px;
	}
}
.modalWrapper #videoSwitchList li.currentVideo {
	background: linear-gradient(90deg,rgba(0,251,245,1) 0%, rgba(250,17,0,1));
	color: #ffffff;
}
.modalWrappe #videoSwitchList li:hover {
	background: #dcdcdc;
	color: #696969;
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 50px;
	height: 50px;
	background-color: rgb(255,255,255,0.2);
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 5px;
	display: none;
	z-index: 5000;
}
#backToTop a {
	width: 20px;
	height: 20px;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	margin: 35% auto 0 auto;
}

/* ------------------------------------------------------------
	自動再生スライダー
------------------------------------------------------------ */
#slider .slickAuto {
	margin-left: 0;
}
#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5%;
	line-height: 0;
	transform: skewY(-5deg);
}

#slider img {
	 transform: skewY(5deg);
}
/*#slider::before{
	position:absolute;
	background: linear-gradient(rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 5%,rgba(0,0,0,0.2) 95%,rgba(0,0,0,1) 100%)!important;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}*/

/* ------------------------------------------------------------
	キャストのスライダー
------------------------------------------------------------ */
#profile .slickCast {
	margin-left: auto;
	margin-right: auto;
}
#profile .slickCast li {
	margin-left: 80px;	/* 次のスライドのはみ出し対応用 */
}
#profile .slickCast .castImage {
	float: left;
	width: 25%;
}
#profile .slickCast .castName, #profile .slickCast .castIntro {
	float: left;
	width: 60%;
}
#profile .slickCast .castImage {
	margin-right: 2em;
}
#profile .slickCast .arrow.prev, #profile .slickCast .arrow.next {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(0 0 0 / 16%);
	padding: 5px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 200px;
	z-index: 10;
	cursor: pointer;
}
#profile .slickCast .arrow.prev {
	left: 0;
}
#profile .slickCast .arrow.next {
	right: 0;
}
#profile .slickCast .arrow.prev span {
	width: 20px;
	height: 20px;
	border-top: solid 5px #ffffff;
	border-left: solid 5px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 19px;
}
#profile .slickCast .arrow.prev span.hovering {
	left: 5px;
}
#profile .slickCast .arrow.next span {
	width: 20px;
	height: 20px;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 19px;
}
#profile .slickCast .arrow.next span.hovering {
	right: 5px;
}
#profile .thumbnail {
	margin: 40px auto 0 auto;
}
#profile .thumbnail li {
	margin-right: 5px;
	cursor: pointer;
	background-color: #ffffff;
}
#profile .thumbnail li img {
	opacity: 0.5;
}
#profile .thumbnail li.slick-current img {
	opacity: 1;
}
@media screen and (max-width: 520px) {
	#contentsArea #profile.w980 {
		padding-bottom: 60px;
	}
	#profile .slickCast li {
		padding-bottom: 25px;
	}
	#profile .slickCast .castIntro {
		width: 100%;
		margin-top: 15px;
	}
}


/*新規追加*/

#contentsArea ul.share_btn {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contentsArea ul.share_btn li {
	list-style-type: none;
	margin: 0 10px;
}
#contentsArea ul.share_btn li div,
#contentsArea ul.share_btn li a {
	display: flex;
	align-items: center;
}
#contentsArea ul.share_btn li a img {
	width: auto;
}
@media only screen and (max-width: 768px) {
	#contentsArea ul.share_btn li {
		margin: 2px;
	}
}

.trans_v {
	transform: scale(0.9, 1);
	overflow: hidden;
}

#intro .w980 {
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#introtitle {
	padding: 0 10%;
	margin-bottom: 3rem;
	opacity: 0;
}

#story.w1080 {
	margin-top: 0;
	padding-bottom: 10%;
}

#story h2 {
	padding-top: 15%;
}

#story > .w1080 {
	margin-top: 0;
}

@media only screen and (max-width: 768px) {
	#introtitle {
		padding: 0 5%;
	}
	#story.w1080 {
		padding-bottom: 5%;
	}
	#story h2 {
		padding-top: 10%;
	}
}

@media only screen and (max-width: 539px) {
	#intro .w980 {
		margin-bottom: 10%;
	}
	#story h2 {
		padding-top: 15%;
	}
	#story h2 {
		padding-top: 15%;
	}
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 2rem 3rem;
	margin: 3em 0;
	background: rgb(0 0 0 / 30%);
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgb(255 255 255 / 10%);
	text-align: right;
}

#contentsArea #comments:first-child .border-area {
	margin-top: 0;
}

#contentsArea #opinions .border-area {
	margin-top: 0;
}

#contentsArea #comments .border-area p, #contentsArea #opinions .border-area p {
	margin: 0; 
	padding: 0;
}

#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 2.0rem;
	margin-bottom: 1rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 1.8rem;
	margin-bottom: 0;
	background: linear-gradient(transparent 50%, rgba(207,7,70,0.4) 100%);
	display: inline;
	padding: 0 0.5rem;
}

@media screen and (max-width: 768px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.5rem;
}
#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 480px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.4rem;
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
padding: 2rem 0.8rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
font-size: 1.2rem;
}
}

#theater .information p{
	text-align: center;
	font-size: 2.5rem;
}

.ticket_img{
	width: 30%;
	margin: 0 auto;
}

#theater .information h3{
	text-align: center;
	font-size: 2rem;
}

.area{
display:none;
}


#contentsArea #theater-info ul li.area_hover{
font-weight: bold;
}

#contentsArea #theater-info ul li{
margin-right: 30px;
margin-bottom: 20px;
font-size: 2.2rem;
list-style-type: none;
cursor: pointer;
}



#contentsArea #theater-info ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

#theater-info ul li{
	line-height: 100%;
	display: inline-block;
	position: relative;
	color: #b8b9b9;
 	text-decoration: none;
}

#theater-info ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #b8b9b9;
	transform: scale(0, 1);
	transition: 0.4s;
}
#theater-info ul li:hover:before {
	transform: scale(1);
}

.ticket_img_banner{
	width: 30%;
	display: inline-flex;
	justify-content: center;
}


#footInner #contact {
	margin-top: 20px;
}


#theater .theater-underLine {
border-bottom: 1px solid #555;
margin: 70px auto;
width: 85%;
max-width: 800px;
}

#profile .right .mojiS{
font-size: 2.4rem!important;
}

@media screen and (max-width: 768px) {
	.sp_view{
		display:none;
	}
	#contentsArea #theater h1 {
		margin-bottom: 40px;
	}
	#contentsArea #theater-info ul li{
		margin-right: 25px;
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 480px) {
#contentsArea #theater-info ul{
margin-left: 5px;
}

#contentsArea #theater-info ul li{
margin-right: 25px;
font-size: 1.7rem;
}

.ticket_img_banner {
	width: 70%;
}

#profile .right .mojiS{
font-size: 1.5rem!important;
}
}

@media only screen and (min-width: 480px) {
	.sp_view2{
		display:none;
	}
}

#changeBgImg {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#changeBgImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#topImgbg {
	position: relative;
	filter: blur(15px);
	opacity    : 0;
/*	animation  : pseudoAnimation 66s infinite;
	animation-delay  : 33s;*/
}

#topMovbg {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	opacity: 1;
	z-index: 0;
}


.topimg_s {
	opacity: 0;
	-webkit-animation: topimg_s 1s linear 0s 1 forwards;
	animation: topimg_s 1s linear 0s 1 forwards;
}

@-webkit-keyframes topimg_s {
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes topimg_s {
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
.topimg_e {
	opacity: 1;
	-webkit-animation: topimg_e 1s linear 0s 1 forwards;
	animation: topimg_e 1s linear 0s 1 forwards;
}

@-webkit-keyframes topimg_e {
	100% {
		opacity: 0;
		filter: blur(15px);
	}
}
@keyframes topimg_e {
	100% {
		opacity: 0;
		filter: blur(15px);
	}
}

#topMovbg video {
	width: 100%;
	z-index: 100;
}

#movlayer {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	opacity: 0.4;
	z-index: 101;
}

#movmask{
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dot.png) repeat;
	background-color: rgba(0,0,0,0.5);
	z-index: 102;
	overflow: hidden;
}

#topMovbg #mute {
	position:absolute;
	bottom: 10%;
	left: 2%;
	width: 60px;
	opacity: 1;
	z-index: 200;
	-webkit-animation: mute 5s linear 2s 1 forwards;
	animation: mute 5s linear 2s 1 forwards;
}

@-webkit-keyframes mute {
	100% {
		opacity: 0.5;
	}
}
@keyframes mute {
	100% {
		opacity: 0.5;
	}
}

/*@keyframes pseudoAnimation {
	0% { opacity: 0; }
	0.757% { opacity: 1; } /* 表示タイミングをずらしてフェードイン風に */
/*	49.24% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}*/

.sp-br, .tab-br {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sp-br {
		display: none;
	}
	.tab-br {
		display: block;
	}
	#topMovbg {
		top: 20%;
	}
	#topMovbg #mute {
		bottom: 0%;
		width: 10%;
	}
	#movmask{
		background-color: rgba(0,0,0,0.3);
	}
}

@media only screen and (max-width: 480px) {
	.sp-br {
		display: block;
	}
	.tab-br {
		display: block;
	}
}

.ticket_img {
	width: 45%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ticket_img img {
	background-color: #ffffff;
	border-radius: 1em;
}
.ticket-banner {
		width: 30% !important;
}
@media only screen and (max-width: 768px) {
	.ticket_img {
		width: 90%;
	}
	.ticket-banner {
		width: 70% !important;
	}
}
.ticket-banner {
		width: 100%;
}

/*==================================================
/*  top main image
==================================================*/
#t-name {
	position: absolute;
	top: 36.3%;
	right: 11.7%;
	width: 20.5%;
}

#t-copy1 {
	position: absolute;
	top: 3.6%;
	right: 0.1%;
	width: 12.2%;
}

#t-copy2 {
	position: absolute;
	top: 6%;
	left: 2.2%;
	width: 8.9%;
}

#t-roadshow {
	position: absolute;
	width: 16.3%;
	bottom: 35%;
	left: 3.7%;
}

#t-title {
	position: absolute;
	bottom: 27.5%;
	left: 29%;
	width: 42%;
}

#t-billing {
	position: absolute;
	bottom: 0.4%;
	left: 29%;
	width: 42%;
}

#r15 {
	position: absolute;
	bottom: 1%;
	right: 2%;
	width: 4%;
}

@media only screen and (max-width: 768px) {
	#btmVisualWrapper {
		margin:0 auto;
		top:0;
	}
	#t-name {
		top: 6.3%;
		right: 26.7%;
		width: 46.6%;
	}
	#t-copy1 {
		top: 4.6%;
		right: 1.1%;
		width: 22.8%;
	}
	#t-copy2 {
		top: 6.5%;
		left: 4.2%;
		width: 16.7%;
	}
	#t-roadshow {
		width: 21.3%;
		bottom: 16.5%;
		left: 77%;
	}
	#t-title {
		bottom: 16.5%;
		left: 17%;
		width: 66%;
	}
	#t-billing {
		bottom: 3.5%;
		left: 21%;
		width: 58%;
	}
	#r15 {
		bottom: 3%;
		width: 9%;
	}
}

@media only screen and (max-width: 480px) {
	#t-copy1 {
		top: 7.6%;
	}
	#t-copy2 {
		top: 9.5%;
	}
}

/*==================================================
/*  bottom main image
==================================================*/
#btmVisualWrapper {
	width: 100%;
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	background-color: #140200;
}
#btmVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#bv_layer {
	position:absolute;
	background: linear-gradient(rgba(20,2,0,1) 0%,rgba(20,2,0,0.4) 5%,rgba(20,2,0,0.6) 95%,rgba(20,2,0,1) 100%);
	width:100%;
	height:100%;
	top:0;
}
#b-billing {
	position:absolute;
	width:60%;
	top: 25%;
	opacity: 0.7;
	right: 20%;
}
#b-title {
	position:absolute;
	width: 24%;
	bottom: 17%;
	right: 38%
}
#b-roadshow {
	position:absolute;
	width:60%;
	bottom: 7%;
	right: 20%
}

@media only screen and (max-width: 768px) {
	#b-billing {
		width:90%;
		top: 53%;
		right: 5%;
	}
	#b-title {
		width: 40%;
		bottom: 11%;
		right: 30%
	}
	#b-roadshow {
		width: 90%;
		bottom: 7%;
		right: 5%
	}
}

/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.fadeInAfterUp {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	filter: blur(0) !important;
}
.fadeInAfterBl {
	opacity: 1 !important;
	filter: blur(0) !important;
}
.fadeInAfterGr {
	filter: grayscale(0) !important;
}
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	filter: blur(0) !important;
	opacity: 1 !important;
}
#introtitle, h3, h5, #b-billing, #b-title {
	overflow: hidden;	/* スマホ時の横スクロール対応 */
}

#cast1 h5.fadeInAfterLr, #cast2 h5.fadeInAfterLr, #staff h5.fadeInAfterLr {
	transform:skewX(-10deg) !important;
}

/* ------------------------------------------------------------
	アニメーション
------------------------------------------------------------ */
#container {
	opacity: 1;
/*	filter: blur(20px);*/
	z-index: 1002;
/*	-webkit-animation: container 1.5s linear 0s 1 forwards;
	animation: container 1.5s linear 0s 1 forwards;*/
}

@-webkit-keyframes container {
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes container {
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

.topBanner_item a{
	opacity:1;
	transition: .15s ease-in-out;
}

.topBanner_item a:hover{
	opacity:0.6;
}

.topBanner_item {
	opacity: 0;
	-webkit-animation: title 0.5s linear 1.5s 1 forwards;
	animation: title 0.5s linear 1.5s 1 forwards;
}

@-webkit-keyframes title {
	100% {
		transform: scale(1);
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes title {
	100% 
		transform: scale(1);{
		filter: blur(0);
		opacity: 1;
	}
}

.onheader, #topitem {
	opacity: 0;
	-webkit-animation: onheader 1s  2.0s 1 forwards;
	animation: onheader 1s linear 2.0s 1 forwards;
}

footer {
	opacity: 0;
	-webkit-animation: onheader 1s  2.0s 1 forwards;
	animation: onheader 1s linear 2.0s 1 forwards;
}

@-webkit-keyframes onheader {
	100% {
		opacity: 1;
	}
}
@keyframes onheader {
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	#btn_tokuhou {
		bottom: 35%;
		width: 20%;
	}
}

@media only screen and (max-width: 500px) {
	#btn_tokuhou {
		width: 24%;
	}
}


/* ------------------------------------------------------------
	ムビチケ
------------------------------------------------------------ */

#mvtk-widgets-container {
	opacity: 0;
	margin: 7% auto 4% !important;
	-webkit-animation: onheader 1.5s  3.5s 1 forwards;
	animation: onheader 1.5s linear 3.5s 1 forwards;
}

@media only screen and (max-width: 768px) {
#mvtk-widgets-container {
	margin: 10% auto 3% !important;
}
}

/* ------------------------------------------------------------
	MOVIEページ
------------------------------------------------------------ */
#movImgbg {
	opacity: 0;
	-webkit-animation: topimg_s 1s linear 0s 1 forwards;
	animation: topimg_s 1s linear 0s 1 forwards;
	margin-bottom: 2%;
}

@media only screen and (max-width: 768px) {
	#movImgbg {
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 539px) {
	#movImgbg {
		margin-bottom: 15%;
	}
}