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

/*基本*/
body {
  margin: 0;
  padding: 0;
}

/*全BOX版面*/
.WRAPPER {
  z-index: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  min-width: 1220px;
  background-color: #af1343;
  text-align: left;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.WRAPPER img {
  border: 0px;
  vertical-align: top;
}
.WRAPPER a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/*預設清單樣式*/
.Area .list_00 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.Area .list_00 li {
  list-style: none;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .WRAPPER {
    padding-bottom: 30px;
    min-width: inherit;
    min-height: 100vh;
    overflow: hidden;
  }
  .WRAPPER img {
    width: 100%;
    height: auto;
  }
}

/*背景*/
@media screen and (min-width: 768px) {
  .bg_00 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
  }
  .bg_01 {
    z-index: -45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
  }
  .bg_02 {
    z-index: -50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    pointer-events: none;
  }
  .bg_deco {
    z-index: -49;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center 0px;
    background-repeat: repeat-y;
    transition: 0.5s linear;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .bg_01 {
    z-index: -52;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    pointer-events: none;
    background-size: 100%;
  }
  .bg_02 {
    z-index: -51;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55vw;
    background-repeat: repeat-y;
    background-position: center bottom;
    pointer-events: none;
    background-size: 100%;
  }
}

/*共同設定*/
@media screen and (min-width: 768px) {
  /*區標*/
  .text {
    margin-bottom: 10px;
  }
  /*上下間距*/
  .Area_bottom {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  /*區標*/
  .text {
    margin-bottom: 1.5vw;
  }
  /*區標*/
  .text .layout_text ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  /*上下間距*/
  .Area_bottom {
    margin-bottom: 4vw !important;
  }
  /*手機版左右間距*/
  .PD_layout {
    width: 98%;
    margin: 0 auto;
  }
}

/*版頭區*/
@media screen and (min-width: 768px) {
  .Area_title {
    height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .Area_title {
    height: 100%;
  }
  .m_top {
    position: relative;
    width: 100%;
  }
}

/*活動按鈕*/
@media screen and (min-width: 768px) {
  .Area_btn {
    height: 100%;
  }
  .Area_btn .PD_layout {
    width: 90%;
  }
  .Area_btn .PD_layout ul {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .Area_btn {
    height: 100%;
  }
  .Area_btn .PD_layout {
    width: 98%;
  }
  .Area_btn .PD_layout ul {
    padding: 0 !important;
  }
}

/*登記*/
/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span {
  color: #fff;
}
/*警示文字-黑色*/
.Area_danjiall .warningTxt h3 {
  color: #000;
}
.Area_danjiall {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .Area_danjiall .Area_danji .danji_box {
    width: 98%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Area_danjiall .Area_danji {
    width: 98%;
  }
}

/*活動攻略*/
@media screen and (min-width: 768px) {
  .Area_activ {
    height: 100%;
    z-index: 1;
  }
  .Area_activ .PD_layout {
    width: 90%;
  }
  .Area_activ .PD_layout ul {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .Area_activ {
    height: 100%;
  }
  .Area_activ .PD_layout {
  }
  .Area_activ .PD_layout ul {
    padding: 0 !important;
  }
}

/*bn輪播*/
@media screen and (min-width: 768px) {
  .Area_bn {
    height: 100%;
  }
  .Area_bn .Area_swiper {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .Area_bn {
    height: 100%;
  }
  .Area_bn .Area_swiper {
    margin: 5vw 0;
  }
}

/*下方公版*/
@media screen and (min-width: 768px) {
  /**區標**/
  .layout_tt {
    background: url(below_bg.png?t=1786437929337) top center no-repeat;
    background-size: 100%;
    padding: 55px 0 35px 40px;
  }
  .layout_tt ul {
    padding: 60px 0 0 0;
  }
  .layout_tt ul li .PD h3 {
    display: block !important;
    font: 500 50px/60px Arial;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
  }

  /*公版*/
  .layout_PD {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  /**區標**/
  .layout_tt {
    background: url(below_bg.png?t=1786437929337) top center no-repeat;
    background-size: 100%;
    padding: 6vw;
  }
  .layout_tt ul {
    padding: 5.7vw 0 0 0;
  }
  .layout_tt ul li .PD h3 {
    display: block !important;
    font: 500 25px/27px Arial;
    color: #000;
    letter-spacing: 0;
    text-align: center;
  }

  /*公版*/
  .Area_below .box .layout_PD {
    width: 98%;
    margin: 0 auto;
  }
}

/*館連結*/
@media screen and (min-width: 768px) {
  .Area_guan {
    height: 100%;
  }
  .Area_guan .PD_layout {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .Area_guan {
    height: 100%;
  }
  .Area_guan .PD_layout {
    width: 90%;
  }
}

/*移除公版設定*/
.Area .remove_box_style ul {
  background-color: transparent;
  grid-gap: 10px;
}
.Area .remove_box_style ul li {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .Area .remove_box_style ul {
    width: 100%;
    grid-gap: 0.2em;
  }
  .Area .remove_box_style ul {
  }
}

/*輪播移除公版設定*/
.Area .swipwe_remove_box_style ul {
  background-color: transparent;
  grid-gap: 0;
}

.Area .swipwe_remove_box_style ul li {
  border: none !important;
  background-color: transparent;
}

.Area .swipwe_remove_box_style ul li,
.Area .swipwe_remove_box_style ul li .PD_img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .Area .swipwe_remove_box_style ul {
    width: 100%;
    grid-gap: 0.2em;
  }
  .Area .swipwe_remove_box_style ul {
  }
}

/*3品公版間距*/

.Area .PD_layout-add2cart ul {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .Area .PD_layout-add2cart ul {
    padding: 0.2em 0;
  }
  .Area .PD_layout-add2cart ul li {
    padding: 0.2em;
  }
}

/*置底*/
.fixbn a {
  padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
} /* 兼容 iOS >= 11.2 */
.fixbn {
  position: fixed;
  background-size: 100%;
  bottom: 0;
  display: block;
  z-index: 10;
}
.fixbn ul li {
  float: left;
  padding: 0;
  list-style-type: none;
  width: 50vw;
}
.fixbn ul li img {
  width: 100%;
  margin: 0 auto;
}

.fixbn ul {
  margin-top: 0px;
  margin-bottom: 0px;

  padding-left: 0px;
}
/*2顆按鈕*/
.fixbn .class_00 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fixbn .class_00 a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixbn .class_01 {
  top: 0%;
  left: 0%;
}
.fixbn .class_02 {
  top: 0%;
  left: 34%;
}
.fixbn .class_03 {
  top: 0%;
  left: 67%;
}

/*區塊_all*/
.Area1220 {
  margin: 0 auto;
  width: 1220px;
}
.Area960 {
  margin: 0 auto;
  width: 960px;
}
.Area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.Area a {
  position: relative;
  display: block;
}
.Area .go_bt {
  -webkit-transition: all 0.4s ease;

  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.WRAPPER .go_bt1 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;
}
.WRAPPER .go_bt1:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
  .Area1220 {
    width: 100%;
  }
  .Area960 {
    width: 100%;
  }
  .Area .go_bt:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*隱鑶*/
.for_phone {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_phone {
    display: inherit !important;
  }
}
@media screen and (min-width: 1300px) {
  .for_newphone {
    display: none !important;
  }
}

/*注意事項區*/
.edm_notice {
  text-align: center;
  padding: 10px 10px 15px 10px;
  color: #000000;
  font: 12px/18px Helvetica;
}
.edm_notice .apple_notice {
  padding: 10px 0px 10px 0px;
}
.Area.Area1220.hero {
  background: #af1343;
}

.Area.hero .js-PD_img {
  padding: 1rem 0;
}

/* main logo */
.maintitle.PD_layout .PD img {
}

/* top text associated */
.PD_layout-D1_03 ul::before {
  content: "";
}
.top_txt {
  padding: 0.8rem 0;
  background: #e2c672;
  border-top: 4px solid #ad6f4a;
}

.top_txt .PD_layout-D1_03 .PD h3 {
  color: #ad1442;
}

.top_txt
  .PD_layout-D1_03
  .PD_slide:not(:last-of-type)
  .PD
  .PD_into:after {
  content: "";
  position: absolute;
  background-color: #000000;
  right: 0;
  width: 2px;
  height: 80%;
  top: 10%;
}

.PD_layout-D1_03 .PD h3 span::before {
  content: "";
}

.top_txt .PD_layout-D1_03 .PD_slide {
  background: transparent;
  border-radius: 0;
  min-width: unset;
}

.top_txt .PD_layout ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  grid-gap: 0px;
}

/* 取消slider 圓角 */
.Area_swiper_box .PD_layout li,
.Area_swiper_box .PD_layout li .PD_img img {
  border-radius: 0;
}
/* slider 導覽圓點背景色 */
.Area_swiper_box .swiper-pagination {
  background: #fff;
  padding-bottom: 5px;
}
/* 內嵌youtube iframe控制 */
iframe {
  height: 530px;
}
#video_modal.active {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video_modal {
  display: none;
  transition: all ease cubic-bezier(0.075, 0.82, 0.165, 1);
}
#video_modal .close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
}
#video_modal .close img {
  max-width: 100%;
}
#video_modal iframe {
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 767px) {
  .PD_layout-D1_03[data-pd-style="off"] ul {
    padding: 0;
    grid-gap: 0;
  }
  .PD_layout-D1_03 .PD_into {
    padding: 0;
  }
  .PD_layout-D1_03[data-pd-style="off"] .PD_into {
    padding: 0 0.4em;
  }
  .PD_layout-D1_03 .PD h3 {
    font-size: 0.9rem;
  }
  /* slider overide */
  /* slider full width */
  .Area_swiper_box .PD_layout {
    width: 100%;
  }

  .Area_bn .Area_swiper {
    margin: 0;
  }
  /* make banner full width */
  .js-PC.js-navlight_content .PD_layout {
    width: 100%;
  }
  .PD_layout[data-pd-li="BN"] ul,
  .PD_layout[data-pd-li="BN-AWD"] ul,
  .PD_layout[data-pd-li="PDBN"] ul {
    padding: 0;
    grid-gap: 0;
  }
  #video_modal iframe {
    width: 80%;
    height: 60%;
  }
  #video_modal .close {
    top: 3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  /* 取消輪播的margin */
  .Area_bn .Area_swiper {
    margin: 0;
  }
  /* 取消區塊間隔與內縮 */
  .PD_layout[data-pd-li="BN"] ul,
  .PD_layout[data-pd-li="BN-AWD"] ul,
  .PD_layout[data-pd-li="PDBN"] ul {
    padding: 0;
    grid-gap: 0px;
  }

  .layout_PD {
    padding-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .maintitle.PD_layout .PD img {
    max-width: 330px;
    padding: 1rem 0;
  }
  .top_txt .PD_layout-D1_03 .PD_slide {
    width: 33%;
  }
  .top_txt
    .PD_layout-D1_03
    .PD_slide:not(:last-of-type)
    .PD
    .PD_into:after {
    background-color: transparent;
  }
  .top_txt
    .PD_layout-D1_03
    .PD_slide:not(:nth-of-type(3n))
    .PD
    .PD_into:after {
    content: "";
    position: absolute;
    background-color: #000000;
    right: 0;
    width: 2px;
    height: 60%;
    top: 20%;
  }
  .top_txt {
    padding: 0.6rem 0;
  }
  iframe {
    height: 260px;
  }
}
/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 484px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 84%; border-radius: 10px;}
}

.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
/* .bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;} */
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}

/*01*/
@media screen and (min-width:768px){
  .youtube_33  { background: #0000; height:602px; margin-bottom:55px ; }
  .youtube_33 .box_youtube { width: 400px; border-radius: 20px; overflow: hidden; }
  .youtube_33 .box { padding: 0 0 0 12px;width:960px ; }
  
  .youtube_33 .box_1 { position: absolute; top: 0px; left: 0px; width: 452px; overflow: hidden; }
  .youtube_33 .box_2 { position: absolute; top: 0px; left: 410px; width: 452px; overflow: hidden; }
  .youtube_33 .box_3 { position: absolute; top: 0px; left: 820px; width: 452px; overflow: hidden; }
  .youtube_33 .Area_swiper_box .PD_layout li { background: #00000000; }
  }
  @media screen and (max-width:767px){
    .youtube_33  { background: #0000; height:48vw; margin-bottom:8vw ; }
    .youtube_33 .box_youtube {  width:  31%; border-radius: 3vw;overflow: hidden; }
    .youtube_33 .box {height:50vw ;margin-bottom:5vw !important; padding: 0 0 3.5vw 3vw; }
  
    .youtube_33 .box_1 { position: absolute; top: 0px; left: -33vw; width: 100%;  }
    .youtube_33 .box_2 { position: absolute; top: 0px; left: 0vw; width: 100%;  }
    .youtube_33 .box_3 { position: absolute; top: 0px; left: 33vw; width: 100%;  }
    .youtube_33 .Area_swiper_box .PD_layout li { background: #00000000; }
  }
  
  /*Youtube影片浮層css*/
  .youtube_33 .bigpicture { height: a;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
  .youtube_33 .bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
  .youtube_33 .bigpicture:before,
  .youtube_33 .bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
  .youtube_33 .bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
  /* .youtube_33 .bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;} */
  /*.youtube_33 .bigpicture:hover:after { opacity: 0.8; }*/
  .youtube_33 .bigpicture:hover:before { opacity: 0.5; }
  .youtube_33 .bigpicture:after { height: 100%; width: 100%;	
    /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E'); */
    background-size: 4em;
  }
  .youtube_33 .bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 450 / 676;}
  @media screen and (max-width:767px) {
    .youtube_33 .bigpicture h3 { font-size: 3vw; left: 1.2em;}
  }
      
