@charset "utf-8";

/*
Theme Name: flow-movie theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/

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

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: "Zen Kaku Gothic New", sans-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: #030707;*/
	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: #cf0746;
}
a:visited {
	color: #cf0746;
}
a:hover {
	color: #cf0746;
}
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%;
}
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;
}
.pdg00 {
	padding-bottom: 0px!important;
}

.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn30-1 {
	margin-bottom: calc(30px - 1%)!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: "Zen Kaku Gothic New", sans-serif;
	width:100%;
	padding-top:100px;
	display: inline-block;
	text-align: left;
	letter-spacing:0;
	font-size: 5rem;
	color: #0d2628;
	margin-bottom: 60px;
	font-weight: 700;
}
h2 span {
	text-align: left;
	letter-spacing:0;
	font-size: 2.4rem;
	color: #c7ac71;
	font-weight: 700;
    vertical-align: middle;
}

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

@media only screen and (max-width: 480px) {
	h2 span {
		font-size: 1.8rem;
	}
}




#comment-title {
	text-align: center;
}
@media only screen and (max-width: 480px) {
	#comment-title {
		text-align: left;
	}
}



#comment-title > img {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); 
}

#comment-title > span {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


/*
#comments h2 {
    text-shadow: 1px 1px 0px #060606;
}
h2 span {
	font-size: 70%;
	font-weight: 400;
}
*/	
#contentsArea section h2 > img {
	width: auto;
/*	height: auto;
	max-height: 46px;*/
	height: 4.2rem;
}
@media only screen and (max-width: 768px) {
	#contentsArea section h2 > img {
/*		max-height: 32px;*/
		height: 3.8rem;
	}
}
@media only screen and (max-width: 420px) {
	#contentsArea section h2 > img {
/*		max-height: 32px;*/
		height: 3.2rem;
	}
}
h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2.8rem;
	color:#fff000;
	text-align:left;
	line-height: 130%;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	margin-bottom: 15px;
}
h4 {
	font-size: 3.8rem;
	font-weight: 400;
	color:#ffffff;
	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;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}

@media only screen and (max-width: 768px) {
	h2 {
		padding-top: 60px;
		font-size: 4rem;
		margin-bottom: 40px;
	}
	h3, h3.director span.latin {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	h2 {
		padding-top: 40px;
		font-size: 3.5rem;
		margin-bottom: 20px;
	}
	h3, h3.director span.latin {
		font-size: 2.2rem;
		margin-bottom: 6px;
	}
}

/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 7.5rem;
	left:0;
	z-index:700;
	position: absolute;
	background: linear-gradient(rgba(30,37,124,0.7) 0%, rgba(30,37,124,0.3) 70%, rgba(255,255,255,0) 100%);
}
#head-inner{
	margin:0 10%;
	padding:15px 0;
	height: 100%;
}

#head-inner #socialArea{
	float:right;
}
@media only screen and (max-width: 768px) {
	#head-inner #socialArea{
		margin-right: 10px;
	}
}
#head-inner ul#socialArea li{
	float:left;
	margin-left: 15px;
}

ul#socialArea li a img {
	width: 35px;
	height: 100%;
	opacity: 0.9;

	transition: .2s ease-in-out;
}
@media only screen and (max-width: 768px) {
	ul#socialArea li a img {
		width: 28px;
	}
}

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

header.fixed {
	top: 0;
	position:fixed !important;
	float:none;
	background: linear-gradient(rgba(30,37,124,0.5) 0%, rgba(30,37,124,0.3) 70%, rgba(255,255,255,0) 100%);
	display: block;
}

@media only screen and (max-width: 768px) {
	#header {
		width: 100%;
		padding:0;
		position:absolute;
		top: 0;
		background: linear-gradient(rgba(30,37,124,0.6) 0%, rgba(30,37,124,0.2) 30%, rgba(255,255,255,0) 100%);
	}
	ul#socialArea li img {
		width: 30px;
	}
	#head-inner{
		margin:0 2%;
		padding: 2% 0;
		min-width:auto;
	}
}

