@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
}
#wrapper {
	position: relative;
}
.logo {
	font-size: 0px;
	line-height: 1;
	padding: 30px 0 0 30px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 368px;
	width: 19.166666666666668vw;
}
.logo img {
	width: 100%;
	height: auto;
}
.header {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}
.header .bookingBtn {
	display: none;
}
.nav-button {
	display: none;
}
.nav a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	font-size: 0.9375vw;
	color: #fff;
	margin: 0 14px;
	margin: 0 0.7291666666666667vw;
	-webkit-transition: all 350ms 0s cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 350ms 0s cubic-bezier(.165,.84,.44,1);
	transition: all 350ms 0s cubic-bezier(.165,.84,.44,1);
	display: table;
	vertical-align: bottom;
	line-height: 1.2;
}
.nav a:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.nav-wrap.open {
	display: block;
	transform: translateX(0);
}
.nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	display: block !important;
	padding: 40px 60px;
	padding: 2.0833333333333335vw 3.125vw;
	background-color: #4345a9;
	-webkit-transition: all 500ms 0s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all 500ms 0s cubic-bezier(.165, .84, .44, 1);
	transition: all 500ms 0s cubic-bezier(.165, .84, .44, 1);
}

@media screen and (max-width:1370px) {
.nav-wrap {
	padding: 1.0416666666666667vw 1.5625vw;
}
}
.nav-wrap.change {
	padding: 1.0416666666666667vw 1.5625vw;
}
.nav-wrap.change .nav a {
	font-size: 14px;
	font-size: 0.7291666666666667vw;
	font-size: 0.9375vw;
	margin: 0 0.36458333333333337vw;
}
.nav-wrap ul {
	margin: 0;
	padding: 0;
	letter-spacing: -0.4em;
	-webkit-transition: all .5s 0s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .5s 0s cubic-bezier(.165, .84, .44, 1);
	transition: all .5s 0s cubic-bezier(.165, .84, .44, 1);
	opacity: 1;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.nav-wrap ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
}

@media screen and (min-width: 481px) {
}
.content {
	padding: 20px;
}
.content.main {
	background-image: url(../img/bg_01.jpg);
	background-position: center center;
	background-size: cover;
	height: 980px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
}
.mainTitle {
	text-align: center;
	font-family: 'Caveat', cursive;
	color: #fff;
	transform: rotate(-14deg);
	display: table-cell;
	vertical-align: middle;
}
.mainTxt {
	font-size: 200px;
	font-size: 10.416666666666668vw;
	line-height: 0.75;
	margin: 0;
	padding: 0;
}
.leadTxt {
	font-size: 40px;
	font-size: 2.0833333333333335vw;
	line-height: 1.1;
	margin: 0;
	padding: 20px 0 0 0;
}
.mainTitle span, .mainTitle .leadTxt span {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	opacity: 0;
	transform: translateX(-30px);
	-moz-transition-property: opacity, transform!important;
	-webkit-transition-property: opacity, transform!important;
	transition-property: opacity, transform!important
}
.mainTitle span:nth-of-type(1) {
	-webkit-transition: opacity .7s 1.5s cubic-bezier(.65, .84, .44, 1);
	-moz-transition: opacity .7s 1.5s cubic-bezier(.65, .84, .44, 1);
	transition: opacity .7s 1.5s cubic-bezier(.65, .84, .44, 1)
}
.mainTitle span:nth-of-type(2) {
	-webkit-transition: opacity .9s 1.9s cubic-bezier(.65, .84, .44, 1);
	-moz-transition: opacity .9s 1.9s cubic-bezier(.65, .84, .44, 1);
	transition: opacity .9s 1.9s cubic-bezier(.65, .84, .44, 1)
}
.mainTitle .leadTxt span {
	-webkit-transition: opacity 1.1s 2.3s cubic-bezier(.65, .84, .44, 1);
	-moz-transition: opacity 1.1s 2.3s cubic-bezier(.65, .84, .44, 1);
	transition: opacity 1.1s 2.3s cubic-bezier(.65, .84, .44, 1)
}
.mainTitle span.move {
	opacity: 1;
	transform: translateX(0)
}
.contInr {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
.content.fare {
	background-image: url(../img/bg_02.jpg);
	background-position: center top;
	height: 685px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
}
.contHeader {
	font-family: 'Caveat', cursive;
	/* font-weight: 700; */
	text-align: center;
	font-size: 72px;
	line-height: 1.2;
	padding-top: 50px;
}
.fareBox {
	padding-top: 50px;
}
.fareBox .fareItem {
	vertical-align: top;
	width: 450px;
	float: left;
	margin-left: 50px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.fareBox .fareItem .itemHead {
	padding: 50px 0 50px 0;
	line-height: 1.1;
	font-size: 44px;
	font-weight: 700;
}
.fareBox .fareItem .itemHead span {
	display: block;
	padding-bottom: 15px;
	font-size: 20px;
	color: #21a5ad;
	font-weight: 400;
}
.fareBox .fareItem .linkTxt a {
	display: block;
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #21a5ad;
	line-height: 1;
	font-weight: 400;
}
.fareBox .fareItem .linkTxt a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/arw_wt_right.png);
	margin-top: -4.5px;
}
.content.fare .capTxt {
	font-size: 14px;
	padding-top: 30px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
.fareBox .fareItem:nth-of-type(1) {
	margin-left: 0;
}
.fareBox .fareItem:nth-of-type(2) .itemHead span {
	color: #696eb7;
}
.fareBox .fareItem:nth-of-type(2) .linkTxt a {
	background-color: #5075c7;
}
.fareBox .fareItem:nth-of-type(2) .see_more a {
	background-color: #5075c7;
	border-color: #5075c7;
}
.fareBox .fareItem:nth-of-type(2) .see_more:hover a {
	color: #5075c7;
}
.fareBox .fareItem:nth-of-type(2) .arrow_right a:hover span::after {
	background-image: url(../img/arw_wt_right_bule.png);
}
.content.schedule {
	background-image: url(../img/bg_03.jpg);
	background-position: center top;
	height: 1360px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
	color: #fff;
}
.content.schedule .contHeader {
	color: #000000;
}
.scheduleTitle {
	text-align: center;
    font-size: 28px;
    line-height: 1.5;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.6);
    padding-top: 30px;
}
.scheduleList + .scheduleTitle {
    padding-top: 60px;
}
.scheduleList {
	padding-top: 20px;
	font-family: 'Oswald', sans-serif;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.scheduleList .listItem {
	vertical-align: top;
	width: 450px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.6);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-direction: column;
}
.scheduleList .listItem .topBox {
	background-color: rgba(67,69,169,0.90);
}
.scheduleList .listItem .dateBox {
	letter-spacing: -0.4em;
	text-align: center;
	padding-top: 30px;
	vertical-align: top;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 1;
	height: 210px;
}
.scheduleList .listItem .dateBox .scheduleDate, .dateBox .arw {
	letter-spacing: normal;
	vertical-align: top;
	display: table-cell;
}
.scheduleList .listItem .dateBox .scheduleDate, .dateBox .arw {
	letter-spacing: normal;
	vertical-align: top;
	display: table-cell;
	width: 120px;
}
.scheduleList .listItem .dateBox .arw {
	vertical-align: top;
	width: 33px;
	padding: 1em 10px;
}
.scheduleList .listItem .dateBox .scheduleDate .regionName {
	font-size: 54px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}
