/*--------------------------------
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,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
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;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	background: black;
	position: relative;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.6;
	font-size: 16px;
	color: white;
}
body::before{
	margin: auto;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    content: "";
    background: url(../images/bg.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
a{
	color: #3381ff;
}
img{
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 16px;
	padding: 12px 8px;
	background: url(../images/heading-bg.webp) no-repeat top center / cover;
	text-align: center;
	line-height: 1.1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.primary-heading span{
/*
	background: -webkit-linear-gradient(top, rgba(246,243,199,1) 0%,rgba(214,194,134,1) 33%,rgba(193,152,77,1) 57%,rgba(183,147,78,1) 79%,rgba(167,139,77,1) 100%);
	background: linear-gradient(to bottom, rgba(246,243,199,1) 0%,rgba(214,194,134,1) 33%,rgba(193,152,77,1) 57%,rgba(183,147,78,1) 79%,rgba(167,139,77,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
*/
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 900;
}
.primary-heading .light-txt{
	width: 100%;
	font-size: 14px;
}
.secondary-heading,
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin-bottom: 16px;
	padding: 8px;
	background:rgba(171,30,30,0.6);
	box-shadow: 0 0 8px black, 0 0 8px black, 0 0 8px black;
	text-shadow: 0 0 6px black, 0 0 6px black, 0 0 6px black;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.content-body h3,
