@charset "UTF-8";

header{
	position:fixed;
	top: -3px;
	z-index:30;
	background-color:#fff;
	width:100%;
	height: 160px;
}

header .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	height:45px;
	width: 45px;
	border-radius: 100vh;
	background: linear-gradient(140deg, #fff ,#eaeaea);
	box-shadow: -5px -5px 16px 0px #fff, 3px 3px 10px 0px #ccc;
}

header .btn:hover{
	background:#fff;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	box-shadow: none;
}

header i{
	font-size: 2rem;
	line-height:2.1;
}

header .fa-instagram{
	background: linear-gradient(55deg, #ffbb32 30.25%, #ff0303 44.54%, #cc2fff 67.65%, #7854ff);
	-webkit-background-clip: text;
	color: transparent;
}

header .fa-line{
	object-position: 0 2.5px;
	padding: 5px;
}

header .fa-youtube{
	background: red;
	-webkit-background-clip: text;
	color: transparent;
}

@font-face {
	font-family:"menu-font";
	src: url("../fonts/MPLUSRounded1c-Black.ttf") format("truetype");
}

@font-face {
	font-family:"neko-font";
	src: url("../fonts/KFhimajiFACE.otf") format("opentype");
}

#site-logo{
	z-index: 20;
	position: absolute;
	top: 15%;
	left: 40px;
	width: 7%;
}

.hb-menu{
	z-index: 10;
	display:none;
}


.pc-menu{
	z-index: 10;
	display:block;
}

.header-top{
	position: absolute;
	top: 15px;
	right: 20px;
}

.header-sns{
	display:flex;
	justify-content: space-evenly;
	width:25vw;
}

.header-bottom{
	display:flex;
	justify-content:center;
	position: relative;
	top: 45px;
}

.left-item , .center-item , .right-item{
	width:20%;
	margin: 0 15px;
}

.center-item .icon-text:before{
	content: "";
	background-color: gray;
	padding: 1px;
	position: relative;
	right: 20%;
}

.center-item .icon-text:after{
	content: "";
	background-color: gray;
	padding: 1px;
	position: relative;
	left: 22%;
}

.side-border{display:inline;}

.header-icon{
	width:50px;
	margin: 0 auto;
}

header .icon-text{
	text-align:center;
	margin:5px 0;
	font-size: 2.5rem;
}

.icon-text h4{
	font-family:"neko-font";
}

@media screen and (max-width: 870px){
	
	header{
		display: flex;
		justify-content: space-between;
		height: 12vh;
	}
	
	#site-logo{
		position: relative;
		left: 5%;
		width: 13%;
	}
	
	.pc-menu{
		display:none;
	}
	
	.hb-menu{
		display: flex;
		position: relative;
		right: 0;
		margin-right: 15px;
	}
	
	#nav-btn {
		color:gray;
		width: 50px;
		padding: 0px;
		margin: auto;
	}
	
	#nav-input:checked ~ #nav-content {
		top:100px;
	}
	
	#nav-content{
		position:absolute;
		top:66rem;
		right:10%;
		z-index: 10;
		transition:1s;
		overflow: scroll;
		background-color:#FFE0AB;
		background-color: rgba(60, 123, 208, 0.89);
		box-shadow: 15px 15px 40px #676666;
		border-radius: 50%;
		width: 90vw;
		height: 450px;
	}
	
	.fas{
		font-size:35px;
	}
	
	.accshow{
		text-align: center;
		width:100%;
	}
	
	
	.hb-menu label {
		display: block;
		margin-top:0;
		padding: 10%;
		cursor: pointer;
	}
	
	.hb-menu input {
		display: none;
	}
	
	.hb-menu .accshow li{
		padding: 10% 0;
		border-bottom: 0.7px solid #c7c5c5;
	}
	
	.accshow a{
		font-family:"neko-font";
		color: #e8e8e8;
		font-size: 2.5rem;
		line-height: 1;
	}
	
	.hb-sns{
		display:flex;
		justify-content: space-around;
	}
	
	.hb-sns .btn{
		box-shadow:none;
	}
}
