/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: "source-han-sans-japanese", Meiryo, sans-serif, monospace;
	font-size: 18px;
}

html , body {
	min-height: 100%;
	height: auto;
	height: 100%;
	word-break: break-all;
	background-color: #fff;
}

#wrapper{
	width: 100%;
	min-height:100vh;
	position: relative;
}

img{vertical-align: top;}
.clear{clear:both;}
li{	text-decoration: none; }

.a_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a { outline: none; }
a:focus, *:focus { outline:none; }

.pc{ display: inherit!important; }
.sp{ display: none!important; }
@media screen and (max-width: 699px){
.pc{ display: none!important; }
.sp{ display: inherit!important; }
}


/* contents_setting
================================================== */
.contents_wrapper{
	width: 100%;
	min-height: 100vh;
	background-image: url("../image/ksllive2026_bg_img.jpg?a");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.contents_box{
	width: 56%;
	margin: auto;
	padding: 4% 0 1%;
}

.contents_box_2{
	padding: 0 0 4% 0;
}

.contents_logo{
	padding: 0 0 10px;
}

.contents_text_1{
	width: 70%;
	margin: auto;
}

.contents_text_2{
	width: 30%;
	margin: auto;
}
.contents_text_3{
	width: 100%;
	margin: auto;
}
.contents_text_4{
	width: 20%;
	margin: auto;
}

.attention_logo{
	width: 20%;
	margin: 0 auto 6px;
}

.attention_box{
	width: 50%;
	margin: auto;
	color: white;
	background-color: rgba(2,3,63,0.6);
	padding: 1% 2%;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}
.attention_box span{
	font-size: 1em;
	background-color: yellow;
	color: #02033f;
}

.attention_text{
	font-weight: normal;
	font-size: 0.8em;
}

.attention_link{
	margin: 15px 0 0 0;
}

.attention_link a{
	border: 1px solid #fff;
	color: white;
	text-decoration: none;
	padding: 6px 20px;
}

.attention_link a:hover{
	background-color: #2EB3E6;
	border: #2EB3E6;
}

.coming_soon_box{
	width: 40%;
	margin: auto;
	padding: 0 0 2%;
}

.copyright{
	font-size: 0.8em;
	text-align: center;
	color: white;
	padding: 0 0 2%;
}


/* smartphone_setting
================================================== */

@media screen and (max-width: 699px){
	.contents_wrapper{
		width: 100%;
		min-height: 100vh;
		background-image: url("../image/ksllive2026_bg_img_sp.jpg?a");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
	}
	.contents_box{
		width: 80%;
		margin: auto;
		padding: 15% 0 1%;
	}
	.contents_text_1{
		width: 90%;
		margin: auto;
		padding: 1% 0;
	}
	.contents_text_2{
		width: 40%;
		margin: auto;
		padding: 1% 0;
	}
	.contents_text_4{
		width: 25%;
		margin: auto;
	}
	.attention_logo{
		width: 40%;
		margin: 10px auto 6px;
	}
	.attention_box{
		width: 90%;
		margin: auto;
		color: white;
		background-color: rgba(2,3,63,0.4);
		padding: 2% 4%;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 0.8em;
	}
	.attention_text{
		font-weight: normal;
		font-size: 0.6em;
	}
	.coming_soon_box{
		width: 60%;
		margin: auto;
		padding: 0 0 2%;
	}
}
