@charset "Shift_JIS";
/* CSS Document */
/*--------------------------	
 *	all / reset
 *------------------------*/
/* reset */
*{margin:0; padding:0;}
h*,p,hr,ul,li,ol,img,form{margin:0; padding:0; border:0;}
img{border:0;}
ul li{list-style:none;}
a { text-decoration: none;}

header,footer,section,nav,figure,article,hgroup,dialog,aside{margin:0; padding:0; display:block;}

/* 共通設定 */
a:link {
	color: #fc0;
}

a:visited {
	color: #fc0;
}

a:hover {
	color: #900;
}

a:active {
	color: #900;
}

body{
	font-size: 14px;
	line-height: 1.8em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #dedede;
	background: #000;
}

.signup,button{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}

/*--------------------------
 *	General style
 *------------------------*/

/*--------------------------
 *	content
 *------------------------*/
/* nav */

nav a:link,
nav a:visited {
	color: #fc0;
}

nav a:hover {
	color: #900;
}

nav a {
	display: block;
	padding: 5px;
	line-height: 30px;
	border-top: 1px solid #fc0;
	text-align: left;
	background: url(../images/navArrow.png) no-repeat 97%;
	background-size: 4%;
	font-size: 120%;
}

/* Header */
#wrap header {position:relative;}

header h2 {
	text-indent: -9999px;
	line-height: 0;
}

/* content */
#content h2,
#sub h2 {
	padding: 5px 0px 5px 5px;
	background: url(../images/h2.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
	text-shadow: 1px 0 1px #f7f7f7;
	font-size:19px;
}

#content section {
	padding: 0 5px 10px 5px;
}

/* signup */
#signup {
	margin: 0 0 20px 0;
	padding: 0 !important;
}

#signup a {
	display: block;
	margin: 0 10px;
}

#signup p{
	padding: 0px;
	font-size: 80%;
	text-align: center;
}


/* Summary */

#summary h3 {
	padding: 5px 0px 0px 5px;
	background: url(../images/h3.jpg) no-repeat bottom left;
	background-size: 55%;
	text-shadow: 1px 0 1px #f7f7f7;
}

#summary p {
	padding: 10px;
}


/* Member */
#member a {
	position: relative;
	margin-bottom: 10px;
	display: block;
	color: #654b43;
	font-size: 85%;
	line-height: 1.4;
	background: url(../images/memberBg.jpg) no-repeat;
}

.memberArea {
	padding: 10px;
}

.memberBox,
.memberBox_ {
	padding: 5px;
	background: url(../images/memberS.png) no-repeat top right;
	background-size: 15%;
}

.memberBox_ {
	background: url(../images/memberM.png) no-repeat top right;
	background-size: 15%;
}

.sm {
	position: absolute;
	top: 0;
	right 0;
}

#member figure {
	float: left;
	width: 30%;
}

#member figure img,
#member ul li:nth-child(5) {
	box-shadow: 1px 0 4px #4B4B4B;
}

#member ul {
	float: right;
	width: 68%;
	padding: 0px 0 0 5px;
	line-height:1.7em;
}

#member ul li:nth-child(5) {
	position: relative;
	text-align: center;
	background: url(../images/memberMoreBg.jpg) no-repeat;
	line-height: 2;
	color: #fff;
}

#member ul li:nth-child(5):after {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 50px;
	content: "";
	width: 20px;
	height: 15px;
	background: url(../images/moreArrow.png) no-repeat;
	background-size: 50%;
}

.memComment {
	padding: 0 10px 10px;
	border-bottom: 1px dashed #660000;
}

.memDetail {
	padding: 5px;
	text-align: right;
}


/* Footer */
footer {
	padding:5px 0px;
	background: url(../images/footer.jpg);
	color: #f7f7f7;
	text-align: center;
	line-height:1.4em;
}


/* Rule Popup */
#rule_popup {padding-bottom:50px;}
#rule_popup #wrap{background-image:none;}
#rule_popup #content{margin:0;}
#rule_popup h1{display:block; background:#603; color:#fff; padding:7px 10px; font-weight:bold;}