/*==========================================
 ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding: 6px 0;
	text-align:center;
	overflow:visible;
	width: 83%;
}
nav#nav ul {
	margin:0 auto;
}
nav#nav ul li {
	font-family: "Zen Kaku Gothic New", sans-serif;
	padding: 0;
	padding-right: 2%;
	display: block;
	font-weight: 600;
	font-size: 1.7rem;
	float: left;
	line-height: 150%;
	letter-spacing: 0.1rem;
	color: #fff;
}
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: 1260px) {
	nav#nav ul li {
		padding-right:3%;
	}
}
@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-top: 0;
	}
}
@media only screen and (max-width: 950px) {
	nav#nav ul {
		margin-top: -8px;
	}
}

@media only screen and (max-width: 768px) {
	.menu {
		position: absolute;
		left: 16px;
		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: #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(30, 37, 124,0.8) 0%, rgba(30, 37, 124,0.6) 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{
		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;
	text-align:center;
	margin-top: -1px;
}

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

#footbg img {
	width: 100%;
	margin-top: -1px;
}

#footroadshow {
	position:absolute;
	width: 100%;
	top: 30px;
}

@media only screen and (max-width: 1920px) {
	#footroadshow {
		top: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	#footroadshow {
		top: 0;
	}
}
@media only screen and (max-width: 768px) {
	#footroadshow {
		top: 0;
	}
}


#footroadshow img {
	width: 90%;
	max-width: 580px;
}
@media only screen and (min-width: 1024px) {
	#footroadshow img {
		max-width: 640px;
	}
}
@media only screen and (min-width: 1280px) {
	#footroadshow img {
		max-width: 720px;
	}
}


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

#footbilling {
	position:absolute;
	width: 100%;
	bottom: 2.5%;
}
#footbilling img {
	width: 75%;
	max-width: 540px;
}

#copyright{
	width: 90%;
	position:relative;
	color:#ffffff;
	font-size:1.1rem !important;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: 'Zen Kaku Gothic New', sans-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;
	margin-bottom: -1px;
}
#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: #000000;
	line-break: strict;
}

#contentsArea section#introduction, #contentsArea section#story {
	background-color: #1e257c;
	margin-top: -1px;
}

#contentsArea section#staff {
	background-color: #ffffff;
	margin-top: -1px;
}

#contentsArea .wfull {
	width:100%;
}

#contentsArea .w1200 {
	max-width:1200px;
	padding:0 15px 3%;
	margin:0 auto;
}

#contentsArea .w1080 {
	max-width:1080px;
	padding:0 15px 3%;
	margin:0 auto;
}
#contentsArea .w980 {
	max-width:980px;
	padding: 1.5% 15px 1.5%;
	margin:0 auto;
}
#contentsArea .w900 {
	max-width:900px;
	padding: 1.5% 15px 1.5%;
	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: #ffffff;
	font-size: 1.8rem;
	font-weight: 400;
}

#contentsArea section#staff p {
	color: #000000;
}

#contentsArea section p.w800{
	padding: 0;
}

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

#contentsArea .flex-layout {
	display: flex;
/*	flex-wrap: wrap;*/
	gap: 1%;
}
@media only screen and (max-width: 768px) {
	#contentsArea .flex-layout {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
}





#contentsArea .flex-layout > img {
	width: calc(25% - 0.75%);
}
@media only screen and (max-width: 768px) {
	#contentsArea .flex-layout > img {
		width: calc(50% - 15px);
		margin-bottom: 0;
	}
}


#contentsArea .flex-layout2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}


#contentsArea .flex-layout2 > img {
	width: auto;
	height: 75px;
	margin-bottom: 1%;
}
@media only screen and (max-width: 768px) {
	#contentsArea .flex-layout2 > img {
		height: 45px;
		margin-bottom: 1%;
	}
}


#contentsArea #topBilling .flex-layout2 {
	align-items: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
#contentsArea #topBilling .flex-layout2 > img:first-child {
	height: 90px;
}
@media only screen and (max-width: 768px) {
	#contentsArea #topBilling .flex-layout2 > img:first-child {
		height: 60px;
	}
}



#contentsArea #topBilling .flex-layout2 {
	padding-top: 1.5%;
}





