@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 戻るボタンを非表示 */
#back_or_pagetop > div#to_page_back {
	display: none !important;
}

#mymainback {
	padding-top: 0px;
	padding-bottom: 50px;
}

/* --------------------
メイン
-------------------- */

/* ユニット */
.bl_mainUnit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_mainUnit > .bl_main {
	margin-bottom: 20px;
}
.bl_mainUnit > .bl_main.bl_main__conts,
.bl_mainUnit > .bl_main.bl_main__info,
.bl_mainUnit > .bl_main.bl_main__news,
.bl_mainUnit > .bl_main.bl_main__conts2,
.bl_mainUnit > .bl_main.bl_main__cd {
	margin-bottom: 50px;
}
.bl_mainUnit > .bl_main.bl_main__add {
	margin-bottom: 0px;
}

/* ブロック */
.bl_main {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.bl_main.bl_main__2col {
	width: calc(50% - 10px);
}
.bl_main.bl_main__movie > * {
	height: 100%;
}

/* --------------------
重要なお知らせ
-------------------- */
#top_important_ttl {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	padding: 22px 20px 18px;
	margin: 0px;
	color: #c00;
	background: #fdefef;
	text-align: center;
}
#top_important_list {
	border: 1px solid #e5e3e3;
}
#top_important_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#top_important_list ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 16px 30px;
	border-top: 1px solid #f2f2f2;
}
#top_important_list ul > li span {
	color: #c00;
}
#top_important_list ul > li span.article_date {
	font-size: 1.4rem;
	min-width: 10em;
	margin-right: 5px;
}
#top_important_list ul > li span.article_title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#top_important .link_box {
	display: none !important;
	padding: 20px 30px;
	text-align: center;
}

/* --------------------
注目ワード
-------------------- */
#search_trend_word {
	background: #f2f2f2;
	border: 1px solid #ccc;
	height: 100%;
}
#search_trend_word_ttl {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	padding: 20px;
	margin: 0px;
	background: #ccc;
	text-align: center;
}
#search_trend_word p {
	margin: 0px;
	padding: 10px 20px 20px;
}
#search_trend_word p:empty {
	padding: 0px;
}
#search_trend_word p a {
	display: inline-block;
	padding: 8px 20px 8px 32px;
	margin: 10px;
	background: url(/img/top/hashtag.png) no-repeat center left 10px #fff;
	cursor: pointer;
}

/* --------------------
トップバナー
-------------------- */
.bl_topBanner a {
	position: relative;
	display: block;
	overflow: hidden;
}
.bl_topBanner img {
	display: block;
	width: 100%;
	height: auto;
}
.bl_topBanner a img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bl_topBanner a:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* --------------------
動画
-------------------- */
.bl_movie {
	color: #fff;
	background: #333;
}
.bl_movie_ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 30px;
	margin: 0px;
	text-align: center;
}
.bl_movie_frame {
	position: relative;
	width: 100%;
	height: 0px;
	padding-top: 56.25%;
	overflow: hidden;
}
.bl_movie_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bl_movie_txt {
	font-weight: bold;
	margin: 0px;
	padding: 12px 20px;
	text-align: center;
}

/* --------------------
SNS
-------------------- */
.bl_sns {
	margin: 0px auto;
	overflow: auto;
}

/* --------------------
スライドショー
-------------------- */
.bl_slide_item a {
	display: block;
}
.bl_slide_item img {
	display: block;
	width: 100%;
	height: auto;
}
.bl_slide_item img {
	display: block;
	width: 100%;
	height: auto;
}
.bl_slide_item a img {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.bl_slide_item a:hover img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
#top_slide_control {
	text-align: right;
}
#top_slide_control button {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
	text-transform: capitalize;
}
#top_slide_control button span {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}
#top_slide_dots {
	display: none !important;
}
#top_slide_prev::after {content: "<";}
#top_slide_next::after {content: ">"}
#top_slide_pause::after {content: "stop";}
#top_slide_play::after {content: "start";}

/* --------------------
コンテンツ
-------------------- */
.bl_conts_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.bl_conts_list > li {
	position: relative;
	overflow: hidden;
	width: calc(25% - 15px);
}
.bl_conts_list > li:not(:nth-child(4n - 3)) {
	margin-left: 20px;
}
.bl_conts_list > li:nth-child(n + 5) {
	margin-top: 20px;
}
.bl_conts_list > li a {
	position: relative;
	display: block;
	height: 0px;
	padding-top: 100%;
	overflow: hidden;
}
.bl_conts_list > li a:focus:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #101010;
	border-radius: 5px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bl_conts_list > li img {
	display: block;
	width: 100%;
	height: auto;
}
.bl_conts_list > li a img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bl_conts_list > li a:focus img,
.bl_conts_list > li a:hover img {
	-webkit-transform: translateY(-50%) scale(1.05);
	    -ms-transform: translateY(-50%) scale(1.05);
	        transform: translateY(-50%) scale(1.05);
}
.bl_conts_cap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.bl_conts_cap span {
	display: block;
	color: #fff !important;
	background: rgba(0,0,0,.7);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 15px 15px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.6rem;
}

