/* main visual
--------------------------------*/
#mvBox {
	position: relative;
	overflow: hidden;
	height: 650px;
	text-align: center;
}
#mvBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 3;
}
#mvBox .bg {
	position: absolute;
    right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(50%,50%);
	z-index: 1;
}
#mvBox #youtube{
	position: absolute;
    right: 50%;
    bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(50%,50%);
    z-index: 1;
}
#mvBox .inner {
	position: relative;
    z-index: 5;
}
#mvBox h2 {
	position: relative;
	padding-top: 224px;
	font-size: 343%;
	line-height: 1.46;
	color: #fff;
	letter-spacing: 0.02em;
}
#mvBox a.btn.iframe {
	display: inline-block;
	position: relative;
	margin-top: 35px;
	outline: none;
}
#mvBox a.btn.iframe img {
	width: 170px;
}
#colorbox {
    max-width: 100%;
}
/* smarttravel
--------------------------------*/
#smarttravel_area {
	padding: 60px 0 87px;
	color: #fff;
}
#smarttravel_area .inner {
	position: relative;
}
#smarttravel_area .inner:before {
	content: "";
	position: absolute;
	width: 165px;
	height: 337px;
	background: url(../common/images/portrait.png) no-repeat;
	top: -88px;
	right: -22px;
	z-index: 5;
}
#smarttravel_area .smarttravel_ttl {
	font-size: 243%;
	font-weight: bold;
}
#smarttravel_area .smarttravel_txt {
	margin: 25px 0 35px;
	width: 850px;
	font-size: 129%;
	line-height: 1.55;
	letter-spacing:90%;
}
#smarttravel_area ul {
    position: relative;
    overflow: hidden;
    z-index: 6;
}
#smarttravel_area ul li {
	float: left;
}
#smarttravel_area ul li + li {
	margin-left: 8px;
}
#smarttravel_area ul li:nth-child(even) {
	margin-top: 25px;
}
#smarttravel_area p.btn {
	margin-top: 70px;
	text-align: center;
}
#smarttravel_area p.btn02 {
	margin-top: 20px;
	text-align: center;
}
/* other
--------------------------------*/
#other_area {
	padding: 66px 0 130px;
}
#other_area .coupon_bnr {
	margin-bottom: 84px;
}
#other_area ul {
	overflow: hidden;
}
#other_area ul li {
	float: left;
}
#other_area ul li + li {
	margin-left: 20px;
}
#other_area ul li:nth-child(3n+1) {
	margin-left: 0;
}
#other_area ul li:nth-child(n+4) {
	margin-top: 40px;
}
#other_area ul li img {
	width: 320px;
}
