@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
	position: relative;
	min-width: 950px;
}
h1,
h2,
h3 {
	color: #333;
	border: none;
}
/* ==

　02. モジュール

=============================================================================== */
/* リニューアル
------------------------------------------------------------------------------- */
/* メイン
------------------------------------------------------------------------------- */
.sMain {
	margin-bottom: 60px;
	background-color: #F2F2F2;
}
.sMain_col,
.sMain_item-head,
.sMain_item-txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sMain_item {
	position: relative;
	width: 25%;
	aspect-ratio: 12 / 7;
}
.sMain_item-w1 {
	width: 75%;
	aspect-ratio: 22 / 4;
}
.sMain_item img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.sMain_item-head {
	background-color: #E81852;
	justify-content: center;
}
.sMain_item-head h1 {
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.sMain_item-head h1 span {
	font-size: 11px;
	display: block;
	font-weight: 100;
	font-family: 'Roboto';
	letter-spacing: 0.04em;
	margin-top: 5px;
}
.sMain_item-txt {
	padding-left: 7%;
	width: 68%;
}
.sMain_item-txt p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.812;
	color: #333;
}


@media only screen and (max-width: 1440px) {
	.sMain_item-head h1 {
		font-size: 2.48vw;
	}
	.sMain_item-head h1 span {
		font-size: 0.75vw;
	}
	.sMain_item-txt p {
		font-size: 1.1035vw;
	}
}
@media only screen and (max-width: 950px) {
	.sMain_item-head h1 {
		font-size: 24px;
	}
	.sMain_item-head h1 span {
		font-size: 7px;
	}
	.sMain_item-txt p {
		font-size: 10.7px;
	}
}
.sMain_item > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .5s linear;

}
.sMain_item > div:last-child {
	opacity: 0;
}
.sMain_item-switch > div:last-child {
	opacity: 1;
}
.sMain_credit {
	position: absolute;
	left: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 10px;
	text-shadow: 0 0 4px rgba(0, 0, 0, .8)
}


.sLead01 {
	margin-bottom: 60px;
	padding: 0 15px;
}
.sLead01 p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333;
	font-feature-settings: "palt";
}







/* TOPICS
------------------------------------------------------------------------------- */
.sTit01 {
	background-color: transparent;
	font-size: 24px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding: 0;
	letter-spacing: -0.09em;
}
/* 最新情報
------------------------------------------------------------------------------- */
.iTop01 {
	margin: 0 0 61px;
	padding: 0 0 57px;
	border-bottom: 1px solid #FF0E3D;
}
.iTop01_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.iTop01_w {
	position: relative;
	margin: 0;
}
.iTop01_btn {
	position: absolute;
	top: 0;
	width: 44px;
	height: 0;
	bottom: 24px;
	margin: 0;
	z-index: 2;
	cursor: pointer;
}
.iTop01_btn:hover {
	opacity: 0.5;
}
.iTop01_btn-show {
	opacity: 1;
}
.iTop01_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 80px;
	left: 50%;
	width: 16px;
	height: 28px;
	margin: -14px 0 0 -8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.iTop01_btn-prev {
	left: -50px;
}
.iTop01_btn-next {
	right: -50px;
}
.iTop01_btn-prev::before {
	background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}
.iTop01_btn-next::before {
	background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}
.iTop01_w-noSlider .iTop01_btn {
	display: none;
}

.iTop01_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.iTop01_box {
	width: calc(25% - 10px);

}
.iTop01_box a {
	display: block;
	color: #000;
	text-decoration: none;
}
.iTop01_img {
	display: block;
}
.iTop01_img img {
	width: 100%;
	height: auto;
}
.iTop01_stit {
	line-height: 1.857;
	margin: 0 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.08em;
}
.iTop01_txt {
	line-height: 1.857;
	margin: 10px 0 0;
	font-size: 117%;
	font-weight: 400;
}
.iTop01_label {
	line-height: 1.5;
	margin: 7px 0 0;
	font-size: 100%;
	font-weight: 400;
	color: #fff;
	background-color: #aaa;
	display: inline-block;
	padding: 0 24px;
	letter-spacing: -0.08em;
}

.iTop01_n {
	width: 25.5%;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
.iTop01_list {
	line-height: 1.428;
	font-size: 117%;
	font-weight: 700;
}
.iTop01_item {
	border-bottom: 1px dotted #707070;
}
.iTop01_item:last-child {
	border-bottom: none;
}
.iTop01_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	height: 59px;
	padding: 0 0 2px 50px;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
}


