@charset "UTF-8";
/* CSS Document */

.number-of-enrollment {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgb(101,13,13); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(101,13,13,1) 0%, rgba(26,26,26,.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(101,13,13,1) 0%,rgba(26,26,26,.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(101,13,13,1) 0%,rgba(26,26,26,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650d0d', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
	border-radius: 40px 0 0 0;
	padding: 8px 24px 12px 40px;;
	font-size: 18px;
	color: #dcc6a7;
	vertical-align: baseline;
	z-index: 500;
}
.number-of-enrollment::after {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 0;
	background: url("../images/num-enrollment_mark.svg") left bottom no-repeat;
	width: 100%;
	max-width:436px;
	height: 25px;
	mix-blend-mode: lighten;
}
.number-of-enrollment strong {
	display: inline-block;
	padding-left: 2px;
	font-family: 'adobe-garamond-pro', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	line-height: 1em;
	color: #ffad39;
	transform: translateY(4px);
}
.number-of-enrollment .separation {
	display: inline-block;
	padding: 0 10px;
	font-size: 28px;
}
.number-of-enrollment span {
	display: inline-block;
	opacity: 0;
}
.number-of-enrollment span:nth-of-type(1) {
	animation:numAnim .85s ease-in .3s forwards;
}
.number-of-enrollment span:nth-of-type(2) {
	animation:numAnim .85s ease-in .5s forwards;
}
.number-of-enrollment span:nth-of-type(3) {
	animation:numAnim .85s ease-in .7s forwards;
}
@keyframes numAnim {
	0% { transform: translateY(8px); opacity: 0; }
	100% { transform: translateY(0); opacity: 1; }
}

#topSlideContainer {
	position:fixed;
	top: 95px;
	left: 0;
	background:#000;
	width:100%;
	height:698px;
	overflow:hidden;
	z-index: 0;
}
#topSlideContainer .bgslideimg {
	width:100%;
	height:555px;
}
.bgslideimg .slick-slide {
	transition: all ease-in-out .3s;
	opacity:.3;
}
.bgslideimg .slick-active {
	opacity:.9;
}
.bgslideimg .slick-current {
	opacity:1;
}
ul#top-mainslideimg {
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	list-style:none;
}
ul#top-mainslideimg li {
	float:left;
	width:1570px;
	height:143px;
	overflow:hidden;
}
#topSlideContainer .info {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-440px;
}
#topSlideContainer .info a {
	transition:all 0.6s;
}
#topSlideContainer .info a:hover {
	filter:brightness(1.3);
	transition:filter 0.3s;
}
#topSlideContainer .info2 {
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-513px;
}

.topContainer {
	position: absolute;
	top: 793px;
	left: 0;
	width: 100%;
	min-width: 1400px;
	z-index: 1;
}

.top-schedule {
	background:url("../images/top/bg_schedule.jpg") center top no-repeat fixed;
	padding:30px 0;
	width:100%;
	min-width:1400px;
}


.top-news {
	position:relative;
	background:url(../images/top/bg_whatsnew.jpg) center top no-repeat fixed;
	padding:30px 0 0;
	width:100%;
	min-width:1400px;
	height:860px;
}
.top-news .wnContainer {
	position: relative;
	padding-bottom: 40px;
	width: 1395px;
}
.top-news ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-news ul li a {
	display: inline-block;
	position: relative;
	border: 1px #e92747 solid;
	border-radius: 12px;
	width: 450px;
	height: 250px;
	font-size:12px;
	line-height:1.6em;
	text-align: left;
	overflow: hidden;
	color: #fff;
	transition:.3s ease-in-out;
}
.top-news ul li a.none {
	cursor: pointer;
}
.top-news ul li a:hover {
	border: 1px #fff solid;
	text-decoration: none;
	transition:.6s ease-in-out;
}
.top-news ul li .img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 250px;
	overflow: hidden;
}
.top-news ul li .img img {
	height: 250px;
}
.top-news ul li .cmt {
	position: relative;
	margin: 15px 15px 15px 175px;
	height: 215px;
	overflow: hidden;
}
.top-news ul li .ttl {
	padding-bottom:3px;
	margin-bottom:15px;
	font-size: 10px;
	color: #b9b9b9;
}
.top-news ul li .ttl strong {
	font-size:20px;
	font-weight:400;
	line-height:1.3em;
	color: #e92747;
	transition:.6s ease-in-out;
}
.top-news ul li a:hover .ttl strong {
	color: #fff;
	transition:.3s ease-in-out;
}
.top-news a.morebtn {
	display:none;
}

