@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: 2.8rem;
	color: black;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
picture{
	display: block;
}
h2,
h3,
.regist-btn .text{
    line-height: 1.2;
}
.wrap{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.primary-heading{
	margin: 0 0 56px;
	padding: 13px 128px 12px;
	background: #9900cc;
	position: relative;
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	color: white;
}
.primary-heading::before{
	margin: auto;
	width: 107px;
	height: 122px;
	background: url("../images/heading-deco.webp") no-repeat center / contain;
	top: 0;
	left: 61px;
	bottom: 0;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 0 16px;
	padding: 12px;
	background: #cc66ff;
	border-radius: 8px;
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: white;
}
.btn-area.fix{
    margin: 0 auto 32px;
    width: 800px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
}
.btn-area{
	margin: 56px 200px 112px;
}
.regist-btn{
    padding: 20px;
    width: 100%;
    height: 90px;
    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: 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;
    text-align: center;
}
.regist-btn .text{
    margin: 0;
	padding: 0 42px;
    display: inline-block;
	background: url("../images/diamond.webp") no-repeat left center / 34px, url("../images/diamond.webp") no-repeat right center / 34px;
    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: 4.2rem;
    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: 24px;
    background: url("../images/header-bg.webp") no-repeat bottom center / cover;
    text-align: center;
}
.header .link{
    margin: auto;
    width: 400px;
    display: block;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 64px;
	position: relative;
}
.top-logo{
	margin: 0 auto;
	width: 30%;
	height: auto;
	object-fit: contain;
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
}
.about .inner{
	margin: 0 100px 32px;
	padding: 24px;
	background: url("../images/about-bg.webp") no-repeat center / cover;
	border-radius: 8px;
	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: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #9900cc;
}
.about .inner::before{
	width: 222px;
	background: url("../images/silhouette.webp") no-repeat center / contain;
	top: -4px;
	right: 6px;
	bottom: -4px;
}
.about .inner-text{
	position: relative;
}
.about > .text{
	margin: 0 100px 56px;
}
.play .secondary-heading{
	margin: -30px -12px 24px;
}
.play .inner{
    margin: 0 32px 64px;
    display: flex;
    justify-content: space-evenly;
}
.play .box{
	margin: 0 32px;
	padding: 28px;
	width: 50%;
	background: url("../images/play-bg.webp") no-repeat center / cover;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.play .box p{
	font-size: 2.7rem;
}
.play .box img{
	width: 100%;
}
.howto .ol{
	margin: 0 100px;
}
.howto .li{
    margin-bottom: 64px;
    list-style: none;
}
.howto .secondary-heading{
	margin: 0 0 8px 28px;
	padding: 0;
	display: flex;
	align-items: baseline;
	background: none;
	text-align: left;
	font-weight: normal;
}
.howto .secondary-heading .number{
	padding: 8px 15px;
    background: #9900cc;
    border-radius: 8px;
    line-height: 1;
    font-weight: bold;
}
.howto .secondary-heading .text{
    padding-left: 16px;
    flex: 1;
    color: black;
}
.review .ul{
	margin: 0 100px 48px;
	background: white;
	border-radius: 8px;
	overflow: hidden;
}
.review .li{
	margin: 28px 28px 0 28px;
	padding-bottom: 28px;
	border-bottom: solid 4px #cc33ff;
    position: relative;
    color: #666666;
}
.review .li:last-child{
    border-bottom: none;
}
.review .li:before{
	width: 88px;
	height: 88px;
    background: url("../images/review-deco.webp") no-repeat top left / contain;
	top: -22px;
	left: -26px;
}
.review .user{
    display: flex;
}
.review .user .left{
	width: 270px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.review .left img{
	width: 100%;
}
.review .user .right{
	margin-left: 10px;
	flex: 1;
	background: url("../images/silhouette-transparent.webp") no-repeat right bottom / 287px;
}
.review .prof-box{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.review .user .prof{
	display: flex;
	font-weight: bold;
}
.review .user .heading{
	margin-right: 12px;
	padding: 6px;
	width: 100px;
	background: #cc33ff;
	border-radius: 8px;
	line-height: 1.2;
	text-align: center;
	font-size: 2.8rem;
	color: white;
}
.review .prof .detail{
    width: 100px;
}
.review  .right .text {
    font-size: 2.7rem;
}
.content-body{
    padding: 0 100px;
}
.general h4{
	margin: 0 16px 8px;
	padding-bottom: 8px;
	border-bottom: solid 2px;
	font-weight: normal;
	color: #9900cc;
}
.content-body p,
.general-parts .note{
	margin: 0 16px 48px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.content-body p .ex:last-of-type{
	margin-bottom: 64px;
}

/*--------------------------------
form
--------------------------------*/
.remaining{
    margin: 0 auto;
    padding: 28px;
    width: 1200px;
    height: auto;
    background: #400056;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 56px;
    display: block;
    background: #9900cc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	position: absolute;
	top: 7px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.remaining span{
	color: white;
}
.remaining.fix{
	top: 0;
}
.remaining + .header{
	margin-top: 56px;
}
.form-wrapper{
    margin: 0 100px 100px;
}
.form-wrapper .inner{
	margin: auto;
	max-width: 1000px;
}
.notice-box{
    margin: 48px 0;
    padding: 8px;
    background: #f29b76;
    text-align: center;
    color: white;
}
.form-box{
	margin-bottom: 40px;
}
.form-label{
    display: block;
    padding: 4px;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 16px;
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	font-size: 18px;
}
textarea{
	margin-bottom: -12px;
	height: inherit;
	resize: vertical;
}
select{
	padding: 8px 62px 8px 8px;
	height: 60px;
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #fff;
	border: 1px solid #ddd;
	color: black;
}
select:focus{
	background: url(../images/icon-select.webp) no-repeat right center / 60px, #ffffe5;
}
.radio-box{
	padding: 4px 0 0 0;
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 75px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: black;
	line-height: 59px;
}
.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: 16px;
}
.form-box .form-msg{
	padding: 8px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.error{
	margin: 14px 0 0;
	background: #ff6d6d;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
}
.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 100px 32px;
}
.entry-btn .form-msg{
	padding: 0 32px 32px;
}
.entry-btn .regist-btn{
	filter: grayscale(1);
	pointer-events: none;
	cursor: inherit;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
	cursor: pointer;
}
.ymd-box,
.area-box{
	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;
}
.notice{
	color:#f00;
	font-size: 110%;
}
select::-ms-expand{
    display: none;
}

/*--------------------------------
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;
	font-size: 2.0rem;
}
.global-nav ul{
	display: flex;
	justify-content: space-between;
}
.nav-list{
	width: 100%;
	border-right: solid 1px #000;
	border-bottom: 1px solid #000;
}
.nav-list:last-child{
	border-right: none;
}
.nav-link,
.copy{
	display: block;
	color: #fff;
}
.nav-link{
	padding: 12px 16px;
}
.copy{
	padding: 16px;
}
.pr{
    margin: 56px;
    text-align: center;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    padding: 22px 20px 18px;
    background: url("../images/btn-bg.webp") no-repeat center / 100%, #ff35a2;
    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;
    cursor: pointer;
}
.regist-btn:hover .text{
    color: #ffe9f5;
}
.alert-msg a:hover,
.header .link:hover,
.pr a:hover,
.note a:hover{
    opacity: 0.7;
}
.nav-link:hover{
	background: #1a1a1a;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .primary-heading::before{
	background: url("../images/heading-deco.png") no-repeat center / contain;
}
.no-webp .regist-btn{
    background: url("../images/btn-light.png") no-repeat top center / 100%, url("../images/btn-bg.jpg") no-repeat center / 100%, #ff35a2;
}
.no-webp .regist-btn:hover{
    background: url("../images/btn-bg.jpg") no-repeat center / 100%, #ff35a2;
}
.no-webp .regist-btn .text{
    background: url("../images/diamond.png") no-repeat left center / 34px, url("../images/diamond.png") no-repeat right center / 34px;
}
.no-webp .header{
    background: url("../images/header-bg.jpg") no-repeat bottom center / cover;
}
.no-webp .about .inner{
	background: url("../images/about-bg.jpg") no-repeat center / cover;
}
.no-webp .about .inner::before{
	background: url("../images/silhouette.png") no-repeat center / contain;
}
.no-webp .play .box{
    background: url("../images/play-bg.jpg") no-repeat center / cover;
}
.no-webp .review .li:before{
	background: url("../images/review-deco.png") no-repeat top left / contain;
}
.no-webp .review .user .right{
	background: url("../images/silhouette-transparent.png") no-repeat right bottom / 287px;
}
.no-webp select{
	background: url("../images/icon-select.png") no-repeat right center / 60px, #fff;
}
.no-webp select:focus{
	background: url("../images/icon-select.png") no-repeat right center / 60px, #ffffe5;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.primary-heading{
		padding: 17px 128px 8px;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		padding: 14px 12px 10px;
	}
	.about .inner{
		padding: 26px 24px 22px;
	}
	.regist-btn .text{
		padding: 8px 42px 0 42px;
	}
	.nav-link{
		padding: 14px 16px 10px;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	textarea{
		padding: 12px 10px 16px;
	}
	select{
		padding: 13px 10px;
	}
	.form-label{
		padding: 8px 24px 4px 0;
	}
	.form-item.normal-radio .radio-label span{
		padding-top: 8px;
	}
	.error{
		padding: 10px 8px 6px 13px;
	}
}