﻿html:not(.responsive) {
	/*min-width: 1000px;  viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
	color: #231815;
	font-family: 'Zen Kaku Gothic Antique Medium';
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.02em;
	background: #F8F9F9;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 200%;
	}
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 1400px;
}

/*=============================================
 * <header>
 *=============================================*/

header {

	z-index: 678;
}




/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: relative;
}

#key ul {
	min-height: inherit;
}

#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/

section {}

/*=============================================
 * <footer>
 *=============================================*/

/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {}

/*=============================================
 * copyright
 *=============================================*/

address {}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}




.pagination li.selected {

	/*
	color: white;
	line-height: 20px;
	background: rgb(53,121,214);
*/
}

.pagination li.selected:hover {
	cursor: default;
}

.pagination li:hover {}




/*
.pagination .next a:after, .pagination .last a:after {
	content: " »";
}
.pagination .first a:before, .pagination .previous a:before {
	content: '« '
}
*/



/*SP MENU*/
.toggleMenu {
	display: block;
	z-index: 502;
	position: absolute;
	top: 13px;
	right: 15px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
}


@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 999px) {

	#header {
		position: fixed;
		top: 0 !important;
	}



	.toggleMenu {
		position: absolute;
		top: 23px;
		right: 20px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: none;
		color: #fff;
		cursor: pointer;
		text-align: center;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.menu-trigger:after {
		content: "MENU";
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.17em;
		font-weight: bold;
		margin-top: 30px;
		color: #00a0da;
		margin-left: 0px;
		display: none;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #00a0da;
	}

	#header .toggleMenu .menu-trigger img {
		position: absolute;
		top: 0;
		right: 0px;
		width: 100%;
	}


	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

}

@media screen and (max-width: 767px) {
	.toggleMenu {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

@media screen and (max-width: 480px) {
	.toggleMenu {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 425px) {}


/*
 * Custom mailform
 *
 */

#mail [class^=error] {
	left: auto;
	bottom: auto;
	position: relative;
	float: none;
	clear: both;

}

#mail .form-value+.form-value {
	padding-left: 2%;
	float: right !important;
}

#mail .form-value>[class^='error'] {
	bottom: -12px;
}


@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transition-duration: 0.5s;
	}
}


.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-delay: .3;
}