@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/bg_bottom.png")bottom center no-repeat fixed, url("../images/side_deco.png")center 200px 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_pp1 {
	top: calc((289 / 1920)* 100%);
    left: calc((425 / 1920)* 100%);
    width: calc((279 / 1920)* 100%);
	animation: Move1 ease-in-out;
	animation-direction: 5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}
.kv_pp2 {
	top: calc((352 / 1920)* 100%);
    left: calc((1174 / 1920)* 100%);
    width: calc((310 / 1920)* 100%);
	animation: Move2 ease-in-out;
	animation-direction: 5s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}
.kv_phone {
	top: calc((114 / 1920)* 100%);
    left: calc((660 / 1920)* 100%);
    width: calc((601 / 1920)* 100%);
}
.kv_pk {
	top: calc((588 / 1920)* 100%);
    left: calc((723 / 1920)* 100%);
    width: calc((474 / 1920)* 100%);
	animation: bounceIn 1.1s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}
.MySwipeKV1{
	top: calc((598 / 1920)* 100%);
    left: calc((48 / 1920)* 100%);
	width: calc((415 / 1920)* 100%);

}
.MySwipeKV2{
	top: calc((938 / 1920)* 100%);
    left: calc((1429 / 1920)* 100%);
	width: calc((350 / 1920)* 100%);
}
.MySwipeKV3{
	top: calc((246 / 1920)* 100%);
    left: calc((1584 / 1920)* 100%);
	width: calc((247 / 1920)* 100%);
}
.MySwipeKV1 .swiperKV-container{overflow: hidden; border-radius: 100%;}
.MySwipeKV2 .swiperKV-container{overflow: hidden; border-radius: 100%;}
.MySwipeKV3 .swiperKV-container{overflow: hidden; border-radius: 100%;}
.MySwipeKV1 .swiperKV-container .swiper-slide img, .MySwipeKV2 .swiperKV-container .swiper-slide img, .MySwipeKV3 .swiperKV-container .swiper-slide img {width: 100%!important;}

/*動畫*/
@keyframes Move1 {	
	0% {transform: translateX(115%);}
	100% {transform: translateX(0%);}	
}
@keyframes Move2 {	
	0% {transform: translateX(-80%);}
	100% {transform: translateX(0%);}	
}



/*區塊*/
.blk_spa {margin-bottom: 60px;}


/*文字*/
@font-face {font-family:GenJyuuGothic-Heavy; src:  url("https://events.eslite.com/font/GenJyuuGothic-Heavy.ttf");}
.btt {
	background: url("../images/btt_bg.png")top center no-repeat;
	width: 100%;
	height: 170px;
	margin: 10px auto -25px;
}
.btt h2 {
	font-family:GenJyuuGothic-Heavy;
	font-size: 3.6rem;
	letter-spacing: 2px;
	color: #fff;
	padding: 47px 0 0 105px;
}
.block_00 .btt, .block_1 .btt {margin: 10px auto;}
.stt {margin: 30px auto 0;}
.stt h3{
	font-family:GenJyuuGothic-Heavy;
	color: #012d54; 
	font-size: 2.4rem;
	letter-spacing: 2px;
	padding: 10px 10px 18px;
	width: fit-content; 
	background: url("../images/stt_bg.png")top center repeat-x;
}
.stt:before { 
	background-image: url("../images/stt_be.png");
    background-size: contain;
    display: inline-block;
    width: 68px; 
    height: 63px;
	margin-bottom: -5px;
    content:""; 
}
.stt:after { 
	background-image: url("../images/stt_af.png");
    background-size: contain;
    display: inline-block;
    width: 68px; 
    height: 63px;
	margin-bottom: -5px;
    content:""; 
}
.half ul h3 {
	background: url("../images/stt_bgm.png")top center no-repeat;
	height: 63px;
	background-size: contain;
	font-family:GenJyuuGothic-Heavy;
	color: #012d54; 
	font-size: 2.2rem;
	padding: 12px 0 0;
}


