@charset "UTF-8";

/* CSS Document */


/*====================================================================================================
body header footer の設定
====================================================================================================*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/*=========================
ボタンを押した際の青枠を非表示に
=========================*/

*:focus {
	outline: none;
}

/*=========================
WEB font
=========================*/

@font-face {
	font-family: "KaisoNext";
	src: url("/common/font/Kaiso-Next-B.woff");
}
@font-face {
	font-family: "851Gkktt";
	src: url("/common/font/851Gkktt_004.woff");
}
.font_KN {
	font-family: "KaisoNext";
	font-style: italic;
	letter-spacing: -0.25em;
}

/*=========================
body
=========================*/

html {
	min-height: 100%;
	overflow-y: visible;
	overflow-x: auto;
	/* height: 100%; */
}

body {
	font-family: "-apple-system","BlinkMacSystemFont","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 14px;
	min-width: 1200px;
	/* 半角英数の改行 */
	-ms-word-wrap: break-word;
	/* 半角英数の改行 */
	word-wrap: break-word;
	color: #363636;
	/* letter-spacing: 0.025em; */
    background-color: #080D23;
    background-image: url(/common/images/bg.png);
    background-attachment: fixed;
	/* SP時の文字の拡大防止 */
	-webkit-text-size-adjust: 100%;
	/* height: 100%; */
	-webkit-overflow-scrolling: touch;
}

body.fixed {
	position: static;
}

#wrap_body {
	position: relative;
	padding: 79px 0 0;
	min-height: 100%;
}

#wrap {
	position: relative;
}

.wrap {
	overflow: hidden;
}

main > article {
	padding-top: 148px;
}

main {
	/* IE11対策 */
	display: block;
}

header a {
	display: block;
}

header > div {
	display: inline-block;
}

header #logo_20th {
	width: 50px;
	margin-right: 20px;
}

header #logo_site {
	width: 183px;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		max-width: 100%;
		min-width: 100%;
	}

	body.fixed {
		position: fixed;
		width: 100%;
	}

	main > article {
		padding-top: 60px;
	}

	#wrap_body {
		overflow-x: hidden;
		padding-top: 52px;
	}
}

/*=========================
SNS
=========================*/

.aside_sns {
	margin-bottom: 24px;
}

.aside_sns .box_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.aside_sns .box_img img {
    display: block;
}
.aside_sns .box_img {
    padding: 0 10px;
}
.aside_sns .box_img .sns_fb {
    width: 70px;
    margin-right: 10px;
}
.aside_sns .box_img .sns_tw {
    width: 83px;
}

@media screen and (max-width: 768px) {
	.aside_sns .box_img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.aside_sns a {
		width: 8vw !important;
	}

	.aside_sns .sns_fb {
		margin-right: 5.33vw;
	}

	.article_newsdetail h2 .box_btn .aside_sns {
		position: absolute;
		top: 0;
		right: 0;
	}
}


/*====================================================================================================
メインコンテンツエリアの共通設定
====================================================================================================*/


/*=========================
メインコンテンツの幅
=========================*/

#container_wrapper {
	padding: 40px 0 0;
}

#container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#container_wrapper {
		padding: 6.66vw 0 206px;
	}

	#container {
		width: 89.5%;
	}
}

/*=========================
タイトル
=========================*/


/* ttl_page */
#title_wrapper {
    display: none;
}
#title_wrapper h1 {
	/* margin: 0 auto;
	padding: 21px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: url(/common/images/pagetitle.png); */
}

#container_wrapper h1.no_article {
	color: #fff;
}

.ttl_h2,
.ttl_h3:not(h3) {
	width: 1163px;
	margin: 0 0 0 18px;
	padding-bottom: 13px;
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	color: #fff;
	font-size: 40px;
	line-height: 1.05;
	text-align: left;
	letter-spacing: -0.15em;
	border-right: 1.5px solid #929292;
	border-bottom: 1.5px solid #929292;
}

.ttl_h2 h2,
.ttl_h3:not(h3) h3 {
	margin-left: -25px;
	-webkit-transform: skew(35deg);
	transform: skew(35deg);
	white-space: nowrap;
}

.ttl_h2 h2:before,
.ttl_h3:not(h3) h3:before {
	position: absolute;
	right: -3px;
	bottom: -15px;
	height: 30px;
	content: "";
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	border-right: 1.5px solid #929292;
}

.ttl_h2 h2:after,
.ttl_h3:not(h3) h3:after {
	position: absolute;
	right: -9px;
	bottom: -15px;
	height: 10px;
	content: "";
	-webkit-transform: skew(-35deg);
	transform: skew(-35deg);
	border-right: 1.5px solid #929292;
}

.ttl_h2 span,
.ttl_h3:not(h3) span {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	margin-left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 0.1em;
	color: #a70000;
}

.section_info h3 {
	font-size: 22px;
	line-height: 1.6;
	position: relative;
	margin-bottom: 43px;
	padding-left: 20px;
}

.section_info h3:before,
.section_info h3:after {
	position: absolute;
	left: 0;
	display: block;
	content: "";
}

.section_info h3:before {
	top: 50%;
	width: 8px;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #baa411;
}

.section_info h3:after {
	bottom: -20px;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
}

@media screen and (max-width: 768px) {
	#title_wrapper h1 {
		width: 100%;
		font-size: 14px;
		padding: 13px;
	}

	#container_wrapper h1.no_article {
		background: none;
		font-size: 16px;
	}

	.ttl_h2,
	.ttl_h3:not(h3) {
		font-size: 9.06vw;
		width: 90%;
		margin: 0 auto;
	}

	.ttl_h2 span,
	.ttl_h3:not(h3) span {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%);
		margin-left: 10px;
		font-size: 3.2vw;
	}
}

/*=========================
article block
=========================*/

[class*="_block"] {
	margin: 0 auto;
}

.article .block_section {
	max-width: 900px;
}

.box_img {
	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;
}

/*====================================================================================================
article_news
====================================================================================================*/

/* .new_article:before {
	position: absolute;
	top: -18px;
	left: -19px;
	width: 81px;
	height: 82px;
	content: "";
	color: white;
	background: url(/common/images/new.svg);
	z-index: 1;
} */

.article_news {
	margin-bottom: 65px;
}

.article_news .box_btn {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.article_news_block {
	max-width: none;
}

.article_news_innerblock .box_article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article_news_innerblock .box_article article {
	position: relative;
	width: 272px;
	margin-top: 30px;
	background: #fff;
}

.article_news_innerblock .box_article article:not(:nth-child(4n)) {
	margin-right: 35px;
}

.article_news_innerblock .box_article article a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/common/images/clear.gif);
}

.article_news_innerblock .box_article article .box_img {
	height: 152px;
	border: 1px solid #fff;
	border-bottom: none;
	background: #333;
	position: relative;
}

