@charset "utf-8";

/*********************
	h2
*********************/
h2{
	width:100%;
	max-width:750px;
	margin:0 auto 20px;
}
@media screen and (max-width: 767px){
	h2{
		
	}
}

/*********************
	.feature_area
*********************/

.feature_area{
	width:100%;
	max-width:1070px;
	margin-bottom:130px;
	background:#fff;
	border:6px solid #e0c99a;
	border-radius:20px;
	padding:40px;
	box-sizing:border-box;
	
}
h3{
	width:100%;
	margin:0 auto 20px;
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.4;
}
.feature_area .info_box{
	width:100%;
	margin:0 auto 20px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
}
.feature_area .info_box .sns_ico_wrap{
	display:flex;
	flex-wrap:wrap;
}
.feature_area .info_box .info__item--cat{
	padding:5px 30px;
	background:#7e8ebf;
	border-radius:50vh;
	color:#fff;
	font-size:1.4rem;
}
.info__item {
	margin-top: 24px;
	padding: 5px 30px;
	display: block;
}
.info__item-pd {
  padding: 0;
}
.feature_area .info_box .info__item--cat{
	padding:5px 30px;
	background:#7e8ebf;
	border-radius:50vh;
	color:#fff;
	font-size:1.4rem;
	margin-right: 20px;
}
.info__item--facebook {
  margin-right: 10px;
}
.info__item--twitter {
	width: 86px;
	height: 28px;
	background: #000;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.info__item--twitter:hover {
	opacity:0.7;
}
.info__item--twitter .fa{
	color: #ffffff;
}

.feature_txt_box{
	width:100%;
	margin:50px auto;
	font-size:1.6rem;
	font-weight:bold;
	line-height:2.0;
}
.movie_wrap{
	width:100%;
	margin:0 auto 60px;
	padding-top:56.25%;
	position:relative;
	
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.relation_program_wrap{
	width:100%;
	margin:0 auto;
}
.relation_program_wrap .ttl{
	width:100%;
	margin:0 auto 10px;
	font-size:2.8rem;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
.relation_program_wrap .pg_list{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.relation_program_wrap .pg_box{
	width:50%;
	border-bottom:1px solid #ccc;
}
.relation_program_wrap .pg_box a{
	display:flex;
	width:100%;
	padding:20px 20px 20px 0;
	box-sizing:border-box;
}
.relation_program_wrap .pg_box a:hover{
	color:#882111;
	transition:.3s;
}
.relation_program_wrap .pg_box a:hover img{
	opacity:.7;
}
.relation_program_wrap .pg_img{
	width:38%;
	margin-right:2%;
}
.relation_program_wrap .pg_txt{
	width:60%;
	font-size:1.6rem;
	padding-left:10px;
	box-sizing:border-box;
}
@media screen and (max-width: 767px){
	.feature_area{
		width:96%;
		margin:0 auto 50px;
		padding:20px 10px;
	}
	h3{
		font-size:1.8rem;
		margin:0 auto 10px;
	}
	.feature_area .info_box{
		margin:0 auto 10px;
		display:block;
	}
	.feature_area .info_box .sns_ico_wrap{
		width:100%;
	}
	.feature_area .info_box .info__item--cat{
		display:inline-block;
		padding:5px 20px;
		font-size:1.1rem;
		margin-right:10px;
	}

	.info__item {
		margin-top:10px;
	}
	.feature_txt_box{
		font-size:1.4rem;
	}
	.relation_program_wrap .ttl{
		font-size:1.8rem;
	}
	.relation_program_wrap .pg_box{
		width:100%;
	}
	.relation_program_wrap .pg_box a{
		padding:20px 0;
	}
	.relation_program_wrap .pg_img{
		width:46%;
	}
	.relation_program_wrap .pg_img img{
		height:auto;
	}
	.relation_program_wrap .pg_txt{
		width:52%;
		font-size:1.3rem;
	}
}

/*********************
	.feature_slide_wrap
*********************/
.feature_slide_wrap{
	width:100%;
	padding:50px 0 30px;
	margin:0 auto;
	overflow:hidden;
}
.feature_single_image li img{
	width:100%;
	height: auto;
	margin: 0 auto;
}

.feature_slide{
	width:100%;
}
.feature_slide .slick-slide img{
	height:auto;
	transform: scale(1);
	transition:.3s;
}
.feature_slide .slick-center{
	position:relative;
	z-index:2;
}
.feature_slide .slick-center img{
	transform:scale(1.2);
	box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.feature_slide .slick-center a:hover img{
	transform:scale(1.24);
}
.feature_slide .slick-prev{
	top:48%;
	left:16% !important;
	right:auto;
	width:40px;
	height:40px;
	background:url("../images/img_arrow_prev.png");
	background-repeat:no-repeat;
	background-size:100%;
	z-index:3;
}
.feature_slide .slick-prev:before{
	display:none;
}
.feature_slide .slick-prev:hover,
.feature_slide .slick-prev:focus{
	background:url("../images/img_arrow_prev.png");
	background-repeat:no-repeat;
	background-size:100%;
}

.feature_slide .slick-next{
	top:48%;
	right:16% !important;
	left:auto;
	width:40px;
	height:40px;
	background-image:url("../images/img_arrow_next.png");
	background-repeat:no-repeat;
	background-size:100%;
	z-index:3;
}
.feature_slide .slick-next:before{
	display:none;
}
.feature_slide .slick-next:hover,
.feature_slide .slick-next:focus{
	background:url("../images/img_arrow_next.png");
	background-repeat:no-repeat;
	background-size:100%;
}

.content_wrap .slick-dots{
	bottom:-80px;
}
.content_wrap .slick-dots li{
	width:10px;
	height:10px;
	margin:0 8px;
	padding:0;
}
.content_wrap  .slick-dots li button{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#e1c6bf;
}
.content_wrap .slick-dots li.slick-active button{
	width:10px;
	height:10px;
	background:#882111;
}
.content_wrap .slick-dots li button::before{
	display:none;
}
.feature_slide_wrap .slick-list{
	overflow:visible !important;
	
}
.feature_slide_wrap .credit{
	width:100%;
	margin:-25px auto 0;
	font-size:1.4rem;
}

.feature_slide_wrap .single_credit{
	width:100%;
	margin:0 auto;
	font-size:1.4rem;
}

@media screen and (max-width: 767px){
	.feature_slide_wrap{
		width:100%;
		padding:10% 0;
	}
	.feature_slide .slick-prev{
		width:25px;
		height:25px;
		left:10% !important;
	}
	.feature_slide .slick-next{
		width:25px;
		height:25px;
		right:10% !important;
	}
	.feature_slide_wrap .slick-dots{
		bottom:-70px;
	}
	.feature_slide_wrap .credit{
		font-size:1.0rem;
		margin:-5px auto 0;
	}
}



/*********************
	.
*********************/

@media screen and (max-width: 767px){

}

/*********************
	.
*********************/

@media screen and (max-width: 767px){

}