@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: #3f1307;
	letter-spacing: 0.1em;
}


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

@media only screen and (max-width: 480px) {
	body {
	letter-spacing: 0.1em;
	}
}

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

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 {
	display: none;
}

#comments h2 {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.0rem;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 60px;
	letter-spacing: 0.2em;
}

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

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 7.5rem;
	left:0;
	z-index:700;
	position: absolute;
	background: rgba(63, 19, 7, 0.8);
}
#head-inner{
	margin:0 auto;
	padding: 20px 3%;
	max-width: 1280px;
}

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

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

ul#socialArea li a img {
	width: 35px;
	height: 100%;
	transition: .2s ease-in-out;
}

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

header.fixed {
	top: 0;
	position:fixed !important;
	float:none;
	background: rgba(63, 19, 7, 0.5);
/*	display: none; TZ*/
}

header.fixed #head-inner{
	
	}

@media only screen and (max-width: 768px) {
#header {
	padding-top:0;
	padding-bottom:0px;
	position:absolute;
	top: 0;
}
ul#socialArea li img {
	width: 30px;
}
#head-inner{
	padding: 20px 2%;
	min-width:auto;
}

/*header.fixed {
	display:none;
}*/

}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding: 0;
	text-align:center;
	overflow:visible;
	width: 80%;
}
nav#nav ul {
	margin:0 auto;
}
nav#nav ul li {
	font-family: "Noto Sans JP", sans-serif;
	padding:0 ;
	padding-right:4rem;
	display:block;
	font-weight: 700;
	font-size: 2rem;
	float:left;
	line-height:150%;
	letter-spacing: 0.1rem;
	cursor: pointer;
}
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: #ffffff;
	
}
nav#nav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	nav#nav ul li {
		font-size:1.8rem;
		padding-right:3rem;
		margin-top: 0.3rem;
	}
}

@media only screen and (max-width: 950px) {
	nav#nav ul li {
		font-size:1.6rem;
		padding-right:2rem;
	}
}


@media only screen and (max-width: 768px) {
.menu {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 30px;
	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: #ffffff;
	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: rgba(63, 19, 7, 0.8);
	overflow: auto;
}
nav#nav ul {
	border-left: 0px;
	margin-left:0;
	padding-left:0;
	-webkit-overflow-scrolling: touch;
	
}
nav#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: 6%;
	font-size:2rem !important;
	line-height:100% !important;
	letter-spacing: 0.2rem !important;
}


nav#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 {
	font-size:1.7rem !important;
}
	nav#nav ul li ul.sub-menu#sub-menu-profile{
	display:none;
}
}


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

footer{
	display: none;
}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	z-index: 1;
}
#topVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#topVisualWrapper.fixed {
    padding-top: 60px;
}
#topVisualWrapper #topLink {
	position:absolute;
	width:50%;
	margin:0 auto;
	bottom:50px;
	right:0;
	display:table;
	text-align:center;
}
#topVisualWrapper #topLink img{
	width:65%;
	margin:0 auto;
}

#topVisualWrapper #topLink a{
	opacity:1;
	transition: .15s ease-in-out;
}

#topVisualWrapper #topLink a:hover{
	opacity:0.6;
}

#TopInner {
	padding: 0;
	line-height: 0;
}

#TopInner p {
	text-align: center;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 0;
	width: 100%;
}

#TopInner img {
	width: 65%;
}

@media only screen and (max-width: 768px) {
	#topVisualWrapper {
	margin:0 auto;
	top:0;
	
}
#topVisualWrapper #topLink {
	position:relative;
	width:100%;
	display:table;
	text-align:center;
	bottom:auto;
}
#topVisualWrapper #topLink img{
	width:80%;
	margin:20px auto;
}
	#TopInner img {
		width: 90%;
	}
}

.topBanner img:hover {
    opacity: 0.8;
}
.topBanner {
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items:center;
	gap: 20px;
	padding: 30px 20px 40px 20px;
/*	margin: 80px 0;*/
/*
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
*/
	background-color: #30a3b8;
}

.topBanner img {
	width: 100%;
/*	box-shadow: 0px 0px 10px #d4171a;*/
}

@media only screen and (max-width: 768px) {
	.topBanner {
		flex-wrap: wrap;
		flex-direction: column;
/*		margin: 40px 0;*/

	}
	.topBanner div {
		width: calc(50% - 10px);
	}
}

@media only screen and (max-width: 550px) {
	.topBanner div {
		width: 80%;
	}
}


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