.article_news_innerblock .box_article article img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article_news_innerblock .box_article article .box_text {
	padding: 11px;
	height: calc(100% - 152px);
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article_news_innerblock .box_article article .ttl_h3 {
	margin-bottom: 16px;
	word-break: break-all;
}

.article_news_innerblock .box_article article .day {
	line-height: 1;
	color: #a1a1a1;
	position: absolute;
	font-size: 12px;
}

.article_news_innerblock .box_article article .price {
	font-size: 11px;
	line-height: 1;
	color: #A70000;
}

@media screen and (max-width: 768px) {
	.new_article:before {
		top: -9px;
		left: -10px;
		width: 40px;
		height: 41px;
		background-size: cover;
	}

	.article_news {
		margin-bottom: 35px;
	}

	.article_news_block {
		width: 100%;
	}

	.article_news_innerblock .box_article {
		overflow: scroll;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.article_news_innerblock .box_article article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		padding: 0;
		margin-right: 20px !important;
	}

	.article_news_innerblock .box_article article:not(:nth-last-child(-n+4)) {
		margin-bottom: 0;
	}

	.article_news_innerblock .box_article article .box_text {
		padding: 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: calc(100% - 112px);
		max-height: none;
	}

	.article_news_innerblock .box_article article .box_text .box_caption {
		position: relative;
	}

	.article_news_innerblock .box_article article .ttl_h3:not(h3) {
		line-height: 1.36;
	}

	.article_news_innerblock .box_article article .day {
		position: static;
		margin-bottom: 3px;
	}

	.article_news_innerblock .box_article article .box_img {
		height: 112px;
		display: block;
	}

	.article_news_innerblock .box_article article img {
		max-width: 100%;
	}

	/* block_layout */
	.block_layout [class*="_block"] {
		padding: 0;
	}

	.block_layout .article_news_innerblock .box_article {
		overflow: visible;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block_layout .article_news_innerblock .box_article article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		margin-right: 5% !important;
		margin-top: 4vw;
	}

	.block_layout .article_news_innerblock .box_article article:nth-child(2n) {
		margin-right: 0 !important;
	}

	.block_layout .article_news_innerblock .box_article article .box_text {
		height: calc(100% - 85px);
	}

	.block_layout .article_news_innerblock .box_article article .box_img {
		height: 85px;
	}
}

/*====================================================================================================
article_newsdetail
====================================================================================================*/

.article_newsdetail > * {
	width: 990px;
	margin: 0 auto;
}

.article_newsdetail h2 {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.article_newsdetail h2 > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.article_newsdetail h2 .box_btn,
.article_newsdetail > .box_btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .article_newsdetail h2 .box_btn .btn_playback,
.article_newsdetail h2 .box_btn .btn_summary {
	width: 240px;
}

.article_newsdetail h2 .box_btn .btn_playback {
	color: #DB0000;
}

.article_newsdetail h2 .box_btn .btn_summary {
	color: #FECB00;
} */

.article_newsdetail header {
	position: relative;
	padding: 28px 100px 14px 0;
	color: #fff;
	background-color: #464646;
}

.article_newsdetail header .day {
	position: absolute;
	right: 100px;
	bottom: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}

.article_newsdetail header .category {
	position: absolute;
	font-size: 14px;
	top: 50%;
	bottom: auto;
	left: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 680px;
	padding-left: 15px;
}

.article_newsdetail .category:before {
	top: 0px;
	left: -2px;
	content: "▼";
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.article_newsdetail_block {
	margin-bottom: 55px;
	padding: 55px 0 55px;
	background-color: #fff;
}

.article_newsdetail_block .box_sumbnail {
	display: none;
}

.article_newsdetail_block > section {
	padding: 0 100px;
}

.article_newsdetail_block > section:not(:last-child) {
	margin-bottom: 55px;
}

.article_newsdetail_block > section p,
.article_newsdetail_block > section .box_dl dl {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

.article_newsdetail_block > section p {
	line-height: 2;
}

.article_newsdetail_block > section > .box_text p:not(:last-child) {
	margin-bottom: 30px;
}

.article_newsdetail_block > section .box_dl dt {
	position: absolute;
}

/* section_detail */

.article_newsdetail_block .section_detail h3 {
	font-size: 22px;
	line-height: 1.36;
	margin-bottom: 30px;
}

.article_newsdetail_block .section_detail p {
	margin-bottom: 35px;
}

/* section_detail box_img */

.article_newsdetail_block .section_detail .box_img {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

.article_newsdetail_block .section_detail .box_img:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(/news/images/bg_boximg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.article_newsdetail_block .section_detail .box_img img {
	position: relative;
	z-index: 1;
}

/* section_detail box_img (from teasers)*/

.article_newsdetail_block .section_detail .box_img {
	width: 784px;
	height: 358px;
	margin-bottom: 25px;
}

.article_newsdetail_block .section_detail .box_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* section_detail box_dl */

.article_newsdetail_block > section .box_dl {
	margin-bottom: 40px;
	line-height: 2;
}

.article_newsdetail_block > section .box_dl h4 {
	margin-bottom: 15px;
}

.article_newsdetail_block > section .box_dl dd {
	padding-left: 120px;
}

/* section_info */

.article_newsdetail_block .section_info h3 {
	font-size: 22px;
	line-height: 1.6;
	position: relative;
	margin-bottom: 43px;
	padding-left: 20px;
}

.article_newsdetail_block .section_info h3:before,
.article_newsdetail_block .section_info h3:after {
	position: absolute;
	left: 0;
	display: block;
	content: "";
}

.article_newsdetail_block .section_info h3:before {
	top: 50%;
	width: 8px;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FECB00;
}

.article_newsdetail_block .section_info h3:after {
	bottom: -20px;
	width: 100%;
	height: 1px;
	background-color: #bcbcbc;
}

.article_newsdetail_block .section_info > p:not(:last-child) {
	margin-bottom: 30px;
}

.article_newsdetail_block .section_info > .box_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 45px;
	width: 480px;
	height: 320px;
}

.article_newsdetail_block .section_info > .box_img img:not(:last-child),
.article_newsdetail_block .section_info > .box_img img:not(:last-child) + img {
	width: 50%;
}

.article_newsdetail_block .section_info > .box_img img:not(:last-child) {
	padding-right: 15px;
}

.article_newsdetail_block .section_info > .box_img img:not(:last-child) + img {
	padding-left: 15px;
}

/* section_info box_withimg */

.article_newsdetail_block .section_info [class*="box_withimg_"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.article_newsdetail_block .section_info [class*="box_withimg_"] .box_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.article_newsdetail_block .section_info [class*="box_withimg_"] p:not(:last-child) {
	margin-bottom: 30px;
}

.article_newsdetail_block .section_info .box_withimg_right .box_img {
	width: 378px;
	height: 252px;
}

/* section_info box_textonly */

.article_newsdetail_block .section_info .box_textonly p:not(:last-child) {
	margin-bottom: 30px;
}

.article_newsdetail_block .section_info .box_textonly {
	margin-bottom: 60px;
}

/* section_info box_dl */

.article_newsdetail_block > section.section_info .box_dl dd {
	margin-bottom: 30px;
	padding-left: 115px;
}

/* section_info box_info */

.article_newsdetail_block .section_info .box_info {
	padding: 30px 50px;
	background-color: #ececec;
}

.article_newsdetail_block .section_info .box_info p:not(:last-child) {
	margin-bottom: 30px;
}

.article_newsdetail_block .box_responsibility {
	padding-top: 10px;
	border-top: 1px solid #929292;
}

.article_newsdetail_block .box_btn {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.article_newsdetail_block .section_info:not(:last-child) .box_btn {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.article_newsdetail > * {
		width: 100%;
	}

	.article_newsdetail h2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.article_newsdetail h2 span {
		position: static;
	}

	.article_newsdetail h2 .box_btn {
		position: static;
		text-align: left;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 30px;
	}
    .article_newsdetail h2 .box_btn,
    .article_newsdetail > .box_btn {
        justify-content: center;
    }
    .article_newsdetail h2 .box_btn a:not(:last-child),
    .article_newsdetail > .box_btn a:not(:last-child) {
        margin-bottom: 10px;
    }
	.article_newsdetail h2 .box_btn .btn_playback,
	.article_newsdetail h2 .box_btn .btn_summary {
		width: 64vw;
	}

	.article_newsdetail h2 .box_btn .btn_playback {
		margin-top: 10px;
	}

	.article_newsdetail_block {
		width: 100%;
		padding: 35px 0 0px;
	}

	.article_newsdetail_block h2 {
		margin-bottom: 24px;
		font-size: 16px;
		padding: 11px 0;
	}

	.article_newsdetail header .category {
		bottom: auto;
		left: 30px;
		position: absolute;
		width: 50%;
	}

	.article_newsdetail header .day {
		right: 25px;
		bottom: 9px;
	}

	.article_newsdetail header .category,
	.article_newsdetail header .day {
		font-size: 12px;
	}

	.article_newsdetail_block > section {
		padding: 0 25px 25px;
	}

	.article_newsdetail_block > section:not(:last-child) {
		margin-bottom: 10px;
	}

	/* section_detail */
	.article_newsdetail_block .section_detail h3 {
		font-size: 19px;
		line-height: 1.31;
		margin-bottom: 20px;
	}

	.article_newsdetail_block .section_detail p {
		margin-bottom: 25px;
	}

	/* section_info */
	.article_newsdetail_block .section_info h3 {
		font-size: 19px;
		margin-bottom: 40px;
		letter-spacing: 0.025em;
	}

	.article_newsdetail_block .section_info h3:after {
		bottom: -13px;
	}

	.article_newsdetail_block .section_info h3:before {
		width: 6px;
	}

	.article_newsdetail_block > section.section_info .box_dl dd {
		margin-bottom: 20px;
		padding-left: 0;
	}

	.article_newsdetail_block > section .box_dl dl {
		font-size: 13px;
		position: static;
	}

	.article_newsdetail_block > section .box_dl dt {
		position: static;
	}

	.article_newsdetail_block > section dd {
		padding-left: 95px;
	}

	.article_newsdetail_block .section_detail .box_img {
		width: 100%;
		height: 183px;
	}

	.article_newsdetail_block .section_info > .box_img {
		width: 100%;
		height: 167px;
		margin-bottom: 10px;
	}

	.article_newsdetail_block .section_info > .box_img img:not(:last-child) {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.article_newsdetail_block .section_info > .box_img img:not(:last-child) + img {
		width: 100%;
		padding-left: 0;
		margin-bottom: 40px;
	}

	.article_newsdetail_block .section_info [class*="box_withimg_"] {
		display: block;
		margin-bottom: 30px;
	}

	.article_newsdetail_block .section_info [class*="box_withimg_"] img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.article_newsdetail_block .section_info [class*="box_withimg_"] .box_text {
		width: 100%;
		margin-bottom: 30px;
	}

	.article_newsdetail_block .section_info .box_withimg_right .box_img {
		width: 100%;
		margin-bottom: 40px;
	}

	/* section_info box_textonly */
	.article_newsdetail_block .section_info .box_textonly {
		margin-bottom: 30px;
	}

	/* section_info box_info */
	.article_newsdetail_block .section_info .box_info {
		padding: 23px 25px;
	}

	.article_newsdetail_block .section_info .box_info p a {
		display: block;
		margin-top: 20px;
	}
}

/*====================================================================================================
old_story
====================================================================================================*/

.old_story {
	width: 200px;
	background: #101010;
	position: relative;
	margin-top: 50px;
}

.old_story:not(:nth-child(5n)) {
	margin-right: 50px;
}

.old_story .box_text {
	font-size: 13px;
	padding: 10px;
	color: #fff;
	height: calc(100% - 120px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.old_story .box_text h4 {
	margin-bottom: 5px;
	word-break: break-all;
	line-height: 1.53;
}

.old_story .box_text p {
	font-size: 11px;
	position: static;
	line-height: 1.68;
	opacity: 0.5;
}

.old_story .box_img {
	position: relative;
	background: #101010;
}

.old_story .box_img img {
	width: 200px;
	height: 120px;
}

.old_story_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article_newsdetail_block .old_story .box_img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.old_story.playback h4 + p {
	color: #E80000;
}

@media screen and (max-width: 768px) {
	.old_story_block .old_story {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}

	.old_story_block .old_story:nth-child(2n) {
		margin-right: 0;
	}

	.old_story .box_img {
		width: 100%;
	}

	.old_story .box_img img {
		max-width: 100%;
	}

	.old_story_block .old_story.style_list {
		width: 100%;
		min-height: 105px;
		margin: 0;
	}

	.old_story_block .old_story.style_list:first-child {
		margin-top: 30px;
	}

	.old_story.style_list:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.old_story.style_list a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.old_story.style_list .box_img {
		width: 140px;
		height: 105px;
		padding: 15px;
	}

	.old_story.style_list .box_img img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.old_story.style_list .box_text {
		width: calc(100% - 140px);
	}
}

/*====================================================================================================
article_historydetail
====================================================================================================*/
/* cboxContent */


.CollectionDetail__InnerBlock {
	width: 1090px;
	max-width: none;
	padding: 50px 50px 0;
	background-color: #080D23;
}
.CollectionDetail__SectionDetail {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.CollectionDetail__InnerBlock {
		width: 100%;
		padding: 16px 15px 25px;
    }
}

/* CollectionDetail__YoutubeGroup */

.CollectionDetail__YoutubeGroup {
    margin-bottom: 20px;
}
.CollectionDetail .p-VideoCard {
    width: 284px  !important;
}
.CollectionDetail .p-VideoCard__TextGroup {
    width: 130px  !important;
}
.CollectionDetail .p-VideoCard a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
    .CollectionDetail .p-VideoCard {
        width: 100%  !important;
    }
    .CollectionDetail .p-VideoCard:first-child {
        margin-bottom: 10px;
    }
    .CollectionDetail .p-VideoCard__TextGroup {
        width: calc(100% - 155px)  !important;
    }
}
/* CollectionDetail__ButtonGroup */

.CollectionDetail__ButtonGroup {
    margin-bottom: 20px;
    padding-top: 20px;
	border-top: 1px solid #BCBCBC;
}
.CollectionDetail__ButtonGroup > div {
    margin-bottom: 20px;
}
.CollectionDetail__Button {
    width: 200px  !important;
    background-color: rgba(255, 255, 255, 0.1);
}
.CollectionDetail__Button:not(:last-child) {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__ButtonGroup {
        margin-bottom: 0;
	    border-top:none;
    }
    .CollectionDetail__ButtonGroup > div {
        margin-bottom: 10px;
    }
    .CollectionDetail__Button{
        width: 100%  !important;
        margin-bottom: 10px;
    }
    .CollectionDetail__Button:not(:last-child) {
        margin-right: 0;
    }
}
/* CollectionDetail__TablinkGroup */

.CollectionDetail__TablinkGroup .c-Btn--tablink:first-child {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__TablinkGroup .c-Btn--tablink:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .CollectionDetail__TablinkGroup {
		padding-top: 20px;
	}

	.CollectionDetail__TablinkGroup a {
		margin-bottom: 0;
		margin-right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* header */

.CollectionDetail__Header {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(188, 188, 188,0.3);
}

.CollectionDetail__Header h3 {
	font-size: 23px;
	position: relative;
	letter-spacing: 0.05em;
}

.CollectionDetail__Header h3 .day {
    display: block;
	font-size: 16px;
	font-weight: normal;
	margin-left: 25px;
}

.CollectionDetail__Header h3 img {
	/* position: absolute;
	top: 50%;
	right: 0; */
	width: 128px;
	height: auto;
	max-height: none;
	/* -webkit-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.CollectionDetail__InnerBlock.hibiki header h3 img {
    width: 65px;
}
.CollectionDetail__Header__Num {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__Header {
		margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .CollectionDetail__Header__TextGroup {
        width: 100%;
        order: 1;
    }
	.CollectionDetail__Header h3 {
        display: flex;
        flex-direction: column;

        line-height: 1.5;
        text-align: left  !important;
	}
	.CollectionDetail__Header h3 img {
        margin: 0 auto 12px;
        position: static;
        transform: none;
	}
    .CollectionDetail__Header__Num {
        position: relative  !important;
        top: -2px  !important;
        margin-right: 10px;
    }
    .CollectionDetail__Header h3 .day {
        font-size: 13px;
        position: relative;
        top: 3px;
        margin-left: 0;
    }
	.CollectionDetail.hibiki header h3 img {
		/* height: auto;
		top: -95px; */
	}
}

/* section_detail */

.CollectionDetail__MainVisual {
	display: block;
	width: 377px;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__MainVisual {
		margin-bottom: 18px;
        width: 100%;
        height: 300px;
        background-color: rgba(255,255,255,0.1);
	}
}
/* CollectionDetail__TextGroup */
.CollectionDetail__TextGroup {
	width: 580px;
}

.CollectionDetail__TextGroup h4 {
	margin-bottom: 30px;
	line-height: 1.5;
}

.CollectionDetail__TextGroup p {
    line-height: 1.42;
}

.CollectionDetail__TextGroup p:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    /* CollectionDetail__TextGroup */
	.CollectionDetail__TextGroup {
		width: 100%;
	}
    .CollectionDetail__TextGroup h4 {
        margin-bottom: 8px;
    }
    .CollectionDetail__TextGroup p:not(:last-child) {
        margin-bottom: 10px;
    }
	.CollectionDetail__TextGroup .box_btn {
		padding-top: 20px;
	}

	/* .CollectionDetail__TextGroup .box_btn a {
		width: 100%;
	} */

	.CollectionDetail__TextGroup .box_btn a:first-child {
		margin-bottom: 10px;
    }
    
	.CollectionDetail__TextGroup .box_youtube .box_img {
		margin-bottom: 0;
	}

	.CollectionDetail__TextGroup .box_youtube .box_text {
		font-size: 2.4vw;
    }
    
	.CollectionDetail__YoutubeGroup ,
	.CollectionDetail__TextGroup .box_btn {
		display: block;
	}

}
/* CollectionDetail__SectionCast */

.CollectionDetail__SectionCast__Ttl {
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__SectionCast__Ttl {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.CollectionDetail__SectionCast ul {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
}

.CollectionDetail__SectionCast li {
	font-size: 13px;
	line-height: 1.53;
	width: 222px;
}

.CollectionDetail__SectionCast li:not(:nth-child(4n)) {
	margin: 0 32px 47px 0;
}

.CollectionDetail__SectionCast li .box_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.CollectionDetail__SectionCast li .box_img img {
	width: 50%;
	height: 50%;
	border: 1px solid #bcbcbc;
}

.CollectionDetail__SectionCast li dl {
    color: #fff;
}

.CollectionDetail__SectionCast li dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__SectionCast li {
		width: 46.5%;
	}

	.CollectionDetail__SectionCast li:not(:nth-child(4n)) {
		margin: 0;
	}

	.CollectionDetail__SectionCast li:not(:nth-child(2n)) {
		margin: 0 7% 28px 0;
	}

	.CollectionDetail__SectionCast li .box_img {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.CollectionDetail__SectionCast li .box_img img {
		width: 50%;
		height: 100%;
	}

}
/* 仮面ライダーW 調整 */

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child {
	width: 334px;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:not(:nth-child(4n)) {
	margin-right: 0;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:not(:nth-child(4n-1)) {
	margin-right: 34px;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:nth-child(-n+2) {
	margin-right: 106px;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child .box_img img {
	width: 33.3%;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child .box_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child .box_text dl {
	width: 48.5%;
}
@media screen and (max-width: 768px) {
    .CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child {
		width: 100%;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child .box_text dl {
		width: 46.5%;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:first-child dt {
		min-height: 68px;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:nth-child(-n+2) {
		margin-right: 0;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:not(:nth-child(4n)) {
		margin-right: 0;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:not(:nth-child(4n-1)) {
		margin-right: 0;
	}

	.CollectionDetail__InnerBlock.rider_double .CollectionDetail__SectionCast li:nth-child(2n) {
		margin-right: 7%;
	}

}

/*====================================================================================================
article_special
====================================================================================================*/

.article_special .box_article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article_special .box_article:first-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.article_special .box_article article {
	margin-bottom: 40px;
}

.article_special .box_article .box_img {
	margin-bottom: 15px;
}

.article_special .box_article .box_text {
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.article_special {
		padding-top: 20px;
	}

	.article_special .box_article article {
		width: 100%;
		margin-bottom: 20px;
	}

	.article_special .small_banner article {
		width: 48% !important;
		margin-bottom: 20px;
	}
}

/*====================================================================================================
article_column
====================================================================================================*/

.article_column .ttl_h3:not(h3) {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0 !important;
}

.article_column .ttl_h4 {
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.article_column .box_text {
	max-height: 150px !important;
}

.article_column .box_btn {
	margin-bottom: 90px;
}

.article_columndetail section .box_dl dt {
	font-weight: bold;
	position: static;
	margin-bottom: 20px;
}

.article_columndetail section.section_info .box_dl dd {
	padding-left: 0;
}

.article_columndetail .section_info > .box_img {
	width: 480px;
}

@media screen and (max-width: 768px) {
	.article_newsdetail.article_columndetail .section_detail {
		margin-bottom: 0;
	}

	.article_columndetail section .box_dl {
		margin-bottom: 0;
	}

	.article_columndetail section .box_dl dt {
		margin-bottom: 10px;
	}

	.article_columndetail .section_info > .box_img {
		width: 100%;
	}

	.article_column h3 {
		top: -75px !important;
	}
}

/*====================================================================================================
article_sns
====================================================================================================*/
.article_sns {
    position: relative;
    padding: 50px 0px 30px;
}
.article_sns::after {
    content: "";
    display: block;
    width: calc(100vw - 20px);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    z-index: -1;
}
.article_sns .box_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 596px;
	margin: 30px auto;
}

.article_sns .box_sns div {
	width: 283px;
	height: 453px;
	/* border: 2px solid #ccc; */
	background: #333;
    text-align: center;
    border-radius: 6px;
}

.article_sns .box_sns div:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.article_sns .box_sns {
		display: block;
		width: 100%;
		margin: 30px auto 60px;
	}

	.article_sns .box_sns div {
		width: auto;
		height: auto;
		margin-bottom: 25px;
	}

	.article_sns .box_sns div:last-child {
		margin-bottom: 0;
	}

	.article_sns .box_sns div .twitter-timeline {
		max-width: 90% !important;
		width: 800px !important;
    }
    .article_sns::after {
        width: 100vw;
    }
}

/*====================================================================================================
検索結果、コラム
====================================================================================================*/

.horizontal_box {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 65px 0 35px !important;
}

.horizontal_box article {
	width: 582px !important;
	margin: 0 30px 30px 0 !important;
}

.horizontal_box article a {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.horizontal_box article:nth-child(2n) {
	margin-right: 0 !important;
}

.horizontal_box .ttl_h3:not(h3) a,
.horizontal_box .ttl_h3:not(h3) + p {
	word-break: break-all;
}

.horizontal_box .box_img {
	position: relative;
	width: 224px;
	height: 126px;
	background: #333;
}

.horizontal_box .box_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.horizontal_box article .day {
	position: absolute !important;
	bottom: 7px !important;
	left: 12px !important;
	color: #a1a1a1 !important;
}

.horizontal_box article .category {
	left: 100px !important;
	position: absolute !important;
	bottom: 12px !important;
}

@media screen and (max-width: 768px) {
	.horizontal_box {
		margin-top: 20px !important;
	}

	.horizontal_box .box_article {
		display: block !important;
	}

	.horizontal_box article {
		width: 100% !important;
		margin-right: 0 !important;
		background: #fff !important;
		display: inline-block !important;
	}

	.horizontal_box article h3 {
		position: absolute !important;
		top: -105px;
		left: 140px !important;
		padding-right: 10px !important;
	}

	.horizontal_box article .category {
		bottom: 11px !important;
		left: 90px !important;
	}

	.horizontal_box article .category:before {
		top: 0;
	}

	.horizontal_box .box_img {
		width: 130px !important;
	}

	.horizontal_box .box_img img {
		width: 100% !important;
	}

	.horizontal_box .box_text {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 35px !important;
	}
}

/*====================================================================================================
機能の共通設定
====================================================================================================*/


/*=========================
ページネーション
=========================*/

.pagination {
	margin: 0 auto 65px;
	text-align: center;
}

.pagination li {
	font-size: 20px;
	position: relative;
	z-index: 0;
	display: inline;
	margin-right: 25px;
	color: #fff;
}

.pagination li:first-child,
.pagination li:nth-child(11) {
	margin-right: 15px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a {
	display: inline-block;
}

.pagination li img {
	width: 20px;
}

.pagination li:first-child img,
.pagination li:nth-child(2) img,
.pagination li:nth-last-child(2) img,
.pagination li:last-child img {
	width: 20px;
	height: 14px;
}
.pagination li a:hover,
.pagination .cur a {
    color: #333333  !important;
}
.pagination li a:hover:after,
.pagination .cur:after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	content: "";
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #A7FF00;
    border-radius: 50%;
	/* background: url(/common/images/hover.svg) center center no-repeat; */
}

@media screen and (max-width: 768px) {
	.pagination {
		margin-bottom: 35px;
	}

	.pagination li {
		margin-right: 10px;
	}

	.pagination li a:hover:after {
		background: none;
	}
}

/*=========================
ページトップ
=========================*/

#pagetop {
	position: fixed;
	z-index: 2;
	right: 20px;
	bottom: 20px;
	display: none;
	width: 75px;
	height: 125px;
}

#pagetop a {
	display: block;
}

@media screen and (max-width: 768px) {
	#pagetop {
		width: 10%;
		height: auto;
	}
}

/*=========================
 サーチボタン
=========================*/

/* #search_form {
	position: relative;
}

#search_form p {
	position: relative;
	float: left;
}

#search_form #search {
	width: 488px;
	height: 50px;
	padding: 12px 17px;
	border: none;
	border-radius: 4px 0 0 4px;
} */
.p-SearchForm {
    /* display: inline-block; */
    position: relative;
}
.p-SearchForm__InnerBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}
.p-SearchForm #submit {
    position: relative;
    width: 75px;
	height: 50px;
	padding: 12px 30px 12px 10px;
	color: #080D23;
	border: 1px solid #fff;
	border-radius: 0 4px 4px 0;
	background: #A7FF00;
}

.p-SearchForm #submit span img {
	position: absolute;
	right: 13px;
	bottom: 0;
	width: 15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-SearchForm #result {
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    /* transform: translateX( 100% ) */
}

.p-SearchForm #search {
    width: 488px;
    /* height: 50px; */
    padding: 12px 17px;
    border: none;
    border-radius: 4px 0 0 4px;
    /* padding-left: 10px; */
}

#wrap_gnav .search {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
/*
#wrap_gnav #search_form {
	position: absolute;
	z-index: -1;
	top: 15px;
	right: 45px;
	width: 100%;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: right;
}

#wrap_gnav #search_form > div {
	display: inline-block;
	text-align: left;
}

#wrap_gnav #search_form.fadeIn {
	z-index: 10;
	opacity: 1;
}

#wrap_gnav #search_form #search {
	padding: 12px 17px 12px 50px;
	border-radius: 5px;
}

#wrap_gnav #search_form p:first-child:before {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 20px;
	height: 20px;
	content: "";
	background: url(/common/images/icon_search_black.svg) top left no-repeat;
}

#wrap_gnav #search_form #submit {
	display: none;
}

#wrap_gnav #search_form #btn_close {
	font-size: 40px;
	position: absolute;
	top: 2px;
	right: -80px;
	cursor: pointer;
	color: #fff;
} */

@media screen and (max-width: 768px) {
	input[type=search] {
		font-size: 16px;
	}

	input::-webkit-input-placeholder {
		font-size: 13px;
	}

	input:-ms-input-placeholder {
		font-size: 13px;
	}

	input::placeholder {
		font-size: 13px;
	}

	.p-SearchForm {
		/* margin-top: -172px; */
		/* padding: 20px; */
		/* border-bottom: 1px solid #999; */
		/* background: #303030; */
	}
    .p-SearchForm #result {
        position: static;
        text-align: right;
        margin-top: 10px;
    }
	.p-SearchForm #search {
		width: calc(100% - 75px);
	}

	/* #wrap_gnav .p-SearchForm > div {
		width: 100%;
	} */

	.p-SearchForm p:first-child {
		/* width: 75%; */
	}

	.p-SearchForm p + p {
		/* width: 25%; */
	}

	.p-SearchForm #submit {
		/* width: 100%; */
		/* background: #000; */
	}

	/* #wrap_gnav #search_form {
		position: relative;
		top: 0;
		right: 0;
		display: block !important;
		border-bottom: 1px solid #999;
		opacity: 1;
	}

	#wrap_gnav #search_form #search {
		padding: 12px 17px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		font-size: 15px;
	}

	#wrap_gnav #search_form #submit {
		display: block;
	}

	#wrap_gnav #search_form p:first-child:before {
		background: none;
	}

	#wrap_gnav #search_form p:last-child {
		width: 25%;
	} */
}

/*=========================
カテゴリーフィルター
=========================*/

#select_box {
	width: 546px;
	margin: 0 0 65px auto;
}

#select_box label {
    width: 0;
    height: 0;
    visibility: hidden;
}

#select_box label,
#select_box .easy-select-box {
	font-size: 14px;
	float: left;
}

#select_box .easy-select-box {
	outline: 0;
	width: 540px !important;
}

#select_box .easy-select-box .esb-displayer {
    display: flex;
    align-items: center;
	/* width: 350px; */
	height: 48px;
	padding-left: 16px;
	cursor: pointer;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 5px;
}

#select_box .easy-select-box .esb-displayer:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "▼";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #505050;
}

#select_box .easy-select-box .esb-dropdown .esb-item {
	padding: 20px;
	cursor: pointer;
	background: #e6e6e6;
}

#select_box .easy-select-box .esb-dropdown .esb-item:hover {
	color: #0c2245;
	background: #bfbfbf;
}

#select_box .easy-select-box .esb-dropdown {
    top: 45px;
    width: 100% !important;
    border-radius:0 0 5px 5px;
	z-index: 9;
}

@media screen and (max-width: 768px) {
	#select_box {
		width: 100%;
		margin-bottom: 30px;
	}

	#select_box label {
		display: block;
		padding: 16px 0;
		text-align: center;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
	}

	#select_box label,
	#select_box .easy-select-box {
		float: none;
		width: 100% !important;
	}

	#select_box .easy-select-box .esb-displayer {
        width: 100%;
        height: 44px;
		border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #select_box .easy-select-box .esb-dropdown {
        top: 41px;
    }
}

