@charset "UTF-8";
/********************** o2o form*************************/
.GN_wrap .section-form-wrap h3 {
  	font-size: 36px;
	margin-bottom: 24px;
}
.GN_wrap .section-form-wrap h4 {
  	font-size: 26px;
}
.GN_wrap .section-form-wrap p {
	font-size: 28px;
	line-height: 1.57;
}
@media (max-width: 750px) {
	.GN_wrap .section-form-wrap h3 {
		font-size: 6.2vw;
		margin-bottom: 2vw;
	}
	.GN_wrap .section-form-wrap h4 {
		font-size: 3.9vw;
	}
	.GN_wrap .section-form-wrap p {
		font-size: 3.7vw;
	}
}

.GN_wrap .section-form-wrap {
	position: relative;
	background: url("../images/sec_10.jpg") no-repeat top center;
	background-size: 100% 100%;
	padding: 56px 0 120px;
}
.GN_wrap .section-form-wrap .sec-title {
	position: relative;
	top: 0;
	width: fit-content;
}
.GN_wrap .section-form-wrap .sec-title img {
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (max-width: 750px) {
	.GN_wrap .section-form-wrap {
		padding: 7.4vw 0 16vw;
	}
	.GN_wrap .section-form-wrap .sec-title img {
		margin-top: 4.2vw;
		margin-bottom: 4.2vw;
	}
}

.GN_wrap .section-form-wrap .GN-content {
	width: 86.8%;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	transition: all .5s;
	height: auto;
	padding: 0;
}
.GN_wrap .section-form-wrap .note {
	position: absolute;
	text-align: right;
	left: 0; right: 5%; top: 48%;
	padding: 0;
}
.GN_wrap .section-form-wrap .GN-content .bottom {
  	display: block;
	margin-top: 80px;
}
.GN_wrap .section-form-wrap .GN-form {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .note-wrap {
	text-align: left;
	padding: 1.5em 10px;
	position: relative;
	bottom: auto;
}
.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .note-wrap ul li {
	font-size: 24px;
	line-height: 1.5;
}
.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .btn-wrap {
	display: flex;
	justify-content: center;
}
.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .btn-wrap div:nth-of-type(1) {
  	margin: 10px 1.5em 10px 0;
}
.GN_wrap .section-form-wrap .GN-content .bottom .note-wrap.note {
	position: relative;
	bottom: auto;
	text-align: left;
	padding: 0;
	margin-top: 3%;
}
@media (max-width: 750px) {
	.GN_wrap .section-form-wrap .note {
		position: absolute;
		text-align: left;
		left: 0; right: 0;
		top: 30%;
		padding: 0;
	}
	.GN_wrap .section-form-wrap .GN-content .bottom {
		margin-top: 10vw;
	}
	.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .note-wrap {
		padding: 0;
	}
	.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .note-wrap ul li {
		font-size: 3.2vw;
	}
}

.GN_wrap .section-form-wrap .GN-content .bottom .GN-gift {
	width: 100%;
	position: relative;
}
.GN_wrap .section-form-wrap .GN-content .GN-gift .note {
	padding: 0 1%;
	position: relative;
	bottom: auto;
	margin-top: 15px;
	text-align: left;
}
@media (max-width: 750px) {
	.GN_wrap .section-form-wrap .GN-content .GN-gift .note {
		padding: 0;
		margin-top: 4vw;
		left: 0;
		display: block;
	}
}

.GN_wrap .gift_box {
	width: 100%;
	display: block;
	padding: 35px 20px;
	text-align: center;
	border: 1px solid #fff;
}
.GN_wrap .gift_box>img {
	width: 100%;
	display: flex;
	margin: -20px auto 10px;
}
.GN_wrap .section-form-wrap .GN-content span.note {
	display: block;
	font-size: 8px;
	z-index: 2;
	position: relative;
}
.GN_wrap .product_triangle_white_text {
  	margin: 5% auto 0;
}
.GN_wrap .product_triangle_white_text p {
  	text-align: center;
}
.GN_wrap .product_triangle_white_text .surpriseIten {
	width: 100%;
	display: table;
}
.GN_wrap .product_triangle_white_text .surpriseIten.surpriseIten02>div {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
}
.GN_wrap .product_triangle_white_text .surpriseIten.surpriseIten01>div {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.GN_wrap .product_triangle_white_text .surpriseIten span {
	padding: 3px 8px;
	background: #295a83;
	color: #FFF;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	display: table;
	margin: 0 auto 5px auto;
}
@media (max-width: 750px) {
	.GN_wrap .product_triangle_white_text .surpriseIten.surpriseIten01 {
		padding-top: 5vw;
	}
	.GN_wrap .product_triangle_white_text .surpriseIten span {
		font-size: 3.9vw;
	}
	.GN_wrap .gift_box {
		position: relative;
		bottom: 0;
		margin: 8% auto 0;
		right: 0;
		padding: 7vw 3vw 6vw;
	}
	.GN_wrap .gift_box h3 {
		font-size: 5.4vw;
	}
	.GN_wrap .product_triangle_white_text {
		margin: 7vw auto 0;
	}
	.GN_wrap .section-form-wrap .GN-content span.note {
		padding: 2em 0 0 0;
		width: 85%;
		margin: 0 auto;
	}
	.GN_wrap .section-form-wrap .GN-content .top .note {
		width: 100%;
		text-align: center;
		top: 290vw;
	}
	.GN_wrap .section-form-wrap .GN-content .bottom {
		flex-direction: column;
		padding-top: 0;
	}
	.GN_wrap .section-form-wrap .GN-content .bottom .GN-form {
		width: 100%;
		padding-right: 0;
	}
	.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .btn-wrap div:nth-of-type(1) {
		padding-right: 0;
		margin-right: 0.8vw;
	}
	.GN_wrap .section-form-wrap .GN-content .bottom .GN-gift {
		width: 100%;
		flex-direction: column;
	}
	.GN_wrap .section-form-wrap .GN-form .eventpage_oto_wrapper .btn-wrap div:nth-of-type(2) a {
		padding-right: 0;
	}
	.GN_wrap .section-form-wrap .GN-content .top.active.mb {
		margin-bottom: 0;
	}
	.GN_wrap .section-form-wrap.active {
		-webkit-animation: approach-from-top 1s;
		animation: approach-from-top 1s;
	}
	.GN_wrap .product_triangle_white_text .surpriseIten.surpriseIten01>div,
	.GN_wrap .product_triangle_white_text .surpriseIten.surpriseIten02>div {
		width: 38vw;
	}
}

@media (max-width: 500px) {
	.GN_wrap .product_triangle_white_text p {
		width: 110%;
		margin-left: -5%;
	}
}

.gift_box .btn-wrap {
	margin: 5% auto 0;
}
@media (max-width: 750px) {
	.GN_wrap .product_triangle_white_text {
		margin: 0vw auto 0;
	}
	.GN_wrap .gift_box h3 {
		font-size: 5.4vw;
		margin: 0;
	}
}
@media (max-width: 500px) {
	.GN_wrap .product_triangle_white_text p {
		width: 110%;
		margin-left: -5%;
		font-size: 90%;
	}
}
.event_content .response_box.active .GN-thanks-wrap {
	top: 50% !important;
	transform: translateY(-50%);
}
.event_content .response_box.active .close_lightbox {
	top: 21%; right: 20%;
}
@media (max-width: 800px) {
	.event_content .response_box.active .GN-thanks-wrap .wrap-border {
		padding: 60px 0 !important;
		max-height: 600px;
		height: auto !important;
	}
}