@charset "UTF-8";
main {
	width: 38.21vw;
	margin-inline: auto calc(50% - 46.43vw);
}
.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% - 46.43vw);
  transform: translateY(-50%);
	width: 50.71vw;
}

@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: 1.43vw;
}
.float-conversion-nav-tit{
	height: auto;
	margin-bottom: 2.14vw;
}
.float-conversion-nav-tit img{
	height: 100%;
}
.float-conversion-nav-box:nth-of-type(n+2){
	margin-top: 2.86vw;
}
.float-conversion-nav-box:nth-of-type(1){
	background: #FFE014;
	border-radius: 1.43vw;
	padding: 1.79vw;
}
.float-conversion-nav-box:nth-of-type(1) .float-conversion-nav-tit{
	margin-inline: 7.14vw;
	margin-bottom: 1.07vw;
}
.float-conversion-nav-box:nth-of-type(1) .float-conversion-nav-list{
	grid-template-columns: repeat(2, 1fr);
	gap: 0.71vw;
}

.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;
}
.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;
}
.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;
}

.float-bottom-conversion {
	visibility: hidden;
}
.float-bottom-conversion.is-hide {
	opacity: 0!important;
	pointer-events: none!important;
}