@charset "utf-8";
/* CSS Document */

/* vn__title__first */

.vn__title__first{
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom:2%;
}
.vn__title img {
  margin: 0;
}

.vn .vn__content{
	width:750px;
	text-align:center;
	margin:2em auto;
	padding:0;
	}



.vn .main_visual{
	background-image:url(img/img_birthdaycoupon.png);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:800px;
	}

.vn .main_visual p{
	padding-top:580px;
	font-size:1.6em;
	line-height:2em;
}

.vn .main_visual p span{
	text-decoration:underline;
	text-decoration-color:#cd0000;
}

.vn .catch{
	margin:2em auto 1em;
	font-size:1.2em;
	line-height:1.4em;
}

.vn .coupon-btn{
	margin-bottom:2em;
}

.vn .coupon-btn img{
	width:60%;
}

.vn .kome{
	font-size:1em;
	line-height:1.6em;
	text-align:left;
	text-indent: -1em;
    padding-left: 2em;
}

.vn .kome a{
	text-decoration:underline;
}

.vn .term{
	border-top-style:double;
	border-bottom-style:double;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:1em;
	}
	
.vn .term p{	
	margin:1em auto;
}

.vn .term .b{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

.vn .red{
	color:#cd0000;
}

.vn .u{
	text-decoration:underline;
}


/*----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){
	


.vn .vn__content{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	}


.vn .main_visual {
	background-image:url(img/img_birthdaycoupon.png);
	background-repeat:no-repeat;
	background-size:100%;
	min-height:400px;
	margin:0 auto 1em auto;
	overflow:hidden;
}

.vn .main_visual p{
	padding-top:80%;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:2em;
}


.vn .catch{
	margin:2em auto 1em;
	font-size:1.2em;
	line-height:1.4em;
}

.vn .coupon-btn{
	margin-bottom:1em;
}

.vn .coupon-btn img{
	width:90%;
}

.vn .kome{
	width:86%;
	font-size:.9em;
	line-height:1.6em;
	text-align:left;
	text-indent: -1em;
    padding-left: 2.4em;
}



.vn .term{
	width:90%;
	border-top-style:double;
	border-bottom-style:double;
	font-size:1.2em;
	line-height:1.4em;
	margin:1em auto;
	}
	
.vn .term p{	
	margin:1em auto;
}

	
}