@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
body{
	background: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.6;
	font-size: 18px;
	color: #fff;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
a{
	color: #3381ff;
}
img{
	max-width: 100%;
	height: auto;
}
.wrap{
	margin: auto;
	max-width: 750px;
}
.primary-heading{
	margin: 32px 16px;
	padding: 8px;
	border: solid 1px #c2ad75;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #c2ad75;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.btn-area{
    margin: 0;
	padding: 0 4% 4%;
	text-align: center;
}
.play .btn-area{
    margin: 0;
	padding: 0;
}
.regist-btn{
	margin: 0 auto;
	display: block;
	animation: bounce 2s ease 0s infinite;
	transform-origin: center;
}
.play .regist-btn{
	padding: 8px 58px 8px 16px;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, #cc0000;
	border-radius: 8px;
	position: relative;
	text-shadow: 0 0 4px #900000,0 0 4px #900000,0 0 4px #900000,0 0 4px #900000;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: white;
	pointer-events: auto;
	cursor: pointer;
	animation: none;
}
.play .regist-btn::before,
.play .regist-btn::after{
	top: 0;
	bottom: 0;
}
.play .regist-btn::before{
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 40px;
	right: 16px;
	box-shadow: 0 2px 2px #928e8e inset;
}
.regist-btn::after,
.entry-btn .regist-btn.active::after{
	height: 1px;
	border: solid 10px transparent;
	border-left: solid 16px #cc0000;
	top: 1px;
	right: 16px;
}
.play .regist-btn::before,
.play  .regist-btn::after,
.play::before,
.howto .ul .li::after,
.popup .btn-area.close::after{
	content: "";
	margin: auto;
	position: absolute;
}
.mbr,
.lbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
	padding: 16px;
	background: url(../images/header-bg.webp) no-repeat center / cover;
}
.header .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .inner .logo{
    width: 36%;
}
.header .inner .ban{
    width: 40%;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
    margin-bottom: 32px;
    position: relative;
}
.hero .ban{
    width: 33%;
    position: absolute;
    top: 3%;
    left: 5%;
}
.hero .btn-area{
	margin: 0 auto;
	padding: 0 4%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
}
.about{
    margin: 32px 0;
}
.about .text,
.lp-campaign .text{
    margin: 0 16px 16px;
}
.play{
	margin: 40px 0 32px;
	padding: 32px 0 16px;
	background: url(../images/play-bg.webp) repeat-y top center / cover;
	position: relative;
}
.play::before{
	width: 100%;
	height: 8px;
	background: url(../images/play-bg-top.webp) no-repeat top center / cover;
	top: -8px;
	left: 0;
	right: 0;
}
.play .primary-heading{
	margin: 0 16px 32px;
}
.play .item{
	margin: 0 16px 32px;
	display: flex;
}
.play .item:last-child{
	margin: 0 16px 16px;
}
.play .item .left{
    margin-right: 16px;
    padding: 4px;
    width: 140px;
    background: url(../images/play-item-bg.webp) no-repeat center / cover;
}
.play .left .secondary-heading{
	margin-bottom: 4px;
	text-align: center;
	font-size: 16px;
}
.play .item .right{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.play .right .regist-btn{
    padding: 8px 48px 8px 8px;
    font-size: 20px;
}
.play .right .regist-btn::before{
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 40px;
	right: 16px;
	box-shadow: 0 2px 2px #928e8e inset;
}
.play .right .regist-btn::after{
	height: 1px;
	border: solid 8px transparent;
	border-left: solid 12px #cc0000;
	right: 16px;
}
.review{
    margin: 32px 0;
}
.review .item{
    margin: 0 16px 32px;
    padding: 16px;
    display: flex;
    background: url(../images/review-item-bg.webp) no-repeat center / cover;
    color: #000;
}
.review .item .left{
	margin-right: 16px;
	width: 80px;
}
.review .left .name-age{
	margin-top: 8px;
	text-align: center;
	line-height: 1.4;
}
.review .item .right{
	flex: 1;
}
.review .item .text{
	margin-bottom: 16px;
}
.review .item .text:last-child{
	margin-bottom: 0;
}
.howto{
    margin: 32px 0;
}
.howto .primary-heading{
    padding: 0;
    border: none;
}
.howto .ul{
	margin: 0 16px;
}
.howto .ul .li{
    margin-bottom: 40px;
    padding: 8px 24px 8px 14px;
    display: flex;
    align-items: center;
    background: #336600;
    position: relative;
}
.howto .ul .li::after{
	width: 1px;
	border: solid 12px transparent;
	border-top: solid 20px #336600;
	left: 0;
	right: 0;
	bottom: -42px;
}
.howto .ul .li:last-child{
    margin-bottom: 32px;
}
.howto .ul .li:last-child::after{
	display: none;
}
.howto .li .num{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: solid 1px #336600;
    border-radius: 40px;
    box-shadow: 0 0 0 1px white;
    font-size: 20px;
    font-weight: bold;
    color: #336600;
}
.howto .li .text{
    flex: 1;
    text-align: center;
}
.lp-campaign{
    margin: 32px 0;
}
.lp-campaign .primary-heading{
    padding: 0;
    border: none;
    text-align: center;
    color: #cc0000;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 32px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px #fff;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body .ex:last-of-type,
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}
.general h4{
    margin: 16px 0 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #1a3300;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #336600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .header,
.menu.mt{
	margin-top: 32px;
}
.notice-box{
    margin: 24px 16px;
    padding: 8px;
    background: #f29b76;
    text-align: center;
    color: white;
}
.form-wrapper{
    margin-bottom: 32px;
    padding: 0 16px;
}
.form-box{
	margin-bottom: 32px;
}
.form-label{
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	font-size: 16px;
}
textarea{
	resize: vertical;
}
select{
	padding: 8px 20px 8px 8px;
	height: 60px;
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #fff;
	border: 1px solid #ddd;
	color: black;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 20px, #ffffe5;
}
.radio-box{
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 58px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #eb739f;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg,
.alert-msg{
	font-size: 14px;
}
.form-box .form-msg{
	margin: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 8px 0 0;
	padding: 4px;
	background: #ff6d6d;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
	0%{width: 0%;opacity: 0;}
	100%{width: 100%;opacity: 1;}
}
.entry-btn .btn-area{
    margin: 0 0 32px;
}
.entry-btn .regist-btn{
	background: #666666;
	text-shadow: 0 0 4px #4a4a4a, 0 0 4px #4a4a4a, 0 0 4px #4a4a4a, 0 0 4px #4a4a4a;
	pointer-events: none;
}
.entry-btn .regist-btn::before{
	box-shadow: none;
}
.entry-btn .regist-btn::after{
    border-left: solid 16px #666;
}
.ymd-box{
	column-gap: 8px;
}
.ymd-box,
.area-box{
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	flex-shrink: 1;
}
.area-box select,
.area-box .sub-area{
	width: calc(50% - 4px);
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
	border: 0;
	font-size: 1.4rem;
	color:#333;
	text-indent: 0;
	padding: 10px 0 10px 20px;
}
.campaign h5{
	font-weight: normal;
	font-size: 1.2rem;
	color:#333;
	padding: 10px 0 10px 20px;
}
.campaign p{
	padding: 0 10px 0 20px;
}
.cam_msg{
	font-size: 1.1rem;
	color:#aaa;
	padding: 0;
}
.campaign strong{
	font-weight: bold;
	color:#f00;
}
.camMenu{
	margin-bottom: 10px;
	padding-left: 20px;
}
.camMenu dt{
	font-weight: bold;
	font-size: 1.6rem;
	margin: 5px 0;
}
.camMenu dt:before{
	content:"";
	color:#714769;
}
.camMenu dd{
	margin-bottom: 10px;
}
.camMenu table{
	border-collapse: collapse;
	width: 270px;
	color:#000;
}
.camMenu table th{
	text-align: center;
	background:#ccc;
	width: 90px;
	border: 1px solid #aaa;
}
.camMenu table td{
	text-align: right;
	width: 90px;
	background:#fff;
	border: 1px solid #aaa;
	padding-right: 10px;
	box-sizing: border-box;
}
.camMenu table tr td:last-child{
	background:#ff0;
}
#campaign_btn,
#campaign_btn_entry{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a{
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/cam_btn.png") no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}
.lpprtitle{
	background-color: #323232!important;
	color: #fff;
}
.popup .btn-area.close::after,
.popup .close .regist-btn::after{
    width: 24px;
    height: 6px;
    background: #cc0000;
    top: 1px;
    right: 24px;
    bottom: 0;
}
.popup .btn-area.close::after{
    transform: rotate(45deg);
}
.popup .close .regist-btn::after{
    border: none;
	transform: rotate(-45deg);
}
.popup .copy{
    padding: 16px 16px 92px;
}
.note{
	margin: -4% 0 0;
	padding: 0 0 4%;
	font-size: .8em;
	text-align: center;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link{
	padding: 12px 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 16px;
	display: block;
	color: #fff;
}
body #pr{
	margin: auto;
	max-width: 410px;
	right: 0;
	bottom: -100px;
	z-index: 9999;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
		display: block;
    }
	.play .regist-btn{
	    font-size: 20px;
	}
	.play .regist-btn::after{
		top: 2px;
	}
	.play .item .left{
	    width: 110px;
	}
	.play .right .regist-btn{
	    padding: 8px 40px 8px 8px;
	}
	.play .right .regist-btn::before{
	    right: 12px;
	}
	.play .right .regist-btn::after{
	    right: 12px;
	}
	.howto .ul .li{
	    padding: 8px 8px 8px 14px;
	}
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:568px){
	.lbr{
		display: block;
	}
	.lbrn{
		display: none;
    }
	.hero .btn-area{
	    bottom: 4%;
	}
	.play .right .regist-btn{
	    padding: 8px 58px 8px 16px;
	    font-size: 22px;
	}
	.play .right .regist-btn::before{
	    width: 40px;
	    height: 40px;
	}
	.play .right .regist-btn::after{
	    border: solid 10px transparent;
	    border-left: solid 16px #cc0000;
	}
	.review .item .left{
	    width: 100px;
	}
	.howto .ul .li{
	    padding: 8px 48px 8px 14px;
	}
	.header .inner .ban{
	    width: 28%;
	}
	.header .inner .logo{
	    width: 20%;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 28px;
	}
	.tbrn{
		display: none;
	}
	.primary-heading{
	    margin: 64px 32px;
	    padding: 16px;
	    border: solid 2px;
	    font-size: 32px;
	}
	.btn-area{
	    margin: 64px;
	}
	.btn-area.fix{
	    max-width: 590px;
	    left: 0;
	    right: 0;
	    bottom: 32px;
	}
	.play .regist-btn{
	    padding: 8px 120px 8px 108px;
	    min-height: 79px;
	    font-size: 38px;
	}
	.play .regist-btn::before{
	    width: 54px;
	    height: 54px;
	    border-radius: 54px;
	    right: 66px;
	    box-shadow: 0 1px 3px 1px #928e8e inset;
	}
	.play .regist-btn::after{
	    border: solid 14px transparent;
	    border-left: solid 22px #cc0000;
	    right: 65px;
	}
	.hero{
	    margin-bottom: 64px;
	}
	.hero .btn-area{
	    bottom: 4%;
	}
	.about{
	    margin: 64px 0;
	}
	.about .text,
	.lp-campaign .text{
	    margin: 0 48px 40px;
	}
	.play{
	    margin: 72px 0 32px;
	    padding: 64px 0 32px;
	}
	.play .primary-heading{
	    margin: 0 32px 64px;
	}
	.play .item{
	    margin: 0 32px 64px 48px;
	}
	.play .item:last-child{
		margin: 0 32px 32px 48px;
	}
	.play .item .left{
	    margin-right: 24px;
	    padding: 10px;
	    width: 300px;
	}
	.play .left .secondary-heading{
	    margin: 2px 0 10px;
	    font-size: 30px;
	    line-height: 1;
	}
	.play .item .right{
	    margin-top: 60px;
	}
	.play .right .text{
	    font-size: 26px;
	}
	.play .right .regist-btn{
	    padding: 0 58px 0 48px;
	    min-height: 60px;
	    font-size: 34px;
	}
	.play .right .regist-btn::before,
	.play .right .regist-btn::after{
	    right: 22px;
	}
	.review .item{
		margin: 0 32px 64px;
		padding: 24px;
	}
	.review .item .left{
		margin-right: 24px;
		width: 190px;
	}
	.review .item .text{
	    margin-bottom: 32px;
	}
	.howto .ul{
	    margin: 0 32px;
	}
	.howto .ul .li{
	    margin-bottom: 60px;
	    padding: 16px 78px 16px 32px;
	}
	.howto .ul .li::after{
	    border: solid 22px transparent;
	    border-top: solid 38px #336600;
	    bottom: -70px;
	}
	.howto .li .num{
	    width: 62px;
	    height: 62px;
	    border: solid 2px #336600;
	    box-shadow: 0 0 0 2px white;
	    border-radius: 60px;
	    font-size: 30px;
	}
	.lp-campaign .primary-heading{
	    font-size: 34px;
	}
	.footer{
		font-size: 20px;
	}
	.header{
	    padding: 24px;
	}
	.header .inner .ban{
	    width: inherit;
	}
	.header .inner .logo{
	    width: 24%;
	}
	.content-body{
	    padding: 0 48px;
	}
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin: 0 0 16px;
	    padding: 0;
	    font-size: 28px;
	}
	.content-body p,
	.general-parts .note{
	    margin: 0 0 40px;
	}
	.disc li{
	    margin: 0 0 32px;
	    padding-left: 16px;
	    border-left: solid 2px #fff;
	}
	.disc li:last-child{
	    margin-bottom: 40px;
	}
	.general h4{
	    margin: 32px 0 8px;
	    padding-bottom: 8px;
	    border-bottom: solid 2px;
	}
	.remaining{
		padding: 14px;
		height: 64px;
	}
	.remaining .progress{
		height: 64px;
	}
	.remaining p{
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
	.remaining + .header{
	    margin-top: 64px;
	}
	.form-wrapper{
	    margin-bottom: 64px;
	    padding: 0 48px;
	}
	.form-box{
		margin-bottom: 64px;
	}
	.form-label{
		margin: 0 0 16px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		padding: 16px;
		height: 77px;
		font-size: 28px;
	}
	select{
		padding-right: 62px;
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	}
	select:focus{
		background: url(../images/icon-select.webp) no-repeat right center / 60px, #ffffe5;
	}
	.form-item.normal-radio{
		margin-top: 16px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.entry-btn .btn-area{
	    margin: 0 32px 64px;
	}
	.entry-btn .regist-btn::after{
	    border-left: solid 22px #666;
	}
	.radio-label{
	    line-height: 77px;
	}
	.ymd-box{
	    column-gap: 16px;
	}
	.area-box select,
	.area-box .sub-area{
	    width: calc(50% - 8px);
	}
	.form-msg,
	.alert-msg{
		font-size: 20px;
	}
	.alert-msg{
		margin: 16px 0 32px;
		font-size: 2rem;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 24px;
	}
	.popup .btn-area.close::after,
	.popup .close .regist-btn::after{
	    width: 34px;
	    height: 8px;
	    top: 2px;
	    right: 76px;
	}
	.popup .copy{
	    padding: 16px 16px 127px;
	}
}
@keyframes bounce{
	0%{transform: scale(.9);}
	50%{transform: scale(1.05);}
	100%{transform: scale(.9);}
}