@charset "utf-8";

/* =================================================
Main
================================================== */
#tmp_lft_main {
	position: relative;
	width: 760px;
	float: left;
	padding: 26px 20px 36px;
}
#tmp_news {
	margin:0 0 34px;
}
.news_ttl {
	font-size: 250%;
	font-weight: bold;
	text-transform: uppercase;
	color: #222222;
	background-color: transparent;
	margin-bottom: 15px;
}
.news_ttl span {
	position: relative;
	font-size: 60%;
	color: #028aac;
	background-color: transparent;
	top: -5px;
	margin-left: 15px;
}
.news_block {
	position: relative;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #a30100;
	padding: 13px 15px 8px;
}
.news_block_ttl {
	font-size: 111.1%;
	font-weight: bold;
	background-color: transparent;
	color: #c70202;
	padding-left: 5px;
}
.news_block ul {
	list-style: none;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 1px;
}
.news_block li {
	background: transparent url(/shared/templates/top_rn/images/emergency_border.jpg) repeat-x 0 100%;
	color: #333333;
	padding-left: 5px;
	padding-bottom: 17px;
	margin-bottom: 10px;
}
.news_block li a {
	text-decoration: none;
	background: transparent url(/shared/site_rn/images/icon/red_arrow_icon.png) no-repeat 0 7px;
	color: #333333;
	padding-left: 14px;
	font-size: 88.8%;
}
.news_btn {
	text-align: right;
}
.news_btn a {
	font-size: 88.8%;
	text-decoration: none;
	background: transparent url(/shared/site_rn/images/icon/rss_icon.png) no-repeat 0 2px;
	color: #333333;
	padding-left: 23px;
}
.news_block li a:hover,
.news_block li a:focus,
.news_block li a:active,
.news_btn a:hover,
.news_btn a:focus,
.news_btn a:active {
	text-decoration: underline;
}