/*元件調整*/
.banner {padding:0;}
.rectangle_3p, .collect_5x6, .hightlight, .alternate, .photograph, .rectangle, .various, .crosswise_3p {margin:20px auto;}
.alternate ul:nth-child(even) {margin: -102px auto 20px;}
.round_3p {margin:20px auto;}
.hightlight li, .alternate li, .rectangle li, .various li, .collect_5x6 li, .rectangle_3p li, .crosswise_3p li, .block_6 .banner img, .photograph .font {border:1.5px solid #012d54; border-radius: 15px; box-shadow: 2px 3px #012d54;}
.photograph img { border-radius: 15px; }
.scene li {border:0px solid #012d54; border-radius: 0px; box-shadow: 0px 0px #012d54;}
.scene .font p {color: #fff;}
.collect_5x6 .special, .hightlight .font h4, .various .font h4 {background: url("../images/bg_color3.jpg");}
.collect_5x6 .s-row h4 {
	background: url("../images/bg_color3.jpg");
	width: 100%!important;
	border-radius: 13px 13px 0 0;
}
.collect_5x6 .s-row img {width: 100%;  margin: 40px auto 0;}
.hightlight img {width: 100%; border-radius: 13px 13px 0 0;}
.alternate ul:nth-child(odd) li:first-child {background: url("../images/bg_color2.jpg"); border-radius: 100px 15px 15px;}
.alternate ul:nth-child(even) li:last-child {background: url("../images/bg_color2.jpg"); border-radius: 15px 15px 100px;}
.alternate ul:nth-child(odd) li:first-child .font h4, .alternate ul:nth-child(even) li:last-child .font h4, .alternate ul:nth-child(odd) li:first-child .font .price big, .alternate ul:nth-child(even) li:last-child .font .price big {color:#012d54; }
.half ul {background: url("../images/bg_color2.jpg"); border-radius: 15px; }
.round_3p img { border: 4px solid #ff8693;}



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


/*按鈕*/
.button_go {margin: 20px auto 40px;}
.button_go a{
	text-align: center;
	width: 370px;
	height: 80px;
	display: block;
	background: url("../images/bg_color2.jpg");
	line-height: 80px;
	margin: 0 auto;
	border-radius: 50px;
	box-shadow: 0 7px #d5414f;
	transition: .2s;
	font-size: 2.5rem;
	color: #fff;
	font-family:GenJyuuGothic-Heavy;
}
.button_go a:hover{ 
	filter:brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #d5414f;	
}



/* -------------------------------------m版------------------------------------- */
@media screen and ( max-width: 991px ){
	
	
/*區塊*/
.blk_spa {margin-bottom: 6vw;}
	
	
/*文字*/
.btt {
	background-size: contain;
	width: 100%;
	height: 22vw;
	margin: 2vw auto -2vw;
}
.btt h2 {
	font-size: 2.1rem;
	letter-spacing: 1px;
	padding: 6.2vw 0 0 15vw;
}
.block_00 .btt, .block_1 .btt {margin: 2vw auto;}
.stt {margin: 3vw auto 0;}
.stt h3, .half ul h3{
	font-family:GenJyuuGothic-Heavy;
	color: #012d54; 
	font-size: 1.7rem;
	letter-spacing: 0px;
	padding: 2vw 3vw 3vw;
	width: 100%; 
	background: url("../images/stt_bgm.png")top center no-repeat;
	background-size: contain;
	height: 10vw;
}
.stt:before, .stt:after { display: none;}
	
	
	
/*元件調整*/
.rectangle_3p, .collect_5x6, .hightlight, .alternate, .photograph, .rectangle, .various, .crosswise_3p {margin:2vw auto;}
.alternate ul:nth-child(even) {margin: auto;}	
.round_3p {margin:8vw auto;}
.half ul {padding: 2vw 0; margin: 1vw;}	
.hightlight li, .alternate li, .rectangle li, .various li, .collect_5x6 li, .rectangle_3p li, .crosswise_3p li, .block_6 .banner img, .photograph .font {border:1.5px solid #012d54; border-radius: 15px; box-shadow: 0px 0px #012d54;}	
.scene li {border:0px solid #012d54; border-radius: 0px; box-shadow: 0px 0px #012d54;}	
.alternate ul:nth-child(odd) li:first-child {border-radius: 60px 15px 15px;}
.alternate ul:nth-child(even) li:last-child {border-radius: 15px 15px 60px;}	
	
	
/*攻略區*/
.block_00 {
	width: 96%;
	margin: 0 auto 4vw;
	text-align: center;
	background: none;
	padding: 1vw 0 0;
}
.block_00 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: 15vw;
	font-size: 2rem;
}	
	
	
}









/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 150px;
	height: auto;
	top:30%;
	right:1%;
	box-sizing: border-box;
	background: url("../images/bg_color3.jpg");
	border-radius: 100px;
	border: 3px solid #addef8;
	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-Heavy;
}
.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:  #012d54!important; 
    background: #ffebee;
	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:url("../images/bg_color3.jpg");
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.05rem; 
	color: #012d54 !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-Heavy;
}
.scrollmenu a:hover{ 
    background: #ffebee;
}



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






 /*--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;}          
 } 