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

.number-of-enrollment {
	display: block;
	position: relative;
	background: rgb(101,13,13); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(101,13,13,.8) 0%, rgba(26,26,26,.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(101,13,13,.8) 0%,rgba(26,26,26,.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(101,13,13,.8) 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: 0 0 40px 40px;
	padding: 8px 24px 12px;
	margin-top: -10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #dcc6a7;
	text-align: center;
	vertical-align: baseline;
	z-index: 500;
}
.number-of-enrollment::after {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 0;
	background: url("../images/num-enrollment_mark.svg") center bottom no-repeat;
	width: 100%;
	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: 60px;
	font-size: 6.0rem;
	line-height: 1em;
	color: #ffad39;
	transform: translateY(4px);
}
.number-of-enrollment .separation {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
}
.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: relative;
	background:#000;
	width:640px;
	height:1073px;
	overflow:hidden;
}
#topSlideContainer .bgslideimg {
	position:absolute;
	top:0;
	left:0;
	width:640px;
	height:930px;
}
#topSlideContainer ul#top-mainslideimg {
	position:absolute;
	top:930px;
	left:0;
	padding:0;
	margin:0;
	height:143px;
	list-style:none;
}
#topSlideContainer ul#top-mainslideimg li {
	float:left;
	height:143px;
}
#topSlideContainer .info {
	position:absolute;
	bottom:6px;
	left:0;
}
#topSlideContainer .info2 {
	position:absolute;
	bottom:20px;
	left:0;
}


.top-schedule {
	position:relative;
	padding:30px 0;
	width:640px;
}
.top-schedule:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/top/bg_schedule.jpg) center bottom no-repeat;
	width: 640px;
	height: 100vh;
	z-index: -1;
}


.top-news {
	position: relative;
	width: 640px;
	height: 1140px;
}
.top-news:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top/bg_whatsnew.jpg) center top no-repeat;
	background-size: auto 1140px;
	width: 640px;
	height: 100vh;
	z-index: -1;
}
.top-news .wnContainer {
	position: relative;
	height: 360px;
	overflow: hidden;
}
.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: 600px;
	height: 300px;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.6em;
	text-align: left;
	overflow: hidden;
	color: #fff;
	transition:.3s ease-in-out;
}
.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: 200px;
	height: 300px;
	overflow: hidden;
}
.top-news ul li .img img {
	height: 300px;
}
.top-news ul li .cmt {
	position: absolute;
	top: 10px;
	left: 200px;
	margin: 10px 15px;
	height: 300px;
	overflow: hidden;
}
.top-news ul li .ttl {
	padding-bottom:3px;
	margin-bottom:15px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #b9b9b9;
}
.top-news ul li .ttl strong {
	font-size: 16px;
	font-size: 1.6rem;
	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 .morebtn {
	position: absolute;
	bottom: -2px;
	right: -2px;
	background:url(../images/btn_bg.jpg) center center no-repeat;
	background-size:cover;
	border-radius:6px;
	padding:10px 20px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:500;
	color:#fff;
	text-align:center;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
}

.wnContainer .bx-pager {
	position: absolute;
	top: 320px;
	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: 140px;
	left: 0;
	margin-top: -1em;
	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 img {
	width: 90%;
}
.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;
	
	width: 80%;
}
.top-coution-mark {
	display: inline-block;
	width: 113px;
}
.top-coution-cmt {
	display: inline-block;
	padding: 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #fff;
	text-align: left;
}

.preloader {
	display:block;
	background:#fff url(../loading.gif) center center no-repeat;
}


.top-blog, .top-playnow {
	display: block;
	background: #171717;
	padding: 25px 0 50px;
	text-align: center;
}
.top-blog .ifr {
	width: 600px;
	height: 620px;
	overflow: hidden;
}
.top-blog .ifr iframe {
	margin-top: -54px;
}
.top-playnow .ifr {
	width: 600px;
	height: 281px;
	overflow: hidden;
}
.top-playnow .ifr iframe {
	margin-top: -68px;
}
.topblog-pc, .topnow-pc {
	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: 20px 10px 60px 20px;
	text-align: center;
}
.top-mailmaga .mg-qr {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}
.top-mailmaga .mg-qr a.mgentry-mail {
	display: block;
	background: #9d1111;
	border-radius: 12px;
	padding: 12px;
	margin: 20px;
	font-family:verdana;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
.top-mailmaga .mgform {
	display: inline-block;
}
.top-mailmaga .mgform input[type="text"] {
	display: block;
	width: 260px;
}
.top-mailmaga .mgform .radio {
	display: inline-block;
	float: left;
	margin-top: -4px;
}
.top-mailmaga .mgform .radio label {
	display: block;
	padding: 0 10px;
}
.top-mailmaga .mgform .form-btn {
	display: block;
}
.top-mailmaga .mgform .submit-btn {
	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: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.6);
}
.top-mailmaga .atten {
	display: inline-block;
	padding: 30px 25px 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #a5989c;
	text-align: left;
}
.top-mailmaga ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-mailmaga ul li {
	padding: 5px 5px 0 1em;
	font-size: 12px;
	font-size: 1.2rem;
	color: #c7c3ac;
	text-indent: -1em;
}