/*=========================
 カテゴリータグ
=========================*/

article .category {
	line-height: 1;
	color: #A7FF00;
	position: relative;
	left: 100px;
	line-height: 1.3;
	padding-left: 5px;
	font-size: 10px;
}

article .box_caption .category {
	width: 60%;
}

article .category:before {
	position: absolute;
	top: -1px;
	left: -12px;
	content: "△";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
	article .category {
		position: static;
		padding-left: 13px;
	}

	article .category:before {
		top: 16px;
		left: 0;
	}

	article .box_caption .category {
		width: 100%;
	}
}

/*=========================
 リンク
=========================*/

a:link,
a:visited,
a:hover,
a:active {
	color: #fff;
}

.box_info a:link,
.box_info a:visited,
.box_info a:hover,
.box_info a:active {
	color: #333;
}

.box_youtube a:link,
.box_youtube a:visited,
.box_youtube a:hover,
.box_youtube a:active {
	color: #707070;
}

.horizontal_box .box_text a:link,
.horizontal_box .box_text a:visited,
.horizontal_box .box_text a:hover,
.horizontal_box .box_text a:active,
.section_info .old_story a:link,
.section_info .old_story a:visited,
.section_info .old_story a:hover,
.section_info .old_story a:active,
.article_newsdetail_block > section p a:link,
.article_newsdetail_block > section p a:visited,
.article_newsdetail_block > section p a:hover,
.article_newsdetail_block > section p a:active {
	color: #00f;
}