/* pageNavi */
#pageNavi {
	position: fixed;
	right: 11px;
	bottom: 20px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/pageNavi.png) no-repeat center #252525;
	background-size: 40%;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #F00;
	text-indent: -9999px;
	color: red;
}


/*--------------------------
 *	sub
 *------------------------*/
.sub #cont h3 {
	padding: 5px 0px 0px 5px;
	background: url(../images/h3.jpg) no-repeat bottom left;
	background-size: 55%;
	text-shadow: 1px 0 1px #f7f7f7;
}

.sub #cont p {
	padding: 10px;
}

/* faq */
.faq h3 span {
	font-size: 150%;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Times New Roman",Times,serif;
	color: #ffcc00;
}

.faq p span {
	font-size: 150%;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Times New Roman",Times,serif;
	color: #ff0000;
}

.faq_list li {
	padding: 10px 0;
}

/*--------------------------
 *	entry
 *------------------------*/


#entryform h2 {
	margin: 10px 0 0 0;
}

.entryArea {
	padding: 0px;
}

.entryArea h3 {
	padding: 5px 0px 0px 5px;
	background: url(../images/h3.jpg) no-repeat bottom left;
	background-size: 55%;
	text-shadow: 1px 0 1px #f7f7f7;
}

.entryArea h3 span {
	color: #fff;
}

.entryArea span {
	color: #F00;
}

.block {
	margin: 0 0 0px 0;
	padding: 5px 0px;
}

.block label {
	line-height: 2em;
}

.error {
	color: #F00;
}

