@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: #FFF;
	margin: 0 auto;
	padding: 0;
	background:none;
	font-size: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
	background-color: #000;
}

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;
}

.inner{
	position: relative;
	width: 80%;
	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;
}

header {
	background-image: url("../img/mv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 780px;
	position: relative;
	transition-duration: 0.5s;
}

header:before{
	content: "";
	background-image: url("../img/line01_bg.png");
	background-repeat: no-repeat;
	width: 309px;
	height: 2119px;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	transition-duration: 0.5s;
}

header .inner{
	position: relative;
	width: 1100px;
	height: 100%;
	margin: auto;
	padding: 70px 0 0;
	box-sizing: border-box;
}

header h1{
	position: relative;
	width: 740px;
	z-index: 10;
}

header .catch{
	position: absolute;
	right:0;
	bottom:0;
	font-size: 19px;
	width: 360px;
	text-align: left;
	line-height: 2em;
	letter-spacing: 6px;
	font-family: 'source-han-serif-japanese';
	font-weight: 400;
	font-style: normal;
	opacity: 0;
	transition-duration: 0.8s;
	transition-delay: 0.5s;
}

header .catch.active{
	bottom:30px;
	opacity: 1;
}

header h1 img{
	width: 100%;
}

#mainContents{
	position: relative;
	overflow-x: hidden;
}

#mainContents:before{
	content: "";
	background-image: url("../img/line02_bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 10875px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#intro{
	position: relative;
	z-index: 5;	
	background-image: url("../img/bg_intro.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 100px 0 120px;
}

#intro .bnrWrap{
	margin-bottom: 120px;
}

#intro .inner{
	width: 840px;
	margin: auto;
	text-align: center;
}

#intro h2{
	font-size: 42px;
	letter-spacing: 10px;
	display: inline-block;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 35px;
	line-height: 1.5em;
	font-family: 'source-han-serif-japanese';
	font-weight: 400;
	font-style: normal;	
}

#intro .textWrap{
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 2.2em;
	margin-bottom: 35px;
}

.movieWrap{
	width: 800px;
	margin: auto;
	position: relative;
}

.movieWrap a{
	display: block;
	background-color: #FFF;
}

.movieWrap a:before{
	content: "";
	position: absolute;
	background-image: url("../img/icon_movie.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 83px;
	height: 83px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	transition-duration: 0.3s;
}

.movieWrap a:after{
	content: "";
	position: absolute;
	background-color: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	transition-duration: 0.3s;
}

.movieWrap a:hover:after{
	background-color: rgba(255,255,255,0.1);
}

.movieWrap a:hover:before{
	transform:scale(1.2);
}

.pointWrap{
	position: relative;
	margin-bottom: 100px;
	z-index: 5;
}

.pointWrap .appealArea{
	width: 1000px;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}

.pointWrap .appealArea h2 .border{
	display: inline-block;
	border-bottom: 1px solid #FFF;
}

.pointWrap .appealArea h2{
	font-size: 30px;
	letter-spacing: 7px;
	margin-bottom: 30px;
	line-height: 2em;
	font-family: 'source-han-serif-japanese';
	font-weight: 400;
	font-style: normal;	
}

.pointWrap .appealArea .textWrap{
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 2em;
}

.pointWrap .appealArea .imgWrap{
	width: 100%;
	position: relative;
	margin-bottom: 55px;
}

.pointWrap .appealArea .imgWrap:before{
	content: "";
	position: absolute;
	background-image: url("../img/title_exterior.svg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.pointWrap .appealArea .imgWrap:after{
	content: "";
	position: absolute;
	background-color: #FFF;
	width: 175px;
	height: 70px;
	z-index: 5;
}

#point01 .appealArea .imgWrap:before{
	content: "";
	left:-20px;
	top:-25px;
	background-image: url("../img/title_exterior.svg");
	width: 70px;
	height: 407px;
}

#point01 .appealArea .imgWrap:after{
	content: "";
	left:-20px;
	top:-25px;
}

#point02 .appealArea .imgWrap:before{
	content: "";
	right:-20px;
	top:-25px;
	background-image: url("../img/title_interior.svg");
	width: 127px;
	height: 429px;
}

