@charset "utf-8";

/*
Theme Name: hikarukawa theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/


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

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: "Noto Serif JP", serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	background: #dddddd;
	letter-spacing: 0.15em;
}

@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: #346e61;
	text-decoration: none;
}
a:link {
	color: #346e61;
}
a:visited {
	color: #346e61;
}
a:hover {
	color: #346e61;
}
a:active {
	color: #346e61;
}

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%;
}
p.small{
	font-size: 1.6rem!important;
}
p.large{
	font-size: 2.0rem !important;
}
.x-small{
	font-size: 1.4rem !important;
}
@media only screen and (max-width: 480px) {
	.large{
		font-size: 1.6rem!important;
	}
	.x-small {
		font-size: 1.1rem !important;
	}
}
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;
}
.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-family: "Noto Serif JP", serif;
	width:100%;
	display: inline-block;
	text-align: center;
	letter-spacing:1rem;
	font-size: 4.5rem;
	color: #000000;
	margin-bottom: 60px;
	font-weight: 700;
}

#comments h2 {
    text-shadow: 1px 1px 0px #ffffff;
}

h2 span {
	font-size: 70%;
	font-weight: 400;
}

h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	color:#000000;
	text-align:left;
	line-height: 130%;
	font-weight: 500;
	letter-spacing: 0;
	display:block;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	padding-bottom: 2%;
}

h4 {
	font-size: 3.8rem;
	font-weight: 400;
	color:#000000;
	text-align:left;
	margin: 0 auto;
	line-height: 130%;
	letter-spacing: 0;
	display:block;
}

h5 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#a73840;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 3.5rem;
		margin-bottom: 40px;
	}
	h3 {
		font-size: 2.8rem;
		margin-bottom: 10px;
		padding-bottom: 3%;
	}
}

@media only screen and (max-width: 480px) {
	h2 {
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 2.4rem;
	}
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 7.5rem;
	left: 0;
	z-index: 700;
	position: absolute;
	background: #090804;
}
#head-inner{
	margin:0 auto;
	padding: 20px 3%;
	height: 100%;
	max-width: 1280px;
}

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

#head-inner ul#socialArea li{
	float:left;
	color: #fff;
	list-style:none;
    margin-left: 20px;
}

#head-inner ul#socialArea li.lang_sw {
	margin-top: 7px;
}

#head-inner ul#socialArea li.lang_sw a {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 0.4em;
	letter-spacing: 0;
	color: #ffffff;
	transition: .2s ease-in-out;
}

#head-inner ul#socialArea li.lang_sw a:hover {
	border: 1px solid #85c9b5;
	background: rgba(184, 226, 215, 0.2);
	color: #85c9b5;
}

ul#socialArea li a img {
	width: 30px;
	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;
	display: block;
	background: rgba(0, 0, 0, 0.7);
}

header.fixed #head-inner{
	
	}

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

}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding: 2px 0;
	text-align:center;
	overflow:visible;
	width: 85%;
}
nav#nav ul {
	margin:0 auto;
}
nav#nav ul li {
	font-family: "Noto Serif JP", serif;
	padding:0 ;
	padding-right:2%;
	display:block;
	font-weight: 500;
	font-size:1.7rem;
	float:left;
	line-height:150%;
	letter-spacing: 0.1rem;
}
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.5;
	text-decoration: none;
}
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: 1075px) {
	nav#nav ul li {
		padding-top: 0;
	}
}

@media only screen and (max-width: 768px) {
.menu {
	position: absolute;
	left: 5%;
	top: 2.5rem;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index:800;
	box-sizing:border-box;
/*	display: none;*/
}
.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: 80vh;
	padding-bottom: 70px;
	text-align: center;
	padding-top: 80px;
	background: linear-gradient(rgba(133,201,181,0.9) 0%, rgba(184,226,215,0.8) 80%, rgba(255,255,255,0) 100%);
	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: 7%;
	font-size:1.7rem !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 ul.sub-menu#sub-menu-profile{
	display:none;
}
}


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

footer{
	margin-top: -1px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #090804;
}

#footbg {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	line-height: 0;
}

#footbg img {
	width: 100%;
}