.block_ttl {
	position: relative;
	margin-bottom: 22px;
	background-color:#f6f6f6;
	border-bottom: 4px solid #028bad;
	padding:13px 5px 8px 15px;
}
.block_ttl h2 {
	display: inline-block;
	font-size: 133.3%;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
}
.block_ttl span {
	position: relative;
	display: inline-block;
	font-size: 111.1%;
	font-weight: bold;
	padding-left: 18px;
	margin-left: 13px;
	padding-right: 18px;
}
.block_ttl span:before {
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 2px;
	background-color: #222222;
	top: 14px;
	left: 0;
}
.block_ttl span:after {
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 2px;
	background-color: #222222;
	top: 14px;
	right: 0;
}
/* ==================================================
collab
================================================== */
.collab_nav_item_s {
	list-style: none;
	margin: 0 -2px 0 -1px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.collab_nav_item_s li {
	padding: 0 2px 0 1px;
	margin: 0 0 4px;
	width: 25%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:stretch;
}
.collab_nav_item_s .item_img {
	overflow:hidden;
}
/* collab_nav_item */
.collab_nav_item {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0 0 3px;
	clear:both;
}
.collab_nav_item p {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.collab_nav_item a,
.collab_nav_item_s a {
	text-decoration:none;
	position: relative;
	background-color: #f6f6f6;
	color: #222222;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
.collab_nav_item_s li a {
	flex-direction: column;
}
.collab_nav_item a:hover,
.collab_nav_item a:focus,
.collab_nav_item a.active,
.collab_nav_item_s a:hover,
.collab_nav_item_s a:focus,
.collab_nav_item_s a.active {
	background-color: #e0f9ff;
}
.collab_nav_item a::before,
.collab_nav_item_s a::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.collab_nav_item a:hover::before,
.collab_nav_item a:focus::before,
.collab_nav_item a.active::before,
.collab_nav_item_s a:hover::before,
.collab_nav_item_s a:focus::before,
.collab_nav_item_s a.active::before {
	opacity: 1;
	visibility: visible;
}
.collab_nav_item img,
.collab_nav_item_s img {
	max-width: 100%;
	height: auto;
}
.collab_nav_item span,
.collab_nav_item_s span {
	display:block;
}
.collab_nav_item .item_label,
.collab_nav_item_s .item_label {
	display: inline;
	line-height:2em;
	background-color: #222222;
	color: #ffffff;
	font-size: 77.7%;
	font-weight: bold;
	padding:3px;
}
.collab_nav_item .item_cnt,
.collab_nav_item_s .item_cnt {
	padding: 15px 10px;
}
.collab_nav_item .item_desc,
.collab_nav_item_s .item_desc {
	margin-top: 6px;
	padding-left: 4px;
	line-height: 1.625;
	font-size: 88.8%;
}
.collab_nav_item .item_img {
	flex-basis:230px;
}
.collab_nav_item .item_cnt {
	padding: 19px 10px 19px 14px;
	flex-basis:490px;
}

/* ==================================================
Start Slick Main Visual PC
================================================== */
#tmp_pickup {
	margin: 27px 0 0;
}
#tmp_pickup_slide .pickup_slides {
	visibility: hidden;
	opacity: 0;
}
#tmp_pickup_slide .pickup_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_pickup_slide .slick_control{
	position: relative;
	text-align: center;
	margin: 24px 0 0;
}
#tmp_pickup_slide .slick-dots{
	display: inline-block;
	vertical-align: middle;
	margin-left: 26px;
}
#tmp_pickup_slide .btn_slides span{
	z-index: 10;
	text-indent: inherit;
	opacity: 0;
	position: relative;
	top: -2px;
	left: -4px;
	max-width: 10px;
	height: 10px;
	overflow: hidden;
}
#tmp_pickup_slide .main_visual_gallery {
	position: relative;
	color: inherit;
	background-color: #343434;
	color: #ffffff;
}
#tmp_pickup_slide .slick-list{
	overflow: hidden;
	box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
}
#tmp_pickup_slide .gallery_slide {
	position: relative;
	width: 1120px;
	background: #ffffff;
	color: #222222;
}
#tmp_pickup_slide .gallery_slide a {
	display: block;
}
#tmp_pickup_slide .gallery_slide img{
	margin: 0 auto;
	display: block;
}
#tmp_pickup_slide .slick-current,
#tmp_pickup_slide .slick-active{
	position: relative;
	z-index: 50;
}
#tmp_pickup_slide .slick-prev,
#tmp_pickup_slide .slick-next {
	width: 60px;
	height: 20px;
	padding: 7px;
	top: auto;
}
#tmp_pickup_slide .slick-prev{
	left: -8px;
	bottom: -26px;
}
#tmp_pickup_slide .slick-next{
	right: -8px;
	bottom: -26px;
}
#tmp_pickup_slide .slick-next:focus,
#tmp_pickup_slide .slick-prev:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#tmp_pickup_slide .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
}
#tmp_pickup_slide .slick-dots li a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	color: #153368;
	background-color: #dadada;
	text-indent: -1987em;
}
#tmp_pickup_slide .slick-dots .slick-active a,
#tmp_pickup_slide .slick-dots a:hover {
	color: #cfdaf0;
	background-color: #028bad;
}
#tmp_pickup_slide .slick-dots a:focus {
	outline-color: #000000;
	outline-offset: 0;
	outline-style: auto;
	outline-width: 5px;
}
#tmp_pickup_slide .slick-dots li a span{
	width: 10px;
	height: 10px;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_pickup_slide .btn_slides{
	position: relative;
	margin-right: 0;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	min-width: 10px;
	top: 1px;
	left: 8px;
	text-align: center;
}
#tmp_pickup_slide .btn_slides a{
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	font-size: 75%;
}
#tmp_pickup_slide .btn_slides a:focus {
	outline-color: #000000 !important;
	outline-offset: 3px;
	outline-style: auto !important;
	outline-width: 1px !important;
}
#tmp_pickup_slide .btn_slides a span{
	padding: 1px 0 0 5px;
	display: inline-block;
}
.btn_slides.stop span,
.btn_slides.start span {
	color: #0c2c63;
	background: transparent;
}
#tmp_pickup_slide .btn_slides a:before,
#tmp_pickup_slide .btn_slides a:after {
	content: '';
	width: 3px;
	height: 10px;
	position: absolute;
	background-color: #000000;
}
#tmp_pickup_slide .btn_slides a:after {
	right: 2px;
	left: auto;
}
#tmp_pickup_slide .btn_slides.start a:before {
	display: none;
}
#tmp_pickup_slide .btn_slides.start a:after {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #000000;
	background-color: transparent;
}
/* ==================================================
End Slick Main Visual PC
================================================== */
#tmp_pickup_slide .slick-slider .slick-track,
#tmp_pickup_slide .slick-initialized .slick-slide,
#tmp_pickup_slide .slick-initialized .slick-slide > div,
#tmp_pickup_slide .pickup_item {
	display: -webkit-flex !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
