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


.top_bg{
	padding: 0 0 10vw;
	background: url(../images/common/top_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

/* header
   ========================================================================== */
header{
	margin: 0 0 12vw;
	padding: 0;
}

header .header_wrap{
	padding: 0 0 1px;
}

header h1{
	margin: 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 0;
}

header h1 a{
	display: block;
}


/* main_btn_box
   ========================================================================== */
.main_btn_box{
	margin: 0 0 0;
	padding: 0 0 0;
	height: 70vw;
	position: relative;
}

.main_btn_box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.main_btn_box .btn{
	position: absolute;
	left: 50%;
	top: 42vw;
	width: 96%;
	margin-left: -48%;
	line-height: 0;
}

.main_btn_box .btn a{
	display: block;
}


/* main_btn
   ========================================================================== */
.main_btn{
	margin: 0 0 0;
	padding: 0;
	position: relative;
}

.main_btn .text{
	margin: 0 0 2vw;
	line-height: 0;
}

.main_btn .text{
	margin: 0 auto 2vw;
	line-height: 0;
	width: 80%;
}

.main_btn .btn{
	line-height: 0;
	position: relative;
	z-index: 10;
}

.main_btn .btn a{
	display: block;
}

.main_btn .item01{
	position: absolute;
	top: -18vw;
	left: 5vw;
	width: 64%;
}

.main_btn .item02{
	position: absolute;
	bottom: -31vw;
	right: 5vw;
	width: 64%;
	z-index: 6;
	
}

.main_btn .item03{
	position: absolute;
	top: -15vw;
	left: -5vw;
	width: 64%;
	opacity: .2;
}

.main_btn .item04{
	position: absolute;
	bottom: -41vw;
	right: 5vw;
	width: 64%;
	
}


/* main_bottom
   ========================================================================== */
.main_bottom{
	margin: -8vw 0 0;
	padding: 0 0 0;
}

.main_bottom h2{
	margin: 0 0 0;
	padding: 0;
	line-height: 0;
}

.main_bottom .box{
	margin: 0 0 0;
	padding: 0;
}

.main_bottom .box div{
	line-height: 0;
}

.main_bottom .video{
	background: url(../images/main_bottom/box_mid.png) repeat-y;
	background-size: 100% auto;
	margin: 0 auto -2vw;
	padding: 0 10vw 3vw;
	width: 100%;
	box-sizing: border-box;
}

.main_bottom .video video{
	margin: 0 auto 5px;
}

.main_bottom p{
	margin: 0 auto 1vw;
	color: #9f6345;
	text-align: center;
	font-size: 3vw;
	line-height: 150%;
}

.main_bottom .photo{
	margin: 0 auto -5vw;
	line-height: 0;
}


/* voice
   ========================================================================== */
.voice{
	margin: 0 0 0;
	padding: 5vw 0 13vw;
	background: url(../images/voice/border-top.jpg) no-repeat center top,url(../images/voice/bg.jpg) repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 5;
}

.voice::before{
	content: "";
	background: url(../images/voice/item.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: -8vw;
	left: 1vw;
	width: 12vw;
	height: 15vw;
}

.voice h2{
	margin: 0 0 0;
	padding: 3vw 2% 3vw;
	text-align: center;
	position: relative;
}

.voice h2 img{
	width: 60%;
}

.voice .box{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.voice .item{
	padding: 22px 2% 12px;
	font-size: 0;
}

.voice .item.border{
	background: url(../images/voice/border.png) repeat-x center top;
	background-size: auto;
}

.voice .thum{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.voice .detail{
	width: 80%;
	padding: 2% 0 0 3%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.voice .title{
	font-size: 5vw;
	color: #d1a753;
	font-weight: bold;
}

.voice .star_box{
	padding-top: 5px;
}

.voice .star{
	margin: 0 0 3vw;
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.voice .star img{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.voice .age{
	width: 55%;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 4.5vw;
	font-weight: bold;
	color: #e5d4a1;
	box-sizing: border-box;
}

.voice .text{
	font-size: 5vw;
	color: #fff;
	line-height: 150%;
}


/* introduction
   ========================================================================== */
.introduction{
	margin: 0 0 0;
	padding: 14vw 0;
	background: url(../images/introduction/bg.png) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
}

.introduction .inner{
	padding: 0 0 1px;
}

.introduction h2{
	margin: 0 0 0;
	line-height: 0;
}


/* under_text_box
   ========================================================================== */
.under_text_box{
	margin: 0 0 0;
	padding: 5vw 2% 10vw;
	background: url(../images/common/red_bg.jpg) repeat;
	background: 100% 100%;
}

.under_text_box p{
	font-size: 5vw;
	line-height: 150%;
	color: #e7cda2;
}

.under_text_box#company{
	border-bottom: 2px solid #5d2240;
}

.under_text_box#privacy{
	padding: 10vw 2% 10vw;
	border-top: 1px solid #613f47;
}

.under_text_box h2{
	margin: 0 0 5vw;
}


/* footer
   ========================================================================== */
footer{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/voice/bg.jpg) repeat;
	background-size: 100% auto;
}

footer .footer_nav{
	margin: 0;
	padding: 20px 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	display: inline-block;
	width: auto;
}

footer .footer_nav ul li a{
	font-size: 5vw;
	display: inline-block;
	margin: -3px 0 0;
	background-size: auto;
	border: none;
	padding: 0;
	color: #fff;
	width: auto;
	text-align: left;
	background: none;
}

footer .footer_nav ul li a span{
	color: #fff;
	border-right: 1px solid #fff;
	height: 5vw;
	padding: 0 10px;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
}
	
footer .footer_nav ul li:last-child a span{
	border-right: none;
}


@media screen and (min-width : 640px){
	
	
    .top_bg {
	    padding: 0 0 90px;
	}

	
	/* header
	   ========================================================================== */
	header{
		margin: 0 0 100px;
	}
	
	header h1{
		font-size: 30px;
	}

	header .under_title{
		margin: 20px 0 0;
		padding: 20px 0;
	}


	/* main_btn_box
	   ========================================================================== */
	.main_btn_box{
		height: 450px;
	}
	
	.main_btn_box .btn{
		top: 273px;
	}
	
	
	/* main_btn
	   ========================================================================== */
	.main_btn{
		margin: 0 0 0;
		padding: 0;
		position: relative;
	}
	
	.main_btn .text{
		margin: 0 auto 15px;
		line-height: 0;
		text-align: center;
		width: auto;
	}
	
	.main_btn .btn{
		line-height: 0;
		position: relative;
		z-index: 10;
	}
	
	.main_btn .btn a{
		display: block;
	}
	
	.main_btn .item01{
		position: absolute;
		top: -100px;
		left: 25px;
		
	}
	
	.main_btn .item02{
		position: absolute;
		bottom: -188px;
		right: -37px;
		
	}
	
	.main_btn .item03{
		position: absolute;
		top: -99px;
		left: -84px;
		width: auto;
		
	}
	
	.main_btn .item04{
		position: absolute;
		bottom: -220px;
		right: 45px;
		width: auto;
		
	}


	/* main_bottom
	   ========================================================================== */
	.main_bottom{
		margin: -20px 0 0;
		padding: 0 0 0;
	}
	
	.main_bottom h2{
		margin: 0 0 0;
		padding: 0;
		line-height: 0;
	}
	
	.main_bottom .box{
		margin: 0 0 20px;
		padding: 0;
		box-sizing: border-box;
	}
	
	.main_bottom .video{
		margin: 0 auto 0;
		padding: 0 110px 5px;
		width: 100%;
	}
	
	.main_bottom p{
		margin: 0 auto 10px;
		font-size: 20px;
	}
	
	.main_bottom .photo{
		margin: 0 auto -5vw;
		line-height: 0;
	}


	/* voice
	   ========================================================================== */
	.voice{
		margin: 0 0 0;
		padding: 42px 0 35px;
	}

	.voice::before{
		content: "";
		background: url(../images/voice/item.png) no-repeat center center;
		background-size: auto;
		position: absolute;
		top: -50px;
		left: 10px;
		width: 79px;
		height: 105px;
	}
	
	.voice h2{
		margin: 0 0 0;
		padding: 0 0 20px;
	}
	
	.voice .item {
	    padding: 50px 2% 26px;
	    font-size: 0;
	}  
	
	.voice .title{
		margin: 0 0 0;
		font-size: 29px;
		line-height: 150%;
	}

	.voice .star{
		margin: 0 0 10px;
		width: 48%;
	}
	
	.voice .age{
		font-size: 29px;
		width: 52%;
		padding-left: 0;
	}
	
	.voice .text{
		font-size: 29px;
	}


	/* introduction
	   ========================================================================== */
	.introduction{
		margin: 0 0 0;
		padding: 100px 0 60px;
	}
	
	.introduction h2{
		margin: 0 0 0;
		line-height: 0;
	}


	/* under_text_box
	   ========================================================================== */
	.under_text_box{
		margin: 0 0 0;
	}
	
	.under_text_box p{
		font-size: 30px;
	}

	.under_text_box#privacy{
		padding: 40px 2% 50px;
	}
	
	.under_text_box#privacy h2{
		margin: 0 0 20px;
	}
    
    
    /* footer
       ========================================================================== */
	footer .footer_nav{
		padding: 28px 0;
	}
	
	footer .footer_nav ul li a{
		font-size: 30px;
	}
	
	footer .footer_nav ul li a span{
		height: 30px;
		padding: 0 15px;
	}

}