@charset "utf-8";
/* CSS Document */


/*ここからナビメニュー*/

.gnav{
	float:right;
	max-width:550px;
	width: 55.00%;
	height: auto;
	margin: -10px 0.5%;
	position: relative;
}

.gnav__wrap {	
	width:800px;
	height:80px;
  	margin:0 100px 0 0px;
  	overflow:hidden;
}

.gnav__wrap ul{
	list-style:none;
	
}


.gnav__wrap li{
	float:left;

}

.gnav__wrap li a{
	width:120px;
	font-family: 'M PLUS 1p', sans-serif;
	text-align: center;
	line-height:1.1em;
	height:0.5em;
	padding:2px;
	color:#fff;
	font-size: 0.8em;
	display: block;
	vertical-align: top;
}

/*.gnav__wrap li a span,
.gnav__wrap_footer li a span{
	font-size: 0.8em;

}*/

.gnav__wrap li a:hover{
  	color:#000;
}

.gnav__wrap > li:hover{
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*子メニュー*/
/*ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level {
	width:auto;
}

.menu__second-level li{
	width:100%;
}

.menu__second-level li a{
	width:100%;
	padding: 10px 0 0;
}

.menu__second-level li a:hover {
    background: #960;
}

.gnav__wrap > li.gnav__menu__item {
    position: relative;
}

li.gnav__menu__item ul.menu__second-level {
    position: absolute;
    top:100%;
	left:0;
    padding: 20px 0 0;
    background:#fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.gnav__menu__item:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

*/

	
/*ハンバーガーmenu*/	


.gnav__menu__item a{
    color: #fff;
    font-size: 1.4vw;
 /*   font-weight: bold;*/
    padding: 40px;
    text-decoration: none;
    transition: .5s;
	
}
.gnav__menu__item a:hover{
    color: #666;
}

.gnav__menu__item a:visited{
   display: flex;
}



@media screen and (max-width : 992px ){
	
/*menu*/
.menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 70px;
    width: 20px;
    z-index: 999;
}
	
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 20%;
}
.menu__line--top{
    top: 0px;
}
	
.menu__line--center{
    top: 9px;
}
	
.menu__line--bottom{
    bottom: 0;
}
	
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
	
.menu__line--center.active{
    transform:scaleX(0);
}
	
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
	
/*フルスクリーンナビゲーション*/
/*gnav*/	
.gnav{
	float:none;
    background:rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position:fixed;
	max-width: 768px;
    width: 60%;
    z-index: 98;
	right: 0px;
	margin: 0 0 0 20px;
}

.gnav__wrap{
   align-items:center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute;
    width: 100%;
	}

.gnav__menu__item{
    margin: 40px auto;
	padding:20px 0 20px;
	border-bottom: solid 0.5px #960;	
}


	
.gnav__menu__item a{
/*    color: #fff;*/
    font-size: 2em;
    font-weight: bold;
    padding: 40px 50px;
    text-decoration: none;
    transition: .5s;
}
	
.gnav__menu__item:hover{
    color: #fff;
	}

.gnav__wrap li a:hover{
  	color:#fff;
}

.gnav__wrap > li:hover{
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
	
.gnav__menu{
	position: fixed;
	left:58%;
	top:10%;		
	}
	
	
.gnav__wrap li{
	float:none;
}
	
/*.header_sns{
	align-items:center;
    display: none;
    height: auto;
    justify-content: center;
    position: fixed;
	left:43%;
	top:80%;
    width: 100%;
		
	}*/
	
/*.gnav__menu__item a:hover{
    color: #666;
}*/




/*li.gnav__menu__item a{
	width: 200%;
    margin: 30px auto;
	border-bottom: solid 0.5px #960;
	padding: 20px 0;
}
*/

.menu__second-level li{
	width:100%;
}

.menu__second-level li a{
	width:100%;
	padding: 10px 0 0;
}
	

	
.menu__second-level li a{
	border-bottom: none;
}
	
li.gnav__menu__item ul.menu__second-level {
    position: absolute;
    top:100%;
	left:200;
    padding: 20px 0 0;

}
	
li.gnav__menu__item:hover ul.menu__second-level {
    top: 10px;
	left:0px;
}	
	
}

@media screen and (max-width : 768px ){
.menu{
    right: -20px;
    top: 60px;
}
}


@media screen and (max-width : 600px ){
	
.menu__line{
    background-color: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
}
	
.menu__line--center{
    top: 2;
}

.gnav__menu__item{
	width: 100px;
    margin: 30px auto;
	padding:2px 1.666% 30px 1.666%;
	border-bottom: solid 0.5px #fff;
}

.gnav__menu__item a{
    font-size: 3.5vw;
	padding: 20px;
	font-weight:normal;
}
	
.gnav__menu{
	position: fixed;
	left:55%;
	top:10%;		
	}

	}

@media screen and (max-width : 480px ){
	
.gnav__menu{
	position:fixed;
	left:47%;
	top:10%;		
	}
}