/*Layout
================================================== */
#contentsArea{
	width:100%;
	overflow-x: hidden;
	position: relative;
    z-index: 0;
	line-break: strict;
	padding-top: 7.5rem;
	background-color: #3f1307;
}

#contentsArea::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
    z-index: -1;
	width:100%;
	height:100vh;
	background-image: url(./images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(6px) opacity(0.5);
}

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

#contentsArea .w800{
	max-width:800px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:30px;
}

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

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

#introduction {
	padding-top: 3% !important;
	background: #78bd49;
}

.fixed-bg > div, #footbg > div {
	background: linear-gradient(rgba(5,3,3,1) 0%,rgba(5,4,3,0.2) 3%,rgba(5,4,3,0.2) 97%,rgba(5,4,3,1) 100%);
	width:100%;
	height:100%;
}

.fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 47%;
}
.fixed-bg-2{
	background-image: url("images/bg2.jpg");
	background-position: right;
}
.fixed-bga{
	background-image: url("images/bga.svg");
    background-size: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    
}

#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: 98%;
    padding: 3rem;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(180, 45, 35, 1), 0 0 5px 2px rgba(180, 45, 35, 1) inset;
    margin: 3rem auto 5rem;
}

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

@media screen and (max-width: 768px) {
	#contentsArea section p{
		font-size:1.5rem;
	}
	.fixed-bg,.fixed-bga {
		background-attachment: scroll;
	}
	.fixed-bg-2{
		background-position: 82%;
	}
	.android .fixed-bg,.android .fixed-bga {
		background-attachment: fixed;
	}
	.fixed-bga{
		background-size: 70%;
	}
	.border-box{
    	padding: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.border-box{
    	padding: 2rem;
	}
}

@media screen and (max-width: 300px) {
	.border-box{
    	padding: 1rem;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}
#contentsArea .w1080{
	width:auto;
}
#contentsArea .w980{
	width:auto;
}
#contentsArea .w900{
	width:auto;
}
#contentsArea .w800{
	width:auto;
}
.fl-box .fl-box-left{
	float:none;
	width:100%;
	margin-right:0;
}
.fl-box .fl-box-right{
	width:100%;
	text-align:center;

}
.fl-box-half{
	width:100%;
}
.fl-box-half-left{
	width:100%;
	float:none;
}

@media screen and (max-width: 480px) {
	.fullImg{
		margin-bottom:80px;
	}
.fullImg div{
	width:100%;
	float:none;
	margin-bottom:30px;
	text-align:center;
}
.fullImg div img{
	width:96%;
	margin:0 auto;
}
#contentsArea .w1080{
	padding:0 15px;
}
#contentsArea .w980{
	padding: 0 15px 15px;
}
#contentsArea .w800{
	padding:15px 15px 15px 15px;
}
#contentsArea section.grey{
	padding-bottom: 20px;
}
	#contentsArea section p{
		font-size:1.4rem;
	}
}

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

#cast h1,#comments h1 {
	color: #e60012;
}

#comments h1 span{
	color:#e60012;
}

p.name_kana {
	font-size: 2.5rem !important;
	margin-bottom: 15px;
	font-weight: 600 !important;
}

p.name_kana .red {
	color: #e50012;
}

p.name_kana .cast {
	color: #e50012;
	font-size: 70%;
	vertical-align: 5%;
	display: inline-block;
}

.contents_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.contents_box:nth-child(even) {
    flex-direction: row-reverse;
}

.left_contents {
	width: 50%;
}

.right_contents {
	-webkit-flex: 1;
	flex: 1;
	padding: 0 3%;
}

@media only screen and (max-width: 768px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction: column !important;
		-webkit-flex-wrap: initial;
		flex-wrap: initial;
		margin-bottom: 5%;
	}
	p.name_kana {
		font-size: 2rem !important;
		margin-bottom: 10px;
	}
	.left_contents {
		width: 100%;
		margin-bottom: 3%;
	}	
	.right_contents_1{
		-webkit-flex: 1;
		flex: 1;
	}
	.contents_box:nth-child(even) {
		flex-direction: column;
	}
}


/*コメント
===========================================*/
.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: linear-gradient(rgba(223, 6, 21, 0.7) 0%, rgb(0, 0, 0, 0.7)20%, rgb(0, 0, 0,0.7)80%, rgba(223, 6, 21, 0.7) 100%);*/
	background-image: url(./images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 701;
}
#loader::after {
	content: "";
	background: rgba(63,19,7,.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 35%;
	display: none;
	z-index: 900;
}

