@charset "UTF-8";

/* slidesArea
------------------------------------------------- */
.slidesArea {
	width: 100%;
	clear: both;
	position: relative;
}
.bx-wrapper {
	*zoom: 1;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bxslider li a,
.bxslider li span {
	display: block;
	text-indent: -9999px;
	height: 40.286em;
}
.bxslider li.slides01 {
	background: url(../images/top/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}
.bxslider li.slides02 {
	background: url(../images/top/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}
.bxslider li.slides03 {
	background: url(../images/top/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}
.bxslider li.slides04 {
	background: url(../images/top/mainimg04.jpg) no-repeat center center;
	background-size: cover;
}
.bxslider li.slides05 {
	background: url(../images/top/mainimg05.jpg) no-repeat center center;
	background-size: cover;
}
.bxslider .bx-controls-direction {
	display: block;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
	text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
	background: rgba(0,0,0,0.40);
	padding: 1.5em 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #fff;
	text-indent: -9999px;
	margin: 0 5px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6926;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display: none!important;
}
@media only screen and (max-width:767px){
.bxslider li a,
.bxslider li span {
	height: 80vw;
}
.bx-wrapper .bx-pager.bx-default-pager {
	padding: 3vw 0;
}
}


/* conceptArea
------------------------------------------------- */
.conceptArea {
	padding: 2.2em 0 9em;
}
.conceptArea .ttl {
	padding-bottom: 0.7em;
}
.conceptArea .cont {
	width: 79%;
	margin: 0 auto 3em;
	color: #fff;
	text-align: center;
	background: url(../images/top/bg_concept.jpg) no-repeat center center;
	background-size: cover;
	padding: 4em 0 2.8em;
}
.conceptArea .cont p {
	line-height: 1.8;
	padding: 0.9em 0;
}
.conceptArea .mvArea {
	width: 79%;
	margin: 0 auto;
	position: relative;
	height: 31.8em;
}
.conceptArea .mvArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:767px){
.conceptArea {
	padding: 5vw 0 10vw;
}
.conceptArea .ttl {
	font-size: 4.5vw;
}
.conceptArea .cont,
.conceptArea .mvArea {
	width: 100%;
}
.conceptArea .cont {
	box-sizing: border-box;
	padding: 5vw 3%;
	margin-bottom: 5vw;
}
.conceptArea .mvArea {
	height: 80vw;
}
}


/* lineupArea
------------------------------------------------- */
.lineupSet {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.lineupSet .img01,
.lineupSet .cont {
	width: 50%;
	color: #fff;
}
.lineupSet .img01 {
	text-align: right;
}
.lineupSet .img01 p,
.lineupSet .cont .txtSet {
	width: 35em;
	max-width: 490px;
	display: inline-block;
	box-sizing: border-box;
}
.lineupSet .cont .txtSet {
	padding: 0 2.5em 1em;
}
.lineupSet .cont .txtSet .ttl {
	letter-spacing: 0.06em;
}
.lineupSet .cont .txtSet .txt {
	line-height: 1.9;
	padding: 1em 0 3em;
}
.lineupSet .cont .txtSet .bnr {
	text-align: right;
}
.lineupSet .cont .txtSet .bnr a {
	color: #fff;
	border: #fff 1px solid;
	display: inline-block;
	width: 14.125em;
	text-align: center;
	padding: 0.62em 0;
}
.lineupArea .btn {
	width: 91.8%;
	margin: 0 auto;
}
.lineupArea .btn a {
	display: block;
	text-align: center;
	border: #ff6926 0.12em solid;
	color: #ff6926;
	font-weight: bold;
	padding: 1.55em 0;
}
.lineupArea .btn a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.6em;
	height: 0.64em;
	background: url(../common/images/ico02.png) no-repeat left top;
	background-size: 100% 100%;
	margin-right: 1em;
	margin-top: -0.1em;
}
.lineupArea .photos {
	margin-bottom: 6.4em;
}
.lineupArea .photos ul {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
}
.lineupArea .photos ul li {
	width: 50%;
}
@media only screen and (min-width:768px){
.busy .lineupSet {
	background: url(../images/top/bg_busy.jpg) no-repeat right top #e1e1e1;
	background-size: 50% 100%;
}
.pilot .lineupSet {
	background: url(../images/top/bg_pilot.jpg) no-repeat left top #e1e1e1;
	background-size: 50% 100%;
}
.carry .lineupSet {
	background: url(../images/top/bg_carry.jpg) no-repeat right top #e1e1e1;
	background-size: 50% 100%;
}
.busy .photos {
	background: #23322b;
}
.pilot .photos {
	background: #1f2a40;
}
.carry .photos {
	background: #372b29;
}
.pilot .lineupSet .img01 {
	text-align: left;
}
.pilot .lineupSet .cont .txtSet {
	float: right;
}
}
@media only screen and (max-width:767px){
.lineupSet {
	display: block;
	background: #e1e1e1!important;
	position: relative;
	padding-top: 98vw;
}
.lineupSet .cont .txtSet .ttl {
	font-size: 6vw;
	text-align: center;
}
.lineupSet .img01,
.lineupSet .cont {
	width: 100%;
	display: block;
}
.lineupSet .img01 p,
.lineupSet .cont .txtSet {
	width: 100%;
	max-width: 100%;
}
.lineupArea .photos {
	margin-bottom: 8vw;
}
.lineupArea .photos ul {
	display: block;
}
.lineupArea .photos ul li {
	width: 100%;
}
.lineupSet .cont .txtSet {
	padding: 8vw 5%;
}
.lineupSet .cont .txtSet .bnr {
	text-align: center;
}
.lineupSet .img01 {
	position: absolute;
	top: 0;
	left: 0;
}
.lineupArea .btn {
	width: 100%;
}
.lineupArea .btn a {
	font-size: 4.2vw;
	padding: 1em 0;
}
.busy .lineupSet .cont {
	background: url(../images/top/bg_busy.jpg) no-repeat center center;
	background-size: cover;
}
.pilot .lineupSet .cont {
	background: url(../images/top/bg_pilot.jpg) no-repeat center center;
	background-size: cover;
}
.carry .lineupSet .cont {
	background: url(../images/top/bg_carry.jpg) no-repeat center center;
	background-size: cover;
}
}