@charset "UTF-8";
main {
	width: 33.93vw;
	margin-inline: auto;
}
.bg {
	display: block;
	position: fixed;
	inset: 0;
	z-index: -1;
}
.bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv-area__wrapper {
  padding-bottom: 17.86vw;
}
.float-bottom-nav {
	display: block;
	position: fixed;
	top: 50%;
	right: calc((100% - 97.22vw) / 2);
	width: 27.86vw;
	transition: .3s;
}
.float-bottom-nav.is-hide {
	opacity: 0;
	pointer-events: none;
}
.float-bottom-nav-top {
	padding: 1.43vw 1.93vw;
	border: 0.07vw solid #fff;
	border-radius: 0.29vw;
}
.float-bottom-nav-btm {
	margin-top: 0;
}
.float-bottom-nav-list {
	margin-top: 0;
	display: block;
}
.float-bottom-nav-btm .float-bottom-nav-list {
	padding: 0;
}
.float-bottom-conversion {
	display: block!important;
	opacity: 1!important;
	z-index: 999;
}
.float-bottom-conversion img {
	padding: 0;
}
.pagetop {
	bottom: 5.71vw;
}
.header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.footer {
	margin-bottom: 0!important;
}
.kv-area .cv-button {
	padding-bottom: 3.57vw;
}
.float-bottom-conversion {
	position: fixed;
	top: 15%;
	left: calc((100% - 97.22vw) / 2);
	background: none;
	width: 29.29vw;
	height: auto;
	transition: .3s;
	z-index: 100;
}
.float-bottom-conversion.is-hide {
	opacity: 0!important;
	pointer-events: none!important;
}
.cv-button {
	max-width: 90%;
	margin: 0 auto;
	padding: 0;
}
.cv-button__txt{
  margin-top: 1.43vw;
}
.cv-button__txt {
	font-size: 1.29vw;
	text-align: center;
}
.cv-button__terms {
	text-align: center;
	margin-top: 0.93vw;
}
.cv-button__terms-anchor {
	font-size: 1.07vw;
	letter-spacing: 0.004vw;
}
.float-banner {
	padding: 0;
	max-width: 77.64vw;
}
.campaign {
  border-left: 0.29vw solid #000;
  border-right: 0.29vw solid #000;
}
.flow{
  margin-top: -17.86vw;
}
.flow__items:nth-child(1) {
  padding-bottom: 4.29vw;
}
.flow__items:nth-child(2),
.flow__items:nth-child(3) {
  padding: 4.29vw 0;
}
.flow__items:nth-child(1)::after,
.flow__items:nth-child(2)::after {
  top: 10vw;
  left: 50%;
  height: calc(100% - 10vw);
}
.flow__items:nth-child(2)::after {
  top: 0;
  height: 100%;
	background: #FCE61A;
}
.flow__title {
	margin-bottom: 2.14vw;
}
.flow__box {
	border: 0.21vw solid #000;
	border-radius: 1.43vw;
}
.flow__img {
	padding: 2.14vw;
}
.flow__btn {
	padding: 2.14vw;
}
.flow__btn>a {
	transition: .3s;
}
.flow__btn>a:hover {
	opacity: 0.7;
}
.flow__link {
	width: 20vw;
}
.modal-terms {
	max-width: 63.57vw;
	padding: 3.14vw;
	background-color: #fff;
}
.present-notes__title {
	font-size: 1.29vw;
	margin-bottom: 1.79vw;
}
.present-notes__heading {
	margin: 2.71vw 0;
}
.present-notes__heading:before {
	height: 0.07vw;
}
.present-notes__heading-text {
	font-size: 1.14vw;
	padding: 0 1.36vw;
	margin: 0 1.79vw;
}
.present-notes__subtitle {
	margin: 1.79vw 0 0.43vw;
	font-size: 1.14vw;
}
.present-notes__text {
	font-size: 1.07vw;
	margin-bottom: 1.79vw;
}
.present-notes__dt {
	margin: 1.79vw 0 0.43vw;
	font-size: 1.14vw;
}
.present-notes__dd {
	font-size: 0.86vw;
	margin-bottom: 1.79vw;
}
.present-notes__return-anchor {
	width: 5.43vw;
	height: 5.43vw;
}
.present-notes__close {
	width: 4.29vw;
	height: 4.29vw;
	position: absolute;
	right: 1.07vw;
	top: 1.07vw;
	text-indent: -71.43vw;
	background: url(../img/btn-modal_close.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	overflow: hidden;
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
.cv-button__apply-anchor, .cv-button__terms-anchor, .anchor, .float-banner__anchor, .float-bottom-nav-item>a {
	transition: .3s cubic-bezier(.13, .78, .38, .98);
}
@media(hover:hover) and (pointer:fine), (-ms-high-contrast:none), (-ms-high-contrast:active) {
	.cv-button__apply-anchor:hover, .present-notes__close:hover, .present-notes__return-anchor:hover, .float-banner__anchor:hover, .float-bottom-nav-item>a:hover {
		opacity: .5;
	}
	.cv-button__terms-anchor:hover, .present-notes__anchor:hover, .campaign-container__note-anchor:hover {
		text-decoration: none;
	}
	.nav-list__anchor:hover {
		opacity: .5;
	}
	.anchor:hover {
		box-shadow: none;
		-webkit-transform: translate3d(0, 1.33vw, 0);
		transform: translate3d(0, 1.33vw, 0);
	}
}
.pagetop {
	bottom: 5.71vw;
}
.footer {
	margin-bottom: 0;
}