@charset "utf-8";
/* CSS Document */
ul{list-style: none;}

/*リセット*/
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{margin:0; padding:0;}
*{box-sizing: border-box;} 
img{max-width:100% ;}


li {
	list-style:none;
}

a {
	text-decoration: none;
}


/*共通
---------------------------------*/
.lgy-bg{
	background:var(--bg-lgy);
	padding:40px 0;
}

.lp-container{
	width:96%;
	margin:0 auto;
	max-width:800px;
	background:#fff;
	box-shadow: 0 0 4px 3px rgb(207, 207, 207,0.2);
	padding:40px 4% 50px;
}

.lp-c-ttl{
	letter-spacing: 1px;
	border-bottom:1px solid var(--bk);
	font-size:18px;
	padding-bottom:8px;
}

.des{
	font-size:13px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.lp-nav {
	width:96%;
	max-width:800px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.lp-nav li{
	width:calc((100% - 16px) / 3);
	border:1px solid var(--bk);
	text-align: center;
	margin-right:8px;
	font-size:12px;
}

.lp-nav li a{
	display: block;
	padding: 8px 8px 0;
}

/* .lp-nav li:last-child{
	margin-right:0;
} */

.lp-nav .material-symbols-outlined{
	display: block;
}

.lp-morelink{
	max-width:320px;
	margin:40px auto 0;
	text-align: center;
	border:1px solid var(--bk);
}

.lp-morelink a{
	display: block;
	padding:8px 0;
	transition: .2s;
	letter-spacing: 1px;
}

.lp-morelink a:hover{
	background:var(--bk);
	color:#fff;
}

.lp-cart-link{
	background:var(--red);
	border-radius: 4px;
	font-size:13px;
	color:#fff;
	text-align: center;
	padding:4px 0;
	max-width:320px;
	margin:20px auto 0;
}

.lp-cart-link a{
	display: block;
	padding:8px 0;
	color:#fff;
}


@media screen and (min-width: 768px) {/************ for PC**************/
.lp-container{
	padding:80px 4% 40px;
	}

.br-sp{
	display: none;
}

.lp-nav li{
	width:33%;
}

}


/*
メインビジュアル・ナビ -------------------*/
/* .kv-block{
	padding:40px 0 80px;
} */

.kv-image{
max-width:1200px;
margin:0 auto;
}

.ttl-wrapper{
	padding:40px 0;
}

.lp-ttl{
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	margin:0 auto 20px;
}

.des.copy{
	width:92%;
	line-height: 2;
	margin:0 auto;
	text-align: center;
}

.lp-nav.member-service li{
	border:1px solid #333;
	font-weight: 500;
}

.lp-nav.member-service li a{
	color:#333;
	font-weight: 500;
}

@media screen and (min-width: 768px) {/************ for PC************************/

	.kv-block{
		padding:90px 0 60px;
	}
	.lp-ttl{
		font-size:22px;
	}

	.lp-nav.member-service li a{
	font-size: 15px;
    padding: 10px 8px 0;
	}

}



/*
会員ランクについて -------------------*/


.lp-c-ttl.member-service{
	color:#333;
	border-bottom:1px solid #333;
}

.member-service {
	flex-direction: column;
}

.member-service li{
	position: relative;
	padding-bottom: 30px;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

/* .lp-nav li:last-child {
	margin: auto;
	margin-bottom: 0;
} */

.des.mg{
	margin:10px 0 40px;
}

.member-service-img {
	margin-top: 30px;
}

.material-symbols-outlined img{
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 5%;
	margin: auto;
}

.member-service-container {
	width:96%;
	margin:0 auto;
	max-width:800px;
	background:#fff;
	padding:40px 4% 20px;
	border: 1px #707070 solid;
	margin-top: 50px;
	margin-bottom: 120px;
}

.member-service-gray-li {
	margin-left: 15px;
}

.member-service-gray-li li{
	position: relative;
}

.member-service-gray-li p::before{
	position: relative;
	/* position: absolute; */
   /* top: 50%; */
   left: -15px;
   top: 3px;
   /* transform: translateY(-50%); */
	display: inline-block;
	width: 5px;
	height: 5px;
	content: "●";
	color: #B2B2B2;
	font-size: 14px; 
	/* background-color: #B2B2B2; */
	border-radius: 100%;
	margin-top: 5px;
}

.member-service-tex {
	margin-top: 30px;
}

.member-service-benefits-3col {
	/* margin-top: 30px; */
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.member-service-benefits-3col li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #88888888;
}

.member-service-benefits-3col li:nth-child(3){
	padding-bottom: 10px;
	
}

.member-service-benefits-svg {
	/* border: #333 1px solid; */
	width: 30%;
	position: relative;
}

.member-service-benefits-svg img{
	width: 50px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.benefits-tex {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
}

.benefits-tex-gray {
	color: #B2B2B2;
	font-size: 10px;
}

.member-register-button {
	width: 80%;
	border: 1px solid #333;
	margin: auto;
	text-align: center;
	padding: 7px;
	background-color: #333;
	color: #fff;
	border-radius: 20px;
	margin-top: 30px;
}

#mail{
	/* margin-bottom: 50px; */
	margin-top: -200px;
	margin-bottom: 250px;
	text-align:center;
}

.member-mail-title {
	text-align: center;
}

.member-mail-tex {
	text-align: center;
}

.member-mail-title {
	margin-bottom: 10px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {/************ for pc************************/


.member-service {
	flex-direction:row;
}

.member-service li {
	width: 30%;
}

.member-service-benefits-3col {
	display: flex;
	justify-content:space-around;
	padding-top: 30px;
}

.member-service-benefits-svg img{
	width: 70px;
	width: 70px;
}


.member-register-button {
	width: 30%;
}

.member-service-benefits-3col li:nth-child(3) {
	margin-top: 0;
}

.member-service-container {
	margin-top: 30px;
}

.member-register-button {
	padding: 15px;
	margin-bottom: 0;
}

}