@charset "utf-8";


/* ======================================================================================================================
  セクション02
====================================================================================================================== */
#section02 {
	background-image: url(../img/section02_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
	position: relative;
 }
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02 {
	background-image: url(../img/section02_bg_mb.jpg);
 }
}
/********* mb(landscape) *********/
@media only screen and (orientation: landscape) and (max-width: 690px) {
#section02 {
	background-image: url(../img/section02_bg_pc.jpg);
 }
}

/* メインコピー */
#section02 .copyBox {
	width: 90%;
	position: absolute;
	top: 105px;
	left: 30px;
 }

#section02 .copyBox h2,
#section02 .copyBox p {
	color: #ffffff;
    text-shadow:2px 2px 3px #333;
}



/********* mb *********/
@media only screen and (max-width: 690px) {
#section02 .copyBox {
	max-width: 630px;
	width: 90%;
	top: 10%;
	left: 5%;
 }
}
/********* mb(landscape) *********/
@media only screen and (orientation: landscape) and (max-width: 690px) {
#section02 .copyBox {
	width: 60%;
	top: 20%;
	left: 4%;
 }
}


/* ====================================
  movie playボタン
==================================== */
#section02 .btnPlay {
	width: 320px;
	position: absolute;
	bottom: 42px;
	right: 30px;
	display: none;
 }
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02 .btnPlay {
	width: 56%;
	left: 50%;
	margin-left: -28%;
	bottom: 70px;
 }
}
/********* mb(landscape) *********/
@media only screen and (orientation: landscape) and (max-width: 690px) {
#section02 .btnPlay {
	width: 28%;
	left: inherit;
	right: 4%;
	margin: 0;
	bottom: 60px;
 }
}

/* 詳細メニューボタン */
#section02 .detailMenu ul {
	max-width: 1040px;
	width: 100%;
	}
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02 .detailMenu ul {
	max-width: none;
	width: 100%;
	}
}

#section02 .detailMenu li {
	width: 25%;
 }

/* 詳細コンテンツ */
/* FIRST CLASS */
#section02_detailBoxA .detailImg {
 width: 90%;
	max-width: 1082px;
	margin:0 auto;
	}
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02_detailBoxA .detailImg {
 width: 100%;
	}
}

/* BUSINESS CLASS */
#section02_detailBoxB .detailImg {
	width: 90%;
	max-width: 1068px;
	margin:0 auto;
	}
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02_detailBoxB .detailImg {
 width: 100%;
	}
}

/* PREMIUM ECONOMY CLASS */
#section02_detailBoxC .detailImg {
	width: 90%;
	max-width: 763px;
	margin:0 auto;
	}
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02_detailBoxC .detailImg {
 width: 100%;
	}
}

/* ECONOMY CLASS */
#section02_detailBoxD .detailImg {
	width: 90%;
	max-width: 993px;
	margin:0 auto;
	}
/********* mb *********/
@media only screen and (max-width: 690px) {
#section02_detailBoxD .detailImg {
 width: 100%;
	}
}

