@charset "utf-8";

/* ========================== GLOBAL ========================== */
*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
body{
	height: 100%;
	background: #f3d800 url(img/BG.png) repeat center top;
	background-size: 375px auto;
	color: #fff;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a{
	outline: none;
	text-decoration: none;
	cursor: pointer;
}
img{
	max-width: 100%;
	border: none;
}
ul, ol{
	list-style: none;
}

#wrap{
	height: 100%;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
#wrapInner{
	height: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* -------------------------- COMMON CLASSES -------------------------- */
.serif{
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 500;
}

/* ========================== HEADER ========================== */
#pageTitle{
	position: relative;
	width: 100%;
	background: #5b4173;
	background-size: cover;
	z-index: 101;
}

#pageTitle h1{
	max-width: 500px;
	margin: 0 auto;
}
#pageTitle h1 img{
	display: block;
}






/* ========================== HEADER ========================== */
#pageTitle{
	position: relative;
	background: #5b4173 url(img/headerBG.png) no-repeat center top;
	background-size: cover;
	z-index: 101;
}

#pageTitle h1 img{
	display: block;
}



/* ========================== WRAP STAGE ========================== */
#wrapStage{
	position: relative;
	min-height: 60vh;
}
#wrapStageInner{
	max-width: 500px;
	margin: 0 auto;
}


/* ========================== RULES ========================== */
#ruleHeader{
	width: 210px;
	margin: 20px auto;
	padding: 10px 0;
}

#rules{
	position: relative;
	padding: 10px 0;
	background: rgba(255,255,255,0.85);
}
#rules::before, #rules::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
}
#rules::before{
	top: -30px;
	background: url(img/sheetTOP.png) no-repeat center bottom;
	background-size: 100% auto;
}
#rules::after{
	bottom: -30px;
	background: url(img/sheetBTM.png) no-repeat center top;
	background-size: 100% auto;
}

#stageRules .blockBTN{
	margin: 60px 0 40px 0;
}
.btn{
	display: block;
	width: 350px;
	max-width: 80%;
	margin: 0 auto;
	background: #5b4173;
	border-radius: 10px;
}
.btn img{
	display: block;
}
.btn:hover{
	background-color: #7C599C;
}


/* ========================== TOP ========================== */
#stageTop{
	display: none;
}

#stageTop .lead{
	margin: 20px 0 20px 0;
}

#videoTop{
	padding: 10px;
	background: #fff;
}
#videoTop .video169{
	display: block;
	position: relative;
	width: 100%;
}
#videoTop .video169:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
#videoTop iframe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stageTop .blockBTN{
	margin: 40px 0 40px 0;
}



/* ========================== MENU ========================== */
#stageMenu{
	display: none;
}

#stageMenu .lead{
	margin: 20px 0 0 0;
}

#stageMenu .videos{
	text-align: center;
}
#stageMenu .videos ul{
	overflow: hidden;
}
#stageMenu .videos li.video{
	margin: 30px 0;
	background: rgba(255,255,255,0.5);
}
#stageMenu .videos li.video a{
	display: block;
	position: relative;
	padding: 15px 0;
}
#stageMenu .videos li.video a img{
	display: block;
	width: 320px;
	max-width: 80%;
	margin: 0 auto;
	border: solid #fff 5px;
}
#stageMenu .videos li.video a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 60px;
	margin: -30px 0 0 -40px;
	background: url(img/youtubeBtn.png) no-repeat;
	background-size: 100% auto;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#stageMenu .videos li.video a:hover::after{
	opacity: 0;
}
@media (max-width: 480px) {
	#stageMenu .videos li.video a:hover::after{
		opacity: 0.5;
	}
}

#stageMenu .videos li.arrow{
}
#stageMenu .videos li.arrow img{
	width: 80px;
	max-width: 30%;
}


/* -------------------------- FORM -------------------------- */
.note{
	display: block;
	padding: 0 0 0.5em 0;
	text-align: center;
	color: #f46;
	font-size: 20px;
	font-weight: 600;
}
.form{
	position: relative;
	margin: 50px 0;
}
.form form{
	position: relative;
}
.form .input{
	display: block;
	position: relative;
	width: 80%;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 10px 15px;
	background: rgba(255,255,255,0.75);
	border: solid #ff4466 5px;
	border-radius: 10px;
	color: #2b2a17;
	font-size: 48px;
	font-weight: 500;
}
.form .btnSubmit{
	display: block;
	width: 330px;
	max-width: 60%;
	margin: 0 auto;
	background: #ff4466;
	background-size: auto 100%;
	text-align: left;
	text-indent: -100em;
	color: #e13;
	font-size: 28px;
	font-weight: 500;
	line-height: 90px;
}
.form .btnSubmit:hover{
	background-color: #FF778F;
}








/* ========================== MESSAGE ========================== */
#messageBanner{
	display: none;
	position: fixed;
	top: 50%;
	width: 100%;
	max-width: 500px;
	text-align: center;
	z-index: 101;
}
#messageInner{
	width: 80%;
	margin: 0 auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	color: #333;
	font-size: 21px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#messageInner .close{
	display: inline-block;
	margin-top: 20px;
	padding: 0.75em 1.75em 0.75em 1.5em;
	background: rgba(0,0,0,0.3);
	border-radius: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}



/* ========================== OVER LAYER ========================== */
#overLayer{
	display: block;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
}
#overLayer::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200vh;
	background-color: rgba(0,0,0,0.75);
}
#overLayerInner{
	position: absolute;
	top: 20px;
	right: 20px;
	left: 20px;
	max-width: 600px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	color: #000;
	line-height: 2;
	overflow: hidden;
	z-index: 2;
}
#overLayerInner::before, #overLayerInner::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
}
#overLayerInner::before{
	top: 0px;
	left: 0px;
	background: url(img/olFrameTOP.png) no-repeat center top;
	background-size: 100% auto;
	z-index: 11;
}
#overLayerInner::after{
	bottom: 0px;
	left: 0px;
	background: url(img/olFrameBTM.png) no-repeat center bottom;
	background-size: 100% auto;
	z-index: 12;
}
#overLayerInner a{
	color: #333;
}


/* over */
#overLayerInner.over{
	padding: 100px 0 60px 0;
}




/* ========================== FOOTER ========================== */
footer{
	width: 100%;
	padding: 20px 0px;
	background: #5b4173;
}
footer ul{
	text-align: center;
	color: #fff;
	font-size: 9px;
	opacity: 0.75;
}
footer ul li{
	display: inline-block;
	padding: 0 0.3em;
}



#holyLight{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200vh;
	background: #fff;
}