/*
#contentsArea .flex-layout2 > *:nth-child(odd) {
	margin-left: -20%;
}
#contentsArea .flex-layout2 > *:nth-child(even) {
	margin-left: 20%;
}
@media only screen and (max-width: 768px) {
	#contentsArea .flex-layout2 {
		align-items: flex-start;
		gap: 0px;
	}
	
	#contentsArea .flex-layout2 > *:nth-child(odd) {
		margin-left: 0;
	}
	#contentsArea .flex-layout2 > *:nth-child(even) {
		margin-left: 0;
	}
}
*/



#introduction_top-area {
	position: relative;
	margin-bottom: -1px;
	background-image: url("images/img_05.jpg");
	height: 420px;
    background-position: center;
    background-size: cover;
	padding: 0 15px;
	display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
	#introduction_top-area {
		height: 300px;
	}
}
@media only screen and (max-width: 480px) {
	#introduction_top-area {
		height: 200px;
	}
}
#introduction_top-area::before {
    position: absolute;
    background: linear-gradient(rgba(30,37,124,1) 0%, rgba(0,0,0,0.4) 5%, rgba(0,0,0,0.4) 95%, rgba(30,37,124,1) 100%) !important;
    content: '';
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 50;
}

#introduction_top-area > .introduction_top-area-text {
	position: relative;
    display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
    z-index: 51;
}
#introduction_top-area > .introduction_top-area-text > img {
	width: 80%;
	max-width: 800px;
}
@media only screen and (max-width: 768px) {
	#introduction_top-area > .introduction_top-area-text > img {
		width: 100%;
		max-width: 560px;
	}
}

#introduction_top-area2 {
    background-color: #1e257c;
}

#introduction_top-area2 h3 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.3rem;
	margin-bottom: 50px;
	padding-top: 50px;
}
@media only screen and (max-width: 768px) {
	#introduction_top-area2 h3 {
		font-size: 3.0rem !important;
		margin-bottom: 30px;
		padding-top: 30px;
	}
}

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

.fixed-bg > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(0,0,0,0.5) 3%,rgba(0,0,0,0.5) 97%,rgba(255,255,255,1) 100%);
	width:100%;
	height:100%;
}

.fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

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

@media screen and (max-width: 768px) {
	#contentsArea{
	}
	#contentsArea section p{
		font-size:1.6rem;
	}
	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.5rem;
	}
	p.large{
		font-size: 1.7rem !important;
	}
}

#contentsArea .w840 {
	max-width: 840px;
/*	padding: 0 15px 3%;*/
	padding: 0 15px 1.5%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#contentsArea .w840 {
		width: auto;
	}

}
@media screen and (max-width: 480px) {
	#contentsArea .w840 {
		padding: 0 15px 5%;
	}
}

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



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

#staff h3 {
	color: #00629f;
	font-weight: 700;
	text-shadow: 1px 1px rgba(199, 172, 113, 0.3);
}




#staff h3.director span.work {
	font-size: 1.8rem !important;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	#staff h3.director span.work {
		font-size: 1.6rem !important;
	}
}
@media only screen and (max-width: 480px) {
	#staff h3.director span.work {
		font-size: 1.4rem !important;
	}
}

#staff h3.director span.latin {
	font-size: 2.8rem !important;
	font-weight: 900;
	display: inline-block;
	color: #00629f;
}

@media only screen and (max-width: 768px) {
	#staff h3.director span.latin {
		font-size: 2.4rem !important;
	}
}
@media only screen and (max-width: 480px) {
	#staff h3.director span.latin {
		font-size: 2.2rem !important;
	}
}

.contents_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3%;
}
@media only screen and (max-width: 768px) {
	.contents_box {
		flex-direction: column-reverse;
		padding: 5%;
	}
}

#contentsArea section#staff .contents_box p {
/*	color: #ffffff;*/
}
/*
#contentsArea section#staff .contents_box.staff-name p {
	font-size: 1.8rem;
    text-align: left;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    margin-bottom: 15px;
}
#contentsArea section#staff .contents_box.staff-name p:last-child {
	margin-bottom: 0;
} 

@media only screen and (max-width: 768px) {
	#contentsArea section#staff .contents_box.staff-name p {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea section#staff .contents_box.staff-name p {
		font-size: 1.5rem;
	}
}

#contentsArea section#staff .contents_box.staff-name {
	padding: 2% 5%;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	#contentsArea section#staff .contents_box.staff-name {
		padding: 5%;
	}
}
#contentsArea section#staff .contents_box.staff-name p span.name {
	color: #fff000;
	display: inline-block;
}
#contentsArea section#staff .contents_box.staff-name p span.work {
	font-size: 1.2rem;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	#contentsArea section#staff .contents_box.staff-name p span.work {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea section#staff .contents_box.staff-name p span.work {
		font-size: 1.0rem;
	}
}
*/
.left_contents {
	width: 55%;
	margin: 0 auto;
/*	padding: 5%;*/
}
.right_contents {
	-webkit-flex: 1;
	flex: 1;
/*	padding: 5% 5% 1.5% 0;*/

}

