@charset "UTF-8";

/* body
-------------------------- */
body {
	background: #FFF;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.65;
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-font-smoothing: subpixel-antialiased;*/
}
html, body {
	width: 100%;
	/*min-width: 1200px;*/
	/*height: 100%;
	overflow: auto;*/
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* 装飾
-------------------------- */
a:link,
a:visited {
	color: rgba(0,0,0,0.5);
	text-decoration: underline;
}
a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a, a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: none;
	outline: none;
	-moz-outline-style: none;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
ul, ol {
	list-style: none;
}
hr {
	border-top: 1px solid rgba(0,0,0,0.15);
	width: 100%;
	margin: 0;
}
hr.short {
	width: 800px;
	margin: 60px auto;
}

/* clearfix
-------------------------- */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* 汎用
-------------------------- */
.f_bold {font-weight: bold !important;}
.f_nml {font-weight: normal !important;}
.f_red {color: #D80000;}
.f_10 {font-size: 10px !important;}
.f_11 {font-size: 11px !important;}
.f_12 {font-size: 12px !important;}
.f_14 {font-size: 14px !important;}
.f_16 {font-size: 16px !important;}
.f_18 {font-size: 18px !important;}
.pd_top00 {padding-top: 0 !important;}
.pd_top05 {padding-top: 5px !important;}
.pd_top20 {padding-top: 20px !important;}
.pd_top30 {padding-top: 30px !important;}
.pd_top40 {padding-top: 40px !important;}
.pd_top60 {padding-top: 60px !important;}
.pd_right10 {padding-right: 10px !important;}
.pd_right20 {padding-right: 20px !important;}
.pd_btm05 {padding-bottom: 5px !important;}
.pd_btm10 {padding-bottom: 10px !important;}
.pd_btm20 {padding-bottom: 20px !important;}
.pd_btm30 {padding-bottom: 30px !important;}
.pd_btm40 {padding-bottom: 40px !important;}
.pd_btm50 {padding-bottom: 50px !important;}
.pd_btm60 {padding-bottom: 60px !important;}
.pd_rgt20 {padding-right: 20px !important;}
.fl_left {float: left !important;}
.fl_right {float: right !important;}
.t_left {text-align: left !important;}
.t_right {text-align: right !important;}
.t_center {text-align: center !important;}
.v_top {vertical-align: top !important;}
.v_bottom {vertical-align: bottom !important;}
.v_middle {vertical-align: middle !important;}
.w_120 {width: 120px;}
.f_serif {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
p {padding: 2px;}
#sec_digi p,
#sec_live p,
body#info p,
body#disco p {padding: 8px;}

/* ---------------------------------------
	layout
--------------------------------------- */
#wrap {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	text-align: center;
}
.inner {
	width: 1200px;
	padding: 60px 100px;
	margin: 0 auto;
}

/* head
---------------------------------- */
ul#head_sns {
	float: right;
	display: block;
	padding: 20px 0 10px;
}
ul#head_sns li {
	float: left;
	margin: 0 0 0 20px;
}
ul#head_sns li a {
	text-decoration: none !important;
}
/* flaticon ---- */
.flaticon-twitter1,
.flaticon-socialmedia10,
.flaticon-google116,
.flaticon-youtube17 {
	color: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 24px;
}
.flaticon-twitter1:hover {color: #55ACEE;}
.flaticon-socialmedia10:hover {color: #315096;}
.flaticon-google116:hover {color: #DD4B39;}
.flaticon-youtube17:hover {color: #CD201F;}

/* navi
---------------------------------- */
nav {
	position: relative;
	overflow: hidden;
}
ul#head_navi {
	position: relative;
	left: 50%;
	float: left;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 18px;
	padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
	ul#head_navi {
		font-size: 16px;
	}
}
ul#head_navi li {
	position: relative;
	left: -50%;
	float: left;
	padding: 10px 20px;
}
ul#head_navi li a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
ul#head_navi li a:hover {
	color: rgba(0,0,0,0.5);
}
ul#head_navi li.current {
	border-bottom: 2px solid #000;
}

