#top{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding: 20px 0 10px;
}

#top .main {
	width: 100%;
}

#about{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding:  30px 16px 55px;
}

#about .aboutWrap{
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.04em;
}

#about .aboutWrap h2 {
	font-size: 31px;
    	font-weight: 800;
    	line-height: 52px;
    	letter-spacing: 0.03em;
	color: #17263a;
	margin: 0 0 20px;
}

#about .aboutWrap p{
	font-size:  18px;
	font-weight: 500;
	line-height:  37px;
	color: #17263a;
}


#about .aboutWrap p span{
	font-weight: 700;
	color: #EA5948;
}

#about .aboutWrap p small{
	display: block;
	text-align: left;
	font-weight: 700;
	line-height:  calc(100vw * 23 / 390);
	margin-bottom: calc(100vw * 8 / 390);
}

#about .aboutWrap p small span{
	color: #74A805;
}

#talent{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding:  30px 0 55px;
}

#talent .talentWrap {
	margin: 0 0 80px;
}

#talent .talentWrap h2{
	position: relative;
  	margin: 0 auto 45px;
    	width: fit-content;
  	padding: 0 110px;
	font-size: 32px;
    	font-weight: 700;
}

#talent .talentWrap h2:before, #talent .talentWrap h2:after {
  	content: '';
  	position: absolute;
  	top: 50%;
  	display: inline-block;
  	width: 90px;
  	height: 2px;
  	background-color: black;
}

#talent .talentWrap h2:before {
  	left:0;
}
#talent .talentWrap h2:after {
  	right: 0;
}

#talent .talentWrap .talentList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#talent .talentWrap .talentList article{
	width: 39%;
	padding: 0 30px;
}

#talent .talentWrap .talentList img{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

#talent .talentWrap .talentList article h3{
	margin: auto;
	font-size: 26px;
	font-weight: 700;
	background-color: #fff;
	text-align: center;
	letter-spacing: 0.03em;
	color: #a57f19;
}

#talent .talentWrap.narration {
	margin: 0;
}

#talent .talentWrap.narration .talentList article {
	width: 55%;
}

#sns {
	border-top: 1px solid #dddddd;
    	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
}

#sns .sns_list {
	display: flex;
    	justify-content: center;
    	align-items: center;
}

#sns .sns_list a {
	width: 55px;
    	height: 55px;
    	margin: 0 19px;
}

#sns .sns_list a img {
	width: 100%;
}

#sns .sns_list a:hover {
	opacity: .7;
}

#youtube{
	width: 100%;
	padding: 50px 0 60px;
}

#youtube .youtubeWrap{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#youtube .youtubeWrap .movie-wrap {
  	position: relative;
  	padding-bottom: 56.25%;
  	height: 0;
  	overflow: hidden;
  	margin: 0 auto;
}

#youtube .youtubeWrap .movie-wrap iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}



#programImg{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding:  30px 0;
}

#programImg .programImgWrap{
	width: 100%;
	margin: 0 auto;
}

#programImg .programImgWrap .programOne{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

#programImg .programImgWrap .programOne img{
	width: 50%;
	height: auto;
	margin-bottom: 40px;
    	padding: 0 20px;
}