#tmp_pickup_slide .slick-slide {
	height: auto !important;
}
#tmp_pickup_slide .slick-initialized .slick-slide > div {
	width:100%;
}
.pickup_item {
	position: relative;
	padding: 20px 30px 30px 12px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-justify-content: center;
	justify-content: center;
	flex-grow:1;
}
.pickup_item:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.pickup_item.active {
	background-color: #e0f9ff;
	color: #222222;
}
.pickup_item.active:before {
	opacity: 1;
	visibility: visible;
}
.pickup_img {
	width:200px;
	float: left;
	padding: 20px 0 0;
}
.pickup_img img {
	max-width: 100%;
	height: auto;
}
.pickup_cnt {
	float:right;
	width: calc(100% - 200px);
	padding: 2px 0 0 30px;
}
.pickup_ttl a {
	display: inline-block;
	font-size: 112.5%;
	line-height: 1.65;
	font-weight: bold;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_black.png) no-repeat 0 11px;
	text-decoration: none;
	padding-left: 12px;
}
.pickup_desc {
	line-height: 1.875;
	padding: 20px 0px 0 4px;
	font-size: 88.8%;
}
.pickup_item:after {
	content: '';
	display: table;
	clear: both;
}

#tmp_tab {
	position: relative;
	margin: 41px 0 0;
	padding: 0 0 51px;
}
#tmp_tab:after {
	content: '';
	position: absolute;
	display: block;
	left: -20px;
	right: -20px;
	bottom: 0;
	height: 2px;
	background-color: #ededed;
}
.box_tab_info {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.box_tab_info .tab_info_ttl {
	order: 1;
	width: 50%;
	font-weight: bold;
	text-align: center;
	color: #666666;
	background: #f6f6f6;
	cursor: pointer;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #037f9e;
}
.box_tab_info .tab_info_ttl:first-child {
	border-left: 1px solid #ebebeb;
}
.box_tab_info .tab_info_ttl.tb_active {
	border: 2px solid #037f9e;
	border-bottom: 1px solid #ffffff;
}
.box_tab_info .tab_info_ttl a {
	font-size: 111.1%;
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #f6f6f6;
	padding: 11px 0 10px;
}
.box_tab_info .tab_info_ttl a:hover,
.box_tab_info .tab_info_ttl a:focus {
	text-decoration:underline;
}
.box_tab_info .tab_info_ttl.tb_active a {
	position: relative;
	background-color: #ffffff;
	color: #333333;
}
.box_tab_info .tab_info_cnt {
	order: 3;
	width: 100%;
}
.box_tab_info .tab_info_cnt .tab_link {
	list-style: none;
	margin: 0 0 39px;
	padding: 19px 0 0;
	padding-right: 2px;
}
.tab_info_cnt .tab_link li {
	background: transparent url(/shared/templates/top_rn/images/emergency_border.jpg) repeat-x 0 100%;
	color: #333333;
	padding-left: 11px;
	padding-bottom: 16px;
	margin-bottom: 19px;
}
.tab_info_cnt .tab_link li a {
	display: block;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_gray.png) no-repeat 100% 5px;
	text-decoration: none;
	padding-right: 40px;
	font-size: 88.8%;
}
.tab_info_cnt .tab_link li a:hover,
.tab_info_cnt .tab_link li a:focus,
.tab_info_cnt .tab_link li a:active {
	text-decoration: underline;
}
.tab_info_cnt .tab_link .event_date{
	font-size: 85.7%;
}
.tab_info_btn ul {
	list-style: none;
	margin: 0 -5px;
}
.tab_info_btn li {
	width: 33.333333%;
	float: left;
	padding: 0 5px;
}
.tab_info_btn li:nth-child(3n) {
	clear: right;
}
.tab_info_btn li:nth-child(3n+1) {
	clear: left;
}
.tab_info_btn li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/green_arrow_icon.png) no-repeat 100% center;
	text-align: center;
	box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	padding: 15px 25px 9px;
	font-size: 88.8%;
}
.tab_info_btn li a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.tab_info_btn li a:hover,
.tab_info_btn li a:focus,
.tab_info_btn li a:active {
	background-color: #e0f9ff !important;
}
.tab_info_btn li a:hover:after,
.tab_info_btn li a:focus:after,
.tab_info_btn li a:active:after {
	opacity: 1;
	visibility: visible;
}
.tab_info_btn li.rss_btn a {
	background: transparent;
}
.tab_info_btn li.rss_btn a:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: transparent url(/shared/site_rn/images/icon/green_rss_icon.png) no-repeat top left;
	margin-right: 5px;
	top: 2px;
}
.tab_info_btn ul:after {
	content: '';
	display: table;
	clear: both;
}

