@charset "utf-8";


/* school-play
---------------------------------------------------------------------------*/
#btnDoorRomper {
	display: none;
}

#mainContents {
	font-feature-settings: 'palt' 1;
	overflow: hidden;
	min-width: 1200px;
	padding-top: 45px;
}

#mainContents figure {
	margin: 0;
}

.fade-wrap {
	opacity: 0;
}


/* .img-top
---------------------------------------------------------------------------*/
.img-top {
	position: relative;
	width: 1044px;
	height: 696px;
	margin: 0 auto 60px;
}

.img-top::before {
	content: "";
	position: absolute;
	display: block;
	height: 11px;
	width: 1518px;
	background: #F2D47E;
	top: 0;
	left: -237px;
	z-index: 999;
}

.img-top:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -236px;
	background-color: #000000;
	width: 1516px;
	height: 100%;
	z-index: -1;
}

.img-top .bx-wrapper {
	margin: 0 auto;
	opacity: 0;
}

#loading-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #5F4B3E;
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: loading-slide-spin 0.5s infinite linear;
}

@keyframes loading-slide-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

#slider-school-play li {
	opacity: 0;
}

.curtain {
	position: absolute;
	top: 0;
	z-index: 100;
	height: 755px;
	opacity: 0;
}

.curtain-left {
	left: -236px;
	transform-origin: left top;
}

.curtain-right {
	right: -236px;
	transform-origin: right top;
}

.curtain img {
	display: inline-block;
	height: 100%;
	width: auto;
}

.curtain-right img {
	transform: scale(-1,1);
}


/* .sec-title
---------------------------------------------------------------------------*/
.sec-title {
	position: relative;
	width: 1100px;
	margin: 0 auto 70px;
	text-align: center;
}

.sec-title h1 {
	margin-bottom: 30px;
}

.sec-title p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.14em;
}

#mainContents .sec-title figure {
	position: relative;
	margin-top: 80px;
}

.sec-title figure img {
	display: block;
}

.sec-title figure img:nth-of-type(2) {
	float: left;
}

.sec-title figure img:nth-of-type(3) {
	float: left;
}

.sec-title figure img:nth-of-type(4) {
	float: right;
}

.sec-title figure figcaption {
	position: absolute;
	display: inline-block;
	right: 116px;
	bottom: 276px;
	background: #fff;
	padding: 8px 13px;
}

.sec-title .star {
	position: absolute;
	z-index: 2;
	top: 22px;
	right: 86px;
}

.sec-title .bear {
	position: absolute;
	top: 31px;
	left: 158px;
}


/* .sec-before
---------------------------------------------------------------------------*/
.sec-before {
	width: 1100px;
	margin: 0 auto 80px;
	text-align: center;
}

#mainContents .sec-before figure {
	margin-right: -30px;
	position: relative;
}

.sec-before .fig2 {
	margin-top: 150px !important;
}

.sec-before .fig3 {
	margin-right: 0 !important;
	margin-top: 140px !important;
	display: inline-block;
}

.sec-before figure > img {
	display: block;
	float: left;
	margin: 30px 30px 0 0;
}

.sec-before .fig3 > img {
	margin: 0 auto;
	float: none;
}

.sec-before figure > img:nth-of-type(1),
.sec-before figure > img:nth-of-type(2) {
	margin-top: 0;
}

.sec-before figure figcaption {
	position: absolute;
}

figcaption.caption1 {
	top: -110px;
	left: 32px;
}

figcaption.caption2 {
	top: -106px;
	right: -82px;
}

figcaption.caption3 {
	top: 0;
	left: -74px;
}



/* .sec-program
---------------------------------------------------------------------------*/
.sec-program {
	position: relative;
	width: 1100px;
	margin: 0 auto 100px;
	padding: 0 0 150px;
}

.sec-program:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/school-play/bg-program-top@2x.png) no-repeat center top;
	background-size: 100% 100%;
	width: 1210px;
	height: 185px;
	z-index: -1;
}

.sec-program:after {
	display: block;
	content: '';
	position: absolute;
	top: 185px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/school-play/bg-program.png) no-repeat center top;
	background-size: 100% 100%;
	width: 1478px;
	height: calc(100% - 185px);
	z-index: -1;
}

.sec-program h2 {
	text-align: center;
	margin-bottom: 35px;
}

.sec-program h2 i {
	display: block;
	margin-bottom: 18px;;
}

.sec-program h2 strong {
	display: block;
}

.sec-program h2 {
	position: relative;
}

.sec-program h2 .curtain-small {
	position: absolute;
	top: -140px;
}

.curtain-small.left {
	left: 55px;
}

.curtain-small.right {
	right: 55px;
	transform: scale(-1,1);
}

.sec-program ul {
	margin-top: -75px;
	margin-right: -112px;
}

.sec-program li {
	position: relative;
	float: left;
	width: 326px;
	margin: 70px 56px 0 0;
	list-style: none;
}

.sec-program li:nth-of-type(3n) {
	margin-right: 0;
}

.sec-program li:nth-of-type(10),
.sec-program li:nth-of-type(13),
.sec-program li:nth-of-type(19){
	clear: both;
}

.sec-program.loaded li:nth-of-type(3n-1) {
	transform: translateY(80px);
}

.sec-program li .label {
	position: absolute;
	top: -22px;
	left: 16px;
}

#mainContents .sec-program li figure {
	margin-bottom: 25px;
}

.sec-program li figure img {
	border-radius: 22px;
	display: inline-block;
	width: 100%;
	height: auto;
}

.sec-program li h3 {
	margin-bottom: 20px;
	color: #D3A371;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
}

.sec-program li h3 i {
	display: inline-block;
	margin-right: 12px;
	transform: translateY(1px);
}

.sec-program li p {
	color: #462E19;
	font-size: 12px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/* .sec-gallery
---------------------------------------------------------------------------*/
.sec-gallery {
	width: 1102px;
	margin: 0 auto;
}

.sec-gallery ul {
	margin-top: -14px;
}

.sec-gallery li {
	float: left;
	width: 110px;
	margin: 14px 14px 0 0;
}

.sec-gallery li:nth-of-type(9n) {
	margin-right: 0;
}

.sec-gallery li a {
	display: block;
}

.sec-gallery li a > img {
	border-radius: 10px;
}


/* .colorbox
------------------------------------*/
#cboxOverlay {
	background-color: #A99F99 !important;
	opacity: 0.95 !important;
}


/* .img-btm
---------------------------------------------------------------------------*/
.img-btm {
	width: 1100px;
	margin: 100px auto 100px !important;
}

.img-btm img {
	margin-bottom: 30px;
}

.img-btm img:first-of-type {
	margin-bottom: 26px;
}

.img-btm img.narrow {
	float: left;
	margin-right: 30px;
}

.img-btm img.narrow + img.narrow {
	margin-right: 0;
}
.img-btm img:last-of-type {
	margin-bottom: 0;
}