@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
header.headMain01 {
	z-index: 10;
}
#breadcrumb_area .inner {
	max-width: 1200px;
}
footer.footMain01 {
	z-index: 10;
}
@media screen and (max-width:640px){
	#wrap .p-inner img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
}
.p-button--fade {
	display: block;
	transition: opacity .2s ease;
}
@media screen and (min-width:641px){
	.p-button--fade:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.p-inner {
		padding: 0 4%;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual-lead {
	text-align: center;
	background-color: #f2f2f2;
}
.visual-lead .text {
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 0;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.visual-lead .text {
		font-size: 10px;
	}
}


/* --------------------------------------------------
		movie-area
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url(../img/movie-area_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.movie__title {
	max-width: 1080px;
	margin: 0 auto 40px;
}*/
.movie-wrap {
	margin: 0 5% 20px;
	padding: 30px 30px;
	background-image: url(../img/movie-area_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.movie-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.movie {
		padding: 12vw 0;
	}
	/*.movie__title {
		margin-bottom: 4vw;
	}*/
	.movie-wrap {
		margin: 0 0 2.666666666666667vw;
		padding: 4vw 4vw;
	}
}


/* --------------------------------------------------
		content
-------------------------------------------------- */
.content {
	background-color: #c3e7fa;
	background-image: url(../img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 60px 0 120px;
}
.content-box {
	position: relative;
}
.content-box + .content-box {
	margin-top: 60px;
}
.content-box .btn {
	position: absolute;
	display: block;
	width: 75%;
	left: 12.5%;
	top: 88.03418803418803%;
}
.sticker__button {
	margin: 60px auto 0;
	width: 700px;
}
@media screen and (max-width:640px){
	.content {
		background-size: 200% auto;
		padding: 8vw 0 12vw;
	}
	.content-box.wide {
		margin-left: -4.347826086956522%;
		margin-right: -4.347826086956522%;
	}
	.content-box + .content-box {
		margin-top: 8vw;
	}
	.content-box .btn {
		width: 86.95652173913043%;
		left: 6.521739130434783%;
		top: 89.16554508748318%;
	}
	.sticker__button {
		margin-top: 8vw;
		width: 100%;
	}
}


/* --------------------------------------------------
		howto
-------------------------------------------------- */
.btn-howto {
	display: block;
	width: 600px;
	margin: 60px auto 0;
}
.mfp-fade.mfp-bg {
	opacity: 0.9;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-wrap {
	height: 100% !important;
}
.mfp-container {
	padding: 0 0;
}
button.mfp-close {
	top: 30px !important;
	right: 30px;
	width: 60px;
	height: 60px;
	font-size: 0;
	opacity: 1;
	padding: 0 0;
	background-image: url('../img/icon_close.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.howto-modal {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 30px;
}
.howto-modal-inner {
	position: relative;
	padding: 120px 0 30px;
}
.howto-modal-inner img {
	max-width: 100%;
}
@media screen and (max-width:640px){
	.btn-howto {
		width: 86.95652173913043%;
		margin-top: 8vw;
	}
	button.mfp-close {
		top: 15px !important;
		right: 4%;
		width: 30px;
		height: 30px;
	}
	.howto-modal {
		padding: 0 4%;
	}
	.howto-modal-inner {
		padding: 60px 0 15px;
	}
	.howto-modal-inner img {
		width: 100%;
		max-width: none;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 90px 0;
	background-image: url(../img/bg_01.png);
	background-position: center top;
}
.package__set {
	margin-bottom: 90px;
}
.package__set > * + p {
	margin-top: 40px;
}
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0;
		background-size: 91px 91px;
	}
	.package__set {
		margin-bottom: 8vw;
	}
	.package__set > * + p {
		margin-top: 4vw;
	}
}


/* --------------------------------------------------
		manga
-------------------------------------------------- */
.manga-modal {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}
.manga-modal-inner {
	position: relative;
	padding: 120px 0 30px;
}
.manga-modal-inner div + div {
	margin-top: 10px;
}
.manga-modal-inner img {
	max-width: 100%;
}
@media screen and (max-width:640px){
	.manga-modal {
		padding: 0 4%;
	}
	.manga-modal-inner {
		padding: 60px 0 15px;
	}
	.manga-modal-inner div + div {
		margin-top: 5px;
	}
	.manga-modal-inner img {
		width: 100%;
		max-width: none;
	}
}