@charset "utf-8";

body{
overflow-x:hidden;
}
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/




#main .lBox {
	float: left;
	width: 71.45%;
}

#main .rBox {
	float: right;
	width: 27.82%;
}

#main .mainImg {
	margin-bottom: 8px;
}

#main .spMainImg {
	display: none;
}

#main .linkUl {
	float: right;
	width: 27.82%;
}

#main .linkUl li:first-child {
	margin-bottom: 8px;
}

#main .linkUl a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* PC */


.pcPhotoUl {
	width: 100%;
	min-height:110px;
	height:10vw;
	overflow:hidden;
		white-space:nowrap;

}

.pcPhotoUl li {
	margin-left: 8px;
	float: left;
	overflow:hidden;
	width: 8.2vw;
	min-width:92px;

	min-height:inherit;
	height:inherit;
	white-space:nowrap;
}

.pcPhotoUl li img {
	width: 8.2vw;
	min-width:92px;
}



.pcPhotoUl li:first-child {
	margin-left: 0;
	text-align:center;
	background:#f7b2de;
	padding:1.5% 1.1% 0 1.1%;

}

.pcPhotoUl li:first-child img {
	height: auto;
	width:90%;
}


.pcPhotoUl .member.hide {
	width: 4%;
	min-width: auto;
}


.pcPhotoUl .member.hover {
	width: auto;
	min-width:410px;
}

.pcPhotoUl .member .member_comment {
	width: 0;
	min-width:0;
	display:none;
	overflow:hidden;
	display:inline-block;
	opacity:0;
}

.pcPhotoUl .member.hover .member_comment {
width: 27vw;
min-width:320px;
opacity:1;

-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.pcPhotoUl .member {	
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;

}




.member .member_comment{ display:none;border:0 !important;height:100%; padding:10px; box-sizing:border-box; }
.member_comment3{ background:#7c0085 !important; color:#fff; } .member_comment3 a{ color:#fff; }
.member_comment5{ background:#279b46 !important; color:#fff; } .member_comment5 a{ color:#fff; }
.member_comment6{ background:#acd220 !important; color:#000; } .member_comment6 a{ color:#000; }
.member_comment7{ background:#e13680 !important; color:#fff; } .member_comment7 a{ color:#fff; }
.member_comment9{ background:#337ecc !important; color:#fff; } .member_comment9 a{ color:#fff; }
.member_comment10{ background:#e4501d !important; color:#fff; } .member_comment10 a{ color:#fff; }
.member_comment11{ background:#f8d227 !important; color:#000; } .member_comment11 a{ color:#000; }
.member_comment12{ background:#42abef !important; color:#fff; } .member_comment12 a{ color:#fff; }

.member_comment ,
.member_comment  a{
	white-space:normal;
}

.member_comment{
	padding:10px;
	box-sizing:border-box;

}


#main .tabPanelBox > div {
	border: 1px solid #E5E5E5;
	background-color: #FFF;
}

#main .tabPanelBox .tabPanel01 {
	width: 38.8%;
	float: left;
}

#main .tabPanelBox .tabPanel02 {
	width: 59.8%;
	float: right;
}

#main .tabPanelBox .tabUl {
	text-align: center;
	position: relative;
	z-index: 10;
}

#main .tabPanelBox .tabUl li {
	margin-bottom: -1px;
	display: inline;
}

#main .tabPanelBox .tabUl li a {
	padding: 4px 6px 3px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

#main .tabPanelBox .tabUl li.on a,
#main .tabPanelBox .tabUl li a:hover {
	color: #E50080;
	text-decoration: none;
	border-bottom: 2px solid #FF2A6A;
}

#main .tabPanelBox .tabBox {
	margin-top: -1px;
	padding: 0 0 0 5px;
	height: 200px;
	overflow-y: scroll;
	border-top: 1px solid #D6D6D6;
}

#main .tabPanelBox dt {
	padding-top: 4px;
	float: left;
}

#main .tabPanelBox dd {
	border-bottom: 1px solid #EAEAEA;
}


#main .tabPanelBox .newsDl dt {
	margin-top: 4px;
	min-height: 45px;
	width: 50px;
	color: #e5007f;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	background-color: #FCE5F2;
	font-weight: bold;
}

