/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "source-han-sans-japanese", sans-serif;
	font-style: normal;
	font-size: 17px;
	box-sizing: border-box;
}

.clear{clear:both;}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
	background-color: black;
}

#wrapper{
}

img{
	vertical-align: top;
}

/* LINK */

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}

/* MAIN */
.chatch{
	width: 100%;
	max-width: 940px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3.5em;
	color: #ffffff;
	margin: 10% auto 0 auto;
	line-height: 1.3em;
	text-align: center;
}

.main_img {
	position: relative;
	margin: 4% auto 0 auto;
	max-width: 940px;
	text-align: center;
}

/* SMART_PHONE_setting
================================================== */

@media screen and (max-width: 699px){
	
*{
	font-size: 15px;
}
	
.chatch{
	max-width: 940px;
	font-size: 1.5em;
}
	
.main_img {
	max-width: 400px;
}

}