/*=========================
slick, colorboxページャー
=========================*/

#slider_wrap #slider img {
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
}

.slide-item a {
	display: block;
}

/* slick-arrow */

.slick-arrow,
#cboxContent > button {
	font-size: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 40px;
	-webkit-transition: 0s;
	transition: 0s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-radius: 50%;
	background-color: #272727;
	background-image: none;
}

.slick-arrow:after,
.slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
}

.slick-arrow:after {
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.slick-arrow:hover {
	cursor: pointer;
	background-color: #fff;
}

.slick-arrow:hover:before {
	background: #48483f;
}

.slick-arrow:hover:after {
	border-top: 3px solid #48483f;
	border-right: 3px solid #48483f;
}

.slick-prev,
#cboxPrevious {
	right: auto;
}

.slick-next,
#cboxNext {
	left: auto;
}

.slick-prev {
	left: -43px;
}

.slick-next {
	right: -43px;
}

#cboxPrevious {
	left: 0;
}

#cboxNext {
	right: 0;
}

#cboxClose {
	background-image: none;
}

.slick-prev:after,
#cboxPrevious:after {
	left: 54% !important;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next:after,
#cboxNext:after {
	left: 46% !important;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

/* slick-dots */

.slick-dots {
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	float: left;
	width: 9px;
	height: 9px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #fff;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background: #3f4242;
}