.wnContainer .bx-pager {
	position: absolute;
	top: 265px;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline;
}
.wnContainer .bx-pager-item {
	display: inline;
	padding: 0 10px;
}
.wnContainer .bx-pager-item a {
	background: #8e505a;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -200%;
	overflow: hidden;
	border-radius: 50%;
	transition:.6s ease-in-out;
}
.wnContainer .bx-pager-item a:hover {
	background: #e92747;
	transition:.3s ease-in-out;
}
.wnContainer .bx-pager-item a.active {
	background: #e92747;
}

.wnContainer .bx-controls-direction {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 0px;
}
.wnContainer .bx-controls-direction a {
	width: 40px;
	height: 40px;
	display: block;
	background: rgba(0,0,0,.8);
	position: relative;
	text-indent: -100%;
	overflow: hidden;
}
.wnContainer .bx-controls-direction a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition:.3s ease-in-out;
}
.wnContainer .bx-controls-direction a:before,
.wnContainer .bx-controls-direction a:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 8px;
	transition:.6s ease-in-out;
}
.wnContainer .bx-controls-direction a:after {
	width: 16px;
	height: 16px;
	border-top: 2px solid #e92747;
	border-right: 2px solid #e92747;
	transform: rotate(45deg);
}
.wnContainer .bx-controls-direction a.bx-prev:after {
	transform: rotate(-135deg);
	left: 16px;
}
.wnContainer .bx-prev {
	float: left;
}
.wnContainer .bx-next {
	float: right;
}

.top-bnrarea {
	padding: 25px 0;
	text-align: center;
}
.top-bnrarea a {
	transition:.6s ease-in-out;
}
.top-bnrarea a:hover {
	filter: brightness(1.1);
	transition:.3s ease-in-out;
}

.top-coution {
	display: inline-block;
	border-bottom: 1px #e92747 solid;
}
.top-coution-mark {
	display: inline-block;
	width: 113px;
	vertical-align: bottom;
}
.top-coution-cmt {
	display: inline-block;
	padding: 0 0 12px 10px;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
	vertical-align: bottom;
}


.top-blog, .top-playnow {
	display: block;
	background: #171717;
	background: rgba(23,23,23,.95);
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	padding: 25px 0 50px;
	text-align: center;
}
.top-blog .ifr {
	width: 1200px;
	height: 520px;
	overflow: hidden;
}
.top-blog .ifr iframe {
	margin-top: -34px;
}
.top-playnow .ifr {
	width: 1200px;
	height: 300px;
	overflow: hidden;
}
.top-playnow .ifr iframe {
	margin-top: -42px;
}
.topblog-sp, .topnow-sp {
	display: none;
}


.top-mailmaga {
	background: #180b0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #180b0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#180b0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#180b0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#180b0e',GradientType=0 ); /* IE6-9 */
	padding: 54px 0 84px;
	width: 100%;
	min-width: 1400px;
	font-size: 14px;
	line-height: 1.9em;
	text-align: center;
}
.top-mailmaga .mg-qr {
	background: url("../images/mailmaga_qr.png") no-repeat;
	display:inline-block;
	width: 515px;
	height: 175px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.top-mailmaga .mg-qr br {
	display: none;
}
.top-mailmaga .mgform {
	display:inline-block;
	margin:0 10px 20px;
}
.top-mailmaga .mgform input[type="text"] {
	float: left;
	margin-top: -1px;
	width: 420px;
}
.top-mailmaga .mgform .radio {
	display: inline-block;
	float: left;
}
.top-mailmaga .mgform .radio label {
	display: block;
	padding-right: 10px;
}
.top-mailmaga .mgform .form-btn {
	display: inline-block;
}
.top-mailmaga .mgform .submit-btn {
	float: left;
	background: url(../images/btn_bg.jpg) center center no-repeat;
	background-size: cover;
	border: none;
	border-radius: 6px;
	padding: 10px 32px;
	margin: 0 0 0 4px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
}
.top-mailmaga .atten {
	display: inline-block;
	padding: 5px 0 0;
	line-height: 1.6em;
	color: #a5989c;
	text-align: left;
}
