@charset "UTF-8";


header{
	width: 100vw;
	min-width: 100vw;
	height: 65px;
}

header h1{
	position: relative;
	left: 10px;
	top: 20px;
	z-index: 2;
	margin-right: auto;
}

header h1 img{
	width: 103px;
	height: 30px;
}

header section{
	display: flex;
}

header .icon01{
	/*margin-right: 15px; icon02がついたら15pxにする*/
	margin-right: 25px;
	margin-top: 15px;
}

header .icon01 a{
	width: 50px;
	height: 32px;
	display: block;
}

header .icon02 {
	margin-right: 65px;
	margin-top: 15px;
}

header .icon02 a{
	width: 36px;
	height: 32px;
	display: block;
}

.nav_pc{
	display: none;
}

header .icon01 img, header .icon02 img{
	width: 150%;
	height: 100%;
}



/*開閉ボタン*/
.nav_toggle{
	display: block;
	width: 25px;
	height: 30px;
	position: fixed;
	top:23px;
	right: 15px;;
	z-index: 9997;
	cursor: pointer;
	box-sizing: border-box;
}

.nav_toggle span{
	display: block;
	height: 2px;
	background: #111;
	position:absolute;
	width: 25px;
	left: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	overflow: hidden;
}

.nav_toggle span:nth-child(1){
	top:0px;
}
.nav_toggle span:nth-child(2){
	top:9px;
}
.nav_toggle span:nth-child(3){
	top: 18px;
}

img.text_menu{
	display: none;
}

	
/*開閉ボタンclose*/
.open .nav_toggle span:nth-child(1) {
	top: 8px;
	transform: rotate(135deg);
}
.open .nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .nav_toggle span:nth-child(3) {
	top: 8px;
	transform: rotate(-135deg);
}

nav.nav_sp{
	display:none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	background-color:#FFE100;
	z-index: 9996;
	overflow-y: scroll;
}

.nav_wrap{
	width: 100%;
	height: 100%;
	min-height: 568px;
	background-image: url("../img/header/newlogo_menu.svg");
	background-position: center top 6vh;
    background-repeat: no-repeat;
    background-size: 96px 93px;
    padding-top: calc(6vh + 93px);
	position: relative;
	box-sizing: border-box;
}

.nav_innner{
	overflow-y: scroll;
}
	
nav.nav_sp ul{
	margin-bottom: 20px;
	margin-top: 4.5vh;
	margin-left: auto;
	margin-right: auto;
}

nav.nav_sp ul li{
	margin-bottom: 1vh;
}
	
nav.nav_sp ul li a {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	color: #333;
	text-align: center;
	display: block;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	position: relative;
}

nav.nav_sp ul li a.active {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 35vw auto;
	background-image: url("../img/header/finger@3x.png");
}

nav.nav_sp ul li a.blankicon {
	position: relative;
}

nav.nav_sp ul li a.blankicon:after {
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url("../img/header/blank.svg");
	background-size: contain;
	background-repeat: no-repeat;
    background-position: left 6px center;
    width: 25px;
    height: 19px;
    top: 8px;
}

.nav_sns{
	display: flex;
	width: 50vw;
	justify-content: space-evenly;
	align-items: baseline;
	margin: 4vh auto; 
}

.fb{
	width: 12px;
	height: 24px;
}

.insta{
	width: 21px;
	height: 21px;
}

.fb img, .insta img{
	width: 100%;
	height: 100%;
	display: block;
}

.nav_bottom{
	position: absolute;
    bottom: 0;
	background-color: #fff;
	width: 100vw;
	display: flex;
	justify-content: center;
	padding-top: 10px;
    padding-bottom: 40px;
}

.nav_bottom:before{
	background-image: url("../img/cloud@2x.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	content: "";
	width: 100vw;
	height: 4vh;
    top: calc(-4vh + 1px);
}

.nav_bottom p{
	width: 50vw;
	height: auto;
}

.nav_bottom p img{
	width: 100%;
	height: auto;
	display: block;
}

.nav_bottom p:first-of-type{
	margin-right: 2.5vw;
}

.nav_bottom p:last-of-type{
	margin-left: 2.5vw;
}





/* iphone5以下 ---------------------------------------- */
@media screen and (max-width:320px) {	
	nav.nav_sp ul li {
		margin-bottom: 5px;
	}
}


/* PC版上書き ---------------------------------------- */

@media screen and (min-width:813px){
	header{
		height: 80px;
	}
		
	.nav_pc{
		display: block;
		order: 2;
		margin-top: 20px;
	}
	
	.nav_pc ul{
		display: flex;
	}
	
	.nav_pc li {
		margin-right: 3vw;
	}
	
	.nav_pc li a {
		font-size: 1.5rem;
		letter-spacing: 0.15em;
		color: #333;
		font-family: toppan-bunkyu-midashi-go-std, sans-serif;
		font-weight: 900;
		font-style: normal;
		position: relative;
	}
	
	.nav_pc li a:after {
		transition: 0.3s;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		position: absolute;
		bottom: -18px;
		left: 50%;
		background-color: #111;
		transform: translate(-50%, 0);
		opacity: 0;
	}
	
	.js_isIe .nav_pc li a:after {
		bottom: 0;
	}
	
	.nav_pc li a.active:after {
		opacity: 1;
	}
		
	header h1{
		order: 1;
	}
	
	header h1 img {
		width: 162px;
		height: 46px;
	}
	
	.nav_toggle{
		display: none;
	}
	header .icon01 img, header .icon02 img{
	width: 70%;
	height: 100%;
}

	
	header .icon01 {
		margin-right: 0px;
		margin-top: 0px;
		order: 3;
	}
	
	header .icon01 a{
		width: inherit;
		height: inherit;
		/*margin-left: 15px; icon02ついたらコメントアウト外す*/
	}
	
	header .icon02 {
		margin-right: 0px;
		margin-top: 0px;
		order: 4;
	}
	
	header .icon02 a{
		width: inherit;
		height: inherit;
	}
	
	header .icon01, header .icon02{
		background-color: #fff;
		height: 80px;
		width: 100px;
		display: flex;
		align-items: center;
		text-align: center;
	}
	
	.js_isWin header .icon01{
		width: 120px;
		justify-content: left;
		padding-left: 20px;
	}
	
	.js_isIe header .icon01{
		margin-right: 17px;
		padding-left: 0px;
	}

	header h1{
		left: 20px;
	}
	
	header.fixed{
		position: fixed;
		z-index: 9997;
		top: 0;
		left: 0;
		transition: 0.3s;
		background-color: #FFE100;
		height: 65px
	}
	
	header.fixed .icon01, header.fixed .icon02{
		background-color: transparent;
		transition: 0.3s;
		height: 65px;
	}
	
	header.fixed .icon01:hover, header.fixed .icon02:hover{
		background-color: #fff;
	}
	
	header.fixed .icon01 a{
		margin-left: 0
	}
	
	header.fixed .nav_pc{
		margin-top: 17px;
	}
	
	header.fixed h1{
		top: 17px;
	}
	
	header.fixed h1 img {
		width: 103px;
		height: 30px;
	}
	
}

/* tablet版上書き ---------------------------------------- */

@media only screen and (min-width:813px) and (max-width:1024px) {
	.nav_pc li {
		margin-right: 2vw;
	}
	
}


