/*---------------------------------------------
  ALL
---------------------------------------------*/
a:hover {
	color: #f987a3;
}

/*---------------------------------------------
  FANCLUB
---------------------------------------------*/
#fanclub .plan {
	color: #333;
	background: #FFD1DC;
	padding: 25px 15px;
}

#fanclub h3{
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
    padding-bottom: 60px;
}

#fanclub .plan h4{
	display: inline-block;
	position: relative;
	margin-bottom:40px;
	font-weight: bold;
}

#fanclub .plan h4:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
	width: 60px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #333;
}

#fanclub br.sp {
	display: none;
}

@media screen and (max-width: 575px) { 

	#fanclub .text {
		text-align: left!important;
	}

	#fanclub br.sp {
		display: block;
	}
}


#fanclub .price {
	font-size: 25px;
	font-weight: 500;
}

#fanclub .service {
	border-left:2px solid #FFD1DC;
	border-right:2px solid #FFD1DC;
	border-bottom:2px solid #FFD1DC;
	padding: 50px;
}

#fanclub .service ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    grid-gap: 0 7rem;
}
#fanclub .service.service6 ul {
	grid-gap: 0 10rem;
}

#fanclub .service li {
	margin-bottom: 50px;
	width: 160px;
}

#fanclub .service li img{
    width: auto;
    height: 75px;
    margin: 0 auto;
    display: block;
}

#fanclub .service li span {
    text-align: center;
    margin-top: 12px;
    display: block;
}

#fanclub .service a.btn {
	background-color: #FFD1DC;
}

#fanclub .service a.btn.disabled {
background:#fff;
border:solid 1px #343a40;
color: #343a40!important;
box-shadow: none;
}

@media screen and (max-width: 767px) {
#fanclub .plan {
	margin: 0 -15px;
}
#fanclub .plan h4 {
	margin-bottom: 0;
}
#fanclub .plan h4:before {
	display: none;
}
#fanclub .price {
    font-size: 17px;
}
#fanclub .price span {
    font-size: 15px;
}
#fanclub .price .br {
    display: none;
}
#fanclub .service {
    padding: 20px 0;
    border: none;
}
#fanclub .service ul,
#fanclub .service.service6 ul {
    grid-gap: 0 1.5em;
    margin-bottom: 30px;
}
#fanclub .service li {
    margin: 15px 0;
    width: 170px;
}
#fanclub .service li img{
    height: 75px;
    margin: 0 auto;
    display: block;
    max-width: 125px;
}
#fanclub .service li span{
    margin-top: 10px;
}
#fanclub .service a.btn {
    width: 90%;
}
a.btn.disabled {
    white-space: normal;
    font-size: 15px;
}
}





/*---------------------------------------------
  payment
---------------------------------------------*/

#payment .lead {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 64px;
}


/***** tab_menu *****/

#payment .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#payment .tab_scroll {
	overflow-x: scroll;
}

#payment .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#payment .tab_menu li {
	display: table-cell;
}

#payment .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}

#payment .tab_menu li input:checked+label {
	color: #f987a3;
	border-bottom: solid 2px #f987a3;
}


/***** sub_menu *****/

#payment .sub_menu {
	margin-bottom: 64px;
}

#payment .sub_menu li {
	display: inline-block;
	margin-right: 1em;
}

#payment .sub_menu li label{
	cursor: pointer;
}
#payment .sub_menu li input:checked+label {
	color: #f987a3;
}


/***** payment *****/

#payment .payment .payment_list h3 {
	margin-bottom: 64px;
	font-size: 20px;
}

#payment .payment .payment_list .payment_box {
	margin-bottom: 64px;
}

#payment .payment .payment_list .payment_box h4 {
	font-size: 16px;
	margin-bottom: 32px;
}

#payment .payment .payment_list .payment_box dl {
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #CBCBCB;
	margin-bottom: 16px;
	padding-bottom: 16px;
}



@media screen and (min-width: 768px) {

#payment .payment .payment_list .payment_box dt {
	width: 16%;
	float: left;
	font-weight: normal;
}

#payment .payment .payment_list .payment_box dd {
	width: 84%;
	float: right;
	margin-bottom: 0;
}
}


@media screen and (max-width: 767px) {

#payment .payment .payment_list .payment_box dt {
	font-weight: normal;
	margin-bottom: 8px;
}

#payment .payment .payment_list .payment_box dd {
	margin-bottom: 0;
}
}



/*---------------------------------------------
  INFO
---------------------------------------------*/

#info dl {
	margin-bottom:64px;
}

#info dt {
	font-size:24px;
	margin-bottom:16px;
}

#info dd ul, #faq dd ul {
	margin-bottom:0;
	list-style: none;
}

@media screen and (max-width:767px){
	
	#info dt {
		font-size:20px;
		line-height:1.2;
	}

}


/*------------------
  law
------------------*/

#law .law_box {
	margin-bottom:64px;
}

#law .law_box h3 {
	font-size:24px;
	line-height: 1.8;
	margin-bottom: 16px;
}