.slick-dots li button {
	display: none;
}

@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: -50px;
	}

	.slick-dots li {
		margin-right: 10px;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}
}

/*=========================
colorbox
=========================*/
#colorbox {
    opacity: 1  !important;
}
#cboxWrapper {

    /* width: 1090px  !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50% ) */

}
#cboxContent {
    background-color: #080D23  !important;
}
#cboxLoadedContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    width: 103%  !important;
	overflow-x: hidden !important;
}
.CollectionDetail__InnerBlock  {
    margin: 0 auto;
}
#cboxOverlay {
	background: none;
	background-color: rgba(0, 0, 0, 0.65);
}
 /* IE11 */
_:-ms-fullscreen,
 :root #cboxLoadedContent {
     position: static !important;
     transform: none !important;
     width: auto !important;
    /* display: block;
    width: 100%;
    height: 100px;
    font-family: "" */
}
@media screen and (max-width: 768px) {
    /* SP時にモーダル下のOverlayをclickするために使用、JSでclickイベントに登録 */
    #cboxBottomCenter {
        width: 100%  !important;
    }
    #cboxBottomLeft,
    #cboxBottomRight {
        display: none;
    }
    /* #cboxWrapper {
        width: 100vw  !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate( -50%,-50% )
    }
    #cboxLoadedContent {
        width: 100vw  !important;
    } */
    /* #cboxLoadedContent {
        display: none;
        width: 100vw  !important;
        overflow-x: hidden !important;
    } */
    /* #cboxContent {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw  !important;
    } */
    /* #cboxContent {
        width: 100vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate( -50%,-50% )
    } */
    /* #cboxMiddleRight,
    #cboxMiddleLeft {
        display: none;
    } */
}
/*=========================
モーダルのページャーの調整
=========================*/


