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

html {text-align: center;}

div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	color: #231815;
	margin: 0 auto;
	padding: 0;
	background:none;
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 2;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
	background-color: #009fcb;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
	margin: 0;
}

address, caption, cite,
code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul{list-style:none;}

caption, th{text-align:left;}

h1, h2, h3, h4, h5, h6{
	width: auto;
	font-size:100%;
	font-weight:normal;
}

q:before, q:after{content:”;}

abbr, acronym{border:0;}

/*------------------------------------
	link
------------------------------------*/
a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.clear {
	clear: both;
}

/*改行クラス（PC）*/
.breakLinePc{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSp{
	display:inline;
}

main{
	position: relative;
	overflow: hidden;
}

main.active{
	overflow:auto;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #009fcb;
	z-index: 1;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	z-index: 2;
}

#loading.hidden{
	display: none;
}

.inner{
	position: relative;
	width: 710px;
	margin: auto;
}

/*フェードイン*/
.fadeInWrapTop{
	display: block;
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapTop.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBegin.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapRight{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	right: -50px;
}

.fadeInWrapRight.active{
	opacity: 1;
	right: 0;
}

.fadeInWrapLeft{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	left: -50px;
}

.fadeInWrapLeft.active{
	opacity: 1;
	left: 0;
}

#mv{
	background-image: url(../img/bg_mv.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	margin: auto;
	padding: 50px 0 0;
	background-position: center;
}

#mv .inner{
	position: relative;
}

#mv .imgWrap{
	width: 870px;
	margin: auto;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
	position: relative;
}

#mv .imgWrap.active{
	opacity: 1;
	bottom: 0;
}

#mv .imgWrap .img{
	display: block;
	position: relative;
	z-index: 10;
}

#mv .imgWrap.active .pop{
	top:0;
	opacity: 1;
}

#mv .imgWrap .pop{
	display: block;
	position: absolute;
	left:20px;
	top:0;
	width: 180px;
	height: 180px;
	z-index: 1;
	opacity: 0;
	transition-duration:0.6s;
	transition-delay: 1.0s;
}

#mv .imgWrap .pop img{
	width: 100%;
}

#mv h1{
	width: 780px;
	margin: auto;
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}


#mv h1.active{
	opacity: 1;
	bottom: 0;
}

#mv .catch{
	position: absolute;
	bottom:0;
	width: 430px;
	margin: auto;
	transition-duration:1.0s;
	transition-delay: 1.0s;
	opacity: 0;
	left: -50px;
	z-index: 20;
}

#mv .catch.active{
	opacity: 1;
	left: 0;
}

#mv img{
	width: 100%;	
}

/*アンコール*/
#mv02{
	background-color: #FFF;
	padding: 80px 0 70px;
}

#mv02 h1{
	width: 710px;
	margin: auto;
}

#mv02 h1 img{
	width: 100%;
}


/*動画*/
#mv03 .movieWrapOuter{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#mv03 .movieWrapInner{
  position: relative;
  padding-top: calc(9 / 16 * 100%); /*56.25%でもOK。わかりやすいように式で出してます。*/
}

#mv03 .movieWrapInner video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#event {
	background-color: #009fcb;
	padding: 110px 0 20px;
}

#event .bnrWrap{
	width: 844px;
	margin: auto;
}

#event .bnrWrap img{
	width: 100%;
}

#intro{
	background-color: #009fcb;
	padding: 90px 0 20px
}

#intro img{
	width: 100%;
}

#intro h2{
	width: 620px;
	margin: auto;
	position: relative;
	top: 50px;
}

#intro .imgWrap{
	width: 630px;
	margin: 0 auto 10px;
}

#intro .textWrap{
	color: #FFF;
	line-height: 2em;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#movie{
	background-color: #FFF;
}

#movie .movieGroup li{
	margin-bottom: 80px;
}

#movie .movieGroup li:last-Child{
	margin-bottom: 0;
}

#movie .movieGroup li .imgWrap{
	float: left;
	width: 50%;
	border: 1px solid #606060;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

#movie .movieGroup li .imgWrap:before{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url("../img/icon_movie.svg");
	background-repeat: no-repeat;
	left:0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	pointer-events: none;
}

#movie .movieGroup li .imgWrap img{
	width: 100%;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#movie .movieGroup li .imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#movie .movieGroup li .infoWrap{
	float: right;
	width: 45%;
}

#movie .movieGroup li .infoWrap h3{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#movie .movieGroup li .infoWrap .textWrap{
	font-size: 14px;
	line-height: 1.8em;
}

