@charset "shift_jis";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/

@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');

@font-face {
    font-family: 'king';
    src: url('king.woff') format('woff'),
         url('king.tif') format('tif');
    font-weight: normal;
    font-style: normal;

}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
	outline:none;
}
li	{
	list-style-type: none;
}
input {
	border: 0px none #FFFFFF;
}
/* ======================================================================
Image Rollover
======================================================================== */
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

input:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

body{
	text-align: center;
	background: #000 url(../img/common/back.jpg) top center;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 0px;
	overflow-x: hidden;

}
img {
	border-style: none;
}


a:link {
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:active {
	text-decoration: underline;
	color: #FFF;
}
h1{
	font-size: 12px;
	color: #FFF;
	margin: 0px auto;
	line-height: 1.6em;
	height: 22px;
	display: block;
	padding-top: 5px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;

}
h2{
	color:#FFF;
	margin:0px auto;
}
h3{
	font-size:10px;
	color:#FFF;
	margin:0px auto;
}
/***********************/

#wrapper{
height: auto;
margin: 50px auto 0px;
width: auto;
}

#container{
text-align: center;
}

#fla_back{
	background:url(../img/index/flash_back.jpg) no-repeat;
	width:1000px;
	padding:10px 0;
}
#fla_back .fla_box{
	width:980px;
	margin:0px auto;
	background: url(../img/index/flash_back.png) no-repeat center top;

}



#btn_box{
	text-align: center;
	/* [disabled]border-top: 4px solid #7fd7e1; */
	/* [disabled]border-bottom: 4px solid #7fd7e1; */
	overflow: hidden;
	padding:50px;
	color:#000;
	margin:0 auto;
}

#btn_box a{
	padding:30px;
	font-family: "king";
font-size: 30px;
}




#banner_box{
	width:920px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}


.f10{
	font-size:10px;
	line-height:12px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.mt10{
	margin-top:10px;
}


.ml10{
	margin-left:10px;
}


#copy_box{
	width:1000px;
	height:auto;
	margin:190px auto 0px;
	overflow:hidden;
	crear:both;
}
#wrapper h2 {
	width: 520px;
	height:335px;
	font-family: "king";
    font-size: 90px;
    line-height: .8;
	padding:50px 0 0 0;
		text-indent: -9999px;
	background: url("../img/index/logo_index.png")no-repeat center center;
}
#wrapper h2 span {
    font-size: 25px;
    display: block;
}

@media screen and (max-width: 720px){
	#wrapper h2 {
    font-family: "king";
    font-size: 10vw;
    line-height: .8;
    padding: 0px;
width: auto;
        background-size: 80% auto;
        height: 50vw;
}
	#btn_box {
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #000;
    margin: 0 auto;
}
	#btn_box a{
		padding:0;
		display: block
	}
	.text_img{
		width: 90%;
	}
}