/*
#cboxMiddleLeft（jsでページャー機能を付）
#cboxMiddleRight（jsでページャー機能を付）
デフォルトのページャーボタンのレイアウトにしたもの（丸の形のみ）を背景透過で設置。
ーーーーー
下記の疑似要素はボタンのレイアウトのみ、pointer-eventでクリックを透過させ上記ページャーの要素にかぶさるように設置
疑似要素のページャーをクリックすると、#cboxMiddleLeft と #cboxMiddleRight をクリックされる仕組み
*/
#cboxMiddleRight .ColorBox__Arrow {
    left: 10px;
    /* margin-left: 10px; */
}
#cboxMiddleLeft .ColorBox__Arrow {
    right: 10px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible !important;
}

#cboxTopCenter {
	cursor: pointer;
}

#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight {
	position: relative;
	width: 50px;
	cursor: pointer;
}

#cboxMiddleLeft:hover,
#cboxMiddleRight:hover {
	cursor: pointer;
	/* background: url(/common/images/hover.svg) center center no-repeat;
	background-size: 40px; */
}

#cboxMiddleLeft:after,
#cboxMiddleRight:after,
#cboxTopCenter:after {
	position: absolute;
	z-index: 999;
	top: 50%;
	display: block;
	width: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	border-radius: 50%;
}

