@charset "utf-8";

/* eyeTitle */
.eyeTitle{
	width: 100%;
	height: 500px;
	background-image: url(../images/plan/eyeBg_25121102.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 80px;                   
}
.eyeTitle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);                 
}
.eyeTitle>.titleBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.eyeTitle>.titleBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #1c2857;
	margin-bottom: 10px;              
}
.eyeTitle>.titleBox>p{
	font-size: 1.25em;
	line-height: 1.8;             
}
@media (max-width:1200px){
	.eyeTitle{
		height:600px;                   
	}
	.eyeTitle>.titleBox>h3{
		font-size: 1.8em;                 
	}
}
@media (max-width:768px){
	.eyeTitle{
		aspect-ratio: 500/768;
		width: 100%;
		max-height:768px;
		height:100%;
		background-image: url(../images/plan/eyeBg_sp_25121102.jpg);
		margin-bottom: 50px;                   
	}
	.eyeTitle>.titleBox>h3{
		font-size: 1.8em;                 
	}
}

/* planRow */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.planAbs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.multiply{
	mix-blend-mode: multiply;
	opacity: 0.5;
}
.planRow{
	display: flex;
	flex-wrap: wrap;
}
.planRow>.leftBox,
.planRow>.rightBox{
	width: 50%;
	padding: 80px 0;
}
.planRow>.leftBox{
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	position: sticky;
	top: 160px;
	height: fit-content;
}
.planRow>.rightBox{
	padding-left: 80px;
	box-sizing: border-box;
}
.leftBox_inner{
	max-width: 500px;
	width: 95%;
}
.planRow>.rightBox>.planBox>h4{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.2em;                    
	margin-bottom: 10px; 
}
.planRow>.rightBox>.basicPlan_box>h4{
	color: #1c2857;
}
.planRow>.rightBox>.premiumPlan_box>h4{
	color: #78734b;
}
.planRow>.rightBox>.planBox{
	margin-bottom: 30px;
}
.planRow>.rightBox>.planBox>ul>li{
	margin-bottom: 10px;
}
.planRow>.rightBox>.planBox>ul>li:last-child{
	margin-bottom: 0px;
}
.planRow>.rightBox>.planBox>ul>li>a{
	display: block;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s all;
}
.planRow>.rightBox>.planBox>ul>li>a.noEvent{
	opacity: 0.3;
	pointer-events: none;
}
.planRow>.rightBox>.planBox>ul>li>a:hover,
.planRow>.rightBox>.planBox>ul>li>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
.planRow>.rightBox>.basicPlan_box>ul>li>a{
	background-image: url(../images/plan/btnBg.jpg);
	background-size: cover;
	background-position: center center;
}
.planRow>.rightBox>.premiumPlan_box>ul>li>a{
	background-image: url(../images/plan/btnBg02.jpg);
	background-size: cover;
	background-position: center center;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow,
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul{
	display: flex;
	align-items: center;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox{
	width: 150px;
	text-align: center;
	margin-right: 20px;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox>h5{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #fff;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox>h5>span{
	font-family: "Jost", sans-serif;
	font-size: 2em;
	font-weight: 300;
	display: inline-block;
	line-height: 1;
	color: #fff;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox>p{
	font-family: "Jost", sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li{
	border-left: 3px solid #fff;
	padding-left: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li>h6{
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5px;
}
.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li>p{
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
}
@media (max-width:1700px){
	.planRow>.leftBox{
		width: 45%;
	}
	.planRow>.rightBox{
		width: 55%;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox>h5>span{
		font-size: 1.75em;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox{
		width: 130px;
		margin-right: 0px;
	}
}
@media (max-width:1500px){
	.planRow>.leftBox{
		width: 40%;
	}
	.planRow>.rightBox{
		width: 60%;
	}
	.planRow>.rightBox{
		padding-left: 50px;
	}
}
@media (max-width:1300px){
	.planRow>.leftBox{
		width: 35%;
	}
	.planRow>.rightBox{
		width: 65%;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox>h5>span{
		font-size: 1.5em;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox{
		width: 110px;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li>h6,
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li>p{
		font-size: 0.8em;
	}
}
@media (max-width:1100px){
	.planRow>.leftBox{
		width: 30%;
	}
	.planRow>.rightBox{
		width: 70%;
	}
}
@media (max-width:1024px){
	.planRow>.leftBox,
	.planRow>.rightBox{
		width: 50%;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow{
		flex-direction: column;
		align-items: normal;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.titleBox{
		width: auto;
		margin-bottom: 20px;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul{
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li{
		width: 48%;
		padding-left: 10px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}
@media (max-width:768px){
	.planRow>.rightBox{
		padding-left: 30px;
	}
	.planRow>.rightBox>.planBox>ul>li>a>.planRow>.detailBox>ul>li{
		width: 100%;
		padding-left: 10px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}