@charset "utf-8";
/* CSS Document */
/* MainV */
#MainV {
	width: 100%;
	background-repeat: no-repeat;
}
/* リード */
#lead {
	background-image: url(../img/index/lead_bg_l.png), url(../img/index/lead_bg_r.png);
	background-repeat: no-repeat, no-repeat;
}
/* Trip */
.tripBox {
	display: table;
}
.tripBox .ttl,
.tripBox .imgWrap {
	display: table-cell;
	vertical-align: top;
}
.tripBox .imgWrap {
	position: relative;
}
.tripBox .imgWrap .catch {
	position: absolute;
	z-index: 2;
}


/* ========== SP ========== */
@media screen and (max-width:767px){
/* MainV */
#MainV {
	padding-top: 104.9%;
	background-image: url(../img/index/mainv_bg_sp.png);
	background-size: auto 100%;
	background-position: center top;
	position: relative;
	margin-bottom: 20px;
}
#mainimg {
	width: 66.1%;
	position: absolute;
	right: 0;
	top: 8.7%;
	z-index: 1;
}
/* リード */
#lead {
	padding: 55px 8% 35px;
	font-size: 1.5rem;
	background-position: 2% bottom, right 2% top;
	background-size: 54px auto,  105px auto;
	margin-bottom: 14px;
}
/* Trip */
.tripBox .ttl {
	width: 48px;
	padding-left: 16px;
}
#trip01 {
	padding: 0 3.4% 0 5%;
	margin-bottom: 24px;
}
#trip01 .imgWrap {
	padding-top: 32.8%;
	width: 82%;
}
#trip01 .catch {
	width: 52.4%;
	left: 0;
	top: 6%;
}
#trip02,
#trip03 {
	width: 71.6%;
}
#trip02 {
	margin: 0 auto 24px 8%;
}
#trip02 .ttl {
	padding-top: 10px;
}
#trip02 .imgWrap {
	padding-bottom: 24%;
	width: 74.6%;
}
#trip02 .catch {
	width: 97.6%;
	right: 0;
	top: 55%;
}
#trip03 {
	margin: 0 9.4% 0 auto;
}
#trip03 .imgWrap {
	padding-top: 32.3%;
	width: 74.6%;
}
#trip03 .catch {
	width: 94.2%;
	left: -14%;
	top: 14%;
}

}

/* ========== PC ========== */
@media print, screen and (min-width:768px){
/* MainV */
#MainV {
	position: relative;
}
#mainimg {
	width: 100%;
}
/* リード */
#lead {
	max-width: 900px;
	margin: 34px auto 55px;
	padding: 54px 0;
	font-size: 2rem;
	background-position: 20px bottom, right top;
}
/* Trip */
.tripBox .ttl {
	width: 122px;
	padding-left: 28px;
}
.tripBox .ttl img {
	width: 94px;
}
.tripBox a:hover {
	opacity: 0.6;
	transition: 0.7s;
}
#trip01 {
	width: 96%;
	max-width: 1050px;
	margin: 0 auto 62px;
	text-align: right;
}
#trip01 .imgWrap {
	padding-top: 98px;
}
#trip01 .catch {
	left: -105px;
	top: -3px;
}
#trip02-03 {
	width: 96%;
	max-width: 1372px;
	margin: 0 auto;
}
#trip02 {
	float: left;
	padding-left: 28px;
	text-align: left;
}
#trip02 .imgWrap {
	padding-top: 90px;
}
#trip02 .catch {
	right: -34px;
	bottom: -82px;
}
#trip03 {
	float: right;
	padding-top: 134px;
	text-align: right;
}
#trip03 .imgWrap {
	padding-top: 160px;
}
#trip03 .catch {
	left: -38px;
	top: 64px;
}
}
@media print, screen and (min-width:769px) and (max-width:1155px){
#trip01 .catch {
	left: 0;
	top: -3px;
}
}