.iTop01_item a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 22px;
	height: 20px;
	margin: -10px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.iTop01_item-n1 a::before {
	background-image: url(/top05/images/svg/link_ico01.svg);
	background-size: 22px 20px;
}
.iTop01_item-n2 a::before {
	left: 12px;
	background-image: url(/top05/images/svg/link_ico02.svg);
	background-size: 17px 19px;
}
.iTop01_item-n3 a::before {
	background-image: url(/top05/images/svg/link_ico03.svg);
	background-size: 16px 18px;
}
.iTop01_item-n4 a::before {
	background-image: url(/top05/images/svg/link_ico04.svg);
	background-size: 20px 12px;
}
.iTop01_tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 15px auto 0;
	line-height: 1.428;
	font-size: 117%;
	font-weight: 700;
}
.iTop01_tag {
	margin: 20px 10px 0;
}
.iTop01_tag a {
	display: block;
	padding: 17px 25px 18px;
	border: 1px solid #D3D3D4;
	border-radius: 50px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.iTop01_word {
	position: relative;
	max-width: 550px;
	margin: 38px auto 0;
}
.iTop01_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	padding: 0 55px 0 20px;
	border: none;
	border-radius: 25px;
	background-color: #F0F0F0;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
	box-sizing: border-box;
}
.iTop01_input::-ms-clear {
	visibility: hidden
}
.iTop01_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 22px;
	height: 22px;
	margin: -11px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	vertical-align: top;
}
.iTop01_page.swiper-pagination {
	position: static;
	line-height: 1;
	margin: 22px 0 0;
	font-size: 0;
	text-align: left;
}
.iTop01_page .swiper-pagination-bullet {
	width: 22px;
	height: 2px;
	margin: 0 2px !important;
	border-radius: 0;
}
.iTop01_page .swiper-pagination-bullet-active {
	background: #FD0E3D;
}

@media screen and (max-width:1160px) {
	.iTop01_btn {
		display: none;
	}
}




.sSection {
	padding: 70px 20px;
	background-color: #F2F2F2;
}
.sSection .sSection_in {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px 60px;
	
}
.sSection .sSection_in::after {
	content: "";
	width: 100%;
	height: calc(100% - 88px);
	display: block;
	background-color: #E8E8E8;
	position: absolute;
	top: 88px;
	left: 0;
}

/* menu
------------------------------------------------------------------------------- */
.sMenu {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}
.sMenu_in {
	max-width: 1300px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sMenu h2 {
	width: 14.31%;
	max-width: 186px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.416;
	letter-spacing: -0.04em;
	background-color: transparent;
}
.sMenu ul {
	max-width: 1114px;
	width: 85.69%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.sMenu ul li {
	max-width: 210px;
	width: 18.83%;
	background-color: #fff;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05)
}
.sMenu.entertainment .sMenu_list li:nth-child(1),
.sMenu.art_culture .sMenu_list li:nth-child(2),
.sMenu.sports .sMenu_list li:nth-child(3),
.sMenu.education .sMenu_list li:nth-child(4),
.sMenu.group .sMenu_list li:nth-child(5) {
	outline: 3px solid #FA0046;
	box-shadow: none;
}
.d_hover .sMenu_list li:hover {
	outline: 3px solid #FA0046;
}

.sMenu ul li a {
	width: calc(100% - 20px);
	height: calc(100% - 90px);
	position: relative;
	padding: 30px 10px 55px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	display: block;
}
.sMenu ul li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 5px);
    width: 6px;
    height: 6px;
	border: 2px solid;
	border-color: transparent #000 #000  transparent;
	transform: rotateZ(45deg);
}
.sMenu ul li a:hover {
	/* text-decoration: underline; */
}


#main .sMenu ul li p {
	font-weight: 500;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	letter-spacing: -0.06em;
}



.sMenu .sMenu_tags {
	display: flex;
	justify-content: flex-start;
	max-width: 1300px;
	margin: 0 auto;
	display: none;
}
#main .sMenu .sMenu_tags p {
	min-width: 130px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -0.04em;
}
.sMenu .sMenu_tags li {
	border-radius: 20px;
    margin: 0 8px 0 0;
    padding: 5px 24px;
	width: auto;
	background-color: #F7F7F7;
	box-shadow: none;
}
#main .sMenu .sMenu_tags .sMenu_tags_list {
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 13px;
}
#main .sMenu .sMenu_tags .sMenu_tags_list li {
	cursor: pointer;
	margin-bottom: 10px;
	font-weight: 500;
}
#main .sMenu .sMenu_tags .sMenu_tags_list li:hover {
	text-decoration: underline;
}
#main .sMenu .sMenu_tags .sMenu_tags_list li.current {
	background-color: #595959;
	color: #fff;
}


.art_culture .sMenu_tags-art_culture {
	display: flex;
}
.sports .sMenu_tags-sports {
	display: flex;
}

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

}

