/* Scss Document */


html{
	overflow: auto;
}

body{
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.haibisukasu { height:100vh; overflow:hidden; }
.haibisukasu img{
	max-width: 100%;
}

.haibisukasu_sp img{
	display: none;
}

.header{
	position: absolute;
	top: 0px;
	max-width:100%;
	width:100%;
	height:280px;
	background-color: rgba(95,126,255,0.3);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	margin: 0;
}

.header_img { position:relative; }

.header .logo{
	position: absolute;
	width: 25%;
	
	
}

.works_sentence{
	text-align: center;
}


h1{
	color: #333333;
	font-family: 'Helvetica',sans-serif;
	font-size: 50px;
	font-weight: lighter;
	margin-top: 150px;
	margin-bottom: 100px;
}

.works_sentence p{
	color: #333333;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 16px;
}

.box_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 100px;
}

.box_caption{
	flex-flow: column;
	position: relative;
}

.box_caption a{
	position: relative;
	display: block;
}

.box {
  object-fit: cover;
  width: 300px;
  height: 300px;
  background-color: #ccc;
  border: 1px solid #ccc;
　margin-right: 200px;
	position: relative;
	z-index: 1;
}

.hide-area{
	display: none;
}

.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
	background: #333;
	color: #fff;
	text-align: center;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:none;
	right:20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.caption{
    display: block;
    padding: 10px 0;
}


.gra_asset{
	width: 30%;
	position: absolute;
	z-index: 2;
	top:0;
	left:0;
}

.heart_aseet{
	width: 15%;
	position: absolute;
	z-index: 2;
	top:240px;
	left:250px;
}

.caption{
	font-size: 13px;
	text-align: center;
	margin-bottom: 100px;
}

.footer_background{
	position: absolute;
	z-index: 1;
	width: 100%;
}

.footer_background img{
	width: 100%;
}

svg {
  margin-top: 10px;
  height: 450px;
  width: 100%;
  position: absolute;
  z-index: 2;
  
}

.footer_wrapper { position:relative; height:450px; }
.footer_wrapper svg { bottom:0px; }


.footer_img{
  object-fit: cover;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 0 25%;
  border-radius: 50%;
  
}

.footer_name{
	margin-left: 33%;
}

.footer_name p {
	font-family: 'Helvetica',sans-serif;
	font-size: 23px;
	font-weight: lighter;
	color:#ccc;
	}

.footer_name h2 {
	font-size: 22px;
	color: #44725E;
}

.footer_name p,h2{
	line-height: 0.3em;
}

.footer_img_prof { z-index:3; position:absolute; width:100%; }

.yashinoki{
	width: 150px;
	position: relative;
	left: 1200px;
	top: 50px;
	z-index: 2;
	margin-right: -1200px;
	margin-bottom: -150px;
}

.gaiyou { padding:20px 5px 0 5px; }


.gaiyou p{
	text-align: center;
	color: #3b3b3b;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	margin:0;
	padding:0;
	-webkit-text-stroke: 0.5px #333;
}

@media screen and (max-width:750px){
	
	.header{
		height: 200px;
	}
	
	.header .logo{
		width: 30%;
	}
	
	.haibisukasu{
		display: none;
	}
	
	.haibisukasu img{
		display: none;
	}
	
	.haibisukasu_sp{
		height: 600px;
		overflow: hidden;
	}
	
	.haibisukasu_sp img{
		display: block;
		position: absolute;
		max-width: 100%;
		}
	
	
	
	.box_wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.footer_img_prof{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer_img_prof .footer_img {
		margin:0 auto;
	}
	
	.footer_img img{
		margin: 130px 0 0 180px!important;
	}
	
	.footer_name{
		text-align: center!important; margin:0 auto;
	}
	.footer_background img{
		height:360px;
	}
	
	.yashinoki{
		display: none;
	}
	
	
	
}