#point02 .appealArea .imgWrap:after{
	content: "";
	right:-20px;
	top:-25px;
}

#point03 .appealArea .imgWrap:before{
	content: "";
	left:-20px;
	top:-25px;
	background-image: url("../img/title_performance.svg");
	width: 70px;
	height: 532px;
}

#point03 .appealArea .imgWrap:after{
	content: "";
	left:-20px;
	top:-25px;
}

#point04 .appealArea .imgWrap:before{
	content: "";
	right:-20px;
	top:-25px;
	background-image: url("../img/title_safety.svg");
	width: 70px;
	height: 330px;
}

#point04 .appealArea .imgWrap:after{
	content: "";
	right:-20px;
	top:-25px;
}

#point05 .appealArea .imgWrap:before{
	content: "";
	left:-20px;
	top:-25px;
	background-image: url("../img/title_price.svg");
	width: 70px;
	height: 213px;
}

#point05 .appealArea .imgWrap:after{
	content: "";
	left:-20px;
	top:-25px;
}


.pointWrap .detailArea{
	width: 850px;
	margin: auto;
}

#intro:before{
	content: "";
	position: absolute;
	background-image: url("../img/confetti01.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 598px;
	height: 1891px;
	left:0;
	top:0;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

#intro:after{
	content: "";
	position: absolute;
	background-image: url("../img/confetti02.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 800px;
	height: 1075px;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.5s;	
}

#intro.active:before,
#intro.active:after{
	opacity: 1;
}

#point01 .detailArea .detailGroup li{
	text-align: left;
	width: 48%;
	margin-bottom: 60px;
}

#point01 .detailArea .detailGroup li.num01{
	float: left;
}

#point01 .detailArea .detailGroup li.num02{
	float: right;
}

#point01 .detailArea .detailGroup li.num03{
	float: left;
	width: auto;
	margin-bottom: 0;
}

#point01 .detailArea .imgWrap{
	margin-bottom: 30px;
}

#point01 .infoWrap h3{
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
}

#point01 .infoWrap h3 .border{
	display: inline-block;
	border-bottom: 1px solid #FFF;
}

#point01 .infoWrap h3 .small{
	font-size: 14px;
}

#point01 .infoWrap .textWrap{
	font-size: 15px;
	line-height: 1.8em;
}

#point01 .infoWrap .cautionWrap{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}

#point01 .detailArea .detailGroup li.num03 .imgWrap{
	float: left;
	width: 57%;
}

#point01 .detailArea .detailGroup li.num03 .infoWrap{
	float: right;
	width: 40%;
}

#point02 .imgGroup{
	display: flex;
	justify-content:space-between;
	margin-bottom: 80px;
}

#point02 .imgGroup li{
	width: 48%;
}

.detailArea_type01 .detailGroup li .mark{
	position: relative;
	font-size: 10px;
	display: inline-block;
	top: -6px;
}

.detailArea_type02 .detailGroup li{
	margin-bottom: 60px;
}

.detailArea_type02 .detailGroup li .imgWrap{
	float: left;
	width: 50%;
}

.detailArea_type02 .detailGroup li .infoWrap{
	float: right;
	width: 45%;
	text-align: left;
}

.detailArea_type02 .detailGroup li .infoWrap h3{
	padding-left: 65px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	padding-bottom: 10px;
	height: 65px;
}

.detailArea_type02 .detailGroup li .infoWrap h3 .mark{
	position: absolute;
	font-size: 10px;
	display: inline-block;
	top: -6px;
}

.detailArea_type02 .detailGroup li .infoWrap h3:before{
	content: "";
	background-image: url("../img/icon_title.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 52px;
	height: 52px;
	position: absolute;
	left:0;
	top:0;
}

.detailArea_type02 .detailGroup li .infoWrap h3 .small{
	display: block;
	font-size: 14px;
}

#point02 .detailGroup li.num03 .infoWrap h3,
#point02 .detailGroup li.num04 .infoWrap h3{
	line-height: 2.5em;
}

