@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{background:url("../images/bg_color1.jpg");}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; background: url("../images/side_deco.png") center 300px repeat-y;}
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}



/*主視覺動畫*/
.kv_bg { width: 100%;}
.kvdeco {position: absolute;}
.kv_tt {
	top: calc((428 / 1920)* 100%);
    left: calc((566 / 1920)* 100%);
    width: calc((454 / 1920)* 100%);
	animation: bounceIn .9s;
	animation-delay: .8s;
	animation-fill-mode: backwards;
}
.kv_promotion {
	top: calc((450 / 1920)* 100%);
    left: calc((1036 / 1920)* 100%);
    width: calc((249 / 1920)* 100%);
	animation: bounceIn .9s;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}
.kv_stt {
	top: calc((200 / 1920)* 100%);
    left: calc((681 / 1920)* 100%);
    width: calc((412 / 1920)* 100%);
	animation: bounceInDown .9s;
	animation-delay: 1.2s;
	animation-fill-mode: backwards;
}
.kv_pp {
	top: calc((114 / 1920)* 100%);
    left: calc((1217 / 1920)* 100%);
    width: calc((591 / 1920)* 100%);
	animation: Move1 ease-in-out;
	animation-direction: 3s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}
@keyframes Move1 {	
	0% {transform: translateX(115%);}
	100% {transform: translateX(0%);}	
}


/*區塊*/
.blk_spa {
	margin:240px auto 120px;
	max-width: 1240px;
	background: url("../images/blk_bg.png")top center repeat-y;
}
.blk_spa::before{
	content: '';
	width: 1240px;
	margin: 0 auto -310px;
	background: url("../images/blk_be.png")center top no-repeat;
	height: 210px;
	display: flex;
	top:-210px;
	right: 0px;
	position: relative;
}
.blk_spa::after{
	content: '';
	width: 1240px;
	margin: -105px auto 0;
	background: url("../images/blk_af.png")center top no-repeat;
	height: 95px;
	display: flex;
	top:95px;
	right: 0px;
	position: relative;
}



/*文字標題*/
@font-face { font-family:GenJyuuGothic-Medium; src:  url("https://events.eslite.com/font/GenJyuuGothic-Medium.ttf");}
.btt {margin: 0px auto 60px;}
.btt h2{
   font-family: "Potta One", system-ui;
   font-weight: 400;
   font-style: normal;
   color: #0f2244;
   letter-spacing: 2px;
   font-size: 4rem;	
   text-shadow: 2px 2px #fff;	
}
.stt h3 {
   font-family:GenJyuuGothic-Medium;
   color: #fff;
   width: fit-content; 
   background: url("../images/stt_bg.png")top center repeat-x;
   letter-spacing: 2px;
   padding: 15px 20px 0;
}
.stt:before { 
   background-image: url("../images/stt_be.png");
   background-size: contain;
   display: inline-block;
   width: 30px; 
   height: 67px;
   margin-bottom: 0px;
   z-index: 99;
   content:""; 
}
.stt:after { 
   background-image: url("../images/stt_af.png");
   background-size: contain;
   display: inline-block;
   width: 30px; 
   height: 67px;
   margin-bottom: 0px;
   z-index: 99;
   content:""; 
}
.block_0 .btt {
	background: url("../images/btt_bgm.png")top center no-repeat;
	width: 100%;
	height: 188px;
	margin: 10px auto;
}
.block_0 .btt h2{
    padding: 85px 0 0 ;
}
.half ul h3 {
	font-family:GenJyuuGothic-Medium;
    color: #0f2244;
}



