@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: white;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	line-height: 1.4;
	font-size: 1.4rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
}
.text{
    margin: 0 16px 32px;
}
.primary-heading{
	padding: 4px 16px;
	margin-bottom: 16px;
	background: url("../images/bg_heading.webp");
	background-size: 33px;
	text-shadow: 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399, 0 0 4px #ff3399;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: white;
}
.primary-heading.img{
    padding: 0;
}
.secondary-heading{
    margin-bottom: 8px;
    font-weight: bold;
    color: #ff3399;
}
.btn-area{
    margin: 0 16px 16px;
}
.regist-btn{
	display: block;
}
.btn-area.fix{
    margin: 0 auto;
    padding: 16px;
    max-width: 768px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    z-index: 9999;
	background: rgba(255,255,255,.75);
}
form .regist-btn{
    padding: 7px 56px 9px 16px;
    font-size: 2.6rem;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
/*--------------------------------
header
--------------------------------*/
.navbar{
    padding: 8px 16px;
    background: url("../images/header-bg.jpg") no-repeat center;
    background-size: cover;
}
.navbar .logo{
    background-position: left,right;
    background-size: contain;
    position: inherit;
}
.logo-3ban{
	background-image: url(../images/3ban.png);
}
.logo-4ban{
	background-image: url(../images/4ban.png);
}
.logo-5ban{
	background-image: url(../images/5ban.png);
}
.logo-6ban{
	background-image: url(../images/6ban.png);
}
.logo-7ban{
	background-image: url(../images/7ban.png);
}
.logo-8ban{
	background-image: url(../images/8ban.png);
}
.logo-10ban{
	background-image: url(../images/10ban.png);
}
.logo-11ban{
	background-image: url(../images/11ban.png);
}
.navbar .logo-3ban{
	background-image: url("../images/logo.png"),url(../images/3ban.png);
}
.navbar .logo-4ban{
	background-image: url("../images/logo.png"),url(../images/4ban.png);
}
.navbar .logo-5ban{
	background-image: url("../images/logo.png"),url(../images/5ban.png);
}
.navbar .logo-6ban{
	background-image: url("../images/logo.png"),url(../images/6ban.png);
}
.navbar .logo-7ban{
	background-image: url("../images/logo.png"),url(../images/7ban.png);
}
.navbar .logo-8ban{
	background-image: url("../images/logo.png"),url(../images/8ban.png);
}
.navbar .logo-10ban{
	background-image: url("../images/logo.png"),url(../images/10ban.png);
}
.navbar .logo-11ban{
	background-image: url("../images/logo.png"),url(../images/11ban.png);
}
.navbar-link{
    display: block;
}
.sub-top{
	position: relative;
	background: #00a9f1;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 64px;
}
.logo-link{
	padding: 16px;
	height: 64px;
	display: block;
}
/*--------------------------------
contents
--------------------------------*/
.hero {
    position: relative;
}
.about{
	padding: 4% 0 0;
    background: #fffde5;
    overflow: hidden;
}
.play{
    background: url("../images/bg_play.webp") repeat center top / 100% auto;
}
.play-box{
    padding: 0 16px 32px;
}
.play .secondary-heading{
    margin-bottom: 7px;
    padding: 4px 0;
    background: #0cc;
    text-indent: 12px;
    font-size: 1.6rem;
    font-weight: normal;
    color: white;
	text-align: center;
	border-radius: 4px;
}
.play-box .text{
    margin: 0 0 16px;
    font-weight: bold;
    color: #ff3399;
	text-align: center;
}
.play-box .ul{
	display: flex;
	position: relative;
}
.play-box .ul .pic-text{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play-box .li{
	width: 100%;
}
.primary-heading.second{
    padding: 0 16px;
    margin-bottom: 32px;
    background: none;
}
.play-box.btm{
    padding: 0 13px 5px;
    background: url(../images/play-bg-btm.jpg) no-repeat center bottom;
    background-size: 100%;
}
.play .secondary-heading.wide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: inherit;
    text-indent: inherit;
    text-align: center;
}
.play-box.btm .ul{
    margin-bottom: 16px;
}
.play-box.btm .li{
    padding: 0 4px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.review{
	padding: 4% 0 0;
}
.review .head{
    margin: 0 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review .left,
.review .right{
    width: 100%;
}
.review .right .text{
    margin: 0;
	padding: 0 0 0 4%;
    color: #eb68a6;
    font-weight: bold;
}
.review .right .text:first-child{
    margin-bottom: 8px;
}
.review .text{
    margin: 0;
}
.review .li{
    margin: 0 16px 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #ff3399;
}
.review .li:last-child{
    margin: 0 16px 32px;
    padding: 0;
    border: none;
}
.message{
    background: url("../images/bg_wrapup.webp") no-repeat center bottom / cover;
    overflow: hidden;
}
.message .primary-heading{
    padding: 0 16px;
    background: none;
    text-shadow: none;
    color: #ff3399;
}
.message .text{
	margin: 0;
   padding: 8%;
}
.content-body{
	padding: 0 16px;
}
.content-body h3{
	margin-bottom: 8px;
	font-weight: bold;
	color: #ff3399;
}
.content-body p{
	margin-bottom: 16px;
}
.disc li{
	margin: 0 0 8px;
	padding-left: 8px;
	border-left: 1px solid #ff3399;
}
.disc li:last-child{
	margin-bottom: 16px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 4%;
}
.general h4{
    font-weight: normal;
    color: #ff3399;
}
.general-parts{
    margin: 0 16px;
}
.general-parts .note{
    margin-bottom: 16px;
}
.general-item{
	padding:
}
.sub-head,.general-item h3{
	margin: 0 0 4%;
	padding: 2% 4%;
	color: #ff3399
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #eee;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 4%;
	color: #d76666;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 4% 4%;
	font-size: .9em;
	line-height: 1.8;
}
/*--------------------------------
animation
--------------------------------*/
.about-img-box{
    margin-bottom: 16px;
    padding: 0 16px;
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.sex-img-box{
    width: 100%;
    height: 178px;
    overflow: hidden;
}
.about-img,
.sex-img{
	width: 100%;
	height: 100%;
	background-position: left;
	background-repeat:no-repeat;
	animation-name: image-animation;
	animation-iteration-count: infinite;
}
.about-img{
	background-image: url('../images/about.webp');
	background-size: 500%, 100%;
	animation-duration: 4s;
	animation-timing-function: steps(4);
}
.sex-img{
	background-image: url('../images/play5.jpg');
	background-size: 800%, 100%;
	animation-duration: 0.4s;
	animation-timing-function: steps(7);
}
@keyframes image-animation{
	from{
	    background-position: left;
	}
	to{
	    background-position: right;
	}
}

/*--------------------------------
form
--------------------------------*/
.form-box{
	margin-top: 16px;
	padding: 0 16px;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 14px 10px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
select{
	padding-right: 14%;
	background: url(../images/icon-select.png) no-repeat right 2% center #fff;
	background-size: 10%;
}
.form-label{
    margin-bottom: 8px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff3399;
}
.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{
	padding: 12px;
	display: block;
	border: solid #ddd;
	border-width: 1px 1px 0 1px;
}
.regular-checkbox:last-child{
	border-width: 1px;
}
.form-msg{
	margin-top: 8px;
	font-size: 1.2rem;
}
.general-parts .form-msg{
	margin-top: 0;
	font-size: 1.4rem;
}
.alert-msg{
	margin: 8px 0 16px;
	padding: 0 16px;
	font-size: 1.2rem;
}
.error{
	padding: 5px 5px 5px 14px;
	background: #d00;
	color: #fff;
	border-radius: 2px;
}

.remaining {
    margin: 0 auto;
    padding: 4px;
    height: 32px;
    max-width: 768px;
    background: #001b34;
    z-index: 9999;
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 32px;
    display: block;
    background: #0054a5;
    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.fix{
	top: 0;
}
.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;
}
.entry-btn{
    padding: 16px;
}
.entry-btn .btn-area{
    margin: 0 0 24px;
}
.close .regist-btn::after{
    width: 20px;
    height: 6px;
    background: #6699cc;
    border: none;
    right: 21px;
    transform: rotate(45deg);
}
.entry-btn .regist-btn{
	filter: grayscale(1);
	pointer-events: none;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
}
/*--------------------------------
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: #da2c83!important;
	color: #fff;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
	background: #00a9f1;
	text-align: center;
}
.nav-list{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.nav-link{
	padding: 16px;
	display: block;
	color: #fff;
}
.copy{
	padding: 12px;
	display: block;
	color: #fff;
}
body #pr{
	margin:auto;
	max-width: 768px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query
--------------------------------*/
    /*--------------------------------
    iphone se
    --------------------------------*/
    @media screen and (max-width:320px){
		.about-img-box{
			height: 224px;
		}
		.play .secondary-heading{
			font-size: 1.4rem;
		}
    }
    /*--------------------------------
    tablet
    --------------------------------*/
    @media screen and (min-width:768px){
		.sub-top .logo{
			padding: 0;
			height: 88px;
		}
		.logo-link{
			padding: 16px;
			height: 88px;
			display: block;
		}
		.spbr{
			display: none;
		}
    	body{
    		font-size: 2.8rem;
    	}
		.text{
			margin: 0 32px 64px;
		}
		.primary-heading{
			margin-bottom: 32px;
			padding: 8px 32px;
			background-size: 66px;
			font-size: 4rem;
		}
		.about-img-box{
			margin: auto auto 32px;
			padding: 0 32px;
			width: 66%;
			height: 331px;
		}
		.play .secondary-heading{
			margin-bottom: 16px;
			font-size: 3.2rem;
			text-indent: 32px;
		}
		.play-box{
			padding: 0 32px 64px;
		}
		.play-box .ul{
			padding: 0 32px;
		}
		.play-box .li:nth-child(1){
			padding-right: 16px;
		}
		.play-box .li:nth-child(2){
			padding-left: 16px;
		}
		.sex-img-box{
			height: 328px;
		}
		.play-box.btm .ul{
			margin-bottom: 32px;
		}
		.review .li{
			margin: 0 32px 32px;
			padding-bottom: 32px;
			border-bottom: solid 2px #ff3399;
		}
		.review .li:last-child{
			margin: 0 32px 64px;
		}
		.review .right .text:first-child{
			margin-bottom: 16px;
		}
		.message .primary-heading{
			padding: 0 32px;
			font-size: 3.2rem;
		}
		.message .text{
			margin: 0 32px 32px;
		}
		.btn-area{
			margin: 0 32px 32px;
		}
		.btn-area.fix{
			margin: 0 auto;
			padding: 32px;
		}
		.nav-link,
		.copy{
			font-size: 1.8rem;
		}
		.content-body{
			padding: 0 32px;
		}
		.content-body h3{
			margin-bottom: 16px;
		}
		.content-body p{
			margin-bottom: 32px;
		}
		.disc li{
			margin: 0 0 16px;
			padding-left: 16px;
			border-left: 2px solid #ff3399;
		}
		.disc li:last-child{
			margin-bottom: 32px;
		}
		.remaining{
			padding: 8px;
			height: 50px;
		}
		.remaining .progress{
			height: 50px;
		}
		.form-box{
			margin-top: 32px;
			padding: 0 32px;
		}
		.form-label{
			margin-bottom: 16px;
			font-size: 2.6rem;
		}
		input[type=text], input[type=tel], input[type=password], select, textarea{
			font-size: 2.4rem;
		}
		.form-item.normal-radio .radio-label{
			font-size: 2.4rem;
		}
		.form-msg{
			font-size: 1.6rem;
		}
		.alert-msg{
			padding: 0 32px;
			font-size: 1.6rem;
		}
		form .regist-btn{
			padding: 6px 120px 10px 56px;
			font-size: 5rem;
		}
		.entry-btn{
			padding: 32px;
		}
		.general-parts {
			margin: 0 32px;
		}
		.general-parts .form-msg {
			font-size: 2.8rem;
		}
		.general-parts .note {
			margin-bottom: 32px;
		}
    }