@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/member/mv.jpg);
}

/*============================
MEMBERSHIP
============================*/
#membership .cont_wrap {
	width: 10.80rem;
	margin: auto;
	position: relative;
	background: url(../img/member/membership_bg.jpg) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 2.50rem;
	padding-bottom: 0.50rem;
	padding-left: 0.40rem;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#membership .cont_wrap {
		width: 100%;
		padding-left: 0.20rem;
		padding-right: 0.20rem;
		padding-top: 1.50rem;
		padding-bottom: 0.30rem;
		border-radius: 0;
	}
}

#membership .cont_wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

#membership .cont_wrap .lead {
	font-size: 0.22rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 0.30rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#membership .cont_wrap .lead {
		font-size: 0.18rem;
		line-height: 1.8;
		letter-spacing: 0.05em;
		color: #fff;
		margin-bottom: 0.20rem;
	}
}


#membership .cont_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#membership .cont_wrap .text {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

#membership .cont_wrap .small_text {
	font-size: 0.13rem;
	line-height: 1.85;
	padding-top: 0.10rem;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#membership .cont_wrap .small_text {
		font-size: 0.12rem;
		line-height: 1.75;
		letter-spacing: 0;
	}
}

/*============================
絆の会
============================*/
#kizunanokai {
	padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
	#kizunanokai {
		padding-bottom: 0.30rem;
	}
}

.membership .cont_wrap {
	max-width: 8.60rem;
	margin: auto;
}

.membership .cont_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.55rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box {
		margin-bottom: 0.30rem;
	}
}

.membership .cont_box .member_prize_tit {
	font-size: 0.26rem;
	font-weight: 600;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #5F2F06;
	width: 100%;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .member_prize_tit {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
		background-color: rgba(95, 47, 6, 0.2);
		padding: 0.10rem 0.10rem 0.12rem;
		border-radius: 0.06rem;
		border: 0;
	}
}

.membership .cont_box .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text {
		font-size: 0.15rem;
		line-height: 1.875;
	}
}

.membership .cont_box .text.full {
	width: 100%;
}

.membership .cont_box .title {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.75;
	width: 30%;
	box-sizing: border-box;
	padding: 0.10rem 0;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .title {
		font-size: 0.18rem;
		width: 100%;
		border-bottom: 1px solid #0d0404;
		margin-bottom: 0.10rem;
	}
}

.membership .cont_box .title span {
	display: block;
	font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .title span {
		display: inline-block;
		font-size: 0.14rem;
		padding-right: 0.10rem;
	}
}

.membership .cont_box .text_wrap {
	width: 70%;
	box-sizing: border-box;
	padding-left: 0.30rem;
	border-left: 1px dotted #5F2F06;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_wrap {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
}

.membership .cont_box .text_wrap .tokuten_tit {
	font-size: 0.24rem;
	font-weight: 600;
	color: #5F2F06;
}

.membership .cont_box .text_wrap .caption {
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #0d0404;
	padding-left: 0.26rem;
	padding-bottom: 0.10rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_wrap .caption {
		font-size: 0.13rem;
	}
}

.membership .cont_box .text_wrap.full {
	padding-left: 0;
	border: 0;
	width: 100%;
}

.membership .cont_box .text_wrap .list .item {
	font-size: 0.15rem;
	line-height: 1.75;
	list-style: disc;
	margin-left: 0.20rem;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_wrap .list .item {
		font-size: 0.14rem;
	}
}

.membership .cont_box .text_box:last-child {
	margin-bottom: 0.10rem;
}

.membership .cont_box .text_box h4 {
	font-size: 0.26rem;
	font-weight: 600;
	color: #5F2F06;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_box h4 {
		font-size: 0.20rem;
		margin-bottom: 0.10rem;
	}
}

.membership .cont_box .text_box h4 span {
	font-size: 0.18rem;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_box h4 span {
		display: block;
		padding-left: 0;
	}
}

.membership .cont_box .text_box h4 span.list_icon {
	font-size: 0.14rem;
	display: inline-block;
	padding-right: 0.10rem;
	position: relative;
	top: -0.04rem;
}


.membership .cont_box .text_box .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .text_box .text {
		font-size: 0.15rem;
		letter-spacing: 0;
	}
}

.membership .cont_box .text_wrap .note .item {
	font-size: 0.12rem;
	letter-spacing: 0.05em;
	line-height: 1.65;
	text-indent: -0.13rem;
	margin-left: 0.13rem;
	padding-bottom: 0.06rem;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
}

.membership .cont_box .gentei {
	list-style: disc inside;
}

.membership .cont_box .gentei .item {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #5F2F06;
}
@media screen and (max-width: 640px) {
	.membership .cont_box .gentei .item {
		font-size: 0.16rem;
		letter-spacing: 0;
	}
}

/* ボトムコンテンツ */
.membership .bottom_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.membership .bottom_cont .bottom_cont_box {
	width: 48%;
}
@media screen and (max-width: 640px) {
	.membership .bottom_cont .bottom_cont_box {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}

.membership .bottom_cont .bottom_cont_box .title {
	font-size: 0.16rem;
	position: relative;
	display: flex;
	align-items: center; /* 垂直中心 */
	width: 100%;
	margin-bottom: 0.15rem;
	word-break: keep-all;
}

.membership .bottom_cont .bottom_cont_box .title::after {
	border-top: 1px solid;
	content: "";
	max-width: 80%; /* 線の長さ */
	width: 100%;
	margin-left: 0.10rem;
	display: inline-block;
	box-sizing: border-box;
}

.membership .bottom_cont .bottom_cont_box .list {
	list-style: disc inside;
}

.membership .bottom_cont .bottom_cont_box .list .item {
	font-size: 0.14rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-left: 0.26rem;
	text-indent: -0.2rem;
	padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
	.membership .bottom_cont .bottom_cont_box .list .item {
		font-size: 0.13rem;
		text-indent: -0.19rem;
	}
}

/*============================
ふる川WEB会員プログラム
============================*/
#webkaiin {
	background: rgb(255, 255, 255, 0.5);
	padding-bottom: 0.80rem;
}

#webkaiin .btn_common a {
	margin: auto;
}