/* input */
input, textarea, select {
	border: 1px solid #aaa;
	background-color: #fcfcfc;
	font-size: 150%;
	padding:6px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.text_l {
	width: 100%;
}

.text_m {
	width: 70%;
}

.text_s {
	width: 50%;
}

label textarea {
	height: 100px;
	width: 97%;
	max-width: 97%;
	min-width: 50%;
}

select {
	width: 100%;
}

.radio label {
	display: inline-block;
	width: 45%;
	border: 1px solid #aaa;
	padding: 5px;
	font-size: 150%;
	line-height: 130%;
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	color: #000;
}

.radio label:last-of-type {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

label em {
	font-style: normal;
	position: relative;
	top: 2px;
}

button {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 20px;
	background: -moz-linear-gradient(top, rgba(215,0,0,1) 0%, rgba(215,0,0,1) 10%, rgba(127,0,0,1) 11%, rgba(91,10,0,1) 15%, rgba(127,0,0,1) 16%, rgba(48,0,0,1) 90%, rgba(123,0,0,1) 91%, rgba(109,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,0,0,1)), color-stop(10%,rgba(215,0,0,1)), color-stop(11%,rgba(127,0,0,1)), color-stop(15%,rgba(91,10,0,1)), color-stop(16%,rgba(127,0,0,1)), color-stop(90%,rgba(48,0,0,1)), color-stop(91%,rgba(123,0,0,1)), color-stop(100%,rgba(109,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(215,0,0,1) 0%,rgba(215,0,0,1) 10%,rgba(127,0,0,1) 11%,rgba(91,10,0,1) 15%,rgba(127,0,0,1) 16%,rgba(48,0,0,1) 90%,rgba(123,0,0,1) 91%,rgba(109,0,0,1) 100%); /* Chrome10+,Safari5.1+ */	border: none;
	font-size: 200%;
	color: #fff;
	text-shadow: 1px 0 1px #fff;
}

.btn_reg {
	width: 100%;
	border: none;
	background: none;
}

.juyo { background:rgba(255,255,255,0.1); border:1px dotted #f00 !important; padding:8px !important; box-sizing:border-box; margin:5px 0;}
/*--------------------------
 *	color
 *------------------------*/
.col00 {
	color: #faa6ed;
}

.col01 {
	color: #fff;
}

.col02 {
	color: #ff0000;;
}

/*--------------------------
 *	generic
 *------------------------*/
.mg10t {
	margin-top: 10px;
}

.mg10v {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mg10w {
	margin-right: 10px;
	margin-left: 10px;
}

.mg10b {
	margin-bottom: 10px;
}

.fll {
	float: left;
	width: 80%;
}

.flr {
	 float: right;
}

/* mother bar */
#mother{width:100%; height:40px; position:absolute; top:0; left:0; background:url(../images/mother_bg.png) repeat-x 0 0; border-bottom:1px solid #515151;}
#mother h1{display:block; margin:0 10px; color:#fff; line-height:40px; text-indent:-9999px;}
.motherMg {
	margin-top: 40px !important;
	
}


.member_only {background:rgba(0,0,0,0.7); padding:10px; line-height:1.7em; border:1px dotted #fff; text-align:center; margin:10px;}
.member_only h3{color:#ff0; font-size:120%; margin-bottom:10px; font-weight:normal;}
.member_only p span{color:#ff0;}

/*close_btn */
a.close_btn {position:fixed; bottom:0; display:block; line-height:50px; width:100%; text-align:center; color:#c00; font-size:16px; background-color:rgba(255,255,255,0.8);}


/* karamail button */
#mailButton li{display:block; width:50%; float:left;}
#mailButton li a{display:block; text-align:center; font-size:180%; padding:15px 0; text-decoration:none; color:#fff; font-weight:bold; border:1px solid #ccc;}
#mailButton li.male a{border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; border-color:#006cff; text-shadow:0 -1px 1px #006cff;
background: -webkit-gradient(linear, left top, left bottom, from(#5d93ff), color-stop(0.49, #117cff), color-stop(0.5, #026dc7), to(#004c8d) );
background: -moz-linear-gradient(top, #5d93ff, #117cff 49%, #026dc7 50%, #004c8d);}
#mailButton li.female a{border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; border-color:#fd1a5a; text-shadow:0 -1px 1px #fd1a5a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff8ca7), color-stop(0.49, #ff577f), color-stop(0.5, #ff3363), to(#ff0c45) );
background: -moz-linear-gradient(top, #ff8ca7, #ff577f 49%, #ff3363 50%, #ff0c45);}
#mailButton li.male a:hover,#mailButton li.male a:active{border-color:#006cff; text-shadow:0 -1px 1px #107cff;
background: -webkit-gradient(linear, left top, left bottom, from(#6da3ff), color-stop(0.49, #218cff), color-stop(0.5, #127dd7), to(#105c9d) );
background: -moz-linear-gradient(top, #6da3ff, #218cff 49%, #127dd7 50%, #105c9d);}
#mailButton li.female a:hover,#mailButton li.female a:active{border-color:#fd1a5a; text-shadow:0 -1px 1px #ff2a6a;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9cb7), color-stop(0.49, #ff678f), color-stop(0.5, #ff4373), to(#ff1c55) );
background: -moz-linear-gradient(top, #ff9cb7, #ff678f 49%, #ff4373 50%, #ff1c55);}

/* campaign */
#campaign h4 {border:0; font-size:14px; color:#fff; text-indent:0; padding:10px 0 10px 20px;}
#campaign h5 {font-weight:normal; font-size:12px;color:#fff; padding:10px 0 10px 20px;}
#campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; 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:16px; 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; bottom:20%; right:0; }
#campaign_btn a,#campaign_btn_entry a {width:70px; height:70px; display:block; background:url(../images/cam_btn.png) no-repeat 0 0; text-indent:120%; overflow:hidden; white-space:nowrap; background-size:contain;}

/* clearfix各バージョン */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* clearfix各バージョンここまで */

/*20201228*/

.entry-desc{
	margin:10px 5px;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	background: #fc0;
	color: #000;
}
#signup .btn-desc{
	margin: 10px;
	padding: 8px 4px;
	background: #fc0;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
.faq .btn-desc span{
	color: #000;
	font-size: 100%;
	font-family: sanas-serif;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 6px 0 6px;
	border-color: #fc0 transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	right: 0;
	left: 0;
}