#tmp_sns {
	margin: 40px 0 0;
}
.sns_ttl {
	position: relative;
	margin-bottom: 22px;
}
.sns_ttl h2 {
	display: inline-block;
	font-size: 133.3%;
	font-weight: bold;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/ttl_bg.png) no-repeat 0 17px;
	padding-left: 29px;
	text-transform: uppercase;
}
.sns_ttl span {
	position: relative;
	display: inline-block;
	font-size: 112.5%;
	font-weight: bold;
	padding-left: 23px;
	margin-left: 13px;
	padding-right: 22px;
}
.sns_block_pc {
	margin: 0 -10px;
}
.sns_block_pc > div {
	width: 50%;
	float: left;
	padding: 0 20px 0 10px;
}
.sns_block_pc .video_block {
	padding: 0 10px 0 20px;
}
.sns_block_pc > div p {
	/* border: 1px solid #e5e5e5; */
}
.sns_block_pc img {
	max-width: 100%;
	height: auto;
}
.sns_block_pc:after {
	content: '';
	display: table;
	clear: both;
}
.sns_block_sp {
	display: none;
}
/* sns 修正 */
#tmp_top_sns_link {
	list-style: none;
	font-weight: bold;
}
#tmp_top_sns_link li {
	margin-bottom: 12px;
}
#tmp_top_sns_link li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	color: #222222;
	background-color: #e3f3fe;
	text-decoration: none;
	position:relative;
}
#tmp_top_sns_link li a:hover span,
#tmp_top_sns_link li a:focus span {
	text-decoration:underline;
}
#tmp_top_sns_link li a:before,
#tmp_top_sns_link li a:after {
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: transparent url(/shared/templates/top_rn/images/snsbg_arrow_tw.png) no-repeat;
	background-size: contain;
	z-index: 0;
}
#tmp_top_sns_link li a:before {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	transform: rotate3d(0,0,1,180deg);
}
#tmp_top_sns_link .sns_link_fb a {
	background-color: #ebf3fc;
}
#tmp_top_sns_link .sns_link_ig a {
	background-color: #fee9f0;
}
#tmp_top_sns_link .sns_link_fb span {
	border: 1px solid #1877f2;
}
#tmp_top_sns_link .sns_link_ig span {
	border: 1px solid #d82b7e;
}
#tmp_top_sns_link .sns_link_fb a:before,
#tmp_top_sns_link .sns_link_fb a:after {
	background-image: url(/shared/templates/top_rn/images/snsbg_arrow_fb.png);
}
#tmp_top_sns_link .sns_link_ig a:before,
#tmp_top_sns_link .sns_link_ig a:after {
	background-image: url(/shared/templates/top_rn/images/snsbg_arrow_ig.png);
}
#tmp_top_sns_link li span {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #1d9bf0;
	min-height: 54px;
	width: 100%;
	padding: 4px 0 4px 78px;
	background: transparent url(/shared/templates/top_rn/images/sns_talk_tw.png) no-repeat 22px center;
}
#tmp_top_sns_link .sns_link_fb span {
	background-image:url(/shared/templates/top_rn/images/sns_talk_fb.png);
}
#tmp_top_sns_link .sns_link_ig span {
	background-image:url(/shared/templates/top_rn/images/sns_talk_ig.png);
}
@media all and (-ms-high-contrast: none){
    #tmp_top_sns_link li span {
        height: 54px;
  }
}

