@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Poppins);
@import url(//fonts.googleapis.com/css?family=Raleway);
@import url(//fonts.googleapis.com/css?family=Playfair+Display);
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Cormorant+Garamond);

/**************************************
* Reset Styles
***************************************/
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-size: 10px;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #342a27; /* C65M65Y65K65 */
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/**************************************
* Commons
***************************************/
#contents {
	position: relative;
	width: 100%;
}
.inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1199px) {
	.inner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
h2.heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	color: #000030;
	margin-bottom: 2.5%
}
@media screen and (max-width:768px) {
h2.heading {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media screen and (max-width:640px) {
h2.heading {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
h2.heading-jp {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	color: #000030;
	margin-bottom: 2.5%
}
@media screen and (max-width:768px) {
	h2.heading-jp {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width:640px) {
	h2.heading-jp {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.section {
	position: relative;
	width: 100%;
}
.item-sp {
	display: none;
}
@media screen and (max-width:640px) {
	.item-pc {
		display: none;
	}
	.item-sp {
		display: block;
	}
}

/**************************************
* WordPress Commons
***************************************/
.entry-header, .entry-footer {
	display: none;
}

/**************************************
* Header
***************************************/
#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	background: rgba(255,255,255,1);
	/* K25 */
	-webkit-box-shadow: 0px 2px 5px 0px rgba(211,211,212,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(211,211,212,1);
	box-shadow: 0px 2px 5px 0px rgba(211,211,212,1);
}
#header h1 {
	float: left;
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

/* Nav */
#header nav {
	float: right;
}
#header nav ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-left: 2em;
}
#header nav ul li a {
	position: relative;
	height: 100%;
	display: block;
	color: #000030;
	text-decoration: none;
}
/* Underline */
@media screen and (min-width:769px) {
	#header nav ul > li > a:before {
		left: 50%;
	}
	#header nav ul > li > a:after {
		right: 50%;
	}
	#header nav ul > li > a:before,
	#header nav ul > li > a:after {
		position: absolute;
		content: "";
		display: inline-block;
		width: 0;
		height: 1px;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		background-color: #000030;
		top: 40px;
	}
	#header nav ul > li > a:hover:before,
	#header nav ul > li > a:hover:after {
		color: #000030;
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	#header nav {
		float: none;
	}
	#header nav ul {
		width: 100%;
	}
	#header nav ul li {
		position: relative;
		width: 50%;
		margin-left: 0;
		height: 45px;
		line-height: 45px;
		text-indent: 0.75em;
		border-bottom: solid 1px #e9e9e9;
	}
	#header nav ul li:after {
		content: "〉";
		position: absolute;
		top: 0;
		right: 0.25em;
	}
	#header nav ul li a {
		color: #000030;
	}
}
@media screen and (max-width:640px) {
	#header {
		height: 50px;
	}
	#header h1 img {
		transform: scale(0.9);
		margin-left: -7.5%;
	}
}

