@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
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
	background: #ffccff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	color: black;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,
h3,
.regist-btn .text{
    line-height: 1.2;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin: 0 0 32px;
	padding: 8px 64px;
	background: #9900cc;
	position: relative;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: white;
}
.primary-heading::before{
	margin: auto;
	width: 56px;
	height: 56px;
	background: url("../images/heading-deco.webp") no-repeat center / contain;
	top: 0;
	left: 16px;
	bottom: 0;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 0 8px;
	padding: 6px;
	background: #cc66ff;
	border-radius: 4px;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
}
.btn-area.fix{
    margin: 0 auto 16px;
    padding: 0 16px;
    max-width: 410px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 32px 24px;
}
.regist-btn{
    padding: 11px;
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/btn-light.webp") no-repeat top center / 100%, url("../images/btn-bg.webp") no-repeat center / 100%, #ff35a2;
    border-radius: 4px;
    box-shadow: -6px 0 6px -4px rgba(0,0,0,0.2) inset, 6px 0 6px -4px rgba(0,0,0,0.2) inset, 0 -10px 6px -4px rgba(0,0,0,0.3) inset;
    text-align: center;
	cursor: pointer;
}
.regist-btn .text{
    margin: 0;
    padding: 0 28px;
    display: inline-block;
    background: url("../images/diamond.webp") no-repeat left center / 20px, url("../images/diamond.webp") no-repeat right center / 20px;
    text-shadow: 0 0 8px #ff3399, 0 0 8px #ff3399, 0 0 8px #ff3399, 0 0 8px #ff3399, 0 0 8px #ff3399, 0 0 8px #ff3399;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
}
.primary-heading::before,
.about .inner::before,
.review .li:before{
    content: "";
    position: absolute;
}
.primary-heading,
.about .inner,
.regist-btn .text{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    padding: 8px;
    background: url("../images/header-bg.webp") no-repeat bottom center / cover;
    text-align: center;
}
.header .link{
    margin: auto;
    width: 200px;
    display: block;
}
.open-btn{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255,255,255,.8);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content:  center;
}
.top-nav{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #333;
	z-index: 10;
}
.top-nav-list{
	display: none;
}
.top-nav-link{
	padding: 0 0 0 24px;
	line-height: 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #222;
	position: relative;
}
.top-nav-link::before,.top-nav-link::after{
	margin: auto 0;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 3px;
	border-color: transparent transparent transparent #666;	
	position: absolute;
	top: 0;
	bottom: 0;
}
.top-nav-link::before{
	left: 8px;
}
.top-nav-link::after{
	left: 13px;
}
.open-btn-inner{
	width: 24px;
	height: 2px;
	background: #90c;
	transition: .3s;
}
.active .open-btn-inner{
 opacity: 0;
}
.open-btn::before,.open-btn::after{
	width: 24px;
	height: 2px;
	content: "";
	background: #90c;
	position: absolute;
	left: 10px;
	transform-origin: center;
	transform: rotate(0deg);
	transition: .3s;
}
.open-btn::before{
	top: 15px;
}
.open-btn::after{
	bottom: 15px;
}
.active::before{
	top: 21px;
	transform: rotate(45deg);
}
.active::after{
	bottom: 21px;
	transform: rotate(-45deg);
}
/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 32px;
	position: relative;
}
.top-logo{
	margin: 0 auto;
	width: 70%;
	height: auto;
	object-fit: contain;
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
}
.about .inner{
    margin: 0 24px 16px;
    padding: 12px;
    background: url("../images/about-bg.webp") no-repeat center / cover;
    border-radius: 4px;
    position: relative;
    text-shadow: 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white, 0 0 8px white;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #9900cc;
}
.about .inner::before{
	width: 140px;
	background: url("../images/silhouette.webp") no-repeat center / contain;
	top: -4px;
	right: 6px;
	bottom: -4px;
}
.about .inner-text{
	position: relative;
}
.about > .text{
    margin: 0 24px 24px;
}
.play .secondary-heading{
    margin: -14px -4px 14px;
}
.play .box{
    margin: 0 24px 40px;
    padding: 14px;
    background: url("../images/play-bg.webp") no-repeat center / cover;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.play .box.mbs{
    margin: 0 24px 32px;
}
.howto .li{
    margin-bottom: 32px;
    list-style: none;
}
.howto .secondary-heading{
    margin: 0 16px 4px;
    padding: 0;
    display: flex;
    align-items: baseline;
    background: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
}
.howto .secondary-heading .number{
    padding: 4px 8px;
    background: #9900cc;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
}
.howto .secondary-heading .text{
    padding-left: 8px;
    flex: 1;
    color: black;
}
.review .ul{
    margin: 0 24px 24px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}
.review .li{
    margin: 14px 14px 0 14px;
    padding-bottom: 14px;
    border-bottom: solid 2px #cc33ff;
    position: relative;
    color: #666666;
}
.review .li:last-child{
    border-bottom: none;
}
.review .li:before{
    width: 44px;
    height: 44px;
    background: url("../images/review-deco.webp") no-repeat top left / contain;
    top: -12px;
    left: -14px;
}
.review .user{
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.review .user .left,
.review .user .right{
    width: 100%;
}
.review .user .left{
    margin-right: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.review .user .right{
    margin-left: 4px;
    background: url("../images/silhouette-transparent.webp") no-repeat center bottom / contain;
}
.review .user .prof{
    margin-bottom: 8px;
    display: flex;
    font-weight: bold;
}
.review .user .heading{
    margin-right: 6px;
    padding: 4px 8px;
    width: 46px;
    background: #cc33ff;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 1.4rem;
    color: white;
}
.review .prof .detail{
    flex: 1;
}
.content-body{
    padding: 0 24px;
}
.general h4{
    margin: 0 0 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
    color: #9900cc;
}
.content-body p,
.general-parts .note{
	margin: 0 0 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body p .ex:last-of-type{
	margin-bottom: 32px;
}

/*--------------------------------
form
--------------------------------*/
.logo{
	margin: 0 auto;
	width: 70%;
	height: auto;
	object-fit: contain;
}
.remaining{
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 750px;
    background: #550071;
    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: #9900cc;
    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{
	margin-bottom: -5px;
	resize: vertical;
	height: auto;
}
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{
	filter: grayscale(1);
	pointer-events: none;
	cursor: inherit;
}
.entry-btn .regist-btn.active{
	filter: inherit;
	pointer-events: auto;
	cursor: pointer;
}
.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;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #323232;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid #000;
}
.nav-link,
.copy{
	display: block;
	color: #fff;
}
.nav-link{
	padding: 12px 16px;
}
.copy{
	padding: 16px;
}
body #pr{
	margin:auto;
	max-width: 414px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:320px){
    .mbr{
		display: block;
    }
	.regist-btn .text{
		font-size: 2.0rem;
	}
	.regist-btn,
	.entry-btn .regist-btn.active{
	    font-size: 20px;
	}
	.regist-btn::after,
	.entry-btn .regist-btn.active::after{
		top: 2px;
	}
}
/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 768px){
	body{
		font-size: 2.8rem;
	}
	.primary-heading{
		margin: 0 0 56px;
		padding: 13px 128px 12px;
		font-size: 3.8rem;
	}
	.primary-heading::before{
		width: 107px;
		height: 122px;
		left: 61px;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin: 0 0 16px;
		padding: 12px;
		border-radius: 8px;
		font-size: 3.0rem;
	}
	.btn-area{
		margin: 56px 80px;
	}
	.regist-btn{
		padding: 20px;
		min-height: 90px;
		border-radius: 8px;
		box-shadow: -12px 0 12px -8px rgba(0,0,0,0.2) inset, 12px 0 12px -8px rgba(0,0,0,0.2) inset, 0 -12px 12px -4px rgba(0,0,0,0.3) inset;
	}
	.regist-btn .text{
		padding: 0 42px;
		background: url("../images/diamond.webp") no-repeat left center / 34px, url("../images/diamond.webp") no-repeat right center / 34px;
		font-size: 4.2rem;
	}
	.hero{
		margin-bottom: 64px;
	}
	.about .inner{
		margin: 0 48px 32px;
		padding: 24px;
		border-radius: 8px;
		font-size: 2.8rem;
	}
	.about .inner::before{
		width: 287px;
		background: url("../images/silhouette.webp") no-repeat center / contain;
		top: -4px;
		right: 6px;
		bottom: -4px;
	}
	.about > .text{
		margin: 0 48px 56px;
	}
	.play .box{
		margin: 0 48px 80px;
		padding: 28px;
		box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	}
	.play .box img{
		width: 100%;
	}
	.play .secondary-heading{
		margin: -30px -12px 24px;
	}
	.play .box .text{
		padding: 0 24px;
	}
	.play .box.mbs{
		margin: 0 48px 64px;
	}
	.howto .li{
		margin-bottom: 64px;
	}
	.howto .secondary-heading{
		margin: 0 0 8px 28px;
		font-size: 2.6rem;
	}
	.howto .secondary-heading .number{
		padding: 8px 15px;
		border-radius: 8px;
	}
	.howto .secondary-heading .text{
		padding-left: 16px;
	}
	.review .ul{
		margin: 0 48px 48px;
		border-radius: 8px;
	}
	.review .li{
		margin: 28px 28px 0 28px;
		padding-bottom: 28px;
		border-bottom: solid 4px #cc33ff;
	}
	.review .li:before{
		width: 88px;
		height: 88px;
		top: -22px;
		left: -26px;
	}
	.review .user{
		margin-bottom: 28px;
	}
	.review .user .left{
		width: 270px;
		margin-right: 10px;
		border-radius: 8px;
	}
	.review .left img{
		width: 100%;
	}
	.review .user .right{
		margin-left: 10px;
		flex: 1;
	}
	.review .user .prof{
		margin-bottom: 20px;
	}
	.review .user .heading{
		margin-right: 12px;
		padding: 6px;
		width: 90px;
		border-radius: 8px;
		text-align: center;
		font-size: 2.8rem;
	}
	.footer{
		font-size: 2.0rem;
	}
	.header{
		padding: 24px;
	}
	.header .link{
		width: 400px;
	}
	.content-body{
		padding: 0 48px;
	}
	.content-body p,
	.general-parts .note{
		margin: 0 0 48px;
	}
	.general h4{
		margin: 0 0 8px;
		padding-bottom: 8px;
		border-bottom: solid 2px;
	}
	.content-body p .ex:last-of-type{
		margin-bottom: 64px;
	}
	.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;
	}
	textarea{
		margin-bottom: -12px;
		height: auto;
	}
}