#tmp_lft_bottom {
	margin: 50px 0 0;
}
.channel_block,
.video_block {
/*	float: left; */
}
.wrap_channel_item {
	display: flex;
	justify-content: space-between;
}
.channel_item {
	width: 49.5%;
}
#tmp_sns .bottom_ttl,
#tmp_lft_bottom .bottom_ttl {
	position: relative;
	color: #222222;
	font-weight: bold;
	background: transparent url(/shared/site_rn/images/icon/bottom_ttl.png) no-repeat 0 100%;
	padding: 0 0 8px;
	margin: 0 0 25px;
}
.channel_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.channel_txt {
	padding: 17px 0 0;
	color: #222222;
	background-color: transparent;
	line-height: 1.7;
}
.channel_txt a {
	display: inline-block;
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_gray.png) no-repeat 0 10px;
	color: inherit;
	text-decoration: none;
	padding-left: 13px;
}
.bottom_btn {
	margin: 12px 0 0;
}
.bottom_btn a {
	position: relative;
	display: block;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/green_arrow_icon.png) no-repeat 100% center;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	padding: 8px 25px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	font-size: 88.8%;
}
.bottom_btn a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.bottom_btn a:hover,
.bottom_btn a:focus,
.bottom_btn a:active {
	background-color: #e0f9ff !important;
}
.bottom_btn a:hover:after,
.bottom_btn a:focus:after,
.bottom_btn a:active:after {
	opacity: 1;
	visibility: visible;
}
.channel_block .bottom_btn {
	display: flex;
	justify-content: center;
}
.channel_block .bottom_btn p {
	width: 50%;
}
#tmp_lft_bottom .video_block .bottom_ttl {
	margin: 0 0 17px;
}
#tmp_lft_bottom .video_block .channel_cnt {
	margin: 0 0 20px;
}
.video_block .channel_img {
	position: relative;
	float: left;
}
#tmp_lft_bottom .channel_img {
	position: relative;
}
.video_block .channel_img:before,
#tmp_lft_bottom .channel_img:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.video_block .channel_cnt.active .channel_img:before,
#tmp_lft_bottom .channel_cnt.active .channel_img:before {
	opacity: 1;
	visibility: visible;
}
.video_block .channel_cnt.active .channel_txt a,
.video_block .channel_cnt.active .video_link a,
#tmp_lft_bottom .channel_cnt.active .channel_txt a {
	text-decoration: underline;
}
.video_block .video_cnt {
	overflow: hidden;
	padding-left:20px;
}
.video_lbl {
	position: relative;
	display: inline-block;
	background-color: #222222;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 6px 0;
	margin-bottom: 10px;
	font-size: 88.8%;
}
.video_link{
	margin-bottom: 10px;
}
.video_link a {
	display: inline-block;
	color: #222222;
	background: transparent url(/shared/site_rn/images/icon/arrow_btn_gray.png) no-repeat 0 10px;
	text-decoration: none;
	padding-left: 13px;
	line-height: 1.7;
	font-size: 88.8%;
}
.video_txt{
	font-size: 88.8%;
}
.sns_block_pc .video_block .channel_cnt,
#tmp_top_sns_link {
	min-height:270px;
}
.video_block .channel_cnt:after,
#tmp_lft_bottom:after {
	content: '';
	display: table;
	clear: both;
}
#tmp_lft_main:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 100%;
	background-color: #e4ebed;
}


