﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
*{
	box-sizing:border-box;
}

body {
	overflow-y: scroll;
	color: #222;
	text-align: left;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 100%;
	height: auto;
	letter-spacing: .5px;
	position: relative;
	background:#f9f9f9;
}

a:link,
a:visited{
	text-decoration:none;
	color: #000;
	outline: none;
	opacity: 1;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	-moz-transition: all 350ms;
	}
a:hover {
	color: #ccc;
	text-decoration: none;
	opacity: .4;
}


h1 {
	font-size: 12px;
	font-weight: 100;
}

.capH3{
	font-size:16px;
}
.capH4 {/*blog*/
	margin-bottom: 1em;
}
p{
	margin-bottom:2em;
}
/* Wrapper
--------------------------- */

.wrp{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}


.hdr{
	width:100%;
	padding:20px 0 ;
	text-align:center;
	position:fixed;
	z-index:996;
}
.ttl {
	font-size:26px;
	font-weight:bold;
	letter-spacing:.05em;
	line-height:1.4;
}
.ttl span{
	font-size:14px;
	color:#777;
	letter-spacing:0;
}
.gNav{
	letter-spacing:.09;
	margin-bottom:.4em;
}
.gNav li{
	display:inline-block;
	font-size:14px;
	font-weight:100;
	margin-right:1em;
}
.active{
	text-decoration:line-through;
	color:#fff;
}

 
 .ftr{
	 line-height:2;
	 font-size:13px;
	 width:100%;
	 padding:2em 0;
	 text-align:center;
 }
 .note{
	 font-size:11px;
 }
 .btnUp a {
	width: 36px;
	height: 36px;
	background: #000!important;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 22px;
	border-radius: 50%;
}
.btnUp a i {
	margin-right: 0;
}
/*****************************************************

navi

*****************************************************/
.container {
	position: absolute;
	width: 100%;
	heigh: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.container a:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	-webkit-transition: .35s ease;
	transition: .35s ease;
}
.container a:hover:after, .container a:focus:after, .container a:active:after {
	width: 100%;
}
.button_container {
	position: fixed;
	top: 14px;
	right: 10px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 999;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	/*display: none;*/
}
.button_container:hover {
	opacity: 1;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff;
}
.button_container span {
	background: #000;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 998;
}
.overlay.openOL {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.overlay.openOL li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay.openOL li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.overlay.openOL li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay.openOL li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	height: 10%;
	height: calc(100% / 10);
	min-height: 50px;
	position: relative;
	opacity: 0;
}
.overlay ul li a {
	display: block;
	position: relative;
	color: #fff!important;
	text-decoration: none;
	overflow: hidden;
}
.overlay ul li a:hover {
	opacity:1;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #666;
	-webkit-transition: .35s;
	transition: .35s;
}
.overlay nav .btnCat a{
	font-size:13px!important;
	color:#666!important;
}

 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}

@media screen and (max-width: 768px) {
.button_container {
	display: block;
}
/*.gNav{
	display:none;
}*/
.wrp{
	padding:0 10px;
}
}