@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix {
	display: inline-table;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
/* Hides from IE-mac ＼*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	font-size: 1.4rem;
	color: #444444;
	line-height: 1.4;
}
.font_l {
	font-size: 130%;
}
.font_s {
	font-size: 80%;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img:hover {
	opacity: .7;
}
.w100{
	width:100%;
}

.mb10{
	margin-bottom:10px;
}

/*ナビ*/
#nav-open {
	padding: 23px 4%;
	float: right;
	width: 40px;
}
#nav-open .menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#nav-open .menu-trigger {
	position: relative;
	width: 100%;
	height: 40px;
}
#nav-open .menu-trigger span {
	width: 100%;
	height: 3px;
	background-color: #000;
	display: inline-block;
	position: absolute;
	top: 14px;
	transition: all .2s;
}
#nav-open .menu-trigger span:last-child {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
#nav-open .menu-trigger.active span {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#nav-open .menu-trigger.active span:last-child {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

#copy {
	text-align: center;
	padding: 1% 0;
	color: #FFFFFF;
	background-color: #444444;
}
img {
	max-width: 100%;
}

@media screen and (min-width:480px) {
}

@media screen and (min-width:768px) {
	body {
		font-size: 16px;
		color: #444444;
		line-height: 1.4;
	}
	.cover {
		width: 96%;
		padding: 0 2%;
		margin: 0 auto;
	}
	}
