@charset "utf-8";
@font-face {
	font-family: 'berlin';
	src: url('/en/guide/member/coupon/font/BRLNSDB.TTF');
}
.pt70{
	padding-top: 70px;
}
.pb50{
	padding-bottom: 50px;
}
.pb70 {
	padding-bottom: 70px;
}
.mb20{
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt50 {
	margin-top: 50px;
}
.bg-gray {
	background-color: #F5F5F5;
}
h2 span {
	font-size: 18px;
	font-weight: normal;
}
h1{	
	font-family: "berlin";
	font-size: 3.854vw;
	font-weight: 700;
	line-height: 1;
	color: #e40e50;
	text-shadow: 3px 3px 8px #fff, -3px 3px 8px #fff, 3px 3px 8px #fff, 3px -3px 8px #fff, 1px 1px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
	padding-bottom: 20px;
} 
h2{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
h3{
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	padding: 0 15px;
}
p{
	font-size: 1rem;
	line-height: 1.5
}
img{
	max-width: 100%;
}
.only-mb{
	display: none;
}
.content-section{
    width: 100%;
}

.step1{
	background: url(/en/guide/member/coupon/img/icon_no1.png) no-repeat;
}
.step2{
	background: url(/en/guide/member/coupon/img/icon_no2.png) no-repeat;
}
.step3{
	background: url(/en/guide/member/coupon/img/icon_no3.png) no-repeat;
}
.step4{
	background: url(/en/guide/member/coupon/img/icon_no4.png) no-repeat;
}
.note{
	padding-top: 10px;
	font-size: 13px;
}
button{
	background-color: #FF83A1;
    padding: 16px 49px;
    border: none;
    border-radius: 32px;
    color: white;
    font-size: 18px;
    font-weight: normal;
	cursor: pointer;
}
button:hover {
    background-color: #f36486;
}
.step-block{
	display: flex;
	width: 100%;
	padding: 20px;
	background-color: white;
}
.step-block-img {
	width: calc(45% - 15px);
	margin-right: 15px;
}
.step-block-img img {
	width: 100%;
}
.step-block-content {
	width: 55%;
}
.step-title{
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 22px;
	padding-left: 50px;
	min-height: 37px;
    padding-top: 8px;
}
@media screen and (max-width: 479px) {
	h2 {
		font-size: 28px;
	}
	h2 span {
		font-size: 16px;
	}
	h2.pb50 {
		padding-bottom: 30px;
	}
	h3 {
		font-size: 20px;
		margin-top: 30px !important;
	}
	.step-block {
    	flex-direction: column-reverse;
	}
	.step-block-img {
		width: 100%;
		margin-right: 0;
	}
	.step-block-content {
		width: 100%;
		margin-bottom: 10px;
	}
	.step-title {
		margin-bottom: 5px;
	}
	.section-notice {
		padding: 15px 25px !important;
	}
	.how-get-step:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 375px) {
	h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 320px) {
	button {
		padding: 16px 25px;
	}
}
/* ======================== Section Notice ===================== */
.section-notice {
	padding: 15px 30px;
    background-color: #fffef1;
    border: 2px dashed #f4c56a;
    border-radius: 15px;
	margin: 0 15px;
}
.section-notice h4 {
    font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.section-notice ul {
    margin-left: 20px;
}
.section-notice ul li {
    list-style-type: disc;
	margin-bottom: 5px;
}
.section-notice ul li p {
	font-size: 14px;
}
.section-notice ul li p a {
	color: #007BFF;
}
/*----Banner----*/
.main-banner{
	position: relative;
}
.main-banner .title-banner{
	width: 35%;
	position: absolute;
	top: 56%;
	left: 50%;
	webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.title-banner p{
	font-size: 1.510vw;
	line-height: 1.8rem;
}
/*----End of Banner----*/

/*----How to get----*/
.section-wrap {
	
}
.section-get ul {
	display: flex;
	flex-wrap: wrap;
}
.section-get img{
	display: inline-block;
    width: 100%;
	border: 1px solid #dcdcdc;
}
.section-get ul li .step-block{
	border: 1px solid #dcdcdc;
	box-shadow: 1px 1px 8px #f3f2f2, -1px 1px 8px #f3f2f2, 1px 1px 8px #f3f2f2, 1px -1px 8px #f3f2f2, 1px 1px 8px #f3f2f2, -1px -1px 8px #f3f2f2, 1px -1px 8px #f3f2f2, -1px 1px 8px #f3f2f2;
}
.check-btn{
	width: 100%;
    text-align: center;
    padding: 60px 0;
}
.how-get-step {
	margin: 20px 0 0;
}
.section-wrap .section-notice {
	margin: 50px 15px 0;
}
/*----End of How to get----*/

/*----How to use----*/
.section-use ul {
	display: flex;
	flex-wrap: wrap;
}
.section-use ul li .step-block{
    box-shadow: 1px 1px 8px #f3f2f2, -1px 1px 8px #f3f2f2, 1px 1px 8px #f3f2f2, 1px -1px 8px #f3f2f2, 1px 1px 8px #f3f2f2, -1px -1px 8px #f3f2f2, 1px -1px 8px #f3f2f2, -1px 1px 8px #f3f2f2;
}
.section-use ul li .step-block img{
	border: 1px solid #dcdcdc;
	width: 100%;
}
.step-block-content a {
	color: #007BFF;
}
/*----End of How to use----*/ 

/*----Notice----*/
.notice-section .notice-inform{
	position: relative;
	display: inline-block;
	width: 100%;
}
.notice-section .notice-inform .willer-bus{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.notice-section .notice-inform p{
	background-color: #fffef1;
    padding: 50px 50px 50px 300px;
    border: 2px dashed #f4c56a;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-left: 50px;
}
.notice-section ul{
	list-style-type: disc;
}
.notice-cancel{
	padding-bottom: 5px;
}
.notice-cancel li{
	padding-bottom: 5px;
	line-height: 1.5;
}
.notice-sub-title{	
	font-weight: bold;
}
.other-note{
	color: #e7062b;
	padding: 20px 0 5px 0;
}
.notice-attention li{
	line-height: 1.5;
	width: 100%;
}
.notice-section a{
	text-decoration: underline;
}
/*----End Notice----*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
	h1 {
		padding-bottom: 0;
	}
	.main-banner .title-banner {
		top: 55%;		
	}
	.title-banner p {
		line-height: 1.5;
	}
	.step-block-img {
		width: 50%;
		margin-right: 15px;
	}
	.step-block-content {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.only-pc{
		display: none;
	}
	.only-mb{
		display: block;
	}
	.main-banner .only-mb {
		width: 100%;
	}
	.main-banner .title-banner {
		width: 75%;
		top: 45%;
	}
	.title-banner h1 {
		font-size: 9.375vw;
	}	
	.title-banner p {
		font-size: 3.594vw;
		line-height: 1;
	}
	.notice-section .notice-inform {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}
	.notice-section .notice-inform .willer-bus {
		width: auto;
		max-width: 200px;
		left: 50%;
    	transform: translate(-50%, -50%);
	}
	.notice-section .notice-inform p {
		padding: 70px 20px 20px;
		font-size: 16px;
		line-height: 1.5;
		margin-left: 0;
	}
}