#main .tabPanelBox .newsDl dt span {
	display: block;
}

#main .tabPanelBox .newsDl dt .event {
	color: #FFF;
	background-color: #ED297E;
	padding: 2px 0 1px;
	margin-bottom: 2px;
}

#main .tabPanelBox .newsDl dt .date {
	margin-top: -1px;
	font-size: 14px;
	letter-spacing: -1px;
}

#main .tabPanelBox .newsDl dt .date01 {
	margin-top: 6px;
}

#main .tabPanelBox .newsDl dd {
	padding: 12px 5px 13px 60px;
	line-height: 1.3;
	min-height: 32px;
	letter-spacing: -0.5px;
}

#main .tabPanelBox .tabBox01 {
	padding-left: 0;
}

#main .tabPanelBox .tabBox01 .newsDl dt {
	margin-top: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
}

#main .tabPanelBox .tabBox01 .newsDl dd {
	padding: 5px 5px 4px 48px;
	color: #e4007f;
	font-size: 11px;
	line-height: 1.6;
	font-weight: bold;
	min-height: 38px;
}

#main .tabPanelBox .tabBox01 .newsDl dd .time {
	display: none;
}

#main .tabPanelBox .tabBox01 .newsDl dd.back {
	background-color: #FEEEF6;
}

#main .tabPanelBox .tabBox01 .newsDl dd a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

#main .tabPanelBox .tabBox01 .newsDl dd a:hover {
	text-decoration: none;
}

#main .tabPanelBox .noticeDl dt {
	padding: 8px 0 0 5px;
	color: #e4007f;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
}

#main .tabPanelBox .noticeDl dd {
	padding: 6px 0 6px 6em;
}

#main .tabPanelBox .noticeDl dd a {
	padding: 0 5px;
	margin-top: 6px;
	display: block;
	background-color: #FEEEF6;
	border-left: 2px solid #F458A5;
}

#main .tabPanelBox .noticeDl dd a:first-child {
	margin-top: 0;
}

#main .video {
	margin-top: -6vw;

/*
	margin-bottom: 8px;
*/
}

.btmLink {
	padding: 8px 0;
	background-color: #F8B1D9;
}

.btmLink ul {
	margin: 0 auto;
	width: 95%;
	min-width: 1000px;
}

.btmLink li {
/*	padding-left: 0.6%; */
	float: left;
}

.btmLink li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.btmLink .link01 {
	padding-left: 0;
	width: 13%;
}

.btmLink .link02 {
	width: 10.8%;
}

.btmLink .link03 {
	width: 37.5%;
}

.btmLink .link04 {
	width: 25%;
}

#main .rBox .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.spImg {
	display: none !important;
}

.spPhotoUl,
.spLinkUl {
	position:relative;
	display: none;
	z-index:1;
	background:#fff;
}

.video_pc{ }
.video_sp{ display:none; }

.sp_member{
	display:none;
}

