@charset "utf-8";

/* top.css */
.pre_header {
	height: 40px;
}

.pre_topslider {
	text-align: center;
	height: 579px;
}

.pre_topslider1-wrapper {
	height: 285px;
}

.topslider {
	text-align: center;
}

.topslider1-wrapper img.onimg-topslider1 {
	display: none;
}

.topslider1 .slick-slide img {
	width: 100%;
}

.topslider2 .slick-slide img,
.topslider3 .slick-slide img,
.topslider4 .slick-slide img,
.topslider5 .slick-slide img,
.topslider2345-only1 img {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
	width: 100%;
}

.topslider2,
.topslider3,
.topslider4,
.topslider5 {
	width: 45%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin: 10px 2px;
}

.topslider2345-only1	{
	width: 100%;
}

.topslider2345-only1	div {
	width: 45%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	margin: 10px 2px;
}

.nowonair {
	margin-bottom: 0em;
	padding: 10px 0;
	height: auto;
	overflow: visible;
}

.nowonair section {
	height: auto;
	overflow-y: visible;
}

.nowonair h2 {
	background: url(../images/top/icon_nowonair.png) no-repeat left;
	background-size: auto 45px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0 15px 50px;
	text-align: left;
	width: 90%;
	margin-left: 4%;
}

.nowonair img {
	width: 100%;
}

.slick-dots li button:before {
	font-size: 15px;
	content: '●';
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #107bb8;
}

.topics,
.camchan-wrapper,
.newsevent-wrapper,
.anablog-wrapper,
.footerbanner-wrapper {
	width: 90%;
	margin: 0 auto;
}
.event_img {
    display: inline-block;
    //background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 95%;
    height: 300px;
    //border: 1px solid #ccc;
    background-size: contain;
}
.topics h2 {
	text-align: center;
	font-size: 150%;
}

.topics dl {
	margin-bottom: 10px !important;
}

.topics dt {
	color: #656666;
}

.camchan,
.camchan .box {
	width: 100%;
}

.camchan {
	padding: 10px 0;
	background: url(../images/sp/top/bg_camchan.jpg) no-repeat;
	background-size: cover;
}

.camchan:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;	
}

.camchan .box h2,
.newsevent .box h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0 15px 50px;
}

.camchan .box h2.cam {
	background: url(../images/top/icon_cam.png) no-repeat left;
	background-size: auto 45px;
	margin-bottom: 10px;
}

.camchan .box h2.chan {
	background: url(../images/top/icon_chan.png) no-repeat left;
	background-size: auto 45px;
}

.camchan .box h2.chan a {
	color: #000;
}

.newsevent .box h2.news {
	background: url(../images/top/icon_news.png) no-repeat left;
	background-size: auto 45px;
}

.newsevent .box h2.event {
	background: url(../images/top/icon_event.png) no-repeat left;
	background-size: auto 45px;
}

.newsevent .box h2.welcome {
	background: url(../images/top/icon_welcome.png) no-repeat left;
	background-size: auto 45px;
}

.anablog h2 {
	background: url(../images/top/icon_anablog.png) no-repeat left;
	background-size: auto 45px;
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0 15px 50px;
	display: table;
	margin: 0 auto 20px auto;
}

.camchan .box img,
.camchan .box iframe,
.newsevent .box iframe {
	width: 100%;
	height: auto;
}

.camchan .box ul.thumb li img {
	display: none;
}

.camchan .box img.pwdby {
	width: 100px;
	float: right;
}

.anablog {
	width: 100%;
	padding: 10px 0;
	clear: both;
	background: url(../images/sp/top/bg_anablog.jpg) no-repeat;
	background-size: cover;
}

.newsevent {
	width: 100%;
	padding: 10px 0;
	clear: both;
	background: url(../images/sp/top/bg_newsevent.jpg) no-repeat;
	background-size: cover;
}

.anablog .anapic {
	display: none;
}

.onpic {
	width: 100%;
}

.circle {
	background: #fff;
	padding: 1em;
	box-sizing: border-box;
}

.anablog p.name_e {
	color: #107bb8;
	font-size: 15px;
	background: #fff;
	padding: 0.2em 0.5em;
	margin: 0.5em auto;
	letter-spacing: 3px;
	display: table;
}