/* #cboxMiddleLeft:after {
	left: 10px;
	content: url(/common/images/pager_prev.svg);
}

#cboxMiddleRight:after {
	right: 10px;
	content: url(/common/images/pager_next.svg);
} */

#cboxTopCenter {
	height: 50px;
}

#cboxTopCenter:after {
	top: 0;
	right: 45px;
	width: 32px;
	height: 32px;
	content: url(/common/images/modal_close.svg);
	-webkit-transform: none;
	transform: none;
}

#cboxContent > button {
	background-color: transparent;
}

#cboxContent > button#cboxClose {
	top: 0;
	right: 20px;
	border-radius: unset;
}

@media screen and (max-width: 768px) {
	#cboxTopCenter:after {
		top: 10px;
		right: 40px;
		width: 25px;
    }
    #cboxMiddleLeft:after,
    #cboxMiddleRight:after {
        content: none;
    }

	#cboxTopLeft,
	#cboxTopRight,
	#cboxMiddleLeft,
	#cboxMiddleRight {
		width: 10px;
    }
    
	#cboxMiddleLeft:after,
	#cboxMiddleRight:after,
	#cboxTopCenter:after {
		width: 15px;
		height: 15px;
	}

	#cboxMiddleLeft:hover,
	#cboxMiddleRight:hover {
		background: none;
	}
}

/*=========================
 font-weght
=========================*/

.bold {
	font-weight: bold !important;
}

.bold_pc {
	font-weight: bold !important;
}

.bold_sp {
	font-weight: normal !important;
}

@media screen and (max-width: 768px) {
	.bold_pc {
		font-weight: normal !important;
	}

	.bold_sp {
		font-weight: bold !important;
	}
}

/*=========================
 placeholder
=========================*/

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	/* 入力時は非表示に */
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	/* 入力時は非表示に */
	color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
	/* 入力時は非表示に */
	color: transparent;
}

/*=========================
 インライン要素の配置用box
=========================*/

.box_inline_center {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

/*=========================
 class「sp」のものは、スマホの時のみ表示
 class「pc」のものは、PCの時のみ表示
=========================*/

.sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*=========================
 子要素をfloatさせる際に、
 親要素に指定、高さを保持する
=========================*/

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*=========================
 改行の無効
=========================*/

.nowrap {
	white-space: nowrap;
}

/*=========================
 画像の最大値
=========================*/

img {
	width: 100%;
	height: 100%;
	pointer-events: none;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

/*=========================
 アンカーリンクの設定
=========================*/

a {
	text-decoration: none;
}

/*=========================
 黒背景に乗るドロップシャドウ
=========================*/

.article_news_innerblock .box_article article,
.article_special .box_article .box_img img,
#collection_list li div + div,
.article_goods dd,
.horizontal_box article {
	-webkit-box-shadow: 0 0 10px #0000008c;
	box-shadow: 0 0 10px #0000008c;
}

/*=========================
 白背景に乗るドロップシャドウ
=========================*/

#content_first_background .article_news_innerblock .box_article article,
#content_first_background .article_video .box_banner,
.old_story {
	-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}

/*=========================
 アイコン
 class名に「icon」が含まれる要素に効く
=========================*/

[class*="icon_"] {
	position: relative;
	display: block;
	background-repeat: no-repeat;
}

[class*="icon_"]:after,
[class*="icon_"]:before {
	position: absolute;
	top: 50%;
	display: inline-block;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}

.icon_tablink {
	font-size: 16px !important;
	display: inline-block !important;
	color: #baa411 !important;
}

.icon_tablink:after {
	right: -20px !important;
	width: 12px !important;
	height: 10px !important;
	background-image: url(/common/images/icon_tablink.svg);
}

.icon_caution > span {
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60.5%;
	height: calc(100% + 60px);
	background-repeat: repeat;
	background-image: url(/common/images/icon_caution_border.png);
	background-size: 20px;
	z-index: -1;
}

.icon_caution > span:before,
.icon_caution > span:after {
	position: absolute;
	content: '';
	display: block;
}

.icon_caution:after {
	top: auto;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	height: 30px;
	background-image: url(/common/images/icon_caution_text.png);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.icon_tablink {
		font-size: 13px !important;
	}

	.icon_caution > span {
		width: 100% !important;
		height: 100%;
		-webkit-transform: none;
		transform: none;
		bottom: auto;
		top: 0;
		right: auto;
		z-index: 0;
	}

	.icon_caution > span:before {
		width: 100%;
		height: 37px;
		top: 45%;
		z-index: 2;
	}

	.icon_caution > span:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(167, 0, 0, 1)), color-stop(60%, rgba(167, 0, 0, 0)));
		background: linear-gradient(to bottom, rgba(167, 0, 0, 1) 30%, rgba(167, 0, 0, 0) 60%);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transform: none;
		transform: none;
		z-index: 1;
	}
}

/*=========================
 ボタン
 class名に「btn」が含まれる要素に効く
=========================*/