#footroadshow {
	position:absolute;
	width: 100%;
	bottom: 12%;
}

#footroadshow img {
	width: 60%;
}

#footcomment {
	position:absolute;
	width: 100%;
	top: 7%;
}
#footcomment img {
	width: 60%;
}

#footbilling {
	position:absolute;
	width: 100%;
	bottom: 2.5%;
}
#footbilling img {
	width: 75%;
}

#copyright{
	width: 90%;
	position:relative;
	color:#ffffff;
	font-size:1.1rem !important;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	padding: 2rem 5% 7rem;
}

@media only screen and (max-width: 768px) {
	#footroadshow {
		Bottom: 12%;
	}
	#footroadshow img {
		width: 90%;
	}
	#footcomment {
		top: 7%;
	}
	#footcomment img {
		width: 60%;
	}
	#footbilling img {
		width: 90%;
	}
}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
/*	width: 70%;*/
	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%;
	}
}


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


/*Layout
================================================== */
#contentsArea{
	width:100%;
/*	background: #dddddd;*/
	background-image: url("bg_en.png");
	line-break: strict;
	padding-top: 7.5rem;
	    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
	opacity: 0;
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}
#contentsArea section {
	
}
#contentsArea .wfull{
	width:100%;
}
#contentsArea .w1280 {
	max-width:1280px;
	padding:0;
	margin:0 auto;
}
#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w980{
	max-width:980px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w900{
	max-width:900px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w800{
	max-width:800px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea section p{
	width:100%;
	line-height:180%;
	text-align:left;
	color: #000000;
	font-size:1.6rem;
	font-weight:500;
}
#contentsArea section p.w800{
	padding:0;
}

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

#introduction_bg div.wfull {
	position: relative;
}
#introduction_bg div.wfull::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#introduction h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5rem !important;
	font-weight: 500;
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
	#introduction h3 {
		font-size: 3.0rem !important;
	}
}

@media only screen and (max-width: 480px) {
	#introduction h3 {
		font-size: 2.7rem !important;
	}
}

/*
#introduction p {
	color: #CF187D !important;
	color: #2f2f2f !important;
}*/


.fixed-bg > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 5%,rgba(255,255,255,0.4) 95%,rgba(23,40,30,1) 100%);
	width:100%;
	height:100%;
}


.fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}
.fixed-bg-1{
	background-image: url("images/bg03_pc.jpg");
}

#contentsArea ul {
	margin-left:0;
}

#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:92%;
	padding:5%;
	box-sizing:border-box;
	box-shadow: 0 0 3px 1px rgb(133 201 181 / 70%), 0 0 1px 1px rgb(133 201 181 / 70%) inset;
	margin: 11% 4%;
}

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

@media screen and (max-width: 768px) {
	#contentsArea{
/*		padding-top: 5.75rem;*/
	}
	#contentsArea section p{
		font-size:1.5rem;
	}
	p.large{
		font-size: 1.8rem !important;
	}
	.fixed-bg {
		background-attachment: scroll;
		min-height: initial;
		background-position: top;
	}
	.fixed-bg-1{
		background-image: url("images/bg03_sp.jpg");
	}
	.android .fixed-bg {
		background-attachment: fixed;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}
#contentsArea .w1200{
	width:auto;
}
#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 .w1200{
	padding:0 15px 5%;
}
#contentsArea .w1080{
	padding:0 15px 5%;
}
#contentsArea .w980{
	padding:0 15px 5%;
}
#contentsArea .w800{
	padding:0 15px 5%;
}
#contentsArea section.grey{
	padding-bottom: 20px;
}
	#contentsArea section p{
		font-size:1.4rem;
	}
	p.large{
		font-size: 1.7rem !important;
	}
}



/*==========================================
 Introduction
===========================================*/
/*
div#introduction {
	margin-top: 5% !important;
}
*/



/*==========================================
 cast_staff
===========================================*/

div#cast_staff {
/*	margin-top: -10% !important;*/
}


#cast_staff h3.name span, #introduction h3.name span {
	font-size: 85% !important;
	display: inline-block;
	color: #b8e2d7;
}

.contents_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 2.5% 6%;
}

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

.left_contents {
	width: 30%;
	margin: 0 auto;
	padding: 0 1.5%;
}

