@charset "UTF-8";

#kv{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	height: 500px;
	min-width: 1180px;
	background: linear-gradient(270deg, #ff8c00 11%, #fdc84a 80%);
display: flex;
align-items:center;
justify-content:center;
}

#kv h2{
	margin: 0 auto;
	padding: 60px 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}


#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: visible;
	z-index:10;
}

.mask_inner{
	margin: 0 auto 0;
	padding: 100px 0 0;
	width: 990px;
	position:relative;
	text-align:center;
}

.block1{
	margin: -100px auto 0;
	padding: 60px 0 120px;
	min-width: 1180px;
	position:relative;
	text-align:center;

}

.mask_style1 {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #fff;
mask-image: linear-gradient(#000, #000), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201400.26%205779.95%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M1400.26%2C52.95S1164.15-22.61%2C877.22%2C6.79c-286.93%2C29.4-359.08%2C90.68-545.3%2C90.68S0%2C53.05%2C0%2C53.05V5779.95H1399.92l.34-5727Z%22%2F%3E%3C%2Fsvg%3E");
mask-repeat: no-repeat, repeat-x;
mask-position:0 0,center top;
mask-size:100% auto,1400px auto;
mask-composite: intersect;
z-index:-1;
}



.giftcard_block{
	margin: 0 auto 80px;
	padding: 0 0 0;
	width: auto;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:flex-start;
}
.giftcard_block_bottom{
align-items:flex-end;
}



.block_l{
	margin: 0 0 ;
	padding: 0 0;
	position:relative;
	text-align: center;
	width: 310px;
}

.block_l .giftcard_img{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
}

.block_l h3{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: #222;
}

.btn_buy{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_buy a{
	margin: 0 auto;
	padding: 20px 0 20px 20px;
	position:relative;
	text-align:center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #fff;
	width: 270px;
	border: 0px solid #222;
	border-radius:50px;
	display:inline-block;

box-sizing: border-box;
background: url(../images/giftcard/cart_icon.svg) no-repeat left 30px top 50%;
background-color: #ff8c00;
}

.btn_buy a:hover{
transition : 0.3s;
opacity:0.7;
text-decoration:none;
}


.block_r{
	margin: 0 0 0 40px;
	padding: 0 0;
	position:relative;
	text-align: left;
	width: 640px;
}

.block_r p{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	color: #222;
}
.block_r p em{
	color: #ff0000;
}
.block_r p big{
	font-weight: 600;
	font-size: 17px;
}
hr {
	height: 2px;
	background-color:#eee;
	border:none;
	margin-bottom:80px;
}
