
.cnt{	padding-bottom: 0;}
#concept{
	color: #fff;
	background: #000;
	padding: 0 0 50px 0;
}

.topimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}
.img{
	font-size: 0;
	line-height: 0;
}
.topimg img,
.img img{
	width: 100%;
	height: auto;
}
.w300 img{
	max-width: 590px;
	height: auto;
}

.f_title{
	border-bottom: 3px double #f63189;
}
.f_title em{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
	background: rgb(246,49,137);
	background: linear-gradient(90deg, rgba(246,49,137,1) 0%, rgba(255,91,164,1) 50%, rgba(246,49,137,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mvbox{
	max-width: 600px;
	background: #fff;
	margin: 0 auto 20px auto;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mv_souce{
	font-size: 0;
	line-height: 0;
}
.mv_souce iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	background: #000;
}


/** toptxt **/

.toptxt{	margin: 0 0 50px 0;}
.toptxt h3,
#f_mid2 h3,
#f_btm > p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #f63189;
	margin: 0 0 40px 0;
}
#f_mid2 h3{	margin: 50px 0;}
.toptxt h3 em,
#f_mid2 h3 em{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.toptxt h3 em:before,
.toptxt h3 em:after,
#f_mid2 h3 em:before,
#f_mid2 h3 em:after{
	content: "";
	width: 30px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: calc(50% + 2px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.toptxt h3 em:before,
#f_mid2 h3 em:before{	left: -40px;}
.toptxt h3 em:after,
#f_mid2 h3 em:after{	right: -40px;}
.toptxt p{
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	margin: 0 20px 50px 20px;
	background: url(img/dot.gif) top left;
	background-size: 2px auto;
}


/** f_mid **/

#f_mid{
	margin: 0 0 50px 0;
	padding: 0 20px;
}
#f_mid h3{
	margin: 0 0 20px 0;
}
#f_mid .img{
	margin: 0 0 30px 0;
}
.f_midbox{
	margin: 0 0 20px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.f_midbox:last-of-type{	margin-bottom: 0;}
.f_midbox h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	color: #ffb8d8;
	background: #351926;
	margin: 0 0 15px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.f_midbox img{
	width: 300px;
	height: auto;
	border-radius: 10px;
}
.f_midbox p{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 15px 10px 15px;
	padding: 0 0 0 20px;
}
.f_midbox p span{
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

#f_mid2{	margin-bottom: 50px;}


/** f_btm **/

#f_btm{
	padding: 0 20px;
}
#f_btm .img{
	margin: 0 0 50px 0;
}
#f_btm .img:last-of-type{	margin-bottom: 0;}
#f_btm h3{	margin: 0 0 20px 0;}
#f_btm ul{
	margin: 0 20px 30px 20px;
}
#f_btm li{
	position: relative;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding: 14px 0 14px 25px;
	border-bottom: 1px dotted #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#f_btm li:last-of-type{
		padding-left: 0;
		border-bottom: none;
}
#f_btm li span{
	font-size: 20px;
	line-height: 1;
	color: #f63189;
	position: absolute;
	top: 14px;
	left: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.f_midbox{
		padding: 0 0;
	}
	#f_btm ul {
		margin: 0 0 30px 0;
	}
}


