@charset "utf-8";
.totop{
	background: #222;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
}
.totop a{
	display: block;
	padding: 1em;
	color:#fff;
	text-decoration: none;
}
h1{
	margin: 0;
	padding:20vh 0 0 5vw;
	color:#fff;
	font-size:10vw;
	font-weight:700;
	text-shadow: 0vh 0vw 1vh rgba(0,0,0,0.5);
	line-height:1;
	opacity:0;
}

#kvarea{
	height:100vh;
	background:url(../images/bg.jpg) no-repeat 25% 25% / cover;
	position: relative;
}
#kvarea > div{
	width: 100%;
	height:100vh;
	background:url(../images/bg_monoeye.png) no-repeat 25% 25% / cover;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.25;
}
@keyframes mono {
    0% {
		opacity: 0.25;
    }
    20% {
		opacity: 0.15;
    }
    40% {
		opacity: 0.55;
    }
    60% {
		opacity: 0.7;
    }
    80% {
		opacity: 0.45;
    }
    100% {
		opacity: 0.25;
    }
}
#kvarea > div{
	animation-name: mono;
	animation-duration: 7s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

article > div + div{
	display: flex;
}
section{
	margin:0 0 60px 0;
	padding:10px;
	flex: 1;
}
section:nth-of-type(1){
}
section:nth-of-type(2){
	flex: 2;
}
section:nth-of-type(3){
	flex: 3;
}
h2{
	padding:0 0 30px 0;
	color:#969;
	font-size:30px;
	font-weight:400;
	line-height:1.25;
}
p{
	margin:0 0 1em 0;
	font-weight:200;
	line-height:1.5;
}
p:last-child{
	margin:0;
}
li{
	margin:0 0 0.5em 0;
}
section img{
	width:100%;
}

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



@media screen and (max-width:750px){
h1{
	padding:40vh 0 0 5vw;
	font-size:10vh;
}
#kvarea{
	background:url(../images/bg_sp.jpg) no-repeat 0 0 / cover;
}
#kvarea > div{
	background:url(../images/bg_monoeye_sp.png) no-repeat 0 0 / cover;
}
article > div + div{
	display: block;
}
section{
	height:auto;
	padding:7vh 5vw;
}
section > div{
	width:auto;
}
.google-maps {
padding-bottom: 140%;
}
.google-maps iframe {
height: 80vh !important;
}
}