@media screen and (max-width: 768px) {
	#loader img {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 60%;
	}
}

.modalWrapper {
	width: 100%;
	height: 100%;
/*	background: rgba(0,0,0,.3);*/
	background: rgba(63, 19, 7,.3);
/*	background: linear-gradient(rgba(223, 6, 21, 0.3) 0%, rgb(0, 0, 0, 0.3)20%, rgb(0, 0, 0, 0.3)80%, rgba(223, 6, 21, 0.3) 100%);*/
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

.modalWrapper_c {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

.youtube {
	position: fixed;
	width: 80%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding-top: 40px;
	overflow: hidden;
}
.iframeWrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}

.modalWrapper_c .iframeWrapper {
	margin: 0 auto;
	height: 100%;
	padding: 0;
}

iframe {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.modalWrapper .closeBtn {
	position: absolute;
	top: 0;
	right: 12px;
	cursor: pointer;
}

.modalWrapper_c .closeBtn {
	position: absolute;
	top: 5px;
	right: 50px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.modalWrapper_c .closeBtn {
		right: 30px;
	}
}

.closeBtn:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 30px;
	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: 30px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
}

.modalWrapper_c .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;
}
.modalWrapper_c .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;
}


/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.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;
}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
#director, #cast, #staff {
	overflow: hidden;	/* スマホ時の横スクロール対応 */
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	background-color: rgb(255,255,255,0.3);
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 15px;
	height: 15px;
	border-top: solid 3px #050403;
	border-right: solid 3px #050403;
	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 20px;
	line-height: 0;
}
#slider::before{
	position:absolute;
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 95%,rgba(255,255,255,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;
	}
}


/*新規追加*/

#restoration h1 {
	margin-top: 10%;
	color: rgba(255,255,255,0.5);
}

#restoration p.mgn00 {
	padding-bottom: calc(60px + 10%);
}

div.director, div.staff {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2%;
}

div.director div {
	width: 50%;
}

div.director div img {
	width: 100%;
	margin-bottom: -1px;
}

div.staff div {
	width: 43%;
	padding: 3%;
	background-color: rgba(76,126,177,0.5);
	box-shadow: 0 0 5px rgba(76,126,177,1);
}

@media only screen and (max-width: 768px) {
	#story p {
		font-size: 1.7rem !important;
	}
}

@media only screen and (max-width: 700px) {
	div.director, div.staff {
		display: block;
	}
	div.director div {
		width: 100%;
	}
	div.staff div {
		width: 94%;
		margin-bottom: 5%;
	}
}


#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;
	}
}

@media only screen and (max-width: 480px) {
#introduction .introbox {
    padding: 1.5rem 1.5rem;
}
}

#comments {
	background-color: rgba(0,0,0,0.3);
	margin-top: -1px !important;
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 2rem 2rem;
	margin: 1em 0 5rem;
	background: rgba(0,0,0,0.7);
	box-shadow: rgb(232 176 19 / 40%) 0px 0px 10px 7px;
	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-family: "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	margin-bottom: 1rem;
/*	font-style: oblique;*/
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 2.3rem;
	font-weight: 700;
	color: rgba(232, 176, 19, 1);
	margin-bottom: 0;
	display: inline;
	padding: 0 0.5rem;
	text-shadow: 0 0 15px rgba(223, 6, 21, 1);
}

@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.8rem;
}
}

@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.7rem;
}
}

#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;
}

#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: #050403;
 	text-decoration: none;
}

#theater-info ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #050403;
	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;
	margin-bottom: -1px !important;
}

#contact {
	margin: 2rem 0;
	color: #fff;
	font-size: 1.3rem;
}
#contact a {
	color: #fff;
}

@media only screen and (max-width: 480px) {
#contact a {
	line-height: 2;
}
}

.sp-br, .tab-br {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sp-br {
		display: none;
	}
	.tab-br {
		display: block;
	}
}
@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: #231815;
	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%;
}

/* ------------------------------------------------------------
	トップビジュアルのアニメーション
------------------------------------------------------------ */

.topimg {
	opacity: 0;
	filter: blur(20px);
	width: 100%;
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}

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

#comments_bnr {
	position:absolute;
	top: 15%;
	left: 3%;
	width: 18%;
	height: auto;
}

.bnr_comments {
	opacity: 0;
	max-width: 100% !important;
	height: auto;
	overflow: hidden;
	-webkit-animation: onheader 1s  2s 1 forwards;
	animation: onheader 1s linear 2s 1 forwards;
}

