@charset "UTF-8";
/*------------------------
トップcomment
------------------------*/
.page-ttl h1 span{
    font-size: 4.6rem;
}
article.fanclub {
	margin: 0 auto 120px;
}
.fanclub .lead {
	font-size: 1.8rem;
	width: 1000px;
	margin: 0 auto 20px;
}
.fanclub .top-comment{
	background: #fffbbd;
	padding: 35px;
	position: relative;
	width: 1000px;
	margin: 0 auto 60px;
}
.fanclub .top-comment::after{
	content: "";
	width: 105px;
	height: 63px;
	background: url(/pc/img/fanclub/top-comment.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fanclub .top-comment .ttl{
	font-size: 2.2rem;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid var(--btncolor);
	font-weight: bold;
}
.fanclub .top-comment .textarea{
	text-align: justify;
    text-justify: inter-ideograph;
    text-justify: inter-character;
}

/*------------------------
会員特典
------------------------*/

/*共通*/
.service-wrap{
	background: var(--bgcolor);
	padding: 60px 0 80px;
	margin-bottom: 60px;
}
.service-wrap .inner{
	width: 1000px;
	margin: 0 auto;
}
.service-wrap .benefit{
	margin-bottom: 60px;
}
.service-wrap .inner h2{
	font-size: 2.8rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--btncolor);
}
.service-wrap .benefit.inner .flex-box{
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: stretch;
}
.service-wrap .inner .box{
	background: #fff;
	padding: 25px 30px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.service-wrap .inner .box h3{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.service-wrap .inner .box h3 span{
	width: 18px;
	height: 18px;
	background: var(--btncolor);
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.service-wrap .inner .box h3 span::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	background: var(--btncolor);
}
.service-wrap .inner .box h3 span::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	background: var(--btncolor);
}

/*会員特典*/
.service-wrap .box2{
	margin-bottom: 30px;
}
.service-wrap .box2 ul li{
	font-size: 1.6rem;
	margin-bottom: 5px;
}

/*ファンクラブ限定コンテンツ*/
.service-wrap .inner .box3 h3{
	margin-bottom: 25px;
}
.service-wrap .box3 ul li{
	width: 296px;
	position: relative;
}
.service-wrap .box3 ul li .ribbon {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 86px;
	height: 88px;
	overflow: hidden;
}
.service-wrap .box3 ul li .ribbon .no {
	display: inline-block;
	position: absolute;
	padding: 4px 0 8px;
	left: -48px;
	top: 16px;
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	background: var(--btncolor);
	color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.service-wrap .box3 ul li .ribbon .no::before,.service-wrap .box3 ul li .ribbon .no::after {
	position: absolute;
	content: "";
	border-top: 4px solid #701504;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}
.service-wrap .box3 ul li .ribbon .no::before {
	left: 20px;
}
.service-wrap .box3 ul li .ribbon .no::after {
	right: 22px;
}
.service-wrap .box3 ul li .ribbon .no b {
	font-size: 1.8rem;
	color: var(--accentcolor);
}
.service-wrap .box3 ul li .img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.service-wrap .box3 ul li .txt {
	position: relative;
	min-height: 165px;
	margin: -15px 10px;
	background: #fff;
	padding: 13px 13px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.service-wrap .box3 ul li .txt h4{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--btncolor);
	margin-bottom: 8px;
}
.service-wrap .box3 ul li .txt p{
	font-size: 1.4rem;
	text-align: justify;
}

/*年会費*/
.service-wrap .price .flex-box{
	justify-content: space-between;
	margin-bottom: 60px;
}
.service-wrap .box4{
	width: 485px;
}
.service-wrap .box4 ul{
	margin-bottom: 20px;
}
.service-wrap .box4 ul li{
	margin-bottom: 5px;
}
.service-wrap .box4 ul li span{
	display: inline-block;
}
.service-wrap .box4 p.min{
	font-size: 1.4rem
}
.service-wrap .box4 p.min span{
	display: block;
	margin-bottom: 5px;
	line-height: 1.3;
}

/*注意事項*/
.service-wrap .caution{
	padding: 20px 25px;
	background: #d6d6d6;
	width: 485px;
}
.service-wrap .caution .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 13px;
}
.service-wrap .caution .ttl span{
	color: var(--btncolor);
}
.service-wrap .caution .txt li{
	font-size: 1.4rem;
    margin-bottom: 8px;
    line-height: 1.4;
    text-align: justify;
    display: flex;
}
.service-wrap .caution .txt li span{
	display: block;
    margin-right: 5px;
}

/*入会方法*/
.service-wrap .box5{
	margin-bottom: 40px;
}
.service-wrap .box5 .top-block{
	margin-bottom: 30px;
	font-size: 1.5rem;
}
.service-wrap .box5 .flow-contents .come{
	margin-bottom: 20px;
}
.service-wrap .box5 .flow-contents ul{
}
.service-wrap .box5 .flow-contents ul li{
	padding: 15px;
    position: relative;
    background: var(--bgcolor);
    margin-bottom: 30px;
}
.service-wrap .box5 .flow-contents ul li::after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 18px 0 18px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    left: 45%;
    bottom: -22px;
}
.service-wrap .box5 .flow-contents ul li:last-child::after{
	content: none;
}
.service-wrap .box5 .flow-contents ul li:last-child{
	margin-bottom: 0;
}
.service-wrap .box5 .flow-contents ul li .text{
	font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.service-wrap .box5 .flow-contents ul li p{
	font-size: 1.5rem;
	text-align: justify;
}
.service-wrap .box5 .flow-contents ul li p .min{
	font-size: 1.4rem;
	display: block;
}
/*------------------------
ボタン
------------------------*/
.fanclub .service-wrap  .l-btn a{
	display: block;
	position: relative;
	padding: 24px;
	width: 378px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: var(--txtcolor);
	margin: 0 auto;
}
.fanclub .contact-wrap  .l-btn a{
	display: block;
	position: relative;
	padding: 24px;
	width: 378px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: var(--txtcolor);
	margin: 0 auto;
}
.fanclub .contact-wrap .l-btn a::before,.fanclub .service-wrap .l-btn a::before{
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	transition: .2s ease 0s;
	background: var(--txtcolor);
}
.fanclub .contact-wrap .l-btn a::after,.fanclub .service-wrap .l-btn a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	transition: .2s ease .2s;
	background: var(--txtcolor);
}
.fanclub .l-btn a:hover {
	background: var(--mygray);
}
.fanclub .l-btn a:hover::before {
	width: 0%;
}
.fanclub .l-btn a:hover::after {
	height: 0%;
}

/*------------------------
コンタクト
------------------------*/
.contact-wrap{
	width: 1000px;
	margin: 0 auto;
}
.contact-wrap .flex-box{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-wrap .box{
	width: 800px;
    padding: 30px;
    margin: 0 auto;
    background: url(/pc/img/common/bg_black.jpg) 100%/cover;
    background-position: center;
}
.contact-wrap .box .ttl{
	font-size: 3rem;
	font-weight: bold;
	border-bottom: 2px dashed #fff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	text-align: center;
	color: #fff;
}
.contact-wrap .box .txt{
	color: #fff;
	font-weight: bold;
}
.contact-wrap .box .txt a{
	color: #fff;
	text-decoration: underline;
}
.contact-wrap .box .txt span{
	display: block;
    font-size: 1.3rem;
    padding-top: 10px;
    font-weight: normal;
}
.contact-wrap .box .l-btn{
	margin-left: 20px;
}
.contact-wrap .box .l-btn a{
	background: #06c655 url(/pc/img/fanclub/icon_line.png) no-repeat center left 25px;
    width: 305px;
    padding: 20px 20px 20px 60px;
}
.contact-wrap .box .l-btn a:hover{
	background-color: var(--mygray);
}
.fanclub .contact-wrap .l-btn a::before{
	background: #06c655;
}
.fanclub .contact-wrap .l-btn a::after{
	background: #06c655;
}

/*ファンレター宛先*/
.contact-wrap .fanletter .address{
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;

}
.contact-wrap .fanletter .address span{
	display: block;
}
.contact-wrap .fanletter .min{
	font-size: 1.4rem;
	color: #fff;
}