@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;
    }
body{
	background-image: url("pic/background@2x.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1053px,150px;
}

*{
	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-drawer{
	position: relative;
}
	.nav-unshown{
		display: none;
		position: absolute;
		top: 200px;
}
	.hamburger{
		display: none;
		position: fixed;
		height: 15px;
		top: 60px;
		right: 43px;
		z-index: 50;
	}
	.hamburger i {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #3E3D4D;
		position: absolute;
		transition: transform .5s, opacity .5s;
}
	.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;
}
.heli img{
	position: absolute;
	top: 60px;
	right: 160px;
	float: right;
	transition: 0.8s;
	pointer-events: auto;
}
.heli img:hover{
	transform:translate(80px,-150px);
    transition-duration: 0.8s;
	transition-timing-function: ease-in;
}
.top img{
	position: fixed;
	top: 160px;
	left: 30px;
	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;
}
.title{
	display: flex;
	align-items: center;
	z-index: 50;
}
.logo{
	position: fixed;
	transition: 0.4s;
	z-index: 20;
}
.logo img{
	width: 80px;
	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: 30
}	
.logo-sp{
	display: none;
}
h1{
	font-size: 2em;
	font-weight: normal;
	color: #3E3D4D;
    letter-spacing: 0.3em;
	width: 100%;
	margin-left: 130px;
}
.aokiharuka img{
	position: fixed;
	top: 125px;
	right: 27px;
	width: 20px;
	height: 180px;
    float: right;
	z-index: 20;
}
.gridmark img{
	position: relative;
	right: 130px;
	top: 80px;
	float: right;
	width: 40px;
	cursor: url("pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/pointer@2x.png") 1x, url("pic/pointer@2x.png") 2x),auto;
	transition: 0.3s;
	z-index: 50;
	pointer-events: auto;
}
.gridmark img:hover{
	transform: scale(1.2);
	transition: 0.3s;
	transition-timing-function: ease;
}
 ul {
	 list-style: none;
}
 li{
     display: inline; 
	 margin-right: 2%
}
.nav-work{
	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;
	z-index: 50;
}
main{
	width: 100%;
	z-index: 0;
	height: 100%;
	margin-top: 40%; 
}
figure{
	position: relative;
	display: flex;
	margin: 0;
	width: 100%;
}
figure img{
	width: 70%;
	transition: 0.4s;
	cursor: url("pic/pointer@2x.png"),auto;
	cursor: -webkit-image-set(url("pic/pointer@2x.png") 1x, url("pic/pointer@2x.png") 2x),auto;
	margin-bottom: 100px;
}
.left img{
	padding-left: 40px;	
}
.right img{
	float: right;
	padding-right: 7px;
}
figcaption {
	position: absolute;
	font-weight: 400;
	font-size: 2.2em;
	color: #3E3D4D;
    letter-spacing: 0.3em;
	transition: 0;
	opacity: 0;
	bottom: 30%;
}
figcaption .type{
	height: 1.2em;
	width: auto;
	padding: 0;
	margin: 5px 10px 0 -1.5px;
}
.left figcaption{
	left: 70%;
}
.right figcaption{
	right: 67%;
	text-align: right;
}
figure:hover figcaption{
	transition: 0.4s;
	opacity: 1;
}
figure:hover .img{
	transform: rotate(3deg);
	transition-timing-function: ease;
    transition-duration: 0.4s;
	opacity: 1;
}
.right:hover .img{
	transform: rotate(-3deg);
}
footer{
	width: 100%;
	height: 10em;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 200px 0 0;
	line-height: 2em;
	position: relative;
	bottom: 0;
	color: #3E3D4D;
	text-align: center;}

	/*タブレット用*/
@media screen and (max-width: 959px){
		body{
		background-image: url("pic/background2.png");
		background-size: 500px auto;

	}
	.heli{
		display: none;
	}
	
	.aokiharuka img{
		right: 12px;
		top: 180px;
		width: 23px;
		height: auto;
	}
	.gridmark img{
		width: 35px;
		right: 100px;
		top: 60px;
	}
	nav{
		margin-top: 120px;
		position: relative;
		font-size: 1.2em
	}
	figcaption{
		font-size: 1.8em;
	}
	
}

/*スマホ用*/
@media(max-width: 480px){
	body{
		background-image: url("pic/background2.png");
		background-size: 350px auto;
		margin: 0;
	}
	.heli{
		display: none;
	}
	.title{
		margin: 20px;
	}
	.logo img{
		width: 60px;	
	}
	.logo{
		left: 15px;
	}
	.logo-pc{
		display: none;
	}
	.logo-sp{
		display: block;
	}
	h1{
		margin-left: 80px;
		font-size: 1.8em;
	}
	.H{
		display: none;
	}
	.aokiharuka img{
		right: -1%;
		top: 160px;
		width: 5%;
		height: auto;
	}
	li{
		 display: block; 
		 margin: 3%
}
	.gridmark img{
		width: 30px;
		right: 40px;
		margin-top: 10%;
		z-index: 0;
	}
	.hamburger{
		display: block
	}
	.nav-work {
		width: 66px;
	}
	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{
		margin-top: 50%;
		text-align: center;
	}
figure{
	display: block;
}
figure .img{
	width: 78%;
	margin-top: 50px;
}
.left img{
	padding: 0;	
}
.right img{
	float: none;
	padding: 0;
}
figcaption {
	position: absolute;
	font-size: 1.4em;
	color: #3E3D4D;
    letter-spacing: 0.3em;
	text-align: center;
	width: 100%;
	opacity: 1;
	bottom: 30px;
}
figcaption .type{
		margin: 5px 5px 0 5px;
	}
	
.left figcaption{
	left: 0;
}
.right figcaption{
	right: 0;
	text-align: center;
}
	
footer{
		font-size: 1em;
	}
}

/*SE用*/
@media(max-width: 375px){
	body{
		background-image: url("pic/background2.png");
		background-size: 280px auto;
		margin: 0;
	}

.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;
	}
	.aokiharuka img{
		right: -1%;
		top: 160px;
		width: 5%;
		height: auto;
	}
		 li{
     display: block; 
	 margin: 3%
}
	.gridmark img{
		width: 25px;
		right: 40px;
		margin-top: 10%;
		z-index: 0;
	}
	.hamburger{
		display: block
	}
	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-work {
		width: 61px;
	}
	.top img{
		left: 6%;
		top: 120px;
		width: auto;
		height: 45px;
	}
	main{
		margin-top: 50%;
		text-align: center;
	}
figure{
	display: block;
	margin-bottom: 50px;	
}
figure img{
	width: 78%;
}
.left img{
	padding: 0;	
}
.right img{
	float: none;
	padding: 0;
}
figcaption {
    letter-spacing: 0.3em;
	margin-bottom: 0px;
}
.long{
	margin-bottom: -25px;
}
.left figcaption{
	left: 0;
}
.right figcaption{
	right: 0;
}
	footer{
		font-size: 1em;
	}
}