.anablog p.name_j {
	color: #e30081;
	font-weight: bold;
	font-size: 22px;
	background: #fff;
	padding: 0.1em 0.8em;
	display: table;
	margin: 0 auto 0.5em;
}

.anablog p.prof {
	background: #e30081;
	display: table;
	margin: 0.5em auto;
	padding: 0.5em 2em;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}

.anablog p.prof a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.footerbanner .slick-prev,
.footerbanner .slick-next {
	background: none;
	width: 20px;
	height: 20px;
}

.footerbanner .slick-prev {
	left: -10px;
}

.footerbanner .slick-next {
	right: -10px;
}

.footerbanner .slick-next:before,
.footerbanner .slick-prev:before {
	font-size: 20px;
}

.footerbanner .slick-next:before {
	content: "\f138";
	color: #fff;
	margin-right: 7px;
	font-family: FontAwesome;
	display: block;
	opacity: 100;
}

.footerbanner .slick-prev:before {
	content: "\f137";
	color: #fff;
	margin-right: 7px;
	font-family: FontAwesome;
	display: block;
	opacity: 100;
}

.chregist {
	font-weight: 600;
	padding: 5px 0 0 0;
	font-size: 12px
}

.chregist:before {
	content: "\f138";
	color: #e30081;
	margin-right: 7px;
	font-family: FontAwesome;
}

.chregist a {
	color: #e30081;
}

.camchan .box {
	position: relative;
}

.ch-regist-wrapper {
	float: right;
}

.box ul {
	text-align: center;
	padding: 0;
}

.box ul li a {
	color: #fff;
}

.box ul li a:hover {
	text-decoration: none;
}

.newsevent .box ul {
	text-align: left;
	margin-bottom: 20px;
}

.box ul.main li {
	overflow: hidden;
}

.box ul.main li:nth-child(2),
.box ul.main li:nth-child(3),
.box ul.main li:nth-child(4),
.box ul.main li:nth-child(5) {
	display: none;
}

.box ul.thumb li,
.box ul.newstab li {
	text-align: center;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	font-size: 12px;
	width: 7em;
	color: #fff;
	background: #107bb8;
	padding: 5px 10px;
	margin: 15px auto 0 auto;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
}

.box ul.thumb li {
	cursor: pointer;
}

.box ul.newstab li {
	position: relative;
}

.box ul.thumb li span {
	display: block;
}

.box ul.thumb li span.current,
.box ul.thumb li span.gcam {
	padding: 0 0 0 0;
	position: relative;
}

span.current:before {
	content: "";
	position: absolute;
	top: -14px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #107bb8 transparent;
	z-index: 0;
}

ul.thumb li.thumb5 span.current:before {
	content: "";
	position: absolute;
	top: -14px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #e30081 transparent;
	z-index: 0;
}

.box ul.newstab li.current-btm:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #107bb8 transparent transparent transparent;
	z-index: 0;
}

.camchan .box ul.thumb li.thumb5 {
	background: #e30081;
}

.circle dl {
	display: none;
}

.circle dl dd {
	font-weight: bolder;
}

.slick-prev {
	background: url(../images/top/arrow_left_anablog.png) no-repeat;
}

.slick-next {
	background: url(../images/top/arrow_right_anablog.png) no-repeat;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	background-size: contain;
	z-index: 9;
}

.zonewrapper-sp h2 {
	background: url(/images/top/icon_chan.png) no-repeat left;
	background-size: auto 45px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0 15px 50px;
	text-align: left;
	width: 90%;
	margin-left: 4%;
}

.anablog .slick-prev,
.anablog .slick-next {
	width: 27px;
	height: 27px;
	z-index: 9999;
	top: 20%;
}

.anablog .slick-next {
	right: -10px;
}

.anablog .slick-prev {
	left: -10px;
}

.slick-prev:before,
.slick-next:before {
	content: "";
}

.news-wrapper,
.event-wrapper,
.welcome-wrapper {
	padding: 2em;
	box-sizing: border-box;
	border: 3px solid #107bb8;
	background: #fff;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;	
}