#movie .movieGroup li:nth-child(even) .imgWrap{
	float: right;
}

#movie .movieGroup li:nth-child(even) .infoWrap{
	float: left;
}

#mainContents{
	overflow: hidden;
}

.contentsArea img{
	width:100%;
}

.contentsArea h2{
	position: relative;
	background-color: #009fcb;
	height: 200px;
}

.contentsArea h2 .titleBlock{
	display: block;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	width: 200px;
	margin: auto;
	transition-duration:1.0s;
	opacity: 0;
}

.contentsArea h2 .titleBlock.active{
	bottom: -10px;
	opacity: 1;
}


.contentsArea h3{
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.contentsArea .inner .personWrap{
	position: absolute;
	transition-duration:1.0s;
	opacity: 0;
	z-index: 10;
}

.contentsArea .inner .personWrap.active{
	opacity: 1;
}

.contentsArea .inner .personWrap img{
	width: 100%;
}

.contentsArea .inner{
	padding: 50px 0 40px;
}

.contentsArea .textWrap{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

#design h2 .titleBlock{
	width: 200px;
}

#design{
	background-color: #FFF;
}

#design .imgGroup{
	margin: 0 auto 20px;
}

#design .imgGroup li.num01{
	float: left;
	width: 51%;
}

#design .imgGroup li.num02{
	float: right;
	width: 47%;
}

#design .textWrap{
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#design .personWrap01{
	top: -40px;
	left: -150px;
	width: 150px;
}

#design .personWrap01.active{
	left: -100px;
}

#design .personWrap02{
	bottom: -70px;
	right: -250px;
	width: 200px;
}

#design .personWrap02.active{
	right: -200px;
}

#design h2 .titleBlock{
	width: 240px;
}

#exterior h2 .titleBlock{
	width: 240px;
}

#exterior{
	background-color: #FFF;
}

#exterior .imgGroup li{
	float: left;
	width:48%;
	margin-right: 4%;
	margin-bottom: 15px;
}

#exterior .imgGroup li:nth-child(even){
	margin-right: 0;
}

#exterior .personWrap01{
	top: -125px;
	left: -100px;
	width: 165px;
}

#exterior .personWrap02 {
	bottom: -100px;
	right: -150px;
	width: 140px;
}

#exterior .personWrap01.active{
	left: -70px;
}

#exterior .personWrap02.active {
	right: -90px;
}

#safety{
	background-color: #FFF;
}

#safety h2 .titleBlock{
	width: 330px;
	bottom: -100px;
}

#safety h2 .titleBlock.active{
	bottom: -50px;
}


#safety .inner {
padding: 80px 0 40px;
}

#safety .safetyGroup li{
	margin-bottom: 35px;
}

#safety .safetyGroup li.num01 .infoWrap{
	margin-top: 50px;
}

#safety .safetyGroup li.num02 .infoWrap{
	margin-top: 60px;
}

#safety .safetyGroup li .imgWrap{
	float: left;
	width: 330px;
}

#safety .safetyGroup li .infoWrap{
	float: right;
	width: 360px;
}

#safety .safetyGroup li .infoWrap h4{
	font-size: 22px;
	margin-bottom: 25px;
	text-align: left;
	color: #009fcb;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0;
}

#safety .safetyGroup li .infoWrap h4 span{
	font-weight: bold !important;
}

#safety .safetyGroup li .infoWrap h4 .small{
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
}

#safety .safetyGroup li .infoWrap .textWrap{
	font-size: 10px;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#safety .personWrap01{
	top: -142px;
	right: auto;
	left: -150px;
	width: 200px;
}

#safety .personWrap01.active{
	left: -100px;
}

#price h2 .titleBlock{
	width: 240px;
}

#price{
	background-color: #FFF;
}

#price .contentsWrap{
	width: 550px;
	margin:0 auto 30px;
}

#price .contentsWrap .imgWrap{
	float: left;
	width: 50%;
}

#price .contentsWrap .textWrap{
	float: right;
	width: 50%;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	margin-top: 50px;
}

#price .priceGroup li.num01{
	float: left;
	width: 48%;
}

#price .priceGroup li.num02{
	float: right;
	width: 48%;
}

#price .personWrap01{
	top: -150px;
	left: auto;
	right: -50px;
	width: 120px;
}

#price .personWrap01.active{
	right: 0;
}

#btnArea{
	background-color: #009fcb;
}