.sTit02 {
	background-color: transparent;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 60px;
	padding: 0;
	letter-spacing: -0.04em;
}
.sTit03 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background-color: #D8D8D8;
	display: block;
	margin: 0 auto 25px;
	padding: 10px 20px;
	position: relative;
    z-index: 1;
	line-height: 1;
	letter-spacing: -0.08em;
	max-width: 1260px;
}

/* リスト
------------------------------------------------------------------------------- */
.sList01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	justify-content: space-between;
	margin: 0 auto 10px;
	z-index: 1;
}
.sList01::after {
	content: "";
	display: block;
	width: 32.31%;
	max-width: 420px;
}
.sList01_item {
	width: 32.31%;
	max-width: 420px;
	margin-bottom: 40px;
	background-color: #fff;
}


.sList01_item_img {
	position: relative;
}
.sList01_item_img-bb1 {
	border-bottom: 1px solid #E8E8E8;
}
.sList01_item_img img {
	width: 100%;
	height: auto;
}
#main .sList01_item_copy {
	position: absolute;
    bottom: -18px;
    right: 5px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #777;
}
#main .sList01_item_copy-b1 {
	bottom: -55px;
	text-align: right;
}
.sList01_item_txt {
	padding: 40px 7%;
}
#main .sList01_item_txt ul {
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: -0.04em;
}
#main .sList01_item_txt ul li {
	margin-bottom: 5px;
}

#main .sList01_item_sub {
  position: relative;
  top: 0.4em;
  border-bottom: none !important;
}
.isTbl #main .sList01_item_sub {
  top: 0;
}
#main .sList01_item h3 {
	font-size: 20px;
	margin-bottom: 18px;
	border: none;
	letter-spacing: -0.08em;
	line-height: 1.5;
}
#main .sList01_item h3 a {
	text-decoration: none;
}
#main .sList01_item h3 span {
	border-bottom: 1px solid #525252;
}
#main .sList01_item h3:hover span {
	border-bottom: none;
}
#main .sList01_item .sList01_txt01 {
	font-size: 14px;
	letter-spacing: -0.04em;
}
#main .sList01_item .sList01_txt01-note {
	font-size: 10px;
	margin-top: 10px;
}
#main .sSection .sList01_btn01 {
	position: relative;
	width: 190px;
	background-color: #fc104b;
	margin-top: 30px;
	padding: 15px 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	text-decoration: none;
	transition: opacity 0.3s;
	font-feature-settings: "palt";
}
.sList01_btn01:hover {
	opacity: 0.7;
}
.sList01_btn01:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.sList01_btn01[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 9px;
	margin: -3px 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	border: none;
}


/* 選択解除ボタン
------------------------------------------------------------------------------- */
.sList01_deselect {
	position: relative;
	width: 240px;
	border-radius: 6px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
	cursor: pointer;
}
.sList01_deselect span {
	position: relative;
	display: flex;
    align-items: center;
	font-size: 14px;
    font-weight: bold;
	color: #333;
	line-height: 1;
}
.sList01_deselect:hover span {
	text-decoration: underline;
}
.sList01_deselect span::before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(/ad/sponsor/images/rn02/index_icon06.svg) no-repeat 0 0;
	background-size: 18px;
	margin-right: 5px;
}


.sTopics,
.sMenu,
.sTit01,
.sTit02,
#main .sSection {
	/* font-feature-settings: "palt"; */
}
.sTopics {
	max-width: 1040px;
	margin: 0 auto 50px;
	padding: 0 15px;
}
.sTopics_list {
  margin-top: 40px;
}
.sTopics_list .sTopics_item {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.sTopics_list .sTopics_item p {
	font-size: 14px;
	font-weight: 500;
}
.sTopics_list .sTopics_item .sTopics_label {
	background-color: #aaaaaa;
	color: #fff;
	width: 45px;
	margin: 0 25px 20px 0;
	padding: 0 15px;
	font-size: 11px;
	text-align: center;
}
.sTopics_list .sTopics_item .sTopics_txt {
	width: calc(100% - 100px);
}
.sTopics_list .sTopics_item a {
	text-decoration: none;
}
.sTopics_list .sTopics_item a:hover {
	text-decoration: underline;
}

/* .sMenu-fix {
	border-top: 3px solid #fa0046;
	position: fixed;
	top: -120px;
	left: 0;
	width: 100%;
	z-index: 1;
	margin-bottom: 0;
	padding: 19px 0;
	transition: all .3s;
	min-width: 950px;
}
.sMenu-fix.sMenu-fixed {
	top: 0;
} */



#main #loacalNav {
	max-width: 950px;
	margin: 70px auto 0;
}