.news-img {
	height: auto;
	display: block;
	position: absolute;
}

.news-img img {
	width: 100%;
	display: block;
}

.youtube-play {
	width: 100%;
	padding-bottom: 20px;
	background-color: #ec6c00;
}

.youtube-slider {
	width: 100%;
	position: relative;
}

.youtube-slider .slick-arrow {
	width: 70px;
	height: 70px;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #00192b;
	border-radius: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
}

.youtube-slider .slick-arrow i {
	font-size: 40px;
	color: #ec6c00;
}

.youtube-slider .next {
	right: calc(21% - 35px);
}

.youtube-slider .prev {
	left: calc(21% - 35px);
}

.youtube__item {
	width: 100%;
	margin: 0 60px;
}

.youtube-box {
	padding: 20px;
	border-radius: 10px;
	background-color: #00192b;
}

.youtube-box div {
	width: 100%;
	padding-bottom: 55.4%;
	position: relative;
}

.youtube-box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.youtube-title {
	padding: 20px;
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #00192b;
	text-align: center;
}

.news {
	width: 100%;
	padding-bottom: 145px;
	background-image: url("../../images/news-bg.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #00192b;
	position: relative;
}

.news-wrap {
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

.news-title-icon {
	position: absolute;
	top: 0;
	left: 15px;
}

.news-title {
	padding: 46px 0 0 50px;
	margin-bottom: 30px;
	font-size: 25px;
	font-size: 1.389rem;
	line-height: 2.111rem;
	color: #ec6c00;
}

.news-list__item {
	margin-bottom: 20px;
}

.news-list__num {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ec6c00;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
}

.news-list__date {
	width: 150px;
	padding-left: 20px;
	padding-top: 3px;
	color: #ec6c00;
	font-weight: 700;
}

.news-list__name {
	width: calc(100% - 180px);
	padding-top: 3px;
	padding-left: 10px;
	color: #fff;
}

.news-img {
	width: 15%;
	min-width: 110px;
	position: absolute;
	right: 10%;
	bottom: 50px;
	z-index: 2;
}

.idol-box {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #ec6c00;
}

.idol__item {
	margin: 0 15px;
	text-align: center;
}

.idol__item img {
	width: 100%;
	display: block;
}

.idx-link-box {
	padding: 10px 0 60px;
	background-color: #ec6c00;
}

.idx-link {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

.idx-link__item {
	width: calc(33.333% - 30px);
	margin: 0 15px 15px 15px;
	padding: 20px 20px 60px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #00192b;
	border-radius: 20px;
	text-align: center;
	position: relative;
}

.idx-link__item img {
	max-width: 100%;
	display: inline-block;
}

.idx-link__item span {
	width: 100%;
	padding: 0 15px;
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 1.667rem;
	font-weight: 700;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1;
}

.idx-link__item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@media only screen and (max-width: 960px) {
	.youtube-play {
		padding-top: 20px;
	}
	.youtube-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.youtube-slider .slick-arrow i {
		font-size: 20px;
		color: #ec6c00;
	}
	.youtube-slider .next {
		right: calc(10% - 20px);
	}
	.youtube-slider .prev {
		left: calc(10% - 20px);
	}
	.youtube__item {
		margin: 0 30px;
	}
	.youtube-box div {
		padding-bottom: 80%;
	}
	.idx-link-box {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 768px) {
	.youtube-box {
		padding: 10px;
	}
	.idol__item {
		margin: 0 10px;
	}
	.idx-link__item {
		width: calc(33.333% - 10px);
		margin: 0 5px 10px 5px;
	}
}

@media only screen and (max-width: 480px) {
	.youtube-play {
		padding-bottom: 50px;
	}
	.youtube-box div {
		padding-bottom: 100%;
	}
	.youtube__item {
		margin: 0 5px;
	}
	.youtube-slider .slick-arrow {
		top: auto;
		bottom: -30px;
	}
	.youtube-slider .next {
		right: calc(50% - 50px);
	}
	.youtube-slider .prev {
		left: calc(50% - 50px);
	}
	.news-list__date {
		width: calc(100% - 30px);
		padding-left: 10px;
	}
	.news-list__name {
		width: 100%;
		padding-top: 5px;
		padding-left: 40px;
	}
	.idx-link-box {
		padding: 30px 0 10px 0;
	}
	.idx-link__item {
		width: 100%;
		padding-bottom: 20px;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: left;
	}
	.idx-link__item img {
		width: auto;
		height: 100px;
	}
	.idx-link__item span {
		position: initial;
	}
	.idx-link__item:nth-child(1) img {
		margin-right: 10px;
	}
	.idx-link__item:nth-child(2) img {
		margin-right: 20px;
		margin-left: 20px;
	}
}