#btnArea .inner{
	width: 1000px;
	padding: 140px 0 100px;
}

#btnArea .btnGroup.col03 li{
	float: left;
	width: 320px;
	margin-right: 20px;
}

#btnArea .btnGroup.col02 li{
	display: inline-block;
	width: 320px;
	margin-right: 20px;
}

#btnArea .btnGroup li:last-child{
	margin-right: 0 !important;
}

/*フッター*/
.footer{
	background-color:#FFF;
	padding: 40px 90px;
	text-align:center;
}

.footer .btn{
	display: inline-block;
}

.footer .btn img{
	width: 100%;
}

.onlyPC{
	display: block;
}

.onlySP{
	display: none;
}

a.noLink{
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}

/*画面サイズが1650px以下の場合*/
@media screen and (max-width: 1650px) {

}


/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	#mv {
		background-size: cover;
		background-position: center;
		width: auto;
		margin: auto;
	}
	
	#mv .inner {
		position: relative;
		padding: 0 20px;
	}
	
	#mv h1 {
		width: 80%;
		margin: auto;
	}
	
	#mv .catch {
		bottom: -110px;
		left: 0;
		right: 0;
		width: 70%;
	}
	
	#mv .imgWrap {
		width: 100%;
	}
	
	#event .bnrWrap{
		padding: 100px 20px 0;
	}
	
	#design .personWrap02.active{
		right: -100px;
	}
	
	#btnArea .inner {
		width: auto;
		padding: 50px 20px 80px;
	}
	
	#btnArea .btnGroup.col03 li {
		width: 32%;
		margin-right: 2%;
	}
	
	#btnArea .btnGroup.col02 li {
		float: left;
		width: 46%;
		margin-right: 8%;
	}
	
}

/*画面サイズが900px以下の場合*/
@media screen and (max-width: 900px) {
	.inner{
		width: auto;
	}
	
	#event .bnrWrap{
		padding: 90px 20px 0;
	}
	
	#event .bnrWrap{
		width: auto;
		margin: auto;
	}	
	
	#intro {
		padding: 0 0 20px;
	}
	
	#intro .inner{
		padding: 0 20px;
	}
	
	#intro h2 {
		width: auto;
		margin: auto;
		top: 50px;
	}
	
	#intro .imgWrap {
		width: auto;
		margin: 0 auto 10px;
	}
	
	#design .personWrap01 {
		top: -120px;
		left: 0;
	}
	
	#design .personWrap02 {
		right: -50px;
		bottom: -150px;
	}
	
	#exterior .personWrap01 {
		left: -50px;
	}
	
	#exterior .personWrap02 {
		bottom: -140px;
		right: -50px;
		width: 140px;
	}
	
	#safety .personWrap01 {
		top: -142px;
		left: -50pxpx;
	}
	
	
	#design .personWrap01.active {
		left: 0;
	}
	
	#design .personWrap02.active {
		right: 0;
	}
	
	#exterior .personWrap01.active {
		left: 0;
	}
	
	#exterior .personWrap02.active {
		right: 0;
	}
	
	#safety .personWrap01.active {
		left: 0px;
	}
	
	
	
	#safety .inner {
		padding: 80px 20px 40px;
	}
	
	#safety .safetyGroup li .imgWrap {
		width: 50%;
	}
	
	#safety .safetyGroup li .infoWrap {
		width: 45%;
	}
	
	.contentsArea .inner {
		padding: 50px 20px 40px;
	}

}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {

	/*アンコール*/
	#mv02{
		padding: 50px 20px;
	}

	#mv02 h1{
		width: auto;
	}
	
	#mv .imgWrap .pop {
		width: 100px;
		height: 100px;
		z-index: 10;
	}
	
	#intro .textWrap {
		line-height: 1.5em;
		font-size: 16px;
		letter-spacing: 0;
	}
}

/*画面サイズが780px以下の場合*/
@media screen and (max-width: 780px) {

}

