@charset "utf-8";



/* news */
#news .title {
	width: 42.1428571428571%;
	padding-top: 7%;
	margin: 0 auto 2%;
}

.newsDetail {
	background: url(/wp-content/themes/ikemen/title/live/original/images/news/detail_back.png) repeat;
	border-radius: 5px;
	width: 1000px;
	padding: 0;
	margin: auto;
	position: relative;
	padding: 15px;
	box-shadow: inset 0 0 12px 0 #ffffff4C;
}

.newsHeader {
	background: url(/wp-content/themes/ikemen/title/live/original/images/news/detail_back.png) repeat;
	border-radius: 5px;
	padding: 4%;
}

.newsHeader .time {
	font-size: 14px;
	float: left;
	margin-right: 2%;
	line-height: 30px;
}

.newsHeader .icon {
	float: left;
	position: relative;
}

.newsHeader h1 {
	font-size: 1.71em;
	line-height: 1.5;
	margin-top: 0.5%;
	letter-spacing: 0.03em;
	width: 95% !important;
}

.newsBody {
	padding: 5%;
}

.newsImg {
	margin-bottom: 5%;
}

.newsImg img {
	width: 100%;
	height: auto;
}

.newsText {
	line-height: 1.87;
	letter-spacing: 0.03em;
}

.newsText>p,
.newsText>div {
	margin-bottom: 20px;
}

.btnMore {
	width: 22.75%;
	margin: auto;
	margin-top: 5%;
}

.newsLayout.bottom .newsImg {
	margin-top: 3%;
	margin-bottom: 0;
}

.newsText img.aligncenter {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 999px) {

	.newsDetail {
		width: 96%;
		margin: 0 2%;
	}
}

/* PCのみ */
@media screen and (min-width: 768px) {
	.newsLayout.left .newsImg {
		width: 50%;
		float: left;
		margin-right: 1.5%;
		margin-bottom: 0;
	}

	.newsLayout.right .newsImg {
		width: 50%;
		float: right;
		margin-left: 1.5%;
		margin-bottom: 0;
	}
}

/* SP */
@media screen and (max-width: 767px) {

	/* news */
	#news .title {
		width: 92.1875%;
		padding-top: 2%;
		margin: 0 auto 2%;
	}

	.btnMore {
		bottom: 3%;
		width: 56.25%;
	}

	.newsHeader h1 {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.newsText p {
		margin-bottom: 1.1rem;
	}
}

/* YouTubeサムネイル表示 (SPで見切れないように対応) */
iframe {
  width: 100%!important;
  max-width: 640px!important;
  aspect-ratio: 16 / 9!important;
  display: block;
  margin: 0 auto;
  border: none;
}