#law .law_box h4 {
	font-size:20px;
	margin-bottom: 16px;
}

#law .law_box h4 .info{
	font-size:16px;
}


#law .law_box dl {
	overflow:hidden;
	clear:both;
	padding:16px 0;
	border-bottom:solid 1px #E0E0E0;
	margin-bottom:0;
}


@media screen and (min-width:768px){

#law .law_box dt {
	width:30%;
	float:left;
}

#law .law_box dd {
	width:70%;
	float:right;
	margin-bottom:0;
}

}


@media screen and (max-width:767px){

#law .law_box h4 {
	font-size:18px;
	line-height:1.2;
}

#law .law_box h3 {
	font-size:20px;
	line-height:1.2;
}

#law .law_box dt {
	margin-bottom:16px;
	font-size:16px;
}


}



/*------------------
  FAQ
------------------*/

/***** tab_menu *****/

#faq .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#faq .tab_scroll {
	overflow-x: scroll;
}

#faq .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#faq .tab_menu li {
	display: table-cell;
}

#faq .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}
#faq .tab_menu li input:checked+label {
	color: #007bff;
	border-bottom: solid 2px #007bff;
}



/***** FAQ *****/

#faq .faq_box {
	margin-bottom:64px;
}

#faq .faq_box h3 {
	font-size:24px;
	margin-bottom:16px;
	line-height:1.8;
}

#faq .faq_box h3 i {
	margin-right:0.5em;
}

#faq .faq_box dl {
	margin-bottom:8px;
}

#faq .faq_box dt {
	padding:16px 32px 16px 16px;
	position:relative;
	cursor:pointer;
	border:solid 1px #A0A0A0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#faq .faq_box dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #222;
	border-right: 4px solid #222;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}

#faq .faq_box dt.select:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#faq .faq_box dd {
	padding:16px;
	display:none;
	border:solid 1px #A0A0A0;
    border-top: none;
}




@media screen and (max-width:767px){

	#faq .faq_box h3 {
		font-size:20px;
		line-height:1.2;
	}

}








/*---------------------------------------------
 MESSAGE MAIL
---------------------------------------------*/

/*--------------------
 message_mail
--------------------*/

#message_mail .message_mail {
	width: 100%;
	margin: 0 auto 64px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .message_mail .description {
	padding:32px 16px 0;
}

#message_mail .message_mail .description .attention {
color: #FF0004;
}

#message_mail .message_mail .price {
	padding:32px 0;
	text-align:center;
}

#message_mail .message_mail .registration {
	border-top:solid 1px #E0E0E0;
}

#message_mail .message_mail .registration a {
	text-align:center;
	display:block;
	padding:16px;
}


/*--------------------
 member
--------------------*/

#message_mail .member {
	margin-top: 128px;
}

#message_mail .member h3 {
	margin-bottom: 32px;
	font-size: 24px;
}

#message_mail .member h4 {
	margin-bottom: 32px;
	font-size: 20px;
}

/***** sample *****/

#message_mail .member .sample {
	width: 100%;
	margin: 0 auto 64px;
	padding:32px 16px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .member .sample dt {
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #E0E0E0;
	font-weight: normal;
	margin-bottom: 32px;
	padding-bottom: 8px;
}

#message_mail .member .sample dt .title {
	width: 80%;
	float: left;
}

#message_mail .member .sample dt .time {
	width: 20%;
	float: right;
	text-align: right;
}

#message_mail .member .sample dt .time, #message_mail .member .sample dt .from .name {
	color: #9E9E9E;
}

#message_mail .member .sample dd img {
width: auto;
max-width: 100%;
}


/***** member_list *****/

#message_mail .member .member_list ul {
	list-style: none;
	padding-left: 0;
	margin: 0 -1.5%;
	overflow: hidden;
	clear: both;
}

#message_mail .member .member_list li {
	width: 22%;
	margin: 0 1.5% 32px;
	float: left;
}

@media screen and (max-width: 767px) {

#message_mail .member .member_list li {
	width: 30.3%;
}

}


#message_mail .member .member_list dl {
	margin-bottom: 0;
}

#message_mail .member .member_list dt {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 16px;
	border-radius: 50% !important;
	height: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

#message_mail .member .member_list dt img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: top;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
}

#message_mail .member .member_list dt:hover {
	opacity: 0.8;
}

#message_mail .member .member_list dd {
	text-align: center;
}



/*---------------------------------------------
 MESSAGE MAIL GUIDE
---------------------------------------------*/

#messagemail_guide .guide .re_box {
	margin-bottom: 64px;
}

#messagemail_guide .guide .re_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#messagemail_guide .guide .re_box dl {
	margin-bottom: 32px;
}

#messagemail_guide .guide .re_box dt {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}


/*------------------
  Agreement
------------------*/

/***** tab_menu *****/

#agreement .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#agreement .tab_scroll {
	overflow-x: scroll;
}

#agreement .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#agreement .tab_menu li {
	display: table-cell;
}

#agreement .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}
#agreement .tab_menu li input:checked+label {
	color: #f987a3;
	border-bottom: solid 2px #f987a3;
}