@charset "utf-8";
/* CSS Document */

/* nav */
#pc-gnav_top {
    float: right;
    margin: 20px 0;
}
#pc-gnav_top ul {
    *zoom: 1;
}
#pc-gnav_top ul li {
    position: relative;
    padding: 0;
    text-align: center;
    float: left;
    margin-right: 30px;
}

#sp-gnav .top li img {
	width:100%;
	height:auto;
	margin-bottom:3.125%;
	vertical-align:bottom;
}
#sp-gnav .top li:last-child {
	border-bottom:none;
}

/* mv */
.mv img.bg {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
@media screen and (min-width:641px) {
	.mv {
		position:relative;
	}
	.mv img.catch {
		position:absolute;
		top:0;
		right:50%;
		margin-right:-12.14285%;
		width:62.64285%;
		max-width:877px;
		height:auto;
	}
}

/* txtArea */
@media screen and (min-width:641px) {
	.txtAreaWrap {
		background: url(../img/top/bg_pc2.png) top repeat-x #fff;
	}
}
.txtArea {
	background: url(../img/top/bg_pc.png) center top no-repeat;
	text-align:center;
	padding:40px 0 0;
}
@media screen and (max-width:640px) {
	.txtArea {
		background-image: url(../img/top/bg_sp.png);
		padding:9.375% 0 0;
		background-size:100% auto;
	}
}
.txtArea__inner {
	position:relative;
	text-align:center;
}
@media screen and (max-width:640px) {
	.txtArea__inner img {
		width:100%;
		height:auto;
	}
}
.txtArea__inner p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color:#8d7028;
	font-size:20px;
	line-height:2;
	font-weight:bold;
}
@media screen and (max-width:640px) {
	.txtArea__inner p {
		display:block;
		width:100%;
		font-size:3.45vw;
		line-height:1.67;
	}
}

/* navIntro */
.navIntro li img {
	width:100%;
	height:auto;
}
@media screen and (min-width:641px) {
	.navIntro {
		font-size:0;
	}
	.navIntro li {
		display:inline-block;
		width:46%;
		margin-right:8%;
		margin-bottom:40px;
	}
	.navIntro li:last-child {
		margin-right:0;
	}
}
@media screen and (max-width:640px) {
	.navIntro li {
		margin-top:7.8125%;
	}
}