@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{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.6;
	font-size: 1.4rem;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.primary-heading{
	margin-bottom: 16px;
	padding: 4px;
	background: #ff9900;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: white;
}
.secondary-heading,
.content-body h3,
.form-label{
	margin: 0 16px 8px;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff9900;
}
.form-label{
	margin: 0 0 8px;
}
.hero .btn-area{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-area{
    margin: 0 32px 32px;
}
.regist-btn{
	padding: 0 8px;
	width: 100%;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: -webkit-linear-gradient(top, rgba(255,167,61,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,124,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,167,61,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,124,0,1) 100%);
	box-shadow: 0 4px 1px rgb(255,255,255,0.4) inset,0 -4px 1px rgb(0,0,0,0.3) inset;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: -1px -1px rgba(0,0,0,0.4);
	color: white;
	text-align: center;
}
.regist-btn.male,
.regist-btn.female{
	padding: 19px 34px 19px 10px;
	width: 100%;
	box-shadow: 0 2px 1px rgb(255,255,255,0.4) inset,0 -2px 1px rgb(0,0,0,0.3) inset;
	text-shadow: none;
}
.regist-btn.male{
    margin: 0 8px 0 0;
    background: url("../images/male.webp") no-repeat right 12px center / auto 22px,#0099cc;
}
.regist-btn.female{
    margin: 0 0 0 8px;
    background: url("../images/female.webp") no-repeat right 16px center / auto 25px,#cc3399;
}
.member .secondary-heading::after,
.review .li .text::before{
	content: "";
	position: absolute;
}
.mbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.logo-3ban{
	background-image: url("../images/3ban.webp");
}
.logo-4ban{
	background-image: url("../images/4ban.webp");
}
.logo-5ban{
	background-image: url("../images/5ban.webp");
}
.logo-6ban{
	background-image: url("../images/6ban.webp");
}
.logo-7ban{
	background-image: url("../images/7ban.webp");
}
.logo-8ban{
	background-image: url("../images/8ban.webp");
}
.logo-10ban{
	background-image: url("../images/10ban.webp");
}
.logo-11ban{
	background-image: url("../images/11ban.webp");
}
.navbar .logo-3ban{
	background-image: url("../images/3ban.webp"),url("../images/logo.webp");
}
.navbar .logo-4ban{
	background-image: url("../images/4ban.webp"),url("../images/logo.webp");
}
.navbar .logo-5ban{
	background-image: url("../images/5ban.webp"),url("../images/logo.webp");
}
.navbar .logo-6ban{
	background-image: url("../images/6ban.webp"),url("../images/logo.webp");
}
.navbar .logo-7ban{
	background-image: url("../images/7ban.webp"),url("../images/logo.webp");
}
.navbar .logo-8ban{
	background-image: url("../images/8ban.webp"),url("../images/logo.webp");
}
.navbar .logo-10ban{
	background-image: url("../images/10ban.webp"),url("../images/logo.webp");
}
.navbar .logo-11ban{
	background-image: url("../images/11ban.webp"),url("../images/logo.webp");
}
.logo{
	grid-row: 3 / 3;
	grid-column: 1 / 3;
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: right center;
	text-indent: -300%;
}
.navbar{
    padding: 8px;
    background: #fec600;
}
.navbar .logo{
    background-position: right,left;
    background-size: contain,contain;
    position: inherit;
}
.navbar-link{
    display: block;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
	margin-bottom: 24px;
	padding-top: 16px;
	overflow: hidden;
	align-items: center;
	background: url("../images/hero-bg.webp") no-repeat top right / cover;
}
.hero .inner-top,
.hero .inner-btm{
    margin: 0 0 16px;
    padding: 0 16px;
    /* height: 50%; */
}
.hero .inner-top{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    grid-gap: 8px;
}
.hero .free,
.hero .sub-title,
.hero .title{
    display: flex;
    justify-content: center;
}
.hero .free,
.hero .title{
    align-items: center;
}
.hero .free{
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.hero .sub-title{
    align-items: flex-end;
}
.hero .inner-btm .box{
    padding: 16px;
    background: rgba(0,0,0,0.5);
}
.hero .primary-heading{
    margin-bottom: 8px;
    padding: 0;
    background: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffcc;
    text-align: center;
}
.hero .text{
	margin-bottom: 8px;
	color:white;
}
.member .secondary-heading{
    margin: 0 16px 16px;
    padding: 4px 8px;
    background: #d2d2d2;
    border-radius: 4px;
    position: relative;
    color: black;
}
.member .secondary-heading::after{
    left: 12px;
    bottom: -18px;
    border: solid 6px transparent;
    border-top: solid 12px #d2d2d2;
}
.member .inner{
    margin: 0 16px 16px;
    display: flex;
    justify-content: space-between;
}
.member .inner .left{
    margin-right: 12px;
    width: 120px;
}
.member .inner .left .text{
    padding: 4px;
    background: black;
    line-height: 1.4;
    text-align: center;
    color: white;
}
.member .inner .right{
    flex: 1;
}
.member .regist-btn{
    background: -webkit-linear-gradient(top, rgba(254,199,251,1) 0%,rgba(251,167,225,1) 50%,rgba(253,138,215,1) 51%,rgba(255,124,215,1) 100%);
    background: linear-gradient(to bottom, rgba(254,199,251,1) 0%,rgba(251,167,225,1) 50%,rgba(253,138,215,1) 51%,rgba(255,124,215,1) 100%);
}
.review .li{
    margin: 0 16px 16px;
    padding-bottom: 16px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 120px 1fr;
    grid-gap: 0 16px;
    border-bottom: solid 1px #99ccff;
}
.review .li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.review .li .name{
    margin-bottom: 4px;
    grid-column: 2 / 3;
    font-weight: bold;
    line-height: 1.4;
}
.review .li .text{
    padding: 8px;
    background: #e5e5e5;
    border-radius: 4px;
    position: relative;
}
.review .li .text::before{
	border: solid 8px transparent;
	border-right: solid 20px #e5e5e5;
	top: 16px;
	left: -28px;
}
.content-body p,
.general-parts .note{
	margin: 0 16px 24px;
}
.disc li{
	margin: 0 16px 8px;
	padding-left: 8px;
	border-left: 2px solid #ff9900;
}
.disc li:last-child{
	margin-bottom: 24px;
}
.general .ex{
    display: block;
    line-height: 1.6;
}
.general .ex:last-child{
    margin-bottom: 32px;
}
.general h4{
    margin: 0 16px 4px;
    padding-bottom: 4px;
    border-bottom: solid 1px;
    font-weight: normal;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	margin-bottom: 24px;
}
.form-box{
	margin-top: 24px;
	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: 40px;
	background: url("../images/icon-select.webp") no-repeat right center #fff;
	background-size: 40px;
}
.regular-radio{
	display: none;
}
.form-item.normal-radio{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-item.normal-radio .radio-label{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.radio-label::before{
	margin-right: 16px;
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: #ccc;
	border: 4px solid #ccc;
	border-radius: 50%;
	vertical-align: bottom;
}
.regular-radio:checked + .radio-label::before{
	background: #323232;
}
.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;
}

/*--------------------------------
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: 750px;
	right: 0;
	bottom: -60px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:320px){
	.mbr{
		display: block;
	}
	.regist-btn.male,
	.regist-btn.female{
		padding: 0 34px 0 10px;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width:768px){
	body{
		font-size: 2.8rem;
	}
	.wbr{
		display: none;
	}
	.primary-heading{
		margin-bottom: 32px;
		padding: 8px;
		font-size: 4rem;
	}
	.secondary-heading,
	.content-body h3,
	.form-label{
		margin: 0 32px 16px;
		font-size: 3.4rem;
	}
	.btn-area{
		margin: 0 64px 64px;
	}
	.regist-btn{
		min-height: 80px;
		border-radius: 8px;
		text-shadow: -1px -3px rgba(0,0,0,0.2);
		font-size: 4rem;
		line-height: 1.2;
	}
	.hero{
		margin-bottom: 48px;
		padding-top: 32px;
	}
	.hero .inner-top{
		grid-gap: 16px;
	}
	.hero .inner-top,
	.hero .inner-btm{
		margin: 0 0 32px;
		padding: 0 32px;
	}
	.hero .inner-btm .box{
		padding: 32px;
	}
	.hero .primary-heading{
		margin-bottom: 16px;
		font-size: 3.0rem;
	}
	.hero .text{
		margin-bottom: 16px;
	}
	.regist-btn.male,
	.regist-btn.female{
		padding: 14px 71px 14px 16px;
		box-shadow: 0 4px 2px rgb(255 255 255 / 40%) inset, 0 -4px 2px rgb(0 0 0 / 30%) inset;
		font-size: 4.4rem;
	}
	.regist-btn.male{
		margin: 0 16px 0 0;
		background: url("../images/male.webp") no-repeat right 34px center / auto 44px,#0099cc;
	}
	.regist-btn.female{
		margin: 0 0 0 16px;
		background: url("../images/female.webp") no-repeat right 38px center / auto 50px,#cc3399;
	}
	.member .secondary-heading{
		margin: 0 32px 32px;
		padding: 8px 16px;
		border-radius: 8px;
	}
	.member .secondary-heading::after{
		left: 24px;
		bottom: -36px;
		border: solid 12px transparent;
		border-top: solid 24px #d2d2d2;
	}
	.member .inner{
		margin: 0 32px 32px;
	}
	.member .inner .left{
		margin-right: 24px;
		width: 240px;
	}
	.review .li{
		margin: 0 32px 32px;
		padding-bottom: 32px;
		grid-template-columns: 240px 1fr;
		grid-gap: 0 24px;
		border-bottom: solid 3px #99ccff;
	}
	.review .li .name{
		margin-bottom: 8px;
	}
	.review .li .text{
		padding: 16px;
		border-radius: 8px;
	}
	.review .li .text::before{
		border: solid 16px transparent;
		border-right: solid 40px #e5e5e5;
		top: 32px;
		left: -56px;
	}
	.footer{
		font-size: 2.0rem;
	}
	.navbar{
		padding: 8px 16px;
	}
	.content-body p,
	.general-parts .note{
		margin: 0 32px 48px;
	}
	.disc li{
		margin: 0 32px 16px;
		padding-left: 16px;
		border-left: 4px solid #ff9900;
	}
	.disc li:last-child{
		margin-bottom: 32px;
	}
	.general h4{
		margin: 0 32px 8px;
		padding-bottom: 8px;
		border-bottom: solid 2px;
	}
	.form-wrapper{
		margin-bottom: 64px;
	}
	.form-box{
		margin-top: 48px;
		padding: 0 32px;
	}
	.form-label{
		margin: 0 0 16px;
		font-size: 2.8rem;
	}
	input[type=text],
	input[type=tel],
	input[type=password],
	select,
	textarea,
	.check-label{
		font-size: 2.4rem;
	}
	select{
		padding-right: 62px;
		background: url("../images/icon-select.webp") no-repeat right center #fff;
		background-size: 60px;
	}
	.form-item.normal-radio .radio-label{
		font-size: 2.4rem;
	}
	.form-msg{
		font-size: 1.8rem;
	}
	.alert-msg{
		margin: 16px 0 32px;
		padding: 0 32px;
		font-size: 2rem;
	}
	.general-parts .form-msg{
		font-size: 2.8rem;
	}
}