@media only screen and (max-width: 768px) {
	.left_contents {
		width: 100%;
		padding: 0;
	}
	.right_contents {
		padding: 0;
	}
	#contentsArea section .castimg {
		text-align: center;
	}
	#contentsArea section .castimg img {
		width: 60%;
		height: auto;
		margin-bottom: 5%;
	}
}
.castimg img {
	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px;
}
@media only screen and (max-width: 768px) {
	#staff h3.name span {
		font-size: 2.1rem !important;
	}
	#staff .mgn50 {
		margin-bottom: 0 !important;
	}
}

/*コメント
===========================================*/
.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: #000000;
	position: relative;
	z-index: 701;
}
#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 60%;
	max-width: 820px;
	display: none;
}

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

.modalWrapper {
	width: 100%;
	height: 100%;
/*	background-color: #000;*/

	background: radial-gradient(rgba(30,37,124,1) 0%, rgba(0,0,0,1) 70%);

	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}


.modalWrapper.flag {
	background: radial-gradient(rgba(30,37,124,0.7) 0%, rgba(0,0,0,0.7) 50%);
}


.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 {
	overflow: hidden;	/* スマホ時の横スクロール対応 */
}

.ticket-area {
	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;
}
#contentsArea #ticket-area {
	padding-top: 1.5%;
	padding-bottom: 3%;
	background-color: #1e257c;
	margin-top: -1px;
}

@media only screen and (max-width: 768px) {
	#contentsArea #ticket-area {
/*		padding-top: 80px;*/
		padding-top: 1.5%;
	}
}

#contentsArea #share-area {
/*	padding-top: 1.5%;*/
/*	padding-bottom: 100px;*/
	padding-bottom: 80px;
	background-color: #1e257c;
	margin-top: -1px;
}
@media only screen and (max-width: 768px) {
	#contentsArea #share-area {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea #share-area {
		padding-top: 3%;
	}
}
#contentsArea #share-area .spotify {
	padding-top: 1.5%;
}
#contentsArea #share-area .spotify iframe {
	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px;
}

#contentsArea #share-area .filmarks-eigacom img {
	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px;
}

#contentsArea #share-area ul {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-bottom: 1.5%;
}
#contentsArea #share-area ul:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	#contentsArea #share-area ul {
		margin-bottom: 3%;
	}
	#contentsArea #share-area ul:last-child {
		margin-bottom: 0;
	}
}
#contentsArea #share-area ul li {
	list-style: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #fff;
	font-weight: 900;
	line-height: 30px;
	vertical-align: middle;
} 
#contentsArea #share-area ul.sns-share li img {
	width: 30px;
	height: auto;
}


/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(30,37,124,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(30,37,124,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 95%,rgba(255,255,255,1)100%)!important;
	content: '';
	top: -1px;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 50;
}

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

/* ------------------------------------------------------------
	キャストのスライダー
------------------------------------------------------------ */
#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;
	}
}

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

/*
#contentsArea #review .review-box {
	margin-bottom: 50px;
	width: fit-content;
}
@media only screen and (max-width: 768px) {
	#contentsArea #review .review-box {
		margin-bottom: 30px;
	}
}

#contentsArea #review .review-text {
	font-family: "Zen Old Mincho", serif;
    font-size: 2.8rem;
    color: #fff000;
    text-align: left;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
}
@media only screen and (max-width: 768px) {
	#contentsArea #review .review-text {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea #review .review-text {
		font-size: 2.2rem;
	}
}

#contentsArea #review .review-name {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: italic;
}
*/
#contentsArea #comments {
	margin-top: -1px;
}
#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 2.5rem 3rem;
	margin: 3em 0;
	text-align: right;

	background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}

