@charset "UTF-8";
html{font-size: 62.5%;
	font-feature-settings: "palt" 1;}

body{
	min-height: 100vh;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif","Heisei Kaku Gothic Std W5", "YuGothic Medium";
	margin: 40px 30px 0;
    }
#nav-drawer{
	position: relative;
}
*{
	cursor: url("pic/cursor@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/cursor@2x.png") 1x, url("pic/cursor@2x.png") 2x),auto;
}
a{
	cursor: url("pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/pointer@2x.png") 1x, url("pic/pointer@2x.png") 2x),auto;
}
	.nav-unshown{
		display: none;
}
	.hamburger{
		display: none;
		position: fixed;
		height: 15px;
		top: 60px;
		right: 43px;
		z-index: 50;
	}
	.hamburger i {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #000000;
		position: absolute;
}
	.hamburger i:nth-child(1) {
   	 	top: 0px;
}
	.hamburger i:nth-child(2) {
    	top: 0;
    	bottom: 0;
    	margin: auto;
}
	.hamburger i:nth-child(3) {
    	bottom: 0;
}
 h1{
	font-size: 2em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.3em;
	width: 100%;
	margin-left: 130px;
}
.title{
	display: flex;
	align-items: center;
}
.logo{
	position: fixed;
	transition: 0.4s;
}
.logo img{
	width: 80px;
	z-index: 10;
	cursor: url("pic/pointer2@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/pointer2@2x.png") 1x, url("pic/pointer2@2x.png") 2x),auto;
	pointer-events: auto;
}
.logo:hover{
	transform: scale(1.12);
	transition-timing-function: ease-out;
    transition-duration: 0.4s;
}
.H{
	position: fixed;
	width: 13px;
	top: 25px;
	height: 13.6px;
    margin: 33.5px;
    z-index: 20
}
.aokiharuka img{
	position: fixed;
	top: 125px;
	right: 27px;
	width: 20px;
	height: 180px;
    float: right;
	z-index: 20
}
 ul {
	 list-style: none;
}
 li{
     display: inline; 
	 margin-right: 2%
}
 .nav-iilust{
	padding: 0 0 0px 3px;
	text-decoration: none;
	background-image: url("pic/underline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
 a{
   text-decoration: none;
   color:#3E3D4D;
}
 a:hover{
   text-decoration: none;
	color: #A4A1A5
}
nav{
    font-size: 1.4em;
	letter-spacing: 0.2em;
	text-align: center;
}
.top img{
	position: fixed;
	top: 160px;
	left: 30px;
	weight: 18px;
	height: 80px;
    transition: 0.3s;
	cursor: url("pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/pointer@2x.png") 1x, url("pic/pointer@2x.png") 2x),auto;
	z-index: 20;
	pointer-events: auto;
}
.top img:hover{
	transform:scale(0.9);
    transition-duration: 0.3s;
}
main{
	width: 100%;
	margin: 10% 0 0 0;
	text-align: right;
}
.description{
	text-align: left;
	margin: 10%;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #3E3D4D2;
    line-height: 2em;
}
.description a{
	margin: 0 4px 0 0px;
	padding: 0 0px 0 3px;
	text-decoration: none;
	background-image: url("pic/underline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.illustration{
	margin: 0;
}
figure img{
	width: 28%;
	margin-left: 5%;
	margin-bottom: 5%;
}
img{
	pointer-events: none;
}

footer{
	width: 100%;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	position: relative;
	bottom: 0;
	padding: 10px 0;
	line-height: 2em;
	text-align: center;
	color: #3E3D4D;}

	/*タブレット用*/
@media screen and (max-width: 959px){

	.aokiharuka img{
		right: 12px;
		top: 180px;
		width: 23px;
		height: auto;
	}
	nav{
		margin-top: 120px;
		position: relative;
		font-size: 1.2em
	}
	
}

	/*スマホ用*/
@media screen and (max-width: 480px){
	body{
		margin: 0;
	}
	.heli{
		display: none
	}
	.title{
		margin: 20px;
	}
	.logo img{
		width: 60px;	
	}
	.logo{
		left: 15px;
	}
	h1{
		margin-left: 80px;
		font-size: 1.8em;
	}
	.H{
		width: 10px;
		height: auto;
		top: 16px;
		margin: 20px;
	}
	.aokiharuka img{
		right: -1%;
		top: 160px;
		width: 5%;
		height: auto;
	}
	 li{
     display: block; 
	 margin: 3%
}
	.hamburger{
		display: block
	}
	.nav-iilust{
		width: 162px;
	}
nav{
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	margin-top: 0px;
    font-size: 1.8em;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: left;
	padding-top: 80px;
	background-color: #FFFFFF;
	opacity: 90%;
	z-index: 30;
	transition:  .4s ease-in;
	transform: translateY(105%);
}		
	#nav-input:checked ~ #nav-close{
	display: block;
	opacity: .5;
	}
	#nav-input:checked ~ .nav{
		transform: translateY(0%);
		transition:  .5s ease-in-out;
	}
.top img{
		left: 6%;
		top: 120px;
		width: auto;
		height: 60px;
	}
main{
		width: 100vw;
		margin-top: 40%;
		text-align: center;
}
figure img{
	width: 98%;
	margin-bottom: 10%;
	margin-left: 1px;
}
	.br-pc{
		display: none
	}
	footer{
		margin-top: 80px;
		font-size: 1em;
	}
}

/*SE用*/
@media(max-width: 320px){
.logo:hover{
	transform: scale(1.12);
	transition-timing-function: ease-out;
    transition-duration: 0.4s;
}
	.title{
		margin: 20px;
	}
	.logo img{
		width: 50px;	
	}
	.logo{
		left: 15px;
	}
	h1{
		margin-left: 60px;
		font-size: 1.6em;
	}
	.H{
		width: 9px;
		height: auto;
		top: 18px;
		margin: 15.5px;
	}
	.hamburger{
		display: block
	}
	.description{
		font-size: 1.3em;
		line-height: 1.8em
	}
	nav{
		overflow: auto;
		position: fixed;
		height: 100%;
		width: 100%;
		margin-top: 0px;
		font-size: 1.6em;
		letter-spacing: 0.2em;
		line-height: 1.5em;
		text-align: left;
		padding-top: 80px;
		background-color: #FFFFFF;
		opacity: 90%;
		z-index: 30;
		transition:  .4s ease-in;
		transform: translateY(105%);
}	
	#nav-input:checked ~ #nav-close{
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ .nav{
		transform: translateY(0%);
		transition:  .5s ease-in-out;
	}
	.nav-iilust{
		width: 148px;
	}
	.top img{
		width: auto;
		height: 45px;
	}
}
