@charset "UTF-8";
main {
	width: 535px;
	margin-inline: auto calc(50% - 650px);
}
.bg {
	display: block;
	position: fixed;
	inset: 0;
	z-index: -1;
	background: #F6B569;
}

.header{
	position: fixed;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 100%;
}

main{
	margin-top: 98px;
}

.float-conversion-nav {
  position: fixed;
  top: 50%;
  left: calc(50% - 650px);
  transform: translateY(-50%);
  width: 710px;
}

@media screen and (orientation: landscape) and (max-height: 1070px) {
  .float-conversion-nav {
    top: 120px;
    transform: none;
    height: calc(100vh - 180px);
    overflow: visible;
  }

  .float-conversion-nav-inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.float-conversion-nav-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.float-conversion-nav-tit{
	height: auto;
	margin-bottom: 30px;
}
.float-conversion-nav-tit img{
	height: 100%;
}
.float-conversion-nav a{
	transition: .3s;
}
.float-conversion-nav a:hover{
	opacity: 0.7;
}
.float-conversion-nav-box:nth-of-type(n+2){
	margin-top: 40px;
}
.float-conversion-nav-box:nth-of-type(1){
	background: #FFE014;
	border-radius: 20px;
	padding: 25px;
}
.float-conversion-nav-box:nth-of-type(1) .float-conversion-nav-tit{
	margin-inline: 100px;
	margin-bottom: 15px;
}
.float-conversion-nav-box:nth-of-type(1) .float-conversion-nav-list{
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}


.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 {
	visibility: hidden;
}
.float-bottom-conversion.is-hide {
	opacity: 0!important;
	pointer-events: none!important;
}
.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;
}
.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;
}