#point02 .infoWrap .textWrap{
	font-size: 16px;
	line-height: 1.8em;
}

#point02 .infoWrap .cautionWrap{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}

#point02 .detailGroup li.num04 .infoWrap{
	width: auto;
	float: none;
}


.detailArea_type01{
	position: relative;
	box-sizing: border-box;
	padding: 25px 50px 50px;
}


.detailArea_type01:before,
.detailArea_type01:after{
	content: "";
	position: absolute;
	background-image: url("../img/icon_brackets.svg");
	background-repeat: no-repeat;
	width: 63px;
	height: 66px;
}

.detailArea_type01:before{
	content: "";
	left:0;
	bottom:0;
	transform:rotate(270deg);
}

.detailArea_type01:after{
	content: "";
	right:0;
	bottom:0;
	transform:rotate(180deg);
}

.detailArea_type01 h3{
	font-size: 30px;
	letter-spacing: 12px;
	padding-bottom: 10px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 500;
	font-style: normal;
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
	position: relative;
}

.detailArea_type01 h3:before,
.detailArea_type01 h3:after{
	content: "";
	position: absolute;
	background-image: url("../img/icon_brackets.svg");
	background-repeat: no-repeat;
	width: 63px;
	height: 66px;
}

.detailArea_type01 h3:before{
	content: "";
	left:-52px;
	top:-30px;
}

.detailArea_type01 h3:after{
	content: "";
	right:-52px;
	top:-30px;
	transform:rotate(90deg);
}

#point03 .detailGroup li{
	position: relative;
	width: 50%;
	box-sizing: border-box;
}

#point03 .detailGroup li.num01{
	float: left;
	padding-right: 30px;
}

#point03 .detailGroup li.num01:before{
	content: "";
	position: absolute;
	right:0;
	top:0;
	background-color: #FFF;
	width: 1px;
	height: 100%;
}

#point03 .detailGroup li.num02{
	float: right;
	padding-left: 30px;
}


#point03 .detailArea h4{
	font-size: 26px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#point03 .detailArea h4 .small{
	display: block;
	font-size: 20px;
	margin-top: 10px;
}

#point03 .detailArea .textWrap{
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
}

#point03 .hybrid{
	margin-bottom: 90px;	
}

#point04 .detailArea .detailWrap{
	position: relative;
	margin-bottom: 100px;
}

#point04 .detailArea .num03{
	margin-bottom: 60px;
}

#point04 .detailArea .detailWrap:before{
	content: "";
	position: absolute;
	left:0;
	right:0;
	bottom:-60px;
	margin: auto;
	background-color: #FFF;
	width:1px;
	height: 40px;
}

#point04 .detailArea .num03:before{
	content: none;
}

#point04 .detailArea h3{
	font-size: 28px;
	letter-spacing: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#point04 .detailArea_type01{
	margin-bottom: 100px;
	
}

#point04 .detailArea_type02 .detailGroup li h3{
	font-size: 20px;
	letter-spacing: 0;
}

#point04 .detailArea h4{
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 35px;
}

#point04 .detailArea h4 .small01{
	display: inline-block;
	font-size: 18px;
	padding-left: 1em;
}

#point04 .detailArea h4 .small02{
	display: block;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.5em;
}

#point04 .detailGroup{
	margin-bottom: 25px;
}

#point04 .detailGroup li{
	width: 47%;
	float: left;
}

#point04 .detailArea_type02 .detailGroup li{
	width: auto;
	float: none;
	margin-bottom: 0;
}

#point04 .detailArea_type02 .detailGroup li .imgWrap{
	width: 30%;
}

#point04 .detailArea_type02 .detailGroup li .infoWrap{
	width: 65%;
}

#point04 .detailArea_type02 .detailGroup li .infoWrap h3{
	line-height: 2.5em;
}

#point04 .detailArea_type02 .detailGroup li .infoWrap h3 .small{
	display: inline-block;
}

#point04 .detailGroup li.num02{
	float: right;
}

#point04 .detailGroup li .imgWrap{
	margin-bottom: 5px;
}

