﻿@charset "utf-8";
#KV {
	position:relative; 
}
#KV > div:first-of-type {
	position: absolute;
	display: block;
	z-index: 1000;
	left: 10%;
	top: 40%;
	width: 50vw;
}
#contents{
	position: relative;
}

header{
	margin-top:0px;
	z-index: 10000;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
}

.w1020{
	width: 1020px;
	margin: 0 auto;
}

.w1280{
	width: 1280px;
	margin: 0 auto;
	max-width:100%;
}

.pcnone {
	display:none;
}	

#MESSAGE{
	float:left;
}

@media screen and (max-width: 768px){
header{
	position:static;
}
.w1020{width:100%;
		margin: 0;
}
	
.w1280{
	width: 100%;
	margin: 0;
}	
#KV > div:first-of-type img {
	width: 100%;
	height: auto;
}
#MESSAGE{
	float:none;
	}

#HUMBERGERBTN{
	max-width:20%
	}

#SITETITLE{
	width:80%;
}

.spnone {
	display:none !important;
}
.pcnone {
	display:block !important;;
}
}