@charset "UTF-8";
/* reset css */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);
/* @import url(https://fonts.googleapis.com/css2?family=Italiana&family=Noto+Sans+Serif+JP:wght@100..900&display=swap); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');

/* btns=========================================== */
.btn_wrap{display: flex; justify-content: center;}
.btns{ display: flex; flex-direction: row; justify-content: space-around;align-items: center; margin: auto; padding: 8px 12px; border: 2px solid #000; border-radius: 70px; position: relative;font-size: 1.35rem;}
.btns_text{ gap: 0 1.6rem; padding: 0px 15px; color: #000; border-radius: 70px; text-align: center;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700; letter-spacing: 2px;}
.btns_text_icon{
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 80px;
    height: 3.5rem;
    width: 3.5rem;
    transition: all 0.5s ease;
    overflow: hidden;
}
.btns_icon_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease forwards;
    position: absolute;
    right: 0;
    transform: translateX(0%);
}
.btns_icon_wrap span{
    display: block;
    width: 3.5rem;
    padding-top: 3.5rem;
    background: url(../image/icon_link-white.png)no-repeat center;
    background-size: 60%;
}
a.btns:hover {background: #000; color: #fff;}
a.btns:hover .btns_text{color: #fff;}
a.btns:hover .btns_icon_wrap{ animation: iconMove 0.5s ease ; transition: all 0.3s ease forwards;}
a.btns:hover .btns_icon_wrap span{ background: url(../image/icon_link-black.png)no-repeat center; background-size: 60%;transition: all 0.3s ease;}
a.btns:hover .btns_text_icon{ background-color: #fff;}

.btns.btns_white{ border: 2px solid #fff;}
.btns.btns_white .btns_text{ color: #fff; }
.btns.btns_white .btns_text_icon{ background-color: #fff;}
.btns.btns_white .btns_icon_wrap span{ background: url(../image/icon_link-black.png)no-repeat center;background-size: 65%;}
a.btns.btns_white:hover {background: #fff; color: #000;}
a.btns.btns_white:hover .btns_text{color: #000;}
a.btns.btns_white:hover .btns_icon_wrap span{ background: url(../image/icon_link-white.png)no-repeat center; background-size: 65%;transition: all 0.3s ease;}
a.btns.btns_white:hover .btns_text_icon{ background-color: #000;}
@keyframes iconMove{
    0%{ transform: translateX(0%);}
    100%{ transform: translateX(67%);}
}
.fadeInUp {
  opacity: 0;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.fadeInUp.is-active {  opacity: 1;}
.anim, .anim-modal {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.anim .anim-cover, .anim-modal .anim-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.anim.is-active, .anim-modal.is-active {
  width: 100%;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

@media screen and (max-width: 320px) {
  .btns{
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
header {
  width: calc(100vw - 690px);
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 1501px) {
  header {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100vw;
    /* max-height: 720px; */
    height: 100dvh;
    position: fixed;
    background: url(../image/kv_bg.jpg) no-repeat center/cover;
  }
}

header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/mv/mv_deco_dot.png);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  header::after {
    content: "";
    width: 90px;
    height: 297px;
  }
}
@media screen and (max-width: 480px) {
  header::after {
    width: 64px;
    height: 211px;
  }
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 810px;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1501px) {
  header h1 {
    width: 54vw;
    height: 63.9890710383vw;
  }
}
@media screen and (max-width: 1100px) {
  header h1 {
    width: 740px;
    height: 960px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 476px;
    height: 720px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-64%, 0);
    z-index: 3;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    transform: translate(-62%, 0);
  }
}
@media screen and (max-height: 1200px) and (min-width: 1101px) {
  header h1 {
    top: 0;
    transform: translate(-50%, 0);
  }
}
header h1 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
}

@media screen and (max-width: 1100px) {
  header h1 .wrap::before {
    width: 740px;
    height: 876.9px;
    left: 0;
    top: 57%;
    margin-top: -438.45px;
  }
}
@media screen and (max-width: 900px) {
  header h1 .wrap::before {
    width: 680px;
    height: 765.9px;
    top: 66%;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap::before {
    background-image: url(../img/mv/top_img.png);
    width: 604px;
    height: 687px;
    top: auto;
    bottom: 8%;
    left: 0;
    z-index: 2;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  header h1 .wrap::before {
    width: 580px;
    height: 662px;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap {
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
header p {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background: url(../img/mv/mv_logo.png) no-repeat center/contain;
  width: 450px;
  height: 297px;
  transform: translate(-50%, 0);
  z-index: 5;
  opacity: 0;
  transform: translate(-50%, 35px);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  header p {
    bottom: 38.5px;
    width: 450px;
    height: 297px;
    transform: translate(-50%, 38.5px);
  }
}
@media screen and (max-width: 1200px) {
  header p {
    width: 400px;
    height: 264px;
  }
}
@media screen and (max-width: 1100px) {
  header p {
    width: 450px;
    height: 297px;
  }
}
@media screen and (max-width: 900px) {
  header p {
    width: 360px;
    height: 237px;
  }
}
@media screen and (max-width: 768px) {
  header p {
    width: 380px;
    height: 250px;
    bottom: 5px;
    transform: translate(-50%, 12px);
  }
}
@media screen and (max-width: 480px) {
  header p {
    width: 260px;
    height: 162px;
    bottom: 85px;
    transform: translate(-50%, 12px);
  }
}
.scroll_icon_wrap {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}
.scroll_icon {
  margin: auto;
  z-index: 6;
  position: relative;
  /* transform: translate(0, -50%);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s; */
  width: 30px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.scroll_icon_wrap span {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  z-index: 1;
}

.scroll_icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 8px;
  animation: lineFlow 1s infinite;
}

@keyframes lineFlow {
  0% {
    /* transform: translateY(-10%); */
    top: -60%;
    /* opacity: 1; */
  }
  100% {
    /* transform: translateY(80%); */
    top: 60%;
    /* opacity: 0; */
  }
}
header .sp-nav {
  z-index: 5;
  position: absolute;
  width: 0%;
  overflow: hidden;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  bottom: 50px;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    bottom: 30px;
    transition-duration: 0.5s;
    transition-delay: 1s;
  }
}
header .sp-nav a {
  display: block;
  max-width: 480px;
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
header .sp-nav a span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  text-shadow: 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00, 0 0 5px #FF6F00;
  font-family: obviously-wide, "Noto Sans TC", sans-serif;
}
header .sp-nav a::before {
  content: none;
  position: absolute;
  top: 0;
  left: 5px;
  background: url(../img/scroll_sp.png.webp) no-repeat center/contain;
  width: 37.5px;
  height: 53.5px;
}
@media screen and (max-width: 768px) {
  header .sp-nav a::before { content: "";}
}
header .sp-nav .sp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 660px);
}
@media screen and (min-width: 1501px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header .sp-nav .sp-nav-wrap {
    width: 100vw;
  }
}
header.start::before {
  opacity: 1;
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 888px;
}
@media screen and (min-width: 1501px) {
  header.start h1 .wrap {
    width: 65.5737704918vw;
  }
}
@media screen and (max-width: 1100px) {
  header.start h1 .wrap {
    width: 740px;
  }
}
@media screen and (max-width: 768px) {
  header.start h1 .wrap {
    width: 604px;
  }
}
@media screen and (max-width: 480px) {
  header.start h1 .wrap {
    width: 580px;
  }
}
header.start p {
  bottom: 25px;
  opacity: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  header.start p {
    bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  header.start p {
    bottom: 60px;
  }
}
header.start .scroll_icon {
  opacity: 1;
}


#header-menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 48px;
  height: 48px;
  background-color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  #header-menu {
    display: none;
  }
}
#header-menu:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #header-menu.is-hidden {
    opacity: 0;
  }
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header-menu.start.is-hidden {
    opacity: 0;
  }
}
#header-menu.end {
  transition: 0.3s ease;
}
#header-menu a {
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header-menu a:hover {
  opacity: 1;
}
#header-menu a span.fr {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  transition: 0.3s ease;
  border-radius: 10px;
  z-index: 2;
}
#header-menu a span.fr:nth-child(1) {
  top: 0;
}
#header-menu a span.fr:nth-child(2) {
  top: 8px;
}
#header-menu a span.fr:nth-child(3) {
  bottom: 0;
}
#header-menu.is-active a span:nth-of-type(1) {
  transform: translateY(8px) rotate(-405deg);
}
#header-menu.is-active a span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(8px);
}
#header-menu.is-active a span:nth-of-type(3) {
  transform: translateY(-8px) rotate(405deg);
}

nav {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  transition: 0.3s ease;
  opacity: 1;
}

nav#gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: calc(50vw + 236px);
  min-height: 640px;
  width: 236px;
  overflow: auto;
}
@media screen and (min-width: 2201px) {
  nav#gnavi {
    right: calc(-99.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 2200px) {
  nav#gnavi {
    right: calc(-96.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 1900px) {
  nav#gnavi {
    right: calc(-94.75vw + 100%);
    width: 13vw;
  }
}
@media screen and (max-width: 1700px) {
  nav#gnavi {
    right: calc(-96.75vw + 100%);
    width: 17vw;
  }
}
@media screen and (max-width: 1500px) {
  nav#gnavi {
    right: calc(-99.75vw + 236px);
    width: 236px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi {
    left: unset;
    right: -293px;
    width: 293px;
    background-color: rgba(24, 24, 24, 0.8);
    min-height: 100%;
  }
}
nav#gnavi::before {
  content: none;
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
  background: url(../img/common/nav_deco_dot.png) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  nav#gnavi::before {
    content: "";
    width: 169px;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  nav#gnavi::before {
    width: 136px;
    height: 446px;
  }
}
nav#gnavi.is-active {
  right: calc(-100vw + 100%);
}
@media screen and (max-width: 768px) {
  nav#gnavi.is-hidden {
    opacity: 0;
  }
}
nav#gnavi .wrap {
  padding: 0 0 0 43px;
}
nav#gnavi .wrap ul.gnavi-menu {
  position: absolute;
  bottom: 50%;
  left: 20px;
  transform: translate(0, 50%);
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu {
    bottom: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu {
    bottom: unset;
    top: 6.5%;
    left: 41px;
    transform: translate(0, 0);
  }
}
nav#gnavi .wrap ul.gnavi-menu li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1100px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    margin-bottom: 2.25rem;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a {
  display: inline-block;
  position: relative;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu li a {
    color: #000;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a:hover {
  opacity: 1;
  color: #FFDC00;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover::after {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 11.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.75rem;
  margin: auto;
  opacity: 0;
  transition: 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_red_l.png);
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active {color: #fff;}
nav#gnavi .wrap ul.gnavi-menu li a.is-active::after {opacity: 1;}
@media screen and (max-width: 1100px) {
   nav#gnavi .wrap ul.gnavi-menu li a.is-active {color: #FFDC00;}
}

#main-bg {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: visible;
  transform: translate3d(0, 0, -1px);
}

