<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('http://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');

/*
	background-color: #e72428;
	background: rgba(231,36,40,0.5);
*/

/*初期設定
----------------------------------------------------*/
body {
	width:100%;
	min-width: 320px;
	color: #fff;
	*font-size:small;
	*font:x-small;
	font-family: SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック Regular','源ノ角ゴシック', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
	background-color: #e72428;
}
body#form {
	background:#000;
}
body .w_l {
	font-family: SourceHanSans-Light, SourceHanSansJP-Light, '源ノ角ゴシック Light','源ノ角ゴシック', NotoSansJP-Light, 'Noto Sans Japanese Light', sans-serif;
	font-weight:300;
}
body .w_xl {
	font-family : SourceHanSans-ExtraLight, SourceHanSansJP-ExtraLight, '源ノ角ゴシック ExtraLight','源ノ角ゴシック', NotoSansJP-Thin, 'Noto Sans Japanese Thin', sans-serif;
	font-weight:100 ;
}

a {
	color: #e20010;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a:hover {
	color: #e4960f;
}
a img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
}
a:hover img {
	opacity: 0.6;
}
input[type=text] {
	font-size: 16px;
}

/*
Page Loader
*/
#loader_base {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 100000;
}
#loader {
	font-size:8px;
	color: #e72428;
	font-family: 'Varela Round', sans-serif;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	z-index: 200000;
}
#loader p {
	margin-top: 20px;
}

#container {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	background:url(../images/main_bg.jpg);
	background-color: #000;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}
#form #container {
	background:none;
	background-color: #000;
}
@media screen and (min-width: 1500px) {
#container {
	background-size: cover;
}
}

.contentsBody {
	width: 90%;
	overflow: hidden;
	padding: 0px 0px 60px 0px; 
	margin: 0px auto;
}
#form .contentsBody {
	width: 90%;
	overflow: hidden;
	padding: 0px 0px 0px 0px; 
	margin: 0px auto;
}
.contentsBody h2 {
	text-align: center;
}

/*
header
*/
header {
	width:100%;
	max-width: 1280px;
	margin: 0px auto;
	box-sizing: border-box;
	position: fixed;
	background:url(../images/header_bg.png);
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center bottom;
	z-index:1000;
}

header h1 {
	text-align: center;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:1000;
}
header h1 img {
	width:100%;
	max-width:640px;
	height: auto;
}

header.narrowHeader {
	width:100%;
	height:100px;
}
header.narrowHeader h1 {
	height:100px;
}
header.narrowHeader h1 img {
	height:50px;
	width: auto;
}
header,
header h1,
header h1 img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
heade.narrowHeaderr,
header.narrowHeader h1,
header.narrowHeader h1 img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#form header {
	width:100%;
	height:100px;
}
#form header h1 {
	margin-top: 10px;
}
#form header h1 img {
	height:50px;
	width: auto;
}

#navigation {
	padding: 15px 0px;
	list-style-type: none;
	width: 100%;
	position: absolute;
	z-index:10001;
}
#overlay {
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	z-index:10000;
}

#navigation li {
	text-align:center;
	font-weight:700;
	font-size:16px;
	line-height:200%;
}

#navigation li a {
	color:#fff;
	display: block;
	text-decoration: none;
	padding: 5px;
}
#navigation li a:hover {
	background-color:#eee;
	background-color: #e72428;
}


#navigation2 {
	height:40px;
	position: absolute;
	right:10px;
	top:10px;
}
#navigation2 li {
	line-height:40px;
	list-style-type: none;
	float:left;
}
#navigation2 li a {
	color:#fff;
	display: block;
	text-decoration: none;
}
#navigation2 li.sns a {
	padding:5px;
}
#navigation2 li.sns a:hover {
	opacity:.7;
}

#navBtn {
	width: 60px;
	height: 80px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10002;
}
#navBtn p {
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	width: 60px;
	position: absolute;
	left: 0;
	top: 55px;
}

#backBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10002;
}
#backBtn a {
	color:#fff;
	font-size: 40px;
	font-weight: 700;
	width: 60px;
	height: 60px;
	display: block;
}
#backBtn a i {
	text-align: center;
	line-height: 60px;
	width: 100%;
	height: 100%;
}

.btnBody {
	width: 60px;
	height: 80px;
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
}

.btnBody span {
	width: 30px;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.btnBody .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btnBody .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.nav_open .middle {
	background: rgba(51, 51, 51, 0);
}
.nav_open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.nav_open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

/*
Buttons
*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #15b2c7;
    cursor: pointer;
    transition: background-color .2s;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn-flat:hover {
	color:#333 !important;
	background-color: #eee;
}

#totop {
	width:80px;
	height:80px;
    position: fixed;
    right: 20px;
    bottom: 0px;
}
#totop a {
    text-align: center;
    display: block;
}
#totop a:hover {
}


footer {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px; 
}
footer p {
	font-size:12px;
	line-height:150%;
	font-family:'Roboto';
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: inline-block;
}





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

header h1 {
	text-align: center;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:1000;
}
header h1 img {
	height:50px;
	width: auto;
}


#navigation2 {
	position: absolute;
	right:0px;
	top:0px;
}
#navigation2 li {
	height:40px;
	line-height:40px;
	list-style-type: none;
	float:none;
}
#navigation2 li a {
	color:#fff;
	display: block;
	text-decoration: none;
}
#navigation2 li.sns a {
	padding:0px;
}


#navBtn {
	width: 40px;
	height: 70px;
	display: block;
}
#navBtn p {
	font-size: 10px;
	width: 40px;
}
.btnBody {
	width: 40px;
	height: 80px;
	display: block;
	cursor: pointer;
	float: right;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
}

.sp {
	display: inline-block;
}
.sp2 {
	display: inline-block;
}
.pc {
	display: none;
}

}



/*@media screen and (max-width: 480px) {

header h1 {
	text-align: left;
	width:260px;
	position: absolute;
	left:50%;
	top:10px;
	z-index:10000;
	margin-left: -130px;
}
header h1 img {
	width:100%;
	height: auto;
}

#navigation {
	padding:20px 0px 0px 0px;
}
#navigation .sns_sp {
	margin-top: 20px;
	border-top:1px solid #333; 
	display:block;
}
#navigation2 {
	display: none;
}
#navigation li.sns {
	width:33%;
	display: block;
	float: left;
}
#navigation li.sns a {
	padding:10px 0px;
}

.sp {
	display: inline-block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}

}



/*
*/
header:after, section:after, .contentsBody:after, footer:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
</pre></body></html>