<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/earlyaccess/sawarabimincho.css');

#main_img{
	position:relative;
	width: 100%;
	height: auto;
	margin:0 auto 0 auto;
	padding:140px 0 0 0;
	overflow:hidden;
	background-color:#fff;
}


#main_img li{
  width: 100%;
}
#main_img .top01_txt{
	position:absolute;
	width:600px;
	height:240px;
	top:50%;
	left:50%;
	margin:-130px 0 0 -300px;
}



#main_img .top02_txt{
	position:absolute;
	width:500px;
	height:200px;
	top:50%;
	left:50%;
	margin:-100px 0 0 -250px;
}


#main_img .top03_txt{
	position:absolute;
	width:300px;
	height:200px;
	top:50%;
	left:50%;
	margin:-100px 0 0 -150px;
}

#main_img .top04_txt{
	position:absolute;
	width:620px;
	height:40px;
	top:150px;
	left:20px;
	margin:0 0 0 0;
}

#main_img .top05_txt{
	position:absolute;
	width:700px;
	height:40px;
	top:150px;
	left:20px;
	margin:0 0 0 0;
}

#main_img .top06_txt{
	position:absolute;
	width:600px;
	height:40px;
	top:50%;
	left:50%;
	margin:-20px 0 0 -300px;
}

#main_img li img.img_back{
  width: 100%;
  display: block;
  -ms-animation: inout 8s;
  -webkit-animation: inout 8s;
  -moz-animation: inout 8s;
  animation: inout 8s;
}
@-ms-keyframes inout {
  0%   { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@-webkit-keyframes inout {
  0%   { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes inout {
  0%   { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@keyframes inout {
  0%   { transform: scale(1.1); }
  100% { transform: scale(1); }
}
#point{
	clear:both;
	width:1100px;
	height:auto;
	margin:40px auto 0 auto;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	box-sizing:border-box;
}

#point ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding:20px 0;
}

#point ul li{
    width:31%;
}

#point p{
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	line-height:160%;
	color: #fff;
	margin:0 0 0 0;
}

#point p em{
	font-size:42px;
	font-size:4.2rem;
}
#point p span{
	display:inline;
	font-size:16px;
	font-size:1.6rem;
}
#contents{
	padding:40px 0 0 0;
}
#info_l{
	float:left;
	width:500px;
	overflow:hidden;
	margin:0 0 20px 0;

}

#info_l ul{
margin:0 0 0 0;
text-align:left;
overflow:hidden;
}

#info_l ul li{
list-style-type:none;
font-size:14px;
	font-size:1.4rem;
color: #fff;
margin:0 0 0.750em 0;
}

#info_l ul li em{
color: #aa130e;
font-size:16px;
	font-size:1.6rem;
font-style:normal;
font-weight:bold;
}




#info_r{
	float:right;
	width:430px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#info_r ul{
	margin:0 0 0 0;
	text-align:left;
	overflow:hidden;
}

#info_r ul li{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

#info_r ul li:last-child{
	margin:0 0 0 0;
}


#ba_box_01{
	clear:both;
	width:100%;
	margin:0 0 0 0;
	padding:40px 0;
	overflow:hidden;
	border-top:1px solid #808080;
}


#ba_box_01 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ba_box_01 ul li{
    width: 24%;
    align-self: flex-end;
    margin: 0 0 20px 0;
}
#ba_box_01 ul li img{ border:1px solid #808080; box-sizing:border-box;}
#ba_box_01 ul li h2{
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	font-style:normal;
	color: #fff;
	margin:0 0 5px 0;
	border:none;
}
#ba_box_01 ul li a:link {
color: #fff;
text-decoration: none;
}

#ba_box_01 ul li a:visited {
color: #fff;
text-decoration: none;
}

#ba_box_01 ul li a:hover {
color: #fff;
text-decoration: none;
}

#ba_box_01 ul li a:active {
color: #fff;
text-decoration: none;
}

#info_l a:hover img,
#info_r a:hover img,
#ba_box_01 ul a:hover li{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-pager{
	position: absolute;
	left:50%;
	/*bottom: 20px;*/
	/*bottom: -20px;*/
	width: 142px;
	z-index: 3;
	margin:0 0 0 -71px;
}
/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*hover　active　カラー*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa130e;
}