@media all and (min-width: 0) and (max-width: 768px) {

	#gcalender{ display:none !important; }

	.video_pc{ display:none; }
	.video_sp{ display:block; }

	.spImg {
		display: block !important;
	}
	
	.pcImg {
		display: none !important;
	}

	#main { padding: 10px 10px 0; }
	#main .lBox,
	#main .rBox {
		float: none !important;
		width: 100% !important;
	}
	
	#main .mainImg {
		display: none;
	}

	#main .spMainImg {
		display: block;
	}
	
	#main .linkUl {
		float: none !important;
		width: 100% !important;
	}
	
	#main .linkUl li:first-child {
		margin-bottom: 6px;
	}
	
	#main .linkUl img {
		width: 100%;
	}
	
	 .pcPhotoUl {
		display: none;
	}


	.sp_member{
	display:none;
	position:relative;
	height:5px;
	border:0 !important;
	overflow:hidden;
	}

	.sp_member.show{
	height:100px;
	display:block;
	}



	.sp_member .member_comment{
	position:absolute;
	display:none;
	height:100px;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	}

	.spPhotoUl{
		display: block;
		width: 100%;
		white-space:normal;
		padding:1.2% 0;
	}
	
	.spPhotoUl li {
		padding-right: 2%;
		width: 32%;
		float: left;
		overflow:hidden;
	}
	
	.spPhotoUl li:nth-child(3n) {
		padding-right: 0;
	}
	
	.spPhotoUl img {
		width: 100%;
	}
	
	
	#main .tabPanelBox {
		margin-bottom: 5px;
	}

	#main .tabPanelBox > div {
		border-top: none;
	}
	
	#main .tabPanelBox .tabPanel01,
	#main .tabPanelBox .tabPanel02 {
		width: 100%;
		float: none;
	}
	
	#main .tabPanelBox .tabUl li a {
		padding: 4px 6px 0;
	}
	
	#main .tabPanelBox dt {
		padding-top: 4px;
		float: left;
	}
	
	#main .tabPanelBox dt img {
		width: 40px;
	}

	#main .tabPanelBox dd {
		border-bottom: 1px solid #EAEAEA;
	}

	#main .tabPanelBox .newsDl dt {
		padding-top: 0;
		margin-top: 0px;
		min-height: 40px;
		width: 42px;
		color: #e5007f;
		font-size: 9px;
		line-height: 1.2;
		text-align: center;
		background-color: #FCE5F2;

	}

	#main .tabPanelBox .newsDl dt .event {
		padding-top: 1px;
	}

	#main .tabPanelBox .newsDl dt .date {
		margin-top: 0;
		font-size: 15px;
	}
	
	#main .tabPanelBox .newsDl dd {

		font-size: 11px;
		min-height: 40px;
		margin-top: 0px;

	}
	
	#main .tabPanelBox .newsDl dd span {
		display: block;
	}

	#main .tabPanelBox .noticeDl dt {
		padding: 8px 0 0 0;
		float: none;
		font-size: 10px;
	}
	
	#main .tabPanelBox .noticeDl dt:nth-child(4n-1),
	#main .tabPanelBox .noticeDl dd:nth-child(4n) {
		background-color: #FEEEF6;
	}

	#main .tabPanelBox .noticeDl dd {
		padding: 0 0 6px;
		font-size: 10px;
	}
	
	#main .tabPanelBox .tabBox01 .newsDl dd a,
	#main .tabPanelBox .noticeDl dd a {
		padding: 2px 0 2px 15px;
		margin-top: 0;
		text-decoration: underline;
		background: url("../img/n_index/sp_icon01.png") no-repeat 5px 8px;
		background-size: 5px auto;
		border-left: none;
	}
	
	#main .tabPanelBox .tabBox01 {
		padding-left: 0;
	}
	
	#main .tabPanelBox .tabBox01 .newsDl dt {
		padding: 0;
	}
	
	#main .tabPanelBox .tabBox01 .newsDl dd {
		padding: 5px 5px 4px 48px;
		font-size: 8px;
	}

	#main .tabPanelBox .tabBox01 .newsDl dd .time {
		margin-left: 5px;
		display: inline-block;
	}
	
	#main .tabPanelBox .tabBox01 .newsDl dd a {
		font-size: 10px;
		padding: 2px 0 2px 8px;
		margin-top: 0;
		background: url("../img/n_index/sp_icon01.png") no-repeat left 6px;
		background-size: 5px auto;
	}
	
	#main .rBox .link {
		display: none;
	}
	
	#main .video {
		margin-top:0;
		/*
		margin-bottom: 0;
		*/
	}
	
	.btmLink {
		display: none;
	}
	
	.spLinkUl {
		display: block;
	}

	.spLinkUl li {
		padding-bottom: 6px;
	}
	
	.spLinkUl01 li {
		float: left;
		width: 50%;
	}

	.spLinkUl01 li a {
		display: block;
		border-right: 3px solid #FFF;
	}
	
	.spLinkUl01 li a:nth-child(2) {
		display: block;
		margin-top: 6px;
	}

	.spLinkUl01 li:nth-child(2n) {
		float: right;
	}


	.spLinkUl01 li:nth-child(2n) a {
		border-left: 3px solid #FFF;
		border-right: none;
	}
	
}


#dlbox{position:relative;}

