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


.top-bg{ 
background: url('../images/gift_top-image.jpg') no-repeat center top;
background-size: cover;
background-attachment: scroll;
height: 420px;
margin-top:60px;
}


/*----gift----*/


.gift_ttl{
    text-align: end;
	line-height: 5rem;
}

.gift_inner{
	background-color: #f7f6f6;
	width: 94%;
	margin: 0 auto 40px;
}

.recomend{
	width: 93.8%;
	padding: 50px 0 50vh;
	position: relative
}

.gift_img{
	width: 66.3%;
	min-width: 402px;
}
.gift_img img{
	width: 100%
}
.gift_box{
	position: absolute;
	right: 0;
	top: 300px;
	width: 50%;
}

.back-square{
	width: 100%;
	height: 413px;
	background: #0f2540;
	position: absolute;
}

.recomend_inner{
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	padding: 70px 60px;
	margin-right: 30px;
	right: 0;
	bottom: 30px;
}

.left{
	left: 30px;
}


.recomend_inner h3{
	font-family: "Hannari";
	font-size: 3.2rem;
	padding-bottom: 30px;
}
.recomend_inner p{
	line-height: 4rem; 
}

.recomend_end{
	justify-content: flex-end;
}

.inner-left{
	left:0;
	margin-left: 30px
}


.gift_ttl{
    text-align: end;
	line-height: 5rem;
}

.gift_inner{
	background-color: #f7f6f6;
	width: 100%;
	padding-bottom: 1px;
	margin: 0 auto 40px;
}

/*--sp_gift---*/

@media only screen and (max-width: 767px){


.gift_ttl{
	line-height: 2.4rem;
}

.gift_inner{
	width: 100%;
	margin: 0 auto -8px;
	padding-bottom: 40px;
	
}

.recomend{
	width: 88.3%;
	position: static;
	padding: 40px 0px 40px;
}

.gift_img{
	width: 100%;
	min-width: auto;
}
.gift_img img{
	width: 100%
}
.gift_box{
	position: static;
	width: 100%;
}

.back-square{
	position: static;
	height: auto;
}

.recomend_inner{

	width: 100%;
	position: static;
	padding: 40px 30px;
	margin-top: 30px;
}

.left{
	left: 0;
}
.recomend_inner h3{
	font-size: 2.4rem;
	line-height: 3rem;
	padding-bottom: 22px;
	color: #000;
	
}
.recomend_inner p{
	line-height: 3rem;
}

.inner-left{
	margin-left: 0;
	margin-bottom: 50px;
}
}


/*----voice----*/

.voice_ttl{
    transform: translate(-50%, 11%);
}

.voice_inner{
	width: 78%;
	margin: 0 auto;
}

.voice_inner h3{
	font-family: "Hannari";
	font-size: 4rem;
    line-height: 6rem;
    background-image: url(../images/voice-marutou.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.voice_detail{
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
	border-bottom: solid 2px rgba(64,17,15,0.5);
	margin-bottom: 80px;
}
.voice_box{
	width: 44.37%;
	margin: 40px 0 80px;
	
}
.voice_box h4{
	font-size: 2.4rem;
	padding: 45px 0px 35px;
}

.voice_box p{
	text-align: start;
	line-height: 4rem;
}
.voice_name{
	float: right;
	display: block;
	margin-top: 30px;
}



@media only screen and (max-width: 767px){

.voice_ttl{
    transform: translate(-50%, 3%);
    font-size: 2.6rem;
    letter-spacing: -1px;
}
.voice_inner{
	width: 88.3%;
}

.voice_inner h3{
	font-size: 2.4rem;
	line-height: 3.6rem;
	background-size: 20%;
}

.voice_detail{
	margin-bottom: 60px;
}
.voice_detail:last-child {
	margin-bottom:100px;
	}

.voice_box{
	width: 44.37%;
	margin: 40px 0 60px;
}
.voice_box img{
		width: 40%;
	}
.voice_box h4{
	font-size: 1.9rem;
	line-height: 2.6rem;
	padding: 30px 0px;
	text-align: start;
}

.voice_box p{
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: start;
}
.voice_name{

	margin-top: 30px;
}

}


