*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%; /* 10px */
}
body{
	/* overflow-x: hidden; */
	font-family: 'Noto Sans JP',"游ゴシック Medium","YuGothic Medium","Yu Gothic Medium","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Roboto Regular","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	text-align: center;
	background: #FFF;
	background-image: url(../img/bg.png);
	/* background-attachment: fixed; */
	background-repeat: repeat;
	background-size: 22%;
	background-position: top center;
	color: #202020;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	letter-spacing: 0.01em;
	/* min-height: 100vh;
	overflow: hidden; */
}
.sp{ display: block; }
.pc{ display: none; }



/* animation */
.open-ing{
	animation-name: op-fade2;
	animation-delay: 0.25s;
	animation-duration: 4.25s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
	.ttl-logo{
		animation-name: op-fadein;
		animation-delay: 2s;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-timing-function: ease;
	}
.t01{
	animation-name: op-fadein;
	/* animation-delay: 3.75s; */
	animation-delay: 0.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t02{
	animation-name: op-fadein;
	/* animation-delay: 4.75s; */
	animation-delay: 1.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t03{
	animation-name: op-fadein;
	/* animation-delay: 5.75s; */
	animation-delay: 2.0s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t04{
	animation-name: op-fadein;
	/* animation-delay: 5.75s; */
	animation-delay: 2.5s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
.t05{
	animation-name: op-fadein;
	/* animation-delay: 5.75s; */
	animation-delay: 3s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}

@keyframes op-fade{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes op-fade2{
	0%{ opacity: 1; }
	60%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes op-fadein{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@keyframes op-scale{
	0%{
		opacity: 0;
		transform: scale(.5);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes op-translate{
	0%{
		opacity: 0;
		transform: translateY(5vh);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}



.effect img{
	transition: .8s;
}

.fadeInUp{
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translateY(4vh);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		transition: .5s .3s;
	}
}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translateY(4vh);
		-ms-transform: translateY(4vh);
		transform: translateY(4vh);
		transition: .5s .3s;
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		transition: .5s .3s;
	}
}

.fadeIn{
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}
@keyframes fadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@-webkit-keyframes fadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}



h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul, li, ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	vertical-align: top;
	transition: 0.4s;
}

a{
	color: #003bfd;
	text-decoration: none;
	transition: 0.4s;
}
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{
	color: #00ffff;
	text-decoration: none;
	transition: 0.4s;
}
a:hover img{
	opacity: 0.7 !important;
	filter: alpha(opacity=70);
	transition: 0.4s;
}

/* ボタン外部（チケット購入など） */
a[target="_blank"] p:after{
	/* content: "\f08e";
	font-family: 'FontAwesome';
	vertical-align: middle;
	display: inline-block;
	padding: 0 0 0 4px; */
}

/* text decoration */
.sat{ color: #006cff; }
.sun{ color: #ff007e; }
.bold{ font-weight: bold; }
.red{ color: #d70b49; }
.pink{ color: #ff3d9d; }
.blue{ color: #0752b9; }
.yellow{ color: #ffd900; }
.green{ color: #00a226; }
.tline{ text-decoration: line-through; }
.uline{ text-decoration: underline; }

.size08{ font-size: 0.8rem; }
.size09{ font-size: 0.9rem; }
.size11{ font-size: 1.1rem; }
.size12{ font-size: 1.2rem; }
.size14{ font-size: 1.4rem; }
.size16{ font-size: 1.6rem; }
.size18{ font-size: 1.8rem; }
.size20{ font-size: 2.0rem; }
.size22{ font-size: 2.2rem; }
.size24{ font-size: 2.4rem; }

.fl-left{ float: left; }
.fl-right{ float: right; }





/* /basic+ */
.open-ing{
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	display: block;
	background-color: #e96087;
	/* background-image: url(../img/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto; */
	z-index: 10000;
	pointer-events: none;
}
	.open-ing ul{
		width: 96%;
		margin: 0 auto;
	}
		.open-ing ul li{
		}
		.open-ing ul li img{
			border: 4px solid #FFF;
			position: absolute;
			top: 35%;
			left: 15%;
			box-shadow: 0px 1px 12px 0px rgba(35, 35, 35, 0.25);
		}
		img.p01{
			width: 70%;
			transform: rotate(-4deg);
			z-index: 2;
			animation-name: op-fadein;
			animation-delay: 0.25s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		img.p02{
			width: 65%;
			transform: rotate(4deg);
			z-index: 3;
			animation-name: op-fadein;
			animation-delay: 0.75s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 17.5% !important;
		}
		img.p03{
			width: 65%;
			transform: rotate(-6deg);
			z-index: 4;
			animation-name: op-fadein;
			animation-delay: 1.25s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 17.5% !important;
		}
		img.p04{
			width: 70%;
			transform: rotate(6deg);
			z-index: 5;
			animation-name: op-fadein;
			animation-delay: 1.75s;
			animation-duration: 0.5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		img.p05{
			width: 75%;
			transform: rotate(-4deg);
			z-index: 5;
			animation-name: op-fadein;
			animation-delay: 2.25s;
			animation-duration: 0.25s;
			animation-fill-mode: both;
			animation-timing-function: ease;
			left: 12.5% !important;
		}





div#wrapper{
	min-height: 100vh;
	position: relative;
	z-index: 1;
	/* padding-bottom: 60px; */
}
div#container{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}

main{
}
	 div.header{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		margin: 0 auto 0vw;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.64;
	}

	h1{}
		img.logo{
			width: 100%;
			margin: 0 auto 0vw;
		}
	h2.date{
		margin: 0 auto 10vw;
		background: #E5FEFF;
		padding: 2vw 0;
		font-size: 88%;
		line-height: 2;
	}
		img.date{
			width: 88%;
			max-width: 640px;
			margin: 0 auto 0;
		}
	h3{
		width: 96%;
		margin: 0 auto 4vw;
	}
		h3 img.cap{
			width: auto;
			height: 8vw;
			margin: 0 auto 2vw;
		}

	h4{
		margin: 0vw auto 0;
	}
	h5{
		width: 90%;
		margin: 2vw auto 12vw;
	}
		h5 img.name{
			width: auto;
			max-width: 88%;
			max-height: 6vw;
			margin: 0 auto 8vw;
		}


	.cont-inner{
		width: 100%;
		margin: 0 auto 12vw;
	}
	.outline{
		width: 96%;
		margin: 0 auto 4vw;
	}
	.cast8{
		width: 88%;
		margin: 0 auto 4vw;
		border: 4px solid #00c0cb;
		border: 4px solid #dffdff;
		border-left: 4px solid #ff5591;
		border-right: 4px solid #ff5591;
	}
	.outline2{
		width: 79.3%;
		margin: 0 auto 0vw;
	}
	.cast-inner ul{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		margin: 0 auto 20px;
	}
		.cast-inner ul li{
			width: 30%;
			margin: 0 1.5%;
		}
		.cast-inner ul li img.cast{
			border-radius: 200em;
			border: 2px solid #ff5591;
			margin-bottom: -1.6em;
		}
		.cast-inner ul li img.castname{
			border-radius: 200em;
			width: 95%;
		}
	img.d-name{
		width: 96%;
		margin: 0 auto;
	}



	.cast-name{
		font-size: 3.2vw;
		line-height: 1.8;
	}





	.gallery-container{
		display: grid;
		place-items: center;
		/* height: 100vh; */
		max-width: 94%;
		margin: 0 auto 10vw;
	}
	.photo-gallery{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
	.photo-gallery img{
		width: 100%;
		max-width: 50vw;
		border: 4px solid #FFF;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		transform: rotate(calc(var(--random-angle) * 1deg));
		transition: transform 0.3s ease;
	}
	.photo-gallery img:nth-child(1){ --random-angle: -3; }
	.photo-gallery img:nth-child(2){ --random-angle: 3; }
	.photo-gallery img:nth-child(3){ --random-angle: -5; z-index: 10; }
	.photo-gallery img:nth-child(4){ --random-angle: 2; }
	.photo-gallery img:nth-child(5){ --random-angle: 4; }
	.photo-gallery img:nth-child(6){ --random-angle: -2; z-index: 10; }
	.photo-gallery img:nth-child(7){ --random-angle: -5; }
	.photo-gallery img:nth-child(8){ --random-angle: 2; }



	.movie{
		width: 98%;
		margin: 0vw auto 12vw;
	}
		.movie .cap{
			width: auto;
			height: 8vw;
			margin: 0 auto 1vw;
		}
		.movie-bnr{
			display: flex;
			width: auto;
			margin: 5vw auto 10vw;
		}
		.movie-bnr div{
			width: 50%;
		}
		.movie-bnr img{
			width: 95%;
			margin: 0 2.5%;
			border-radius: 8px;
			filter: drop-shadow(0px 0px 4px rgba(170, 170, 170, 0.4));	
		}


			.movie p{
				font-size: 1.4rem;
				font-weight: bold;
				padding: 0px 0px 1vw;
			}
			.movie-embed{
				width: 100%;
				height: 0;
				padding-top: 56.25%;
				position: relative;
			}
			.movie-embed iframe{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
			}

	.sns{
		width: 94%;
		margin: 0 auto 10vw;
		text-align: center;
	}
		a.sns-x{
			font-size: 110%;
			display: inline-block;
			background: #000;
			color: #FFF;
			padding: 8px 24px;
			border-radius: 8px;
		}
		a:hover.sns-x{
			opacity: 0.5;
		}


	/* ↓Scroll sp/pc	*/
	.scroll{
		position: fixed;
		/* left: 0; */
		right: 0;
		bottom: 2.8vh;
		margin: 0 auto;
		width: 60px;
		height: 120px;
		z-index: 10;
		background: url(../img/scroll.png) no-repeat center center;
		background-size: contain;
		filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.5));
		animation-name: scrollblink;
		animation-duration: 1.4s;
		animation-direction: alternate;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
		@keyframes scrollblink{
			0%{
				opacity: 0;
				transition: 1.4s;
				transform: translateY(12px);
				/* visibility: hidden; */
			}
			100%{
				opacity: 0.75;
				transform: translate(0);
				/* visibility: visible; */
			}
		}
		.scroll{}
			@keyframes scroll-blink{
				0%{
					transform: translateY(12px);
				}
				100%{}
			}

.chapter{
	padding: 0px 0 28px;
	overflow: hidden;
	clear: both;
}
.chapter_box{
	width: 100%;
	margin: 0px auto 0;
	overflow: hidden;
}
.chapter-non{
	overflow: visible;
}

section#outline{
	padding: 0px 0px 40px;
	overflow: hidden;
	background: #FFF;
}


		.ani-chara01{
			animation-name: chara-scale;
			animation-duration: .5s;
			animation-fill-mode: both;
			animation-timing-function: ease;
		}
		.ani-chara01{
			animation-delay: 2.5s;
		}
		@keyframes chara-scale{
			0%{
				opacity: 0;
				transform: scale(.5);
			}
			100%{
				opacity: 1;
				transform: scale(1);
			}
		}
		@keyframes chara-translate{
			0%{
				opacity: 0;
				transform: translateY(5vh);
			}
			100%{
				opacity: 1;
				transform: translateY(0);
			}
		}


	


	a.btn-link{
		text-align: center;
		display: block;
		color: #FFF;
		background: #1286ff;
		padding: 8px 16px;
		margin: 16px auto 20px;
		width: 80%;
		max-width: 360px;
		border-radius: 36px;
		transition: 0.4s;
		font-size: 1.54rem;
	}
	a.btn-link:hover{
		background: #ff1f7d;
		color: #FFF;
	}
		a.btn-link span{
			font-size: 1.28rem;
		}

	a.btn-link::before{
		content:"\f138";
		font-family: 'FontAwesome';
		vertical-align: middle;
		display: inline-block;
		padding: 0 4px 4px 2px;
		color: #FFF;
	}



#foot-link,
#foot-link2{
	background: #F9F9F9;
	padding: 16px 0;
}
#foot-link2{
	background: #000;
}
	#foot-link img.foot-logo,
	#foot-link2 img.foot-logo{
		margin: 0px auto 2px;
		width: 20%;
	}


#links{
	background: #53b3ac;
	padding: 32px 0;
}
	#links img{
		margin: 0 auto;
		width: 180px;
		/* border: 1px solid #C0C0C0; */
	}



/* Page Top
=================================== */
#page-top{ position: fixed; bottom: 0px; right: 0px; font-size: 88%; z-index: 20; }
#page-top a{
	display: block;
	background: url(../img/to_top.png) center top no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: 1px solid #53b3ac;
}
#page-top a:hover{
	background: url(../img/to_top_on.png) center top no-repeat;
	background-size: contain;
}


footer{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.4;
	background: #ff5591;
	/* border-top: 4px solid #2c685f; */
}
footer div{
	width: 100%;
	margin: 0 auto;
}
footer p{
	color: #FFF;
	padding: 1em;
}
footer p a{
	color: #FFF;
}
footer p a:visited{
	color: #FFF;
}
footer p a:hover{
	color: #fff3d0;
	text-decoration: underline;
}





/*
======================================================================================================================================================================================================== */
@media screen and (min-width: 375px){
}
@media screen and (min-width: 534px){
}
@media screen and (min-width: 640px){
}





.slider{
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}
.slider .slick-slide{
	transform: scale(0.8);
	transition: all .10s;
	opacity: 0.5;
}
.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}

@media screen and (max-width: 959px){
	.slider img{
		width:60vw;
	}
}

@media screen and (min-width: 960px){
	.slider img{
		width:50vw;
	}
}





@-webkit-keyframes loop_left{
	from{
		background-position: 0 0;
	}
	to{
		background-position: -6000px 0;
	}
}
@keyframes loop_left{
	from{
		background-position: 0 0;
	}
	to{
		background-position: -6000px 0;
	}
}

.photo-cont{
	width: 100%;
	overflow: hidden;
}
.photo-main{
	background-image: url("../img/photo-main.jpg");
	height: 48vw;
	width: 100%;
	background-size: cover;
	background-repeat: repeat-x;
	margin-bottom: 8vw;
	-webkit-animation: loop_left 70s linear infinite;
	animation: loop_left 70s linear infinite;
}

/* SNS Single */
h3.cap{
	color: #FFF;
	margin: 4px auto 6px;
	padding: 12px 0 0;
	text-align: center;
	font-size: 1.32rem;
	box-shadow: none;
}
div.share-cont{
	clear: both;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
	/* SNS Common */
	ul#sg-sns-share{
		width: 100%;
		max-width: 240px;
		margin: 0px auto 6vw;
		/* background: #FFF;
		border-radius: 24px; */
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}
		ul#sg-sns-share li{
			display: block;
			width: 33.3%;
			margin: 0 auto;
			padding: 4px 8px 4px;
			max-width: 60px;
		}





/* PC
==================================================================================================== */
@media screen and (min-width: 1024px){
	html{}

	body{
		background-image: url(../img/bg.png);
		background-repeat: repeat;
		background-size: 12%;
	}
	
	.sp{ display: none; }
	.pc{ display: block; }

	.open-ing{
		/* background-image: url("../img/logo.png"); */
		/* background-size: cover; */
		/* background-size: 320px auto; */
	}
	.open-ing ul{}
		.open-ing ul li{}
		.open-ing ul li img{
			border: 8px solid #FFF;
			top: 20%;
			left: 25%;
		}
		img.p01{
			width: 50%;
			transform: rotate(-4deg);
			animation-delay: 0.25s;
			animation-duration: 0.5s;
		}
		img.p02{
			width: 48%;
			transform: rotate(4deg);
			animation-delay: 0.75s;
			animation-duration: 0.5s;
			left: 26% !important;
		}
		img.p03{
			width: 48%;
			transform: rotate(-9deg);
			animation-delay: 1.25s;
			animation-duration: 0.5s;
			left: 26% !important;
		}
		img.p04{
			width: 52%;
			transform: rotate(1deg);
			animation-name: op-fadein;
			animation-delay: 1.75s;
			animation-duration: 0.5s;
			left: 24% !important;
		}
		img.p05{
			width: 50%;
			transform: rotate(-3deg);
			animation-delay: 2.25s;
			animation-duration: 0.5s;
			left: 25% !important;
		}





	div#wrapper{}
	div#container{
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	div.header{
		/* background: url(../img/main-pc.jpg) no-repeat top center / 100%; */
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		font-size: 2.2rem;
		line-height: 2;
	}
	h1{}
		img.logo{
			margin: 0 auto;
			width: 100%;
		}
	h2.date{
		margin: 0 auto 88px;
		padding: 24px 0;
	}
		img.date{
			width: 88%;
			max-width: 800px;
			margin: 0 auto 0;
		}
	h3{
		width: 96%;
		margin: 0 auto 24px;
	}
		h3 img.cap{
			width: auto;
			height: 64px;
			margin: 0 auto 24px;
		}

	h4{
		margin: 0 auto 0;
	}
	h5{
		width: 90%;
		margin: 24px auto 64px;
	}
		h5 img.name{
			margin: 0 auto 0;
			height: 60px;
			max-height: 6vw;
			width: auto;
			max-width: auto;
		}


	.cont-inner{
		width: 100%;
		margin: 0 auto 80px;
	}
	.outline{
		width: 96%;
		max-width: 960px;
		margin: 0 auto 64px;
	}
	.cast8{
		width: 88%;
		max-width: 960px;
		margin: 0 auto 64px;
	}
	.outline2{
		width: 79.3%;
		max-width: 762px;
		margin: 0 auto 16px;
	}
	.cast-inner ul{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto 64px;
	}
		.cast-inner ul li{
		}
		.cast-inner ul li img.cast{
			border: 4px solid #ff5591;
			margin-bottom: -3.2em;
		}
		.cast-inner ul li img.castname{
			width: 70%;
		}
	img.d-name{
		max-width: 920px;
		margin: 0 auto 40px;
	}
	


	.cast-name{
		font-size: 3.0rem;
		line-height: 2;
	}





	.gallery-container{
		display: grid;
		place-items: center;
		/* height: 100vh; */
		max-width: 1024px;
		margin: 0 auto 120px;
	}
	.photo-gallery{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;

		justify-items: center;
		align-items: center;

		grid-auto-rows: auto;
	}
	.photo-gallery img{
		width: 100%;
		max-width: 450px;
		border: 6px solid #FFF;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
		transform: rotate(calc(var(--random-angle) * 1deg));
		transition: transform 0.3s ease;
	}
	.photo-gallery img:nth-child(1){ --random-angle: -3; }
	.photo-gallery img:nth-child(5){ min-width: 350px; }
	.photo-gallery img:nth-child(7){
		grid-column: span 2;
	}



	.photo-cont{}
	.photo-main{
		height: 330px;
		margin-bottom: 64px;
		-webkit-animation: loop_left 90s linear infinite;
		animation: loop_left 90s linear infinite;
	}


	/* SNS Single */
	h3.cap{
		background: none;
	}
	div.share-cont{
		width: 100%;
		text-align: center;
		margin: 0px;
		overflow: hidden;
	}
		/* SNS Common */
		ul#sg-sns-share{
			max-width: 320px;
			margin: 4px auto 40px;
			padding: 4px 8px;
			/* background: #FFF;
			border-radius: 32px; */
			text-align: center;
			overflow: hidden;
		}
			ul#sg-sns-share li{
				margin: 0 auto 0;
				padding: 0;
				max-width: 52px;
			}
			ul#sg-sns-share li img{
				height: auto;
				width: 100%;
			}









	.movie{
		width: 94%;
		max-width: 1400px;
		margin: 40px auto 100px;
	}
	.movie .cap{
		margin: 0 auto;
		height: 64px;
	}
	.movie-bnr{
		width: 880px;
		margin: 32px auto 160px;
	}
		.movie-bnr div{
			width: 50%;
		}
		.movie-bnr img{
			max-width: 360px;
			margin: 0 24px;
		}

	.movie p{
		font-size: 1.8rem;
		padding: 0px 0px 0px;
	}
		.movie-embed{
		}
		.movie-embed iframe{
		}


	.sns{
		width: 94%;
		margin: 0 auto 80px;
	}
		a.sns-x{
			font-size: 140%;
			font-weight: bold;
			padding: 10px 32px;
			border-radius: 8px;
		}



	.chapter{
		padding: 0px 0 0px;
	}
	.chapter_box{
		width: 100%;
		margin: 0px auto 0;
		overflow: hidden;
	}

	section#outline{
		padding: 0px 0px 60px;
		overflow: hidden;
	}


		a.btn-link{
			text-align: center;
			display: block;
			color: #FFF;
			background: #1286ff;
			/* border: #0872ff 1px solid; */
			padding: 10px 32px;
			margin: 12px auto 24px;
			width: 30%;
			border-radius: 40px;
			transition: 0.4s;
			font-size: 1.64rem;
			font-weight: bold;
		}
		a.btn-link:hover{
			background: #ff1f7d;
			color: #FFF;
		}
			a.btn-link span{
				font-size: 1.4rem;
				font-weight: normal;
			}

		a.btn-link::before{
			vertical-align: bottom;
			padding: 0 4px 0px 2px;
		}

	#links{
		padding: 48px 0;
	}
		#links img{
			margin: 0 auto;
			width: 240px;
		}

	footer{
		padding: 24px 0;
		clear: both;
	}
	footer p{
		padding: 1.3em;
	}
	footer p a{}
	footer p a:visited{}
	footer p a:hover{}


	/* Page Top
	==================================================================================================== */
	#page-top{
		position: fixed;
		bottom: 0px;
		right: 0px;
		font-size: 88%;
		z-index: 20;
	}
		#page-top a{
			width: 48px;
			height: 48px;
		}
		#page-top a:hover{
		}
}



@media screen and (min-width: 1280px){
}
@media screen and (min-width: 1440px){
}
@media screen and (min-width: 1600px){
}



.clear{ clear: both; }
.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.clearfix{
	display: inline-table;
	zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */