@charset "utf-8";

#g-nav.panelactive{
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

.circle-bg{
    position: fixed;
	z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
	transform: scale(0);
    right:-50px;
    top:calc(50% - 50px);
    transition: all .6s;
}

.circle-bg.circleactive{
	transform: scale(50);
}


#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; 
}

#g-nav ul {
	opacity: 0;

    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    opacity:1;
}

#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.openbtn{
	position:fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	cursor: pointer;
    width: 50px;
    height:50px;
	cursor: pointer;
	background:#fff;
    border-radius: 50%;
}
	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}




body{
    margin: 0;
}
.top{
    width: 100%;
    margin:0;
    position: fixed;
    top: 0;
    height:667px;
}
.top img{
    width: 100%;
    height: 100%;
    margin:0;
}
.haikei {
    margin-top: 100vh;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    margin-bottom: -10px;
}
#honbun1{
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    margin-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: 300;
}
h1{
    margin-bottom: 35px;
    font-weight: 600;
}
.syokai1{
    position: absolute;
    z-index: 1;
    margin-top: 440px;
}
#tytle2{
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: 440px;
    margin-left: 195px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
}
h2{
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 600;
}
h3{
    font-size: 29px;
    font-weight: 600;
    margin-top: -40px;
    margin-left: 5px;
}
h4{
    color: darkblue;
    font-size: 29px;
    font-weight: 600;
    margin-top: -72px;
}

#honbun2{
    position: absolute;
    z-index: 1;
    text-align: left;
    margin-top: 750px;
    margin-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: 300;
    color: #fff;
}
.syokai2{
    position: absolute;
    z-index: 1;
    margin-top: 1025px;
    margin-left: 20px;
}
.more{
    position: absolute;
    z-index: 1;
    margin-top: 1420px;
    margin-left: 110px;
}
.pore{
    margin-top: -39px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: 300;
}
#saigo{
    position: absolute;
    z-index: 1;
    text-align: center;
    margin-top: 1560px;
    margin-left: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: 400;
}
.rogo{
    position: absolute;
    z-index: 1;
    margin-top: 1725px;
    margin-left: 145px;
}
.rogo img{
    width: 40%;
}