@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */

body{
	width:100%;
	color:#FFF;
	background: #000;
	font-size: 16px;
}

div#wrapper{
	margin: 0px auto;
	text-align: left;
	background: #DDEFF9;
}

div#mainContents{
	background: url(../images/bg_top.jpg) left top no-repeat,url(../images/bg_bottom.jpg) left bottom no-repeat;
	background-size: contain;
	position: relative;
	color:#FFF;
	padding-bottom: 20px;
}

img {
	width:100%;
	vertical-align: bottom;
	display: block;
}

#footer {
	color: #FFF;
	text-align: center;
	padding: 3%;
}


/* -- header -- */

header {
	overflow: hidden;
	background: #FFF;
	padding: 3% 3% 2%;
}

header h1 {
	display: inline-flex;
	align-items: center;
	
}

header h1 a {
	width: 50%;
}



#mainContents .title {
	padding-top: 10px;
	margin-bottom: 10px;
}


/* -- cam -- */
.cam{
	position: relative;
	margin-bottom: 30px;
}

p.entryBtn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: 87%;
}

p.imaxBtn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: 0 auto;
	width: 87%;
}

.cam.film{ 
	padding-bottom: 65px;
}

div#mainContents .cam .c_number {
	position: absolute;
	top: -3px;
	left: 0;
	width: 40px;
	height: 40px;
}

.btn_ticket.moana {
	position: absolute;
	top: calc(100vw + 10px);
	left: 10%;

}

.btn_ticket.lionking {
	position: absolute;
	bottom: 0;
	left: 10%;

}

.btn_ticket a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 80vw;
	height: 50px;
	color: #333;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn_ticket a {
	background-color: #000;
	color: #FFF;
	border-radius: 30px;
	border: 1px solid transparent;
}

.btn_ticket a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #FFF;
}

.btn_ticket a:hover {
	filter: brightness(0.85);
}

.btn_ticket a:hover::after {
	border-color: transparent transparent transparent #f2f2f2;
}


div#mainContents .cam .xcp_moana {
	position: absolute;
	top: 153.5vw;
	left: 6%;
	width: 88%;
	height: 45px;
}

div#mainContents .cam .xcp_lion {
	position: absolute;
	bottom: 6vw;
	left: 6%;
	width: 88%;
	height: 45px;
}

div#mainContents .cam .btn_imax {
	position: absolute;
	top: 340px;
	left: 48vw;
	width: 45vw;
	height: 45px;
}

div#mainContents .cam .btn_4dx {
	position: absolute;
	bottom: 20px;
	left: 48vw;
	width: 45vw;
	height: 45px;
}

div#mainContents .cam .btn_kodomokai {
	position: absolute;
	top: 88vw;
	left: 25vw;
	width: 50vw;
	height: 45px;
}

p.copyright_s {
	font-size: 60%;
	color:#2c463a;
	margin: 1em 20px;
	line-height: 1.2;
}

p.ticket_Btn {
	margin: 0 20px 20px;
}

/* -- story -- */

#story {
	margin: 0 3% 20px;
	padding: 10px;
	border: 5px solid #000;
	color: #FFF;
	background: #2c463a;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#story p{
	margin-bottom: 10px;
	line-height: 1.3;
}

#story p.poster{
	display: none;
}

#story h3 {
	margin: 10px 0;
}

.copyright{
	font-size: 80%;
	text-align: right;
}

.officialBtn {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #000;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.officialBtn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;  /*top right bottom を透明化 */ 
	border-left: 5px solid #FFF;
}

/* -- story -- */
.story.moana2 {
	background-color: #f7d8d0;
}

.story.moana2 {
	position: relative;
	overflow: hidden;
	padding: 22px 22px 50px;
}

.story.moana2 .textArea {
	width: 100%;
	float: right;
	padding-top: 10px;
	margin: 0;
}

.story.moana2 .picArea {
	width: 100%;
}