/*画面サイズが680px以下*/
@media screen and (max-width: 680px) {
	
	#mv .catch {
		bottom: -130px;
		width: 80%;
	}	
	
	#mv .catch {
		bottom: -100px;
	}
	
	#event .bnrWrap {
		padding: 0px 20px;
	}	
	
	#design h2 {
		height: 160px;
	}
	
	#design .personWrap01 {
		left: -50px;
		top: -140px;
		width: 25%;
	}
	
	#design .personWrap02 {
		right: -50px;
		bottom: -120px;
		width: 30%;
	}
	
	#exterior .personWrap01 {
		top: -160px;
		left: -50px;
		width: 30%;
	}
	
	#exterior .personWrap02 {
		bottom: -180px;
		right: -50px;
		width: 25%;
	}
	
	#safety .personWrap01 {
		top: -200px;
		left: -50px;
		width: 30%;
	}
	
	#price .personWrap01 {
		top: -150px;
		right: -50px;
		width: 25%;
	}
	
	#design .personWrap01.active {
		left: 0;
	}
	
	#design .personWrap02.active {
		right: 0;
	}
	
	#exterior .personWrap01.active {
		left: 0;
	}
	
	#exterior .personWrap02.active {
		right: 0;
	}
	
	#safety .personWrap01.active {
		left: 0;
	}	
	
	#price .personWrap01.active {
		right: 0;
	}	

	#price h2{
		height: 160px;
	}
	
	.contentsArea h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.5em;
	}
	
	#safety .safetyGroup li.num01 .infoWrap,
	#safety .safetyGroup li.num02 .infoWrap{
		margin-top: 0;
	}
	
	#safety .safetyGroup li .infoWrap h4 .small {
		display: inline-block;
	}
	
	#btnArea .inner {
		padding: 50px 20px 60px;
	}
	
	/*フッター*/
	.footer{
		padding:30px 20px;
	}
	
	.onlyPC{
		display: none;
	}

	.onlySP{
		display: block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePc{
		display:inline;
	}
	
	/*改行クラス（SP）*/
	.breakLineSp{
		display:block;
	}
}

@media screen and (max-width:600px) {
	.contentsArea h2 .titleBlock {
		width: 60% !important;
	}
	
	.contentsArea h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.5em;
	}
	
	#mv h1 {
		width: 90%;
		margin-bottom: 80px;
	}
	
	#mv .catch {
		bottom: -90px;
		width: 90%;
	}	
	
	#mv .imgWrap.active .pop {
		top: -80px;
	}	
	
	#movie .movieGroup li{
		margin-bottom: 50px;
	}

	#movie .movieGroup li .imgWrap{
		float: none;
		width: auto;
	}

	#movie .movieGroup li .infoWrap{
		float: none;
		width: auto;
	}

	#movie .movieGroup li:nth-child(even) .imgWrap{
		float: auto;
	}

	#movie .movieGroup li:nth-child(even) .infoWrap{
		float: none;
	}	
	
	#design .personWrap01 {
		top: -140px;
		width: 32%;
	}
	
	#design .personWrap02 {
		bottom: -130px;
		width: 45%;
	}
	
	#exterior .personWrap01 {
		top: -160px;
		width: 35%;
	}
	
	#exterior .personWrap02 {
		bottom: -180px;
		width: 35%;
	}
	
	#safety .personWrap01 {
		top: -200px;
		width: 40%;
	}	
	
	#price .personWrap01 {
		top: -150px;
		width: 32%;
	}		
	
	#intro .textWrap {
		font-size: 14px;
		line-height: 1.7em;
	}	
	
	#design .imgGroup li.num01 {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	
	#design .imgGroup li.num02 {
		float: none;
		width: auto;
	}
	
	#exterior .imgGroup li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}	
	
	/*#exterior .imgGroup li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}*/
	
	#safety .safetyGroup li .infoWrap {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	
	#safety .safetyGroup li .infoWrap h4 {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 1.2em;
	}
	
	#safety .safetyGroup li .infoWrap h4 .small {
		display: inline-block;
		font-size: 14px;
	}
	
	#safety .safetyGroup li .imgWrap {
		width: auto;
		float: none;
	}
	
	#safety .safetyGroup li {
		margin-bottom: 50px;
	}
	
	#price .contentsWrap {
		width: auto;
		margin: 0 auto 20px;
	}
	
	#price .contentsWrap .imgWrap {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	
	#price .contentsWrap .textWrap {
		float: none;
		width: auto;
		margin-top: 0;
	}
	
	#price .priceGroup li.num01 {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	
	#price .priceGroup li.num02 {
		float: none;
		width: auto;
	}
	
	#btnArea .btnGroup.col02 li,
	#btnArea .btnGroup.col03 li{
		float: none;
		width: 80%;
		margin: 0 auto 20px;
	}
	
	#btnArea .btnGroup.col02 li:last-child,
	#btnArea .btnGroup.col03 li:last-child{
		margin-right: auto !important;
	}
	
}

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

}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.btnWrap:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}</pre></body></html>