@charset "utf-8";

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.body{
	width: 95%;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header{
	width: 100%;
	height: 105px;
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.51);
	z-index: 200;
	display: flex;
	align-items: center;
}

.header_area{
	width: 90%;
	height: 55px;
	margin: 0 auto 0;
	
}

.hinekure_logo{
	width: 235px;
	height: 55px;
	display: flex;
	align-items: center;
}

.header_area .hinekure_logo img{
	display: block;
	height: 30px;
}

#gnav-content{
	overflow: auto;
	position: fixed;
	top: 0;
	left:0;
	z-index: 300;	
	width: 100%;
	transition: 0.3s;
	transform: translateX(-105%);
}

ul.gnav-list{
	background: #fff;
	height: 100vh;
	text-align: left;
	padding: 65px 0 0 20px;
}

ul.gnav-list li{
	width: 300px;
	display: block;
	list-style: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2em;
	margin-left: 0.5em;
	
}

ul.gnav-list li:last-child{
	margin-top: 55px;
}

ul.gnav-list li img{
	width: 38px;
	height: 38px;
	margin-left: 10px;
}

ul.gnav-list li a{
	display: block;
	padding: 0.1em;
	text-decoration: none;
	color: #1B1B1B;
}

.gnav-hidden{
	display: none;
}

#gnav-btn{
	display: block;
	width: 102px;
	height: 55px;
	position: fixed;
	top: 50px;
	right: 5%;
	z-index: 500;
	vertical-align: middle;
}
#gnav-btn span,
#gnav-btn span::before,
#gnav-btn span::after{
	content: '';
	position: absolute;
	height: 6px;
	width: 102px;
	background: #FFB6C8;
	display: block;
	cursor: pointer;
}

#gnav-btn span::before{
	bottom: -17px;
}
#gnav-btn span::after{
	bottom: 17px;
}

#gnav-white{
	display: none;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	opacity: 0.9;
	transition: 0.3s;
}




body.open #gnav-content{
	transform: translateX(0%);
}
body.opne #gnav-content{
	transform: translateX(-105%)
}

body.open #gnav-btn{
	z-index: 550;
}

body.open #gnav-btn span{
	width: 102px;
	background-color: transparent;
}

body.open #gnav-btn span::before,
body.open #gnav-btn span::after{
	top:3px;
	background-color: #FFB6C8;
}

body.open #gnav-btn span::before{
	transform: rotate(22.5deg);
}

body.open #gnav-btn span::after{
	transform: rotate(-22.5deg);
}


.main_img img{
	width: 100%;
}

.design_img,.play_img{
	width: 45%;
	max-width: 270px;
}

.art_img{
	width: 80%;
	max-width: 270px;
}

.design_img img,.play_img img,.about_img img,.mail_img img{
	width: 100%;
}
.art_img img{
	width: 100%;
}


#design,#art,#play
,#about{
	width: 100%;
	margin: 100px auto;
	
}
.box_thumbnail_first{
	width: 32%;
	display: flex;
	flex-direction: column-reverse;
	
}
.box_thumbnail{
	width: 32%;
}

.container::after{
  content:"";
  display: block;
  width:30%;
}
.box_thumbnail img{
	padding-top: 35px;
	width: 100%;
}
.container{
	width: 95%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
	
p.section_heading{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
}
.container{
	width: 100%;
	display: flex;
}
.box_thumbnail_last{
	width: 20%;
}
.about_img,.mail_img{
	width: 72%;
	max-width: 270px;
}

.about{
	width: 80%;
}
dl{
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	line-height: 1.7;
}
p.jusho{
	padding: 0.5em 1em;
	height: 2em;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 30px;
}

p.jusho a{
	padding: 0.5em 1em;
	height: 2em;
	border-radius: 20px;
	color:#FFB6C8;
}

p.jusho a:hover{
	background-color:#FFB6C8;
	color: #fff;
}


.jusho_box{
	width: 80%;
	margin-left: 20%;
	display: flex;
	justify-content: space-between;
}


.mail_img{
	width: 85%;
	max-width: 270px;
}
.container_mail{
	width: 95%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	
}
.container_mail div.submit{
	width: 80%;
}

.mail_p{
	font-size: 20px;
font-weight: 500;
	line-height: 1.8;
}


.button{
	font-size: 25px;
	font-weight:normal;
	background-color: #FFB6C8;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	border-radius: 15px;
}
.submit{
	padding-top: 2em;
}
.submit a{
	
	color: #000000;
}
.button:hover{
	background-color:#CF8597;
}

footer{
	padding: 15px;
	text-align: center;
}

footer small{
	font-size: 9px;
}

.box_thumbnail:hover{
	opacity:0.5;
	transition:0.3s;
}

#design::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}

#art::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}

#play::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}

#about::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}


.mail_button{
	font-weight: normal;
}
@media screen and (max-width: 768px){
		.design_img,.play_img{
	width: 20%;
	
}

.art_img{
	width: 35%;
}

.design_img img,.play_img img,.about_img img,.mail_img img{
	width: 100%;
}
		.container{
			width: 100%;
		display: block;
			margin: 0 auto;
	}
	    .box_thumbnail{
		width: 80%;
		margin-bottom: 30px;
			margin: 0 auto;
	}
		.box_thumbnail img{
			width: 100%;
		}
		.box_thumbnail_first{
	width: 70%;
}
		.button{
			font-weight: normal;
		}

	dl{
		font-size: 13px;
	}
	p.jusho{
		width: 50vh;
		font-size: 1em;
		height: 2em;
	}
	p.jusho a{
		font-size: 1em;
		background-color:#FFB6C8;
		color: #FFF;
	}
	.jusho_img img{
		width: 50vw;
	}
	.jusho_box{
		margin-top: 2em;
		width: 100%;
		margin-left: 0;
		justify-content: center;
	}

	p.mail_p{
		font-size: 13px;
	}
	.button{
		font-size: 15px;
	
}

}