/* --------------------
注目情報
-------------------- */
.bl_info {
	background: #f2f2f2;
}
.bl_info_ttl {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	padding: 0px 30px;
	margin: 0px;
	text-align: center;
}
.bl_info_ttl span {
	display: inline-block;
	padding: 20px 38px 20px 0px;
	background: url(/img/common/icon_denkyu.png) no-repeat center right;
	background-size: 18px;
}
.bl_info ul {
	list-style: none;
	padding: 0px 30px 30px;
	margin: 0px;
}
.bl_info ul > li {
	background: #fff;
	padding: 24px 30px;
}
.bl_info ul > li.new_info::before {
	content: url("/img/new_icon.png");
	margin-right: 10px;
}
.bl_info ul > li:not(:first-child) {
	margin-top: 10px;
}

/* --------------------
新着情報
-------------------- */
.bl_news {
	background: #f2f2f2;
}
.bl_news_ttl {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	padding: 0px 30px;
	margin: 0px;
	text-align: center;
}
.bl_news_ttl span {
	display: inline-block;
	padding: 20px 50px 20px 0px;
	background: url(/img/common/icon_flag.png) no-repeat center right;
	background-size: 30px;
}
.bl_news ul {
	list-style: none;
	padding: 0px 30px 20px;
	margin: 0px;
}
.bl_news ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 24px 30px;
	background: #fff;
}
.bl_news ul > li:not(:first-child) {
	margin-top: 10px;
}
.bl_news ul > li > span.article_date {
	font-size: 1.4rem;
	min-width: calc(10em + 37px);
	margin-right: 5px;
}
.bl_news ul > li > span.article_title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.bl_news_link {
	padding: 0px 30px 20px;
	text-align: center;
}

/* --------------------
カウントダウン
-------------------- */
.count_down_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.count_down_box {
	width: calc(25% - 15px);
}
.count_down_box:not(:nth-child(4n - 3)) {
	margin-left: 20px;
}
.count_down_box:nth-child(n + 5) {
	margin-top: 20px;
}
.count_down_box2 {
	position: relative;
	display: block;
	height: 0px;
	padding-top: 100%;
	background: #f2f2f2;
	overflow: hidden;
}
.count_down_box2 > span.count_img,
.count_down_box2 > span.count_img > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.count_down_box2 > span.count_img > span {
	overflow: hidden;
}
.count_down_box2 > span.count_img > span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.count_down_box2 > span.count_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: auto;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}
.count_down_box2 > span.count_txt span.count_title {
	display: block;
	font-weight: bold;
}
.count_down_box2 > span.count_txt span.count_comment {
	display: block;
	font-size: 1.4rem;
}
.count_down_box2 span.count_day {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	background: #fff;
}

/* タブレット */
@media screen and (max-width : 1079px) {
	#mymainback {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	/* --------------------
	メイン
	-------------------- */
	.bl_mainUnit > .bl_main.bl_main__conts,
	.bl_mainUnit > .bl_main.bl_main__info {
		margin-bottom: 25px;
	}
	.bl_mainUnit > .bl_main.bl_main__news,
	.bl_mainUnit > .bl_main.bl_main__conts2,
	.bl_mainUnit > .bl_main.bl_main__cd {
		margin-bottom: 30px;
	}
	/* --------------------
	重要なお知らせ
	-------------------- */
	#top_important_list ul > li {
		padding: 16px 20px;
	}
	/* --------------------
	注目ワード
	-------------------- */
	#search_trend_word_ttl {
		padding: 20px;
	}
	#search_trend_word p {
		padding: 15px 10px;
	}
	#search_trend_word p a {
		margin: 5px 10px;
	}
	/* --------------------
	動画
	-------------------- */
	.bl_movie_ttl {
		padding: 13px 20px;
	}
	.bl_movie_txt {
		padding: 6px 20px;
	}
	/* --------------------
	SNS
	-------------------- */
	.bl_sns {
		padding: 0px 10%;
	}
	/* --------------------
	コンテンツ
	-------------------- */
	.bl_conts_list > li {
		width: calc(33.33% - 6.66px);
	}
	.bl_conts_list > li:not(:nth-child(4n - 3)) {
		margin-left: 0px;
	}
	.bl_conts_list > li:not(:nth-child(3n - 2)) {
		margin-left: 10px;
	}
	.bl_conts_list > li:nth-child(n + 5) {
		margin-top: 0px;
	}
	.bl_conts_list > li:nth-child(n + 4) {
		margin-top: 10px;
	}
	.bl_conts_cap span {
		padding: 10px 20px;
	}
	/* --------------------
	注目情報
	-------------------- */
	.bl_info_ttl {
		padding: 0px 20px;
	}
	.bl_info ul {
		padding: 0px 20px 20px;
	}
	.bl_info ul > li {
		padding: 14px 20px;
	}
	/* --------------------
	新着情報
	-------------------- */
	.bl_news_ttl {
		padding: 0px 20px;
	}
	.bl_news ul {
		padding: 0px 20px 20px;
	}
	.bl_news ul > li {
		padding: 14px 20px;
	}
	.bl_news_link {
		padding: 0px 20px 20px;
	}
	/* --------------------
	カウントダウン
	-------------------- */
	.count_down_box {
		width: calc(33.33% - 6.66px);
	}
	.count_down_box:not(:nth-child(4n - 3)) {
		margin-left: 0px;
	}
	.count_down_box:not(:nth-child(3n - 2)) {
		margin-left: 10px;
	}
	.count_down_box:nth-child(n + 5) {
		margin-top: 0px;
	}
	.count_down_box:nth-child(n + 4) {
		margin-top: 10px;
	}
}
/* タブレット ここまで */