#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;
	color: rgba(0,0,0,0.8);
	font-weight: 500;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
    text-align: right;
    font-size: 2.2rem;
    margin-bottom: 0;
    display: inline;
    font-weight: 600;
    font-style: oblique;
color: #00629f;
text-shadow: 1px 1px 1px rgba(255, 240, 0,0.2);

/*
    color: #fff000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
*/
	}

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

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

	#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
		font-size: 1.6rem;
	}
}
#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;
    max-height: 100vh;
}

#topImgbg video {
	position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	aspect-ratio: 1920 / 1080;
}
@media only screen and (max-width: 768px) {
	#topImgbg {
		min-height: 640px;
	    max-height: calc(100vh + 100px);
	}
	#topImgbg video {
		width: auto;
		height: 185vw;
	}
}
@media only screen and (max-width: 420px) {
	#topImgbg {
		min-height: initial;
	}
}

#topImgbg .topImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
}





#topImgbg .topAward {
	top: 13%;
	left: 3%;
	right: auto;
	width: 22%;
	max-width: 295px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
}
#topImgbg .topLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 40%;
	max-width: 680px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
}
#topImgbg .topDate {
	top: auto;
	bottom: 8%;
	left: auto;
	right: 3%;
	width: 25%;
	max-width: 300px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
}

@media only screen and (max-width: 768px) {
	#topImgbg .topAward {
		top: 10%;
		width: 32%;
	}
	#topImgbg .topLogo {
		top: 59%;
		width: 50%;
	}
	#topImgbg .topDate {
		width: 32%;
/*		bottom: 5%;*/
		top: 72%;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media only screen and (max-width: 420px) {
	#topImgbg .topAward {
		top: 10%;
		width: 48%;
	}
	#topImgbg .topLogo {
		top: 60%;
		width: 60%;
	}
	#topImgbg .topDate {
		top: 71%;
		width: 32%;
	}
}

#topImgbg .topLogo img {
	width: 100%;
}

#topImgbg .video-filter::before {
    position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(30, 37, 124, 0.2) 1px, transparent 1px);
    background-size: 6px 6px;
    pointer-events: none;
    z-index: 5;
}

#topImgbg .video-filter {
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 95%, rgba(30,37,124,1) 100%);
    z-index: 4;
}

#topBilling {
	background-color: #1e257c;
	margin-top: -1px;
}












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

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


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


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

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


.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;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px;
}

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

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

.topBanner img {
	width: auto !important;
	max-height: 120px;
}

.topBanner div {
	margin: 1.5% 0;
}

.topBanner > div:last-child img {
	max-height: 250px;
	box-shadow: none;
}


@media only screen and (max-width: 768px) {
	.topBanner img {
		width: 100% !important;
		max-width: 280px;
		height: auto;
		max-height: initial;
	}
	.topBanner > div:last-child img {
		width: auto !important;
		max-width: initial;
		max-height: 260px;
	}
}
@media only screen and (max-width: 420px) {
	.topBanner img {
		max-width: 220px;
	}
	.topBanner > div:last-child img {
		width: auto !important;
		max-width: initial;
		max-height: 220px;
	}
}


.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: 1.5% auto;
	}
	.topBanner div {
		width: 100%;
		margin: 5% 1.5%;
		text-align: center;
	}
}

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

/* ------------------------------------------------------------
	ムビチケ
------------------------------------------------------------ */
div#mvtk {
	padding: 0;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	div#mvtk {
		margin-bottom: 3%;
	}
}
#mvtk-widgets-container {
	opacity: 0;
	margin: 1.5% auto !important;

}

#mvtk-widgets-container iframe {
/*	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px !important;*/
}

span.inline {
	display: inline-block;
}

.copy-url {
	cursor: pointer;
}




#contentsArea #ticket-area .selected-by {
	font-weight: 900;
	font-size: 1.8em;
	text-align: center;
	margin-top: 2%;
}
@media only screen and (max-width: 768px) {
	#contentsArea #ticket-area .selected-by {
		font-size: 1.6em;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea #ticket-area .selected-by {
		font-size: 1.4em;
	}
}






#container .news-area {
	padding: 3% 6%;
	background-color: #ffffff;
	border-radius: 10px;
}