.right_contents {
	-webkit-flex: 1;
	flex: 1;
/*	padding: 0 0 0 5%;*/
	padding: 0 1.5%;
}




@media only screen and (max-width: 768px) {
	#cast_staff h3.name span, #introduction h3.name span {
		display: inline-block;
	}
	.left_contents {
		width: 45%;
	}
	#introduction .mgn50 {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction: column !important;
		-webkit-flex-wrap: initial;
		flex-wrap: initial;
		margin: 0 4%;
	}
	.left_contents {
		width: 100%;
		padding: 0 0 3%;
	}	
	.right_contents {
		-webkit-flex: 1;
		flex: 1;
		padding: 0 0 3%;
	}
	.cast_staffimg {
		width: 85%;
		max-width: 400px;
		margin: 0 auto;
	}
}


/*コメント
===========================================*/
.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: radial-gradient(rgba(231,99,155,1) 0%,rgba(58,6,56,1) 100%);
	position: relative;
	z-index: 701;
}
#loader img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(20%) translateX(-50%);
	transform: translateY(20%) translateX(-50%);
	max-width: 25%;
	width: auto;
	display: none;
}

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

.modalWrapper {
	width: 100%;
	height: 100%;
	background-color: radial-gradient(rgba(231,99,155,1) 0%,rgba(58,6,56,1) 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;
}
.youtube .iframeWrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
}
.youtube .closeBtn {
	position: absolute;
	top: 0;
	right: 12px;
	cursor: pointer;
}
.youtube .closeBtn:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 30px;
	background-color: #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
.youtube .closeBtn:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 30px;
	background-color: #999999;
	-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;
}
#comments, #cast_staff, #introduction {
	overflow: hidden;	/* スマホ時の横スクロール対応 */
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(13,38,40,0.7);
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 5px;
	display: none;
	z-index: 100;
}
#backToTop a {
	width: 15px;
	height: 15px;
	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;
}

@media only screen and (max-width: 768px) {
	#backToTop {
		bottom: 7%;
	}
}

/* ------------------------------------------------------------
	自動再生スライダー
------------------------------------------------------------ */
#slider .slickAuto {
	margin-left: 0;
}
#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	line-height: 0;
	background: #001414;
}
#slider::before{
	position:absolute;
/*	background: linear-gradient(rgba(0,20,20,1) 0%,rgba(0,20,20,0) 5%,rgba(0,20,20,0) 95%,rgba(0,20,20,1) 100%)!important;*/
	background: linear-gradient(rgba(204,204,204,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;
}

.slick-slide img {
	width: 100%;
}

/* ------------------------------------------------------------
	キャストのスライダー
------------------------------------------------------------ */
#profile .slickcast_staff {
	margin-left: auto;
	margin-right: auto;
}
#profile .slickcast_staff li {
	margin-left: 80px;	/* 次のスライドのはみ出し対応用 */
}
#profile .slickcast_staff .cast_staffImage {
	float: left;
	width: 25%;
}
#profile .slickcast_staff .cast_staffName, #profile .slickcast_staff .cast_staffIntro {
	float: left;
	width: 60%;
}
#profile .slickcast_staff .cast_staffImage {
	margin-right: 2em;
}
#profile .slickcast_staff .arrow.prev, #profile .slickcast_staff .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_staff .arrow.prev {
	left: 0;
}
#profile .slickcast_staff .arrow.next {
	right: 0;
}
#profile .slickcast_staff .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_staff .arrow.prev span.hovering {
	left: 5px;
}
#profile .slickcast_staff .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_staff .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_staff li {
		padding-bottom: 25px;
	}
	#profile .slickcast_staff .cast_staffIntro {
		width: 100%;
		margin-top: 15px;
	}
}


/*新規追加*/


#introduction .intro-center {
	text-align: center;
}

#introduction .introbox {
	margin-bottom: 40px;
	padding: 3rem 4rem;
	background-color: #ffffff;
	box-shadow: 0 0 8px 5px rgba(207,7,70,0.5), 0 0 8px 5px rgba(207,7,70,0.5) inset;
/*	border: solid 5px rgba(207,7,70,0.5);*/
	font-style: oblique;
}