#tmp_rgt_main {
	position: relative;
	width: calc(100% - 760px);
	float: left;
	overflow: hidden;
	padding: 30px 10px;
	z-index: 1;
	background-color: #e4ebed;
	color: #333333;
}
.rgt_main_ttl {
	max-width: 254px;
	text-align: center;
	background: transparent url(/shared/templates/top_rn/images/recommend_bg.png) no-repeat center 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	padding: 10px 0 0;
	margin: 0 auto 17px;
}
.rgt_main_ttl h2{
	font-size: 133.3%;
}
.rgt_main_block li {
	margin: 0 0 4px;
}
.rgt_main_block ul {
	list-style: none;
	margin: 0;
}
.rgt_main_item {
	position: relative;
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
}
.rgt_main_item:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.rgt_main_item.active:before {
	opacity: 1;
	visibility: visible;
}
.rgt_img a {
	background-color: #000000;
	color: #ffffff;
}
.rgt_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.rgt_link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: -1;
}
.rgt_main_block .rgt_small_img {
	margin: 0 -2px;
}
.rgt_small_img li {
	padding: 0 2px;
	width: 50%;
	float: left;
}
.rgt_main_block .rgt_small_img.liquid_col {
	margin: 0;
}
.rgt_small_img li:nth-child(2n) {
	clear: right;
}
.rgt_small_img li:nth-child(2n+1) {
	clear: left;
}
.rgt_small_img:after {
	content: '';
	display: table;
	clear: both;
}
/* rgt_block_img
====================== */
.wrap_thumbnail_item .thumbnail_item:nth-child(7) {
	clear: both;
}
/* 小さい画像 */
.wrap_thumbnail_item .thumbnail_item:nth-child(3),
.wrap_thumbnail_item .thumbnail_item:nth-child(4),
.wrap_thumbnail_item .thumbnail_item:nth-child(5),
.wrap_thumbnail_item .thumbnail_item:nth-child(6){
	padding: 0 2px 0 0;
	width: 50%;
	float: left;
}
.wrap_thumbnail_item .thumbnail_item:nth-child(4),
.wrap_thumbnail_item .thumbnail_item:nth-child(6){
	padding: 0 0 0 2px;
	width: 50%;
	float: left;
}
.wrap_thumbnail_item .thumbnail_item:nth-child(4),
.wrap_thumbnail_item .thumbnail_item:nth-child(6){
	clear: right;
}
.wrap_thumbnail_item .thumbnail_item:nth-child(3),
.wrap_thumbnail_item .thumbnail_item:nth-child(5){
	clear: left;
}
@media screen and (max-width : 1299px) {
.wrap_thumbnail_item .thumbnail_item:nth-child(3),
.wrap_thumbnail_item .thumbnail_item:nth-child(4),
.wrap_thumbnail_item .thumbnail_item:nth-child(5),
.wrap_thumbnail_item .thumbnail_item:nth-child(6) {
	padding: 0;
	width: 100%;
	float: none;
}
.rgt_main_block .rgt_small_img.liquid_col li {
	width: 100%;
	padding: 0;
	float: none;
}
}
.rgt_custom {
	position: absolute;
	left: 17px;
	right: 20px;
	bottom: 22px;
}
.rgt_custom a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #222222 url(/shared/templates/top_rn/images/wh_arrow.png) no-repeat 100% center;
	padding: 9px 24px 6px 23px;
}
.rgt_main_btn a {
	position: relative;
	display: block;
	max-width: 310px;
	margin: 40px auto 12px;
	color: #222222;
	background: #ffffff url(/shared/site_rn/images/icon/green_arrow_icon.png) no-repeat 100% center;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	-moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
	padding: 8px 25px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	font-size: 88.8%;
}
.rgt_main_btn a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.rgt_main_btn a:hover,
.rgt_main_btn a:focus,
.rgt_main_btn a:active {
	background-color: #e0f9ff !important;
}
.rgt_main_btn a:hover:after,
.rgt_main_btn a:focus:after,
.rgt_main_btn a:active:after {
	opacity: 1;
	visibility: visible;
}
/* thumbnail_item */
#tmp_rgt_main .thumbnail_item .figure_image {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
#tmp_rgt_main .thumbnail_item .figure_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height:auto;
}
/* figure_box */
.figure_box {
	position: relative;
	overflow: hidden;
	margin: 0 0 4px;
}
.figure_box a {
	text-decoration:none;
	background-color:#00a0e9;
	color:#000000;
}
.figure_box .wrap_figure_caption {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 420px;
	overflow-y: auto;
	color: #ffffff;
	background-color:#000000;
	background-color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}
