<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*======================================

1-0.Clearfix

=======================================*/
header:after,nav:after,nav ul:after,article:after,section:after,footer:after,
.container:after,.container-fluid:after,.container-narrow:after,.section:after,.row:after,
.clearfix:after {
display:block;
clear:both;
content:"";
}

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

1-1.General

=======================================*/
* {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
*:before, *:after {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
@font-face {
font-family: YuGothicM;
src: local("Yu Gothic Medium");
}

html {
font-size:62.5%;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
overflow-x:hidden;
}
body {
background-color:#fff;
color:#666;
font-size:1.6rem;
/*font-family: "Crimson Text","Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝B","ＭＳ 明朝",serif;*/
font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
line-height:2.4;
position: relative;

}

a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
outline: 0;
}

.pc{ display:block;}
.sp{ display:none;}

.sp_br{ 	display:none;}

@media all and (-ms-high-contrast:none) {
body{
	font-family: "メイリオ", Meiryo, sans-serif !important;
}
}
/*==================================================================
基本デザイン
===================================================================*/
#wrap {
margin-left: auto;
margin-right: auto;
width: 100%;
height: 0;
}

header,
#navi,
#title_area,
#under_area,
footer {width: auto;}

.inner {
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */

header {
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
background-color:rgba(0,0,0,0.6);
overflow: visible;

}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	width: 100%;
	margin: auto 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
}


#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo  {
background: url(../../image/logo.png) no-repeat center center;
background-size: 100%;
width: 200px;
height: 65px;
	float: left;
	font-size: 36px;
}

#top-head .logo a {
  display: block;
		width: 200px;
height: 65px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
bottom: 50%;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -20px;
}



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

@media screen and (max-width: 640px) {
	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
/*		background: transparent;*/
	}

	#mobile-head {
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	
	#top-head.fixed .logo,
	#top-head .logo {
background-size: 100%;
width: 150px;
height: 65px;
		position: absolute;
		left: 13px;
		top: 0px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* é–‹ã„ã¦ãªã„ã¨ãã¯ç”»é¢å¤–ã«é…ç½® */
		top: -500px;
background-color:rgba(0,0,0,0.8);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle åˆ‡ã‚Šæ›¿ãˆã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}




/* --------------------------------------------------------------------------------------
コンテンツエリア
--------------------------------------------------------------------------------------- */
#Contents-MV img{
line-height: 0;
overflow:hidden;
position:relative;
text-align: center;
width:100%;
}


#Contents-MV h1{
	text-align:center;
	color:#FFF;
	margin-top:10%;
	font-size:2em;
	font-weight:normal;
	line-height:150%;
	position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}


#Contents-MV h1 span{
	font-size:0.8em;
}


.h2-primary{
	font-size:2em;
	margin-bottom:20px;
	line-height:130%;
	font-weight:normal;
}

.h2-primary span{
	font-size:.8em;
}


.container-fluid {width:100%;}


/* --------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------- */



/* footer_navi */
#footer {
background: #0e335f;
color: #FFF;
padding:20px 0;
text-align: center;
}

/*
#footer .logo {
background: url(../../image/logo.png) no-repeat center center;
background-size: 100%;
width: 200px;
height: 65px;
	padding:0 10px;
	text-align: center;
}
#footer .logo a {
	width: 250px;
	margin: 0 auto;
	display: inline-block;
}

#footer .add{
	text-align: left;
	color: #FFF;
	line-height:20px;
	font-size:80%;
	padding-top:60px
	}

*/



#footer .logo img{
background-size: 100%;
width: 100%;
	padding:0 10px;
	text-align: left;
}


#footer .logo a {
	width: 250px;
	margin: 0 auto;
	display: inline-block;
}

#footer .add{
	text-align: left;
	color: #FFF;
	line-height:20px;
	font-size:80%;
	padding-top:0px
	}






#footer .menu li {
	list-style-type: none;
}
#footer .menu li a {
color: #FFF;
	padding:0 10px;
	display: block;
	font-size: 90%;
	font-weight: normal;
}



#footer .menu li ul li a {
	padding: 0px 20px;
	display: block;
	font-size: 80%;
	font-weight: normal;
}

#footer .menu li a:hover{
	text-decoration:underline
}
#footer .menu li ul li a:hover{
	text-decoration:underline
}

.footer-sub li{
	text-align:left;
	margin-bottom:-10px;
	text-indent:1em
}


@media screen and (min-width: 720px) {
	.foot-wrap {
		width:1200px;
		margin: 0 auto;
		position: relative;
	}
	#footer {
		height: 200px;
	}
	#footer .logo {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
	}
	#footer .menu {
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#footer .menu li {
		float: left;
	}
	#footer .menu li ul li {
		float: none;
		padding-left: 10px;
	}

	#footer .menu li a {
		border: none;
	}


}


@media screen and (max-width: 640px) {



#footer .add {
text-align:center;	
font-size:10px;
}

#footer .menu li {
display:inline-block;
font-size:14px;
}

	
}



/* copyright */
#copyright {
background: #FFFFFF;
padding: 10px 0;
color: #666;
font-size:1rem;
text-align: center;
height:50px
}

#copyright img {
margin-right:10px;
bottom:2px;
vertical-align:middle;
}

#copyright br {display: none;}





/* page_top */
#page_top {
position: fixed;
bottom: 0px;
right: 0px;
font-size: 77%;
z-index: 10010;
}

#page_top a {
background-color:rgba(0,0,0,0.8);
text-decoration: none;
color: #fff;
width: 50px;
height:50px;
padding: 5px 0;
text-align: center;
display: block;
}

#page_top a:hover {
text-decoration: none;
background: #888888;
}



/*----------------------------------------------------- */
/* for - 767px     */
/*----------------------------------------------------- */

@media screen and (max-width: 767px) {

.pc{ display:none;}
.sp{ display:block;}

.sp_br{ 	display:block;}

.pc_br{ 	display:none;}

.inner {
	width:100%;
}


#footer .logo {
	border-top:1px solid #CCC;
	margin-top:10px
;
padding-top:20px;	
}

#footer .logo img{
width: 80%;
}


}</pre></body></html>