@charset "utf-8";


/*-------------------------------------------MV*/
#MV{
	height: 500px;
	display: flex;
	justify-content: space-between;
	background-position: left top;
	background-repeat: no-repeat;
	align-items: center;
	background-color: #531c1b;
	position: relative;
}
#MV:before{content:"";background-image: url(../../images/firstclass/bg_MV.jpg);position: absolute;width: 100%;height: 100%;opacity: 0.5;}
#MV .TitleWrap{
	width: 40%;
	min-width: 500px;
	margin-right: -40px;
}
#MV .Title{position: relative;width: fit-content;margin: 0 auto;padding: 0 27px;}
#MV .Title .Inner{
	color: #fff1c6;
	text-align: center;
	width: fit-content;
}
#MV .Title:before,
#MV .Title:after,
#MV .Title .Inner:before,
#MV .Title .Inner:after{content: "";width: 50px;height: 50px;position: absolute;background-position: center;background-repeat: no-repeat;background-size: cover;}
#MV .Title:before{background-image:url(../../images/firstclass/deco_MV_TopLeft_gold.png);top: -10px;left: -10px;}
#MV .Title:after{background-image:url(../../images/firstclass/deco_MV_BottomLeft_gold.png);bottom: -30px;left: -10px;}
#MV .Title .Inner:before{background-image:url(../../images/firstclass/deco_MV_TopRight_gold.png);top: -10px;right: -10px;}
#MV .Title .Inner:after{background-image:url(../../images/firstclass/deco_MV_BottomRight_gold.png);bottom: -30px;right: -10px;}
#MV .Title .Inner h1{display: flex;flex-wrap: wrap;font-size: 33px;letter-spacing: -1px;justify-content: center;line-height: 1.5;margin-bottom: 10px;flex-direction: column;}
#MV .Title .Inner h1 strong{
	font-size: 140%;
}
#MV .Title .Inner h1 span{
	display: block;
}
#MV .Title .Inner h2{}

#MV #container{height: 100%;/* width: 1000px; */flex: 1;}
#MV #theTarget{}
#MV #theTarget div{
    height: 500px;    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
#MV .skippr-nav-container{ display:none}
#MV .skippr-previous{
    left: 7%;
}
#MV .skippr-next{
    right: 3%;
}
#MV #theTarget .MV01{ background-image: url(../../images/firstclass/MV_index01_2000.png)}
#MV #theTarget .MV02{ background-image: url(../../images/firstclass/MV_index02_2000.png)}

@media screen and (max-width:1500px){
#MV,
#MV #theTarget div{
    height: 410px;
}
#MV .Title{
	/* width: 380px; */
}
#MV .Title .Inner h1{
	font-size: 30px;
}
#MV #theTarget .MV01{ background-image: url(../../images/firstclass/MV_index01_1500.png)}
#MV #theTarget .MV02{ background-image: url(../../images/firstclass/MV_index02_1500.png)}

}


/*-------------------------------------------Info*/
#Info{background-image: url(../../images/firstclass/bg_contents.jpg);padding: 60px 0px;margin-bottom: 60px;}
#Info .Inner{
	width: 1000px;
	margin: 0 auto;
}
#Info .Inner .Entry{
	display: flex;
	justify-content: space-between;
}
#Info .Inner .Entry + .Entry{
	flex-direction: row-reverse;
	margin-top: 40px;
}
#Info .Inner .Entry .Main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 25px;
}
#Info .Inner .Entry .Main p{
	line-height: 2;
	font-size: 16px;
	text-align: center;
}
#Info .Inner .Entry .Main p + p{
	margin-top: 1em;
}
#Info .Inner .Entry .Photo{
	width: 475px;
}

#Info .Inner .btn{	width: 550px;
	margin: 0 auto;
	margin-top: 40px;}


/*-----------------------------------Carrier-*/
#Carrier{
	padding-bottom: 20px;
}
#Carrier .Inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Carrier .Inner:after{content:"";display: block;width: 30%;}
#Carrier .Inner .Entry{
	width: 30%;
	margin-bottom: 70px;
}
#Carrier .Inner .Entry .Photo{
	margin-bottom: 5px;
}
#Carrier .Inner .Entry dl{
	text-align: center;
	margin-bottom: 15px;
}
#Carrier .Inner .Entry dt{
	text-align: center;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
#Carrier .Inner .Entry dt img{width: auto;height: 100%;}
#Carrier .Inner .Entry#AF dt img{
	height: 13px;
}
#Carrier .Inner .Entry#EK dt img{
}
#Carrier .Inner .Entry#TG dt img{
	height: 28px;
}
#Carrier .Inner .Entry#NH dt img{
	height: 23px;
}
#Carrier .Inner .Entry#SQ dt img,
#Carrier .Inner .Entry#GA dt img{
	height: 33px;
}
#Carrier .Inner .Entry dd{
	font-size: 20px;
}
#Carrier .Inner .Entry dd + dd{
	font-size: 13px;
	padding-top: 5px;
}
#Carrier .Inner .Entry .btn{}