/*--------------------------------------
global Style
--------------------------------------*/
* {
	box-sizing: border-box;
	outline: 0;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	min-width: 1100px;
	padding: 0;
	color: #333;
	font-family:sans-serif;
	font-family:Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	body.spnav_on {
		overflow: hidden;
	}
main {
	display: block;
}
a {
	color: #3498db;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	text-decoration: underline;
	transition: 0.3s ease-out;
}
strong {
	font-weight: bold;
}
@media(max-width:750px) {
body {
	min-width: 320px;
}
}
#wrapper {
	overflow: hidden;
}
/*--------------------------------------
sp humberger
--------------------------------------*/
.btn_spnav_open {
 display: none;
}
@media(max-width:750px){
#btn_spnav_open,
#btn_spnav_open span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
#btn_spnav_open {
	position: fixed;
	z-index: 3000;
	width: 34px;
	height: 14px;
	top: 20px;
	right: 7px;
	cursor: pointer;
}
#btn_spnav_open:before {
	display: none;
	content: "";
	position: fixed;
	z-index: -1;
	width: 32px;
	height: 32px;
	bottom: 5px;
	right: 5px;
	border-radius: 16px;
	background: #fff;
	opacity: 1;
}
#btn_spnav_open span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
#btn_spnav_open span:nth-of-type(1) {
	top: 0;
}
#btn_spnav_open span:nth-of-type(2) {
	top: 6px;
}
#btn_spnav_open span:nth-of-type(3) {
	bottom: 0;
}
#btn_spnav_open.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	background: #fff;
	opacity: 1;
}
#btn_spnav_open.active span:nth-of-type(2) {
	opacity: 0;
}
#btn_spnav_open.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	background: #fff;
	opacity: 1;
}
}
/*--------------------------------------
header
--------------------------------------*/
header {
	position: relative;
	z-index: 100;
	overflow: visible;
}
/*--------------------------------------
global nav
--------------------------------------*/
#gnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	min-width: 1100px;
	width: 100%;
	height: 60px;
	background: #111;
	color: #fff;
	text-align: right;
	font-size: 0;
	overflow: visible;
}
#gnav a {
	color: #fff;
}
#gnav .logo {
	float: left;
	padding: 21px 40px;
	font-size: 16px;
}
#gnav ul.level_1 {
	display: inline-block;
	vertical-align: middle;
}
#gnav ul.level_1 > li {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #363636;
	border-bottom: 0 solid #3498db;
	height: 60px;
	font-size: 14px;
	line-height: 1;
	transition: 0.3s;
   animation-name: borderAnim1;
	animation-duration: 0.5s;
}
@keyframes borderAnim1 {
    0% {
			border-bottom-color: #3498db;
        border-bottom-width: 8px;
    }
    100% {
        border-bottom-color: #111;
        border-bottom-width: 60px;
    }
}
#gnav ul.level_1 > li:hover {
	transition: 0.3s;
   border-bottom-width: 8px;
   animation-name: borderAnim2;
	animation-duration: 0.5s;
}
@keyframes borderAnim2 {
    0% {
        border-bottom-color: #111;
        border-bottom-width: 60px;
    }
    100% {
			border-bottom-color: #3498db;
        border-bottom-width: 8px;
    }
}
#gnav ul.level_1 > li.current {
	border-bottom-width: 8px;
}
#gnav ul.level_1 > li > a,
#gnav ul.level_1 > li > span {
	position: relative;
	padding: 23px 40px;
	cursor: pointer;
}
#gnav ul.level_1 > li > a:hover {
	text-decoration: none;
}
#gnav ul li .en {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#gnav .submenu {
	display: none;
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 0;
	width: 100vw;
	padding: 40px 30px;
	background: rgba(0,0,0,0.9);
	text-align: left;
}
#gnav .submenu .heading {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-left: 20px;
	border-left: 4px solid #3498db;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 1;
}
#gnav .submenu:after {
	display: block;
	position: absolute;
	top: 80px;
	left: 32px;
	width: calc(100% - 64px);
	height: 1px;
	background: #666666;
	content: "";
}
#gnav .submenu ul {
	width: 1000px;
	margin: 30px auto auto;
	font-size: 0;
}
#gnav .submenu ul li {
	position: relative;
	display: inline-block;
	width: 25%;
	padding-left: 15px;
	background: url(../img/gnav_arrow.png) left 1px no-repeat;
	font-size: 16px;
	margin-top: 20px;
}
#gnav .dispatch {
	float: right;
	display: block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background: #e74c3c url(../img/gnav_car.png) center center no-repeat;
	background-size: 20px 20px;
	font-size: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media(min-width:750px) {
	#gnav .dispatch {
		display: none;
	}
}
#gnav .dispatch:hover {
	background-color: #3498db;
}
@media(max-width:750px) {
#gnav {
	position: fixed;
	top: 0;
	left: 0;
	min-width: inherit;
	width: 100%;
	height: 52px;
}
#gnav .logo {
	padding: 18px 15px;
}
#gnav .logo img {
	width: 164px;
	height: 15px;
}
#gnav ul.level_1 {
	display: none;
}
#gnav .dispatch {
	margin-right: 52px;
	width: 52px;
	height: 52px;
}
body.spnav_on #gnav .logo {
	display: none;
}
body.spnav_on #gnav .dispatch {
	display: none;
}
}