.general-parts .secondary-heading,
.form-label{
	margin: 24px 0 8px;
}
.btn-area{
	margin-bottom: 32px;
	padding: 0 16px;
}
.btn-area.fix{
	margin: 0 auto 16px;
	padding: 0 16px;
	max-width: 670px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.regist-btn,
.entry-btn .regist-btn.active{
	margin-bottom: 8px;
	padding: 8px 46px 8px 24px;
	width: 100%;
	min-height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(153,0,0,1) 100%);
	background: url(../images/btn-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(153,0,0,1) 100%);
	border-radius: 8px;
	position: relative;
	text-shadow: 0 0 6px #000, 0 0 6px #000;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	color: white;
	cursor: pointer;
	pointer-events: auto;
}
.regist-btn::before,
.regist-btn::after{
	top: 0;
	right: 16px;
	bottom: 0;
}
.regist-btn::before{
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 30px;
	box-shadow: 0 1px 3px #919191 inset, 0 1px 3px #919191 inset;
}
.regist-btn::after,
.entry-btn .regist-btn.active::after{
	height: 1px;
	border: solid 8px transparent;
	border-left: solid 12px #990000;
	right: 15px;
}
.hero .balloon::after,
.regist-btn::before,
.regist-btn::after,
.popup .regist-btn span::before{
	content: "";
	margin: auto;
	position: absolute;
}
.mbr{
	display: none;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
}
.sub-top{
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 140px;
}
.logo-link{
	padding: 16px 0;
	height: 140px;
	display: block;
}
.header {
    background: url(../images/header-bg.webp) no-repeat top center / cover;
    padding: 20px;
}
.header .inner .ban {
    width: 35%;
    filter: drop-shadow(0 0 4px black) drop-shadow(0 0 4px black);
}
/*--------------------------------
contents
--------------------------------*/
.about,
.play,
.howto,
.review,
.woman{
	margin-bottom: 32px;
}
.about .text{
    margin: 16px 0;
    padding: 0 16px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.play .text{
    margin: 16px 0;
    padding: 0 16px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.howto .text{
    margin: 0 0 16px;
    padding: 0 16px;
}
.hero{
	position: relative;
    padding-bottom: 60px;
}
.hero .inner-top{
    padding: 16px;
    background: url(../images/hero-top.webp) no-repeat top center / 100%;
}
.hero .inner-top .ban-text{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}
.hero .ban-text .ban{
	width: 40%;
}
.hero .ban-text .hero-text{
	width: 18%;
}
.hero .inner-top .logo{
	margin: auto;
	width: 78%;
}
.hero .inner-btm{
    padding: 0 16px 32px;
    background: url(../images/hero-btm.webp) repeat-y top center / 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.hero .balloon{
	margin: 0 16px 8px;
	padding: 6px;
	background: url(../images/balloon-light.webp) no-repeat center / 100% 100%, -webkit-linear-gradient(top, rgba(162,124,8,1) 0%,rgba(195,146,56,1) 70%,rgba(176,123,21,1) 100%);
	background: url(../images/balloon-light.webp) no-repeat center / 100% 100%, linear-gradient(to bottom, rgba(162,124,8,1) 0%,rgba(195,146,56,1) 70%,rgba(176,123,21,1) 100%);
	border-radius: 8px;
	position: relative;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	z-index: 1;
}
.hero .balloon::after{
	width: 12px;
	height: 19px;
	background: url(../images/balloon-tail.webp) no-repeat center / 100%;
	left: 0;
	right: 0;
	bottom: -17px;
}
.hero .balloon .strong{
	color: #990000;
}
.hero .inner-btm .text{
	text-align: center;
}
.about .img-box{
    margin-bottom: 16px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.play .box{
    margin: 24px 16px;
    padding: 16px;
    background: url(../images/play-bg.webp) no-repeat top center / cover;
}
.play .inner{
	padding: 0 8px;
	text-align: center;
}
.play .inner .text{
	margin: 16px 0;
	text-align: center;
}
.play .inner .regist-btn{
	padding: 8px 46px 8px 8px;
}
.review .box{
    margin: 24px 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    background: url(../images/review-bg.webp) no-repeat center / cover;
}
.review .box .left{
	margin-right: 8px;
	width: 100px;
}
.review .box .right{
	flex: 1;
}
.review .right .name{
	margin-bottom: 4px;
	font-size: 15px;
	color: #cc0000;
}
.review .right .text{
	color: black;
}
.woman .box{
    margin: 24px 16px;
    padding: 24px 16px;
    background: url(../images/woman-bg.webp) no-repeat top center / cover;
    text-align: center;
}
.woman .box img{
	margin-bottom: 16px;
}
.woman .box .secondary-heading{
	margin-bottom: 8px;
	padding: 4px;
	background: url(../images/woman-heading-bg.webp) no-repeat top center / cover;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	font-weight: bold;
	color: black;
}
.woman .box .text{
	margin-bottom: 16px;
	text-align: center;
}
.woman .box .btn-area{
	margin: 0;
	padding: 0;
}
.woman .btn-area .regist-btn{
	margin-bottom: 0;
}
.content-body{
    padding: 0 16px;
}
.content-body p,
.general-parts .note{
	margin: 0 0 24px;
}
.disc li{
	margin: 0 0 16px;
	padding-left: 8px;
	border-left: solid 1px rgb(162,124,8);
}
.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: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px;
    line-height: 1.6;
    font-weight: normal;
}
/*--------------------------------
Slick
-------------------------------*/
.slick-track{
	display: flex;
}
.slick-slide{
	height: auto;
}
.slick-arrow{
	margin: auto 0;
	width: 64px;
	height: 64px;
	background: rgba(255,255,255,.75);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}
.slick-arrow::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev::after{
	border-width: 12px 16px 12px 0;
	border-color: transparent #c6c transparent transparent;
	left: 22px;
}
.slick-next{
	right: 0;
}
.slick-next::after{
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #c6c;
	right: 22px;
}
.slick-disabled{
	opacity: .25;
	filter: grayscale(1);
}
/*--------------------------------
Button
-------------------------------*/
.top_btn{
	padding: 32px 120px;
    position: absolute;
	text-align: center; 
    bottom: 220px;
}
.btn-row{
    padding: 32px 120px;
    position: relative;
    text-align: center;
}

.reg-btn{
	margin: 0 auto;
	padding: 0;
	display: block;
}
/*--------------------------------
form
--------------------------------*/
.form-wrapper{
    margin-bottom: 48px;
    padding: 0 16px;
}
.form-box{
    margin-bottom: 24px;
}
.form-label{
    display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
    padding: 8px;
    width: 100%;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    color: inherit;
    vertical-align: bottom;
    border-radius: 0;
    position: relative;
    color: #000;
}
textarea{
    height: inherit;
    resize: vertical;
}
select{
    padding: 8px 40px 8px 8px;
    height: 60px;
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #fff;
    border: 1px solid #ddd;
    color: #000;
}
select:focus{
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #ffffe5;
}
.radio-box{
    padding: 4px 0 0 0;
    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;
}
.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{
    padding: 4px 0 0 0;
    line-height: 1.3;
    text-align: center;
}
.error{
    margin: 7px 0 0;
    padding: 4px;
    line-height: 1.2;
    background: #ff6d6d;
    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;}
}
.ymd-box,
.area-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ymd-box select{
    width: 32%;
    flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
    width: 49%;
    flex-shrink: 0;
}
.area-box .sub-area select{
    width: 100%;
    flex-shrink: 0;
}


.remaining{
    margin: 0 auto;
    height: 44px;
    max-width: 768px;
    background: #c2a446;
    z-index: 9;
    position: fixed;
    top: -44px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 44px;
    display: block;
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	line-height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.remaining span{
	color: white;
}
.remaining.active {
    top: 0;
}
.remaining.active.remove,
.remaining.success{
    top: -32px;
}
/*--------------------------------
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;
}
.popup .copy{
	padding: 16px 16px 100px;
}
body #pr{
	margin: auto;
	max-width: 410px;
	right: 0;
	bottom: -100px;
}

/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #4d3d2e;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #4d3d2e;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
    .mbr{
		display: block;
    }
	.primary-heading span{
	    font-size: 20px;
	}
	.secondary-heading,
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    font-size: 16px;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    padding: 8px 46px 8px 8px;
	    font-size: 20px;
	}
	.hero .balloon{
	    margin: 0 0 8px;
	    font-size: 15px;
	}
	.play .inner{
	    padding: 0;
	}
}

/*--------------------------------
media query landscape
--------------------------------*/
@media screen and (min-width:568px){
	.woman .box{
	    padding: 24px 32px;
	}
	.about .img-box{
	    justify-content: space-around;
	}
	.play .inner{
	    padding: 0 16px;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 750px){
	body{
		font-size: 28px;
	}
	.primary-heading{
	    margin-bottom: 48px;
	}
	.primary-heading span{
	    letter-spacing: 6px;
	    font-size: 42px;
	}
	.secondary-heading,
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
		box-shadow: 0 0 8px black, 0 0 8px black;
		font-size: 28px;
	}
	.about,
	.play,
	.howto,
	.review,
	.woman{
	    margin-bottom: 64px;
	}
	.btn-area{
	    margin-bottom: 64px;
	    padding: 0 56px;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    margin-bottom: 8px;
	    padding: 16px 120px 16px 88px;
	    min-height: 79px;
	    font-size: 38px;
	}
	.regist-btn::before,
	.regist-btn::after{
	    right: 64px;
	}
	.regist-btn::before{
	    width: 54px;
	    height: 54px;
	    border-radius: 54px;
	}
	.regist-btn::after,
	.entry-btn .regist-btn.active::after{
	    border: solid 14px transparent;
	    border-left: solid 22px #990000;
	    right: 63px;
	}
	.hero .inner-top{
	    padding: 40px 48px;
	}
	.hero .inner-top .ban-text{
	    margin: 0 16px 16px 0;
	}
	.hero .inner-btm{
	    padding: 0 64px 64px;
	}
	.hero .ban-text .hero-text{
	    width: 23%;
	}
	.hero .balloon{
	    margin: 0 40px 12px;
	    padding: 8px;
	    line-height: 1.2;
	}
	.hero .balloon::after{
	    width: 22px;
	    height: 34px;
	    bottom: -30px;
	}
	.about .text{
		margin: 32px 0;
		padding: 0 64px;
	}
	.howto .text{
	    margin: 0 0 32px;
	    padding: 0 80px;
	}
	.about .img-box{
	    margin-bottom: 32px;
	    padding: 0 32px;
	}
	.play .box{
	    margin: 48px 56px;
	    padding: 32px 40px;
	}
	.play .box .secondary-heading{
	    margin-bottom: 32px;
	    padding: 4px;
	    font-size: 32px;
	}
	.play .inner{
	    padding: 0 40px;
	}
	.play .inner .text{
	    margin: 24px 0;
	}
	.review .box{
		margin: 24px 56px;
		padding: 24px;
	}
	.review .box:nth-of-type(3){
		margin: 24px 56px 56px;
	}
	.review .box .left{
		margin-right: 16px;
		width: 180px;
	}
	.review .right .name{
		margin: 8px 0 16px;
		font-size: 28px;
	}
	.woman .box{
	    margin: 24px 56px 56px;
	    padding: 32px 83px;
	}
	.woman .box img{
	    margin-bottom: 32px;
	}
	.woman .box .secondary-heading{
	    margin-bottom: 24px;
	    font-size: 32px;
	}
	.woman .box .text{
	    margin-bottom: 20px;
	}
	.play .inner .regist-btn,
	.woman .btn-area .regist-btn{
	    margin-bottom: 0;
	    padding: 8px 84px 8px 56px;
	    min-height: inherit;
	    font-size: 32px;
	}
	.play .inner .regist-btn::before,
	.woman .btn-area .regist-btn::before{
		width: 36px;
		height: 36px;
		right: 48px;
	}
	.play .inner .regist-btn::after,
	.woman .btn-area .regist-btn::after{
		border: solid 10px transparent;
		border-left: solid 16px #990000;
		right: 46px;
	}
	.footer{
		font-size: 20px;
	}
	.content-body{
	    padding: 0 48px;
	}
	.content-body h3,
	.general-parts .secondary-heading,
	.form-label{
	    margin: 0 0 16px;
	}
	.content-body p,
	.general-parts .note{
	    margin: 0 0 48px;
	}
	.disc li{
	    margin: 0 0 24px;
	    padding-left: 16px;
	    border-left: solid 2px rgb(162,124,8);
	}
	.disc li:last-child{
	    margin-bottom: 48px;
	}
	.general h4{
	    margin: 0 0 16px;
	    padding-bottom: 16px;
	    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: 8px 16px;
		height: 62px;
		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;
	}
	.form-msg,
	.alert-msg{
		font-size: 20px;
	}
	.error{
		margin: 14px 0 0;
		line-height: 48px;
		font-size: 24px;
	}
	.radio-label{
	    line-height: 62px;
	}
	.form-box .form-msg{
	    padding: 8px 0 0 0;
	}
	.entry-btn .btn-area{
	    padding: 0 8px;
	}
	.entry-btn .regist-btn::after{
		border-left: solid 22px #4c4c4c;
	}
	.btn-area.close + .footer .copy{
	    padding: 16px 16px 119px;
	}
	.popup .regist-btn::after,
	.popup .regist-btn span::before{
	    width: 36px;
	    height: 8px;
	}
	.popup .regist-btn::after{
	    right: 73px;
	}
	.popup .regist-btn span::before{
	    right: 73px;
	}
}
.slick-arrow{
	margin: auto 0;
	width: 64px;
	height: 64px;
	background: rgba(255,255,255,0);
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	text-indent: -9999px;
}
.slick-arrow::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev::after{
	border-width: 16px 20px 16px 0;
	border-color: transparent #fff transparent transparent;
	left: 21px;
}
.slick-next{
	right: 0;
}
.slick-next::after{
	border-width: 16px 0 16px 20px;
	border-color: transparent transparent transparent #fff;
	right: 21px;
}
.slick-disabled{
	opacity: .25;
	filter: grayscale(1);
}
.reason-item{
	margin: 24px 16px;
	padding: 16px;
	background: url(../images/review-bg.webp) no-repeat center / cover;	
}
.reason-item:nth-last-child(1){
	margin: 0 16px;
}
.reason-head{
	text-align: center;
	position: relative;
}
.reason-img{
	margin: 0 0 16px;
	overflow: hidden;
}
.reason-head-txt{
	margin: auto 0;
	width: 100%;
	height: 64px;
	line-height: 1.2;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.75);
	color: #c00;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.reason .general-txt{
	padding: 0 8px;
	font-size: 1em;
	line-height: 1.6;
	color: #000;
}
.last-btn-area{
	margin: 0 16px 32px;
	padding: 8px;
	background: url(../images/play-bg.webp) no-repeat top center / cover;
}
.last-btn-area .regist-btn{
	margin: 8px 0 0;
}
.about-list{
	margin: 0 32px;
	padding: 32px;
	border: 8px solid #430000;
}
.about-list-item{
	padding: 8px 0 8px 32px;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	color: #fff;
}
.about-list-item::before{
	margin: auto 0;
	width: 8px;
	height: 8px;
	content: "";
	background: rgba(214,194,134,1);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 50%;
}
@media screen and (max-width: 769px){
	.about-list{
		margin: 0 16px;
		padding: 16px;
		border: 8px solid #430000;
	}
	.about-list-item{
		padding: 8px 0 8px 32px;
		font-size: 1.2em;
		line-height: 1.2;
		font-weight: bold;
		position: relative;
		color: #fff;
	}
}