@charset "Shift_JIS";



/*
	--------------------------------
	EXEVEE: 2016-01-05
	--------------------------------
*/



/* --------------------------------
	body
-------------------------------- */

body { background: #fff; }



/* --------------------------------
	header
-------------------------------- */

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}

.header__inner {
	position: relative;
}

.header__menu {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 1px);/* for Android */
	transform: translate3d(0, 0, 1px);/* for Android */
}

.header__logo {
	float: left;
	width: 265px;
}

.header__btn {
	float: right;
	width: 55px;
	height: 55px;
	overflow: hidden;
	background: url(../img/header_btn.png) no-repeat left top;
	background-size: 55px auto;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
}

.header__btn.state-open {
	background-position: 0 -55px;
}

.header__navi {
	position: absolute;
	top: 55px;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background: #000;
	z-index: 99;
	-webkit-transform: translate3d(0, 0, 0);/* for Android */
	transform: translate3d(0, 0, 0);/* for Android */
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header__navi__inner {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.header__navi__inner::-webkit-scrollbar {
	width: 5px;
}

.header__navi__inner::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.4);
	border-radius: 5px;
}

.header__navi.state-open {
	max-height: 800px;
}

.header__navi__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.header__navi__bg.state-open {
	opacity: 1;
}

.header__navi .navi {
}

.header__navi .navi__item a {
	display: block;
	border-bottom: #808080 1px solid;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../../common/img/header_navi.png) no-repeat, url(../../common/img/header_navi_arrow.png) no-repeat right top;
	background-size: 320px auto, 50px auto;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
}

.header__navi .navi__item:nth-child(1) a { background-position: 0 0, right top; }
.header__navi .navi__item:nth-child(2) a { background-position: 0 -50px, right top; }
.header__navi .navi__item:nth-child(3) a { background-position: 0 -101px, right top; }
.header__navi .navi__item:nth-child(4) a { background-position: 0 -152px, right top; }
.header__navi .navi__item:nth-child(5) a { background-position: 0 -204px, right top; }
.header__navi .navi__item:nth-child(6) a { background-position: 0 -358px, right top; }
.header__navi .navi__item:nth-child(7) a { background-position: 0 -406px, right top; }
.header__navi .navi__item:nth-child(8) a { background-position: 0 -452px, right top; }
/*
.header__navi .navi__item:nth-child(9) a { background-position: 0 -452px, right top; }
.header__navi .navi__item:nth-child(10) a { background-position: 0 -452px, right top; } */

.header__navi .header__sns {
	padding: 20px 0;
}


/* --------------------------------
	footer
-------------------------------- */

#footer {
	padding: 20px 0 10px;
}

.footer__sns {}

.footer__btn {
	padding: 20px 0 0;
	text-align: center;
}

.footer__copyright {
	padding: 20px 0 0;
	text-align: center;
	font-size: 0;
	line-height: 1;
}