#introduction h2 {
/*	margin-top: 10%; */
}



#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) {
#introduction .introbox {
	padding: 2rem 3rem;
	box-shadow: 0 0 6px 3px rgba(207,7,70,0.5), 0 0 6px 3px rgba(207,7,70,0.5) inset;
}
	#contentsArea ul.share_btn li {
		margin: 2px;
	}
}

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

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 1.5rem 1.5rem;
	margin: 3em 0;
/*	background: rgb(0 20 20 / 50%);*/
	background: rgb(255 255 255 / 70%);
	border-radius: 5px;
	box-shadow: rgb(158 143 79 / 50%) 0px 0px 5px 5px;
	text-align: right;
}

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

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

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

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 1.8rem;
	margin-bottom: 0;
	display: inline;
	font-style: oblique;
}

@media screen and (max-width: 768px) {
#contentsArea #comments h1 {
	margin-bottom: 0;
}

#contentsArea #comments h1 span{
	font-size:1.6rem;
}

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

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

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

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

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

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

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

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

.bnr_comments {
	opacity: 0;
	left: 6%;
	bottom: 38%;
	width: 10%;
	overflow: hidden;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}

#comments_bnr img,.topBanner img {
	transition: 0.3s;
}

#comments_bnr img:hover,.topBanner img:hover {
    opacity: 0.8;
}

.topBanner {
	opacity: 0;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	margin: 1.5% auto 3%;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}

.topBanner div {
	margin: 0 1.5%;
	width: 25%;
}

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

.onheader,.active, footer {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: onheader 1.5s  0.5s 1 forwards;
	animation: onheader 1.5s linear 0.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% {
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes onheader {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.bnr_comments {
		left: 6%;
		bottom: 21%;
		width: 17%;
	}
	.topBanner {
		display: block;
		width: 40%;
		margin: 4% auto;
	}
	.topBanner div {
		width: 100%;
		margin: 5% 1.5%;
	}
}

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

/* ------------------------------------------------------------
	ムビチケ
------------------------------------------------------------ */
div#mvtk {
	background: rgba(58,6,56,1);
	margin-top: -1px !important;
	padding: 30px 0;
}

#mvtk-widgets-container {
	opacity: 0;
	margin: 3% auto 2% !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 5% !important;
}
}


/*-----------
0918
-------------*/
/*
#introduction {

	background: linear-gradient(rgba(230,230,230,1) 0%,rgba(230,230,230,1) 10%,rgba(230,230,230,1) 95%,rgba(230,230,230,1) 100%) !important;

	background: #ffffff;
}


div#introduction p {
	color: #000000;
}*/


/*English
================================================== */
#en-main-image-wrap {
	width: 100vw;
	height: 100vh;
	position: relative;

}

#en-main-image-wrap:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("main_en.jpg");
	background-size: cover;

	background-repeat: no-repeat;
	background-position: center top;
}

.scrolldown1 span {
	position: absolute;
	color: #111;
	top: -20px;
	transform: translateX(-45%);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}


.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 80px;
	background: #111;
	animation: pathmove 2s ease-in-out infinite;
	opacity: 0;
}

.noborder-box{
	width:92%;
	padding:2% 5%;
	box-sizing:border-box;
	margin: 0 2%;
}

div#synopsis {
	/*	margin-top: -10% !important;*/
	}
	
	
	#synopsis h3.name span {
		font-size: 85% !important;
		display: inline-block;
		color: #b8e2d7;
	}


div#director {
	/*	margin-top: -10% !important;*/
	}

	#director h3.name span {
			font-size: 85% !important;
			display: inline-block;
			color: #b8e2d7;
		}

div#trailer {
		margin-top: -5% !important;
}

	#trailer h3.name span {
			font-size: 85% !important;
			display: inline-block;
			color: #b8e2d7;
		}
div#statement {
	/*	margin-top: -10% !important;*/
	}
		
	#statement h3.name span {
		font-size: 85% !important;
		display: inline-block;
		color: #b8e2d7;
		}
div#festivals {
	/*	margin-top: -10% !important;*/
	}
				
	#festivals h3.name span {
		font-size: 85% !important;
		display: inline-block;
		color: #b8e2d7;
		}