#container .news-area h3, #container .news-area ul, #container .news-area ul li, #container .news-area p {
	color: #000000;
}
#container .news-area ul, #container .news-area ul li {
	list-style-type: disc;
}
#container .news-area ul {
	padding-left: 1.25em;
}

#container .news-area ul, #container .news-area p {
	margin-bottom: 10px;
}

#container .news-area h3 {
	margin-bottom: 20px;
	color: #1e257c;
}

#container .news-area p {
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 480px) {
	#container .news-area p {
		letter-spacing: 0.1em;
	}
}

#container .news-area hr {
	margin: 2em 0;
}

#container .news-area a {
	color: #1e257c;
	text-decoration: underline;
	word-break: break-all;
}
#container .news-area a:hover {
	opacity: 0.5;
	text-decoration: none;
}


#container .pum-theme-25 .pum-title, #container .pum-theme-lightbox .pum-title {
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	#container .pum-theme-25 .pum-title, #container .pum-theme-lightbox .pum-title {
	}
}

@media only screen and (max-width: 480px) {
	#container .pum-theme-25 .pum-title, #container .pum-theme-lightbox .pum-title {
	}
}


#container .pum-container.pum-responsive img {
	margin: 15px;
}

@media only screen and (max-width:480px) {
	#container .pum-container.pum-responsive img {
		margin: 15px 0;
	}
	#container .pum-theme-35 .pum-container, .pum-theme-lightbox .pum-container {
		padding: 25px;
	}
	#container .pum-theme-35 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		top: 25px;
		right: 25px;
	}
}

#container .pum-close {
	transition: 0.2s ease-in-out;
}
#container .pum-close:hover {
	opacity: 0.5;
}


@media only screen and (max-width: 768px) {
	#container .pum-theme-25 .pum-title, .pum-theme-lightbox .pum-title {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 28px;
	}
}
@media only screen and (max-width:480px) {
	#container .pum-theme-25 .pum-title, .pum-theme-lightbox .pum-title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 24px;
	}
	#container .pum-theme-25 .pum-container, .pum-theme-lightbox .pum-container {
		padding: 42px 36px;
	}
	#container .pum-theme-25 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
		height: 38px;
		width: 38px;
		right: 36px;
		top: 36px;
		font-size: 38px;
		line-height: 38px;
	}
}

.pum-container.active {
	filter: none;
	-webkit-animation: none;
	animation: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0 !important;
}


.newsBanner-area {
	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;
}


#contentsArea #newsBanner-area {
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	background-color: #1e257c;
	margin-top: -1px;
	display: flex;
	gap: 3%;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	#contentsArea #newsBanner-area {
		padding-top: 40px;
	}
}

.newsBanner {
	opacity: 0;
	display: flex;
	gap: 3%;
	justify-content: center;
	align-items:center;
	flex-wrap: wrap;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}
.newsBanner img {
	transition: 0.3s;
	box-shadow: rgba(0,0,0,0.7) 2px 2px 8px;
}
.newsBanner img:hover {
    opacity: 0.8;
}

.newsBanner img {
	width: auto !important;
	max-height: 70px;
}
.newsBanner div {
	margin: 1.5% 0;
}

@media only screen and (max-width: 768px) {
	.newsBanner img {
		width: 100% !important;
		max-width: 280px;
		height: auto;
		max-height: initial;
	}
}
@media only screen and (max-width: 420px) {
	.newsBanner img {
		max-width: 220px;
	}
}

@media only screen and (max-width: 768px) {
	.newsBanner {
		display: block;
		width: 40%;
		margin: 1.5% auto;
	}
	.newsBanner div {
		width: 100%;
		margin: 5% 1.5% 0 1.5%;
		text-align: center;
	}
}
@media only screen and (max-width: 550px) {
	.newsBanner {
		width: 80%;
	}
}


#topImgbg .topBanner {
	top: auto;
	bottom: 8%;
	left: 3%;
	right: auto;
	width: 22%;
	max-width: 300px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.8));
	z-index: 500;
}
#topImgbg .topBanner img {
	width: 100% !important;
}


@media only screen and (max-width: 768px) {
	#topImgbg .topBanner {
		width: 65%;
		left: 50%;
		right: auto;
		bottom: 4%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media only screen and (max-width: 420px) {
	#topImgbg .topBanner {
	}
}
