.privacy__wrapper ul,.privacy__wrapper p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	text-align: justify;
}
.privacy__wrapper ul{
	margin-top:30px;
	padding-bottom: 0;
}
.privacy__wrapper ul li{
	margin-bottom: 20px;
}
.privacy__wrapper ul li span{
	display: block;
	font-weight: bold;
}
.privacy__wrapper ul li p{
	/* padding-left: 20px;
	text-indent: -18px; */
}
.privacy__wrapper h2{
	font-size: 20px;
	margin-bottom: 40px;
}
.privacy__wrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 30;
	opacity: 1;
	transition: 0.5s;
	display: none;
}
.privacy__wrapper .content__inner{
	max-width: 450px;
	width: 92%;
	height: 82vh;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background: white;
}
.privacy__wrapper .content__inner .content{
	width: 100%;
	height: 100%;
	padding:30px;
	overflow: auto;
}
.privacy__wrapper .content__inner .close__btn{
	font-size: 24px;
	position: absolute;
	top:-20px;
	right: -20px;
	color:white;
	cursor: pointer;
}
.privacy__wrapper .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background: #000;
	opacity: 0.7;
}

.privacy__wrapper ul li p span{
	font-size: 14px;
	display: block;
	line-height: 1.6;
	margin:10px 0;
	padding-left: 15px;
	font-weight: 400;
}
.fade {
	display: flex!important;
	opacity: 1;
}
.fade-out {
	opacity: 0;
	display: none!important;
}
main{
	position: relative;
}
.link__btn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	transform: translate(-50%);
	bottom: -12px;
    z-index: 3;
	background-color: white;
}
.link__btn span{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	padding:0 15px;
	font-weight: 500;
	color:#000;
	cursor: pointer;
	position: relative;
}
.link__btn span:after{
	content:"▶";
	font-size: 15px;
	padding:0 15px;
	font-weight: 500;
	padding:0;
	color:#000;
	cursor: pointer;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.line-button{
    bottom: 11px;
	cursor: pointer;
 }
 .privacy__wrapper .line__inner{
	width: 330px;
	min-height: 580px;
    height: auto;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
 }
 .privacy__wrapper .line__inner .content{
	width: 100%;
	height: 100%;
	padding:50px 25px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
 }
 .privacy__wrapper .line__inner .content#c02{
	height: 580px;
 }
 .privacy__wrapper .line__inner .content .c__logo{
	width: 100%;
	display: flex;
 }
 .privacy__wrapper .line__inner .content .c__txt{
	font-weight: normal;
	font-size: 14px;
	line-height: 36px;
	margin-top:45px;
	text-align: left;
	color: #000;
 }
 .privacy__wrapper .line__inner .content input[type="email"]{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	font-weight: normal;
	font-size: 15px;
	line-height: 36px;
	margin-top:45px;
	padding-left: 15px;
	text-align: left;
	color: #000;
	background: #f7f8f8;
	border: 1px solid #c9caca;

 }
 .privacy__wrapper .line__inner .content .thank__txt{
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: -0.05em;
	margin-top:75px;
	text-align: center;
	color: #000;
 }
 .privacy__wrapper .line__inner .close__btn{
	font-size: 24px;
	position: absolute;
	top:-20px;
	right: -20px;
	color:white;
	cursor: pointer;
 }
 .privacy__wrapper .line__inner .content .submit__btn{
	width: 240px;
	height: 50px;
	margin:auto;
	margin-top:50px;
	border-radius: 25px;
	background: #02c755;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
 }
 .privacy__wrapper .line__inner .content .submit__btn .lbl{
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
 }
 .privacy__wrapper .line__inner .content .submit__btn .arrow{
	width: 7px;
	display: flex;
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
 }
 
@media screen and (max-width: 768px) {
	.privacy__wrapper .content__inner .content {
		padding: 20px;
	}
	.privacy__wrapper .content__inner {
		width: 88%;
	}
	.privacy__wrapper .content__inner .close__btn {
		font-size: 18px;
		top: -18px;
		right: -16px;
	}
}