.news-wrapper dt {
	color: #656666;
}

.news-wrapper dd {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	border-bottom: 1px dotted #221814;
}

.news-wrapper a.more,
.event-wrapper a.more,
.welcome-wrapper a.more {
	color: #d21078;
	border: 1px solid #d21078;
	background-color: #fff;
	padding: 0.5em 1em;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;	
}

.event-wrapper img,
.welcome-wrapper img {
	width: 60%;
	text-align: center;
	display: block;
	margin: 0 auto 20px auto;
}

.news-wrapper a.more:hover {
	text-decoration: none;
}

h3.welcome {
	font-size: 17px;
	text-align: center;
}

.event-wrapper h4,
.welcome-wrapper h4 {
	margin: 0 0 20px 0;
}

h3.event,
.welcome p.date2 {
	color: #107bb8;
	font-size: 17px;
	text-align: center;	
	font-weight: bold;
}

.footerbanner {
	background: #0074c1;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.footerbanner .slick-slide img {
    width: 118px;
}

.circle a.more {
	display: none;
}

/*-----------------------------------------------
 __breakpoint
-----------------------------------------------*/

@media (min-width: 1024px) {
	
	.pre_header {
		height: 60px;
	}
	.pre_topslider {
		height: 840px;
	}
	.pre_topslider1-wrapper {
		height: 500px;
	}
	.event_img {
	    display: inline-block;
	    //background-color: #ccc;
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin: 5px;
	    width: 100%;
	    height: 75%;
	    //border: 1px solid #ccc;
	    background-size: contain;
	}
	
	.container-fluid {
		padding: 0 0 0 0;
	}
	
	.mainslidewrapper {
		width: 1020px;
		height: 400px;
		margin: 0 auto;
		display: block;
	}	

	.topslider1-wrapper {
		position: relative;
		width: 730px;
		float: left;
	}

	.topslider1-wrapper img.onimg-topslider1 {
		display: block;
		position: absolute;
		bottom: 10px;
		left: -100px;
		z-index: 2;
	}
	
	a.link-onimg-topslider1 {
		z-index: 3;
		position: absolute;
		bottom: -20px;
		left: -80px;
		display: block;
		width: 174px;
		height: 179px;
	}
	
	.topslider {
		background: url(../images/top/bg_topslider.jpg) no-repeat;
		background-size: cover;
		padding: 100px 0 3em 0;
	}

	.topslider1 {
		margin: 0 auto 15px auto;
		width: 100%;
	}
	
	.topslider1 .slick-slide img {
		width: 100%;
		height: 400px;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;		
	}
	
	.topslider1 .slick-prev {
		background: url(../images/top/arrow_left_topslider1.png) no-repeat;
		background-size: 100%;
		left: -15px;
	}

	.topslider1 .slick-next {
		background: url(../images/top/arrow_right_topslider1.png) no-repeat;
		background-size: 100%;
		left: 715px;
	}
	
	.zonewrapper {
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 0 0;
		clear: both;
	}
	
	.topslider2345-wrapper {
		width: 1000px;
		margin: 20px auto 0 auto;
		font-size: 0;
	}	
	
	.nowonair {
		width: 240px;
		height: 398px;
		margin-bottom: 0;
		float: right;
		overflow: hidden;
		background: #fff;
		text-align: left;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;	
	}

	.nowonair section {
		width: 230px;
		height: 398px;
		padding: 0 10px 10px 10px;
		overflow-y: scroll;
	}

	.nowonair:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;		
	}
	
	.nowonair h2 {
		font-size: 16px;
	}	
	
	.topslider5 {
		display: none;
	}

	.topslider2,
	.topslider3,
	.topslider4 {
		width: 320px;
		display: inline-block;
		margin: 10px 0 10px 20px;
	}
	
	.topslider2 {
		margin: 10px 0 10px 0;
	}	

	.topslider234-only1	{
		width: 100%;
	}

	.topslider234-only1	div {
		width: 330px;
		margin: 10px 2px;
	}		

	.slick-dots li button:before {
		font-size: 25px;
	}

	.slick-dots li.slick-active button:before {
		color: #fff;
	}

	.topics {
		width: 1000px;
		display: table;
		font-size: 16px;
		margin: 40px auto;
		padding: 0 0 0 180px;
		position: relative;	
		opacity:0;
		//left: 600px;
		left: 0px;
	}
	
	.topics:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;		
	}
	
	.topics dl {
		margin-left: 0px;
	}		

	.topics h2 {
		font-weight: bold;
		font-size: 23px;
		letter-spacing: 2.5px;
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 23px;
	}

	.topics > dl:last-child {
		margin-bottom: 0 !important;
	}

	.topics dt,
	.topics dd {
		vertical-align: top;
	}

	.topics dt {
		float: left;
	}

	.topics dd {
		padding-left: 120px;
	}
	
	.camchan {
		height: 500px;
		display: table;
		padding: 20px 0;
		background: url(../images/top/bg_camchan.jpg) no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	
	.camchan img.movie {
		height: 270px;
	}	
	
	.camchan img.movie:hover {
		cursor: pointer;
	}
	
	.camchan-wrapper,
	.anablog-wrapper,
	.newsevent-wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	
	.camchan-wrapper {
		position: relative;	
		opacity:0;
		right: 600px;
	}
	
	.camchan .box,
	.newsevent .box {
		width: 476px;
		display: inline-block;
		*display: inline;  
    	*zoom: 1;
		vertical-align: top;
	}
	
	.camchan .box {
		width: 476px;
	}
	
	.newsevent .box {
		width: 310px;
	}
	
	.camchan-wrapper > .box:first-child,
	.newsevent-wrapper > .box:first-child {
		margin-right: 30px;
	}
	
	.newsevent-wrapper .box {
		padding-top: 80px;
	}	

	.newsevent-wrapper > .box:nth-child(2) {
		margin-right: 30px;
	}
	
	.camchan .box h2,
	.newsevent .box h2 {
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.camchan .box h2.cam,
	.camchan .box h2.chan,
	.newsevent .box h2.news,
	.newsevent .box h2.event,
	.newsevent .box h2.welcome,
	.anablog h2 {
		padding: 20px 0 20px 55px;
		background-size: auto 55px;
	}
	
	.camchan .box h2.cam {
		margin-bottom: 30px;
	}
	
	.newsevent .box h2.news,
	.newsevent .box h2.event,
	.newsevent .box h2.welcome {
		margin-bottom: 30px;
		position: absolute;
		top: 0;
		display: block;
	}
	
	.camchan .box li.main img,
	.camchan .box iframe,
	.newsevent .box iframe {
		width: 476px;
		height: 270px;
	}
	
	.camchan .box ul.main li {
		height: 270px;
	}
	
	.camchan .box img.pwdby {
		width: auto;
		height: 30px;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	.chregist {
		color: #e30081;
		padding: 15px;
		font-size: 12px;
	}
	
	.ch-regist-wrapper {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.box ul li {
		font-size: 16px;
	}

	.box ul.thumb li a {
		padding: 10px 20px;
		border-radius: 18px 18px 18px 18px;
		-moz-border-radius: 18px 18px 18px 18px;
		-webkit-border-radius: 18px 18px 18px 18px;
	}
	
	.anablog {
		height: 600px;
		display: table;
		padding: 20px 0;
		position: relative;
		background: url(../images/top/bg_anablog.jpg) no-repeat;	
		background-size: cover;	
	}
	
	.anablog-wrapper {
		position: relative;
		height: 600px;
		opacity: 0;
		left: 600px;
	}
	
	.anablog .maintitle {
		display: table;
		margin: 0 auto;
	}	
	
	.onpic {
		width: 300px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 99999;
		left: 50px;
		border: 10px solid #fff;
		box-sizing: border-box;
	}
	
	.newsevent {
		height: 600px;
		display: table;
		padding: 20px 0;
		position: relative;
		background: url(../images/top/bg_newsevent.jpg) no-repeat;	
		background-size: cover;	
	}
	
	.newsevent-wrapper {
		position: relative;
		height: 565px;
		opacity:0;
		right: 600px;
	}
	
	.news-wrapper,
	.event-wrapper,
	.welcome-wrapper {
		height: 430px;
		position: absolute;
		width: 324px;
		bottom: 0;
	}
	
	h3.event, .welcome p.date2 {
		margin-top: 20px;
	}

	.news-wrapper a.more,
	.event-wrapper a.more,
	.welcome-wrapper a.more {
		font-size: 12px;
		border-radius: 14px 14px 14px 14px;
		-moz-border-radius: 14px 14px 14px 14px;
		-webkit-border-radius: 14px 14px 14px 14px;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 50%;		
	}
	
	.news-wrapper dt {
		font-size: 16px;
	}

	.news-wrapper dd {
		font-size: 17px;
	}
	
	.footerbanner-wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	
	.slick-dots {
		bottom: -32px;
	}	
	
	.circle {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0;
		width: 436px;
		height: 436px;
		border-radius: 436px 436px 436px 436px;
		-moz-border-radius: 436px 436px 436px 436px;
		-webkit-border-radius: 436px 436px 436px 436px;
	}

	.anablog-slider div {
		position: relative;
	}
	
	.anablog-slider div:focus {
		outline: 0;
	}	
	
	.anablog .slick-next {
		right: -60px;
	}

	.anablog .slick-prev {
		z-index: 999999999;
		left: -60px;
	}
	
	.circle dl {
		text-align: center;
		width: 320px;
		margin: 0 auto;
		padding: 2em 0 0 0;
		display: block;
	}

	.circle dl dt {
		font-size: 22px;
		color: #fff;
		background: #717171;
		border-radius: 22px 22px 22px 22px;
		-moz-border-radius: 22px 22px 22px 22px;
		-webkit-border-radius: 22px 22px 22px 22px;
		padding: 1px 2em;
		display: inline;
	}

	.circle dl dd {
		font-size: 22px;
		margin: 1em 0 1em 0;
	}

	.circle p {
		text-align: left;
		overflow: hidden;
		width: 230px;
		margin: 0 auto 1em auto;
	    height: 192px;
	    line-height: 1.4;
	    position: relative;
	    &:before,
	    &:after {
	      background: #fff;
	      position: absolute;
	      color: #000;
	    }
	    &:before {
	      content: "...";
	      top: 180px;
	      right: 0;
	    }
	    &:after {
	      content: "";
	      height: 100%;
	      width: 100%;
	    }
	}
	
	.circle a.more {
		font-size: 15px;
		letter-spacing: 2px;
		color: #107bb8;
		font-weight: bold;
		position: relative;
		display: table;
		line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	.circle a.more:after {
		content: "";
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: -50px;
		display: block;
		background: url(../images/top/arrow_more_anablog.png) no-repeat right;
	}
	
	.anablog .anapic {
		position: absolute;
		bottom: 0;
		right: 40px;
		height: 100%;
		display: block;
	}	
	
	.anablog p.name_e {
		position: absolute;
		top: 340px;
		right: 0;
		font-size: 24px;
		padding: 0.2em 0.5em;
	}
	
	.anablog .slick-slider .slick-track {
		height: 560px;
	}

	.anablog p.name_j {
		position: absolute;
		top: 400px;
		right: 0;
		font-size: 40px;
		padding: 0.1em 0.8em;
	}	

	.anablog p.prof {
		position: absolute;
		top: 470px;
		right: 0;
	}

	.anablog p.prof a {
	}
	
	.anablog .slick-prev,
	.anablog .slick-next {
		width: 84px;
		height: 84px;
		top: 50%;
	}
	
	.boxbottom {
		vertical-align: bottom !important;
	}
	
	.footerbanner {
		padding: 10px 0;
	}
	
	.footerbanner .slick-slide img {
    	width: auto;
	}
	
	.footerbanner .slick-slide {
		height: auto;
	}

	.footerbanner .slick-prev,
	.footerbanner .slick-next {
		width: 25px;
		height: 25px;
	}
	
	.footerbanner .slick-prev {
		left: -40px;
	}

	.footerbanner .slick-next {
		right: -40px;
	}	

	.footerbanner .slick-next:before,
	.footerbanner .slick-prev:before {
		font-size: 25px;
	}
	
	.dropdown-menu {
		left: 0;
	}
	
}

