@charset "utf-8";

/* CSS Document */


/* クリアフィックス

-------------------------------------------------- */

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.media_guide {
	width: 1024px;
	margin: 0 auto;
	padding: 45px 0 75px;
}


/* タイトル

-------------------------------------------------- */

.media_ttl {
	font-size: 0;
	height: 70px;
	line-height: 70px;
	color: #222222;
	margin-bottom: 45px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.media_ttl .month_main {
	/*display: inline-block;*/
	/*width: 285px;*/
	font-size: 70px;
	vertical-align: middle;
	text-align: center;
}

.media_ttl .month_main .month {
	color: #23b7fe;
}

.media_ttl .month_ja {
	font-size: 14px;
	/*display: inline-block;*/
	/*width: 369.5px;*/
	text-align: right;
	vertical-align: middle;
	height: 29px;
	line-height: 29px;
	/*display: inline-block;*/
	padding-right: 35px;
	background: url(/common_2017/media_guide/slash.png) center right no-repeat;
	font-weight: bold;
	margin-right: 10px;
}

.media_ttl .comment {
	font-size: 14px;
	/*display: inline-block;*/
	/*width: 369.5px;*/
	vertical-align: middle;
	height: 29px;
	line-height: 29px;
	padding-left: 35px;
	background: url(/common_2017/media_guide/slash.png) center left no-repeat;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-left: 10px;
}


/* ナビ

-------------------------------------------------- */

.nav_area {
	margin-bottom: 45px;
}


/* 月別ナビ

-------------------------------------------------- */

.month_nav {
	font-size: 0;
	letter-spacing: 0;
	width: 767px;
	float: left;
}

.month_nav li {
	width: 8.3%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	background-color: #f2f3f0;
}

.month_nav li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.month_nav li:last-child {
	border-right: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.month_nav li.on {
	background-color: #23b7fe;
	color: #fff;
	/*border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;*/
	cursor: default;
}

.month_nav li a {
	display: block;
	color: #222222;
	transition: All 0.4s ease;
}

.month_nav li a:hover {
	background-color: #23b7fe;
	color: #fff;
}


.month_choice {
	display: none;
}


/* ページナビ

-------------------------------------------------- */

.date_nav {
	width: 191px;
	float: right;
	text-align: right;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 195px;
	display: inline-block;
	height: 25px;
}

.date_nav li {
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	vertical-align: top;
}

.date_nav li:nth-child(1),
.date_nav li:nth-child(3) {
	width: 33.5%;
	color: #aaaaaa;
	position: relative;
}

.date_nav li:nth-child(2) {
	width: 33%;
}

.date_nav li a {
	display: block;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	position: absolute;
	top: 0;
	left: 0;
}

.date_nav li:nth-child(1) {
	border-right: 1px solid #fff;
	text-align: right;
	padding: 0 10px 0 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(/common_2017/info/prev_off.png) 10px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(3) {
	border-left: 1px solid #fff;
	text-align: left;
	padding: 0 25px 0 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(/common_2017/info/next_off.png) 44px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	color: #111111;
}

.date_nav li:nth-child(1) a {
	background: url(/common_2017/info/prev_on.png) 10px center no-repeat #f2f3f0;
	padding: 0 10px 0 25px;
	border-right: 1px solid #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(1) a:hover {
	color: #fff;
	background: url(/common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
}

.date_nav li:nth-child(3) a {
	background: url(/common_2017/info/next_on.png) 44px center no-repeat #f2f3f0;
	padding: 0 25px 0 10px;
	border-left: 1px solid #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(3) a:hover {
	color: #fff;
	background: url(/common_2017/info/next_active.png) 44px center no-repeat #23b7fe;
}

.date_nav li:nth-child(2) a {
	background-color: #23b7fe;
	color: #fff;
	transition: All 0.4s ease;
}


/* 本日の予定

-------------------------------------------------- */

.today_plans {
	display: flex;
	margin-bottom: 55px;
}

.today_plans h3 {
	float: left;
	margin-right: 48px;
	text-align: left;
	line-height: 1;
}

.today_plans h3 .date {
	display: block;
	background-color: #111;
	position: relative;
	height: auto;
	line-height: 1.2;
	padding: 0 0 0 0.2em;
	color: #23b7fe;
	font-size: 54px;
	margin-bottom: 10px;
	z-index: 0;
}

.today_plans h3 .date::after {
	content: " ";
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	z-index: 0;
	width: 30px;
	height: 100%;
	background-color: #111;
	transform: skew(-20deg);
}

.today_plans h3 .date .rbt_r {
	letter-spacing: -3px;
	transform: scale(0.8, 1);
	margin-right: 5px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

.today_plans h3 .date .week {
	font-size: 20px;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

.today_plans h3 .plans {
	text-align: left;
	padding-left: 2px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.today_plans ul {
	float: left;
	font-size: 20px;
	padding-top: 10px;
	flex: 1;
}

.today_plans ul li {
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.today_plans ul li:last-child {
	margin-bottom: 0;
}

.today_plans ul span {
	font-weight: bold;
	padding: 4px 10px 8px 40px;
	display: inline-block;

}

.today_plans ul li a {
	color: #444;
}

.today_plans ul li a:hover {
	text-decoration: underline;
}

.today_plans ul span.book,
.today_plans ul span.published {
	background: url(/common_2017/media_guide/ico_published.png) left center no-repeat;
}

.today_plans ul span.tv {
	background: url(/common_2017/media_guide/ico_tv.png) left center no-repeat;
}

.today_plans ul span.event,
.today_plans ul span.appearance {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
}

.today_plans ul span.stage {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
}


/* 今月の予定表

-------------------------------------------------- */

.caution {
	color: #444;
	font-size: 14px;
	margin-bottom: 15px;
}

.today_plans_area table {
	width: 100%;
	font-size: 20px;
	color: #222;
}

.today_plans_area table tr {
	border-bottom: 1px solid #b3b3b3;
}

.today_plans_area table tr.holiday {
	background-color: #ffefcb;
}

.today_plans_area table tr th {
	font-weight: bold;
	font-size: 16px;
}

.today_plans_area table tr th:nth-child(1) {
	padding: 17px 0 12px;
	border-top: 7px solid #222222;
}

.today_plans_area table tr th:nth-child(2) {
	padding: 17px 0 12px;
	border-top: 7px solid #23b7fe;
	border-left: 1px solid #b3b3b3;
}

.today_plans_area table tr td {
	padding: 17px 0 12px;
	text-align: center;
}

.today_plans_area table tr:last-child td {
	border-bottom: 7px solid #222222;
}

.today_plans_area table tr:last-child td:nth-child(3) {
	border-bottom: 7px solid #23b7fe;
}

.today_plans_area table tr td:nth-child(1) {
	width: 40px;
	text-align: right;
	font-weight: bold;
}

.today_plans_area table tr td:nth-child(2) {
	width: 60px;
	font-weight: bold;
}

.today_plans_area table tr.holiday td:nth-child(1),
.today_plans_area table tr.holiday td:nth-child(2) {
	color: #e0100e;
}

.today_plans_area table tr td:nth-child(3) {
	padding: 17px 20px 12px;
	border-left: 1px solid #b3b3b3;
	text-align: left;
	color: #444;
	font-size: 16px;
}

.today_plans_area table tr td:nth-child(3) p {
	margin-bottom: 0.6em;
}

.today_plans_area table tr td a {
	color: inherit;
}

.today_plans_area table tr td a:hover {
	text-decoration: underline;
}

.today_plans_area table tr td:nth-child(3) span {
	font-weight: bold;
	padding: 2px 10px 4px 35px;
	display: inline-block;

}

.today_plans_area table tr td:nth-child(3) span.book,
.today_plans_area table tr td:nth-child(3) span.published {
	background: url(/common_2017/media_guide/ico_published.png) left center no-repeat;
	background-size: 25px;
}

.today_plans_area table tr td:nth-child(3) span.tv {
	background: url(/common_2017/media_guide/ico_tv.png) left center no-repeat;
	background-size: 25px;
}

.today_plans_area table tr td:nth-child(3) span.event,
.today_plans_area table tr td:nth-child(3) span.appearance {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
	background-size: 25px;
}

.today_plans_area table tr td:nth-child(3) span.stage {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
	background-size: 25px;
}


/* ポップアップ

-------------------------------------------------- */

.popup_header {
	background-color: #23b7fe;
	color: #fff;
	height: 40px;
	position: relative;
	z-index: 1001;
}

.popup_header h1 {
	position: absolute;
	top: 0;
	right: 20px;
	width: 54px;
}

.popup_header h1 img {
	max-width: 100%;
	height: auto;
}

.popup_header h2 {
	line-height: 40px;
	padding-right: 85px;
	text-align: right;
}

#page_mediaguide main {
	min-height: inherit;
}

.ttl_area {
	margin-bottom: 40px;
}

.date_area {
	display: inline-block;
	background-color: #222222;
	/* height: 55px;
	line-height: 55px; */
	font-size: 0;
	padding: 0 12px 0 15px;
	/* float: left; */
	margin-right: 18px;
}

.date_area span {
	vertical-align: middle;
}

.date_area span.date {
	color: #23b7fe;
	font-size: 36px;
	letter-spacing: -3px;
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.date span {
	vertical-align: baseline;
	margin-right: 0.15em;
	margin-left: 0.1em;
}

.date_area span.week {
	color: #23b7fe;
	font-size: 14px;
	font-weight: bold;
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.slash {
	display: inline-block;
	width: 30px;
	height: 55px;
	background: url(/common_2017/info/date_bk.png) no-repeat;
}

.date_area span.year {
	color: #fff;
	transform: scale(0.8, 1);
	display: inline-block;
	font-size: 16px;
}

div.sns_area {
	font-size: 0;
	/* height: 55px; */
	/* padding-top: 10px; */
	/* width: 155px; */
	/* float: left; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 0 12px;
}

div.sns_area p {
	display: inline-block;
	/* margin-right: 20px; */
	transition: All 0.4s ease;
}

div.sns_area p:hover {
	opacity: 0.7;
}

div.sns_area p:last-child {
	margin-right: 0;
}

div.sns_area p a {
	display: block;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

div.sns_area p img {
	width: 100%;
	height: auto;
}

.media_guide_contents {
	padding: 0 20px;
	border-bottom: 1px solid #cccccc;
}

.media_guide_contents h3 {
	font-size: 20px;
	margin-bottom: 40px;
}

.media_guide_contents h3 span {
	font-weight: bold;
	padding: 4px 10px 2px 35px;
	display: inline-block;
	background-size: 25px;
}

.media_guide_contents h3 span.book,
.media_guide_contents h3 span.published {
	background: url(/common_2017/media_guide/ico_published.png) left center no-repeat;
}

.media_guide_contents h3 span.tv {
	background: url(/common_2017/media_guide/ico_tv.png) left center no-repeat;
}

.media_guide_contents h3 span.event,
.media_guide_contents h3 span.appearance {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
}

.media_guide_contents h3 span.stage {
	background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
}

.media_guide_contents p {
	line-height: 1.4;
	margin-bottom: 1em;
}

.media_guide_contents section {
	font-size: 16px;
	margin-bottom: 40px;
}

.media_guide_contents section h4 {
	border-left: 5px solid #23b7fe;
	padding: 5px 0 3px 5px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.media_guide_contents section .txt p {
	line-height: 1.5em;
}

.media_guide_contents section a {
	color: #23b7fe;
	word-break: break-all;
}

.media_guide_contents section a:hover {
	text-decoration: underline;
}

.media_guide_contents section .txt p.small {
	font-size: 12px;
}

.popup_footer {
	padding: 20px;
}

.popup_footer .close {
	float: right;
	margin-left: 20px;
}

.popup_footer .copy {
	display: block;
	padding-top: 15px;
	font-size: 12px;
}

/* 230203 */

div.diary_label {
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

/* sp */

/* 以下、モバイル用のルールはファイル末尾の統合 @media ブロックへ移動しました */

/* ここまでがベースのPC/共通ルールです */


/* --- モバイル向け（max-width: 768px）にまとめたルール --- */
@media screen and (max-width: 768px) {

	.popup_header {
		height: 10vw;
	}

	.popup_header h1 {
		width: 14vw;
		right: 2vw;
	}

	.popup_header h2 {
		line-height: 10vw;
		padding-right: 0;
		text-align: center;
	}

	/* レイアウト全体 */
	.media_guide {
		width: 96%;
		padding: 20px 0;
	}

	/* タイトル */
	.media_ttl {
		height: auto;
		line-height: 1.3em;
		margin-bottom: 20px;
		display: flex;
	}

	.media_ttl .month_main {
		display: inline-block;
		width: auto;
		font-size: 5.625vw;
		/* 18px 相当 */
		height: 1em;
		line-height: 1em;
		vertical-align: middle;
		text-align: center;
	}

	.media_ttl .month_main .month {
		color: #23b7fe;
	}

	.media_ttl .month_ja {
		display: none;
		font-size: 3.4375vw;
		/* 11px 相当 */
		width: auto;
		height: 18px;
		line-height: 18px;
		padding-right: 17px;
	}

	.media_ttl .comment {
		font-size: 3.4375vw;
		flex: 1;
		width: auto;
		vertical-align: middle;
		height: 1.4em;
		line-height: 1.6em;
		padding-left: 1.6em;
		background: url(/common_2017/media_guide/slash.png) center left no-repeat;
	}

	/* ナビ（月別） */
	.month_nav {
		display: none;
	}

	.month_choice {
		display: block;
		line-height: 25px;
		height: 25px;
		padding: 0 10px;
		float: left;
		background-color: #23b7fe;
		border-radius: 5px;
	}

	.month_choice a {
		color: #fff;
	}

	/* ページナビ（日付ナビ） */
	.date_nav {
		float: none;
		width: auto;
		display: block;
		margin: 0 auto 4vw;
	}

	.date_nav li {
		font-size: 4.375vw;
		/* 14px */
	}

	.date_nav li:nth-child(1) {
		padding-right: 0;
	}

	.date_nav li:nth-child(3) {
		padding-right: 0;
		padding-left: 0;
	}

	.date_nav li:nth-child(1),
	.date_nav li:nth-child(3) {
		width: 5em;
	}

	.date_nav li:nth-child(2) {
		width: 5em;
	}

	.date_nav li a {
		width: 100%;
		white-space: nowrap;
	}

	/* 本日の予定（today_plans） */
	.today_plans {
		display: block;
		margin-bottom: 20px;
	}

	.today_plans h3 {
		width: 100%;
		float: none;
		margin-right: 0;
		text-align: left;
	}

	.today_plans h3 .date .rbt_r {
		letter-spacing: 0;
	}

	.today_plans h3 .date {
		display: inline-block;
		height: 1.4em;
		line-height: 1.4em;
		padding: 0 0.4em 0 0.6em;
		font-size: 6.25vw;
		/* 20px 相当 */
		margin-bottom: 10px;
	}

	.today_plans h3 .date::after {
		width: 0.6em;
		right: -0.3em;
	}

	.today_plans h3 .date .week {
		font-size: 3.75vw;
		/* 12px 相当 */
		vertical-align: middle;
		height: 40px;
		line-height: 40px;
	}

	.today_plans h3 .plans {
		padding-left: 0;
		font-size: 4.375vw;
		/* 14px */
		display: inline-block;
		height: 1.4em;
		line-height: 1.4em;
		margin-left: 1em;
	}

	.today_plans ul {
		float: left;
		font-size: 4.375vw;
		/* 14px */
		padding-top: 10px;
		flex: 1;
	}

	.today_plans ul li {
		margin-bottom: 1em;
		font-size: 3.4375vw;
		/* 11px */
	}

	.today_plans ul li:last-child {
		margin-bottom: 0;
	}

	.today_plans ul span {
		padding: 0 0 0 1.6em;
		margin-right: 0.6em;
	}

	.today_plans ul span.book,
	.today_plans ul span.published {
		background: url(/common_2017/media_guide/ico_published.png) left center no-repeat;
		background-size: 1.2em;
	}

	.today_plans ul span.tv {
		background: url(/common_2017/media_guide/ico_tv.png) left center no-repeat;
		background-size: 1.2em;
	}

	.today_plans ul span.event,
	.today_plans ul span.appearance,
	.today_plans ul span.stage {
		background: url(/common_2017/media_guide/ico_appearance.png) left center no-repeat;
		background-size: 1.2em;
	}

	/* 今月の予定表（テーブル） */
	.table_area {
		overflow-x: auto;
		white-space: nowrap;
		padding-top: 25px;
		background: url(/common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;
	}

	.today_plans_area table {
		font-size: 3.75vw;
		/* 12px */
	}

	.today_plans_area table tr th,
	.today_plans_area table tr td:nth-child(3) {
		font-size: 3.75vw;
		/* 12px */
	}

	.today_plans_area table tr th:nth-child(1),
	.today_plans_area table tr th:nth-child(2) {
		padding: 1em 0.6em;
	}

	/* ポップアップ周り（ttl_area, date_area, sns_area） */
	.ttl_area {
		margin-bottom: 6vw;
	}

	.date_area {
		float: none;
		margin-right: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	div.sns_area {
		width: auto;
		padding: 0;
		margin-top: 4vw;
		margin-right: 4vw;
		gap: 0 4vw;
	}

	div.sns_area p a {
		width: 10vw;
		height: 10vw;
	}

	.popup_footer {
		padding: 10px 2%;
	}

	.popup_footer .close {
		margin-left: 2%;
	}

	.popup_footer .copy {
		padding-top: 5px;
		font-size: 12px;
	}

	/* media_guide_contents（見出し・本文の縮小） */
	.media_guide_contents {
		padding: 0 4vw;
	}

	.media_guide_contents h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.media_guide_contents h3 span {
		font-weight: bold;
		padding: 4px 10px 2px 30px;
		display: inline-block;
	}

	.media_guide_contents h3 span.book,
	.media_guide_contents h3 span.published {
		background: url(/common_2017/media_guide/ico_published.png) left center no-repeat;
	}

	.media_guide_contents h3 span.tv,
	.media_guide_contents h3 span.event,
	.media_guide_contents h3 span.appearance,
	.media_guide_contents h3 span.stage {
		background: url(/common_2017/media_guide/ico_tv.png) left center no-repeat;
	}

	.media_guide_contents p {
		font-size: 4.375vw;
		/* 14px */
	}

	.media_guide_contents section {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.media_guide_contents section h4 {
		margin-bottom: 10px;
	}

	/* 230203 / diary_label（sp） */
	div.diary_label {
		height: auto;
		flex-direction: column;
	}

	.date_area span.date {
		font-size: 9.375vw;
		/* 30px */
		margin-right: 0.2em;
		margin-left: 1em;
	}

	.date_area span.week {
		font-size: 4.375vw;
		/* 14px */
		margin-right: 0;
	}

	.date_area span.slash {
		display: none;
	}

	.date_area span.year {
		font-size: 5vw;
		/* 16px */
		margin-left: 0.6em;
	}

	/* media_guide_contents の別調整（下部） */
	.media_guide_contents h3 {
		font-size: 5.625vw;
		/* 18px */
		font-feature-settings: "palt" 1;
		letter-spacing: 0.05em;
	}

	.media_guide_contents h3 span {
		display: block;
		color: #23b7fe;
		padding: 0 0 0.2em 1.8em;
		background-size: 1em;
	}

	.media_guide_contents h3 span {
		padding: 0.0em 0 0.2em 1.8em;
	}

	/* その他、細かいアイコンサイズ（today_plans 内） */
	.today_plans ul span.book,
	.today_plans ul span.published,
	.today_plans ul span.tv,
	.today_plans ul span.event,
	.today_plans ul span.appearance,
	.today_plans ul span.stage {
		background-size: 1.2em;
	}

}