/* pc */
#dlBoxCont {
	opacity:0;
	display:none;
	position: absolute;
	width: 500px;
	height: 194px;
	background: url("../img/n_index/dl_banner/dl_banner_bg2.png") left top no-repeat;
	margin:-119px 0 0 -479px;
	z-index:8888;
}

#dlBoxCont #dlLine1 {
	
	margin: 102px 30px 0 10px;
	text-align:center;
	/*height: 229px;*/

}

#dlBoxCont #dlLine2 {
	margin: 0 30px 0 10px;
	padding:10px 0 0 0;
	text-align:center;
}


#dlBoxCont #dlLine1 img {
padding:0 5px 10px 5px;
}

.slick{
	position: relative;
}

.slick,
.slick *{
	z-index: 0 !important;
}

.slick-prev1{
	position:absolute;
	top:50%;
	left:0;
	margin:-25px 0 0 4px;
	background:url("../img/n_index/arrow_l.png") 0 0 no-repeat;
	width:36px;
	height:50px;
	cursor:pointer;
}

.slick-next1{
	position:absolute;
	top:50%;
	right:0;
	margin:-25px 4px 0 0;
	background:url("../img/n_index/arrow_r.png") 0 0 no-repeat;
	width:36px;
	height:50px;
	cursor:pointer;
}

/* sp */

#dlBoxCont_sp_wrapper {
	opacity:0;
	display:none;
	position: absolute !important;
	top:0;
	height:100%;
	z-index:9998 !important;
	background:#fff;
}

#dlBoxCont_sp {
	opacity:0;
	display:none;
	background:#fff;
	width:inherit;
	z-index:9999;
	padding-top:20px;
}

#dlBoxCont_sp p{
margin:15px 0;
text-align:center;
}

#dlBoxCont_sp p img{
padding:0 5px 10px 5px;
text-align:center;
}

#dlBoxCont_sp p a img{
width:25% !important;
}

#dlBoxCont_sp p img.dl_title{
width:90% !important;
}


#simplyScroll{
height:60px;
}

#simplyScroll li{
margin:0 0 0 8px;
}


.tabBox{
overflow:hidden !important;
}

.mCSB_scrollTools_vertical{
width:10px !important;
}

.mCSB_container{
	margin:0 20px 0 0 !important;
}

.mCSB_dragger_bar{
	background-color: #e3017e !important; width:10px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.mCSB_draggerRail{
	background-color: #d6d6d6  !important; width:10px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
} 



/* slick */

	/* pc */
	.slick div{ overflow:hidden; }
	.slick-dots li{ margin:0 0 0 1px !important; }
	/*.slick-dots{ bottom:3% !important; max-height:30px !important; }*/
	.slick-dots{ bottom:6px !important; max-height:30px !important; }

	.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
	.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
	.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 10px; color: transparent; padding: 5px; cursor: pointer; }
	.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
	.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
	.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "●"; font-family:Arial; width: 20px; height: 20px; font-size: 21px !important; line-height: 20px; text-align: center; color: #fff; opacity: 1; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }
	.slick-dots li.slick-active button:before { color: #E80087; opacity: 1; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }

	/* sp */
	@media all and (min-width: 0) and (max-width: 768px) {
		.slick-dots{ top:6px !important; }

	.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
	.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
	.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 10px; color: transparent; padding: 5px; cursor: pointer; }
	.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
	.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
	.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "●"; font-family:Arial;width: 20px; height: 20px; font-size: 15px !important; line-height: 20px; text-align: center; color: #fff; opacity: 1; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }
	.slick-dots li.slick-active button:before { color: #E80087; opacity: 1; text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }
	}

/* fancy */
	@media all and (min-width: 0) and (max-width: 768px) {
		.fancybox-iframe{
			-o-transform: scale(0.8);
			-o-transform-origin: 0 0;
			-ms-transform: scale(0.8);
			-ms-transform-origin: 0 0;
			-moz-transform: scale(0.8);
			-moz-transform-origin: 0 0;
			-webkit-transform: scale(0.8);
			-webkit-transform-origin: 0 0;
			transform: scale(0.8);
			transform-origin: 0 0;
		}
	}


.pad10{ padding:10px; }
.padt0{ padding-top:0 !important; }
.display_none{display:none;}