/*元件調整*/
.banner {padding:0;}
.hightlight, .quotes, .crosswise_3p, .alternate, .rectangle, .collect_5x6, .circle {margin: 20px auto;}
.alternate ul:nth-child(even) {margin: -102px auto 20px;}
.hightlightFont, .half ul {padding: 10px;}
.hlfont h2, .hl-font a {border-radius: 100px;}
.hlfont p {font-size: 1.1rem; margin: 10px auto 30px;}
.film-genre img {object-position: 0 0;}
.hightlightFont, .half ul {background: url("../images/bg_color3.jpg");}
.hlfont h2, .hl-font a, .hightlight .font h4, .collect_5x6 .s-row h4, .collect_5x6 .special {background: url("../images/bg_color2.jpg");}
.quotes li:nth-child(odd), .alternate ul:nth-child(odd) li:first-child {background: url("../images/bg_color4.jpg"); border: 0px solid #5e8499;}
.quotes li:nth-child(even), .alternate ul:nth-child(even) li:last-child {background: url("../images/bg_color3.jpg"); border: 0px solid #5e8499;}
.hightlight li, .collect_5x6 li {border: 1.5px solid #5e8499; box-sizing:content-box;}
.crosswise_3p li, .alternate li, .rectangle li {border: 1.5px solid #5e8499;}
.hightlight_s .scene li, ul.hl-font li, .half .scene li, .half li {border: 0px solid #5e8499;}
.quotes .font, .quotes .font .price, .alternate ul:nth-child(odd) li:first-child .font h4, .alternate .font p, .alternate ul:nth-child(odd) li:first-child .font .price, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(even) li:last-child .font .price {color: #0f2244;}
.quotes .font .price big, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big {color: var(--PV-eslite);}


/*box-mix*/
.box-mix .quotes .font h4:after {content:'';height: 32px;background:  url("../images/quote-left.svg") center center no-repeat;background-size: 100%;display:block;margin: 1rem 0;}
.box-mix .quotes .font:after { content:''; height: 32px;background:  url("../images/quote-right.svg") center center no-repeat; background-size: 100%;display:block; margin: 1rem 0;}
.box-mix ul:nth-last-child(odd).quotes li {background: url("../images/bg_color4.jpg");}
.box-mix ul:nth-last-child(even).quotes li {background: url("../images/bg_color3.jpg");}
.box-mix ul.quotes .font h4, .box-mix ul.quotes .font p, .box-mix ul.quotes .font p {color: #0f2244;}
.box-mix ul.quotes .font .price big {color: var(--PV-eslite);}


/*輪播統一設定*/
.slick-dotted.slick-slider {margin-bottom: 0px !important;}


/*攻略區*/
.block_0 {
	display: flex;
    flex-direction: column;
	background: url("../images/blk0_bg.png")top center no-repeat; 
	max-width: 1920px;
	background-size: contain;
	padding-top: 1px;
	margin: 0 auto 260px;
}
.link_a  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*按鈕*/
.button_go {margin: 20px auto 40px;}
.button_go a{
	text-align: center;
	width: 450px;
	height: 80px;
	display: block;
	background: url("../images/bg_color4.jpg");
	line-height: 75px;
	margin: 0 auto;
	border-radius: 50px;
	box-shadow: 0 7px #c36862;
	transition: .2s;
	font-size: 3rem;
	font-family: "Potta One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #0f2244;
    text-shadow: 2px 2px #fff;	
}
.button_go a:hover{ 
	filter:brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #c36862;	
}



/* -------------------------------------m版------------------------------------- */
@media screen and ( max-width: 991px ){
	
/*區塊*/
.blk_spa {
	margin:0vw auto 6vw;
	background: none;
}
.blk_spa::before, .blk_spa::after {display: none;}



/*文字標題*/
.btt {
	background: url("../images/btt_bgm.png")top center no-repeat;
	background-size: contain;
	width: 100%;
	height: 25vw;
	margin: 2vw auto;
}
.btt h2{
   letter-spacing: 0px;
   font-size: 2.4rem;	
   text-shadow: 1px 1px #fff;	
   padding: 12vw 0 0 ;	
}
.stt { margin: 2vw auto;}	
.stt h3 {
   font-family:GenJyuuGothic-Medium;
   color: #fff;
   font-size: 1.7rem;	
   background: url("../images/stt_bgm.png")top center no-repeat;
   background-size: contain;
   width: 100%;
   height: 10vw;
   letter-spacing: 0px;
   padding: 2vw 0 0;
}
.stt:before, .stt:after  {display: none;}

.block_0 .btt {
	background-size: contain;
	height: 25vw;
	margin: 2vw auto;
}
.block_0 .btt h2{
    padding: 12vw 0 0 ;	
}
.half ul h3 {
	font-size: 1.7rem;	
}	
	
/*元件調整*/
.hightlight, .quotes, .crosswise_3p, .alternate, .rectangle, .collect_5x6, .circle {margin: 2vw auto;}
.alternate ul:nth-child(even) {margin: auto;}		
.half ul {padding: 2vw 1vw; margin: 1vw;}	
.half .scene li {margin: 0;}	
.hightlight_s .scene img {width: 100%;}	
.hlfont h2 {font-size: 1.5rem; margin:-10vw auto 2vw;}
.hightlightFont ul.scene, .hightlightFont ul.hl-font {width:90vw !important; margin-bottom: 4vw;}	
.hlfont p {font-size: 1.1rem; line-height: 1.7rem; margin: 2vw auto 6vw;}	
.hlfont .price {font-size: 1.5rem; line-height: 1.7rem; margin: 1vw auto 3vw;}	
.collect_5x6 .s-row h4 {width: 46vw !important;}
.hightlight li, .collect_5x6 li {border: 0px solid #5e8499; box-sizing:border-box;}
.crosswise_3p li, .alternate li, .rectangle li {border: 0px solid #5e8499;}
	
	
/*box-mix*/
.box-mix {width: 95vw; margin: 2vw auto;}	
.box-mix ul.quotes li { margin-top: 2vw; border: 1.2px solid #ffffff36;}			
	
	
/*輪播統一設定*/	
.slider {margin: 2vw auto !important;}
.slick-dotted.slick-slider { padding-bottom: 2vw !important;}	
	
	
	
/*攻略區*/
.block_0 {
	width: 96%;
	margin: 0 auto 6vw;
	text-align: center;
	background: none;
}
.block_0 img{width: 100%;}	
.link_a {display: flex; flex-wrap: nowrap; }	
	
	
/*按鈕*/
.button_go {margin: 6vw 0 8vw;}
.button_go a{
	text-align: center;
	width: 72vw;
	height: auto;
	line-height: 13vw;
	font-size: 2.1rem;
	text-shadow: 1px 1px #fff;	
}	
	
	
}




/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 150px;
	height: auto;
	top:20%;
	right:1%;
	box-sizing: border-box;
	background: url("../images/bg_color2.jpg");
	border-radius: 100px;
	border: 3px solid #99bfda;
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	overflow:hidden;
}
.side-menu2 nav a{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:1rem;
	line-height: 1rem;
	font-family:GenJyuuGothic-Medium;
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left; }
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #e5f1ad;}
.side-menu2 nav ul.area2 li{border-radius: 50px; } 
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width: 991px ){
		.side-menu2 {display: none;}
	}

/*Plugin*/
.side-menu2 .nav {
	width: 98%;
    margin:40px auto;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
    color:  #0f2244!important; 
    background: url("../images/bg_color3.jpg");
	border-radius: 50px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*for mobile scrollmenu*/
.scrollmenu{display:none;}
@media screen and ( max-width: 991px ){
.scrollmenu{ 
	display:flex; 
	justify-content: flex-start; 
	overflow-x: auto; 
	white-space: nowrap; 
	z-index: 999; 
	top: 0; 
	width: 100vw; 
	padding: 2.5vw 1vw; 
	margin: 0 auto;  
	background:#0f2244;
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.05rem; 
	color: #0f2244 !important;
	text-decoration:none; 
	letter-spacing: 1.5px;
	padding: 1.7vw 3.5vw ; 
	text-align:center;
	border-radius: 100px; 
	background:#fff;
	margin: 0 1vw;
	font-family:GenJyuuGothic-Medium;
}
.scrollmenu a:hover{ 
    background: url("../images/bg_color3.jpg");
}



/*--  錨點微調--*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-45px;}
	}





 /*--goto top--*/          
 #gotop {display: inline-block;background-color: #000; width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
 #gotop::after {position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/top.png") center no-repeat;background-size: 50%;background-position: 85% 35%;}         
 #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{position: absolute;display: block;font-family: FontAwesome;content: '　';font-weight: normal;font-style: normal;font-size: 2em; line-height: 50px;color: #fff;opacity: 0.5;background: url("../images/share.png") center no-repeat;background-size: 50%;background-position: 80% 35%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 