@charset "utf-8";

.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
.sp_br { display:inline; }
html{
	height: 100%;
}
body{
	width: 100%;
	text-align:justify;
    text-justify:distribute;
	position: relative;
}
a img{
	opacity:1;
}
a img:hover{
	opacity:0.9;
}
a{
	color: #e12d32;
	text-decoration: underline;
}
table{
	border:none;
	border-collapse:collapse;
}
td{
	border:none;
}
th{
	border:none;
	padding:0 5px;
	text-align:center;
	vertical-align:top;
}
/*---------------------
コンテンツ全体
-----------------------*/
#container{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
	min-width: 1200px;
	background: #000;
}
#contents{
	position: relative;
	height: 100%;
}
#news_main{	
	position: relative;
    min-height: 1000px;
	width: 1170px;
    margin: 0 auto 120px;
}
.news_title{
	position: relative;
    margin: 0 auto 60px;
    width: 263px;
}
#news_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	margin: 0 auto;
}
.news_bg {
	position: fixed;
    background: url(../img/fix_bg.jpg) repeat center top;
    background-size: cover;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
}
#news_rogo {
	position: fixed;
	width: 18%;
    height: 9%;
	display: block;
	cursor: pointer;
}
.news_background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 15;
    opacity: 0.8;
    top: 0;
    left: 0;
}
/*トップページに戻るボタン*/
#pc_home{
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(353px / 2);
	transition: 0.3s;
	margin-bottom: 50px;
}
#pc_home:hover{
	opacity: 0.8;
}
/*--------------------------------------
ニュース記事一覧：ナビゲーション
--------------------------------------*/
#news_navi{
	position: relative;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	display: flex;
	width: 640px;
	justify-content:space-between;
	margin-bottom: 50px;
}
#news_navi li{
	position: relative;
	cursor: pointer;
	width:200px;
	height:44px;
	margin-right: 0;
	text-align: center;
}
#news_navi li img{
	transition: 0.3s;
}
#news_navi li img:hover{
	opacity:0;
}

.navi_target{
	transition: 0s!important;
}
.navi_target img{
	opacity: 0!important;
	transition: 0s!important;
}
.bt_all img{
	width:200px;
	height:44px;
}
.bt_topics img{
	width:200px;
	height:44px;
}
.bt_event img{
	width:200px;
	height:44px;
}
.bt_all{
	background: url(../img/all_over.png) no-repeat center top;
	background-size: 200px 44px;
}
.bt_topics{
	background: url(../img/topics_over.png) no-repeat center top;
	background-size: 200px 44px;
}
.bt_event {
	background: url(../img/event_over.png) no-repeat center top;
	background-size: 200px 44px;
}
/*--------------------------------------
ニュース記事一覧
--------------------------------------*/
/*記事の大きな枠*/
#kiji_area{
	position: relative;
    height: 100%;
    margin: 0 auto ;
    max-width: 1170px;
	width: 1170px;
}
.news_box{
	position: absolute;
    height: 280px;
    width: 360px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}
.news_hover{
	background-color: rgba(255,255,255,0.7);
	background-size: auto;
    width: 360px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	z-index: 1;
}
/*日付・タイトル・サムネイル*/
.title{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
    margin-top: 10px;
}
.day{
	font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
	margin-top: 10px;
}
.day span{
	background: #ffd900;
	padding: 0 3px;
}
.mini_img{
	position: relative;
	top: 0;
	left: 0;
	width: 360px;
	height: 204px;
	overflow: hidden;
}
.mini_img img{
    height: auto;
    width: 100%;
}
.kiji_img{
	position: relative;
	left: 50%;
	transform:translateX(-50%);
	transform-origin: 0 center;
	transition:1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*moreボタン*/
#bt_more_sp{
	display: none;
}
#bt_more_pc{
	display: none;
	position: relative;
	width: 544px;
	height: auto;
	margin: 60px auto 0;
	cursor: pointer;
	transition: 0.3s;
}
#bt_more_pc:hover{
	opacity: 0.6;
}
/*--------------------------------------
フェード：ニュース記事
--------------------------------------*/
.more_news_page{
	position:relative;
	width: 100%;
	background-size: auto;
	display: none;
	margin-top: 100px;
}
.more_news_page_inner{
	background: #fff;
    width: 1000px;
	margin: 0 auto;
    padding: 100px 60px 120px;
    position: relative;
    z-index: 15;
}
.more_title {
	font-size: 20px;
    color: #be073e;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    line-height: 28px;
    position: relative;
}
.more_day{
	position: relative;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #ffd900;
    display: inline-block;
	margin-bottom: 25px;
}
.more_kiji_img{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
.more_txt{
	width: 100%;
	color: #000;
	font-size: 14px;
    line-height: 26px;
	padding-top: 30px;
}
/*ニュース記事クローズボタン*/
.bt_news_close_wrap{
	position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
    width: 100%;
    padding-bottom: 100px;
    top: 0;
    z-index: 1;
    left: 0;
}
.bt_news_close_pc{
	position: absolute;
    top: 20px;
    left: 50%;
    cursor: pointer;
    z-index: 1;
    margin-left: 450px;
    width: 81px;
	transition: .3s ease;
}
.bt_news_close_pc:hover{
	opacity: 0.7;
}
.bt_news_close_sp{
	display: none;
}
.pc_view #bt_more_sp{
	display:none !important;
}

/*--------------------------------------
記事内のclass指定
--------------------------------------*/
.center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.movie{
	width:100%;              
	padding-bottom: 56.25%; 
	height:0px;            
	position: relative;
	background:#000;
}
.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 記事内強調 */
.more_txt .pink {
	color: #b60400;
	font-size: 1.2em;
}
/* 記事内リンク */
.more_txt a {
	color: #b60400;
}


/*追加*/

.more_txt p {
    display: block;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