.figure_box .figure_caption {
	display: table;
	width:auto;
	height: 100%;
	margin:0 auto;
}
.figure_box .figure_caption_inner {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.figure_box .figure_caption .ttl {
	display:inline-block;
	font-size:122.2%;
	padding: 10px 20px;
	text-align:left;
}
.wrap_thumbnail_item .thumbnail_item:nth-child(3) .figure_box .wrap_figure_caption .ttl,
.wrap_thumbnail_item .thumbnail_item:nth-child(4) .figure_box .wrap_figure_caption .ttl,
.wrap_thumbnail_item .thumbnail_item:nth-child(5) .figure_box .wrap_figure_caption .ttl,
.wrap_thumbnail_item .thumbnail_item:nth-child(6) .figure_box .wrap_figure_caption .ttl{
	font-size:88.89%;
}
.figure_box a:hover .wrap_figure_caption,
.figure_box a:focus .wrap_figure_caption {
	display: block;
	animation-duration: 0.5s;
    animation-name: slidein;
}
/* ==================================================
End Top
================================================== */
.color_blue .box_tab_info .tab_info_ttl.tb_active,
.color_yellow .box_tab_info .tab_info_ttl.tb_active,
.color_black .box_tab_info .tab_info_ttl.tb_active {
	border-width: 5px;
}
.color_blue .collab_item,
.color_yellow .collab_item,
.color_black .collab_item,
.color_blue .pickup_item,
.color_yellow .pickup_item,
.color_black .pickup_item,
.color_blue .tab_link,
.color_yellow .tab_link,
.color_black .tab_link {
	border: 1px solid;
}
.color_blue .tab_info_btn li a:after,
.color_blue .tab_info_btn li.rss_btn a:before,
.color_blue .bottom_btn a:after,
.color_blue .rgt_main_btn a:after,
.color_blue #tmp_lft_main:after,
.color_yellow .tab_info_btn li a:after,
.color_yellow .tab_info_btn li.rss_btn a:before,
.color_yellow .bottom_btn a:after,
.color_yellow .rgt_main_btn a:after,
.color_yellow #tmp_lft_main:after,
.color_black .tab_info_btn li a:after,
.color_black .tab_info_btn li.rss_btn a:before,
.color_black .bottom_btn a:after,
.color_black .rgt_main_btn a:after,
.color_black #tmp_lft_main:after {
	display: none;
}
.color_blue #tmp_wrapper .tab_info_btn li a:hover,
.color_blue #tmp_wrapper .tab_info_btn li a:focus,
.color_blue #tmp_wrapper .tab_info_btn li a:active,
.color_blue .bottom_btn a:hover,
.color_blue .bottom_btn a:focus,
.color_blue .bottom_btn a:active,
.color_blue .rgt_main_btn a:hover,
.color_blue .rgt_main_btn a:focus,
.color_blue .rgt_main_btn a:active,
.color_yellow #tmp_wrapper .tab_info_btn li a:hover,
.color_yellow #tmp_wrapper .tab_info_btn li a:focus,
.color_yellow #tmp_wrapper .tab_info_btn li a:active,
.color_yellow .bottom_btn a:hover,
.color_yellow .bottom_btn a:focus,
.color_yellow .bottom_btn a:active,
.color_yellow .rgt_main_btn a:hover,
.color_yellow .rgt_main_btn a:focus,
.color_yellow .rgt_main_btn a:active,
.color_black #tmp_wrapper .tab_info_btn li a:hover,
.color_black #tmp_wrapper .tab_info_btn li a:focus,
.color_black #tmp_wrapper .tab_info_btn li a:active,
.color_black .bottom_btn a:hover,
.color_black .bottom_btn a:focus,
.color_black .bottom_btn a:active,
.color_black .rgt_main_btn a:hover,
.color_black .rgt_main_btn a:focus,
.color_black .rgt_main_btn a:active {
	text-decoration: underline;
}

