/*プレゼント*/


.presentBlock { background:rgba(255,242,207,0.6);}
.present .contentsBlock h2 { color: #f07c00; text-align: center;
font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-weight: 600;
font-style: normal;
}
.ph_cut {margin: 0;}

.appBlock { background:rgba(255,255,255,0.8);
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.appBlock p.button a, .appBlock p.button .soon{
    text-align: center;
    margin: 0 auto;
	padding: 25px 0;
	display: block;
	background: linear-gradient(to right, #ffad5c 0%, #ff849c 100%);
	transition:0.5s; color: #fff;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-weight: 600;
font-style: normal;
}
.appBlock p.button a:hover {
filter: brightness(1.1);
}
.appBlock p.button .soon {opacity:0.45}

#howtoArea h3 {
	border-bottom: 4px solid;
    border-image: linear-gradient(to right, rgba(255,132,156,0.5) 0%, rgba(255,173,92,0.5) 100%);
    border-image-slice: 1;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

#howtoArea h4 {padding-left:1.5em; text-indent:-1.5em;}
#howtoArea h4 .nb {
	font-family: serifa, serif;
	font-weight: 500;
	font-style: normal;
	color: #f07c00;
	font-size: 1.4em;
}

.notes {line-height: 1.5em; padding-left:1em; text-indent:-1em; }
.txtSm { text-align: center; padding-top: 1em; line-height: 1.3em;}
.txtSoon { text-align: center; padding-top: 1em; line-height: 1.3em; color:#f2637f; font-weight: bold;}


@media all and (min-width: 768px) {
	#contentsArea {
	background-image: url(../img/present/bg_cont.png);
	background-repeat:no-repeat;
	background-position: top center;
}
	.low.present div.wrap .contentsBlock {padding: 10px;}
	.presentBlock { border-radius: 45px; padding: 40px;
	background-image: url(../img/present/bg_present.png);
	background-repeat:no-repeat;
	background-position: top center;}
	
	.present .contentsBlock h2 {padding-bottom: 40px; font-size: 1.8em; line-height: 1.6em; }
	.present #read { font-size: 1.4em; line-height: 1.6em; padding-bottom: 1em;}
	
	.appBlock { width:700px; margin: 0 auto; padding: 30px 0;}
	.appBlock p.button a, .appBlock p.button .soon{
    width: 300px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-size: 1.7em; 
}
	#howtoArea { padding: 50px 0 0;}
	#howtoArea h3 { font-size: 1.4em;}
	#howtoArea article { padding-bottom: 50px;}
	#howtoArea h4 { font-size: 1.1em; line-height: 1.5em;}
	
	.phArea {width: 650px; margin: 30px auto;}
	.ph_cut, .ph_cut span {
    width: 650px;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	
}
	
	.txtSm { font-size: 0.9em;}
	.txtSoon { font-size: 1.3em;}
	.notesTxt { padding: 60px 0 30px; font-size: 0.9em; }
	
	
}
@media all and (max-width: 767px) {
	#contentsArea { padding-top: 30px;
	background-image: url(../img/present/bg_cont_sp.png);
	background-repeat:no-repeat;
	background-position: top center;
}
	.low.present div.wrap .contentsBlock {padding: 0.3em;}
	.presentBlock { border-radius: 20px; padding: 1em;
	background-image: url(../img/present/bg_present_sp.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: contain;}
	
.present .contentsBlock h2 {padding-bottom: 20px; font-size: 1.3em; line-height: 1.4em; }
.present #read { font-size: 1.0em; line-height: 1.6em; padding-bottom: 1em;}
	
	.appBlock {padding: 15px 0;}
	.appBlock p.button a, .appBlock p.button .soon{ 
		width: 80%; max-width: 450px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		font-size: 1.5em;
	}
	
	#howtoArea { padding: 30px 0 0;}
	#howtoArea h3 { font-size: 1.2em;}
	#howtoArea article { padding-bottom: 25px;}
	#howtoArea h4 { font-size: 1.05em; line-height: 1.5em;}
	
.spacing {letter-spacing: -.2em;}
	
	.phArea {margin: 1em auto; width: 100%;}
	
	.ph_cut span {
    height: 0;
    padding: 56.923% 0 0;
    position: relative;
}
	.txtSm { font-size: 0.8em;}
	.txtSoon { font-size: 1em;}
	.notesTxt { padding: 40px 0 20px; font-size: 0.8em; }
	.notes { line-height: 1.5em;}

}