@charset "UTF-8";

#love_campaign #wrap{
	padding-top:97px;
}


#love_campaign #main_visual{
	background: none;
}
#love_campaign #main_bg{
	height: 644px;
	background:url(/kaden/_assets/images/love_campaign/mv_love.webp) #e8e8e8 no-repeat  center top;

}


.love_contents{
	position: relative;
	width: 100%;
	background: url(/kaden/_assets/images/love_campaign/bg_love_campaign.webp) #261d18 no-repeat top left;
	padding:60px 20px 100px;

}
.love_contents h2{
	position: absolute;
	top:160px;
	left:20%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;

}
.love_contents h2 span{
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
.love_contents p{
	width:32em;
	font-size:24px;
	font-family: "Yu Mincho";
	font-weight: 500;
	color: #ffffff;
	margin-left:30%;
	padding: 0 10px;
	background-image:
	linear-gradient(
		180deg,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0) 97%,
		#514a46 97%,
		#514a46 100%
	);
	background-size:100% 1.6em;
	line-height: 1.6;
}

.love_contents p span{
	color: #FF93B9;
	font-weight: 700;

}

@media (max-width: 768px) {
	#love_campaign #wrap{
		padding-top:105px;
	}
	#love_campaign #main_bg{
		height: auto;
		background-size: 100%;
	}
	#love_campaign #main_visual{
		height: auto;
		padding-bottom:56%;
	}
	.love_contents{
		position: static;
		width: 100%;
		padding:0px;
		margin-bottom:0px;
		background-size:100% auto;
	}

	#wrap .love_contents h2{
		position: static;
		top:unset;
		left:unset;
		-ms-writing-mode:unset;
		writing-mode: unset;
		margin:30px 0 30px 0!important;

	}
	.love_contents h2 span{
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}

	.love_contents p{
		width: auto;
		margin:0 5%;
		font-size:15px;


	}


}




/*talent_level*/
#talent_level section{
	margin-bottom:0px;
}
#talent_level .block {
	background: #ffffff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 30px;
	width:800px;
	margin:0 auto;
}

#talent_level .talent_level_list dl {
	vertical-align: top;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}

#talent_level .talent_level_list dl dt {
	font-family: "roboto",sans-serif;
	font-size: 164.28571428571%;
	font-weight: bold;
	width:4em;

	border-bottom: 1px solid #ffcfd9;
	padding: 20px 0 7px 1em;

}

#talent_level .talent_level_list dl dt span {
	padding-right: 1em;
	font-size: 130%;
}




#talent_level .talent_level_list dl dd {
	font-family: "roboto",sans-serif;
	border-bottom: 1px solid #dadada;
	padding: 0 0 20px;
	box-sizing: border-box;
}

#talent_level .talent_level_list dl dd.price {
	font-size:120%;
	font-weight: 700;
	width: 240px;
	text-align: right;
	padding: 20px 40px 10px 35px;
	line-height: 1;
	letter-spacing: -0.05em;
	color:#ee0d5c;
}

#talent_level .talent_level_list dl dd.price span {
	font-size: 214.28571428571%;
	font-weight: bold;
}



#talent_level .talent_level_list dl .lv1c{
	
	color:#fa8db3;
}

#talent_level .talent_level_list dl .lv2c{

	color:#f2588e;
}

#talent_level .talent_level_list dl .lv3c{

	color:#e4306f;
}

#talent_level .talent_level_list dl .lv4c{

	color:#ee0d5c;
}

#talent_level .talent_level_list dl .lv5c{

	color:#ff003c;
}

#talent_level .talent_level_list dl .lv6c{

	color:#ff0000;
}
#talent_level .talent_level_list dl dd.details {
	display: flex;
	align-items: center;
	padding: 20px 0 10px;
	width:400px;
	font-size:100%;
	text-align:left;
}

.catch_copy {
	text-align: center;
	font-size: 100%;
	line-height: 1.5;
}



.love_text3{
	text-align:center;
	width:900px;
	margin:30px auto;
	font-size:200%;
	font-weight: bold;
	color:#c1c1c1;
}

.love_img{
	text-align:center;
	width:800px;
	margin:50px auto;
}

#love_campaign .sub_conductor{
	padding-bottom:30px;
}

@media (max-width: 768px) {


	#talent_level section{
		padding: 40px 13px 0;
	}
	#talent_level .block {
		background: #ffffff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 20px 14px;
		width:100%;
		margin:0 auto;
	}

	#talent_level .talent_level_list dl {
		vertical-align: top;
		align-items: baseline;
	}

	#talent_level .talent_level_list dl dt {
		font-size: 130%;
		font-weight: bold;
		width: 5em;
		border-bottom: 1px solid #fff;
		padding: 20px 0 5px 10px;

	}

	#talent_level .talent_level_list dl dt span {
		padding-right: 0em;
		font-size: 130%;
	}


	#talent_level .talent_level_list dl dd {
		border-bottom: 1px solid #fff;
		padding: 0 0 0px;
		box-sizing: border-box;
	}

	#talent_level .talent_level_list dl dd.price {
		font-size:120%;
		font-weight: 700;
		width: 70%;
		text-align: right;
		padding: 10px 10px 0px 0px;
		line-height:0.5;
		letter-spacing: -0.05em;
		color:#ee0d5c;
	}

	#talent_level .talent_level_list dl dd.price span {
		font-size: 214%;
		font-weight: bold;
	}


	#talent_level .talent_level_list dl dd.details {

		border-bottom: 1px solid #dadada;
		padding: 10px 0 20px 10px;
		width:100%;
		font-size:110%;
	}


	.catch_copy {
		text-align: left;
		font-size: 100%;
		line-height: 1.5;
	}
		.love_text3{
		text-align:center;
		width:80%;
		margin:30px auto;
		font-size:200%;
		font-weight: bold;
		color:#c1c1c1;
	}

	.love_img{
		text-align:center;
		width:100%;
		margin:50px auto;
	}
	#love_campaign .sub_conductor{
	padding-bottom:0px;
}

}