.story.moana2 h3 {
	margin-top: 15px;
	margin-bottom: 20px;
}

.story.moana2 p {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #222;
}

.story.moana2 .intro {
	line-height: 1.3;
}

.story.moana2 .summary {
	font-size: 18px;
	margin: 0px 0px 5px;
}

.story.moana2 .cast {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.story.moana2 .copyright {}

.story.moana2 .officialBtn {
	clear: both;
	width: 100%;
	margin: 0px auto;
}

.story.moana2 .officialBtn a:hover {
	opacity: .8;
}


/* -- story -- */

.story.lionking {
	position: relative;
	overflow: hidden;
	padding: 22px 22px 50px;
	background-color: #391805;
}

.story.lionking {
	position: relative;
	overflow: hidden;
	padding: 22px 22px 50px;
}

.story.lionking .textArea {
	width: 100%;
	float: right;
	margin: 0;
}

.story.lionking .picArea {
	width: 100%;
}

.story.lionking .youtube {
	margin: 15px 0;
}

.story.lionking h3 {
	margin-top: 15px;
	margin-bottom: 20px;
}

.story.lionking p {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #EEE;
}

.story.lionking .intro {
	line-height: 1.3;
}

.story.lionking .summary {
	font-size: 18px;
	margin: 0px 0px 5px;
}

.story.lionking .cast {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.story.lionking .cast {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.story.lionking .copyright {}

.story.lionking .officialBtn {
	clear: both;
	width: 100%;
	margin: 0px auto;
}

.story.lionking .officialBtn a:hover {
	opacity: .8;
}

/*  ==========================================================
 画面の横幅が768px以上
 ========================================================== */

@media screen and (min-width: 768px) {

	div#wrapper{
		width: 1124px;
		line-height: 1.4;
	}

	#footer {
		padding: 20px;
	}

	/* -- header -- */

	header {
		padding: 15px 22px;
	}

	header h1 a {
			width: 280px;
	}

	div#mainContents{
		padding:0 0 20px;
	}

	div#mainContents .cam{
		width: 1080px;
		padding:0 22px ;
		position: relative;
	}

	div#mainContents .cam.film{
		padding-bottom: 85px;
	}

	.btn_ticket.moana {
		position: absolute;
		top: 550px;
		left: 86px;

	}

	.btn_ticket.lionking {
		position: absolute;
		top: 550px;
		left: 633px;

	}

	.btn_ticket a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 400px;
		height: 50px;
		color: #333;
		font-size: 17px;
		font-weight: 700;
		text-decoration: none;
		transition: 0.3s;
	}

	.btn_ticket a {
		background-color: #000;
		color: #FFF;
		border-radius: 30px;
		border: 1px solid transparent;
	}
	
	.btn_ticket a::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 8px;
		border-color: transparent transparent transparent #FFF;
	}
	
	.btn_ticket a:hover {
		filter: brightness(0.85);
	}
	
	.btn_ticket a:hover::after {
		border-color: transparent transparent transparent #f2f2f2;
	}

	div#mainContents .cam .button {
		transition: all .3s ease-in;
	}

	div#mainContents .cam .button:hover {
		filter: brightness(0.85);
	}
	div#mainContents .cam .c_number {
		position: absolute;
		top: -6px;
		left: 16px;
		width: 114px;
		height: 114px;
	}

	div#mainContents .cam .xcp_moana {
		position: absolute;
		top: 933px;
		left: 173px;
		width: 240px;
		height: 45px;
	}

	div#mainContents .cam .xcp_lion {
		position: absolute;
		top: 933px;
		left: 710px;
		width: 240px;
		height: 45px;
	}

	div#mainContents .cam .btn_imax {
		position: absolute;
		top: 400px;
		left: 288px;
		width: 240px;
		height: 45px;
	}

	div#mainContents .cam .btn_4dx {
		position: absolute;
		top: 400px;
		left: 811px;
		width: 240px;
		height: 45px;
	}

	div#mainContents .cam .btn_kodomokai {
		position: absolute;
		top: 720px;
		left: 440px;
		width: 240px;
		height: 45px;
	}

	#mainContents .title {
		padding-top: 0px;
		margin-bottom: 20px;
	}
	
	.poster_sp {
		display: none;
	}


	/* -- cam01 -- */
	.cam {
		width: 1124px;
		margin: 0 auto 30px;
		position: relative;
	}

	.screen_list {
		top: 194px;
		left: 77px;
		right: auto;
	}

	.screen_list p {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	p.entryBtn {
		width: 560px;
		bottom: 60px;
	}

	p.copyright_s {
		width: 1020px;
		margin: 1em auto 0;
	}

	p.ticket_Btn {
		width: 600px;
		margin: 0 auto 50px;
	}

	p.imaxBtn {
		width: 560px;
		left: 300px;
		bottom: 60px;
	}


	 
	p.entryBtn a:hover,
	p.screenBtn a:hover,
	p.ticket_Btn a:hover {
	    opacity: .8;
	}




	/* -- story -- */
	.story.moana2{
		background-color: #f7d8d0;
	}
	
	

	.story.moana2 {
		position: relative;
		overflow: hidden;
		padding: 22px 22px 50px;
	}

	.story.moana2 h2 {
		width: 500px;
		padding-left: 580px;
	}

	.story.moana2 .youtube {
		width: 560px;
		position: absolute;
		left: 22px;
		top: 22px;
		padding-top: 0;
	}

	.story.moana2 .youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 560px !important;
		height: 315px !important;
	}

	.story.moana2 .textArea{
		width: 500px;
		float: right;
		padding-top: 10px;
		margin: 0;
		padding-bottom: 30px;
	}

	.story.moana2 .picArea {
		width: 560px;
		padding-top: 120px;
		float: left;
	}

	.story.moana2 h3 {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.story.moana2 p{
		margin-bottom: 10px;
		line-height: 1.7;
		color:#444;
	}

	.story.moana2 .intro {
		line-height: 1.3;
	}

	.story.moana2 .summary{
		font-size: 18px;
		margin: 0px 0px 5px;
	}

	.story.moana2 .cast{
		font-size: 16px;
        margin-top: 20px;
		margin-bottom: 30px;
	}

	.story.moana2 .copyright{
	}

	.story.moana2 .officialBtn {
		clear: both;
		width: 500px;
		margin: 0px auto;
	}

	.story.moana2 .officialBtn a:hover {
	    opacity: .8;
	}


	/* -- story -- */
	
	.story.lionking {
		position: relative;
		overflow: hidden;
		padding: 22px 22px 50px;
		background-color: #391805;
	}

	.story.lionking h2 {
		width: 500px;
		padding-left: 580px;
	}

	.story.lionking .youtube {
		width: 560px;
		position: absolute;
		left: 22px;
		top: 22px;
		padding-top: 0;
	}

	.story.lionking .youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 560px !important;
		height: 315px !important;
	}

	.story.lionking .textArea{
		width: 500px;
		float: right;
		padding-top: 10px;
		margin: 0;
		padding-bottom: 30px;
	}

	.story.lionking .picArea {
		width: 560px;
		padding-top: 135px;
		float: left;
	}

	.story.lionking h3 {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.story.lionking p{
		margin-bottom: 10px;
		line-height: 1.7;
	}

	.story.lionking .intro {
		line-height: 1.3;
	}

	.story.lionking .summary{
		font-size: 18px;
		margin: 0px 0px 5px;
	}

	.story.lionking .cast{
		font-size: 16px;
        margin-top: 20px;
		margin-bottom: 30px;
	}

	.story.lionking .copyright{
	}

	.story.lionking .officialBtn {
		clear: both;
		width: 500px;
		margin: 0px auto;
	}

	.story.lionking .officialBtn a:hover {
	    opacity: .8;
	}
}




