@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 30px;
	bottom: 60px;
	display: none;
	z-index: 10;
}

.pageTop a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*------------------------------------------------------------
	slideBox
------------------------------------------------------------*/
.slideBox {
	position: relative;
}

/*.slideBox .owl-prev,
.slideBox .owl-next {
	position: absolute;
	top: 42px;
	z-index: 20;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}

.slideBox .owl-prev {
	left: -33px;
	background: url(../../img/common/prev.png) no-repeat;
}

.slideBox .owl-next {
	right: -33px;
	background: url(../../img/common/next.png) no-repeat;
}
*/

.slideBox div {
	float: left;
	padding: 0 12px 30px;
	width: 74px;
	font-size: 1.2em;
	line-height: 1.3;
	letter-spacing: -1px;
	text-align: center;
	word-wrap: break-word;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.slideBox div {
		word-wrap: break-word;
	}
}
 
.slideBox div a img {
	margin-bottom: 10px;
}

.slideBox .special a img {
	margin-bottom: 15px;
}

.slideBox div a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}

.slideBox div a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* color
------------------------------------------------------------------------*/
.slideBox div .purple {
	color: #B584D8;
}

.slideBox div .yellow {
	color: #DDB543;
}

.slideBox div .green {
	color: #019D86;
}

.slideBox div .blue {
	color: #4F6FBF;
}

.slideBox div .red {
	color: #cb5269;
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#main .comList {
	margin-right: -25px;
	width: 675px;
}

#main .comList li {
	padding: 0 25px 28px 0;
	float: left;
	width: 200px;
}

#main .comList li a {
	display: block;
	word-wrap: break-word;
	position: relative;
}

#main .comList li .fltImg {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	background: #1abc9c;
}
#main .comList li .fltImg.eventBook > img {
  height: 133px;
  margin: auto;
}
#main .comList li .fltImg > img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#main .comList li a:hover .fltImg > img {
	opacity: 0.5;
}

#main .comList li a .new {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#main .comList li .fltImg .imgTxt {
	position: absolute;
	right: 10px;
	bottom: 7px;
	color: #FFF;
	font-size: 1em;
	text-shadow: 0 0 2px #000;
	background: none;
}

#main .comList li span {
	display: block;
	word-wrap: break-word;
}

#main .comList li .txt {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family: 'Lato-Regular';
}

#main .comList li .ttl {
	margin-bottom: 2px;
	font-size: 1.4em;
}

#main .comList li .note {
	color: #a9b9c3;
	font-size: 1em;
}

#main .comList .first {
	padding-bottom: 0;
	width: 425px;
}

#main .comList .first a .txt01 {
	margin-bottom: 8px;
	font-size: 1.4em;
	line-height: 1.4;
	color: #666;
}

#main .comList .first a .fltImg {
	margin-bottom: 5px;
}

#main .comList .first a .new {
	left: -3px;
}

#main .comList .first a .txt {
	margin-bottom: 4px;
	font-size: 1.4em;
}

#main .comList .first a .ttl {
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4;
}

#main .comList .first a .note {
	margin-bottom: 0;
	font-size: 1.2em;
}

#main .comList .liStyle {
	padding: 0;
}

#main .comList li a:hover {
	text-decoration: none;
}

#main .comList li a:hover .txtBox {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* color
------------------------------------------------------------------------*/
#main .comList .purple .fltImg {
	background: #B584D8;
	border-bottom: 3px solid #B584D8;
} 

#main .comList .yellow .fltImg {
	background: #A9B9C3;
	border-bottom: 3px solid #A9B9C3;
} 

#main .comList .green .fltImg {
	background: #019D86;
	border-bottom: 3px solid #019D86;
} 

#main .comList .blue .fltImg {
	background: #4F6FBF;
	border-bottom: 3px solid #4F6FBF;
} 

#main .comList .atrovirens .fltImg {
	background: #337095;
	border-bottom: 3px solid #337095;
} 

#main .comList .purple .txt {
	color: #B584D8;
}

#main .comList .yellow .txt {
	color: #A9B9C3;
}

#main .comList .green .txt {
	color: #019D86;
}

#main .comList .blue .txt {
	color: #4F6FBF;
}

#main .comList .atrovirens .txt {
	color: #337095;
}

/*------------------------------------------------------------
	more
------------------------------------------------------------*/
#conts .more {
	margin: 28px auto 60px;
	width: 400px;
	height: 60px;
}

#conts .more a {
	display: block;
	color: #FFF;
	font-size: 2em;
	line-height: 56px;
	text-align: center;
	background-color: #3E5360;
	text-decoration: none;
}

#conts .more a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#conts .more.yellow a {
	background-color: #DEB43B;
}

#conts .more.purple a {
	background-color: #A569CF;
}

/*------------------------------------------------------------
	btmSlide 
------------------------------------------------------------*/
.btmSlide {
	padding: 50px 0 20px;
	background-color: #F8F9FB;
}

.btmSlide h2 {
	margin-bottom: 10px;
	color: #A9B9C3;
	font-size: 3.6em;
	font-weight: normal;
	text-align: center;
  	font-family: 'Lato-BoldItalic';
}

.btmSlide .slideBox {
	margin: 0 auto;
	width: 982px;
}

.btmSlide .slideBox ul {
	margin: 0;
}

/*------------------------------------------------------------
	topInner 
------------------------------------------------------------*/
.topInner {
	margin: 0 auto 30px;
	padding: 30px 0 20px; 
	width: 980px;
}

.topInner .topBox {
	text-align: center;
	word-wrap: break-word;
}

.topInner .topBox p {
	margin: 0 35px;
	color: #FFF;
	font-size: 1.6em;
}

.topInner .topBox .ttl {
	margin: 0 0 17px;
	position: relative;
	font-size: 3em;
	text-shadow: 0 0 3px #666;
	behavior: url(../../../js/pc/pie.htc);
}

.topInner .topBox .ttl img {
	margin: -10px 20px 0 0;
	vertical-align: middle;
}

.topInner.purple {
	background: url(../../../img/pc/channel_a/top_box_bg.jpg) no-repeat left top;
}

.topInner.yellow {
	background: url(../../../img/pc/channel_b/top_box_bg.jpg) no-repeat left top;
}

.topInner02 {
	padding: 0;
}

.topInner02 h2 {
	margin-bottom: 26px;
	padding: 7px 20px 6px;
	font-size: 1.8em;
	color: #fff;
}

.topInner02 h2.purple {
	background-color: #A974CE;
}

.topInner02 h2.atrovirens {
	background-color: #3E5360;
}

/*------------------------------------------------------------
	loading 
------------------------------------------------------------*/
.loading {
	margin: 28px auto 60px;
	width: 32px;
	height: 60px;
	display: none;
}

.loading img {
	margin-top: 15px;
	width: 32px;
	height: 32px;
	-webkit-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite;
}

#main .jsList > li {
	display: none;
}

.hide {
	display: none;
}

@-webkit-keyframes loading {
	0% {
	-webkit-transform:rotate(0);
	transform:rotate(0)
	}
	100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
	}
}
@keyframes loading {
	0% {
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0)
	}
	100% {
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg)
	}
}