#point04 .detailGroup li .textWrap{
	font-size: 15px;
	text-align: left;
}

#point04 .cautionWrap{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

#point04 .textWrap02{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}

#point05 h3{	
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 5px;
}

#point05 {
	margin-bottom: 200px;
}

#point05 .detail01 {
	margin-bottom: 80px;	
}

#point05 .detail02 {
	margin-bottom: 40px;	
}

#point05 .detailGroup .priceWrap{
	float: left;
	width: 55%;
}

#point05 .detailGroup .infoWrap{
	float: right;
	width: 40%;
}

#point05 .detailGroup .infoWrap .imgWrap{
	width: 90%;
	margin: auto;
}

#point05 .detailGroup .infoWrap .textWrap{
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
}

#point05 .textWrap02{
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}


#movie:before{
	content: "";
	position: absolute;
	background-image: url("../img/confetti04.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 458px;
	height: 678px;
	left:0;
	top:-100px;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

#movie:after{
	content: "";
	position: absolute;
	background-image: url("../img/confetti05.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 404px;
	height: 485px;
	right:0;
	top:200px;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
	transition-delay: 0.5s;
}

#movie.active:before,
#movie.active:after{
	opacity: 1;
}


#movie .btnWrap{
	display: block;
}

#movie .btnWrap01{
	width: 450px;
	margin: 0 auto 100px;
}

#movie .btnWrap02{
	width: 690px;
	margin: 0 auto;
}

#movie .movieWrap{
	margin-bottom: 70px;
}

#movie .movieWrap:before{
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	background-image: url("../img/title_movie.svg");
	background-repeat: no-repeat;
	width: 70px;
	height: 533px;
	z-index: 10;
}

#movie .movieWrap:after{
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	background-color: #FFF;
	width: 175px;
	height: 70px;
	z-index: 5;
}



#mainContents img{
	width:100%;
}

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

/*ページトップボタン　ここから*/
.footer #pageTopBtn{
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index:100;
}

.footer #pageTopBtn.notBottom{
	position: fixed !important;
	bottom: 60px !important;
}

.footer #pageTopBtn a {
	display: block;
	width: 60px;
	z-index: 999;
	text-decoration: none;
	box-sizing: border-box;
}

.footer #pageTopBtn a img{
	width: 100%;
}

.footer #pageTopBtn a:hover{
	opacity:0.8;
}


.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;
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	header:before {
		content: "";
		left: -15%;
	}
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	
	header h1 {
		width: 80%;
		left: 20px;
	}
	
	header {
		height: 500px;
	}
	
	header .inner {
		width: auto;
		padding: 30px 0 0;
	}
	
	.pointWrap .appealArea {
		width: auto;
		margin-bottom: 60px;
		padding: 0 20px;
	}

	#point01 .detailArea .detailGroup li.num03 .imgWrap{
		float: left;
		width: 48%;
	}

	#point01 .detailArea .detailGroup li.num03 .infoWrap{
		float: right;
		width: 50%;
	}	
	
	#movie .movieWrap:before {
		content: "";
		right: -50px;
		top: -50px;
	}
	
	#movie .movieWrap:after {
		content: "";
		right: -50px;
		top: -50px;
		width: 175px;
		height: 70px;
	}
	
}