/* Nav - Sub */
.sub-nav {
	position: absolute;
	width: 100%;
	top: 60px;
	right: 10px;
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.sub-nav div {
	float: right;
}
.sub-nav dl {
	width: 200px;
	float: left;
	text-align: center;
	margin-left: 15px;
}
.sub-nav dl dt img {
	width: 100%;
	height: 145px;
}
.sub-nav dl dd {
	width: 100%;
	height: 60px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	background-color: #ffffff;
}
.sub-nav dl dd a {
	height: 100%;
	display: block;
	padding-top: 1em;
}
.sub-nav dl dd a span {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
}
.sub-nav dl:hover dd a {
	height: 100%;
	color: #ffffff!important;
	background-color: #000030;
	transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
}
@media screen and (max-width:768px) {
	.sub-nav {
		display: none;
	}
}

/* Drawer */
p.drawer-btn {
	display: none;
}
@media screen and (max-width:768px){
	ul.drawer {
		display: none;
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.8);
		/*
		transition: ease 0.5s;
		-webkit-transition: ease 0.5s;
		transform: translateY(-150px);
		-webkit-transform: translateY(-150px);
		background: rgba(0,0,48,0.8);
		*/
	}
	/*
	ul.drawer.open {
		z-index: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	*/
	p.drawer-btn {
		display: inherit;
		position: absolute;
		top: 10px;
		right: 5px;
		width: 50px;
		height: 50px;
		transition: ease 0.5s;
		-webkit-transition: ease 0.5s;
		cursor: pointer;
		z-index: 3;
		/*
		background-color: #000030;
		*/
	}
	p.drawer-btn span {
		position: absolute;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		transition: ease 0.5s;
		-webkit-transition: ease 0.5s;
		width: 35px;
		height: 2px;
		background-color: #000030;
	}
	p.drawer-btn span:nth-child(1) {
		top: 20%;
		left: 50%;
	}
	p.drawer-btn span:nth-child(2) {
		top: 40%;
		left: 50%;
	}
	p.drawer-btn span:nth-child(3) {
		top: 60%;
		left: 50%;
	}
	p.drawer-btn.close span:nth-child(1) {
		top: 40%;
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		transform: translate(-50%,-50%) rotate(45deg);
	}
	p.drawer-btn.close span:nth-child(2) {
		top: 40%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
	}
	p.drawer-btn.close span:nth-child(3) {
		top: 40%;
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}
@media screen and (max-width:640px) {
	ul.drawer {
		top: 55px;
	}
	p.drawer-btn {
		top: 5px;
	}
}

/**************************************
* Footer
***************************************/
#footer {
	position: relative;
	width: 100%;
	background-color: #000030;
	color: #ffffff;
	padding: 15px 0;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer h2 img {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

/* Footer Navi */
#footer nav {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 30px 0;
}
#footer nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}
#footer nav ul li:nth-child(1),
#footer nav ul li:nth-child(2),
#footer nav ul li:nth-child(3) {
	text-align: left;
	margin-right: 4.5em;
}
#footer nav ul li:nth-child(4) {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
#footer nav ul li:nth-child(5),
#footer nav ul li:nth-child(6),
#footer nav ul li:last-child {
	text-align: right;
	margin-left: 4.5em;
}
#footer nav ul li a {
	position: relative;
	height: 100%;
	display: block;
}
/* Underline */
@media screen and (min-width:769px) {
	#footer nav ul li a:before {
		left: 50%;
	}
	#footer nav ul li a:after {
		right: 50%;
	}
	#footer nav ul li a:before,
	#footer nav ul li a:after {
		position: absolute;
		content: "";
		display: inline-block;
		width: 0;
		height: 1px;
		transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		background-color: #ffffff;
		top: 25px;
	}
	#footer nav ul li a:hover:before,
	#footer nav ul li a:hover:after {
		width: 50%;
		color: #ffffff;
	}
}
@media screen and (max-width:768px) {
	#footer nav {
		text-align: left;
	}
	#footer nav ul li {
		width: 49.5%;
		text-indent: 0.5em;
	}
	#footer nav ul li:nth-child(1),
	#footer nav ul li:nth-child(2),
	#footer nav ul li:nth-child(3) {
		margin-right: 0;
	}
	#footer nav ul li:nth-child(4) {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	#footer nav ul li:nth-child(5),
	#footer nav ul li:nth-child(6),
	#footer nav ul li:last-child {
		text-align: left;
		margin-left: 0;
	}
	#footer nav ul li:after {
		content: "〉";
		position: absolute;
		top: 0;
		right: -0.5em;
	}
}
@media screen and (max-width:640px) {
	#footer {
		padding: 15px 0;
	}
	#footer nav {
		padding: 15px 0 10px;
	}
}
@media screen and (max-width:480px) {
	#footer h2 {
		display: none;
	}
	#footer nav {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 0 10px;
	}
	#footer nav ul li {
		width: 48.5%;
		height: 25px;
		line-height: 25px;
	}
}

/* Copyright */
.copyright {
	width: 100%;
	display: table;
	border-top: dotted 1px #ffffff;
	padding-top: 15px;
}
.copyright h3, .copyright p {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.copyright h3 {
	text-align: right;
	padding-right: 1em;
}
.copyright h3 img {
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	transform-origin: center right;
	-webkit-transform-origin: center right;
}
.copyright p {
	text-align: left;
	padding-left: 1em;
}
.copyright p small {
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width:640px) {
	.copyright {
		padding-top: 10px;
	}
	.copyright h3, .copyright p {
		display: block;
		width: 100%;
	}
	.copyright h3 {
		text-align: center;
		padding-right: 0;
	}
	.copyright h3 img {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	.copyright p {
		text-align: center;
		padding-left: 0;
	}
	.copyright p small {
		font-size: 10px;
		font-size: 1rem;
	}
}
