@charset "UTF-8";

body {
	font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000;
	line-height: 1.5;
}
body.no-scroll {
    overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	padding: 1.5% 2.5%;
}
#project .wrap {
	overflow: hidden;
}
a {
	color: #fff;
	text-decoration: none;
}
.read_more_p {
	text-align: center;
	margin: 12px 0 0;
}
.read_more_p a {
	border: 1px solid #777777;
	color: #555;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 8px 0 6px;
	width: 140px;
	text-align: center;
	font-family:Helvetica;
}
.read_more_p a:hover {
	text-decoration: none;
	background: #777777;
	color: #fff;
}
.bdtop {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 20px;
	z-index: 20;
}
.bdbottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 20px;
	z-index: 20;
}
.bdleft {
	position: fixed;
	left: 0;
	width: 20px;
	background: #fff;
	height: 100%;
	z-index: 20;
}
.bdright {
	position: fixed;
	right: 0;
	width: 20px;
	background: #fff;
	height: 100%;
	z-index: 20;
}
#header {
	/*background: #2a2a2a;*/
	background: #393f4d;
	padding: 10px 1%;
	left: 0;
	top: 0;
	position: fixed;
	width: 98%;
	border-top: 15px solid #fff;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#header .black {
	display: none;
}
#header.addstyle,
.hpme #header.addstyle  {
	background: rgba(255, 255, 255, 0.86)!important;
}
#header.addstyle .white {
	display: none;
}
#header.addstyle .black {
	display: inline;
}
#header .logo {
	float: left;
	margin: 0;
}
#header .logo img {
	vertical-align: middle;
}
#header .nav {
	float: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0 0;
}
#header .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#header .nav ul li {
	float: left;
}
#header .nav ul li a {
	padding: 0 14px;
	text-transform: uppercase;
}
#header.addstyle .nav ul li a,
#header.addstyle .nav .lang a {
	color: #333;
}
#header .nav .lang {
	float: right;
	/*color: #c1c1c1;*/
	color: #fff;
	margin-left: 45px;
}
#header .nav .lang span {
	/*opacity: 0.4;*/
}
#header .nav .lang a {
	color: #c1c1c1;
}
#header .nav .lang a:hover {
	color: #fff;
} 
#footer {
	/*background: #2a2a2a;*/
	background: #393f4d;
	padding: 6px 0 3px;
}
#footer .copy {
	margin: 0;
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#footer .link {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
}
#main {
	margin: 7.5% 0 2%;
}
#content {
	z-index: 2;
	position: relative;
	overflow: hidden;
	padding: 15px;
}
.htitle {
	padding: 25px 0 25px;
}
.htitle h1 {
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 0;
	margin: 0;
	/*text-transform: uppercase;*/
	color: #393f4d;
}
.grid {
	margin: 0 auto;
	max-width: 910px;
}
.grid-p {
	margin: 0 auto;
	/*max-width: 1050px;*/
}
.p-item {
	background: #fff;
	width: 348px;
	margin: 0 auto 2px;
}
.p-item a {
	display: block;
    line-height: 78px;
    padding-bottom: 28px;
    position: relative;
    text-align: center;
}
.p-item a span {
	background: #f0f0f0 none repeat scroll 0 0;
  bottom: 0;
  color: #aaaaaa;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 5px 0 4px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 87px;
}
.p-item a strong {
	bottom: 8px;
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    line-height: 1.4;
    position: absolute;
    text-align: center;
    width: 100%;
	
}
.p-item a img {
	vertical-align: middle;
}
.grid-item {
	width: 244px;
	border: 1px solid #fff;
	margin:0 auto 20px auto;
	padding: 20px 22px;
	color: #fff;
}
.grid-item span {
	display: block;
	font-size: 13px;
}
.grid-item h3 {
	font-size: 18px;
	line-height: 28px;
	margin: 8px 0 13px;
}
.grid-item p {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 12px;
}
.grid-item .btn {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	display: block;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url(../img/news/arrow.png) no-repeat right 10px top 47% #1a1a1a;
	background-size: 14px auto;
	padding: 4px 12px 5px;
}
.grid-item a {
	text-decoration: none;
	display: block;
}
.grid-item a:hover {
	opacity: 0.7;
}
.news {
	background: url(../img/news/bg.jpg);
	background-size: 200px auto;
	padding: 60px 0 40px;
}
.snap-drawer ul li {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	height: 19px;
  position: fixed;
  right: 5%;
  width: 23px;
	top: 15.5px;
	z-index: 10;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.scrolled .menu-trigger span {
	background: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    top: -12px;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: -12px;
}
.menu-trigger span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .75s forwards;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

@media screen and (max-width: 768px) {
	.read_more_p {
		max-width: 100%;
		text-align: right;
	}
	.wrap {
    padding: 0 4%;
	}
	#header {
		border-top: 5px solid #fff;
    left: 1.5%;
    padding: 8px 0 9px;
    position: fixed;
    top: 0;
    width: 97%;
		z-index: 1;
	}
	#header .logo img {
    width: 124px;
	}
	#main {
    margin: 41px 0 2%;
	}
	.htitle h1 {
		font-size: 20px;
	}
	.htitle {
    padding: 15px 0;
	}
	#footer {
    padding: 15px 0 12px;
	}
	#footer .copy {
		font-size: 10px;
		font-size: 8px;
		-webkit-transform: scale(0.8);
    -webkit-transform-origin: left center;
	}
	#footer .link {
		font-size: 10px;
		font-size: 8px;
		-webkit-transform: scale(0.8);
    -webkit-transform-origin: right center;
	}
	.drawer_logo {
		display: none;
	}
	.snapjs-right .drawer_logo {
		display: block;
    left: 5%;
    position: fixed;
    top: 12px;
    z-index: 10;
	}
	.news {
		padding: 30px 0 20px;
	}
	.p-item {
		width: 300px;
	}
	.grid-item p {
		display: none;
	}
	.bdleft,
	.bdright{
		width: 5px;
	}
	#content {
		padding: 5px;
	}
	.bdtop,
	.bdbottom{
		height: 5px;
	}
	#header {
		width : -webkit-calc(100% - 10px) ;
		width : calc(100% - 10px) ;
		left: 5px;
	}

}