/*--------------------------------------
footer
--------------------------------------*/
footer {
	position: relative;
	z-index: 10;
	padding-top: 100px;
	background: #000 url(../img/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	background-origin: content-box;
	text-align: center;
}
footer .ci {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	padding: 70px 0 90px;
	background-color: rgba(255,255,255,0.3);
}
footer .ci .catchcopy{
	margin-top: 20px;
	color: #000;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.2em;
}
footer #fnav {
	width: 100%;
	padding: 70px 0 0;
}
footer .sns {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #EDEDED;
	z-index: 10;
}
footer .sns a  {
	display: table;
	height: 100px;
	margin: auto;
	color: #000;
	text-decoration: none;
}
footer .sns a:hover  {
	color: #43549A;
}
footer .sns a > * {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	height: 100px;
}
footer .sns .en {
	padding-bottom: 5px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}
footer .sns .ja {
	padding: 0 20px 0;
	font-size: 14px;
	letter-spacing: 0.2em;
}
footer .sns .logo span {
	padding: 18px 14px 0;
	border: 2px solid #43549A;
	border-radius: 25px;
	transition: 0.3s;
}
footer .sns a:hover .logo span {
	background: #fff;
	border: 2px solid #fff;
	transition: 0.3s;
}
footer #fnav {
	margin-top: 270px;
	padding: 50px 0;
	color: #fff;
}
footer #fnav .heading {
	display: none;
}
footer #fnav a {
	color: #fff;
}
footer #fnav .dispatch {
	display: none;
}
footer #fnav ul {
	margin: auto;
}
footer #fnav ul.level_1 > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
	text-align: left;
}
footer #fnav ul.level_1 > li > a,
footer #fnav ul.level_1 > li > span {
	font-family: Fjalla One, sans-serif;
	font-size: 18px;
}
footer #fnav ul.level_2 {
	margin-top: 15px;
	line-height: 1.7;
}
footer #fnav ul.level_2 li {
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-style: italic;
}
footer #fnav ul.level_2 li .ja {
	display: none;
}
footer .copyright {
	display: block;
	padding: 40px 0;
	border-top:1px solid rgba(255,255,255,0.4);
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
@media(max-width:750px) {
	footer {
		padding-top: 0;
		background: #000;
	}
	footer .sp_ph {
		background: #000 url(../img/footer_bg.jpg) center top no-repeat;
		background-size: cover;
		background-origin: content-box;
		text-align: center;
	}
	footer .ci {
		position: static;
		padding: 125px 0;
		background-color: none;
	}
	footer .ci .logo img {
		height: 60px;
		width: 179px;
	}
	footer .ci .catchcopy{
		font-size: 15px;
	}
	footer .sns {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		background: #EDEDED;
	}
	footer .sns a  {
		display: inline-block;
		height: auto;
		padding: 40px 0;
	}
	footer .sns a > * {
		display: block;
		height: auto;
	}
	footer .sns .en {
		padding-bottom: 10px;
		font-size: 15px;
	}
	footer .sns .ja {
		padding: 0 20px 0;
		font-size: 9px;
	}
	footer .sns .logo {
		margin-top: 30px;
	}
	footer .sns .logo span {
		border-width: 1px;
	}

	footer #fnav {
		width: 100%;
		margin-top: 0;
		padding: 0;
		color: #fff;
		overflow: scroll;
	}
	body.spnav_on footer #fnav {
		height: calc(100vh - 52px);
	}

	footer #fnav .heading {
		display: block;
		padding: 20px;
		background: #ccc;
		color: #000;
		font-family: Fjalla One, sans-serif;
		font-size: 25px;
	}
	footer #fnav a {
		color: #fff;
	}
	body.spnav_on footer #fnav .dispatch {
		display: inline-block;
		margin: 20px 0;
		padding: 15px;
		width: 250px;
		background: #e74c3c;
		border-radius: 30px;
		font-size: 14px;
		line-height: 1;
	}
	footer #fnav ul {
		margin: auto;
		border-bottom: 1px solid #363636;
	}
	footer #fnav ul li a:hover {
		text-decoration: none;
	}
	footer #fnav ul li a {
		background: url(../img/gnav_icon_arrow.png) calc(100% - 15px) center no-repeat;
		background-size: 8px auto;
	}
	footer #fnav ul li.plus > * {
		background: url(../img/gnav_icon_plus.png) calc(100% - 15px) center no-repeat;
		background-size: 12px auto;
	}
	footer #fnav ul li.plus.minus > * {
		background-image: url(../img/gnav_icon_minus.png);
	}
	footer #fnav ul li.blank > a {
		background-image: url(../img/gnav_icon_blank.png);
		background-size: 12px auto;
	}
	footer #fnav ul.level_1 > li {
		display: block;
		vertical-align: top;
		margin: 0 0;
		background: #222;
		text-align: center;
	}
	footer #fnav ul.level_1 > li > a,
	footer #fnav ul.level_1 > li > span {
		display: block;
		padding: 18px 0;
		border-top: 1px solid #363636;
		font-family: Lato, sans-serif;
		font-weight: bold;
		font-size: 18px;
	}
	footer #fnav ul.level_2 {
		display: none;
		margin-top: 0;
		line-height: 1;
	}
	footer #fnav ul.level_2 li a {
		display: block;
		padding: 18px 0;
		background: #111;
		border-top: 1px solid #363636;
		font-size: 14px;
		font-style: normal;
		line-height: 1;
	}
	footer #fnav ul.level_2 li a:hover {
		text-decoration: none;
	}
	footer #fnav ul.level_2 li .ja {
		display: inline;
	}
	footer #fnav ul.level_2 li .en {
		display: none;
	}

	 #wrapper_cover {
		 display: none;
		position: fixed;
		z-index: 5;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #111;
	}
	body.spnav_on footer #fnav {
		position: fixed;
		top: 52px;
		left: 0;
		min-height: calc(100vh - 52px);
		background: #222;
		animation-name: spnav;
		animation-duration: 0.3s;
		z-index: 2;
	}
	body.spnav_on footer #fnav .heading {
		display: none;
	}
	footer .copyright {
		padding: 40px 0;
		background: rgba(0,0,0,0.8);
		border-top: none;
		font-size: 15px;
	}
}
@keyframes spnav {
	 0% {
		  opacity: 0;
	 }
	 100% {
		  opacity: 1;
	 }
}
/*--------------------------------------
to top
--------------------------------------*/
#topagetop {
	display: none;
}
@media(max-width:750px) {
#topagetop {
	display: block;
	position: relative;
	z-index: 2;
	width: 100vw;
	height: 50px;
	background: #111 url(../img/icon_totop.png) center center no-repeat;
	background-size: 22px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
}

/* blog nav width fix*/
@media (max-width: 1162px) {
	@media ( min-width: 750px) {
		#gnav .logo {
			padding: 21px 5px;
		}
	}
}