[class*="btn_"],
[class*="btn_"] + label {
	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;
	height: 40px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 278px;
	cursor: pointer;
	text-decoration: none;
	color: #fefefe;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #1a1a1a;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

[class*="btn_"] > span,
[class*="btn_"] + label > span {
	position: relative;
	top: -4px;
	font-size: 10px;
}

.btn_black:not(:last-child) {
	border: 1px solid #fff;
	background-color: #1a1a1a;
}

.btn_red {
	border: 1px solid #fff;
	background-color: #a70000;
}

.btn_prev,
.btn_next {
	width: 240px;
	max-width: 990px;
	line-height: 1.2;
	width: 240px;
}

.btn_prev:before,
.btn_prev:after,
.btn_next:before,
.btn_next:after {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn_prev:before {
	border: 8px solid transparent;
	border-right: 10px solid #fff;
}

.btn_prev:after {
	border: 5px solid transparent;
	border-right: 7px solid #000;
	left: 9px;
}

.btn_next:before {
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: 4px;
}

.btn_next:after {
	border: 5px solid transparent;
	border-left: 7px solid #000;
	left: auto;
	right: 9px;
}

.btn_youtube {
	height: auto;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 !important;
	text-align: left;
	color: #707070;
	border: none;
	background-color: #fff;
	border-radius: 0;
}

.btn_youtube .box_text {
	line-height: 1.53;
	padding: 10px;
}

.btn_youtube a {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/common/images/clear.gif);
}

.box_youtube {
	margin-bottom: 30px;
}

.btn_touei,
.btn_tvasahi {
	width: auto;
	padding: 0;
	padding: 13px 0;
	color: #363636;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

	[class*="btn_"],
	[class*="btn_"] + label {
		font-size: 3.2vw !important;
		width: 100%;
		padding: 13px 0;
	}

	.btn_youtube {
		padding: 12px 10px 26px 150px;
	}

	.box_youtube {
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	.btn_youtube:not(:last-child) {
		margin-bottom: 13px;
	}

	.btn_prev,
	.btn_next {
		width: 64vw;
		margin-left: 0;
		padding: 10px 0;
		text-align: center;
	}

	.btn_touei,
	.btn_tvasahi {
		width: auto;
	}
}

/*=========================
 EPISODE GUIDE
=========================*/

.aside_episode {
	position: relative;
	left: -5%;
	width: 110%;
	padding: 30px 0;
	background-color: #FFCC00;
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(255, 204, 0, 1)), color-stop(50%, rgba(255, 204, 0, 1)), color-stop(50%, rgba(167, 0, 0, 1)), to(rgba(167, 0, 0, 1)));
	background: linear-gradient(to right, rgba(255, 204, 0, 1) 1%, rgba(255, 204, 0, 1) 50%, rgba(167, 0, 0, 1) 50%, rgba(167, 0, 0, 1) 100%);
	-webkit-transform: skew(-25deg);
	transform: skew(-25deg);
}

.aside_episode .content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
}

.aside_episode section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aside_episode section:first-child {
	margin-right: 115px;
}

.aside_episode header h2 {
	margin-bottom: 5px;
}

.aside_episode header h2 + p {
	font-size: 16px;
	white-space: nowrap;
}

.aside_episode .box_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	-webkit-box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.2);
	background-color: #101010;
}

.aside_episode .box_group a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.aside_episode .box_group:first-child {
	margin-right: 65px;
}

.aside_episode .box_group .box_img {
	width: 160px;
	overflow: hidden;
	position: relative;
}

.aside_episode .box_group .box_img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.aside_episode .box_group .box_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 200px;
	padding: 16px;
}

.aside_episode .section_guide header {
	width: 155px;
	margin-right: 55px;
}

.aside_episode .section_playback header {
	width: 188px;
	color: #fff;
}

.aside_episode .box_group .box_text h3 {
	font-size: 14px;
	line-height: 1.5;
}

.aside_episode .box_group .box_text p {
	font-size: 12px;
}

.aside_episode .box_group .box_text p.day {
	opacity: 0.5;
}

.aside_episode .section_guide .box_group .box_text p.day {
	color: #FECB00;
}

.aside_episode .section_playback .box_group .box_text p.day {
	color: #ff6666;
}

.aside_episode .box_group .box_text p:not(.day) {
	height: 3em;
	overflow: hidden;
}

.aside_episode .box_group .box_text *:not(:last-child) {
	margin-bottom: 4px;
}

.icon_allow:before {
	border: 6px solid transparent;
	border-right: 8px solid #000;
	left: -35px;
}

.icon_borderallow_right:before {
	border: 8px solid transparent;
	border-left: 10px solid #fff;
	right: 8px;
}

.icon_borderallow_right:after {
	border: 6px solid transparent;
	border-left: 7px solid #000;
	right: 12px;
}

.icon_borderallow_left:before {
	border: 8px solid transparent;
	border-right: 10px solid #fff;
	left: 8px;
}

.icon_borderallow_left:after {
	border: 6px solid transparent;
	border-right: 7px solid #000;
	left: 12px;
}

@media screen and (max-width: 768px) {
	.aside_episode {
		position: static;
		width: 100%;
		background: none;
		padding: 0;
		-webkit-transform: none;
		transform: none;
	}

	.aside_episode .content {
		-webkit-transform: none;
		transform: none;
	}

	.aside_episode section {
		width: 100%;
		max-height: none;
		margin: 0 !important;
		padding: 10px 0;
	}

	.aside_episode section > *:not(span) {
		z-index: 1;
		width: calc(100% - 20px);
	}

	.aside_episode header {
		text-align: left;
	}

	.aside_episode header > * {
		margin-left: 10px;
	}

	.aside_episode header h2 {
		margin-bottom: 8px;
	}

	.aside_episode header h2 + p {
		font-size: 13px;
	}

	.aside_episode .box_group {
		margin: 0 auto;
	}

	.aside_episode .box_group > * {
		min-height: 80px;
	}

	.aside_episode .box_group .box_img {
		width: 80px;
		height: auto;
	}

	.aside_episode .box_group .box_text {
		width: calc(100% - 80px);
		padding: 11px;
	}

	.aside_episode .box_group .box_text *:not(:last-child) {
		margin-bottom: 3px;
	}

	.aside_episode .box_group:not(:first-child) .box_text {
		height: 100%;
	}

	.icon_allow:before {
		content: none;
	}

	.aside_episode .section_guide {
		background-color: rgba(255, 204, 0, 1);
	}

	.aside_episode .section_guide header {
		width: 35.46vw;
		margin-bottom: 15px;
	}

	.aside_episode .section_playback {
		background-color: rgba(167, 0, 0, 1);
	}

	.aside_episode .section_playback header {
		width: 86.13vw;
		margin-bottom: 7px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.aside_episode .section_playback h2 {
		margin-bottom: 0;
	}

	.aside_episode .section_playback h2 + p {
		display: none;
	}

	.aside_episode .section_playback .box_group {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.icon_caution:after {
		position: static;
		height: 6.66vw;
		margin-bottom: 10px;
		margin-left: 10px;
		-webkit-transform: none;
		transform: none;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		background-position: left;
	}
}

@media screen and (max-width: 320px) {
	.aside_episode .box_group .box_text h3 {
		font-size: 3.73vw
	}

	.aside_episode .box_group .box_text p {
		font-size: 3.2vw;
	}
}

/*=========================
 その他
=========================*/

.scrollfixed {
	position: fixed;
	width: 100%;
}

.display_none {
	display: none !important;
}

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

	/*=========================
    overlay
    =========================*/
	#overlay {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background: #000;
	}
}

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

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