#main-bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#main-bg picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

#main-content {
  width: 450px;
  margin: 0;
  position: relative;
  left: 50%;
  /* transform: translate(calc(100vw - 690px), 0); */
  transform: translate(-50%, 0);
  position: relative;
}

@media screen and (max-width: 768px) {
  #main-content::before {
    left: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 1100px) {
  #main-content {
    /* transform: translate(calc(100vw - 390px), 0); */
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    width: auto;
    margin: 0 auto;
    /* transform: translate(0, 0); */
    background-color: transparent;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  #main-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
#main-content .inner {
  width: auto;
  /* margin: 0 32px;
  padding: 0 15px; */
  position: relative;
  z-index: 2;
  /* background-size: contain;
  background-repeat: repeat-y;
  background-image: url(../img/content/main_content_bg.png); */
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
#main-content.start .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  animation: widthExpand 0.2s forwards;
  z-index: -1;
}
@keyframes widthExpand {
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  /* #main-content .inner {
    margin: 0 20px;
  } */
}
@media screen and (max-width: 768px) {
  #main-content .inner {
    margin: 0 auto;
  }
}
#main-content.start::before {
  width: 100%;
  border-left: solid rgba(255, 255, 255, 0.5) 1px;
  border-right: solid rgba(255, 255, 255, 0.5) 1px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  #main-content.start::before {
    border-left: none;
    border-right: none;
  }
}
#main-content.start .inner {
  opacity: 1;
  visibility: visible;
}