.color_blue #tmp_wrapper .tab_info_btn li a,
.color_blue .bottom_btn a,
.color_blue .rgt_main_btn a {
	border: 1px solid #FFFF00 !important;
}
.color_blue .collab_item:before,
.color_blue .pickup_item:before,
.color_blue #tmp_lft_bottom .channel_img:before,
.color_blue .rgt_main_item:before {
	border-color: #FFFF00;
}
.color_blue #tmp_pickup_slide .btn_slides a:before,
.color_blue #tmp_pickup_slide .btn_slides a:after {
	background-color: #FFFF00;
}
.color_blue #tmp_wrapper #tmp_pickup_slide .slick-prev,
.color_blue #tmp_wrapper #tmp_pickup_slide .slick-next {
	padding: 5px;
	display: inline-block;
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_pickup_slide .slick-prev img,
.color_blue #tmp_wrapper #tmp_pickup_slide .slick-next img {
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_tab:after {
	background-color: #000000;
}
.color_yellow #tmp_wrapper .tab_info_btn li a,
.color_yellow .bottom_btn a,
.color_yellow .rgt_main_btn a {
	border: 1px solid #000000 !important;
}
.color_yellow .collab_item:before,
.color_yellow .pickup_item:before,
.color_yellow #tmp_lft_bottom .channel_img:before,

.color_yellow .rgt_main_item:before {
	border-color: #000000;
}
.color_yellow #tmp_wrapper #tmp_pickup_slide .slick-prev,
.color_yellow #tmp_wrapper #tmp_pickup_slide .slick-next {
	padding: 5px;
	display: inline-block;
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_pickup_slide .slick-prev img,
.color_yellow #tmp_wrapper #tmp_pickup_slide .slick-next img {
	background-color: #FFFF00 !important;
}
.color_black #tmp_tab:after {
	background-color: #FFFF00;
}
.color_black #tmp_wrapper .tab_info_btn li a,
.color_black .bottom_btn a,
.color_black .rgt_main_btn a {
	border: 1px solid #FFFF00 !important;
}
.color_black .collab_item:before,
.color_black .pickup_item:before,
.color_black #tmp_lft_bottom .channel_img:before,
.color_black .rgt_main_item:before {
	border-color: #FFFF00;
}

.color_black #tmp_pickup_slide .btn_slides a:before,
.color_black #tmp_pickup_slide .btn_slides a:after {
	background-color: #FFFF00;
}
.color_black #tmp_wrapper #tmp_pickup_slide .slick-prev,
.color_black #tmp_wrapper #tmp_pickup_slide .slick-next {
	padding: 5px;
	display: inline-block;
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_pickup_slide .slick-prev img,
.color_black #tmp_wrapper #tmp_pickup_slide .slick-next img {
	background-color: #FFFF00 !important;
}

.no_javascript #tmp_pickup_slide .pickup_slides {
	visibility: visible;
	opacity: 1;
}
.no_javascript .pickup_gallery {
	width: 100%;
	height:300px;
	overflow-x:hidden;
	overflow-y: auto;
}
.no_javascript .pickup_item {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin:0 0 10px;
}
.no_javascript .pickup_item a:hover {
	text-decoration:underline;
}
.no_javascript .box_tab_info {
	display: block;
}
.no_javascript .box_tab_info .tab_info_ttl {
	width: 100%;
}
.no_javascript .tab_info_cnt {
	margin: 0 0 20px;
}
.no_javascript .channel_txt a:hover,
.no_javascript .video_link a:hover {
	text-decoration:underline;
}
.no_javascript .rgt_img a:hover img {
	opacity:0.7;
}
/* ==================================================
アニメーションfadein
================================================== */
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@-webkit-keyframes slidein {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}
@keyframes slidein {
    from {
        top: 100%;
    }
    to {
        top: 0;
    }
}
/* ==================================================
clearfix
================================================== */
.collab_nav_item_s:after,
.collab_nav_item a:after,
.collab_nav_item_s a:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}