.bx-wrapper .bx-prev {
	display:inline-block;
	left: 15px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
	background-size:48px 48px;
}
.bx-wrapper .bx-next {
	display:inline-block;
	right: 15px;
	background: url(../images/btn_next.png) no-repeat 0 0;
	background-size:48px 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index:2;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/*-column----------------------------*/

.column {
	position: relative;
	width:430px;
	height:90px;
	margin:10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

.column div {
	position: relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.column div span.span_txt{
	display:inherit;
	position: absolute;
	width:100%;
	height:28px;
	bottom:0;
	left:0;
	z-index:2;
	margin:0 0 0 0;
	text-align:left;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.41) 0%, rgba(0,0,0,0) 50%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0.41) 0%,rgba(0,0,0,0) 50%);
background: linear-gradient(to right, rgba(0,0,0,0.41) 0%,rgba(0,0,0,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69000000', endColorstr='#00000000',GradientType=1 );
	
}

.column div span p{
	text-align:left;
	padding:0 0 0 10px;
	font-size:14px;
	/*font-size:1.0rem;*/
	font-weight:normal;
	font-style:normal;
	color:#fff;
}

.column span.span_bt{
	display:inherit;
	position: absolute;
	width:30px;
	height:30px;
	top:50%;
	right:50%;
	z-index:3;
	margin:-15px -15px 0 0;
}

.column div figure {
	position: relative;
	width:120%;
	height:90px;
	margin: 0;
	padding: 0;
	background:#fff;
	overflow: hidden;
	cursor:pointer;
}


	
.column div figure img {
	-moz-animation: animation01 8s infinite ease 4s both alternate;
	-webkit-animation: animation01 8s infinite ease 4s both alternate;
	-o-animation: animation01 8s infinite ease 4s both alternate;
	-ms-animation: animation01 8s infinite ease 4s both alternate;
}

@keyframes animation01 {
	from {
		transform: translateX(-85px);
	}
	to {
		transform: translateX(0);
	}
}



@-webkit-keyframes animation01 {
	from {
		transform: translateX(-85px);
	}
	to {
		transform: translateX(0);
	}
}



@media only screen and (max-width: 767px) {
#main_img{
	padding:60px 0 0 0;
}

#main_img .top01_txt{
	position:absolute;
	width:80%;
	height: auto;
	top:50%;
	left:50%;
	margin:-16% 0 0 -40%;
}


#main_img .top02_txt{
	position:absolute;
	width:80%;
	height:auto;
	top:50%;
	left:50%;
	margin:-14% 0 0 -40%;
}


#main_img .top03_txt{
	position:absolute;
	width:50%;
	height:auto;
	top:50%;
	left:50%;
	margin:-14% 0 0 -25%;
}

#main_img .top04_txt{
	position:absolute;
	width:70%;
	height:auto;
	top:20px;
	left:50%;
	margin:0 0 0 -35%;
}

#main_img .top05_txt{
	position:absolute;
	width:80%;
	height:auto;
	top:20px;
	left:50%;
	margin:0 0 0 -40%;
}

#main_img .top06_txt{
	position:absolute;
	width:80%;
	height: auto;
	top:50%;
	left:50%;
	margin:-3% 0 0 -40%;
}
	
#info_l,
#info_r{
	float:none;
	width:100%;
	text-align:center;
}

#point{
	width:94%;
}

#point ul li{
    width: 100%;
    margin: 0 0 10px 0;
}

#point ul li:last-child{
    width: 100%;
    margin: 0 0 10px 0;
}
#point p{
	font-size:18px;
	font-size:1.8rem;
}

#point p em{
	font-size:28px;
	font-size:2.8rem;
}


#ba_box_01{
	width:94%;
	margin:0 auto;
	text-align:center;
    border: none;
}

#ba_box_01 ul li{
    width: 100%;
}
#ba_box_01 ul li h2{
	font-size:12px;
	font-size:1.2rem;
    margin: 0 0 0 0;
}

/*-column----------------------------*/

.column {
	position: relative;
	width:100%;
	height:auto;
}


@keyframes animation01 {
	from {
		transform: translateX(-55px);
	}
	to {
		transform: translateX(0);
	}
}
.column div span.span_txt{
	display:inherit;
	position: absolute;
	width:100%;
	height:28px;
	top:0;
	left:0;
	margin:0 0 0 0;

}

.column span.span_bt{
	margin:-20px -15px 0 0;
}
}



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