#main-event .main-content-title {
  position: absolute;
  text-align: center;
  width: 100%;
  /* margin: 0 0 10px; */
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1101px) {
#main-event .main-content-title {
    margin: 0 0 17px;
  }
}

@media screen and (max-width: 768px) {
  #main-event .main-content-title::before {
    width: 33px;
    height: 12px;
    top: -17px;
  }
}
.main-content-title h2 {
  font-size: 5rem;
  /* display: inline-block; */
  position: relative;
  font-family: "Noto serif JP", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 5px;
}
h2.main-title-straight{
   -webkit-writing-mode: vertical-rl ;
   writing-mode: vertical-rl ;
   font-size: 3.8rem;
   letter-spacing: 10px;
}
.title-dark,.text-dark, .title-dark span{color: #000 !important;}
.light-text{color: #fff !important;}
.sub-title{
    text-align: center;
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
.sub-title span{
    color: #333;
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #b8da9f 50%, rgba(0, 0, 0, 0) 50.1%);
    background-position: left 0 bottom 0;}
.sub-title.light-text span{color: #fff; background-image: linear-gradient(to top, #3ea1e6 50%, rgba(0, 0, 0, 0) 50.1%);}
.sub-title.light-underline span{background-image: linear-gradient(to top, #ffffff 50%, rgba(0, 0, 0, 0) 50.1%);}
.text-sans{font-family: "Noto Sans TC", sans-serif; }
.main-paragraph {
  font-size: 1.35rem;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4.5rem;
    color: #000;
    text-align: justify;
}
.main-paragraph-small{ font-size: 1.25rem;}

.main-content-title p {
  font-size: 1.35rem;
  font-family: "Noto Sans TC", sans-serif;
  color: #f2f2f2;
  line-height: 1.5;
  letter-spacing: 3px;
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-weight: 600;
}
.title_right{ text-align: right;}
@media screen and (min-width: 1101px) {
  .main-content-title p {
    font-size: 15.4px;
  }
}
#main-event {position: relative;}
#main-event .main-content-bg{
  /*position: relative;
   top: 0;
  left: 0; */
  width: 100%;
  height: 100lvh;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../image/kv_bg.jpg); */
}

#main-event .main-content-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#main-novelty{ position: relative; }
#main-novelty .main-content-title{display: flex; flex-direction: row-reverse;  padding-right: 30px; transform: translateY(-25%);}
#main-novelty h2.main-title-straight:nth-last-of-type(1) { margin-top: 6rem;}
#main-event .main-content-bg img.kv_deco{position: absolute;width: 100%; height: auto; top: 0;left: 0; object-fit: unset;
    object-position: unset; transform: translateY(-10%); }
.kv_logo{text-align: center;}
.kv_logo img{max-width: 300px;}
.life_illus_bg{ width: 100%;height: auto;position: absolute;left: 0;bottom: 0; }

@media screen and (max-width: 480px) {
  .main-content-title h2 {
    font-size: calc(10vw + 1rem);
  }
  h2.main-title-straight{
     font-size: calc(6vw + 1rem);
  }
 .kv_logo{padding: 0 30px;}
}

/*
novelty ==========================================================================*/
.novelty {
  padding: 50px 0px 30px;
  background: #fff;
}
.main-content-text{padding: 0 30px;}
@media screen and (min-width: 1101px) {
  .novelty {
    padding: 60px 0px 30px;
  }
}
.novelty .main-content-title {
  margin: 0 0 20px;
}
.novelty h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #a0141f;
  display: inline-block;
  padding-inline: 4px;
  margin-bottom: 1rem;
}
.novelty .title_eng{position: absolute; width: 60%; left: 30px; bottom: 0;z-index: -1;}
@media screen and (max-width: 768px) {
  .novelty h3 {
    margin-bottom: 0.25rem;
  }
}
.novelty p {
  font-size: 1.35rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 4.5rem;
  color: #000;
  text-align: justify;
}

@media screen and (max-width: 380px) {
  .novelty .title_eng {
    left: 10px;
  }
}


/*
coupon ==========================================================================*/
.coupon {background: #6fc4ff;padding: 120px 0 30px;  }
.coupon .title_eng{width: 200px; position: absolute; left: -20px; top: -100%; }
.cu_title_eng{ margin: auto;width: 80px; margin-bottom: 10px;}

.coupon .main-content-title { margin: 0 60px 20px; text-align: right;}
@media screen and (max-width: 768px) {
  .coupon .title_eng{ width: 210px; left: 0px; top: -100%; }
}
@media screen and (max-width: 400px) {
  /* .coupon { padding: 120px 0 60px;} */
  .coupon .main-content-title { margin: 0 30px 20px; }
  .coupon .title_eng{ width: calc(50vw + 2rem); position: absolute; left: -10px; top: -100%; }
  .cu_title_eng{ margin: auto;width: 70px; }
}
.coupon__slider .slick-slide {
  width: 348px;
  margin-inline: 0.7rem;
  padding:30px 0px ;
  background: #fff;
  border-radius: 20px;
}
.coupon_desc{padding:0px 20px 0px;}
.coupon_desc h3{margin-top: 10px;}
.coupon_info{ padding-top: 30px;}
.coupon_info figure {  width: 100%;margin-bottom: 5px;}
.coupon_date{  position: relative;}
.coupon_deadline{ font-family: "Noto Sans TC", sans-serif; font-size: 1.15rem; font-weight: 600; text-align: center; color: #000; }
.coupon_date::before{  
  position: absolute; content: ''; width: 30%;z-index: 10;
  top: -40%;left: -10%; padding-top: 99%; 
  background-image: url(../image/coupon_date.png);background-size: contain; background-repeat: no-repeat;}
@media screen and (max-width: 1100px) {
  .coupon__slider .slick-slide {width: 320px;}
}
@media screen and (max-width: 768px) {
  .coupon__slider .slick-slide { width: 300px;}
}
@media screen and (max-width: 480px) {
  .coupon__slider .slick-slide { width: 80vw;}
}

.coupon__slider .slick-slide h3 {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 600;
  color: #6fc4ff;
  margin-bottom: 2rem;
}
ul.coupon_note li{
  color: #151515;
  font-size: 1.15rem;text-align: justify; line-height: 1.5; margin-bottom: 5px;font-weight: 500;
    text-indent:-1.15rem;padding-left: 1em;
}
.coupon .btn_wrap{ margin-top: 30px;}
@media screen and (max-width: 1100px) {
  .coupon__slider .slick-slide h3 {font-size: 2.5rem;}
}
@media screen and (max-width: 768px) {
  .coupon__slider .slick-slide h3 { font-size: 2.5rem;}
}
@media screen and (max-width: 480px) {
  .coupon__slider .slick-slide h3 {font-size: 2.25rem;  }
}

.coupon__slider .slick-slide p.coupon_usage {
  text-align: center;
  margin: 2rem 0 1.5rem;
  padding:12px 15px;
  border: solid 1px #151515;
}
.coupon__slider .slick-slide p span {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #151515;
}
.coupon__slider .slickPrev,
.coupon__slider .slickNext {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 36px;
}
.coupon__slider .slickPrev {
  left: 2%;
  top: unset;
  bottom: -6%;
}
@media screen and (max-width: 1100px) {
  .coupon__slider .slickPrev {
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .coupon__slider .slickPrev {
    left: 9%;
    bottom: -5%;
  }
}
@media screen and (max-width: 480px) {
  .coupon__slider .slickPrev {
    bottom: -6vw;
    right: 82vw;
    left: 0;
    margin: auto;
  }
}
.coupon__slider .slickPrev img {
  width: 100%;
  height: auto;
}
.coupon__slider .slickNext {
  right: 2%;
  top: unset;
  bottom: -6%;
}
@media screen and (max-width: 1100px) {
  .coupon__slider .slickNext {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .coupon__slider .slickNext {
    right: 9%;
    bottom: -5%;
  }
}
@media screen and (max-width: 480px) {
  .coupon__slider .slickNext {
    bottom: -6vw;
    left: 82vw;
    right: 0;
    margin: auto;
  }
}
.slick-slider .slickNext img {
  width: 100%;
  height: auto;
}
.slick-slider .dots,.slick-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  position: relative;
  bottom: unset;
}
.slick-slider .dots li, .slick-slider .slick-dots li{
  display: inline-block;
  margin: 0 4px;
}
.slick-slider .dots li.slick-active button,.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
  width: 24px;
  border-radius: 1rem;
}
.slick-slider .dots li button,.slick-slider .slick-dots li button  {
  width: 24px;
  height: 3px;
  border-radius: 50px;
  background-color: #ffffff90;
  border: none;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.slick-slider.slider_green .dots li.slick-active button,.slick-slider.slider_green .slick-dots li.slick-active button { background-color: #b8da9f;}
.slick-slider.slider_green .dots li button ,.slick-slider.slider_green .slick-dots li button { background-color: #b8da9f90;}

/*
POINTS==========================================================================*/
.points { background: #fff; padding-bottom: 60px;}
.points .main-content-bg{ 
  padding: 76px 0 60px;
  background: url(../image/bg_points.png);
  background-repeat: no-repeat; background-size: cover;
}
.points .main-content-title{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.points .title_eng{ width: 115%; position: absolute; left: 0px; top: -55%; }
.points .main-title-straight{margin-right: 20px;}
.points .main-content-title p{text-align: left;padding-bottom: 10px; color: #333; position: relative;}
/* .points .main-content-title p img{width: 100%;  position: absolute; bottom: 100%; left: 0;} */
.text-small{ font-size: 1.15rem; margin-bottom: 20px;text-align: center;}
.text-green{ color: #406a22 !important; font-weight: 500;}
#pointSlider_text h3,#pointSlider_text p{color: #333;}
#pointSlider_text h3{color: #333;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 3rem;}
#pointSlider_text li{padding: 30px;}
.point__slider .slick-arrow{ right:10px;bottom: 35px; }
.point__slider .slick-arrow.slick-prev{ right:55px;bottom: 35px; }

/*
park ==========================================================================*/
.park {background: #b8da9f;}
.park .main-content-bg{ position: relative; width: 100%; }
.park .main-content-bg img{width: 100%;}
.park .main-content-title{
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  top: 20%; 
  left: 50%;
  transform: translateX(-50%);
}
.park .title-dark img{ transform: translate(30px, 50px); }
.f-box{ position: relative; display: flex; flex-direction: row; align-items: center;}
.f-right{justify-content: flex-end;}
.f-left{ justify-content: flex-start;}
.park .main-content-body{ padding: 60px 30px;}
.slide-box{transform: translateY(-10px);}
.park__desc{ background: #fff; padding: 0 20px 30px 20px;}
#parkSlider{ width: 80%; margin-bottom: 20px;}
#parkSlider_02{ width: 100%;}
.f-left .slick-dots{ transform: translateX(35px);}
.slick-arrow{ 
    width: 40px;
    height: 40px;
    background: #000000a4;
    bottom: 56px;
    top: unset;
    left: unset;
    right: -25px;
    z-index: 10;
}
.slick-next{ 
    background: #000000a4;
    bottom: 56px;
    top: unset;
    right: -70px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #000000;
    transition: all 0.3s ease;
}
.slick-next:before{ 
  color: transparent; 
  background-image: url(../image/icon_link-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slick-prev:before{ 
  color: transparent; 
  background-image: url(../image/icon_link-white-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.f-right .slick-arrow{left: -70px;right: unset;}
.f-right .slick-next{ left: -25px;right: unset;}
.f-right .slick-dots{ transform: translateX(-35px);}
.park__desc .f-right{ transform: translateX(35px);}
.park__desc .f-left{ transform: translateX(-35px);}
.park_info__item {
  color: #151515;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom:1px solid #c9c9c9;
  margin-top: 0 !important;
}
.park_info__item:nth-child(1) { border-top: 1px solid #c9c9c9;}
.park_info__item h4{font-weight: 600;font-size: 1.25rem;}
.park_info__item p{font-weight: 400;font-size: 1.15rem;line-height: 1.5;}
.park_info__item.uk-grid{margin-left: 0;}
.park-bg-02{background-image: url(../image/park_bg_02.png); background-repeat: no-repeat; background-size: cover;background-position:center top ; }

@media screen and (max-width: 400px) {
/* .park .main-content-body{ padding: 60px 20px;} */
   .park .title-dark img{ width: 85%;transform: translate(0px, 0px);}
   .park .main-content-title{ padding:0 30px;}
}
/*
brand ==========================================================================*/
section.brand{ background: #fff; padding-bottom:60px ;}
.brand_item{margin: 0 !important;padding: 0; }
.brand_item a{display: block;}
.brand_list.uk-grid{margin-left: 0 !important; }
section.brand .brand_list{margin-bottom: 60px;}

/*60px
hotel section ==========================================================================*/
.hotel-sec{background: #000;}
.hotel-sec .main-content-bg{ position: relative; width: 100%; }
.hotel-sec .main-content-bg img{width: 100%;}

.hotel-bg{background-image: url(../image/hotel_bg_01.png); background-repeat: no-repeat; background-size: cover; }
.hotel-bg-02{background-image: url(../image/hotel_bg_02.png);  }
.hotel-gran-bg-01{background-image: url(../image/hotel_gran_bg_01.png); }
.hotel-gran-bg-02{background-image: url(../image/hotel_gran_bg_02.png); }
.hotel-sec .main-content-title{
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  top: 0; 
  left: 0;
}
.f-box{ position: relative; display: flex; flex-direction: row; align-items: center;}
.f-right{justify-content: flex-end;}
.f-left{ justify-content: flex-start;}
.hotel-sec .main-content-body{ padding: 60px 30px; position: relative; z-index: 10;}
#main-hotel-hilton  .main-content-body.hotel-bg-02::after{
  content: '';position:absolute; width:100%; height: 300px;bottom: 0;left: 0; 
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: -1;}
/* .slide-box{transform: translateY(-10px);} */
.hotel__desc{ background: #ffffff40; padding: 0 20px 60px 20px;}
#hotelSlider_hilton,#hotelSlider_gran{ width: 80%; margin-bottom: 20px;}
#hotelSlider_hilton_02,#hotelSlider_gran_02{ width: 100%;}
.hotel__desc .f-right{ transform: translateX(35px);}
.hotel__desc .f-left{ transform: translateX(-35px);}
.hotel-sec .main-paragraph{margin-top: 0 !important;}

/*
SERVICE ==========================================================================*/
#main-service{background: #fff;padding-top: 60px;}
#main-service .brand_list li{padding: 0px 10px 0px;}
#main-service .brand_list p{
  text-align: center;color: #000;margin-bottom: 30px;font-size: 13px; font-weight: 6000;
}
.brand_list li>div{padding: 10px 10px 0;}

/*
TRAFFIC ==========================================================================*/
.traffic{background: #fff; padding-bottom: 60px;}
.traffic .main-content-title{ padding: 90px 60px 60px; position: relative;}
.traffic .main-content-text:last-of-type{padding-top: 60px; padding-bottom: 40px;}
.traffic h2{ position: relative;}
.traffic h2 span{position: relative; z-index: 1;}
.traffic .title_eng{ position: absolute; width: 160px; left: 0px; top: -90%;z-index: 0;}
@media screen and (max-width: 400px) {
  .traffic .main-content-title {
    padding: 90px 30px 60px;}
   .traffic .title_eng{ width: calc(50vw - 2rem); left: 0px;top: -100%; }
}

/* .traffic_list {margin-top: 20px; } */
.traffic_list li{ padding: 30px 0px 30px 0px;border-bottom: 1px solid #333;}
.traffic_list__item{position: relative; padding-left: 30px;}
.traffic_list .traffic_list__item::before{
  content: ''; position: absolute; width: 12px; height: 100%; top: 0; left: 0;
  background-color:#0065b1 ;
}
.traffic_list li:nth-last-of-type(2) .traffic_list__item::before{  content: ''; background-color:#95223b ;}
.traffic_list li:nth-last-of-type(3) .traffic_list__item::before{  content: ''; background-color:#000000 ;}
.traffic_list li:last-of-type .traffic_list__item::before{  content: ''; background-color:#1d2088 ;}
.traffic_list p{color: #333;}
.traffic_list h3{ font-weight: 700;}
.traffic h2.main-title-straight{ writing-mode: horizontal-tb;} 
/*
sns ==========================================================================*/
.sns {  background: #fff; padding-bottom: 20px; }
.sns .main-content-title h3{ text-align: center; color: #fff;font-family:"Noto Serif JP", serif;  font-size: 3.6rem; font-weight: 600;letter-spacing: 3px;}
.letsgo{max-width: 240px; align-self: center; margin-bottom: 20px;}
.sns .main-content-title {
  /* margin: 0 0 20px; */
  padding: 90px 30px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../image/sns_bg.jpg) ; 
  background-size: cover;
  background-position: center bottom;
}

.btn_share{ background-color: #ffdc00; padding: 16px 30px; width:60%; text-align: center;color: #000; 
  font-family:"Noto sans TC", sans-serif;  font-size: 1.6rem; font-weight: 600;letter-spacing: 1px;
  border-radius: 80px; border:#000 solid 2px; transition: all 0.3s ease;}
.btn_share:hover{ background-color: #000; color: #ffdc00;  transition: all 0.3s ease; opacity: 1;}
.sns .btn_wrap{ margin-top: 40px; }
.sns_list{  display: flex; flex-direction: row; justify-content: space-evenly; padding: 0 30px;}
.sns__item{ padding: 10px;}
.logo_wrap { padding: 0 30px; margin-top: 60px; text-align: center;}
.logo_wrap span{ display: inline-block;padding-top: 20px; border-top: 1px solid #333;}
.logo_wrap img{ max-width: 300px; }
@media screen and (max-width: 768px) {
  .sns .main-content-body a {font-size: 1.6rem;}
}
.sns .main-content-body a small {font-size: 1.2rem;}
@media screen and (max-width: 768px) {
  .sns .main-content-body a small {font-size: 1rem;}
}
@media screen and (max-width: 400px) {
  .sns .main-content-title h3{font-size: calc(7vw + 0.75rem);}
  .btn_share{ background-color: #ffdc00; padding: 12px 20px; width:70%; 
  font-size: 1.25rem; font-weight: 600;
}}

/*
footer ==========================================================================*/
footer {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 2rem 2rem;
  background-color: #000;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 3px;
  width: 100%;
}

/*
All ==========================================================================*/
html {
  width: 100vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #fff #000;
}

html, body {
  overflow: hidden;
}

html.end, body.end {
  overflow-x: hidden;
  overflow-y: auto;
}

::-webkit-scrollbar {
  background: #000;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.6rem;
  background-color: #000;
  min-height: 820px;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #00000000;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {list-style: none;}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {  content: "";}
abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {  vertical-align: text-bottom;}

input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input, textarea, select {  font-size: 1.25vw;}

textarea {
  resize: vertical;
  display: block;
}

button {padding: 0;cursor: pointer;}

legend {color: #000;}

main {display: block;}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

a:hover { text-decoration: none; }
a:not(.btns):hover { opacity: 0.7;}
a.btns:hover { outline: unset; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {  display: block;}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

*::before, *::after {
  box-sizing: border-box;
}

br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  a[href*="tel:"]:hover {
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  text-decoration: underline;
}

a[href*="mailto:"]:hover {
  text-decoration: none;
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-height: auto;
  }
}

.inner {
  max-width: 450px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 495px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */