
/* 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{
	scroll-behavior: smooth;		
	background:url("../images/side-deco.png")top 200px center repeat-y,url("../images/bg_color1.jpg");
}



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

.block{ margin: 0 auto; max-width: 1920px; padding: 3px 0;}
.bg_1200{ width:1200px; min-width:1200px; margin:0 auto;}
section {
    width: 1200px;
    min-width: 1200px;
    margin: -30px auto 40px;
    background: url("../images/bg_color4.jpg");
    padding: 20px 0 10px;
    border-radius: 1em;
}
.slick-dots li button:before {font-size: 30px !important; color: #b58673 !important;}

/* 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; }
	.block{ margin: 0 auto; max-width: 100%; padding: 2vw 0;}
	.bg_1200{ width:100%; min-width:100%; margin:0 auto;}
	section { width: 100%; min-width: 100%; padding: 1vw 0; margin: -3vw auto;}
	.collect_5x6 .s-row li {width: 47vw !important;}
}


/*-- title --*/
.titleC.btt {
    background: url("../images/btt.png")top center no-repeat;
    padding: 220px 0 25px;
}

.titleC.stt {
    background: url("../images/stt.png")top center no-repeat;
    padding: 20px 0;
}

@font-face { font-family:BHOPP0E;    src:  url("../font/BHOPP0E.TTF");}
.titleC h2 { font-family: BHOPP0E; font-size: 4rem; color: #262626;}


	@media screen and (max-width: 991px) {
		.titleC.btt { width: 100%; background-size: 115%; padding: 28vw 0 2vw;}
        .titleC.stt{ width: 100%; background-size:contain; padding: 2vw 0 2vw;}
		.titleC h2 {font-size: 2.4rem;}
	}


/*-- color --*/
.hightlight .font h4,.hightlight_5p .font h4,.collect_5x6 .s-row h4,.collect_5x6 .special {background: url("../images/bg_color2.jpg");}
.slick5itam-2 h4, .slick5itam-2 p {color: #262626;}
.tabs .tabs-head li.active,.tabs .tabs-head li:hover {background: #774800;}
.tabs .tabs-head li {background: #b58673;}
.half ul{background: url("../images/bg_color1.jpg");}

/*--  0.攻略   --*/
.bg_dis .notice{width: 100%;margin:0 auto 0;text-align: center;padding: 10px 0 5px;font-size: 1rem;line-height: 1.2rem;color: #000;}

.bg_dis,.bg_dis2{background: url("../images/bg_color4.jpg")repeat;}

.bg_dis .banner{background: url("../images/bg-dis1-blk.png")top center no-repeat;height: 336px;margin-bottom: 0;padding-bottom: 0;}
.bg_dis2 .banner{margin-top: 0;padding-bottom: 0;}





/*linkbg*/
.linkbg {
    padding: 20px 0 0px 0;
    display: flex;
    justify-content: space-evenly;
}
.link, .btmbg {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.btmbg{padding: 30px 0 20px 0;}
.linkbg a, .btmbg a{transition: .5s;}
.linkbg a:hover, .btmbg a:hover{transition: .5s; transform: scale(0.95);}


/* ------------------版頭動畫------------------ */
.kv_title {
    position: absolute;
    top: 228px;
    right: 485px;
    animation: bounceIn  3s  ease-in;
    animation-fill-mode: forwards;
}

.kv_sale {
    position: absolute;
    top: 516px;
    left: 310px;
    animation: pulse infinite 2s  ease-in;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

.item_1 {
    position: absolute;
    top: 225px;
    left: -124px;
}
.item_1 img{animation:ani02 1s -1.4s infinite ease-in-out;transform-origin:top center;}

.item_2 {
    position: absolute;
    top: 96px;
    left: -45px;
}
.item_2 img{animation:ani02 1s -1s infinite ease-in-out;transform-origin:center center;}

.item_3 {
    position: absolute;
    top: 110px;
    left: 264px;
}
.item_3 img{animation:ani02 1s -3.5s infinite ease-in-out;transform-origin:center center;}

.item_4 {
    position: absolute;
    top: 95px;
    left: 425px;
}
.item_4 img{animation:ani02 1s -2.7s infinite ease-in-out;transform-origin:center center;}

.item_5 {
    position: absolute;
    top: 135px;
    left: 1110px;
}
.item_5 img{animation:ani02 1s -3.2s infinite ease-in-out;transform-origin:bottom center;}

@keyframes ani02{0%{ transform:rotate(0deg);} 10%{transform:rotate(0deg);} 30%{transform:rotate(2deg);} 50%{transform:rotate(-2deg);}  70%{transform:rotate(0deg);} 100%{transform:rotate(0deg);}}
@keyframes ani03{0%{ transform:scaleY(1);} 10%{transform:scaleY(1);} 30%{transform:scaleY(1.02);} 50%{transform:scaleY(0.98);}  70%{transform:scaleY(1);} 100%{transform:scaleY(1);}}



/*---- 日期設定輪播 ----*/
.swiper {position: relative; background-color: #774800;}
.swiper-slide a {display: block;}
.swiper-slide img {width: 100%;}
.swiper-button-next,.swiper-button-prev {top:var(--swiper-navigation-top-offset,60%)}
:root{--swiper-navigation-size:60px!important;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {opacity: 1;pointer-events: unset;}

.swiper-button-next:after,.swiper-button-prev:after {content: "";background-image: url(../images/arrow.svg);background-repeat: no-repeat;background-position: center;background-size: 30% auto;display: block;border-radius:100%;width: 30px!important;height: 30px!important;background-color:#262626;opacity: 1;font-size:0px!important;font-family:serif!important;}

@media screen and (max-width: 991px) {
.swiper-button-next:after,.swiper-button-prev:after {width: 26px;height: 26px;}
}

.swiper-button-next:after {-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.swiper-button-prev,.swiper-rtl .swiper-button-next {left: 15px;top: 49%;}
.swiper-button-next,.swiper-rtl .swiper-button-prev {right: 15px;top: 49%;}
.swiper-brand a {position: relative;margin:10px 0 ;}
.swiper-brand .font {position: absolute;top: 20px;left: 20px; -moz-text-align-last: left;text-align-last: left;}
.swiper-brand ul {font-size: 40px;text-align: center;color:#fff;font-weight:600;line-height: 60px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.swiper-brand big {color:#ffe866;font-size:45px;}
.swiper-brand span {font-size:30px;align-items:center; margin: auto 10px }
.swiper-brand img{width: 90px;height: 90px;border-radius: 99rem;border: 2.5px #ffe866 solid;}
.swiper-brand h5 {color:#fff;font-size:1rem;margin:auto 10px;line-height: 20px;}
.swiper-brand span.date {color:#774800;position: relative;background: #fff;border-radius: 100px;padding: 5px 20px;}

@media screen and (max-width: 991px) {
.swiper-brand p {font-size: 16px;}
.swiper-brand span {margin: auto 20px;display: block;font-size: 20px;}
.swiper-brand ul {font-size: 20px;line-height: 4rem;}	
.swiper-brand big {color:#ffe866;font-size:35px;padding: 0 3px 5px;}	
}
.swiper-brand .swiper-container {margin:10px 30px 15px;overflow: hidden;}


@media screen and ( max-width: 991px ){
.bg_0 .notice{padding: 1vw 5vw;}

.bg_dis .notice{padding: 0 5vw;margin: 0 auto;}
.bg_dis{background: url("../images/bg4.jpg")repeat;}

.linkbg{ padding: 20px 0 0px; gap: 2vw;}

.link {
flex-direction: column;}

.link img, .btmbg img{
width:100%;}	
}


/*--  版面微調  --*/
.hightlight .font p{margin:0px 0px 10px 0px;}
.tabs .tabs-head{width: calc(100% - 300px);}
.bg_2 .half img{object-fit: contain}
@media screen and ( max-width: 991px ){
.hightlight .font p{margin:auto;}	
.tabs .tabs-head{width:80vw;}	
}

/*--  共通設定  --*/

@media screen and ( max-width: 991px ){}


/*--  1.   --*/
/*五品特殊*/
.special_5p_1 {margin: 10px auto;}
.special_5p_1 .hightlight_5p {
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0;
    background: url("../images/sp5p_bg.png")top -50px right 45px no-repeat;
}
.special_5p_1 .title_AA h3 {
    border-left: none;
    padding: 40px 0 0 200px;
    width: 100%;
    position: absolute;
    text-align: center;
    font-family: 'Noto Sans TC';
    color: #774800;
}
.title_AA .more {
    top: 45px;
    right: 250px;
}
.title_AA .more a{
	font-size: 1.1rem;
	background: #774800;
	padding: 2px 8px 3px;
	border-radius: 50px;
	font-family:'Noto Sans TC' ;
	color: #fff
}
.special_5p_1 .hightlight_5p ul li, .special_5p_1 .hightlight_5p ul li:first-child {height: auto; }
.special_5p_1 .hightlight_5p ul li h4 {background: url("../images/bg_color2.jpg");}
.special_5p_1 .hightlight_5p ul li{height: auto; margin-top: 82px;}
.special_5p_1 .hightlight_5p ul li:first-child { height: auto; width: 240px; padding-top: 0;}
.special_5p_1 .hightlight_5p img {width: 100%; object-fit: contain;}
.special_5p_1 .hightlight_5p ul li:first-child img {width: 100%; height: 240px; }
.special_5p_1 .hightlight_5p ul li:first-child img {margin:0 auto;}
@media screen and ( max-width: 991px ){
/*五品特殊*/	
.special_5p_1 {margin: 1vw auto 0;}	
.special_5p_1 .hightlight_5p {
	background:none;
	width: 98%;
	padding: 0;
	margin: 0 auto;
}	
.special_5p_1 .title_AA {margin: 2vw auto 0; height:auto;}	
.special_5p_1 .title_AA h3 {
    position: relative;
    right: 0;
    padding: 2vw 0;
    top: 0;
    color: #222;
    font-size: 1.8rem;
    max-width: 100%;
    border-radius: 99em;
    background: #f4d448;
}
.title_AA .more {
    display: flex;
    align-items: center;
    top: 2vw;
    right: 8vw;
    padding: 3vw 0 2vw;
}
.title_AA .more a {
    font-size: 1rem;
    padding: .5vw 3vw 1vw;
}
.special_5p_1 .hightlight_5p ul li {margin: 1vw auto; width: 46vw;}	
.special_5p_1 .hightlight_5p ul li:first-child {width: 100vw; margin:.5vw; padding: 2vw;}
.special_5p_1 .hightlight_5p img {width: 100%;}
.special_5p_1 .hightlight_5p ul li:first-child .font {padding:0;}	
.special_5p_1 .hightlight_5p ul li:first-child img {width:48vw; height: 48vw; }	
	
}


/*--  2.   --*/

@media screen and ( max-width: 991px ){}


/*--  3.   --*/

@media screen and ( max-width: 991px ){}


/*--  4.   --*/

@media screen and ( max-width: 991px ){}


/*--  5.   --*/

@media screen and ( max-width: 991px ){}

/*--  6.   --*/

@media screen and ( max-width: 991px ){}


/*--  11.   --*/
/*film-genre*/
.film-genre{ margin: 20px auto 40px;  }
.film-genre ul {margin: 10px 0;}
.film-genre li { width: 290px; height: 290px; margin: 6px; border-radius:100%; background: #fff;border: 4px solid #774800;}
.film-genre img{ width: 105%; height:auto; object-position:-10px 0px; }
.film-genre .font { width: 290px; height: 290px; display: flex; justify-content: center; align-items: center; left: -8px; right: 0;}
.film-genre .font h4 { line-height:initial; font-weight: normal; padding:10px; font-size: 45px; font-family:TetsubinGothic;  }

@media screen and ( max-width: 991px ){
	.film-genre li { width: 45vw; height: 45vw; margin: 1vw; }
	.film-genre .font { width: 45vw; height: 45vw;}
	.film-genre .font h4 { line-height:initial;    font-size: 30px;}
	.film-genre img { width: 45vw; height: 45vw; object-position: 100% 100%; }
	.film-genre li:hover .font { display: flex;  }
}

/*--永久改動--*/
.baseline .font{padding-top: 5px;}
.crosswise_3p ul,.broadwise ul{flex-wrap: wrap;}
@media screen and ( max-width: 991px ){
.baseline .font{padding-top: 1vw;}

		.rectangle_3p ul li:nth-child(3n+1) {width: 94vw; padding: 3vw; margin: 1vw 3vw; }
		.rectangle_3p ul li:nth-child(3n+1) a { flex-wrap: nowrap; }
		.rectangle_3p ul li:nth-child(3n+1).font {padding: 1vw 0vw 1vw 3vw;}
		}

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


/*--  nav 選單 固定側邊--*/
@media only screen  and (min-width: 992px)  {
.menustyle2{width: 160px;display: flex;flex-wrap: wrap;background:url("../images/bg_color2.jpg"); z-index:999;height:auto;position: fixed; top: 200px; right: 10px;border-radius: 10px;height: auto;padding-top: 10px;padding-bottom: 10px;}
.menustyle2 ul{width: 160px;margin: 0 auto;display: flex;flex-direction: column;padding: 5px;flex-wrap: wrap;}
.menustyle2 ul li{width:100%;display: flex;justify-content: center;align-items: center;border-bottom:  1px dotted #fff;}
.menustyle2 ul li a span{display: block;}
.menustyle2 ul li:last-child{border-bottom:none;}
.menustyle2 ul li a{text-align: center;margin: 0 auto;text-decoration: none;font-size:17px;color:#fff;	font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;letter-spacing: 1px;font-weight: 500;width: 100%; height: 100%; display: flex;justify-content: center; align-items: center;padding: 11px 0px;flex-wrap: wrap;line-height: 1.2;}
.menustyle2 ul li:hover,#TopMenu2 ul li a:hover{ background:#262626;transform: scale(1);color: #fff!important;}
.menustyle2 ul .active{color: #fff!important; background:#262626;width: 100%; height: 100%;}
}
@media screen and ( max-width: 991px ){
.menustyle2::-webkit-scrollbar{display: none;}
.menustyle2{width: 100%; z-index:998;padding:1vw 1vw; display: block;background:url("../images/bg_color2.jpg");flex-direction: column;flex-wrap: wrap;position: absolute;overflow-x: auto;justify-content: center;white-space: nowrap;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;height: auto;}
.menustyle2 ul{flex-wrap: nowrap;display: flex;}
.menustyle2 ul li{width:auto;font-size:20px;color:#ffffff;display: flex;justify-content: center;align-items: center;border-right: .5px solid #ffffff;box-sizing: border-box;}
.menustyle2 ul li a{font-size:1.1rem;letter-spacing: 0px;font-weight:500;color:#ffffff;font-family:'Noto Sans TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial;box-sizing: border-box;padding: 5px 10px;}
.menustyle2 ul .active{color: #fff!important;background:#262626;width: 100%;justify-content: center;align-items: center;text-align: center}
.menustyle2 ul li a:hover{color: #fff!important;width: 100%;justify-content: center;align-items: center;text-align: center;background:#262626;}
.sticky {position: fixed;top: 0;}
}
/*--  nav 選單 固定側邊--*/

/**--  下拉選單  --**/
#TopMenu {transition: background-color 1s, opacity 1s, visibility 1s;opacity: 1;visibility:visible;z-index: 998;position: relative;}
#TopMenu.show{opacity: 1;visibility: visible;position: fixed;top: 0;} 

/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
  #TopMenu2 {
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 0;
  }
  #TopMenu2.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
  }
}


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