/* footer
---------------------------------- */
footer {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background: #F2F2F2;
	color: rgba(0,0,0,0.5);
	font-family: 'Noto Serif', serif;
	font-style: italic;

}
footer ul {
	width: 880px;
	margin: 0 auto 30px;
}
footer ul li {
	float: left;
	margin: 0 15px 30px;
}
#btn_totop {
	padding: 0 0 50px;
}
section {
	position: relative;
	overflow: hidden;
}

/* top
---------------------------------- */
h3 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 26px;
	line-height: 1.0;
	text-align: left;
	font-weight: normal;
	margin: 0 0 30px;
}
.sub_h3 {
	font-size: 13px;
	padding: 0 0 0 20px;
}
#block_slide {
	width: 660px;
	height: 396px;
	float: left;
	overflow: visible;
}
#block_release {
	width: 300px;
	height: 396px;
	margin: 0 0 0 40px;
	float: left;
	position: relative;
}
#block_release .btn {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5);
	color: rgba(0,0,0,0.5);
	font-family: 'Noto Serif', serif;
	font-style: italic;
	padding: 5px;
	position: absolute;
	bottom: 0;
}
#block_release .btn:hover {
	border: 1px solid rgba(0,0,0,1.0);
	color: rgba(0,0,0,1.0);
}
#block_news {
	width: 580px;
	margin: 100px 0 0 0;
	float: left;
}
#block_news dl {
	text-align: left;
	height: 380px;
	overflow: auto;
}
#block_news dt {
	width: 14%;
	min-width: 85px;
	float: left;
	clear: both;
}
#block_news dd {
	width: 82%;
	margin: 0 0 20px 90px;
}
#block_movie {
	width: 380px;
	margin: 100px 0 0 40px;
	float: left;
}
#block_movie #pic {
	width: 380px;
	height: 380px;
	background-size: cover;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: none;
	outline: none;
	-moz-outline-style: none;
}
#block_movie #pic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
}
#block_movie #pic:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
#block_topics {
	width: 1000px;
	margin: 60px 0 0 0;
}
#block_topics ul li {
	float: left;
	margin: 0 30px 30px 0;
}
#block_topics ul li.last {
	margin: 0 0 30px 0;
}

/* info
---------------------------------*/
#outer_h2 {
	width: 100%;
	background: url("../images/bg_h2.png");
	padding: 30px 0;
}
h2 {
	width: 1200px;
	padding: 0 100px;
	margin: 0 auto;
	color: #FFF;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;
}
ul.sub_navi {
	position: relative;
	left: 50%;
	float: left;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 14px;
	padding: 0 0 40px;
}
ul.sub_navi li {
	position: relative;
	left: -50%;
	float: left;
	padding: 10px 20px;
}
ul.sub_navi li a:link {
	color: rgba(0,0,0,0.5);
}
ul.sub_navi li a:hover {
	color: rgba(0,0,0,1);
}
ul.sub_navi li.current {
	font-size: 18px;
	padding: 5px 20px;
}
ul.sub_navi li.current a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
h4 {
	font-size: 18px;
	padding: 0 0 30px;
}
table td {
	vertical-align: top;
}
.greenmind {
	color: #006600;
	font-weight: bold;
}

/* profile
---------------------------------*/
#prof ul.list {
	list-style: disc;
}
#prof ul.list li {
	margin: 5px 20px;
	padding: 5px;
}

#sec_live table.gm {
	font-size: 0.846em;
	line-height: 1.6;
	margin: 30px 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#sec_live table.gm tr:nth-child(2n-1) {
	background: #e5f4d0;
}
#sec_live table.gm tr:nth-child(2n) {
	background: #f4f8f0;
}
#sec_live table.gm td {
	padding: 5px;
	margin: 0 1px 1px 0;
}

/* live
---------------------------------*/
#sec_live table td {
	vertical-align: middle;
}




