@charset "UTF-8";
main {
	width: 475px;
	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: 250px;
}
.float-bottom-nav {
	display: block;
	position: fixed;
	top: 50%;
	right: calc((100% - 1400px) / 2);
	width: 390px;
	transition: .3s;
}
.float-bottom-nav.is-hide {
	opacity: 0;
	pointer-events: none;
}
.float-bottom-nav-top {
	padding: 20px 27px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.float-bottom-nav-btm {
	margin-top: 0px;
}
.float-bottom-nav-list {
	margin-top: 0px;
	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: 80px;
}
.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: 50px;
}
.float-bottom-conversion {
	position: fixed;
	top: 15%;
	left: calc((100% - 1400px) / 2);
	background: none;
	width: 410px;
	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: 0px 0;
}
.cv-button__txt{
  margin-top: 20px;
}
.cv-button__txt {
	font-size: 18px;
	text-align: center;
}
.cv-button__terms {
	text-align: center;
	margin-top: 13px;
}
.cv-button__terms-anchor {
	font-size: 15px;
	letter-spacing: .06px;
}
.float-banner {
	padding: 0;
	max-width: 1087px;
}
.campaign {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}
.flow{
  margin-top: -250px;
}
.flow__items:nth-child(1) {
  padding-bottom: 60px;
}
.flow__items:nth-child(2),
.flow__items:nth-child(3) {
  padding: 60px 0;
}
.flow__items:nth-child(1)::after,
.flow__items:nth-child(2)::after {
  top: 140px;
  left: 50%;
  height: calc(100% - 140px);
}
.flow__items:nth-child(2)::after {
  top: 0;
  height: 100%;
	background: #FCE61A;
}
.flow__title {
	margin-bottom: 30px;
}
.flow__box {
	border: 3px solid #000;
	border-radius: 20px;
}
.flow__img {
	padding: 30px;
}
.flow__btn {
	padding: 30px;
}
.flow__btn>a {
	transition: .3s;
}
.flow__btn>a:hover {
	opacity: 0.7;
}
.flow__link {
	width: 280px;
}
.modal-terms {
	max-width: 890px;
	padding: 44px;
	background-color: #fff;
}
.present-notes__title {
	font-size: 18px;
	margin-bottom: 25px;
}
.present-notes__heading {
	margin: 38px 0;
}
.present-notes__heading:before {
	height: 1px;
}
.present-notes__heading-text {
	font-size: 16px;
	padding: 0 19px;
	margin: 0 25px;
}
.present-notes__subtitle {
	margin: 25px 0 6px;
	font-size: 16px;
}
.present-notes__text {
	font-size: 15px;
	margin-bottom: 25px;
}
.present-notes__dt {
	margin: 25px 0 6px;
	font-size: 16px;
}
.present-notes__dd {
	font-size: 12px;
	margin-bottom: 25px;
}
.present-notes__return-anchor {
	width: 76px;
	height: 76px;
}
.present-notes__close {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-indent: -1000px;
	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: 80px;
}
.footer {
	margin-bottom: 0;
}