/*画面サイズが900px以下の場合*/
@media screen and (max-width: 900px) {
	
	header:before {
		content: "";
		left: -40%;
		width: 100%;
	}	
	
	.inner{
		width: auto;
	}
	
	.pointWrap .appealArea .imgWrap {
		width: 95%;
		margin: 0 auto 50px;
	}
	
	.pointWrap .detailArea {
		width: auto;
		padding: 0 40px 50px;
	}
	
	.detailArea_type01 h3:before {
		content: "";
		left: -20px;
		top: -30px;
	}
	
	.detailArea_type01 h3:after {
		content: "";
		right: -20px;
		top: -30px;
	}
	
	
	.detailArea_type01:before {
		content: "";
		left: 20px;
		bottom: -20px;
	}
	
	.detailArea_type01:after {
		content: "";
		right: 20px;
		bottom: -20px;
	}
	
	.detailArea_type02 .detailGroup li .infoWrap h3 .small {
		font-size: 12px;
	}	
	
	#point01 .appealArea .imgWrap:before {
		content: "";
		left: -20px;
		top: -25px;
		width: 35px;
		height: 200px;
	}
	
	#point02 .appealArea .imgWrap:before {
		content: "";
		right: -20px;
		top: -25px;
		width: 65px;
		height: 225px;
	}
	
	
	#point03 .appealArea .imgWrap:before {
		content: "";
		left: -20px;
		top: -25px;
		width: 35px;
		height: 265px;
	}	
	
	#point04 .appealArea .imgWrap:before {
		content: "";
		right: -20px;
		top: -25px;
		width: 35px;
		height: 165px;
	}
	
	#point05 .appealArea .imgWrap:before {
		content: "";
		left: -20px;
		top: -25px;
		width: 35px;
		height: 107px;
	}

	.pointWrap .appealArea .imgWrap:after {
		content: "";
		width: 100px;
		height: 35px;
	}
	
	.movieWrap {
		width: 95%;
	}
	
	#movie .movieWrap:before {
		content: "";
		right: -35px;
		top: -20px;
		width: 35px;
		height: 265px;
	}
	
	#movie .movieWrap:after {
		content: "";
		right: -10px;
		top: -20px;
		width: 50px;
		height: 30px;
	}	
	
	#intro .inner {
		width: auto;
		margin: auto;
		text-align: center;
		padding: 0 20px;
	}
	
	#intro:after {
		content: "";
		width: 70%;
		height: 50%;
	}	
	
}

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

}

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

	.detailArea_type02 .detailGroup li .infoWrap h3 {
		padding-left: 55px;
		font-size: 18px;
		line-height: 1.4em;
		padding-bottom: 10px;
		height: 60px;
	}
	
	.detailArea_type02 .detailGroup li .infoWrap h3:before {
		content: "";
		width: 46px;
		height: 46px;
	}
	
	.detailArea_type02 .detailGroup li .infoWrap h3 .small {
		font-size: 11px;
	}	
	
	#movie .btnWrap01 {
		width: 80%;
		margin: 0 auto 40px;
	}
	
	#movie .btnWrap02 {
		width: 80%;
		margin: 0 auto;
	}
}

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

	.pointWrap .appealArea h2 {
		font-size: 24px;
		letter-spacing: 4px;
		line-height: 1.8em;
	}

	.detailArea_type02 .detailGroup li .infoWrap {
		float: none;
		width: auto !important;
		text-align: left;
		margin-bottom: 20px;
	}
	
	.detailArea_type02 .detailGroup li .imgWrap {
		float: none;
		width: auto !important;
	}
	
	.detailArea_type02 .detailGroup li .infoWrap h3 {
		line-height: 1.5em;
	}
	
	.detailArea_type02 .detailGroup li .infoWrap h3 .small {
		display: block !important;
	}
	
	.detailArea_type01 h3 {
		font-size: 25px;
		letter-spacing: 8px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}	
	
	.pointWrap .appealArea .textWrap {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
	}	
	
	#intro:before {
		content: "";
		width: 70%;
		height: 98%;
	}
	
	#intro:after {
		content: "";
		width: 70%;
		height: 50%;
	}
	
	#point02 .imgGroup {
		display: block;
		margin-bottom: 30px;
	}
	
	#point02 .imgGroup li {
		width: auto;
		margin-bottom: 20px;
	}
	
	#point03 .detailArea h4 {
		font-size: 20px;
		line-height: 1.2em;
	}
	
	#point03 .detailArea h4 .small {
		font-size: 18px;
	}	

	#point03 .appealArea .imgWrap:before {
		content: "";
		width: 30px;
		height: 235px;
	}	
	
	#point04 .detailArea h3 {
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 1.8em;
	}	
	
	#point04 .textWrap02 {
		font-size: 20px;
	}
	
	#point04 .detailArea_type01 {
		margin-bottom: 60px;
	}
	
	#point04 .detailArea_type02 .detailGroup li .infoWrap h3{
		line-height: 1.2em;
	}	
	
	#point05 {
		margin-bottom: 100px;
	}	
	
	#point05 .detailArea {
		padding: 0 20px 50px;
	}
		
	#movie:before {
		content: "";
		width: 50%;
		height: 50%;
	}
	
	#movie:after {
		content: "";
		width: 50%;
		height: 50%;
	}	
		
	/*フッター*/
	.footer{
		padding:30px 20px;
	}
	
	.footer #pageTopBtn {
		bottom: 20px;
	}
	
	.footer #pageTopBtn a {
		width: 50px;
	}
	
	.footer .btnWrap {
		margin-left: 0;
	}
		
	.footer .bnrGroup {
		width: 60%;
	}
	
	.footer .address .tel{
		pointer-events: auto;
		cursor:auto;
		display: inline-block;
		border-bottom: 1px solid #FFF;
		margin-top: 10px;
		font-size: 18px;
	}
	
	.onlyPC{
		display: none;
	}

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

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

	header .catch {
		bottom: 20px;
		font-size: 16px;
		width: auto;
		line-height: 2em;
		letter-spacing: 3px;
	}	
	
	header {
		height: 350px;
	}	
	
	header:before {
		content: "";
		left: -65%;
	}
	
	#intro h2 {
		font-size: 30px;
		letter-spacing: 5px;
		padding-bottom: 10px;
		line-height: 1.5em;
	}
	
	#intro .textWrap {
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 1.8em;
		margin-bottom: 35px;
	}	
	
	#intro .bnrWrap {
		margin-bottom: 60px;
	}
	
	#point01 .detailArea .detailGroup li{
		float: none !important;
		width: auto !important;
		margin-bottom: 30px;
	}
	
	#point01 .detailArea .detailGroup li.num03 {
		margin-bottom: 0;
	}
	
	#point01 .detailArea .detailGroup li.num03 .imgWrap {
		float: none;
		width: auto;
	}	
	
	#point01 .detailArea .detailGroup li.num03 .infoWrap {
		float: none;
		width: auto;
	}
	
	#point01 .infoWrap h3 {
	font-size: 16px;
	line-height: 1.6em;
	}	
	
	
	#point02 .appealArea .imgWrap:before {
		content: "";
		width: 50px;
		height: 170px;
	}
	
	#point03 .detailGroup li.num01:before {
		content: none;
	}	
	
	#point03 .detailGroup li.num01 {
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 20px;
	}
	
	#point03 .detailGroup li.num02 {
		float: none;
		padding-left: 0;
	}	
	
	#point03 .detailGroup li {
		width: auto;
	}
	
	#point03 .appealArea .imgWrap:before {
		content: "";
		left: -20px;
		top: -25px;
		width: 26px;
		height: 197px;
	}
	
	#point03 .appealArea .imgWrap:after {
		content: "";
		width: 100px;
		height: 30px;
	}
	
	#point04 .detailGroup li {
		width: auto;
		float: none;
	}
	
	
	#point04 .detailGroup li.num02 {
		float: none;
		margin-top: 20px;
	}
	
	#point04 .detailGroup li .textWrap {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	#point04 .detailArea h4 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 30px;
	}	
	
	#point04 .detailArea h4 .small01 {
		display: block;
		font-size: 14px;
		padding-left: 0;
	}
	
	#point04 .detailArea h4 .small02 {
		font-size: 12px;
	}
	
	#point04 .textWrap02 {
		font-size: 18px;
	}
	
	#point05 .detailGroup .priceWrap {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}	
	
	#point05 .detailGroup .infoWrap {
		float: none;
		width: auto;
	}
	
	.pointWrap .detailArea {
		padding: 20px 40px;
	}
	
	.pointWrap .appealArea h2 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 1.8em;
	}
	
	#movie .btnWrap01 {
		width: 90%;
		margin: 0 auto 40px;
	}
	
	#movie .btnWrap02 {
		width: 90%;
		margin: 0 auto;
	}	

	.movieWrap a:before {
		content: "";
		width: 50px;
		height: 50px;
	}
	
}

@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;
}