.scheduleList .listItem .dateBox .scheduleDate .regionName > span {
	display: block;
	padding-top: 10px;
	font-size: 20px;
	opacity: 0.6;
}
.scheduleList .listItem .dateBox .scheduleDate .depTime {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding-top: 15px;
}
.scheduleList .listItem .dateBox .scheduleDate .depTime > span {
	display: block;
	font-size: 50%;
	font-weight: 100;
	padding-top: 10px;
}
.scheduleList .listItem .dateBox .scheduleDate .depTime > sup {
	font-size: 16px;
}
.scheduleList .listItem .dateBox .scheduleDate .depTime > span {
	display: block;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
}
.aircraftName {
	margin: 0 8px 0 8px;
	border-top: 1px solid #fff;
	border-top-color: rgba(255,255,255,0.40);
	padding: 20px 0 14px 0;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255,255,255,0.40);
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	color: #fff;
	line-height: 1.1;
}
.aircraftName > sup {
	vertical-align: top;
	font-size: 12px;
}
.aircraftName > span {
	font-size: 12px;
	display: block;
	padding-top: 3px;
}
.scheduleList .listItem .midBox {
	background-color: rgba(67,69,169,0.90);
	padding: 30px 8px 0 8px;
	height: 81px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flightTime {
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	color: #fff;
	line-height: 1.1;
	position: relative;
}
.flightTime span {
	font-size: 16px;
}
.scheduleList .listItem .btmBox {
	background: url(/arl/en/campaign/wifi_sfo/img/listItem_bg.png) 0 0 repeat;
	padding: 0 8px 50px 8px;
}
.bookingBtn {
	padding-top: 30px;
	width: 290px;
	margin: 0 auto;
	height: 70px;
}
.bookingBtn > p {
	border-radius: 35px;
	background-color: #fff;
	display: table;
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-size: 18px;
	position: relative;
	line-height: 1.5;
	text-align: center;
}
.bookingBtn > p > a {
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	color: #cc0000;
}
.bookingBtn > p:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	background-image: url(/world/commonY16/img/receipt/icon_anchor_red_01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.content.schedule .capTxt {
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin-top: 15px;
	color: #000;
}
/*
.content.schedule .capTxt span {
	background-color: #000;
	padding: 2px 5px;
	display: inline-block;
	margin-top: 4px;
}
*/
.content.seat {
	background-image: url(../img/bg_04.jpg);
	background-position: center top;
	height: 1005px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
}
.content.seat .leadTxt {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	font-family: 200;
}
.seatBox {
	padding-top: 50px;
}
.seatBox .seatItem {
	vertical-align: top;
	width: 450px;
	float: left;
	margin-left: 50px;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.seatBox .seatItem .itemHead {
	padding: 0;
	line-height: 1.1;
	font-size: 44px;
	font-weight: 700;
	display: table;
	width: 450px;
	height: 450px;
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.seatBox .seatItem:nth-of-type(1) .itemHead {
	background-image: url(../img/seat_pict_01.jpg);
}
.seatBox .seatItem:nth-of-type(2) .itemHead {
	background-image: url(../img/seat_pict_02.jpg);
}
.seatBox .seatItem .itemHead p {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-weight: 400;
}
.seatBox .seatItem .itemHead p em{
font-style: normal;
}
.seatBox .seatItem .linkTxt a {
	display: block;
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #21a5ad;
	line-height: 1;
	font-weight: 400;
}
.seatBox .seatItem .linkTxt a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/arw_wt_right.png);
	margin-top: -4.5px;
}
.see_more {
}
.see_more a {
	display: block;
	background-color: #21a5ad;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	position: relative;
	border: 2px solid #21a5ad;
	-webkit-transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
	transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
}
.see_more:hover a {
	color: #21a5ad;
}
.see_more a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
	transition: all 750ms 0s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.see_more a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.see_more span {
	position: relative;
	z-index: 5;
	width: 100%;
	display: inline-block
}
.arrow_right span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/arw_wt_right.png);
	margin-top: -4.5px;
}
.arrow_right a:hover span::after {
	background-image: url(../img/arw_wt_right_green.png);
}
.see_more:hover span::before {
	background: #000
}
.content.seat .capTxt {
	font-size: 14px;
	padding-top: 30px;
	line-height: 1.2;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
}
.seatBox .seatItem:nth-of-type(1) {
	margin-left: 0;
}
.seatBox .seatItem:nth-of-type(2) .see_more a {
	background-color: #5075c7;
	border-color: #5075c7;
}
.seatBox .seatItem:nth-of-type(2) .see_more:hover a {
	color: #5075c7;
}
.seatBox .seatItem:nth-of-type(2) .arrow_right a:hover span::after {
	background-image: url(../img/arw_wt_right_bule.png);
}
.content.spot {
	background-image: url(../img/bg_05_1909.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	padding: 0 0 150px 0;
}
.content.spot .contHeader {
	color: #fff;
}
.jepBox {
	width: 475px;
	margin-right: 475px;
	color: #fff;
	margin-top: 110px;
}
.boxHeader {
	font-family: 'Caveat', cursive;
	font-weight: 400;
	font-size: 48px;
}
.txtInr {
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
}
.price {
	font-size: 20px;
}
.jepBox .see_more {
	margin-top: 50px;
	width: 300px;
}
.jepBox .see_more a {
	background-color: #000;
	border-color: #000;
}
.jepBox .see_more:hover a {
	color: #000;
}
.jepBox .arrow_right a:hover span::after {
	background-image: url(../img/arw_wt_right_blaxk.png);
}
.spotBox {
	margin-top: 640px;
}
.spotBox .boxHeader {
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	line-height: 1.3;
}
.spotBox .lead {
	font-size: 32px;
	font-family: 'Caveat', cursive;
	font-weight: 400;
	text-align: center;
	padding-top: 85px;
	line-height: 1.2;
}
.spotBox .lead:first-of-type {
	padding-top: 50px;
}
.spotPicList {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
}
.spotPicList .spotItem {
	overflow: hidden;
	float: left;
	width: 230px;
	margin-left: 10px;
	line-height: 1;
	position: relative;
}
.spotPicList .spotItem:first-child{
margin-left: 0;
}
.spotPicList .spotItem a {
	display: table;
	width: 237px;
	height: 320px;
}
.spotPicList .spotItem a > span {
	text-align: center;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.spotPicList .spotItem a img {
	transition: transform 0.3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}
.spotPicList .spotItem a:hover img {
	transform: scale(1.1);
}
.content.module {
	background-color: #f2f2f2;
	padding: 0 0 150px 0;
}
.content.module .contHeader {
	color: #333333;
	font-weight: 700;
	font-family: 'Caveat', cursive;
	text-align: center;
	font-size: 72px;
	line-height: 1.2;
	padding-top: 120px;
}
.content.module .moduleSetBox {
	padding-top: 50px;
}
footer {
	display: block;
}
.footerInr {
	color: #333;
	text-align: center;
	padding: 25px;
	background-color: #fff;
}
.footerInr small {
	font-size: 12px;
}
.content.spot .bnrArea .contHeader {
	color: #333;
}