#comments_bnr a img.bnr_comments {
	transition: 0.5s;
	cursor: pointer;
}

#comments_bnr a img.bnr_comments:hover {
    opacity: 0.8 !important;
}
/*
.onheader {
	opacity: 0;
	-webkit-animation: onheader 1.5s  0.5s 1 forwards;
	animation: onheader 1.5s linear 0.5s 1 forwards;
}

#head-inner {
	opacity: 0;
	-webkit-animation: onheader 1.5s  2.5s 1 forwards;
	animation: onheader 1.5s linear 2.5s 1 forwards;
}
*/
.theater_item {
	opacity: 0;
	-webkit-animation: onheader 1.5s 2.5s 1 forwards;
	animation: onheader 1.5s linear 2.5s 1 forwards;
}

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

@media only screen and (max-width: 768px) {
	.bnr_comments {
	width: 22%;
	}
}

@media only screen and (max-width: 480px) {
	#comments_bnr {
		width: 25%;
		top: 13%;
	}
}

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

#mvtk {
	position: relative;
	padding: 0 0 5% 0 !important;
	margin: 0 auto;
	max-width: 1280px;
	background: #151607;
	text-align: center;
}

#mvtk img {
	opacity: 0;
	width: 50%;
	max-width: 640px;
	-webkit-animation: onheader 1.5s linear 0.5s 1 forwards;
	animation: onheader 1.5s linear 0.5s 1 forwards;
	position: relative;
}

@media only screen and (max-width: 768px) {
#mvtk img {
	margin: 3% auto 5% !important;
	width: 90%;
	max-width: 340px;
}
}




#mvtk iframe {
	box-shadow: rgb(63, 19, 7) 2px 2px 4px;
}





/*==========================================
 キャンペーン
===========================================*/

#contentsArea_c {
	width:100%;
	background: #000000;
	overflow-x: hidden;
	position: relative;
    z-index: 0;
	line-break: strict;
	padding: 0 0 7.5rem;
}

/*#campaign #topVisualWrapper {
	display: flex;
	align-items: center;
	background: #000000;
}
#campaign #topVisualWrapper div {
	width: 50%;
}*/

#campaign h2 {
	text-align:center;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 150%;
	display: block !important;
	padding: 3% 0;
	color: #ffffff;
	text-shadow: 3px 3px 3px #cf0746;
}

#campaign_wrap {
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 30%, rgba(180, 45, 35, 1) 50%, rgba(0, 0, 0, 1) 70%);
  padding: 3% 5%;
}

.shop_info {
	display: flex;
    align-items: center;
    gap: 3%;
    margin-bottom: 10px;
}

.shop_info img {
	max-width: 200px;
}

@media only screen and (max-width: 768px) {
	#campaign h2 {
		font-size: 2.2rem;
		padding: 5% 0;
	}
	#campaign_wrap {
		padding: 3% 4%;
	}
}

@media only screen and (max-width: 600px) {
	.shop_info {
		display: block;
			margin-bottom: 0;
	}
}

@media only screen and (max-width: 320px) {
	#campaign h2 {
		font-size: 2.0rem;
	}
	#campaign_wrap {
		padding: 3% 2%;
	}
}


.area{
display:none;
}

#contentsArea #shop-list ul li.area_hover{
font-weight: bold;
}

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

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

#shop-list ul li{
	line-height: 100%;
	display: inline-block;
	position: relative;
	color: #ffffff;
 	text-decoration: none;
}

#shop-list ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #ffffff;
	transform: scale(0, 1);
	transition: 0.4s;
}
#shop-list ul li:hover:before {
	transform: scale(1);
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width:800px;
  margin:0 auto 60px;
}
table th,
table td {
  border-bottom: 1px dashed #ddd;
  padding: 10px;
  font-size:1.6rem;
  color:#fff;
  text-align:left;
  line-height:150%;
}
table th {
  color:#fff;
  font-size:1.3rem;
  font-weight:bold;
  border-bottom: 2px solid #fff;
  vertical-align: bottom;
 }

table td  a{
color: #ffffff!important;
}

@media screen and (max-width: 768px) {
#contentsArea #shop-list ul li{
	font-size: 1.8rem;
}

table {
  width:96%;
}
table th,
table td {
  font-size:1.3rem;
}
}

@media screen and (max-width: 480px) {
table th,
table td {
  padding: 10px 0;
  font-size:1.1rem;
}
}