@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2019 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Buzz $
 * $Date: 2019/10 $
 * */
@font-face {
  font-family: 'EBGaramond';
  src: url("../fonts/EBGaramond-Regular.woff2") format("woff2"), url("../fonts/EBGaramond-Regular.woff") format("woff"), url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'EBGaramond', 'Times New Roman', 'PMingLiU', serif;
  color: #ceb07d;
  background: #111111;
  font-size: 16px;
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  overflow-x: hidden;
}
html {
  -ms-overflow-style: scrollbar;
}
.page-subhead,
.page-subhead span:after,
#product-view .page-subhead,
.cate-list li a:hover h3 .en,
.cate-list li a:hover h3 .zh,
#product-view .scroll-notice,
#brewing .scroll-notice {
  background-image: -webkit-linear-gradient(0deg, #debd6a 45%, #ba7a1c 65%);
  color: #ba7a1c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cate-list li a h3:after,
#product-view #sec1 .right .desc:before,
#product-view #sec3 .right .desc:before,
#whisky-bar .intro .right:after {
  background: -o-linear-gradient(left, #debd6a 10%, #ba7a1c 90%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
  background: linear-gradient(90deg, #debd6a 10%, #ba7a1c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a", endColorstr="#ba7a1c", GradientType=1);
}
.cate-list li a:hover h3:after {
  background: -o-linear-gradient(right, #debd6a 10%, #ba7a1c 90%);
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
  background: linear-gradient(270deg, #debd6a 10%, #ba7a1c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba7a1c", endColorstr="#debd6a", GradientType=1);
}
.classic-list .left #classic-thumb .box:before {
  background: -o-linear-gradient(top, #debd6a 10%, #ba7a1c 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
  background: linear-gradient(to bottom, #debd6a 10%, #ba7a1c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a", endColorstr="#ba7a1c", GradientType=1);
}
/* PAGER */
.p-pager {
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 40px auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s;
  -o-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.p-pager.scroll-view {
  opacity: 1;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.125rem;
  line-height: 35px;
  color: #fff;
  background-color: transparent;
  border: none;
  margin: 0 2px;
  padding: 0 2px;
  min-width: 35px;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.p-pager a:hover {
  text-decoration: underline
}
.p-pager a.disabled {
  opacity: 0.5;
}
.p-pager a.num.current {
  color: #ceb07d;
}
.p-pager a.num.current:hover {
  color: #ceb07d;
}
.p-pager a.num {
  position: relative;
}
.p-pager a.num:before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50px;
  background: #ceb07d;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
}
.p-pager a.num:nth-child(2):before {
  display: none;
}
.p-pager a.prev,
.p-pager a.next {
  width: 50px;
  height: 50px;
  min-width: auto;
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(206, 176, 125, .7);
  font-size: 0;
  -o-transition: background 0.15s;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.p-pager a.prev:before,
.p-pager a.next:before {
  content: "";
  display: inline-block;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-pager a.prev:hover,
.p-pager a.next:hover {
  background-color: rgba(206, 176, 125, .7);
}
.p-pager a.prev:before {
  left: 50%;
  margin-left: -4px;
  border-left: 2px solid #ceb07d;
  border-top: 2px solid #ceb07d;
}
.p-pager a.prev:hover:before {
  border-left: 2px solid #222;
  border-top: 2px solid #222;
}
.p-pager a.next:before {
  right: 50%;
  margin-right: -4px;
  border-right: 2px solid #ceb07d;
  border-bottom: 2px solid #ceb07d;
}
.p-pager a.next:hover:before {
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .p-pager .mb-hide {
    display: none;
  }
  .p-pager a.prev,
  .p-pager a.next {
    width: 40px;
    height: 40px;
  }
  .p-pager a.prev:before,
  .p-pager a.next:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
/* FORM - BUTTON */
.btn-style {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  -o-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: rgba(206, 176, 125, 0.7);
  background-color: transparent;
  color: #ceb07d;
  overflow: hidden;
}
.btn-style:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
  -ms-transform: scaleX(0) translate(0, 0);
  transform: scaleX(0) translate(0, 0);
}
.btn-style span {
  color: inherit;
}
.btn-stylea {
  color: #ceb07d;
}
.pc .btn-stylea:hover {
  color: #111;
}
.pc .btn-style:hover {
  color: #111;
  background: rgba(206, 176, 125, 0.7);
  border-color: rgba(206, 176, 125, 0.7);
}
.pc .btn-style:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
  animation: ani_btn_hover .4s linear;
}
.pc .btn-style:hover:after {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}
.btn-style.sm {
  max-width: 160px;
}
.btn-send {
  max-width: 200px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  -o-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #ac894d;
  background-color: #ac894d;
  color: #fff;
  overflow: hidden;
  font-size: 1.125rem;
}
.btn-send:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
  -ms-transform: scaleX(0) translate(0, 0);
  transform: scaleX(0) translate(0, 0);
}
.btn-send span {
  color: inherit;
}
.btn-senda {
  color: #fff;
}
.btn-senda:hover {
  color: #fff;
}
.btn-send:hover {
  color: #fff;
  background: #e8b661;
  border-color: #e8b661;
}
.btn-send:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
  animation: ani_btn_hover .4s linear;
}
.btn-send:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-enter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  -o-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #ac894d;
  background-color: #ac894d;
  color: #fff;
  overflow: hidden;
}
.btn-enter:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
  -ms-transform: scaleX(0) translate(0, 0);
  transform: scaleX(0) translate(0, 0);
}
.btn-enter span {
  color: inherit;
}
.btn-entera {
  color: #fff;
}
.btn-entera:hover {
  color: #fff;
}
.btn-enter:hover {
  color: #fff;
  background: #e8b661;
  border-color: #e8b661;
}
.btn-enter:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
  animation: ani_btn_hover .4s linear;
}
.btn-enter:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn-style,
  .btn-send,
  .btn-enter {
    font-size: 0.875rem;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 399px) {
  .btn-style,
  .btn-send,
  .btn-enter {
    width: 100%;
  }
}
/* default effect */
.eff-img-hover img {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.eff-img-hover:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* keyframe */
@-webkit-keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani_fadeIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_fadeIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}
@keyframes ani_fadeOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
}
@keyframes ani_fadeOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
}
@-webkit-keyframes ani_fadeOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}
@keyframes ani_fadeOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}
@-webkit-keyframes ani_fadeOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@keyframes ani_fadeOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
}
@-webkit-keyframes ani_slideIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toL {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toU {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_slideIn_toD {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_slideOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes ani_slideOut_toR {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes ani_slideOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes ani_slideOut_toL {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes ani_slideOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@keyframes ani_slideOut_toU {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-webkit-keyframes ani_slideOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes ani_slideOut_toD {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes ani_zoomOut_x {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes ani_zoomOut_x {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes ani_zoomIn_x {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes ani_zoomIn_x {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ani_zoomIn_y {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes ani_zoomIn_y {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes ani_rotateIn_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes ani_rotateIn_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
}
@-webkit-keyframes ani_rotateIn_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
  }
}
@keyframes ani_rotateIn_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
  }
}
@-webkit-keyframes ani_rotateOut_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}
@keyframes ani_rotateOut_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
  }
}
@-webkit-keyframes ani_rotateOut_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
  }
}
@keyframes ani_rotateOut_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
  }
}
@-webkit-keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ani_zoomIn_n-soS {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_zoomIn_n-soS {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_zoomOut_StoB {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes ani_zoomOut_StoB {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes ani_zoomIn_StoB {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_zoomIn_StoB {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_zoomOut_BtoS {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes ani_zoomOut_BtoS {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes ani_scroll_jump {
  0%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@keyframes ani_scroll_jump {
  0%,
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}
@-webkit-keyframes ani_scrolldown {
  0% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 0);
    transform: translate(0, 0) scale(1, 0);
  }
  60% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translate(0, 105%) scale(1, 0);
    transform: translate(0, 105%) scale(1, 0);
  }
}
@keyframes ani_scrolldown {
  0% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 0);
    transform: translate(0, 0) scale(1, 0);
  }
  60% {
    top: 0;
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translate(0, 105%) scale(1, 0);
    transform: translate(0, 105%) scale(1, 0);
  }
}
@-webkit-keyframes ani_jump {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
}
@keyframes ani_jump {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
}
@-webkit-keyframes ani_openmask {
  0% {
    r: 0;
  }
  100% {
    r: 2000;
  }
}
@keyframes ani_openmask {
  0% {
    r: 0;
  }
  100% {
    r: 2000;
  }
}
@-webkit-keyframes ani_leave_orderbar {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes ani_leave_orderbar {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -moz-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -moz-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes ani_nav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_nav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_menu_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ani_menu_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_menu_expend {
  0% {
    opacity: 0;
    max-height: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    max-height: 800px;
  }
}
@keyframes ani_menu_expend {
  0% {
    opacity: 0;
    max-height: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    max-height: 800px;
  }
}
@-webkit-keyframes ani_search_btn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes ani_search_btn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@-webkit-keyframes ani_btn_hover {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
@keyframes ani_btn_hover {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
}
@-webkit-keyframes ani_flipIn {
  0% {
    -webkit-transform: scale(1) rotateY(90deg);
    transform: scale(1) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
}
@keyframes ani_flipIn {
  0% {
    -webkit-transform: scale(1) rotateY(90deg);
    transform: scale(1) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes ani_flipOut {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(90deg);
    transform: scale(1) rotateY(90deg);
  }
}
@keyframes ani_flipOut {
  0% {
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(90deg);
    transform: scale(1) rotateY(90deg);
  }
}
@-webkit-keyframes ani_filter_icon1 {
  0%,
  90%,
  100% {
    margin-left: 0;
  }
  45% {
    margin-left: 10px;
  }
}
@keyframes ani_filter_icon1 {
  0%,
  90%,
  100% {
    margin-left: 0;
  }
  45% {
    margin-left: 10px;
  }
}
@-webkit-keyframes ani_filter_icon2 {
  0%,
  80%,
  100% {
    margin-left: 0;
  }
  25% {
    margin-left: 3px;
  }
  65% {
    margin-left: -8px;
  }
}
@keyframes ani_filter_icon2 {
  0%,
  80%,
  100% {
    margin-left: 0;
  }
  25% {
    margin-left: 3px;
  }
  65% {
    margin-left: -8px;
  }
}
@-webkit-keyframes ani_filter_icon3 {
  0%,
  95%,
  100% {
    margin-left: 0;
  }
  42% {
    margin-left: -10px;
  }
}
@keyframes ani_filter_icon3 {
  0%,
  95%,
  100% {
    margin-left: 0;
  }
  42% {
    margin-left: -10px;
  }
}
@-webkit-keyframes ani_filter_blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes ani_filter_blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
/* === RESET === */
* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.disabled,
.disabled:hover {
  cursor: not-allowed;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
img,
a img {
  border: none;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
p {
  line-height: inherit;
}
ol.reset,
ul.reset,
li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  font-weight: inherit;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input,
textarea,
select,
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:not([type="button"]),
input:not([type="submit"]),
input:not([type="reset"]) {
  font-size: 16px;
}
textarea {
  resize: vertical;
}
::-webkit-input-placeholder {
  color: #555;
  font-size: 15px;
}
::-moz-placeholder {
  color: #555;
  font-size: 15px;
}
:-ms-input-placeholder,
:-moz-placeholder {
  color: #555;
  font-size: 15px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ceb07d;
}
::-moz-selection {
  background: rgba(13, 30, 70, 0.8);
  color: #fff;
}
::selection {
  background: rgba(13, 30, 70, 0.8);
  color: #fff;
}
::-moz-selection {
  background: rgba(13, 30, 70, 0.8);
  color: #fff;
}
hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
}
@media (max-width: 767px) {
  hr {
    margin: 10px auto 20px auto;
  }
}
/* === MODULE === */
/* GOTOP */
.gotop {
  position: fixed;
  bottom: calc(10vh + 40px);
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 200;
  display: block;
  font-size: 0;
  border-radius: 50%;
  background-color: rgba(190, 148, 87, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  -o-transition: background-color 0.2s, opacity 0.25s, transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  opacity: 1;
}
.gotop.is-fixed {
  margin-bottom: 8vh;
}
.gotop:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #f9ecd6;
  border-left: 2px solid #f9ecd6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gotop:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 16px;
  position: absolute;
  background: #f9ecd6;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
}
.gotop.scroll-view {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gotop:hover {
  background: rgba(187, 130, 48, 0.7);
}
@media (max-width: 1199px) {
  .gotop {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: calc(10vh + 30px);
  }
  .gotop:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
  }
  .gotop:after {
    height: 13px;
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .gotop {
    right: 20px;
    bottom: calc(10vh + 20px);
  }
}
/* OVERFLOW */
.open-overlay {
  position: fixed;
  z-index: 190;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_slash.png) repeat 0 0 rgba(0, 0, 0, 0.2);
  display: none;
}
.open-overlay.is-open {
  display: block;
  -webkit-animation: ani_fadeIn 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ani_fadeIn 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open-overlay.is-close {
  -webkit-animation: ani_fadeOut 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ani_fadeOut 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* FORM - BOX */
.form-notice {
  font-size: 12px;
  color: #ceb07d;
  margin: 5px;
}
.form-box {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 160px;
  font-size: 0;
}
.form-box.form-two-fill .select-style,
.form-box.form-two-fill .input-style {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
}
.form-box.form-two-fill .select-style.odd,
.form-box.form-two-fill .input-style.odd {
  margin-right: 10px;
}
.form-box.form-half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
}
.form-box.form-half:nth-child(odd) {
  margin-right: 40px;
}
.form-upload {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 200px;
}
.form-upload .input-file-btn {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.form-upload .input-file-btn:hover + span {
  background: #3c3530;
}
.form-upload span {
  font-size: 1rem;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #A09791;
  background: #2f2a27;
  position: absolute;
  top: 0;
  right: 0;
}
.form-upload .input-style {
  width: 100%;
  position: relative;
  z-index: 0;
}
.form-reservation-lang {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrap-datetimepicker-widget {
  background-color: #333;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  display: none !important;
}
.form-reservation-lang .radio-style {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding: 0;
}
.form-reservation-lang .radio-style input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 2px 5px;
  padding: 0 3px;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #ceb07d;
  color: #ceb07d;
  font-size: 1rem;
  line-height: 40px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.form-reservation-lang .radio-style:hover input + span {
  background-color: rgb(255 255 255 / 5%);
}
.form-reservation-lang .radio-style input:checked + span {
  background-color: rgba(206, 176, 125, 0.7);
  color: #fff;
}
.form-reservation-lang .radio-style:hover input:checked + span {
  background-color: rgba(206, 176, 125, 0.7);
  color: #fff;
}
@media (max-width: 1399px) {
  .form-box {
    padding-left: 105px;
  }
  .form-box.form-half {
    width: calc(50% - 10px);
  }
  .form-box.form-half:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .form-upload {
    padding-right: 150px;
  }
  .form-upload .input-file-btn,
  .form-upload span {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .form-upload {
    padding-right: 80px;
  }
  .form-upload .input-file-btn,
  .form-upload span {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .form-box {
    padding-left: 95px;
  }
  .form-box.form-half {
    display: block;
    width: 100%;
  }
  .form-box.form-half:nth-of-type(odd) {
    margin-right: 0;
  }
  .form-upload span {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .form-reservation-lang {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .form-reservation-lang .radio-style {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    margin: 0 0 4px;
  }
  .form-box.form-two-fill .select-style,
  .form-box.form-two-fill .input-style {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .form-box.form-two-fill .select-style.odd,
  .form-box.form-two-fill .input-style.odd {
    margin-right: 0;
  }
  .form-upload {
    padding-right: 120px;
  }
  .form-upload .input-file-btn,
  .form-upload span {
    width: 120px;
  }
}
/* CODE */
.form-box.code .input-style {
  padding-right: 160px;
}
.form-box.code .codeimg {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .form-box.code .input-style {
    padding-right: 130px;
  }
  .form-box.code .codeimg {
    width: 120px;
  }
}
/* GENDER */
.form-box.form-sex {
  padding-right: 290px;
}
.form-box.form-sex .form-gp {
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
}
.form-box.form-sex .form-gp .label-style {
  width: 90px;
}
@media (max-width: 991px) {
  .form-box.form-sex {
    padding-right: 130px;
  }
  .form-box.form-sex .form-gp {
    width: 130px;
    padding-left: 0;
  }
  .form-box.form-sex .form-gp .label-style {
    display: none;
  }
  .form-box.form-sex .form-gp .radio-style {
    width: 56px;
    white-space: nowrap;
    margin-right: 0;
    padding-left: 5px;
  }
  .form-box.form-sex .form-gp .radio-style input + span {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .form-box.form-sex {
    padding-right: 100px;
  }
  .form-box.form-sex .form-gp {
    width: 100px;
  }
  .form-box.form-sex .form-gp .radio-style {
    width: 50px;
    height: 40px;
    white-space: nowrap;
    margin-right: 0;
    padding-left: 5px;
    color: #A09791;
    background: #2f2a27;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #222;
  }
  .form-box.form-sex .form-gp .radio-style input + span {
    display: none !important;
  }
  .form-box.form-sex .form-gp .radio-style input:checked + span {
    display: none !important;
  }
  .form-box.form-sex .form-gp .radio-style.checked {
    background: #e5c671;
    color: #000000;
    font-weight: 600;
  }
}
/* LABEL */
.label-style {
  font-size: 1rem;
  padding: 10px;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  line-height: 1.8;
  text-align: right;
}
@media (max-width: 1399px) {
  .label-style {
    padding: 10px 0;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .label-style {
    font-size: 0.9375rem;
    padding: 7px 0;
    text-align: left;
  }
}
/* TEXT */
.input-style {
  background-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 1rem;
  color: #e5c671;
  border: 1px solid transparent;
  -webkit-transition: background .15s, -webkit-filter .25s;
  transition: background .15s, -webkit-filter .25s;
  -o-transition: background .15s, filter .25s;
  transition: background .15s, filter .25s;
  transition: background .15s, filter .25s, -webkit-filter .25s;
}
.input-style.no-bg {
  background: none;
  border: none;
}
.input-style.no-bg:focus {
  background: none;
  border: none;
}
.input-style:focus {
  background-color: #121212;
  border-color: rgba(206, 176, 125, 0.5);
}
.input-style.input-date {
  padding-right: 40px;
  background-image: url(../images/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 27px;
}
@media (max-width: 767px) {
  .input-style {
    height: 40px;
  }
}
/* TEXTAREA */
.textarea-style {
  background: #000;
  height: 150px;
  padding: 10px;
  width: 100%;
  color: #e5c671;
  display: block;
  font-size: 1rem;
  border: 1px solid transparent;
  -webkit-transition: background .15s, -webkit-filter .25s;
  transition: background .15s, -webkit-filter .25s;
  -o-transition: background .15s, filter .25s;
  transition: background .15s, filter .25s;
  transition: background .15s, filter .25s, -webkit-filter .25s;
}
.textarea-style:focus {
  background-color: #121212;
  border-color: rgba(206, 176, 125, 0.5);
}
@media (max-width: 767px) {
  .textarea-style {
    height: 120px;
  }
}
/* SELECT */
.select-style {
  border-radius: 0;
  padding: 0 50px 0 10px;
  padding: 0 10px \9;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  color: #e5c671;
  background: #000 url(../images/select_aw.png) right 0 no-repeat;
  background-size: auto 100%;
  background: #000 \9;
  border: 1px solid transparent;
  -webkit-transition: background .15s, -webkit-filter .25s;
  transition: background .15s, -webkit-filter .25s;
  -o-transition: background .15s, filter .25s;
  transition: background .15s, filter .25s;
  transition: background .15s, filter .25s, -webkit-filter .25s;
}
.select-style:focus {
  background-color: #121212;
  border-color: rgba(206, 176, 125, 0.5);
}
@media (max-width: 767px) {
  .select-style {
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 10px;
    padding: 0 10px \9;
  }
}
/* CHECKBOX */
.checkbox-style {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: normal;
  line-height: 50px;
}
.checkbox-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ceb07d;
  background: #222;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 0;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 8px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.checkbox-style input:checked + span {
  border-color: #ceb07d;
  background: #ceb07d;
}
.checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
.checkbox-style:hover input + span {
  border-color: #e8b661;
}
.checkbox-style:hover input:checked + span {
  border-color: #e8b661;
  background: #e8b661;
}
.checkbox-style:hover input:checked + span i {
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media (max-width: 767px) {
  .checkbox-style {
    line-height: 38px;
  }
}
/* RADIO */
.radio-style {
  font-size: 1rem;
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
  font-weight: normal;
  line-height: 50px;
}
.radio-style:last-child {
  margin-right: 0;
}
.checkbox-style input,
.radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ceb07d;
  background: #222;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 20px;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.radio-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 8px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.radio-style input:checked + span {
  border-color: #ceb07d;
  background: #ceb07d;
}
.radio-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
.radio-style:hover input + span {
  border-color: #e8b661;
}
.radio-style:hover input:checked + span {
  border-color: #e8b661;
  background: #e8b661;
}
.radio-style:hover input:checked + span i {
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
}
@media (max-width: 767px) {
  .radio-style {
    line-height: 38px;
  }
}
/* FUNCTION - CATEGORY */
.g-catetab {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0;
  padding: 0 20px;
  margin: 5px auto 50px auto;
  opacity: 0;
  z-index: 20;
  -webkit-transition: opacity 1s .2s, -webkit-transform 1s .2s;
  transition: opacity 1s .2s, -webkit-transform 1s .2s;
  -o-transition: opacity 1s .2s, transform 1s .2s;
  transition: opacity 1s .2s, transform 1s .2s;
  transition: opacity 1s .2s, transform 1s .2s, -webkit-transform 1s .2s;
  overflow: visible;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.g-catetab.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.g-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 1;
}
.g-catetab > ul {
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 2;
}
.g-catetab > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 5;
}
.g-catetab > ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
.g-catetab > ul > li > a {
  display: block;
  position: relative;
  padding: 0 28px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: color .15s, -webkit-transform .15s;
  transition: color .15s, -webkit-transform .15s;
  -o-transition: color .15s, transform .15s;
  transition: color .15s, transform .15s;
  transition: color .15s, transform .15s, -webkit-transform .15s;
  white-space: nowrap;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.g-catetab > ul > li > a:hover {
  color: #eee2b8;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.g-catetab > ul > li:first-child:before {
  display: none;
}
.g-catetab > ul > li.current > a {
  color: #e5c671;
}
.g-catetab > ul > li.back-uplv > a {
  white-space: nowrap;
  position: relative;
}
.g-catetab > ul > li.back-uplv > a::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin-left: 7px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ceb07d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.g-catetab > ul > li.back-uplv:hover > a::before,
.g-catetab > ul > li.has-ul:hover > a::after {
  border-color: #eee2b8;
}
.g-catetab > ul > li.has-ul > a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin-left: 7px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #ceb07d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media (min-width: 768px) and (max-height: 769px) {
  .g-catetab {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .g-catetab.more-item {
    max-width: 300px;
    margin: 0 auto 20px auto;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  .g-catetab.more-item .cur-item {
    cursor: pointer;
    display: block;
    position: relative;
    white-space: normal;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    padding: 10px 25px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9375rem;
    color: #ceb07d;
    border-top: 1px solid rgba(206, 176, 125, 0.7);
    border-bottom: 1px solid rgba(206, 176, 125, 0.7);
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s;
  }
  .g-catetab.more-item .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid rgba(206, 176, 125, 0.7);
    border-bottom: 2px solid rgba(206, 176, 125, 0.7);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .g-catetab.more-item .cur-item:hover {
    color: #e5c671;
  }
  .g-catetab.more-item > ul {
    display: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .g-catetab.more-item > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab.more-item > ul > li:before {
    display: none;
  }
  .g-catetab.more-item > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    color: #ceb07d;
    border-top: 1px solid rgba(206, 176, 125, 0.2);
  }
  .g-catetab.more-item > ul > li > a:hover {
    background: rgba(10, 10, 10, 0.3);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #222222 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #222222), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #222222 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .g-catetab.more-item > ul > li:first-child > a {
    border-top: none;
  }
  .g-catetab.more-item > ul > li.current > a {
    color: #fff;
    font-weight: 600;
  }
  .g-catetab.more-item.is-open .cur-item {
    position: relative;
  }
  .g-catetab.more-item.is-open > ul {
    top: 0;
    display: block;
    -webkit-animation: ani_fadeIn_toD .25s .1s both;
    animation: ani_fadeIn_toD .25s .1s both;
    border: 1px solid rgba(206, 176, 125, 0.2);
    padding: 6px 20px;
    background: #181818;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  }
  .g-catetab.more-item.is-open > ul:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(206, 176, 125, 0.1);
    -webkit-animation: ani_fadeIn .25s both;
    animation: ani_fadeIn .25s both;
  }
  .g-catetab.more-item.is-open > ul:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid rgba(206, 176, 125, 0.2);
    -webkit-animation: ani_fadeIn .25s both;
    animation: ani_fadeIn .25s both;
  }
  .g-catetab.more-item.is-close > ul {
    -webkit-animation: ani_fadeOut_toU .25s both;
    animation: ani_fadeOut_toU .25s both;
  }
  .g-catetab:not(.more-item) > ul > li.back-uplv > a {
    color: #ac894d;
    border: 1px solid #755e38;
    font-size: 0.875rem;
    padding: 5px 25px 5px 10px;
  }
  .g-catetab:not(.more-item) > ul > li.back-uplv > a::before {
    border-color: #ac894d;
  }
  .g-catetab:not(.more-item) > ul > li.back-uplv:hover > a {
    color: #fff;
    background: #755e38
  }
  .g-catetab:not(.more-item) > ul > li.back-uplv:hover > a::before {
    border-color: #fff;
  }
  .g-catetab:not(.more-item) > ul > li.has-ul > a::after {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    right: auto;
    margin: 0 0 0 5px;
    border-color: #fff;
  }
  .g-catetab:not(.more-item) > ul > li.has-ul:hover > a::after {
    border-color: #eee2b8;
  }
  .g-catetab > ul > li.current.has-ul > a::after,
  .g-catetab > ul > li.current.has-ul:hover > a::after {
    border-color: #e5c671;
  }
}
@media (max-width: 767px) {
  .g-catetab {
    max-width: 300px;
    margin: 0 auto 20px auto;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  .g-catetab .cur-item {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9375rem;
    color: #ceb07d;
    border-top: 1px solid rgba(206, 176, 125, 0.7);
    border-bottom: 1px solid rgba(206, 176, 125, 0.7);
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s;
  }
  .g-catetab .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid rgba(206, 176, 125, 0.7);
    border-bottom: 2px solid rgba(206, 176, 125, 0.7);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .g-catetab .cur-item:hover {
    color: #e5c671;
  }
  .g-catetab > ul {
    display: none;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  .g-catetab > ul > li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
  }
  .g-catetab > ul > li:before {
    display: none;
  }
  .g-catetab > ul > li > a {
    background: none;
    border: none;
    border-top: none;
    display: block;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    color: #ceb07d;
    border-top: 1px solid rgba(206, 176, 125, 0.2);
  }
  .g-catetab > ul > li > a:hover {
    background: rgba(10, 10, 10, 0.3);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #222222 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #222222), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #222222 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .g-catetab > ul > li:first-child > a {
    border-top: none;
  }
  .g-catetab > ul > li.current > a {
    color: #fff;
    font-weight: 600;
  }
  .g-catetab.is-open .cur-item {
    position: relative;
  }
  .g-catetab.is-open > ul {
    top: 0;
    display: block;
    -webkit-animation: ani_fadeIn_toD .25s .1s both;
    animation: ani_fadeIn_toD .25s .1s both;
    border: 1px solid rgba(206, 176, 125, 0.2);
    padding: 6px 20px;
    background: #181818;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  }
  .g-catetab.is-open > ul:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(206, 176, 125, 0.1);
    -webkit-animation: ani_fadeIn .25s both;
    animation: ani_fadeIn .25s both;
  }
  .g-catetab.is-open > ul:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid rgba(206, 176, 125, 0.2);
    -webkit-animation: ani_fadeIn .25s both;
    animation: ani_fadeIn .25s both;
  }
  .g-catetab.is-close > ul {
    -webkit-animation: ani_fadeOut_toU .25s both;
    animation: ani_fadeOut_toU .25s both;
  }
  .g-catetab > ul > li > a {
    font-size: 0.9375rem;
    padding: 12px 15px;
  }
}
/* No-data */
.msg-nodata {
  padding: 100px 0;
  margin: auto;
  text-align: center;
}
.msg-nodata .btn-backhome {
  border-bottom: 1px solid rgba(206, 176, 125, 0.5);
  border-top: 1px solid rgba(206, 176, 125, 0.5);
  color: rgba(206, 176, 125, 0.7);
  padding: 5px 25px;
  font-size: 0.9375rem;
  text-align: center;
  width: auto;
  margin: 20px auto;
  display: inline-block;
  background-color: transparent;
}
.msg-nodata .btn-backhome:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(206, 176, 125, 0.7);
  -webkit-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
.msg-nodata .btn-backhome:hover {
  background-color: rgba(206, 176, 125, 0.7);
  color: #222;
}
.msg-nodata .btn-backhome:hover:before {
  width: 100%;
  -webkit-animation: ani_fadeOut .25s .3s both;
  animation: ani_fadeOut .25s .3s both;
}
.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid rgba(206, 176, 125, 0.3);
}
.msg-nodata .img.success:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2rem;
}
.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid rgba(206, 176, 125, 0.5);
}
.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #ceb07d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.msg-nodata .text {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #ceb07d;
  line-height: 1.5;
  margin: 15px auto;
}
.msg-nodata .text strong {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 auto 5px auto;
}
.msg-nodata[data-scrollview] .img {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.msg-nodata[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  -o-transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s, -webkit-transform .3s .2s;
}
.msg-nodata[data-scrollview] .btn-backhome {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity .3s .33s, background .15s .25s, color .15s .25s, -webkit-transform .3s .33s;
  transition: opacity .3s .33s, background .15s .25s, color .15s .25s, -webkit-transform .3s .33s;
  -o-transition: opacity .3s .33s, transform .3s .33s, background .15s .25s, color .15s .25s;
  transition: opacity .3s .33s, transform .3s .33s, background .15s .25s, color .15s .25s;
  transition: opacity .3s .33s, transform .3s .33s, background .15s .25s, color .15s .25s, -webkit-transform .3s .33s;
}
.msg-nodata[data-scrollview].scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.msg-nodata[data-scrollview].scroll-view .text,
.msg-nodata[data-scrollview].scroll-view .btn-backhome {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .msg-nodata {
    padding: 30px 0 50px 0;
  }
}
/* === LAYOUT === */
.container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.container-1400 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
/* === INTRO === */
.intro-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  z-index: 0;
}
.intro-bg .video {
  position: relative;
  left: 50%;
  top: auto;
  bottom: 10vh;
  height: 101vh;
  width: calc(101vh / 0.5625) !important;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-aspect-ratio: 1920/1080) {
  .intro-bg .video {
    height: calc(100vw * 0.5625);
    width: 100vw !important;
  }
}
.intro-bg .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-bg:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mb .intro-bg .video iframe {
  opacity: 0 !important
}
.intro-bg .out > div {
  -webkit-animation: ani_zoomOut_StoB 3s both linear;
  animation: ani_zoomOut_StoB 3s both linear;
}
.intro-bg .in > div {
  -webkit-animation: ani_zoomIn_n-soS 4s both cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ani_zoomIn_n-soS 4s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.intro-slick-dots {
  position: absolute;
  list-style: none;
  left: 50%;
  bottom: calc(10vh + 30px);
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 2000;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-height:579px) {
  .intro-slick-dots {
    bottom: calc(10vh + 10px);
  }
}
.intro-slick-dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.intro-slick-dots li button {
  outline: none;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ceb07d;
  font-size: 0;
  line-height: 0;
  background: none;
  border-radius: 50px;
  -webkit-transition: background .25s, border .25s;
  -o-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
}
.intro-slick-dots li button:hover {
  border-color: #e8b661;
}
.intro-slick-dots li.slick-active button {
  background: #debf8c;
  border-color: #debf8c;
}
.intro-slick-dots li.slick-active button:hover {
  background: #f0c989;
  border-color: #f0c989;
}
.intro-form {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 90vh;
  max-width: 310px;
  z-index: 10;
}
.intro-form.scroll-view .inner {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1.2s both;
  animation: ani_fadeIn_toU 1.2s both;
}
.intro-form .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
.intro-form .logo {
  position: relative;
  display: block;
  margin: 0 auto 25px auto;
  font-size: 0;
  max-width: 125px;
  -webkit-transition: max-width .35s;
  -o-transition: max-width .35s;
  transition: max-width .35s;
}
.intro-form .logo span {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: contain;
}
.intro-form .logo span:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 148%;
}
.intro-form p {
  margin: 0 auto 10px auto;
  font-size: 1.125rem;
  color: #fff;
}
.intro-form p.s {
  font-size: 1rem;
}
.intro-form form {
  margin: 0;
  padding: 0;
}
.intro-form .form-box {
  margin: 0 0 20px 0;
  padding: 0;
}
.intro-form .form-birth {
  font-size: 0;
}
.intro-form .form-birth .input-pickdate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: transparent;
  border: none;
  font-size: 0;
}
.intro-form .form-birth .input-pickdate::-webkit-input-placeholder {
  font-size: 0;
}
.intro-form .form-birth .input-pickdate::-moz-placeholder {
  font-size: 0;
}
.intro-form .form-birth .input-pickdate:-ms-input-placeholder,
.intro-form .form-birth .input-pickdate:-moz-placeholder {
  font-size: 0;
}
.intro-form .form-birth .input-age {
  display: inline-block;
  position: relative;
  z-index: 0;
  vertical-align: top;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ceb07d;
  border-radius: 0;
  padding: 0 10px;
  font-size: 1rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.intro-form .form-birth .input-age::-webkit-input-placeholder {
  font-size: 1.0625em;
  color: rgba(206, 176, 125, 0.55);
}
.intro-form .form-birth .input-age::-moz-placeholder {
  font-size: 1.0625em;
  color: rgba(206, 176, 125, 0.55);
}
.intro-form .form-birth .input-age:-ms-input-placeholder,
.intro-form .form-birth .input-age:-moz-placeholder {
  font-size: 1.0625em;
  color: rgba(206, 176, 125, 0.55);
}
.intro-form .form-birth .input-age.m {
  width: calc((100% - 16px) * 0.3);
  margin-left: 8px;
}
.intro-form .form-birth .input-age.d {
  width: calc((100% - 16px) * 0.3);
}
.intro-form .form-birth .input-age.y {
  width: calc((100% - 16px) * 0.4);
  margin-left: 8px;
}
.intro-form .form-birth .input-text {
  display: inline-block;
  position: relative;
  z-index: 0;
  vertical-align: top;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #ceb07d;
  font-size: 1rem;
}
.intro-form .form-birth .input-text::-webkit-input-placeholder {
  font-size: 1.0625em;
}
.intro-form .form-birth .input-text::-moz-placeholder {
  font-size: 1.0625em;
}
.intro-form .form-birth .input-text:-ms-input-placeholder,
.intro-form .form-birth .input-text:-moz-placeholder {
  font-size: 1.0625em;
}
.intro-form .form-birth .input-text input {
  width: 100%;
  color: inherit;
  text-align: center;
  border: none;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
}
.intro-form .form-birth .input-text.is-selected:before {
  content: attr(data-datetype);
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 1;
  opacity: 0.6;
}
.intro-form .form-birth .input-text::-webkit-input-placeholder {
  font-size: inherit;
}
.intro-form .form-birth .input-text::-moz-placeholder {
  font-size: inherit;
}
.intro-form .form-birth .input-text:-ms-input-placeholder,
.intro-form .form-birth .input-text:-moz-placeholder {
  font-size: inherit;
}
.intro-form .form-birth .input-text.m {
  width: calc((100% - 16px) * 0.3);
}
.intro-form .form-birth .input-text.d {
  width: calc((100% - 16px) * 0.3);
  margin-left: 8px;
}
.intro-form .form-birth .input-text.y {
  width: calc((100% - 16px) * 0.4);
  margin-left: 8px;
}
.intro-form .form-language {
  position: relative;
  margin: 0 auto 20px auto;
  width: 100%;
}
.intro-form .form-language .switch {
  display: block;
  position: relative;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  line-height: 50px;
  word-spacing: nowrap;
  width: 100%;
  margin: 0;
  padding: 0 50px;
  font-size: 1.125rem;
  text-align: left;
  color: #ceb07d;
}
.intro-form .form-language .switch:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_lang.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
}
.intro-form .form-language .switch:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  border: none;
  border-right: 2px solid #ceb07d;
  border-bottom: 2px solid #ceb07d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.intro-form .form-language:hover .switch {
  border: 1px solid #e8b661;
}
.intro-form .form-language.is-open .list {
  -webkit-animation: ani_fadeIn .5s both;
  animation: ani_fadeIn .5s both;
}
.intro-form .form-language .list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 310px;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: none;
  overflow: visible;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 1500px 1500px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 1500px 1500px rgba(0, 0, 0, 0.9);
}
.intro-form .form-language .list:before {
  content: attr(data-title);
  font-size: 1.125rem;
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  z-index: 10;
  position: absolute;
  top: -10px;
  width: 100%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}
.intro-form .form-language .list li {
  display: block;
  border: none;
}
.intro-form .form-language .list li a {
  display: block;
  padding: 12px 15px;
  border: none;
  border-top: 1px solid rgba(206, 176, 125, 0.7);
  background: #111;
  color: #ceb07d;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
  font-size: 1.0625rem;
  text-align: center;
}
.intro-form .form-language .list li a:hover,
.intro-form .form-language .list li a:active {
  background: #222222;
  color: #fff;
}
.intro-form .form-language .list li:first-child {
  border: none;
}
.intro-form .form-language .list li:first-child a {
  border-top: none;
}
.intro-form .btn-enter {
  width: 100%;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .intro-form .logo {
    max-width: 80px;
    margin-bottom: 20px;
  }
}
@media (max-height: 699px),
(max-width: 639px) {
  .intro-form .logo {
    max-width: 60px;
    margin-bottom: 10px;
  }
  .intro-form p {
    font-size: 1rem;
  }
  .intro-form p.s {
    font-size: 0.9375rem;
  }
  .intro-form .form-birth .input-text {
    font-size: 1rem;
    height: 45px;
  }
  .intro-form .form-language .switch {
    font-size: 1rem;
    height: 45px;
    line-height: 43px;
  }
  .intro-form .form-language .list:before {
    font-size: 1rem;
    top: -5px;
  }
  .intro-form .form-language .list li a {
    font-size: 1rem;
  }
  .intro-form .btn-enter {
    height: 45px;
    line-height: 43px;
    font-size: 1rem;
  }
}
@media (max-width: 349px) {
  .intro-form {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro-form .form-language .list {
    max-width: calc(100% - 40px);
  }
}
/* === ALL === */
.warning-msg {
  position: fixed;
  z-index: 100;
  background: #aa9269;
  color: #fff;
  height: 10vh;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  font-size: 2.8125rem;
  letter-spacing: 2rem;
  display: none;
}
.warning-msg.scroll-view {
  display: block;
  -webkit-animation: ani_fadeIn .8s both;
  animation: ani_fadeIn .8s both;
}
.warning-msg .inner {
  max-width: 1350px;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  padding-left: 1rem;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
}
.warning-msg .inner span {
  display: inline-block;
}
.warning-msg .inner img {
  margin-right: 4rem;
  margin-left: 2rem;
}
@media (max-width: 1399px) {
  .warning-msg {
    letter-spacing: 1rem;
  }
  .warning-msg .inner {
    padding-left: 1rem;
  }
  .warning-msg .inner img {
    margin-right: 2rem;
    margin-left: 1rem;
  }
}
@media (max-width: 1023px) {
  .warning-msg {
    font-size: 2rem;
    letter-spacing: .5rem;
  }
  .warning-msg .inner {
    padding-left: 1rem;
  }
  .warning-msg .inner img {
    margin-right: 1rem;
    margin-left: .5rem;
  }
}
@media (max-width: 767px) {
  .warning-msg {
    font-size: 1.625rem;
    line-height: 1.3;
    letter-spacing: .25rem;
  }
  .warning-msg .inner {
    padding-left: .25rem;
  }
  .warning-msg .inner img {
    max-width: 32px;
    margin-right: .5rem;
    margin-left: .25rem;
  }
}
@media (max-width: 639px) {
  .warning-msg {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media (max-width: 499px) {
  .warning-msg {
    font-size: 1.125rem;
    letter-spacing: .15rem;
  }
}
@media (max-width: 399px) {
  .warning-msg {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}
.g-header .g-logo,
.g-header .g-nav-switch {
  display: none;
}
.g-header.scroll-view .g-logo {
  display: block;
  -webkit-animation: ani_fadeIn_toR 1s 0.02s both cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: ani_fadeIn_toR 1s 0.02s both cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.g-header.scroll-view .g-nav-switch {
  display: block;
  -webkit-animation: ani_fadeIn_toL 0.8s 0.1s both cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: ani_fadeIn_toL 0.8s 0.1s both cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.g-logo {
  position: fixed;
  z-index: 300;
  width: 100%;
  top: 1.4cm;
  left: 1.1cm;
  margin: 0;
  padding: 0;
  font-size: 0;
  max-width: 114px;
  -webkit-transition: max-width .35s;
  -o-transition: max-width .35s;
  transition: max-width .35s;
}
.g-logo a {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: contain;
}
.g-logo a:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 148%;
}
.feedback-compare {
  display: none;
  position: absolute;
  top: calc(1.4cm + 90px);
  right: 1cm;
  background: #ac894d;
  color: #fff;
  padding: 15px 20px;
}
.feedback-compare:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ac894d transparent;
  position: absolute;
  top: -10px;
  right: 28px;
}
@media (max-width:991px) {
  .feedback-compare {
    top: 90px;
    right: 25px;
  }
  .feedback-compare:before {
    border-width: 0 5px 7px 5px;
    top: -7px;
    right: 23px;
  }
}
@media (max-width:768px) {
  .feedback-compare {
    top: 90px;
    right: 22px;
  }
  .feedback-compare:before {
    right: 18px;
  }
}
@media (max-width:499px) {
  .feedback-compare {
    top: 70px;
    right: 20px;
    padding: 5px 10px;
    font-size: 0.875rem;
  }
}
.g-nav-switch {
  position: absolute;
  top: 1.4cm;
  right: 1cm;
  z-index: 101;
  -webkit-perspective: 200px;
  perspective: 200px;
}
.g-nav-switch a {
  width: 70px;
  height: 70px;
  display: block;
  background: #ac894d;
  position: relative;
  -webkit-transition: -webkit-transform .25s, box-shadow .25s;
  transition: -webkit-transform .25s, box-shadow .25s;
  -webkit-transition: -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: -webkit-transform .25s, -webkit-box-shadow .25s;
  -o-transition: transform .25s, box-shadow .25s;
  transition: transform .25s, box-shadow .25s;
  transition: transform .25s, box-shadow .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: transform .25s, box-shadow .25s, -webkit-transform .25s, box-shadow .25s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.g-nav-switch a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.96) rotateY(0deg);
  transform: scale(0.96) rotateY(0deg);
}
.g-nav-switch a div {
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
}
.g-nav-switch a div:nth-child(1) {
  margin-top: -9px;
}
.g-nav-switch a div:nth-child(2) {
  margin-top: -1px;
}
.g-nav-switch a div:nth-child(3) {
  margin-top: 7px;
}
.g-nav-switch.is-open a {
  -webkit-animation: ani_flipIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: ani_flipIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
.g-nav-switch.is-open a div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
  margin-top: -5px;
  margin-left: 2px;
}
.g-nav-switch.is-open a div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 13px;
  margin-top: 3px;
  margin-left: 2px;
}
.g-nav-switch.is-close a {
  -webkit-animation: ani_flipOut 0.26s 0.05s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: ani_flipOut 0.26s 0.05s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
.g-nav-overlay {
  position: fixed;
  display: none;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.g-nav-overlay.is-open {
  display: block;
  -webkit-animation: ani_fadeIn .5s both;
  animation: ani_fadeIn .5s both;
}
.g-nav-overlay.is-close {
  -webkit-animation: ani_fadeOut .4s both;
  animation: ani_fadeOut .4s both;
}
.g-nav {
  background: #111;
  left: auto;
  top: 0;
  bottom: 10vh;
  right: 0;
  width: 58vw;
  height: auto;
  z-index: 100;
  padding: 1.4cm 0 170px 0;
  position: fixed;
  display: none;
}
.g-nav:before {
  content: '';
  position: absolute;
  z-index: 10;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #111111;
  background: -o-linear-gradient(top, #111111 60%, rgba(17, 17, 17, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #111111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, #111111 60%, rgba(17, 17, 17, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);
}
.g-nav:after {
  content: '';
  position: absolute;
  z-index: 10;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background: #111111;
  background: -o-linear-gradient(bottom, #111111 80%, rgba(17, 17, 17, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #111111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(0deg, #111111 80%, rgba(17, 17, 17, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);
}
.g-nav.is-open {
  display: block;
  opacity: 1;
  -webkit-animation: ani_nav_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: ani_nav_in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.g-nav.is-open .g-menu > li {
  -webkit-animation: ani_fadeIn_toU 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: ani_fadeIn_toU 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.g-nav.is-open .g-menu > li:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.g-nav.is-open .g-menu > li:nth-child(2) {
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}
.g-nav.is-open .g-menu > li:nth-child(3) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.g-nav.is-open .g-menu > li:nth-child(4) {
  -webkit-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
.g-nav.is-open .g-menu > li:nth-child(5) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.g-nav.is-open .g-menu > li:nth-child(6) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.g-nav.is-open .g-menu > li:nth-child(7) {
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.g-nav.is-open .g-menu > li:nth-child(8) {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
.g-nav.is-open .g-menu > li:nth-child(9) {
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
}
.g-nav.is-open .nav-bottom {
  display: block;
  opacity: 1;
  -webkit-animation: ani_fadeIn 0.5s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: ani_fadeIn 0.5s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.g-nav.is-close {
  -webkit-animation: ani_fadeOut .4s linear both;
  animation: ani_fadeOut .4s linear both;
}
.g-nav-inner {
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  padding: calc(70px + 1cm) calc(70px + 2.2cm) 0 calc(35px + 1cm);
}
.g-nav-inner::-webkit-scrollbar {
  width: 4px;
}
.g-nav-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  margin: 0;
}
.g-nav-inner::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  background: rgba(80, 80, 80, 0.8);
}
.g-menu {
  font-size: 0;
}
.g-menu > li {
  display: inline-block;
  width: calc(73% / 2);
  vertical-align: top;
  margin: 0 0 60px 0;
  padding: 0 0 0 20px;
}
.g-menu > li:nth-of-type(3n) {
  width: 27%;
}
.g-menu > li .title {
  display: block;
  font-weight: 600;
  font-size: 1.375rem;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.5;
  color: #ceb07d;
}
.g-menu > li a.title {
  color: #ceb07d;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.g-menu > li a.title:hover {
  color: #e8b661;
}
.g-menu > li [data-compare-num]:after {
  content: attr(data-compare-num);
  font-size: 0.9375rem;
  color: #ceb07d;
  border: 1px solid #ceb07d;
  border-radius: 25px;
  line-height: 1;
  padding: 2px 8px 4px 8px;
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.g-menu > li > ul > li {
  display: block;
  margin: 0 0 3px 0;
}
.g-menu > li > ul > li > a {
  display: block;
  position: relative;
  color: #ccc;
  padding: 0;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  font-size: 1.0625rem;
  -webkit-transition: padding .25s, color .25s, -webkit-transform .25s;
  transition: padding .25s, color .25s, -webkit-transform .25s;
  -o-transition: padding .25s, color .25s, transform .25s;
  transition: padding .25s, color .25s, transform .25s;
  transition: padding .25s, color .25s, transform .25s, -webkit-transform .25s;
}
.g-menu > li > ul > li > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 2px;
  background: #ceb07d;
  top: 15px;
  left: -15px;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
.g-menu > li > ul > li > a:hover {
  color: #fff;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.g-menu > li > ul > li > a:hover:before {
  opacity: 1;
}
.nav-bottom {
  z-index: 13;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #999;
  position: absolute;
  bottom: 1.4cm;
  left: calc(35px + 1cm);
  right: calc(70px + 2cm);
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-bottom .social-links {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.nav-bottom .social-links li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0;
  margin: 0 3px 0 0;
}
.nav-bottom .social-links li .icon-kingcar {
  display: block;
  font-size: 0;
  width: 34px;
  height: 21px;
  margin-right: 10px;
  background: url(../images/icon_kingcar.png) no-repeat 0 0;
  background-size: 100% auto;
}
.nav-bottom .social-links li .icon-kingcar:hover {
  background-position: 0 100%;
}
.nav-bottom .social-links li a:not(.icon-kingcar) {
  font-size: 1.375rem;
  color: #999;
  margin: 0 10px;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.nav-bottom .social-links li a:not(.icon-kingcar):hover {
  color: #ceb07d;
}
.nav-bottom .social-links li.link-contact {
  display: none;
}
.nav-bottom .g-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 50px;
  margin-left: 10px;
}
.nav-bottom .g-language:after {
  content: '';
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  height: 12px;
  width: 1px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  position: absolute;
}
.nav-bottom .g-language:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_lang.png) no-repeat 0 100%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
}
.nav-bottom .g-language > ul {
  font-size: 0;
}
.nav-bottom .g-language > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
}
.nav-bottom .g-language > ul > li > a {
  display: block;
  font-size: 1rem;
  color: #999999;
  line-height: 1.3;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.nav-bottom .g-language > ul > li > a:hover {
  color: #fff;
}
.nav-bottom .g-language > ul > li.current > a {
  color: #ceb07d;
  border-bottom: 1px solid #ceb07d;
}
.nav-bottom .copyright {
  margin-top: 10px;
  font-size: 0;
  color: #888888;
}
.nav-bottom .copyright .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding-right: 10px;
}
.nav-bottom .copyright .designer {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  font-size: 1rem;
}
.nav-bottom .copyright .designer a {
  color: #444;
}
.nav-bottom .copyright .designer a:hover {
  color: #888;
}
.nav-bottom .copyright .link-contact {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  color: #cc9f53;
  font-size: 0.9375rem;
}
.nav-bottom .copyright .link-contact:after {
  content: '';
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  height: 12px;
  width: 1px;
  top: 50%;
  right: 0;
  margin-top: -6px;
  position: absolute;
}
.nav-bottom .copyright .link-contact:hover {
  color: #ceb07d;
}
@media (max-width: 1699px) {
  .g-nav {
    width: 80vw;
  }
}
@media (max-width: 1299px) {
  .g-nav {
    padding: 1.4cm 0 160px 0;
  }
  .nav-bottom .copyright .text {
    font-size: 0.875rem;
  }
  .nav-bottom .copyright .designer {
    font-size: 0.875rem;
  }
  .nav-bottom .copyright .link-contact {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .g-nav {
    width: calc(100vw - 2.2cm - 114px);
    padding: 1.4cm 0 130px 0;
  }
  .nav-bottom {
    bottom: 20px;
  }
  .nav-bottom .copyright .text {
    font-size: 0.8125rem;
    padding-right: 5px;
  }
  .nav-bottom .copyright .designer {
    font-size: 0.75rem;
  }
  .nav-bottom .copyright .link-contact {
    font-size: 0.8125rem;
    padding-right: 8px;
    margin-right: 8px;
  }
  .nav-bottom .social-links li {
    margin: 0;
  }
  .nav-bottom .g-language > ul > li {
    padding: 0 10px;
  }
  .nav-bottom .g-language > ul > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .g-menu > li .title {
    font-size: 1rem;
  }
  .g-menu > li > ul > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .g-logo {
    max-width: 60px;
    top: 25px;
    left: 25px;
  }
  .g-nav-switch {
    top: 25px;
    right: 25px;
  }
  .g-nav-switch a {
    width: 50px;
    height: 50px;
  }
  .g-nav {
    max-width: calc(100% - 110px);
    width: 100%;
    padding: 20px 0 135px 0;
  }
  .g-nav-inner {
    padding: 90px 110px 0 110px;
  }
  .nav-bottom {
    bottom: 25px;
    left: 110px;
    right: 110px;
  }
  .nav-bottom .g-language {
    padding-left: 45px;
    margin-left: 0;
  }
  .nav-bottom .g-language > ul > li {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-height: 899px) {
  .g-nav-inner {
    padding-top: .6cm;
  }
  .g-menu > li {
    margin-bottom: 20px;
  }
  .g-nav:before {
    height: 55px;
  }
  .g-nav:after {
    height: 150px;
  }
  .g-nav {
    padding-top: .9cm;
    padding-bottom: calc(170px - 1.5cm);
  }
  .nav-bottom {
    bottom: 0.3cm;
  }
  .nav-bottom .copyright {
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-height: 769px) {
  .g-menu > li .title {
    font-size: 1.125rem;
  }
  .g-menu > li > ul > li > a {
    font-size: .9375rem;
  }
  .g-menu > li > ul > li > a:before {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .g-nav-switch {
    right: 22px;
    top: 22px;
  }
  .g-nav-switch a {
    width: 45px;
    height: 45px;
  }
  .g-nav-switch a div {
    width: 16px;
    margin-left: -8px;
  }
  .g-nav-switch a div:nth-child(1) {
    margin-top: -7px;
  }
  .g-nav-switch a div:nth-child(2) {
    margin-top: -1px;
  }
  .g-nav-switch a div:nth-child(3) {
    margin-top: 5px;
  }
  .g-nav-switch.is-open a div:nth-child(1) {
    width: 10px;
    margin-top: -4px;
  }
  .g-nav-switch.is-open a div:nth-child(3) {
    width: 10px;
    margin-top: 2px;
  }
  .g-nav {
    width: 320px;
    padding: 60px 0 115px 0;
  }
  .g-nav:after {
    height: 160px;
  }
  .g-nav-inner {
    padding: 30px 30px 10px 30px;
  }
  .g-menu > li {
    width: 100%;
    display: block;
    margin: 0 0 6px 0;
    padding: 6px 0 0 0;
    text-align: right;
  }
  .g-menu > li:first-child {
    border-top: none;
  }
  .g-menu > li:nth-of-type(3n) {
    width: 100%;
  }
  .g-menu > li .title {
    padding: 0 40px 0 0;
    position: relative;
    cursor: pointer;
  }
  .g-menu > li.plus .title:after,
  .g-menu > li.has-ul .title:after {
    content: '+';
    font-weight: normal;
    color: #ceb07d;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 0.8125rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ceb07d;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: 'Arial', sans-serif;
  }
  .g-menu > li.has-ul.is-open .title:after {
    content: '';
  }
  .g-menu > li.has-ul.is-open .title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 1px;
    background: #ceb07d;
    position: absolute;
    top: 11px;
    right: 15px;
  }
  .g-menu > li [data-compare-num]:after {
    font-size: 0.75rem;
  }
  .g-menu > li > ul {
    display: none;
  }
  .g-menu > li > ul > li {
    padding: 0 42px 0 0;
  }
  .g-menu > li > ul > li > a:before {
    display: none;
  }
  .g-menu > li > ul > li > a:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-bottom {
    bottom: 0;
    left: 30px;
    right: 30px;
    padding: 15px 0;
    text-align: right;
  }
  .nav-bottom .copyright {
    margin-top: 3px;
  }
  .nav-bottom .copyright .text {
    font-size: 0.75rem;
  }
  .nav-bottom .copyright .link-contact {
    display: none;
  }
  .nav-bottom .social-links li {
    margin: 0 2px 0 0;
    font-size: 0.8125rem;
  }
  .nav-bottom .social-links li .icon-kingcar {
    width: 31px;
    height: 19px;
    margin-right: 8px;
  }
  .nav-bottom .social-links li a:not(.icon-kingcar) {
    font-size: 1.25rem;
    margin: 0 8px;
  }
  .nav-bottom .social-links li.link-contact {
    display: inline-block;
  }
  .nav-bottom .g-language {
    padding-left: 0;
    margin-left: 0;
  }
  .nav-bottom .g-language:after {
    display: none;
  }
  .nav-bottom .g-language:before {
    width: 20px;
    height: 20px;
    margin-top: -9px;
    left: 0;
    display: none;
  }
  .nav-bottom .g-language > ul > li > a {
    line-height: 1;
  }
}
@media (max-width: 599px) {
  .if-down .g-header .g-logo,
  .if-down .g-header .g-nav-switch:not(.is-open) {
    -webkit-animation: ani_fadeOut .3s both;
    animation: ani_fadeOut .3s both;
  }
  .g-nav-switch {
    top: 20px;
    right: 20px;
  }
  .g-nav-switch a {
    width: 40px;
    height: 40px;
  }
  .g-header {
    height: 80px;
    background: rgb(0, 0, 0);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.8) 90%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.35)), color-stop(90%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.8) 90%);
  }
  .g-logo {
    /*max-width: 100px;
    top: 30px;
    left: 20px;*/
    max-width: 45px;
    top: 20px;
    left: 20px;
  }
  /*.g-logo a{
    background-image: url(../images/logo_horizon.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .g-logo a:before {
    padding-bottom: 24.8%
  }*/
  .g-nav {
    padding: 50px 0 95px 0;
    max-width: calc(100% - 90px);
  }
  .g-nav:before {
    height: 80px;
  }
  .g-nav:after {
    height: 130px;
  }
  .g-nav-inner {
    padding: 30px 20px 50px 20px;
  }
  .nav-bottom {
    padding-top: 8px;
    padding-bottom: 12px;
    left: 0.5cm;
    right: 0.5cm;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }
  .nav-bottom .social-links {
    display: block;
  }
  .nav-bottom .social-links li .icon-kingcar {
    width: 25px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
  }
  .nav-bottom .social-links li a:not(.icon-kingcar) {
    font-size: 1rem;
    margin: 0 5px;
    line-height: 1.2;
  }
  .nav-bottom .copyright {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
  }
  .nav-bottom .copyright .text {
    display: inline;
  }
  .nav-bottom .copyright .designer {
    display: inline;
  }
  .g-menu > li .title {
    font-size: .9375rem;
  }
  .g-menu > li > ul > li > a {
    font-size: 0.875rem;
  }
}
@media (max-width: 399px) {
  .nav-bottom {
    text-align: center;
  }
}
/* === INDEX === */
.i-slide-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  z-index: 0;
  overflow: hidden;
}
.i-slide-wrap.in-page {
  background-color: #000;
  z-index: 5;
  position: relative;
}
.i-slide-wrap .slick-dots {
  z-index: 1000;
  bottom: calc(10vh + 40px);
  position: fixed;
}
@media (max-height:579px) {
  .i-slide-wrap .slick-dots {
    bottom: calc(10vh + 20px);
  }
}
.i-slide {
  position: relative;
  z-index: 1;
  background: none;
  height: 90vh;
}
.i-slide .video {
  position: relative;
  left: 50%;
  top: auto;
  bottom: 10vh;
  height: 111vh;
  width: calc(111vh / 0.5625) !important;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-aspect-ratio: 1920/1080) {
  .i-slide .video {
    height: calc(100vw * 0.5625);
    width: 100vw !important;
  }
}
.i-slide .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mb .i-slide .video iframe {
  opacity: 0 !important
}
.i-slide .box {
  height: 90vh;
  width: 100vw;
  display: block;
}
.i-slide .box div[class^="responsive-image"],
.i-slide .box img {
  max-height: 100%;
  z-index: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.i-slide .box .slogan {
  max-width: 1030px;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 2.375rem;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 5;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.i-slide .slick-dots {
  left: 1cm;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.i-slide .overlay-link {
  position: absolute;
  display: block;
  z-index: 100;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.i-slide .box-link {
  position: absolute;
  z-index: 100;
  font-size: 1.0625rem;
  min-width: 200px;
  max-width: calc(100% - 100px);
  right: 1cm;
  bottom: 50px;
  /*left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  background: rgb(0 0 0 / 20%);
  border: 1px solid #d5ba8d;
  color: #d5ba8d;
  text-shadow: 0 0 1px #d5ba8d;
  -webkit-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}
.pc .i-slide .box-link:hover {
  color: #fff;
  border: 1px solid #ac894d;
  -webkit-box-shadow: inset 0 0 10px 200px #ac894d;
  box-shadow: inset 0 0 10px 200px #ac894d;
}
.i-slide .box .slogan:first-letter {
  color: #1a7bd2;
}
.i-slide .out .box div[class^="responsive-image"] {
  -webkit-animation: ani_zoomOut_StoB 2s both linear;
  animation: ani_zoomOut_StoB 2s both linear;
}
.i-slide .in .box div[class^="responsive-image"] {
  -webkit-animation: ani_zoomIn_n-soS 3.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ani_zoomIn_n-soS 3.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pc .i-slide-wrap:not(.in-page) .i-slide .slick-arrow {
  width: 26%;
  max-width: calc((100% - 200px) / 2);
  height: 100%;
  background: none;
  top: 0;
}
.pc .i-slide-wrap:not(.in-page) .i-slide .slick-arrow::before,
.pc .i-slide-wrap:not(.in-page) .slick-arrow::after {
  display: none;
}
.pc .i-slide-wrap:not(.in-page) .i-slide .slick-arrow {
  margin: 0 !important;
}
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-prev,
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-next {
  width: 1.5cm;
}
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-prev:before,
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-prev:after,
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-next:before,
.mb .i-slide-wrap:not(.in-page) .i-slide .slick-next:after {
  width: 20px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .pc .i-slide-wrap:not(.in-page) .i-slide .slick-prev {
    cursor: url(../images/arrow_prev.svg) 23 30, auto;
  }
  .pc .i-slide-wrap:not(.in-page) .i-slide .slick-next {
    cursor: url(../images/arrow_next.svg) 23 30, auto;
  }
}
@media (max-width: 991px) {
  .i-slide .slick-dots {
    left: 20px;
    bottom: calc(10vh + 30px);
  }
  .i-slide .box-link {
    right: 25px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pc .i-slide-wrap:not(.in-page) .i-slide .slick-prev {
    cursor: url(../images/arrow_prev_s.svg) 13 17, auto;
  }
  .pc .i-slide-wrap:not(.in-page) .i-slide .slick-next {
    cursor: url(../images/arrow_next_s.svg) 13 17, auto;
  }
  .i-slide .box-link {
    font-size: 1rem;
    min-width: 150px;
    right: 22px;
    bottom: 35px;
  }
}
/* === PAGES === */
.page-main {
  z-index: 1;
  width: auto;
  position: relative;
  margin: calc(35px + 1.4cm) calc(70px + 2.2cm) calc(10vh + 1cm) calc(114px + 2.2cm);
}
#product-view .page-main,
#brewing .page-main {
  margin-top: 0;
}
@media (min-width: 768px) and (max-height: 769px) {
  .page-main {
    margin-top: 1cm;
  }
}
@media (max-width: 991px) {
  .page-main {
    margin: calc(20px + 1cm) calc(50px + 1.4cm) calc(10vh + 1cm) calc(60px + 1.4cm);
  }
}
@media (max-width: 767px) {
  .page-main {
    margin: calc(10px + 1cm) calc(40px + 1.2cm) calc(10vh + 1cm) calc(60px + 1.2cm);
  }
}
@media (max-width: 599px) {
  .page-main {
    margin: 70px 25px calc(10vh + 1cm) 25px;
  }
  .page-main-align {
    min-height: calc(90vh - 90px - 1cm);
  }
}
.page-main-align {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: calc(90vh - 35px - 2.6cm);
}
.page-main-align[data-scrollview] {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.page-main-align[data-scrollview].scroll-view {
  opacity: 1;
}
#product-list .page-main-align,
#recommended .page-main-align {
  max-width: 1320px;
}
.page-main-align-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-main-align-inner.v-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-main-align-outer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 0\0) {
  #news-view .page-main-align-outer,
  #news-view .page-main-align-inner {
    display: block;
  }
}
#product-category .page-main-align-outer {
  display: table-cell;
  vertical-align: middle;
}
_:-ms-input-placeholder,
:root .page-main-align-outer {
  display: table;
  width: 100% !important;
}
_:-ms-input-placeholder,
:root .page-main-align-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
_:-ms-lang(x),
#product-category .page-main-align-inner {
  min-height: calc(90vh - 20px - 2.2cm);
}
@media (max-width: 991px),
(max-height: 769px) {
  .page-main-align {
    min-height: calc(90vh - 20px - 2.2cm);
  }
}
@media (max-width: 767px) {
  .page-main-align {
    min-height: calc(90vh - 10px - 2.2cm);
  }
}
.page-subhead {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 25px auto;
  display: block;
  color: #ba7a1c;
  text-shadow: 0 0 1px #ba7a1c;
}
.page-subhead[data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity .6s .1s, -webkit-transform .5s .1s;
  transition: opacity .6s .1s, -webkit-transform .5s .1s;
  -o-transition: opacity .6s .1s, transform .5s .1s;
  transition: opacity .6s .1s, transform .5s .1s;
  transition: opacity .6s .1s, transform .5s .1s, -webkit-transform .5s .1s;
}
.page-subhead[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-subhead span {
  position: relative;
  display: inline-block;
}
.page-subhead span:after {
  display: inline-block;
  position: absolute;
  text-shadow: none;
  top: 0;
  left: 0;
  z-index: 10;
  content: attr(data-deco-text);
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
#product-view .page-subhead {
  color: #d5ba8d;
  text-shadow: 0 0 1px #d5ba8d;
}
@media (min-width: 768px) and (max-height: 769px) {
  .page-subhead {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .page-subhead {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-subhead {
    font-size: 1.625rem;
  }
}
@media (max-width: 599px) {
  .page-subhead {
    margin: 10px auto 30px auto;
  }
}
/* BG */
.p-bg {
  z-index: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.p-bg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* === PAGE === */
/* History */
#history .history-start {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
#history .history-start .castle-img {
  position: relative;
  max-width: 134px;
  margin: 0 auto;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: -webkit-transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.7s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#history .history-start .castle-img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 38%;
  background: url(../images/history_castle.png) no-repeat 0 0;
  background-size: contain;
  display: none;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#history .history-start .castle-img:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: -18.5%;
  right: -18.5%;
  height: 1px;
  background: #cb9e52;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#history .history-start .castle-logo {
  position: relative;
  max-width: 188px;
  margin: 12px auto 0 auto;
}
#history .history-start .castle-logo:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 24.13%;
}
#history .history-start .castle-logo .k1,
#history .history-start .castle-logo .k2 {
  position: absolute;
}
#history .history-start .castle-logo .k1:before,
#history .history-start .castle-logo .k2:before {
  content: '';
  width: 100%;
  display: block;
  background-image: url(../images/history_start.png);
  background-repeat: no-repeat;
}
#history .history-start .castle-logo .k1 {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
#history .history-start .castle-logo .k1:before {
  padding-bottom: 17.24%;
  background-position: 0 0;
  background-size: 100% auto;
}
#history .history-start .castle-logo .k2 {
  width: 100%;
  top: 71.42%;
  left: 0;
  display: none;
}
#history .history-start .castle-logo .k2:before {
  padding-bottom: 6.89%;
  background-position: 0 100%;
  background-size: 100% auto;
}
#history .history-wrap {
  position: relative;
  padding-top: 30px;
}
#history .history-line {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  background: rgba(206, 176, 125, 0.6);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: opacity 1s 1.8s, -webkit-transform 1s 1.89s;
  transition: opacity 1s 1.8s, -webkit-transform 1s 1.89s;
  -o-transition: opacity 1s 1.8s, transform 1s 1.89s;
  transition: opacity 1s 1.8s, transform 1s 1.89s;
  transition: opacity 1s 1.8s, transform 1s 1.89s, -webkit-transform 1s 1.89s;
}
#history .history-line.scroll-view {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#history .history-list {
  display: block;
}
#history .history-list > li {
  width: 50%;
  margin-bottom: 90px;
  position: relative;
}
#history .history-list > li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ceb07d;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: oapcity .6s .5s, -webkit-transform .6s .5s;
  transition: oapcity .6s .5s, -webkit-transform .6s .5s;
  -o-transition: transform .6s .5s, oapcity .6s .5s;
  transition: transform .6s .5s, oapcity .6s .5s;
  transition: transform .6s .5s, oapcity .6s .5s, -webkit-transform .6s .5s;
}
#history .history-list > li .year {
  font-size: 1.875rem;
  background: #ac894d;
  color: #fff;
  padding: 6px 12px 8px 12px;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s .5s, -webkit-transform 1s .5s;
  transition: opacity 1s .5s, -webkit-transform 1s .5s;
  -o-transition: opacity 1s .5s, transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s;
  transition: opacity 1s .5s, transform 1s .5s, -webkit-transform 1s .5s;
}
#history .history-list > li .year:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5px 9px 5px 0;
  border-color: transparent #ac894d transparent transparent;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -5px;
}
#history .history-list > li:last-child {
  margin-bottom: 0;
}
#history .history-list > li:nth-child(even) {
  margin-right: 50%;
  padding: 0 35px 0 0;
  text-align: right;
}
#history .history-list > li:nth-child(even):after {
  right: -5px;
}
#history .history-list > li:nth-child(even) .year {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
#history .history-list > li:nth-child(even) .year:before {
  right: -9px;
  left: auto;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ac894d;
}
#history .history-list > li:nth-child(even) .event {
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
#history .history-list > li:nth-child(odd) {
  margin-left: 50%;
  padding: 0 0 0 35px;
  text-align: left;
}
#history .history-list > li:nth-child(odd):after {
  left: -5px;
}
#history .history-list > li:nth-child(odd) .year {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
#history .history-list > li:nth-child(odd) .event {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
#history .history-list > li .event {
  position: relative;
  opacity: 0;
  margin: 15px 0 0 0;
  padding: 0 20px;
  -webkit-transition: opacity .7s .65s, -webkit-transform .7s .65s;
  transition: opacity .7s .65s, -webkit-transform .7s .65s;
  -o-transition: transform .7s .65s, opacity .7s .65s;
  transition: transform .7s .65s, opacity .7s .65s;
  transition: transform .7s .65s, opacity .7s .65s, -webkit-transform .7s .65s;
}
#history .history-list > li .event ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#history .history-list > li .event ul > li {
  padding-left: 20px;
  margin: 0 0 10px 0;
  position: relative;
}
#history .history-list > li .event ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  background: #ddd;
  left: 5px;
}
#history .history-list > li .event > li {
  position: relative;
  font-size: 1rem;
  color: #ddd;
  min-height: 1rem;
  margin-top: 70px;
}
#history .history-list > li .event > li:first {
  margin-top: 0;
}
#history .history-list > li .event > li .img {
  display: block;
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: 5px;
}
#history .history-list > li .event > li span {
  position: relative;
  margin-top: 15px;
  display: block;
  /* display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: block \9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
}
#history .history-list > li .event > li span i {
  display: block;
  vertical-align: top;
  font-style: normal;
  /*-webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 75% \9;*/
}
#history .history-list > li .event > li span .month {
  white-space: nowrap;
  max-width: 25% \9;
  font-size: 1.125rem;
  line-height: 1.55;
  margin-bottom: 5px;
  /*-webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;*/
  color: #ceb07d;
  display: block;
}
#history .history-list > li .event > li span .month:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 10px;
  width: 2px;
  height: 13px;
  background: #ceb07d;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#history .history-list > li .event > li:first-child span {
  margin-top: 0;
}
#history .history-list > li.scroll-view:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#history .history-list > li.scroll-view:nth-child(even) .event,
#history .history-list > li.scroll-view:nth-child(even) .year,
#history .history-list > li.scroll-view:nth-child(odd) .event,
#history .history-list > li.scroll-view:nth-child(odd) .year {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#history.is-webkit .history-start.scroll-view .castle-img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#history.is-webkit .history-start.scroll-view .castle-img:after {
  display: block;
  -webkit-animation: ani_clip_fromD .9s .65s both;
  animation: ani_clip_fromD .9s .65s both;
}
#history.is-webkit .history-start.scroll-view .castle-img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#history.is-webkit .history-start.scroll-view .castle-logo .k1 {
  display: block;
  -webkit-animation: ani_clip_fromU 0.8s 1s both cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: ani_clip_fromU 0.8s 1s both cubic-bezier(0.075, 0.82, 0.165, 1);
}
#history.is-webkit .history-start.scroll-view .castle-logo .k2 {
  display: block;
  -webkit-animation: ani_clip_fromU 0.8s 1.3s both cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: ani_clip_fromU 0.8s 1.3s both cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#history.not-webkit .history-start.scroll-view .castle-img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#history.not-webkit .history-start.scroll-view .castle-img:after {
  display: block;
  -webkit-animation: ani_fadeIn .9s .65s both;
  animation: ani_fadeIn .9s .65s both;
}
#history.not-webkit .history-start.scroll-view .castle-img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#history.not-webkit .history-start.scroll-view .castle-logo .k1 {
  display: block;
  -webkit-animation: ani_fadeIn 2s .5s both;
  animation: ani_fadeIn 2s .5s both;
}
#history.not-webkit .history-start.scroll-view .castle-logo .k2 {
  display: block;
  -webkit-animation: ani_fadeIn 1s .8s both;
  animation: ani_fadeIn 1s .8s both;
}
_:-ms-input-placeholder,
:root #history .history-list .event > li span {
  display: block;
}
@media (max-width: 1199px) {
  #history .history-list > li:nth-child(even) {
    padding: 0 25px 0 0;
  }
  #history .history-list > li:nth-child(odd) {
    padding: 0 0 0 25px;
  }
  #history .history-list > li .event {
    padding: 0;
  }
  #history .history-list > li .event > li span {
    display: block;
  }
  #history .history-list > li .event > li span i {
    display: block;
    max-width: none \9;
  }
  #history .history-list > li .event > li span .month {
    display: block;
    max-width: none \9;
    padding-right: 0;
  }
  #history .history-list > li .event > li span .month:after {
    margin-right: 0;
    width: 7px;
    height: 7px;
    background: none;
    margin: -2px 0 0 5px;
    border-right: 2px solid #ceb07d;
    border-bottom: 2px solid #ceb07d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (min-width: 640px) {
  #history .history-list > li:nth-child(even) .event > li .img {
    text-align: right;
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  #history .history-line {
    left: -10px;
  }
  #history .history-list > li:nth-child(even),
  #history .history-list > li:nth-child(odd) {
    padding: 0 0 0 20px;
    width: 100%;
    margin: 0 0 40px 0;
    text-align: left;
  }
  #history .history-list > li:nth-child(even):after,
  #history .history-list > li:nth-child(odd):after {
    left: -9px;
    right: auto;
    top: 14px;
    width: 0;
    height: 0;
    border-radius: 0;
    background: none;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent rgba(206, 176, 125, 0.6);
  }
  #history .history-list > li:nth-child(even) .year,
  #history .history-list > li:nth-child(odd) .year {
    margin: 0 0 10px 0;
    font-size: 1.375rem;
    display: block;
    text-align: center;
    background: rgba(206, 176, 125, 0.1);
    color: #ceb07d;
    border: 1px solid rgba(206, 176, 125, 0.5);
  }
  #history .history-list > li:nth-child(even) .year:before,
  #history .history-list > li:nth-child(odd) .year:before {
    display: none;
    right: auto;
    left: -9px;
    border-width: 5px 9px 5px 0;
    border-color: transparent #ac894d transparent transparent;
  }
  #history .history-list > li:nth-child(even) .event,
  #history .history-list > li:nth-child(odd) .event {
    margin-top: 5px;
  }
  #history .history-list > li:nth-child(even) .event > li span .month,
  #history .history-list > li:nth-child(odd) .event > li span .month {
    font-size: 1rem;
  }
  #history .history-list > li:nth-child(even) .event .img,
  #history .history-list > li:nth-child(odd) .event .img {
    text-align: center;
  }
}
/* About */
#about {
  color: #fff;
}
/* Recommended */
_:-ms-input-placeholder,
:root #recommended .recom-list {
  display: inline-block;
}
#recommended:before {
  content: '';
  z-index: 0;
  position: fixed;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.recom-list {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: inline-block \9;
}
.recom-list .slick-prev {
  -webkit-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
}
.recom-list .slick-next {
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
}
.recom-list .slick-slide > div {
  padding: 0 25px;
}
.recom-list .slick-active {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.recom-list .slick-active.shown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.recom-list .box {
  position: relative;
  text-align: left;
  max-width: 360px;
  padding: 0;
}
.recom-list .box .img {
  z-index: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.recom-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.recom-list .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recom-list .box .name {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ceb07d;
  margin: 0 auto;
  padding: 0;
}
.recom-list .box .name .title {
  font-size: 0.70833em;
  display: block;
  margin: 3px 0 0 0;
}
.recom-list .box p {
  position: relative;
  z-index: 2;
  margin: 15px auto 0 auto;
  padding: 0;
  color: #fff;
  line-height: 2;
}
@media (max-width: 1299px) {
  .recom-list .slick-slide > div {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #recommended {
    overflow-x: hidden;
  }
  .recom-list {
    margin-left: auto;
    margin-right: auto;
  }
  .recom-list .box {
    margin: 0 auto;
    padding: 50px 0;
    max-width: none;
    min-height: 200px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s .2s, -webkit-transform 1s .2s;
    transition: opacity 1s .2s, -webkit-transform 1s .2s;
    -o-transition: opacity 1s .2s, transform 1s .2s;
    transition: opacity 1s .2s, transform 1s .2s;
    transition: opacity 1s .2s, transform 1s .2s, -webkit-transform 1s .2s;
  }
  .recom-list .box.scroll-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .recom-list .box .img {
    position: absolute;
    top: 50%;
    max-width: 280px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .recom-list .box:nth-child(odd) {
    padding-right: 160px;
  }
  .recom-list .box:nth-child(odd) .img {
    right: 0;
  }
  .recom-list .box:nth-child(even) {
    padding-left: 160px;
  }
  .recom-list .box:nth-child(even) .img {
    left: -25%;
  }
  .recom-list .box:nth-child(1) .img {
    right: -5%;
  }
}
@media (max-width: 599px) {
  .recom-list .box {
    padding: 80px 0 0 0;
    margin: 0 auto 30px auto;
    min-height: auto;
  }
  .recom-list .box .name {
    text-shadow: -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 2px 2px 0 #000, -2px -1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, 2px 1px 0 #000, -1px -2px 0 #000, -1px 2px 0 #000, 1px -2px 0 #000, 1px 2px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000, -2px 0 0 #000, 2px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 0 1px 0 #000;
  }
  .recom-list .box .img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 250px;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  .recom-list .box:nth-child(odd),
  .recom-list .box:nth-child(even),
  .recom-list .box:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
  }
  .recom-list .box:nth-child(odd) .img,
  .recom-list .box:nth-child(even) .img,
  .recom-list .box:nth-child(1) .img {
    right: 0;
    left: auto;
  }
}
/* News */
#news .news-list {
  border-top: 2px solid #ceb07d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#news .news-list .box {
  padding: 25px 15px 25px 115px;
  text-align: left;
  display: block;
  min-height: 120px;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, transform .8s .2s, -webkit-transform .8s .2s;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
#news .news-list .box.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#news .news-list .box:first-child {
  border-top: none;
}
#news .news-list .box[target="_blank"] .title:after {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  color: inherit;
  margin: -5px 0 0 10px;
}
#news .news-list .box:active {
  background-color: rgba(206, 176, 125, 0.15);
}
#news .news-list .box:active[target="_blank"] .title:after {
  display: inline-block;
}
/*#news .news-list .box:active .date {
  color: #2d2114;
}
#news .news-list .box:active .date:before{
  border-color: #2d2114;
}

#news .news-list .box:active .title {
  color: #2d2114;
}

#news .news-list .box:active .summary {
  color: #42362e;
}*/
#news .news-list .box .date {
  position: absolute;
  top: 25px;
  left: 15px;
  padding: 8px 10px;
  line-height: 1;
  color: #ceb07d;
  text-align: center;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#news .news-list .box .date:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(206, 176, 125, 0.5);
  -webkit-transition: border .15s;
  -o-transition: border .15s;
  transition: border .15s;
}
#news .news-list .box .date .dd {
  display: block;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 0.9;
}
#news .news-list .box .date .yymm {
  display: block;
  font-style: normal;
  font-size: 1rem;
}
#news .news-list .box .title {
  font-size: 1.125rem;
  color: #ceb07d;
  font-weight: 600;
  padding: 8px 0;
  margin: 0;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#news .news-list .box .summary {
  font-size: 1rem;
  color: #ddd;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
.pc #news .news-list .box:hover {
  background-color: rgba(206, 176, 125, 0.08);
}
.pc #news .news-list .box:hover[target="_blank"] .title:after {
  display: inline-block;
  -webkit-animation: ani_zoomIn_StoB .15s both;
  animation: ani_zoomIn_StoB .15s both;
}
@media (min-width: 768px) {
  #news .news-list .box {
    -webkit-transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
    -o-transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, transform .8s .2s, -webkit-transform .8s .2s;
    opacity: 0;
    -webkit-transform: rotateX(-45deg) translateZ(-30px);
    transform: rotateX(-45deg) translateZ(-30px);
  }
  #news .news-list .box.scroll-view {
    opacity: 1;
    -webkit-transform: rotateX(0deg) translateZ(0px);
    transform: rotateX(0deg) translateZ(0px);
  }
}
@media (max-width: 767px) {
  #news .news-list {
    border-top: none;
  }
  #news .news-list .box {
    padding-left: 80px;
    padding-right: 10px;
    min-height: 80px;
  }
  #news .news-list .box .date {
    max-width: 60px;
    left: 10px;
    top: 18px;
  }
  #news .news-list .box .date .dd {
    font-size: 30px;
    margin-bottom: 2px;
  }
  #news .news-list .box .date .yymm {
    font-size: 12px;
    white-space: nowrap;
  }
  #news .news-list .box .title {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }
  #news .news-list .box .summary {
    margin: 5px 0 0 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #d0c7ba;
  }
}
@media (max-width: 599px) {
  #news .news-list .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#news-view .date {
  position: relative;
  display: block;
  width: auto;
  max-width: 70px;
  margin: 0 auto 25px auto;
  padding: 8px 10px;
  line-height: 1;
  border: 1px solid rgba(206, 176, 125, 0.5);
  color: #ceb07d;
  text-align: center;
  -webkit-transition: border .15s, color .15s;
  -o-transition: border .15s, color .15s;
  transition: border .15s, color .15s;
}
#news-view .date .dd {
  display: block;
  font-style: normal;
  font-size: 2.625rem;
  line-height: 0.9;
}
#news-view .date .yymm {
  display: block;
  font-style: normal;
  font-size: 1rem;
  white-space: nowrap;
}
#news-view .title {
  font-size: 1.625rem;
  display: block;
  color: #ceb07d;
  text-align: center;
  margin: 0 auto 35px auto;
  padding: 0;
}
#news-view .article-content {
  background: #222;
  color: #ddd;
  line-height: 2;
  padding: 50px;
  text-align: left;
  border-top: 2px solid #ceb07d;
}
#news-view .article-content img {
  max-width: 100% !important;
  height: auto !important;
}
#news-view .btn-wrap {
  text-align: center;
  margin: 40px auto 20px auto;
  font-size: 0;
}
#news-view .btn-wrap a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: none;
  color: #ceb07d;
  width: calc(50% - 10px);
  max-width: 200px;
  padding: 10px;
  margin: 0 5px 10px 5px;
  font-size: 1.0625rem;
  line-height: 1.5;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
#news-view .btn-wrap a:hover {
  background: rgba(206, 176, 125, 0.7);
  color: #222;
}
@media (max-width: 1199px) {
  #news-view .article-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  #news-view .date {
    width: auto;
    display: block;
    max-width: 160px;
    padding: 5px 10px;
    margin: 0 auto 15px auto;
  }
  #news-view .date .dd {
    font-size: 1.375rem;
    display: inline-block;
  }
  #news-view .date .dd:after {
    content: ',';
    margin-right: 5px;
    margin-left: 3px;
    font-size: 0.9375rem;
  }
  #news-view .date .yymm {
    font-size: 0.9375rem;
    display: inline-block;
  }
  #news-view .title {
    font-size: 1.375rem;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 639px) {
  #news-view .title {
    font-size: 1.25rem;
  }
  #news-view .article-content {
    margin-left: -40px;
    margin-right: -40px;
    padding: 30px;
  }
}
@media (max-width: 599px) {
  #news-view {
    padding: 1px;
    background: #222;
  }
  #news-view .p-bg {
    display: none;
  }
  #news-view .article-content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }
  #news-view .article-content hr {
    margin: 20px auto;
  }
  #news-view .btn-wrap {
    margin: 20px auto 0 auto;
  }
}
/* Product category */
#product-category {
  color: #fff;
}
.cate-list {
  width: 100%;
  max-width: 1050px;
  margin: 50px auto 0 auto !important;
  font-size: 0;
  display: block;
  text-align: center;
}
.cate-list[data-scrollview] li {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity .65s, -webkit-transform .65s;
  transition: opacity .65s, -webkit-transform .65s;
  -o-transition: transform .65s, opacity .65s;
  transition: transform .65s, opacity .65s;
  transition: transform .65s, opacity .65s, -webkit-transform .65s;
}
.cate-list[data-scrollview] li:nth-child(1) {
  -webkit-transition-delay: 0.17s;
  -o-transition-delay: 0.17s;
  transition-delay: 0.17s;
}
.cate-list[data-scrollview] li:nth-child(2) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.cate-list[data-scrollview] li:nth-child(3) {
  -webkit-transition-delay: 0.31s;
  -o-transition-delay: 0.31s;
  transition-delay: 0.31s;
}
.cate-list[data-scrollview] li:nth-child(4) {
  -webkit-transition-delay: 0.38s;
  -o-transition-delay: 0.38s;
  transition-delay: 0.38s;
}
.cate-list[data-scrollview] li:nth-child(5) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.cate-list[data-scrollview].scroll-view li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cate-list li {
  width: 50%;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px 0;
  padding: 0 30px;
}
.cate-list li a {
  display: block;
}
.cate-list li a img {
  max-width: 100%;
  display: inline-block;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
.cate-list li a h3 {
  position: relative;
  padding-bottom: 25px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  font-weight: 400;
}
.cate-list li a h3:after {
  content: '';
  display: block;
  width: 30px;
  height: 7px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.cate-list li a h3 .en {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  margin: 0 auto 10px auto;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.cate-list li a h3 .zh {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  margin: 0 auto;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-weight: 600;
}
.cate-list li a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.cate-list li a:hover h3 {
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.cate-list li a:hover h3 .en,
.cate-list li a:hover h3 .zh {
  color: #ceb07d;
}
@media (max-width: 1199px) {
  .cate-list li {
    padding: 0 15px;
  }
  .cate-list li a1 h3 .en {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .cate-list li {
    padding: 0 10px;
  }
  .cate-list li a h3 .en {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .cate-list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cate-list li {
    width: auto;
    display: block;
    padding: 0;
    margin: 0 auto 20px auto;
    max-height: 20vh;
  }
  .cate-list li a h3 {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(206, 176, 125, 0.3) \9;
  }
  .cate-list li a h3:after {
    height: 5px;
  }
  .cate-list li a h3 .en {
    font-size: 1.5rem;
    margin: 0 auto 5px auto;
  }
  .cate-list li a h3 .zh {
    font-size: 1rem;
  }
  .cate-list li:last-child a h3 {
    border-bottom: none \9;
  }
}
@media (max-width: 767px) and (min-height: 480px) {
  .cate-list li {
    max-height: 20vh;
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .cate-list li a h3 .en {
    font-size: 1.375rem;
  }
  .cate-list li a h3 .zh {
    font-size: 1rem;
  }
}
/* Stores */
#store .store-search {
  background: rgba(206, 176, 125, 0.3);
  padding: 5px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
  -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
  transition: opacity .5s .2s, -webkit-transform .5s .2s;
  -o-transition: opacity .5s .2s, transform .5s .2s;
  transition: opacity .5s .2s, transform .5s .2s;
  transition: opacity .5s .2s, transform .5s .2s, -webkit-transform .5s .2s;
}
#store .store-search.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#store .store-search.foreign .input-style {
  width: calc(64% - 175px);
}
#store .store-search.domestic .input-style {
  width: calc(46% - 180px);
}
#store .select-style {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin-left: 5px;
  font-size: 1rem;
}
#store .select-style:first-of-type {
  margin-left: 0;
}
#store .input-style {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#store .btn-search {
  width: 160px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 1rem;
  background: #ac894d;
  margin-left: 5px;
  white-space: nowrap;
  padding: 0;
  border: none;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
#store .btn-search:hover {
  background: #b2751b;
}
#store .btn-search span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: url(../images/icon_zoom.png) no-repeat 0 0;
  background-size: contain;
}
#store .store-list {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#store .store-list [data-scrollview-store] {
  -webkit-transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
  -o-transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
  transition: background-color .15s, opacity .8s .2s, transform .8s .2s, -webkit-transform .8s .2s;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
#store .store-list [data-scrollview-store]:first-child {
  border-top: none;
}
#store .store-list [data-scrollview-store].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#store .store-list .tel {
  white-space: nowrap;
}
#store .store-list th,
#store .store-list td {
  padding: 13px 20px;
  color: #dddddd;
}
#store .store-list th {
  color: #e5c671;
}
#store .store-list tbody {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#store .store-list tbody td {
  position: relative;
}
#store .store-list tbody td:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(206, 176, 125, 0.3);
}
#store .store-list tbody td.name a {
  color: inherit;
}
#store .store-list tbody td.name a[target="_blank"]::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  margin: 5px 0 0 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d1b07d'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
}
#store .store-list tbody tr {
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}
#store .store-list .link-map {
  font-size: 1.4375rem;
  display: inline-block;
  color: #dddddd;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#store .store-list .link-map:hover {
  color: #e5c671;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
.pc #store .store-list tr:hover {
  background: rgba(206, 176, 125, 0.05);
}
@media (min-width: 1200px) {
  #store .store-list [data-scrollview-store] {
    -webkit-transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, -webkit-transform .8s .2s;
    -o-transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, transform .8s .2s;
    transition: background-color .15s, opacity .8s .2s, transform .8s .2s, -webkit-transform .8s .2s;
    opacity: 0;
    -webkit-transform: rotateX(-45deg) translateZ(-30px);
    transform: rotateX(-45deg) translateZ(-30px);
  }
  #store .store-list [data-scrollview-store]:first-child {
    border-top: none;
  }
  #store .store-list [data-scrollview-store].scroll-view {
    opacity: 1;
    -webkit-transform: rotateX(0deg) translateZ(0px);
    transform: rotateX(0deg) translateZ(0px);
  }
}
@media (max-width: 1399px) {
  #store .store-list th,
  #store .store-list td {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  #store .store-search {
    background: rgba(136, 112, 71, 0.3);
  }
  #store .store-search.foreign .select-style {
    width: calc(50% - 3px);
    margin-bottom: 5px;
  }
  #store .store-search.foreign .input-style {
    width: calc(100% - 85px);
    margin-left: 0;
  }
  #store .store-search.domestic .select-style {
    width: calc((100% / 3) - 4px);
    margin-bottom: 5px;
  }
  #store .store-search.domestic .input-style {
    width: calc(100% - 85px);
    margin-left: 0;
  }
  #store .btn-search {
    width: 80px;
  }
  #store .store-list {
    display: block;
  }
  #store .store-list thead {
    display: none;
  }
  #store .store-list th,
  #store .store-list td {
    padding: 5px 10px;
  }
  #store .store-list tbody {
    display: block;
  }
  #store .store-list tbody tr {
    border: 2px solid rgba(206, 176, 125, 0.3);
    display: block;
    width: 100% \9;
    float: left \9;
    margin: 0 auto 30px auto;
  }
  #store .store-list tbody td {
    display: block;
    width: 100% \9;
    float: left \9;
    padding-left: 90px;
    min-height: 40px;
  }
  #store .store-list tbody td.name {
    background: #564737;
    color: #d5bb90;
    padding: 5px 10px;
  }
  #store .store-list tbody td.name:before,
  #store .store-list tbody td.name:after {
    display: none;
  }
  #store .store-list tbody td:before {
    content: attr(data-tit);
    position: absolute;
    color: #e5c671;
    top: 5px;
    left: 10px;
    max-width: 80px;
  }
  #store .store-list .link-map {
    font-size: 1rem;
  }
  #store .store-list .link-map:after {
    content: 'Google Map';
    display: inline-block;
    margin-left: 5px;
  }
  #store .store-list .link-map:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  #store .btn-search {
    line-height: 36px;
    height: 40px;
  }
}
@media (max-width: 449px) {
  #store .store-search.domestic .select-style {
    width: calc(50% - 3px);
    margin-left: 6px;
  }
  #store .store-search.domestic .select-style:first-child {
    width: 100%;
    margin-left: 0;
  }
  #store .store-search.domestic .select-style:nth-child(2) {
    margin-left: 0;
  }
}
_:-ms-input-placeholder,
:root #product-list .p-list {
  display: inline-block;
}
#product-list #sec1 {
  color: #fff;
  line-height: 2.2rem;
  text-align: center;
}
#product-list .p-list {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: inline-block \9;
}
#product-list .p-list .slick-list {
  overflow: visible !important;
}
#product-list .p-list .slick-prev {
  -webkit-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
}
#product-list .p-list .slick-next {
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
}
#product-list .p-list .slick-slide > div {
  padding: 0 25px;
}
#product-list .p-list .slick-slide {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#product-list .p-list .slick-active.shown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product-list .p-list .box {
  width: 100%;
  max-width: 420px;
  text-align: left;
}
#product-list .p-list .box a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#product-list .p-list .box .img {
  width: 55%;
  display: inline-block;
  position: relative;
  max-width: 240px;
  -webkit-transition: max-width .35s, -webkit-transform .5s, -webkit-filter .5s;
  transition: max-width .35s, -webkit-transform .5s, -webkit-filter .5s;
  -o-transition: transform .5s, filter .5s, max-width .35s;
  transition: transform .5s, filter .5s, max-width .35s;
  transition: transform .5s, filter .5s, max-width .35s, -webkit-transform .5s, -webkit-filter .5s;
}
#product-list .p-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 200%;
}
#product-list .p-list .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product-list .p-list .box .text {
  text-align: left;
  position: absolute;
  width: 50%;
  /* top: 65%; */
  bottom: 10px;
  left: 50%;
  vertical-align: top;
}
#product-list .p-list .box .name {
  font-size: 1.3125rem;
  color: #ceb07d;
  margin: 0;
  padding: 0;
  /*white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  max-height: 3.4125rem; */
  line-height: 1.3;
  -webkit-transition: color .25s, text-shadow .25s;
  -o-transition: color .25s, text-shadow .25s;
  transition: color .25s, text-shadow .25s;
}
#product-list .p-list .box .desc {
  font-size: 1.125rem;
  color: #dddddd;
  margin: 10px 0 0 0;
  padding: 0;
  -webkit-transition: color .25s, text-shadow .25s;
  -o-transition: color .25s, text-shadow .25s;
  transition: color .25s, text-shadow .25s;
}
.pc #product-list .p-list .box a:hover .img {
  -webkit-filter: drop-shadow(0 0 15px rgba(206, 176, 125, 0.35));
  filter: drop-shadow(0 0 15px rgba(206, 176, 125, 0.35));
  -webkit-transform: translate3d(0, -5px, -2px);
  transform: translate3d(0, -5px, -2px);
}
.pc #product-list .p-list .box a:hover .name {
  color: #e8b661;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.pc #product-list .p-list .box a:hover .desc {
  color: #ffffff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 769px) {
  #product-list .page-main-align {
    position: relative;
  }
  #product-list .bar-top {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #product-list .fp-tableCell {
    padding-top: 1cm;
    padding-bottom: 94px;
  }
}
@media (max-width: 1699px) {
  #product-list .p-list .box .desc {
    font-size: 1rem;
  }
}
@media (max-width: 1499px) {
  #product-list .p-list .box .img {
    width: 63%;
  }
}
@media (max-width: 1299px) {
  #product-list .p-list .slick-slide > div {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #product-list #sec1 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #product-list .p-sec,
  #product-list .p-sec .fp-tableCell {
    display: block;
    height: auto !important;
  }
  #product-list .p-list {
    margin-left: auto;
    margin-right: auto;
  }
  #product-list .p-list .box {
    display: block;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    max-width: 520px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s .2s, -webkit-transform 1s .2s;
    transition: opacity 1s .2s, -webkit-transform 1s .2s;
    -o-transition: opacity 1s .2s, transform 1s .2s;
    transition: opacity 1s .2s, transform 1s .2s;
    transition: opacity 1s .2s, transform 1s .2s, -webkit-transform 1s .2s;
  }
  #product-list .p-list .box.scroll-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #product-list .p-list .box a:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  #product-list .p-list .box .img {
    width: 60%;
    display: inline-block;
  }
  #product-list .p-list .box .text {
    /*top: 50%;*/
    left: 50%;
    width: 50%;
  }
  #product-list .p-list .box .name {
    font-size: 1.875rem;
    /*max-height: 4.875rem;*/
  }
  #product-list .p-list .box .desc {
    font-size: 1.25rem;
  }
  #product-list .p-list .box:nth-child(odd) {
    text-align: left;
  }
  #product-list .p-list .box:nth-child(odd) .text {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }
  #product-list .p-list .box:nth-child(even) {
    text-align: right;
  }
  #product-list .p-list .box:nth-child(even) .text {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: right;
  }
}
@media (max-width: 599px) {
  #product-list .p-list .box {
    max-width: 350px;
  }
  #product-list .p-list .box .img {
    width: 55%;
    max-width: 160px;
  }
  #product-list .p-list .box .name {
    font-size: 1.375rem;
    /*max-height: 3.575rem;*/
  }
  #product-list .p-list .box .desc {
    font-size: 1.125rem;
  }
}
@media (max-width: 499px) {
  #product-list .p-list .box .text {
    width: 55%;
  }
  #product-list .p-list .box .name {
    font-size: 1.25rem;
    /*max-height: 3.25rem;*/
  }
  #product-list .p-list .box .desc {
    font-size: 1rem;
  }
}
.i-slide-wrap.in-page .scroll-notice,
#product-view .scroll-notice,
#product-list .scroll-notice {
  z-index: 120;
  position: fixed;
  cursor: pointer;
  display: block;
  left: 50%;
  bottom: calc(10vh + 0.5cm);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-animation: ani_scroll_jump 2.5s cubic-bezier(0.65, 0.35, 0.55, 1.37) both infinite;
  animation: ani_scroll_jump 2.5s cubic-bezier(0.65, 0.35, 0.55, 1.37) both infinite;
}
.i-slide-wrap.in-page .scroll-notice:before,
.i-slide-wrap.in-page .scroll-notice:after,
#product-view .scroll-notice:before,
#product-view .scroll-notice:after,
#product-list .scroll-notice:before,
#product-list .scroll-notice:after {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -1px;
  display: inline-block;
  border: none;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background: #debd6a;
  background: -webkit-gradient(linear, left top, right top, from(#debd6a), to(#ba7a1c));
  background: -o-linear-gradient(left, #debd6a 0%, #ba7a1c 100%);
  background: linear-gradient(90deg, #debd6a 0%, #ba7a1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a", endColorstr="#ba7a1c", GradientType=1);
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.i-slide-wrap.in-page .scroll-notice:before,
#product-view .scroll-notice:before,
#product-list .scroll-notice:before {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.i-slide-wrap.in-page .scroll-notice:after,
#product-view .scroll-notice:after,
#product-list .scroll-notice:after {
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.i-slide-wrap.in-page .scroll-notice:hover,
#product-view .scroll-notice:hover,
#product-list .scroll-notice:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.i-slide-wrap.in-page .scroll-notice.is-hide,
#product-view .scroll-notice.is-hide,
#product-list .scroll-notice.is-hide {
  opacity: 0;
}
#product-view .p-sec {
  min-height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: max(9vh, 40px);
  padding-top: max(10vh, 50px);
}
#product-view #sec1 .wrap,
#product-view #sec3 .wrap {
  display: table;
  width: 100%;
  margin: 0 auto;
}
#product-view #sec1 .left,
#product-view #sec3 .left {
  width: 52%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  opacity: 0;
  -webkit-transition: opacity 1.35s .2s, -webkit-transform 1.35s .2s;
  transition: opacity 1.35s .2s, -webkit-transform 1.35s .2s;
  -o-transition: transform 1.35s .2s, opacity 1.35s .2s;
  transition: transform 1.35s .2s, opacity 1.35s .2s;
  transition: transform 1.35s .2s, opacity 1.35s .2s, -webkit-transform 1.35s .2s;
}
#product-view #sec1 .left.scroll-view,
#product-view #sec3 .left.scroll-view {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#product-view #sec1 .left img,
#product-view #sec3 .left img {
  max-height: calc(70vh);
}
#product-view #sec1 .right,
#product-view #sec3 .right {
  width: 48%;
  text-align: left;
  padding-left: 5%;
  padding-right: 1%;
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  opacity: 0;
  -webkit-transition: opacity 1.35s .2s, -webkit-transform 1.35s .2s;
  transition: opacity 1.35s .2s, -webkit-transform 1.35s .2s;
  -o-transition: transform 1.35s .2s, opacity 1.35s .2s;
  transition: transform 1.35s .2s, opacity 1.35s .2s;
  transition: transform 1.35s .2s, opacity 1.35s .2s, -webkit-transform 1.35s .2s;
}
#product-view #sec1 .right.scroll-view,
#product-view #sec3 .right.scroll-view {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#product-view #sec1 .right .name,
#product-view #sec3 .right .name {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}
#product-view #sec1 .right .name .lg-main,
#product-view #sec3 .right .name .lg-main {
  color: #fbcc7d;
  display: block;
  font-size: 1.625rem;
  font-weight: 400;
}
#product-view #sec1 .right .name .lg-sub,
#product-view #sec3 .right .name .lg-sub {
  color: #d5ba8d;
  display: block;
  font-size: 1.125rem;
}
#product-view #sec1 .right .name .sm-main,
#product-view #sec3 .right .name .sm-main {
  display: inline-block;
  margin-top: 15px;
  vertical-align: bottom;
  margin-right: 20px;
}
#product-view #sec1 .right .name .sm-sub,
#product-view #sec3 .right .name .sm-sub {
  display: inline-block;
  margin-top: 15px;
  vertical-align: bottom;
}
#product-view #sec1 .right .price,
#product-view #sec3 .right .price {
  color: #d5ba8d;
  display: block;
  margin: 20px auto 0 auto;
}
#product-view #sec1 .right .desc,
#product-view #sec3 .right .desc {
  position: relative;
  padding: 20px 0;
  margin: 0;
  font-size: 1rem;
  color: #ddd;
  line-height: 2;
}
#product-view #sec1 .right .desc:before,
#product-view #sec3 .right .desc:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#product-view #sec1 .right .btns,
#product-view #sec3 .right .btns {
  margin-top: 40px;
  font-size: 0;
}
#product-view #sec1 .right .btns a,
#product-view #sec3 .right .btns a {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: none;
  text-align: center;
  color: #ceb07d;
  width: calc((100% / 3.3) - 4px);
  max-width: 200px;
  padding: 10px;
  margin: 0 5px 10px 0;
  font-size: 1.0625rem;
  line-height: 1.5;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
#product-view #sec1 .right .btns a.btn-add,
#product-view #sec3 .right .btns a.btn-add {
  width: calc((100% / 2.6) - 4px);
}
#product-view #sec1 .right .btns a:last-of-type,
#product-view #sec3 .right .btns a:last-of-type {
  margin-right: 0;
}
#product-view #sec1 .right .btns a:hover,
#product-view #sec3 .right .btns a:hover {
  background: rgba(206, 176, 125, 0.7);
  color: #222;
}
#product-view #sec3 .right {
  padding-top: 30px;
  vertical-align: top;
}
#product-view #sec2 {
  padding-top: max(80px, 13vh);
  padding-top: max(100px, 20vh);
  padding-bottom: max(50px, 5vh);
  min-height: 350px;
}
#product-view #sec2 .page-subhead {
  font-size: 1.625rem;
}
#product-view #sec2 .sec-tit {
  display: block;
  margin: 0 auto 80px auto;
  text-align: center;
  opacity: 0;
}
#product-view #sec2 .sec-tit.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1s .25s both;
  animation: ani_fadeIn_toU 1s .25s both;
}
#product-view #sec2 .sec-tit .page-subhead {
  margin: 0 auto;
}
#product-view #sec2 .sec-tit .en {
  font-size: 1.4375rem;
  display: block;
  margin: 10px auto 0 auto;
  color: #d5ba8d;
}
#product-view #sec2 .feature-list {
  font-size: 0;
  width: auto;
  margin: 20px -30px;
  padding: 0;
  text-align: center;
}
#product-view #sec2 .feature-list.scroll-view li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#product-view #sec2 .feature-list li {
  width: 25%;
  padding: 0 30px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  color: #ddd;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity .65s, -webkit-transform .65s;
  transition: opacity .65s, -webkit-transform .65s;
  -o-transition: transform .65s, opacity .65s;
  transition: transform .65s, opacity .65s;
  transition: transform .65s, opacity .65s, -webkit-transform .65s;
}
#product-view #sec2 .feature-list li:nth-child(1) {
  -webkit-transition-delay: 0.37s;
  -o-transition-delay: 0.37s;
  transition-delay: 0.37s;
}
#product-view #sec2 .feature-list li:nth-child(2) {
  -webkit-transition-delay: 0.52s;
  -o-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
#product-view #sec2 .feature-list li:nth-child(3) {
  -webkit-transition-delay: 0.67s;
  -o-transition-delay: 0.67s;
  transition-delay: 0.67s;
}
#product-view #sec2 .feature-list li:nth-child(4) {
  -webkit-transition-delay: 0.82s;
  -o-transition-delay: 0.82s;
  transition-delay: 0.82s;
}
#product-view #sec2 .feature-list li .icon {
  max-width: 65px;
  margin: 0 auto 20px auto;
  display: block;
}
#product-view #sec2 .feature-list li .title {
  display: block;
  font-size: 1.375rem;
  color: #d5ba8d;
}
#product-view #sec2 .award-list {
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  display: inline-block \9;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#product-view #sec2 .award-list.scroll-view {
  opacity: 1;
}
#product-view #sec2 .award-list.scroll-view .slick-slide {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#product-view #sec2 .award-list .slick-prev {
  -webkit-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
}
#product-view #sec2 .award-list .slick-next {
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
}
#product-view #sec2 .award-list .slick-slide {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
#product-view #sec2 .award-list .slick-slide > div {
  padding: 0 10px;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(1) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(2) {
  -webkit-transition-delay: 0.19s;
  -o-transition-delay: 0.19s;
  transition-delay: 0.19s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(3) {
  -webkit-transition-delay: 0.26s;
  -o-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(4) {
  -webkit-transition-delay: 0.33s;
  -o-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(6) {
  -webkit-transition-delay: 0.47s;
  -o-transition-delay: 0.47s;
  transition-delay: 0.47s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(7) {
  -webkit-transition-delay: 0.54s;
  -o-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(8) {
  -webkit-transition-delay: 0.61s;
  -o-transition-delay: 0.61s;
  transition-delay: 0.61s;
}
#product-view #sec2 .award-list .slick-slide:nth-of-type(9) {
  -webkit-transition-delay: 0.68s;
  -o-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
@media (max-width: 1399px) {
  #product-view #sec1 .left,
  #product-view #sec3 .left {
    width: 48%;
    max-width: 48%;
  }
  #product-view #sec1 .right,
  #product-view #sec3 .right {
    width: 52%;
    max-width: 52%;
    padding-left: 20px;
  }
  #product-view #sec1 .right .name,
  #product-view #sec3 .right .name {
    font-size: 1.125rem;
  }
  #product-view #sec1 .right .name .lg-main,
  #product-view #sec3 .right .name .lg-main {
    font-size: 1.4125rem;
  }
  #product-view #sec1 .right .name .lg-sub,
  #product-view #sec3 .right .name .lg-sub {
    font-size: 1.0625rem;
  }
  #product-view #sec1 .right .desc,
  #product-view #sec3 .right .desc {
    font-size: 0.9375rem;
  }
  #product-view #sec1 .right .btns a,
  #product-view #sec3 .right .btns a {
    font-size: 0.9rem;
  }
  #product-view #sec2 .feature-list {
    margin: 20px auto;
    text-align: left;
  }
  #product-view #sec2 .feature-list li {
    width: 50%;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 10px 0 65px;
    min-height: 50px;
    text-align: left;
    font-size: 0.9375rem;
  }
  #product-view #sec2 .feature-list li .icon {
    position: absolute;
    top: -10px;
    left: 0;
    max-width: 50px;
    margin: 0;
  }
  #product-view #sec2 .feature-list li .title {
    font-size: 1rem;
    margin: 0;
    padding: 0 0 5px 0;
  }
}
@media (max-width: 1299px) {
  #product-view #sec2 .award-list .slick-slide > div {
    padding: 0 15px;
  }
  #product-view #sec2 .sec-tit {
    margin: 0 auto 30px auto;
  }
  #product-view #sec2 .sec-tit .en {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  #product-view #sec1 .left {
    width: 220px;
    max-width: 220px;
  }
  #product-view #sec1 .right {
    width: calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
  #product-view #sec3 .right {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #product-view #sec3 .left {
    width: 280px;
    max-width: 280px;
  }
  #product-view #sec3 .right {
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
  #product-view #sec2 .page-subhead {
    font-size: 1.375rem;
  }
  #product-view #sec1 .right .name .lg-main,
  #product-view #sec3 .right .name .lg-main {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  #product-view #sec1 .right .btns.less-btn a,
  #product-view #sec3 .right .btns.less-btn a {
    width: calc(40% - 5px);
  }
  #product-view #sec1 .right .btns.less-btn a.btn-add,
  #product-view #sec3 .right .btns.less-btn a.btn-add {
    width: calc(60% - 5px);
  }
  #product-view #sec1 .right .btns:not(.less-btn) a,
  #product-view #sec3 .right .btns:not(.less-btn) a {
    width: calc(50% - 5px);
  }
  #product-view #sec1 .right .btns:not(.less-btn) a.btn-add,
  #product-view #sec3 .right .btns:not(.less-btn) a.btn-add {
    width: calc(100% - 5px);
    max-width: none;
    display: block;
  }
}
@media (min-width: 768px) {
  #product-view #sec1.sec-shown .left,
  #product-view #sec1.sec-shown .right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  #product-view #sec2 .sec-tit {
    opacity: 0;
  }
  #product-view #sec2.active .sec-tit {
    opacity: 1;
    -webkit-animation: ani_fadeIn_toU 1s .25s both;
    animation: ani_fadeIn_toU 1s .25s both;
  }
  #product-view #sec2.active .feature-list li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  #product-view #sec2.sec-shown .award-list {
    opacity: 1;
  }
  #product-view #sec2.sec-shown .award-list .slick-slide {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #product-view #sec3.active .left,
  #product-view #sec3.active .right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (max-width: 768px) and (min-height: 768px) {
  #product-view .p-sec {
    min-height: calc(90vh - 1cm);
  }
}
@media (max-width: 768px) {
  #product-view .p-sec {
    margin-top: 1cm;
    height: auto !important;
    display: block;
  }
  #product-view .p-sec .fp-tableCell {
    padding-bottom: 0;
    display: block;
    height: auto !important;
  }
  #product-view .scroll-notice {
    display: none;
  }
  #product-view #sec1 .wrap,
  #product-view #sec3 .wrap {
    display: block;
  }
  #product-view #sec1 .left,
  #product-view #sec3 .left {
    width: auto;
    max-width: none;
    margin: 0 auto 10px auto;
    max-width: 120px;
    display: block;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  #product-view #sec1 .right,
  #product-view #sec3 .right {
    display: block;
    max-width: none;
    width: auto;
    padding: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  #product-view #sec1 .right .name,
  #product-view #sec3 .right .name {
    text-align: center;
    margin-bottom: 15px;
  }
  #product-view #sec1 .right .desc,
  #product-view #sec3 .right .desc {
    padding: 15px 0;
  }
  #product-view #sec1 .right .price,
  #product-view #sec3 .right .price {
    margin: 15px auto 0 auto;
    text-align: center;
  }
  #product-view #sec1 .right .btns,
  #product-view #sec3 .right .btns {
    margin: 10px auto;
    text-align: center;
  }
  #product-view #sec1 .right .btns a,
  #product-view #sec3 .right .btns a {
    font-size: 0.875rem;
    line-height: 38px;
    height: 40px;
    padding: 0 10px;
  }
  #product-view #sec3 .left {
    max-width: 250px;
  }
  #product-view #sec2 .feature-list li {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(206, 176, 125, 0.3);
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 75px;
    min-height: 65px;
  }
  #product-view #sec2 .feature-list li .icon {
    top: 13px;
    max-width: 65px;
  }
  #product-view #sec2 .feature-list li:first-child {
    padding-top: 0;
    border-top: none;
  }
  #product-view #sec2 .feature-list li:first-child .icon {
    top: -6px;
  }
  #product-view #sec2 .award-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  #product-view #sec2 .award-list .slick-slide > div {
    padding: 0 5px;
  }
  #product-view #sec2 .award-list .slick-prev:before,
  #product-view #sec2 .award-list .slick-prev:after,
  #product-view #sec2 .award-list .slick-next:before,
  #product-view #sec2 .award-list .slick-next:after {
    width: 20px;
    margin-left: -10px;
    margin-top: -5px;
  }
  #product-view #sec2 .award-list .slick-prev {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  #product-view #sec2 .award-list .slick-next {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media (max-width: 639px) {
  #product-view .p-sec {
    display: block;
    min-height: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 449px) {
  #product-view #sec1 .right .btns a {
    width: calc(50% - 5px);
    margin-right: 10px;
    max-width: none;
  }
  #product-view #sec1 .right .btns a:nth-child(2) {
    margin-right: 0;
  }
  #product-view #sec1 .right .btns a.btn-add {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #product-view #sec1 .right .btns.less-btn a.btn-add {
    width: calc(50% - 5px);
    display: inline-block;
  }
  #product-view #sec3 .left {
    max-width: 190px;
  }
}
@media (max-width: 399px) {
  #product-view #sec1 .right .btns.less-btn a,
  #product-view #sec1 .right .btns.less-btn a.btn-add {
    width: 100%;
    display: block;
  }
}
/* award */
.award-sec {
  padding-top: max(45px, 5vh);
  padding-bottom: max(45px, 5vh);
  min-height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  .sec-tit {
    text-align: center;
    .page-subhead {
      margin-bottom: 10px;
    }
  }
}
@media (max-width: 767px) {
  .award-sec {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
  .award-list {
    user-select: auto !important;
    touch-action: none !important;
    .slick-arrow {
      display: none !important;
    }
    .slick-list,
    .slick-track {
      transform: none !important;
      height: auto !important;
      overflow: visible !important;
    }
    .slick-track {
      display: flex !important;
      justify-content: center !important;
      flex-wrap: wrap !important;
      gap: 5px !important;
      width: calc(100% + 5px) !important;
    }
    .slick-slide {
      width: auto !important;
      flex: 0 0 auto !important;
      max-width: calc(50% - 5px);
      display: inline-block !important;
      float: none !important;
      height: auto !important;
      text-align: center;
      img {
        display: inline-block;
        max-width: 100%;
      }
    }
    .slick-cloned {
      display: none !important;
    }
  }
}
/* ingredient */
.ingre-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 350px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ingre-heading {
  text-align: center;
  margin-bottom: 25px;
}
.ingre-heading .page-subhead {
  margin: 0 0 5px;
  font-size: 1.5rem
}
.ingre-list {
  --gap-col: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + var(--gap-col) * 0.5);
  gap: 10px var(--gap-col);
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  color: #ceb07d;
}
.ingre-list > li {
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  white-space: nowrap;
}
.ingre-list > li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  top: 0.5em;
  left: calc(var(--gap-col) * -0.5);
  transform: rotate(35deg);
  background-color: #ceb07d5d;
  position: absolute;
}
.ingre-list > li:first-of-type::before {
  display: none;
}
.ingre-list .stit {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
}
.ingre-list .num {
  position: relative;
  font-weight: 400;
}
.ingre-list .unit {
  font-size: 0.875em;
}
.ingre-p {
  text-align: center;
  display: block;
  margin: 15px auto;
}
@media (max-width: 991px) {
  .ingre-list {
    --gap-col: 24px;
  }
}
@media (max-width: 839px) {
  .ingre-sec {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ingre-heading {
    text-align: center;
    flex-direction: column-reverse;
  }
  .ingre-heading .en {
    font-size: 0.875em;
  }
  .ingre-name {
    font-size: 1rem;
    margin: 15px auto 5px;
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    max-width: 480px;
  }
  .ingre-list {
    margin: 5px auto 0;
  }
  .ingre-list::after {
    display: none;
  }
}
@media (max-width: 399px) {
  .ingre-list .stit {
    font-size: 0.875rem;
  }
}
.ingre-sec[data-scrollview-preel] .ingre-list > li,
.ingre-sec[data-scrollview-preel] .ingre-p {
  transform: translateY(15%);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.ingre-sec[data-scrollview-preel] .sec-tit.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1s .25s both;
  animation: ani_fadeIn_toU 1s .25s both;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li,
.ingre-sec[data-scrollview-preel].scroll-view .ingre-p {
  transform: translateY(0);
  opacity: 1;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+1) {
  transition-delay: 0.2s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+2) {
  transition-delay: 0.4s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+3) {
  transition-delay: 0.6s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+4) {
  transition-delay: 0.8s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+5) {
  transition-delay: 1s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+6) {
  transition-delay: 1.2s;
}
.ingre-sec[data-scrollview-preel].scroll-view .ingre-list > li:nth-child(7n+7) {
  transition-delay: 1.4s;
}
/* Comparison */
#comparison .page-main-align-inner {
  padding-bottom: 50px;
  position: relative;
}
.comparison-top {
  display: block;
  text-align: center;
  opacity: 0;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 10vh;
  left: 0;
  margin: 0;
  margin: 0;
  padding: 8px 10px 12px 10px;
  background: #211e16;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  z-index: 1000;
}
.comparison-top.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn .8s both;
  animation: ani_fadeIn .8s both;
}
.comparison-num {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.comparison-filter {
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  position: relative;
}
.comparison-filter .icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.comparison-filter .icon div {
  position: absolute;
  background: #ceb07d;
  height: 2px;
  width: 22px;
  top: 50%;
}
.comparison-filter .icon div:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 50%;
  margin-top: -4px;
  border: 2px solid #111;
  background: #ceb07d;
}
.comparison-filter .icon div:nth-child(1) {
  margin-top: -10px;
}
.comparison-filter .icon div:nth-child(1):before {
  left: 2px;
  -webkit-animation: ani_filter_icon1 1.2s both infinite;
  animation: ani_filter_icon1 1.2s both infinite;
}
.comparison-filter .icon div:nth-child(2) {
  margin-top: -1px;
}
.comparison-filter .icon div:nth-child(2):before {
  left: 7px;
  -webkit-animation: ani_filter_icon2 3s both infinite;
  animation: ani_filter_icon2 3s both infinite;
}
.comparison-filter .icon div:nth-child(3) {
  margin-top: 8px;
}
.comparison-filter .icon div:nth-child(3):before {
  left: 12px;
  -webkit-animation: ani_filter_icon3 1.8s both infinite;
  animation: ani_filter_icon3 1.8s both infinite;
}
.comparison-filter ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.comparison-filter ul li a {
  display: inline-block;
  border: 1px solid rgba(206, 176, 125, 0.5);
  color: #ceb07d;
  text-align: center;
  padding: 2px 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.comparison-filter ul li a.current {
  background: #ceb07d;
  color: #111;
}
.comparison-filter ul li a:hover {
  background: rgba(206, 176, 125, 0.15);
  color: #e8b661;
}
.comparison-list {
  width: 100%;
  margin-top: 30px;
  border-top: 3px solid rgba(206, 176, 125, 0.3);
}
.comparison-list.compare-ing .box {
  min-height: 130px;
  padding-left: 120px;
}
.comparison-list.compare-ing .box .img {
  width: 90px;
  height: 100px;
  top: 10px;
}
.comparison-list .box {
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  position: relative;
  padding: 15px 50px 15px 130px;
  min-height: 180px;
  -webkit-transition: height .25s, padding-left .15s;
  -o-transition: height .25s, padding-left .15s;
  transition: height .25s, padding-left .15s;
  opacity: 0;
}
.comparison-list .box.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU .8s both;
  animation: ani_fadeIn_toU .8s both;
}
.comparison-list .box:first-child {
  border-top: none;
}
.comparison-list .box:last-of-type {
  border-bottom: 3px solid rgba(206, 176, 125, 0.3);
}
.comparison-list .box .btn-del-compare {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #d5ba8d;
  font-size: 0;
  -webkit-transition: background .15, -webkit-transform .25s;
  transition: background .15, -webkit-transform .25s;
  -o-transition: background .15, transform .25s;
  transition: background .15, transform .25s;
  transition: background .15, transform .25s, -webkit-transform .25s;
}
.comparison-list .box .btn-del-compare:before,
.comparison-list .box .btn-del-compare:after {
  content: '';
  width: 14px;
  height: 1px;
  position: absolute;
  display: block;
  background: #d5ba8d;
  top: 50%;
  left: 50%;
  margin-left: -7px;
}
.comparison-list .box .btn-del-compare:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comparison-list .box .btn-del-compare:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.comparison-list .box .btn-del-compare:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  background: #d5ba8d;
}
.comparison-list .box .btn-del-compare:hover:before,
.comparison-list .box .btn-del-compare:hover:after {
  background: #151515;
}
.comparison-list .box .img {
  display: inline-block;
  width: 110px;
  height: 150px;
  padding: 5px;
  position: absolute;
  top: 15px;
  left: 10px;
  text-align: center;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.comparison-list .box .img:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 0 3px rgba(206, 176, 125, 0.35));
  filter: drop-shadow(0 0 3px rgba(206, 176, 125, 0.35));
}
.comparison-list .box .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform .25s, -webkit-filter .25s;
  transition: -webkit-transform .25s, -webkit-filter .25s;
  -o-transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s, -webkit-transform .25s, -webkit-filter .25s;
}
.comparison-list .box .name {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #ceb07d;
  margin: 0 0 22px 0;
  padding: 0;
}
.comparison-list .box .name .lg {
  margin-right: 10px;
}
.comparison-list .box .sort-list li {
  display: block;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin: 8px 0;
}
.comparison-list .box .sort-list li.price {
  margin-top: 15px;
}
.comparison-list .box .sort-list li.price span {
  font-size: 1.25rem;
  margin: 0 3px;
}
.comparison-list .box .sort-list li.has-title {
  color: #ddd;
  font-size: 1rem;
  padding-left: 90px;
  position: relative;
  font-size: 1rem;
  min-height: 1.6rem;
}
.comparison-list .box .sort-list li.has-title .item-title {
  position: absolute;
  width: 80px;
  text-align: center;
  color: #ceb07d;
  font-size: .875rem;
  border: 1px solid rgba(206, 176, 125, 0.7);
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
.comparison-list .box .name {
  margin-bottom: 15px;
}
.comparison-list .box .name .sm {
  font-size: 0.9375em;
}
.comparison-list .box .sort-list {
  font-size: 1rem;
}
.comparison-list .box .sort-list li.has-title .item-title {
  font-size: 1rem;
}
.comparison-list .box .sort-list li.price {
  margin-top: 5px;
}
.comparison-list .box .btn-del-compare {
  right: 10px;
}
@media (max-width: 767px) {
  .comparison-top .comparison-num {
    display: block;
    font-size: 0.9375rem;
    margin: 0 auto 3px auto;
  }
  .comparison-filter {
    text-align: left;
    padding-left: 30px;
  }
  .comparison-filter ul li {
    margin-right: 3px;
  }
  .comparison-filter ul li a {
    padding: 2px 8px;
  }
  .comparison-list.compare-ing .box {
    min-height: auto;
    padding-left: 0;
  }
  .comparison-list.compare-ing .box .img {
    width: 60px;
    height: 80px;
    left: 0;
  }
  .comparison-list .box {
    padding: 15px 0;
    min-height: auto;
  }
  .comparison-list .box .img {
    width: 60px;
    height: 80px;
    left: 0;
    top: 8px;
  }
  .comparison-list .box .name {
    font-size: 1.0625rem;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
    min-height: 80px;
  }
  .comparison-list .box .name .lg {
    display: block;
    margin-right: 0;
  }
  .comparison-list .box .btn-del-compare {
    right: 0;
    top: 15px;
    margin-top: 0;
    width: 26px;
    height: 26px;
  }
  .comparison-list .box .btn-del-compare:before,
  .comparison-list .box .btn-del-compare:after {
    width: 12px;
    margin-left: -6px;
  }
  .comparison-list .box .sort-list {
    font-size: 0.9375rem;
  }
  .comparison-list .box .sort-list li.has-title {
    font-size: 0.9375rem;
  }
  .comparison-list .box .sort-list li.has-title .item-title {
    font-size: 0.9375rem;
  }
  .comparison-list .box .sort-list li.price {
    padding-left: 60px;
    font-size: 0.9375rem;
  }
  .comparison-list .box .sort-list li.price span {
    font-size: 1.0625rem;
  }
}
@media (max-width:499px) {
  .comparison-list {
    margin-top: 15px
  }
  .comparison-filter ul li {
    margin-right: 1px;
  }
  .comparison-filter ul li a {
    padding: 2px 5px;
    font-size: 0.875rem;
  }
}
/* knowledge */
#knowledge {
  color: #ddd;
}
#knowledge .cate-list li a h3 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#knowledge .btn-style {
  margin: 20px auto;
  display: block;
}
#knowledge .page-main-align-inner {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 5vh;
  border-top: 3px solid rgba(206, 176, 125, 0.3);
}
.knowledge-normal-sec {
  position: relative;
  margin: 0;
  padding: 35px 20px;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}
.knowledge-normal-sec:nth-of-type(6n+1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.knowledge-normal-sec:nth-of-type(6n+2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.knowledge-normal-sec:nth-of-type(6n+3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.knowledge-normal-sec:nth-of-type(6n+4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.knowledge-normal-sec:nth-of-type(6n+5) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.knowledge-normal-sec:nth-of-type(6n+6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.knowledge-normal-sec:nth-of-type(6n+7) {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.knowledge-normal-sec:nth-of-type(6n+8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.knowledge-normal-sec:nth-of-type(6n+9) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.knowledge-normal-sec.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.knowledge-normal-sec .theme-p,
.knowledge-normal-sec .theme-list-inline,
.knowledge-normal-sec .theme-list-number,
.knowledge-normal-sec .theme-list-block {
  margin-bottom: 0;
}
.knowledge-normal-sec .theme-midtitle {
  margin-top: 0;
}
.knowledge-normal-sec:first-of-type {
  border-top: none;
  padding-top: 10px;
}
.knowledge-pic-sec {
  position: relative;
  margin: 0;
  padding: 35px 20px 35px 140px;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}
.knowledge-pic-sec:nth-of-type(6n+1) {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.knowledge-pic-sec:nth-of-type(6n+2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.knowledge-pic-sec:nth-of-type(6n+3) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.knowledge-pic-sec:nth-of-type(6n+4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.knowledge-pic-sec:nth-of-type(6n+5) {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.knowledge-pic-sec.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.knowledge-pic-sec .theme-p {
  margin-bottom: 0;
}
.knowledge-pic-sec .theme-midtitle {
  margin-top: 0;
}
.knowledge-pic-sec:first-of-type {
  border-top: none;
  padding-top: 20px;
}
.knowledge-pic-sec:first-of-type .img {
  top: 10px;
}
.knowledge-pic-sec .img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  left: 35px;
}
@media (max-height: 769px) {
  #knowledge .cate-list li a img {
    max-width: 250px;
  }
  #knowledge .cate-list li a h3 .en {
    font-size: 2rem;
  }
}
@media (max-width: 1299px),
(max-width: 1399px) and (max-height: 769px) {
  #knowledge .page-main-align-inner {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #knowledge .page-main-align-inner {
    padding-top: 0;
    border-top: none;
  }
  .knowledge-normal-sec {
    padding: 20px 0;
  }
  .knowledge-pic-sec {
    padding: 20px 20px 20px 90px;
  }
  .knowledge-pic-sec .img {
    left: 0;
  }
}
@media (max-width: 767px) {
  #knowledge .cate-list {
    margin: 0 auto !important;
  }
  #knowledge .cate-list li {
    margin-bottom: 50px;
  }
  #knowledge .cate-list li img {
    max-width: 250px;
  }
  #knowledge .theme-maintitle:not(.align-left),
  #knowledge .theme-midtitle:not(.align-left) {
    text-align: center;
    font-weight: 600;
  }
  #knowledge .theme-p-title:not(.align-left) {
    text-align: center;
  }
  .knowledge-pic-sec {
    padding: 20px 0;
  }
  .knowledge-pic-sec .img {
    position: relative;
    margin: 0 auto 13px auto;
    left: auto;
    top: auto;
    height: auto;
    max-width: 50px;
  }
  .knowledge-pic-sec:first-of-type .img {
    top: auto;
  }
}
@media (max-width: 767px) and (min-height: 480px) {
  #knowledge .cate-list li {
    max-height: none;
  }
}
/* Traffic */
#traffic {
  color: #ddd;
}
#traffic .gps {
  text-align: center;
  margin: 0 auto 30px auto;
  color: #e5c671;
  font-size: 1.0625rem;
}
#traffic .gps.scroll-view {
  -webkit-animation: ani_fadeIn_toU .8s .1s both;
  animation: ani_fadeIn_toU .8s .1s both;
}
#traffic .map {
  max-width: 100%;
  height: 290px;
  margin: 40px auto;
  border: 5px solid #ceb07d;
  opacity: 0;
}
#traffic .map.scroll-view {
  opacity: 1;
  -webkit-animation: ani_zoomIn_n-soS 1s .15s both;
  animation: ani_zoomIn_n-soS 1s .15s both;
}
#traffic .map iframe {
  max-width: 100%;
  height: 100%;
}
#traffic .traffic-method {
  margin: 0 auto 40px auto;
  width: 100%;
  opacity: 0;
}
#traffic .traffic-method.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1s both;
  animation: ani_fadeIn_toU 1s both;
}
#traffic .traffic-title {
  position: relative;
  padding: 20px 20px 20px 95px;
  color: #ceb07d;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 2px solid rgba(206, 176, 125, 0.6);
}
#traffic .traffic-title:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#traffic .traffic-title.icon-bus:before {
  background-image: url(../images/icon_bus.png);
}
#traffic .traffic-title.icon-car:before {
  background-image: url(../images/icon_car.png);
}
#traffic .traffic-title.icon-taxi:before {
  background-image: url(../images/icon_taxi.png);
}
#traffic .traffic-title .type {
  margin: 0;
  padding: 0;
  font-size: 1.625em;
}
#traffic .traffic-title .sub {
  display: block;
  margin-top: 5px;
}
#traffic .traffic-content {
  padding: 20px;
}
#traffic .traffic-content .theme-list-normal {
  margin-bottom: 0;
}
#traffic .traffic-content .list > li {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#traffic .traffic-content .list > li.full {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  #traffic .traffic-content .list > li:not(.full):nth-child(odd) {
    padding-right: 20px;
  }
  #traffic .traffic-content .list > li:not(.full):nth-child(even) {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  #traffic .traffic-content {
    padding: 10px 0;
  }
  #traffic .traffic-content .list > li {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  #traffic .gps {
    margin: 0 auto 15px auto;
    font-size: 1em;
  }
  #traffic .map {
    margin: 20px auto 0 auto;
    border: 3px solid #ceb07d;
    height: 200px;
  }
  #traffic .traffic-method {
    margin: 0 auto 15px auto;
  }
  #traffic .traffic-method.is-open .traffic-title {
    background: rgba(206, 176, 125, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
  #traffic .traffic-method.is-open .traffic-title:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #traffic .traffic-method.is-open .traffic-title .sub {
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
    animation: ani_fadeIn .5s both;
  }
  #traffic .traffic-title {
    padding: 10px 15px 10px 50px;
    border: 1px solid rgba(206, 176, 125, 0.45);
    min-height: 50px;
    border-radius: 2px;
    cursor: pointer;
  }
  #traffic .traffic-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 18px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ceb07d;
    border-bottom: 2px solid #ceb07d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #traffic .traffic-title:hover {
    background: rgba(206, 176, 125, 0.1);
  }
  #traffic .traffic-title:before {
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: 10px;
    left: 15px;
  }
  #traffic .traffic-title .type {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 30px;
    padding-right: 30px;
  }
  #traffic .traffic-title .sub {
    display: none;
    font-size: 12px;
    margin-top: 3px;
    color: #ab9776;
  }
  #traffic .traffic-content {
    padding: 10px 0;
  }
  #traffic .traffic-content .theme-list-normal li {
    font-size: 0.9375rem;
  }
}
/* privacy */
#privacy {
  color: #ddd;
}
#privacy .theme-p {
  margin-bottom: 20px;
}
/* reservation */
#reservation {
  color: #ddd;
}
#reservation .theme-list-number {
  margin-bottom: 20px;
}
#reservation .btn-style.more {
  font-size: 1.0625rem;
  display: block;
  margin: 30px auto;
  font-family: 'EBGaramond', 'Times New Roman', 'PMingLiU', serif;
}
/*#reservation .btn-style.more:after {
  content: '+';
  display: inline-block;
  margin-left: 5px;
  border: none;
  font-size: inherit;
}*/
#reservation .btn-style.more:link {
  color: #ceb07d;
}
.pc #reservation .btn-style.more:hover {
  color: #fff;
}
/*#reservation .btn-style.more.is-open:after {
  content: '';
  width: 8px;
  height: 1px;
  vertical-align: middle;
  margin-top: -3px;
  background: #ceb07d;
}*/
.reservation-form {
  background: #222;
  border-top: 2px solid #ceb07d;
  padding: 50px 60px;
  font-family: 'Times New Roman', 'PMingLiU', serif;
}
.reservation-form .form-notice {
  display: none;
  color: #ceb07d;
  font-size: 12px;
  margin: 5px;
}
.reservation-form .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-height: 365px;
}
.reservation-form .textarea-style {
  height: 110px;
}
.reservation-form .form-name {
  color: #ceb07d;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
}
.reservation-form .form-bottom {
  position: relative;
  padding: 40px 250px 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
}
.reservation-form .form-bottom .agree-term {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.reservation-form .form-bottom .agree-term .checkbox-style {
  line-height: 1;
}
.reservation-form .form-bottom .agree-term a {
  display: inline;
}
.reservation-form .form-bottom .form-sm-note {
  display: block;
  text-align: right;
  font-size: .9375rem;
  color: #9a9494;
  position: absolute;
  right: 0;
  top: 8px;
}
.reservation-form .form-bottom .btn-send {
  position: absolute;
  right: 0;
  top: 40px;
}
.reservation-form .agree-term a {
  color: #ceb07d;
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
}
.reservation-form .agree-term a:hover {
  color: #e8b661;
  text-decoration: none;
}
.reservation-info {
  font-family: 'Times New Roman', 'PMingLiU', serif;
  padding: 30px 30px 30px 130px;
  position: relative;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
}
.reservation-info:first-of-type {
  border-top: 3px solid rgba(206, 176, 125, 0.3);
}
.reservation-info .icon {
  max-width: 60px;
  position: absolute;
  top: 25px;
  left: 50px;
}
.reservation-info .title {
  color: #ceb07d;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 auto 15px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .reservation-form .form-box {
    padding-left: 130px;
  }
  .reservation-form .label-style {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .reservation-form {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .reservation-form .pc-mb-more {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .reservation-form .form-name {
    font-size: 1.0625rem;
    text-align: center;
  }
  .reservation-form .form-body {
    display: block;
    max-height: none;
  }
  .reservation-form .form-box.form-half {
    width: 100%;
  }
  .reservation-form .form-box.form-half:nth-of-type(odd) {
    margin-right: 0;
  }
  .reservation-form .form-bottom {
    padding-right: 160px;
  }
  .reservation-form .form-bottom .btn-send {
    max-width: 150px;
  }
  .reservation-form .form-bottom .form-sm-note {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .reservation-info {
    padding: 20px 20px 20px 80px;
  }
  .reservation-info .icon {
    left: 10px;
  }
  .reservation-form .form-box {
    padding-left: 130px;
  }
  .reservation-form .label-style {
    width: 120px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .reservation-info {
    padding: 20px 0;
  }
  .reservation-info:first-of-type {
    border-top: none;
  }
  .reservation-info .icon {
    max-width: 30px;
    left: 0;
    top: 18px;
  }
  .reservation-info .title {
    padding-left: 40px;
  }
  .reservation-form {
    border-top-color: rgba(206, 176, 125, 0.3);
    padding: 35px 25px 25px 25px;
  }
  .reservation-form .form-bottom .btn-send {
    max-width: 120px;
  }
}
@media (max-width: 639px) {
  .reservation-form .form-notice {
    display: block;
  }
  .reservation-form .form-bottom {
    padding-right: 0;
    text-align: center;
  }
  .reservation-form .form-bottom .agree-term {
    display: block;
  }
  .reservation-form .form-bottom .form-sm-note {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
    margin: 20px auto 10px auto;
    font-size: .9375rem;
  }
  .reservation-form .form-bottom .btn-send {
    position: relative;
    right: auto;
    top: auto;
    margin: 10px auto;
  }
}
@media (max-width: 599px) {
  .reservation-form {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -1cm;
  }
  .reservation-form .form-box {
    padding-left: 0;
  }
  .reservation-form .label-style {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    line-height: 1.4;
    text-align: left;
  }
}
/* Contact */
#contact {
  color: #ddd;
}
#contact .form-box > .label-style {
  width: 150px;
  font-size: 0.9375rem;
}
#contact .form-box {
  padding-left: 160px;
}
#contact .contact-msg {
  margin: 20px auto 40px auto;
  text-align: center;
}
#contact .form-bottom {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0 210px 0 150px;
}
#contact .form-bottom .btn-send {
  top: 0;
}
#contact .agree-term {
  text-align: left;
}
#contact .agree-notice span {
  position: relative;
  background: #e23629;
  display: inline-block;
  padding: 10px;
  margin-top: 2px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
#contact .agree-notice span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #e23629 transparent;
  left: 5px;
  top: -7px
}
#contact .contact-notice {
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  margin-top: 20px;
  padding: 40px 35px 0 35px;
}
@media (max-width: 991px) {
  #contact .form-bottom {
    padding-right: 90px;
    text-align: right;
  }
  #contact .form-bottom .btn-send {
    height: 50px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  #contact .contact-msg {
    margin: 10px auto 20px auto;
  }
  #contact .form-bottom .btn-send {
    height: 40px;
  }
  #contact .contact-notice {
    margin-top: 10px;
    padding: 25px 0 0 0;
  }
  #contact .form-box > .label-style {
    width: auto;
    position: relative;
    display: block;
  }
  #contact .form-box {
    padding-left: 0;
  }
  #contact .form-box.code .codeimg {
    height: 40px;
    width: 90px;
  }
  #contact .form-box.code .codeimg img {
    max-height: 100%;
  }
  #contact .form-box.form-sex .form-gp {
    top: auto;
    bottom: 0;
  }
  #contact .form-bottom .btn-send {
    top: auto;
    bottom: 30px;
  }
}
@media (max-width: 639px) {
  #contact .form-bottom {
    padding-right: 0;
  }
  #contact .form-bottom .form-half {
    width: 100%;
  }
  #contact .form-bottom .btn-send {
    width: 100%;
    max-width: none;
    position: relative;
    bottom: auto;
  }
}
/* itinerary */
#itinerary {
  color: #ddd;
  padding-bottom: 50px;
}
#itinerary .theme-p {
  margin-bottom: 20px;
}
#itinerary .dark-box {
  margin-top: 50px;
  background: #222;
  border-top: 2px solid #ceb07d;
  border-bottom: 1px solid rgba(206, 176, 125, 0.3);
  padding: 50px 60px;
  font-family: 'Times New Roman', 'PMingLiU', serif;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  color: transparent;
  -webkit-transition: color .5s .4s, -webkit-transform .5s;
  transition: color .5s .4s, -webkit-transform .5s;
  -o-transition: transform .5s, color .5s .4s;
  transition: transform .5s, color .5s .4s;
  transition: transform .5s, color .5s .4s, -webkit-transform .5s;
}
#itinerary .dark-box.scroll-view {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  color: #ddd;
}
.itinerary-box {
  padding: 35px 30px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  border-bottom: 1px solid rgba(206, 176, 125, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-transition: opacity .8s .15s, -webkit-transform .8s .15s;
  transition: opacity .8s .15s, -webkit-transform .8s .15s;
  -o-transition: opacity .8s .15s, transform .8s .15s;
  transition: opacity .8s .15s, transform .8s .15s;
  transition: opacity .8s .15s, transform .8s .15s, -webkit-transform .8s .15s;
}
.itinerary-box:nth-child(1) {
  -webkit-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
.itinerary-box:nth-child(2) {
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.itinerary-box:nth-child(3) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.itinerary-box:nth-child(4) {
  -webkit-transition-delay: 0.28s;
  -o-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.itinerary-box.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.itinerary-box .head {
  padding: 7px 40px 7px 0;
  margin: 0;
  padding-left: 95px;
  min-height: 70px;
  position: relative;
  display: block;
  color: #ceb07d;
}
.itinerary-box .head:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ceb07d;
  background-image: url(../images/icon_plusminus.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 200%;
}
.itinerary-box .head:hover:before {
  border-color: #fff;
  background-position: 100% 0;
}
.itinerary-box .head .number {
  border: 1px solid rgba(206, 176, 125, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.itinerary-box .head .number i {
  font-style: normal;
  font-size: 2.5em;
  line-height: 0.9;
  margin-bottom: 3px;
  display: block;
}
.itinerary-box .head .maintitle {
  font-size: 1.625rem;
  line-height: 1.5;
  display: inline-block;
}
.itinerary-box .head .maintitle small {
  font-size: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.itinerary-box .head .subtitle {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.itinerary-box .content {
  display: none;
  margin: 0;
  padding: 15px 15px 15px 90px;
}
.itinerary-box .content .theme-list-normal {
  margin-bottom: 5px;
}
.itinerary-box.is-open .head:before {
  background-position: 100% 100%;
  border-color: #fff;
}
.itinerary-box.is-open .head:hover:before {
  border-color: #ceb07d;
  background-position: 0 100%;
}
.itinerary-notice {
  width: 100%;
  font-size: 0;
  padding: 0 20px;
  margin: 50px auto 20px auto;
}
.itinerary-notice .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: opacity .8s .15s, -webkit-transform .8s .15s;
  transition: opacity .8s .15s, -webkit-transform .8s .15s;
  -o-transition: opacity .8s .15s, transform .8s .15s;
  transition: opacity .8s .15s, transform .8s .15s;
  transition: opacity .8s .15s, transform .8s .15s, -webkit-transform .8s .15s;
}
.itinerary-notice .box:nth-of-type(odd) {
  padding-right: 30px;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.itinerary-notice .box:nth-of-type(even) {
  padding-left: 30px;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.itinerary-notice.scroll-view .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  #itinerary .dark-box {
    padding: 30px;
    margin-top: 20px;
  }
  .itinerary-notice {
    margin: 20px auto;
  }
  .itinerary-notice .box {
    width: 100%;
    display: block;
  }
  .itinerary-notice .box:nth-of-type(odd) {
    padding-right: 0;
  }
  .itinerary-notice .box:nth-of-type(even) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #itinerary .dark-box {
    padding: 30px;
    margin-top: 0;
  }
  .itinerary-notice {
    padding: 0;
  }
  .itinerary-box {
    padding: 20px 0;
  }
  .itinerary-box .head {
    padding: 5px 30px 5px 0;
    padding-left: 75px;
    min-height: 65px;
  }
  .itinerary-box .head:before {
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -12px;
  }
  .itinerary-box .head .number {
    padding: 10px;
  }
  .itinerary-box .head .number i {
    font-size: 1.625rem;
  }
  .itinerary-box .head .maintitle {
    font-size: 1.375rem;
  }
  .itinerary-box .content {
    padding: 10px 10px 10px 65px;
  }
}
@media (max-width: 499px) {
  #itinerary .dark-box {
    padding: 25px;
  }
  .itinerary-box .head {
    padding-left: 60px;
    min-height: 60px;
  }
  .itinerary-box .head .number {
    padding: 10px 8px;
    font-size: 0.75rem;
  }
  .itinerary-box .head .maintitle {
    font-size: 1.25rem;
  }
  .itinerary-box .head .subtitle {
    font-size: 0.875rem;
  }
  .itinerary-box .content {
    padding: 10px;
  }
}
/* Pie Navigation */
.nav-pie {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
  line-height: 0;
}
.nav-pie.knowledge #showarea img {
  margin-bottom: -15px;
}
.nav-pie.knowledge #showarea.shown {
  margin-top: -20px;
}
.nav-pie.knowledge #showarea.title-no-padding {
  margin-top: 0;
}
.nav-pie:before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.nav-pie #showarea {
  position: absolute;
  overflow: hidden;
  z-index: 3;
  padding: 10px;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.nav-pie #showarea.hidden img {
  -webkit-animation: ani_fadeOut both .35s;
  animation: ani_fadeOut both .35s;
}
.nav-pie #showarea.hidden .title {
  -webkit-animation: ani_fadeOut both .35s;
  animation: ani_fadeOut both .35s;
}
.nav-pie #showarea.shown img {
  -webkit-animation: ani_fadeIn both .5s;
  animation: ani_fadeIn both .5s;
}
.nav-pie #showarea.shown .title {
  -webkit-animation: ani_fadeIn both .5s;
  animation: ani_fadeIn both .5s;
}
.nav-pie #showarea img {
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.nav-pie #showarea .title {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-weight: 400;
  line-height: 1.1;
  /*padding-bottom: 25px;*/
}
/*.nav-pie #showarea .title:after {
  content: '';
  width: 30px;
  height: 7px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  -webkit-transition: all .25s;
  transition: all .25s;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
  background: linear-gradient(90deg, #debd6a 10%, #ba7a1c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a",endColorstr="#ba7a1c",GradientType=1);
}*/
.nav-pie #showarea .title .en {
  display: block;
  font-size: 2.45rem;
  margin: 0 auto 10px auto;
  padding: 0 50px;
}
.nav-pie #showarea .title .zh {
  display: block;
  font-size: 1.125rem;
  margin: 0 auto;
  font-weight: 600;
}
.nav-pie #showarea .title .en,
.nav-pie #showarea .title .zh {
  background-image: -webkit-linear-gradient(0deg, #debd6a 45%, #ba7a1c 65%);
  color: #ac894d;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-pie svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ani_rotate linear 25s both infinite;
  animation: ani_rotate linear 25s both infinite;
}
.nav-pie svg circle {
  stroke-width: 2px;
  fill: none;
  stroke: #ac894d;
  stroke-dasharray: 4, 5;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.nav-pie ul {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-pie ul li {
  width: 50%;
  position: absolute;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  top: 50%;
  left: 0;
}
.nav-pie ul li a {
  position: absolute;
  display: block;
  width: 22px;
  background: #dddddd;
  color: #ddd;
  border-radius: 50%;
  top: 50%;
  left: 0;
  z-index: 10;
}
.nav-pie ul li a:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.nav-pie ul li a .title {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.16rem;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  color: inherit;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.nav-pie ul li a .title:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: url(../images/blank.png) repeat 0 0;
}
.nav-pie ul li a .title .en {
  display: none;
}
.nav-pie ul li a.up {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.nav-pie ul li a.up .title {
  left: 50%;
  top: 0;
  padding-bottom: 0.5cm;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.nav-pie ul li a.down {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.nav-pie ul li a.down .title {
  left: 50%;
  top: 100%;
  padding-top: 0.5cm;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.nav-pie ul li a.left {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.nav-pie ul li a.left .title {
  top: 50%;
  left: 0;
  padding-right: 0.5cm;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.nav-pie ul li a.right {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.nav-pie ul li a.right .title {
  top: 50%;
  left: 100%;
  padding-left: 0.5cm;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.nav-pie ul li a:hover {
  z-index: 50;
  color: #c2972f;
  background: #c2972f;
}
@media (max-width: 991px),
(min-width: 768px) and (max-height: 819px) {
  .nav-pie {
    max-width: 390px;
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%);
  }
  .nav-pie ul li a .title {
    font-size: 1.0625rem;
  }
  .nav-pie #showarea {
    width: 80%;
  }
  .nav-pie #showarea .title .en {
    font-size: 1.625rem;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-height: 619px) {
  .nav-pie {
    max-width: 310px;
  }
}
@media (max-width: 839px) {
  .nav-pie #showarea img {
    max-width: 300px;
  }
  .nav-pie #showarea .title .en {
    font-size: 1.875rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .nav-pie ul li.current a {
    color: #c2972f;
    background: #c2972f;
  }
}
@media (max-width: 767px) {
  .nav-pie {
    max-width: none;
  }
  .nav-pie svg,
  .nav-pie #showarea,
  .nav-pie:before {
    display: none;
  }
  .nav-pie ul {
    position: relative;
    top: auto;
    left: auto;
  }
  .nav-pie ul li {
    width: auto;
    display: block;
    left: auto;
    top: auto;
    position: relative;
    margin-top: 50px;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }
  .nav-pie ul li:first-child {
    margin-top: 0;
  }
  .nav-pie ul li a {
    position: relative;
    background: none;
    width: auto;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .nav-pie ul li a.up .title,
  .nav-pie ul li a.down .title,
  .nav-pie ul li a.left .title,
  .nav-pie ul li a.right .title {
    padding: 0 0 15px 0;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav-pie ul li a:before {
    display: none;
  }
  .nav-pie ul li a .title {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    font-weight: 400;
  }
  .nav-pie ul li a .title:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: -o-linear-gradient(left, #debd6a 10%, #ba7a1c 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
    background: linear-gradient(90deg, #debd6a 10%, #ba7a1c 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a", endColorstr="#ba7a1c", GradientType=1);
  }
  .nav-pie ul li a .title .en {
    display: block;
    color: #fff;
    font-size: 2.25rem;
    margin: 0 auto 10px auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .nav-pie ul li a .title .zh {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    margin: 0 auto;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 600;
  }
  .nav-pie ul li a:hover {
    background: none;
  }
  .nav-pie ul li a:hover .title {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .nav-pie ul li a:hover .title .en,
  .nav-pie ul li a:hover .title .zh {
    color: #ceb07d;
    background-image: -webkit-linear-gradient(0deg, #debd6a 45%, #ba7a1c 65%);
    color: #ba7a1c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav-pie ul li a:hover .title:after {
    background: -o-linear-gradient(right, #debd6a 10%, #ba7a1c 90%);
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
    background: linear-gradient(270deg, #debd6a 10%, #ba7a1c 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ba7a1c", endColorstr="#debd6a", GradientType=1);
  }
}
@media (max-width: 639px) {
  .nav-pie ul li a .title {
    padding-bottom: 18px;
  }
  .nav-pie ul li a .title .en {
    font-size: 2rem;
  }
  .nav-pie ul li a .title .zh {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 499px),
(max-height: 639px) {
  .nav-pie {
    margin-top: 50px;
  }
  .nav-pie ul li a .title .en {
    font-size: 1.375rem;
  }
}
/* Brewing */
#brewing {
  color: #ddd;
}
#brewing .page-subhead-wrap {
  width: 100%;
  max-width: 1260px;
  position: fixed;
  min-height: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: calc(35px + 1.4cm);
  z-index: 100;
}
#brewing .page-subhead-wrap[data-scrollview] {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#brewing .page-subhead-wrap[data-scrollview].scroll-view {
  opacity: 1;
}
#brewing .scroll-notice {
  z-index: 120;
  position: fixed;
  cursor: pointer;
  display: block;
  left: 50%;
  bottom: calc(10vh + 0.5cm);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-animation: ani_scroll_jump 2.5s cubic-bezier(0.65, 0.35, 0.55, 1.37) both infinite;
  animation: ani_scroll_jump 2.5s cubic-bezier(0.65, 0.35, 0.55, 1.37) both infinite;
}
#brewing .scroll-notice:before,
#brewing .scroll-notice:after {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -1px;
  display: inline-block;
  border: none;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background: #debd6a;
  background: -o-linear-gradient(left, #debd6a 0%, #ba7a1c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#debd6a), to(#ba7a1c));
  background: linear-gradient(90deg, #debd6a 0%, #ba7a1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a", endColorstr="#ba7a1c", GradientType=1);
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
#brewing .scroll-notice:before {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
#brewing .scroll-notice:after {
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}
#brewing .scroll-notice:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#brewing .scroll-notice.is-hide {
  opacity: 0;
}
#brewing .sec {
  min-height: calc(90vh - 35px - 2.4cm);
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
#brewing #brewing-reel {
  z-index: 1;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: ani_fadeIn 1.5s both;
  animation: ani_fadeIn 1.5s both;
}
#brewing .process-bottle {
  height: 100vh;
  width: 100%;
  max-width: 1260px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-height: calc(90vh - 35px - 2.6cm);
  -webkit-animation: ani_fadeIn 1.8s both;
  animation: ani_fadeIn 1.8s both;
}
#brewing .process-bottle div {
  width: 48.5%;
  height: 100%;
  left: 52%;
  bottom: 0;
  position: absolute;
  background: url(../images/brewing_bottle.png) no-repeat 0 top;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-size: 100% auto;
}
#brewing .process-text {
  position: relative;
  z-index: 2;
  width: 45%;
  line-height: 2;
  padding: 0 55px;
  margin-left: 53%;
  padding-top: 8%;
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: opacity 1.15s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.15s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.15s;
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.15s;
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.15s, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#brewing .process-text .step-name {
  font-size: 1.75rem;
  color: #ceb07d;
}
#brewing .process-img {
  position: absolute;
  z-index: 1;
  width: 53%;
  max-width: 530px;
  top: 59%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
@media (max-width: 1299px) {
  #brewing .process-bottle div {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  #brewing .process-bottle div {
    width: 70%;
  }
  #brewing .process-img {
    width: 65%;
  }
  #brewing .process-text {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 991px) {
  #brewing .page-subhead-wrap {
    margin-top: calc(1cm + 20px);
  }
}
@media (min-width: 768px) {
  #brewing #brewing-reel #sec1 .process-img {
    top: 62%;
  }
}
@media (min-width: 1200px) and (max-height: 769px) {
  #brewing .process-img {
    max-width: 40%;
    left: 47%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-height: 769px) {
  #brewing .process-img {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-height: 769px) {
  #brewing .sec {
    min-height: calc(90vh - 35px - 1cm);
  }
  #brewing .page-subhead-wrap {
    margin-top: 1cm;
  }
}
@media (max-width: 768px) and (min-height: 768px) {
  #brewing .sec {
    min-height: calc(90vh - 1cm);
  }
  #brewing .process-img {
    max-width: none;
    left: auto;
  }
}
@media (max-width: 768px) {
  #brewing .page-subhead-wrap {
    margin-top: 10px;
  }
  #brewing .process-bottle {
    top: -10vh;
  }
  #brewing .process-bottle div {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #brewing .sec {
    margin-top: 1cm;
  }
  #brewing .sec .fp-tableCell {
    padding-top: 150px;
    padding-bottom: 0;
    vertical-align: top;
  }
  #brewing .process-text {
    padding: 0;
    left: auto;
    width: auto;
    margin: 0 auto;
    width: 80%;
    max-width: 350px;
    text-shadow: -2px -2px 0 #222, -2px 2px 0 #222, 2px -2px 0 #222, 2px 2px 0 #222, -2px -1px 0 #222, -2px 1px 0 #222, 2px -1px 0 #222, 2px 1px 0 #222, -1px -2px 0 #222, -1px 2px 0 #222, 1px -2px 0 #222, 1px 2px 0 #222, -1px -1px 0 #222, -1px 1px 0 #222, 1px -1px 0 #222, 1px 1px 0 #222, -2px 0 0 #222, 2px 0 0 #222, -1px 0 0 #222, 1px 0 0 #222, 0 -2px 0 #222, 0 2px 0 #222, 0 -1px 0 #222, 0 1px 0 #222;
  }
  #brewing .process-text .step-name {
    text-align: center;
    font-size: 1.25rem;
  }
  #brewing .process-img {
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}
@media (max-width: 768px) and (max-height: 639px) {
  #brewing .sec {
    margin-top: 1cm;
  }
  #brewing .sec .fp-tableCell {
    padding-top: 120px;
  }
  #brewing .process-img {
    max-width: 200px;
  }
}
@media (min-width: 640px) {
  #brewing .sec.active .process-img {
    opacity: 1;
  }
  #brewing .sec.active .process-text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 639px) {
  #brewing .page-subhead-wrap {
    position: relative;
    margin-top: calc(1cm + 10px);
  }
  #brewing .process-img {
    position: relative;
    bottom: auto;
    left: 50%;
    max-width: 280px;
    -webkit-transform: translate(-50%, 15%);
    -ms-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
  }
  #brewing .process-bottle {
    position: fixed;
    top: -5vh;
  }
  #brewing .process-bottle div {
    width: 100%;
  }
  #brewing .sec {
    height: auto !important;
    display: block;
    min-height: auto !important;
    margin-top: 0;
    margin-bottom: 50px;
  }
  #brewing .sec .fp-tableCell {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    height: auto !important;
  }
  #brewing .sec.scroll-view .process-img {
    opacity: 1;
  }
  #brewing .sec.scroll-view .process-text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #brewing #sec1 {
    margin-top: -100px;
  }
  #brewing #sec1 .process-img {
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
  #brewing .scroll-notice {
    display: none;
  }
}
/*-- 編輯器樣板 --*/
/* 編輯器 - About */
.theme-about-title {
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 auto 20px auto;
}
.theme-about-p {
  text-align: center;
  padding: 0;
  margin: 0 auto 40px auto;
}
.theme-about-p span {
  display: block;
}
/* 編輯器 - News */
.theme-p {
  margin: 5px 0 40px 0;
}
.theme-p.mb-less {
  margin-bottom: 20px;
}
.theme-p-title {
  color: #ceb07d;
  margin: 18px 0;
  padding: 0;
  font-size: 1rem;
}
.theme-img {
  margin: 0 0 40px 0;
}
.theme-text-golden {
  color: #ceb07d;
}
.theme-text-light {
  color: #ddd;
}
.theme-maintitle {
  font-weight: 400;
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 10px 0;
  padding: 0;
}
.theme-midtitle {
  font-weight: 400;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 5px 0 15px 0;
  padding: 0;
}
.theme-subtitle {
  font-weight: 400;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  margin: 10px 0 0 0;
  padding: 0;
}
.theme-table {
  border-collapse: collapse;
  border: 2px solid rgba(206, 176, 125, 0.5);
  width: 100%;
  margin: 10px auto 40px auto;
}
.theme-table th,
.theme-table td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid rgba(206, 176, 125, 0.5);
  background: rgba(0, 0, 0, 0.35);
}
.theme-table th {
  background: #564737;
  color: #d5bb90;
}
.theme-list-inline {
  margin: 5px 0 40px 0;
  padding: 0;
  list-style-type: none;
}
.theme-list-inline li {
  display: inline-block;
  margin-left: 50px;
}
.theme-list-inline li:first-child {
  margin-left: 0;
}
.theme-list-inline li a {
  color: inherit;
}
.theme-list-inline li a:hover {
  text-decoration: underline;
}
.theme-list-number {
  margin: 5px 0 40px 0;
  padding: 0;
}
.theme-list-number li {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 10px;
  display: list-item;
  margin-left: 15px;
  margin-bottom: 5px;
}
.theme-list-normal {
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  display: block;
  min-height: auto;
}
.theme-list-normal.theme-text-golden li:before {
  background: #ceb07d;
}
.theme-list-normal li {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  min-height: auto;
}
.theme-list-normal li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #ddd;
  border-radius: 50%;
}
.theme-list-normal.gold-dot li:before {
  background: #DECAA9;
}
.theme-list-normal li.no-dot:before {
  display: none !important;
}
.theme-list-normal li a {
  color: inherit;
}
.theme-list-normal li .fas {
  display: inline-block;
  margin: 0 5px 3px 5px;
  vertical-align: middle;
  font-size: 1.0625em;
  opacity: 0.8;
}
.theme-list-normal li a:hover {
  text-decoration: underline;
}
.theme-list-block {
  margin: 5px 0 40px 0;
  padding: 0;
  list-style-type: none;
}
.theme-list-block li {
  display: block;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.theme-list-block .tit {
  color: #bda57c;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(206, 176, 125, 0.8);
}
.theme-list-block li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: rgba(206, 176, 125, 0.5);
  border-radius: 50%;
}
.theme-list-block li a {
  color: inherit;
}
.theme-list-block li a:hover {
  text-decoration: underline;
}
.theme-list-icon {
  max-width: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 10px 0 0;
}
@media (max-width: 1599px) {
  .theme-list-inline li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .theme-list-inline li {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 839px) {
  .theme-about-p span {
    display: inline;
  }
  .theme-maintitle {
    font-size: 1.625rem;
  }
  .theme-p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .theme-maintitle {
    font-size: 1.5rem;
  }
  .theme-midtitle {
    font-size: 1.125rem;
  }
  .theme-list-inline,
  .theme-list-number,
  .theme-list-block {
    margin-bottom: 20px;
  }
}
/* popup contact japan */
#contact-japan span {
  font-size: 1.0625rem;
  font-weight: 600;
}
#contact-japan .name {
  font-size: 1.5rem;
  display: block;
  color: #ceb07d;
}
#contact-japan p {
  margin: 20px 0 0 0;
}
#contact-japan a {
  color: #fff;
  text-decoration: none;
}
#contact-japan a:hover {
  color: #ceb07d;
  text-decoration: underline
}
@media (max-width:767px) {
  #contact-japan .name {
    font-size: 1.375rem;
  }
}
/* Store Path */
.store-path {
  padding-top: 100px;
  padding-bottom: 150px;
  color: #fff;
}
.store-path ul.list {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: 70px auto 0 auto;
  list-style: none;
  position: relative;
}
.store-path ul.list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  z-index: 2;
}
.store-path ul.list > li .trigger-cate {
  display: block;
  min-width: 200px;
  line-height: 52px;
  font-size: 1.125rem;
  color: #d5ba8d;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: #040301;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 15px;
  -o-transition: border .3s, background .3s;
  transition: border .3s, background .3s;
  -moz-transition: border .3s, background .3s;
  -webkit-transition: border .3s, background .3s;
}
.store-path ul.list > li a.trigger-cate:hover {
  background: #181109;
}
.store-path ul.list > li.open > .trigger-cate,
.store-path ul.list > li.open:hover > .trigger-cate {
  background: #be9457;
  color: #fff;
  border-color: #be9457;
  position: relative;
  overflow: visible;
}
.store-path ul.list > li.open > a.trigger-cate:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #be9457 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
}
.store-path ul.list > li .path-store-links {
  display: block;
  max-height: 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
}
.store-path ul.list:before {
  content: '';
  background: rgba(206, 176, 125, .3);
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform .3s .15s;
  -o-transition: -o-transform .3s .15s;
  transition: -webkit-transform .3s .15s;
  -o-transition: transform .3s .15s;
  transition: transform .3s .15s;
  transition: transform .3s .15s, -webkit-transform .3s .15s;
}
.store-path ul.list > li.open .path-store-links {
  max-height: 150vh;
  -webkit-animation: fadeIn .3s both;
  animation: fadeIn .3s both;
  padding-top: 25px;
}
.store-path ul.list:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.store-path ul.list > li .path-store-links li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  opacity: 0;
  -webkit-transition: opacity .5s .35s;
  -o-transition: opacity .5s .35s;
  transition: opacity .5s .35s;
  margin-left: 2px;
  margin-right: 2px;
  width: auto;
}
.store-path ul.list > li.open .path-store-links li {
  opacity: 1;
}
.store-path ul.list > li .path-store-links li:before {
  content: '';
  width: 1px;
  position: absolute;
  display: block;
  left: -1px;
  top: 50%;
  background: rgba(206, 176, 125, .3);
  height: 20px;
  margin-top: -10px;
}
.store-path ul.list > li .path-store-links li:first-child:before {
  display: none;
}
.store-path ul.list > li .path-store-links li .single-store {
  display: block;
  font-size: 1.0625rem;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 0 25px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.store-path ul.list > li .path-store-links li .single-store:hover {
  color: #e5c671;
}
@media (max-width:1199px) {
  .store-path ul.list > li {
    min-width: calc(20% - 50px);
    margin: 0 6px 20px;
  }
  .store-path ul.list > li > .trigger-cate {
    width: 100%;
    min-width: auto;
    line-height: 48px;
    font-size: 1rem;
  }
  .store-path ul.list > li .path-store-links li .single-store {
    line-height: 46px;
  }
}
@media (max-width:767px) {
  .store-path {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .store-path ul.list {
    margin-top: 30px;
  }
  .store-path ul.list > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .store-path ul.list > li .trigger-cate {
    line-height: 38px;
  }
  .store-path ul.list > li .path-store-links {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .store-path ul.list > li .path-store-links li {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    margin: 0 auto 10px auto;
  }
  .store-path ul.list > li .path-store-links li .single-store {
    line-height: 38px;
    width: 100%;
  }
  .store-path ul.list > li .path-store-links li {
    opacity: 1
  }
  .store-path ul.list > li.open .path-store-links {
    padding-top: 0;
    -webkit-animation: fadeIn .5s both;
    animation: fadeIn .5s both;
  }
  .store-path ul.list:before {
    display: none;
  }
  .store-path ul.list > li.open > .trigger-cate {
    margin-bottom: 15px;
  }
}
@media (min-width:768px) and (max-height:767px) {
  .path-list .box {
    padding: 0 10px 5px 10px;
  }
  .store-text {
    margin: 20px auto;
  }
}
@media (max-width:1399px) {
  .path-list .box {
    padding: 0 10px 20px 10px;
  }
}
@media (max-width:1199px) {
  .path-list .group {
    display: inline;
  }
}
@media (max-width:991px) {
  .store-text {
    margin: 30px auto;
  }
}
@media (max-width:767px) {
  .path-list {
    margin: 0 auto 50px auto;
  }
  /*#store-1 .main-wrap {
    margin-top: 20px;
  }*/
  #store-1 .p-ban-text .box {
    padding: 0 10px 15px 10px;
  }
}
@media (max-width:499px) {
  .path-list .box {
    width: calc(100% / 2);
    margin: 0 0 10px 0;
    padding: 0 5px;
  }
}
/* Knowledge - Area */
.knowledge-area-list {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
}
.knowledge-area-list li h4 {
  display: block;
  font-weight: 600;
  color: #ceb07d;
  font-size: 1.125rem;
  margin: 0 auto 15px 0;
  padding: 0;
  position: relative;
}
#map-area {
  background: url(../images/area_map.png) no-repeat center center / contain;
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 680px;
  position: relative;
}
#map-area:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 55.12%;
}
.map-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-pos > li {
  position: absolute;
}
.map-pos > li a {
  display: block;
  position: relative;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.map-pos > li a:hover,
.map-pos > li a.cur {
  z-index: 100 !important;
}
.map-pos > li a.cur > div:before {
  background-position: 0 0;
  opacity: 1;
}
.map-pos > li a > div {
  position: absolute;
  z-index: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.map-pos > li a.cur > div {
  -webkit-animation: ani_point_scale 1s infinite;
  animation: ani_point_scale 1s infinite;
}
.map-pos > li a > div:before {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 36px;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/icon_map_pos.png) no-repeat 100% 0;
  background-size: auto 100%;
}
.map-pos > li a i {
  content: attr(data-pos-name);
  display: block;
  position: absolute;
  left: 20px;
  font-size: .8rem;
  white-space: nowrap;
  font-style: normal;
  top: 50%;
  padding: 0 8px;
  color: #ceb07d;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
  border: 1px solid rgba(206, 176, 125, 0.7);
  font-weight: 600;
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
}
.map-pos > li.tag-left a i {
  left: -18px;
  -webkit-transform: translate(-100%, -120%);
  -ms-transform: translate(-100%, -120%);
  transform: translate(-100%, -120%);
}
.map-pos > li a:hover i {
  background: rgba(0, 0, 0, 0.9);
  color: #D3B88C;
}
.map-pos > li a.cur i {
  background: rgba(255, 255, 255, 0.9);
  color: #c1862a;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.area-subhead {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
@-webkit-keyframes ani_point_scale {
  0%,
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.05) translate(0, -3px);
    -ms-transform: scale(1.05) translate(0, -3px);
    transform: scale(1.05) translate(0, -3px);
  }
}
@keyframes ani_point_scale {
  0%,
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.05) translate(0, -3px);
    -ms-transform: scale(1.05) translate(0, -3px);
    transform: scale(1.05) translate(0, -3px);
  }
}
@media (max-width:1199px),
(max-height:839px) {
  #map-area {
    max-width: 450px;
  }
}
@media (max-width:767px) {
  #map-area {
    display: none;
  }
  .knowledge-area-list {
    text-align: left;
    max-width: none;
    margin: 40px auto 0 auto !important;
  }
  .knowledge-area-list li {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
  }
  .knowledge-area-list li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: rgba(206, 176, 125, 0.5);
    border-radius: 50%;
  }
  .knowledge-area-list li h4 {
    line-height: 1.5;
    font-size: 1rem;
    margin: 0 auto 5px auto;
  }
}
/* --- Kavalan Bar --- */
#screen-mask {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
#bar-mask circle {
  -webkit-animation: ani_openmask 5s both;
  animation: ani_openmask 5s both;
}
#bar {
  z-index: 1;
  position: relative;
  background: #000;
  color: #fff;
  margin-bottom: 10vh;
  overflow-x: hidden;
}
#bar .bar-sec {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  background: url(../images/bar_bg1.jpg) repeat-y 0 0;
  background-size: 100% auto;
}
#bar .page-main {
  margin-top: 0;
  margin-bottom: 0;
}
.btn-orderbar {
  z-index: 1501;
  position: fixed;
  top: calc(1.4cm + 71px);
  padding: 15px 0;
  text-align: center;
  color: #fff;
  right: 1cm;
  -webkit-perspective: 200px;
  perspective: 200px;
  width: 70px;
  overflow: hidden;
  display: block;
  background: url(../images/bar_bg_noise.jpg) repeat-x 0 0 #634c24;
  -webkit-transition: opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  transition: opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  -webkit-transition: opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  -o-transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-orderbar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(172, 121, 77, 0.4);
  z-index: 0;
  -webkit-transition: left .25s;
  -o-transition: left .25s;
  transition: left .25s;
}
.btn-orderbar .zh {
  display: block;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  width: 30px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 auto;
}
.btn-orderbar .en {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 30px;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 0;
  margin: 10px auto 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-orderbar:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.btn-orderbar:hover:before {
  left: 0;
}
.btn-orderbar.is-leave:before {
  -webkit-animation: ani_leave_orderbar .25s both;
  animation: ani_leave_orderbar .25s both;
}
#bar .scrolldown {
  position: fixed;
  z-index: 15;
  width: 1.12rem;
  left: 1cm;
  bottom: 10vh;
  padding-bottom: 200px;
  opacity: 1;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
#bar .scrolldown.scroll-view {
  opacity: 0;
}
#bar .scrolldown > div {
  -webkit-transform-origin: right 20%;
  -ms-transform-origin: right 20%;
  transform-origin: right 20%;
  margin-top: -90px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 0.82rem;
  color: #d5ba8d;
  white-space: nowrap;
}
#bar .scrolldown:before {
  content: '';
  height: 200px;
  width: 1px;
  display: block;
  background: #d5ba8d;
  opacity: 0.5;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: ani_scrolldown 1.9s ease-in both infinite;
  animation: ani_scrolldown 1.9s ease-in both infinite;
}
#bar-top {
  height: 100vh;
  -webkit-animation: ani_filter_blurIn 2s .15s both;
  animation: ani_filter_blurIn 2s .15s both;
}
#whisky-bar {
  position: relative;
}
#whisky-bar .intro {
  display: table;
  width: 100%;
  margin: 40px auto;
  direction: rtl;
}
#whisky-bar .intro .left {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
  -webkit-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  transform: translate(15%, 0);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
#whisky-bar .intro .left.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#whisky-bar .intro .left .img {
  position: relative;
  padding-bottom: 56.45%;
}
#whisky-bar .intro .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#whisky-bar .intro .left .img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#whisky-bar .intro .right {
  width: 40%;
  padding: 0 0 0 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  direction: ltr;
  -webkit-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
  opacity: 0;
  -webkit-transition: opacit 1s, -webkit-transform 1s;
  transition: opacit 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacit 1s;
  transition: transform 1s, opacit 1s;
  transition: transform 1s, opacit 1s, -webkit-transform 1s;
}
#whisky-bar .intro .right.scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#whisky-bar .intro .right:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  opacity: 0.3;
}
#whisky-bar .intro .right .inner {
  text-align: left;
  display: inline-block;
}
#whisky-bar .intro .right p {
  line-height: 2;
}
#whisky-bar .intro .right .sec-tit {
  margin-bottom: 30px;
  margin-top: 0;
}
#whisky-bar .intro .right .sec-tit .page-subhead {
  text-align: left;
  margin-bottom: 0;
}
#whisky-bar .intro .right .sec-tit .en {
  font-size: 2.25rem;
  color: #d5ba8d;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
#whisky-bar .video {
  max-width: 930px;
  margin: 85px auto 40px auto;
  opacity: 0;
  -webkit-transform: scale(0.95) translate(0, 50px);
  -ms-transform: scale(0.95) translate(0, 50px);
  transform: scale(0.95) translate(0, 50px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  -o-transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
}
#whisky-bar .video.scroll-view {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}
#whisky-bar .video a {
  display: block;
  padding-bottom: 56.45%;
  position: relative;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.5);
}
#whisky-bar .video a:hover:before,
#whisky-bar .video a:hover:after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#whisky-bar .video a:hover img {
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
}
#whisky-bar .video a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
#whisky-bar .video a:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 1;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
#whisky-bar .video a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
#classic .mb-show {
  display: none !important;
}
#classic .page-main-align {
  min-height: auto;
}
#classic.bar-sec {
  padding-top: 120px;
  padding-bottom: 85px;
}
#classic:before {
  content: '';
  background: rgba(10, 10, 15, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#classic[data-scrollview-classic] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#classic[data-scrollview-classic] .left .name {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: opacity .8s .3s, -webkit-transform .8s .3s;
  transition: opacity .8s .3s, -webkit-transform .8s .3s;
  -o-transition: transform .8s .3s, opacity .8s .3s;
  transition: transform .8s .3s, opacity .8s .3s;
  transition: transform .8s .3s, opacity .8s .3s, -webkit-transform .8s .3s;
}
#classic[data-scrollview-classic] .left #classic-intro-desc {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: opacity .9s .5s, -webkit-transform .9s .5s;
  transition: opacity .9s .5s, -webkit-transform .9s .5s;
  -o-transition: transform .9s .5s, opacity .9s .5s;
  transition: transform .9s .5s, opacity .9s .5s;
  transition: transform .9s .5s, opacity .9s .5s, -webkit-transform .9s .5s;
}
#classic[data-scrollview-classic] .left #classic-thumb {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: opacity 1s .7s, -webkit-transform 1s .7s;
  transition: opacity 1s .7s, -webkit-transform 1s .7s;
  -o-transition: transform 1s .7s, opacity 1s .7s;
  transition: transform 1s .7s, opacity 1s .7s;
  transition: transform 1s .7s, opacity 1s .7s, -webkit-transform 1s .7s;
}
#classic[data-scrollview-classic] .right #classic-big {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  opacity: 0;
  -webkit-transition: opacity 1s .3s, -webkit-transform 1s .3s;
  transition: opacity 1s .3s, -webkit-transform 1s .3s;
  -o-transition: transform 1s .3s, opacity 1s .3s;
  transition: transform 1s .3s, opacity 1s .3s;
  transition: transform 1s .3s, opacity 1s .3s, -webkit-transform 1s .3s;
}
#classic[data-scrollview-classic] #classic-bg {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  opacity: 0;
  -webkit-transition: opacity 1s .7s, -webkit-transform 1s .7s;
  transition: opacity 1s .7s, -webkit-transform 1s .7s;
  -o-transition: transform 1s .7s, opacity 1s .7s;
  transition: transform 1s .7s, opacity 1s .7s;
  transition: transform 1s .7s, opacity 1s .7s, -webkit-transform 1s .7s;
}
#classic[data-scrollview-classic].scroll-view {
  opacity: 1;
}
#classic[data-scrollview-classic].scroll-view .left .name,
#classic[data-scrollview-classic].scroll-view .left #classic-intro-desc,
#classic[data-scrollview-classic].scroll-view .left #classic-thumb {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#classic[data-scrollview-classic].scroll-view .right #classic-big {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#classic[data-scrollview-classic].scroll-view #classic-bg {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.classic-list {
  z-index: 10;
  font-size: 0;
}
.classic-list .left {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  font-size: 1rem;
  padding-right: 70px;
}
.classic-list .left.out .name {
  -webkit-animation: ani_fadeOut .25s both;
  animation: ani_fadeOut .25s both;
}
.classic-list .left.out #classic-intro-desc {
  -webkit-animation: ani_fadeOut .25s both;
  animation: ani_fadeOut .25s both;
}
.classic-list .left.in .name {
  -webkit-animation: ani_fadeIn_toU .8s both;
  animation: ani_fadeIn_toU .8s both;
}
.classic-list .left.in #classic-intro-desc {
  -webkit-animation: ani_fadeIn_toU .9s .1s both;
  animation: ani_fadeIn_toU .9s .1s both;
}
.classic-list .left .name {
  margin: 0 auto 15px auto;
  display: block;
}
.classic-list .left .name #classic-intro-zh {
  font-size: 1.125rem;
  font-weight: 600;
  color: #debd6a;
  margin-bottom: 10px;
  display: block;
}
.classic-list .left .name #classic-intro-en {
  text-align: left;
  font-size: 3.125rem;
  font-weight: 400;
}
.classic-list .left #classic-intro-desc {
  font-size: 1.0625rem;
  line-height: 2;
  max-height: 238px;
  min-height: 90px;
  overflow-y: auto;
  padding-right: 10px;
  margin: 30px auto 0 auto;
}
.classic-list .left #classic-intro-desc::-webkit-scrollbar {
  width: 4px;
}
.classic-list .left #classic-intro-desc::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  margin: 0;
}
.classic-list .left #classic-intro-desc::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  background: rgba(80, 80, 80, 0.8);
}
.classic-list .left #classic-thumb {
  margin: 80px auto 0 auto;
  line-height: 0;
  width: 100%;
}
.classic-list .left #classic-thumb .box {
  padding: 5px;
  max-width: 70px;
  position: relative;
}
.classic-list .left #classic-thumb .box img {
  position: relative;
  z-index: 1;
}
.classic-list .left #classic-thumb .box:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.classic-list .left #classic-thumb .slick-current .box:before {
  opacity: 1;
}
.classic-list .right {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding: 0;
  line-height: 0;
  font-size: 1rem;
}
.classic-list .right.scroll-view .slide-page {
  opacity: 1;
  margin-right: 0;
  color: #ac894d;
}
.classic-list .right.scroll-view .deco-title {
  opacity: 1;
  margin-right: 0;
}
.classic-list .right .limit-inner {
  max-width: 550px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
}
.classic-list .right #classic-big .in .box {
  -webkit-animation: ani_fadeIn_toL .8s both;
  animation: ani_fadeIn_toL .8s both;
}
.classic-list .right #classic-big .box {
  text-align: center;
}
.classic-list .right #classic-big .box img {
  display: inline-block;
}
.classic-list .right .slick-prev,
.classic-list .right .slick-next {
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 70px;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  top: 50%;
  left: 0;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  -webkit-transition: margin .2s;
  -o-transition: margin .2s;
  transition: margin .2s;
}
.classic-list .right .slick-prev {
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
.classic-list .right .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.classic-list .right .slide-page {
  position: absolute;
  right: 0;
  bottom: 7%;
  line-height: 1.5;
  width: auto;
  padding: 0;
  opacity: 0;
  margin-right: 50px;
  -webkit-transition: opacity 1s .7s, margin 1s .7s;
  -o-transition: opacity 1s .7s, margin 1s .7s;
  transition: opacity 1s .7s, margin 1s .7s;
}
.classic-list .right .slide-page #slide-current,
.classic-list .right .slide-page #slide-total {
  padding: 5px 3px;
  font-size: 1.125rem;
}
.classic-list .right .slide-page #slide-total {
  position: relative;
  border-top: 1px solid #ac894d;
}
.classic-list .right .deco-title {
  position: absolute;
  z-index: 11;
  bottom: -2%;
  right: -10px;
  max-width: 350px;
  width: 100%;
  opacity: 0;
  opacity: 0;
  margin-right: 30px;
  -webkit-transition: opacity 1s 1.1s, margin 1s 1.1s;
  -o-transition: opacity 1s 1.1s, margin 1s 1.1s;
  transition: opacity 1s 1.1s, margin 1s 1.1s;
}
.classic-list .right .deco-title:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 16.66%;
}
.classic-list .right .deco-title svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.classic-list .right .deco-title svg text {
  font-size: 6.1rem;
  font-weight: 600;
  line-height: 1;
  fill: none;
  stroke: #ceb07d;
  font-family: 'EBGaramond', 'Times New Roman', 'PMingLiU', serif;
  stroke-width: 1;
}
#classic-bg {
  width: 40%;
  max-width: 760px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
}
#classic-bg.out {
  -webkit-animation: ani_fadeOut .25s both;
  animation: ani_fadeOut .25s both;
}
#classic-bg.in {
  -webkit-animation: ani_fadeIn_toL 1s both;
  animation: ani_fadeIn_toL 1s both;
  opacity: 1;
}
#classic-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/blank.png);
}
#creative {
  overflow: hidden;
}
#creative [data-scrollview] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
#creative [data-scrollview].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#creative.bar-sec {
  padding-top: 140px;
  padding-bottom: 85px;
}
#creative .page-subhead {
  font-size: 2.125rem;
}
#creative p {
  text-align: center;
  margin: 0 auto 25px auto;
  line-height: 2;
}
#creative p .txt-cut {
  display: block;
}
#creative p .hide-mark {
  display: none;
}
#creative p[data-scrollview] {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}
#creative .creative-list {
  font-size: 0;
  margin-top: 40px;
}
#creative .creative-list .box {
  width: calc(100% / 3);
  padding: 0 60px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 auto 50px auto;
  font-size: 1rem;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
#creative .creative-list .box:nth-of-type(2) {
  margin-top: 120px;
}
#creative .creative-list .box .img {
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px auto;
  z-index: 0;
}
#creative .creative-list .box .img:before {
  content: '';
  width: 100%;
  padding-bottom: 151%;
  display: block;
  position: relative;
}
#creative .creative-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#creative .creative-list .box .name {
  margin: 35px auto 0 auto;
  padding-left: 30px;
  text-align: left;
  display: block;
  position: relative;
  z-index: 1;
  color: #d5ba8d;
  font-size: 1.375rem;
}
#creative .creative-list .box .name span {
  position: relative;
  z-index: 2;
}
#creative .creative-list .box .name:before {
  content: attr(data-num);
  display: inline-block;
  vertical-align: top;
  top: -7px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  font-size: 3.75rem;
  line-height: 0;
  color: #d5ba8d;
}
#creative .creative-list .box .desc {
  margin: 15px auto 0 auto;
  z-index: 1;
  padding: 0 0 0 30px;
  text-align: justify;
  position: relative;
  color: #b3b0aa;
}
#bar #contact {
  position: relative;
}
#bar #contact.scroll-view .left {
  opacity: 1;
}
#bar #contact.scroll-view .right {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#bar #contact.bar-sec {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#bar #contact .left {
  background-position: 40% bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#bar #contact .right {
  position: relative;
  float: right;
  z-index: 1;
  width: 50%;
  padding: 10vh 0;
  background: url(../images/bar_contact.jpg) repeat-y right top;
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  -webkit-transition: opacity 1.5s .35s, -webkit-transform 1.5s .35s;
  transition: opacity 1.5s .35s, -webkit-transform 1.5s .35s;
  -o-transition: opacity 1.5s .35s, transform 1.5s .35s;
  transition: opacity 1.5s .35s, transform 1.5s .35s;
  transition: opacity 1.5s .35s, transform 1.5s .35s, -webkit-transform 1.5s .35s;
}
#bar #contact .right .inner {
  background: #000;
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
  width: 100%;
  min-height: 70vh;
  text-align: center;
  display: table;
}
#bar #contact .right .inner .align-mid {
  display: table-cell;
  vertical-align: middle;
}
#bar #contact .right .inner .align-mid .sec-tit {
  white-space: nowrap;
}
#bar #contact .right .sec-tit {
  line-height: 1.6;
}
#bar #contact .right .sec-tit .page-subhead {
  margin: 0 auto;
  font-size: 1.86rem;
}
#bar #contact .right .sec-tit .en {
  font-size: 1.92rem;
  color: #d5ba8d;
  display: block;
  margin: 10px auto 0 auto;
}
#bar #contact .right ul {
  display: inline-block;
  width: auto;
}
#bar #contact .right ul li {
  padding: 14px 10px;
  border-top: 1px solid rgba(206, 176, 125, 0.3);
  font-size: 1.08rem;
  max-width: 520px;
}
#bar #contact .right ul li:first-child {
  border-top: none;
}
#bar #contact .right ul li .title {
  display: block;
  font-size: 0.82rem;
  color: #d5ba8d;
}
#bar #contact .right .social {
  font-size: 0;
}
#bar #contact .right .social a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
}
#bar #contact .right .social a:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
#bar #contact .right .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.28rem;
  color: #d5ba8d;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#bar #contact .right .social a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#bar #contact .right .social a:hover i {
  color: #fff;
}
#bar #contact .right .social a.link-fb:before {
  background: #3b5998;
}
#bar #contact .right .social a.link-ig:before {
  background: #d6249f;
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
@media (max-width: 1499px) {
  #whisky-bar .intro .right .sec-tit .page-subhead {
    font-size: 2rem;
  }
  #whisky-bar .intro .right .sec-tit .en {
    font-size: 1.625rem;
  }
}
@media (max-width: 1399px) {
  #whisky-bar .intro .left {
    width: 52%;
  }
  #whisky-bar .intro .right {
    width: 48%;
  }
  .classic-list .left {
    width: 50%;
  }
  .classic-list .left .name #classic-intro-en {
    font-size: 2.5rem;
  }
  .classic-list .left #classic-intro-desc {
    font-size: 1rem;
    margin: 20px auto 0 auto;
    max-height: 256px;
  }
  .classic-list .right {
    width: 50%;
  }
  .classic-list .right .slick-prev,
  .classic-list .right .slick-next {
    width: 50px;
    height: 43px;
  }
  .classic-list .right .slick-prev:before,
  .classic-list .right .slick-prev:after,
  .classic-list .right .slick-next:before,
  .classic-list .right .slick-next:after {
    width: 30px;
    margin-left: -15px;
  }
  .classic-list .right .slide-page {
    bottom: 5%;
  }
  .classic-list .right .deco-title {
    max-width: 300px;
    bottom: auto;
    top: 95%;
  }
  #creative .creative-list {
    margin-left: -30px;
    margin-right: -30px;
  }
  #creative .creative-list .box {
    padding: 0 20px;
  }
  #bar #contact .right {
    width: 60%;
  }
  .classic-list .left #classic-thumb {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  #whisky-bar.bar-sec {
    padding-top: 1px;
  }
  #whisky-bar .video {
    margin: 40px auto;
  }
  #whisky-bar .intro {
    display: block;
    direction: ltr;
  }
  #whisky-bar .intro .left {
    width: 100%;
    display: block;
  }
  #whisky-bar .intro .right {
    width: 100%;
    display: block;
    padding: 70px 25px 20px 25px;
    background: #000;
  }
  #whisky-bar .intro .right:after {
    display: block;
  }
  .classic-list .left .name #classic-intro-en {
    font-size: 2rem;
  }
  .classic-list .left #classic-thumb {
    margin: 40px auto 0 auto;
  }
  #creative.bar-sec {
    padding-top: 100px;
  }
  #creative .creative-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  #creative .creative-list .box {
    padding: 0 15px;
  }
  #creative .creative-list .box:nth-of-type(2) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  #bar #contact .right .page-main {
    margin-left: 10%;
  }
}
@media (max-width: 991px) {
  .btn-orderbar {
    width: 50px;
    top: 76px;
    right: 25px;
  }
  #whisky-bar.bar-sec {
    padding-top: 50px;
  }
  .classic-list .right .deco-title {
    max-width: 250px;
  }
  #classic.bar-sec {
    padding-top: 85px;
    padding-bottom: 120px;
  }
  .classic-list .right .slick-prev,
  .classic-list .right .slick-next {
    width: 40px;
    height: 34px;
  }
  .classic-list .right .slick-prev:before,
  .classic-list .right .slick-prev:after,
  .classic-list .right .slick-next:before,
  .classic-list .right .slick-next:after {
    width: 20px;
    margin-left: -10px;
  }
  #creative.bar-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #bar #contact .left {
    right: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  #bar #contact .right {
    width: 100%;
    float: none;
    padding: 50px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  #bar #contact .right .inner {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 1s 1.6s;
    transition: -webkit-transform 1s 1.6s;
    -o-transition: transform 1s 1.6s;
    transition: transform 1s 1.6s;
    transition: transform 1s 1.6s, -webkit-transform 1s 1.6s;
  }
  #bar #contact.scroll-view .left {
    opacity: 1;
  }
  #bar #contact.scroll-view .right {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #bar #contact.scroll-view .right .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 839px) {
  #whisky-bar .page-main.first {
    margin: 0 auto;
  }
  #whisky-bar.bar-sec {
    padding-top: 0;
  }
  #whisky-bar .intro {
    display: block;
    direction: ltr;
    margin: 0 auto;
  }
  #whisky-bar .intro .left {
    width: 100%;
    display: block;
  }
  #whisky-bar .intro .right {
    width: 100%;
    display: block;
  }
  #creative .creative-list {
    height: auto !important;
  }
  #creative .creative-list .box {
    width: 50%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
  }
  #creative .creative-list .box:nth-of-type(2) {
    margin-top: 0;
  }
  #creative .creative-list .box .name {
    margin: 25px auto 0 auto;
    padding: 0 10px;
    font-size: 1.25rem;
  }
  #creative .creative-list .box .name:before {
    position: relative;
    top: 8px;
    font-size: 2.5rem;
    opacity: 0.3;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  #creative .creative-list .box .desc {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .if-down .btn-orderbar {
    opacity: 0.8;
  }
  #bar .scrolldown {
    display: none;
  }
  .btn-orderbar {
    top: 22px;
    right: 69px;
    width: auto;
    height: 45px;
    padding: 5px 15px 5px 12px;
  }
  .btn-orderbar .zh {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
    font-size: 1rem;
  }
  .btn-orderbar .en {
    display: inline-block;
    margin: 0 0 0 5px;
    width: auto;
    max-width: none;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 0.9375rem;
    vertical-align: middle;
    border: none;
  }
  #bar .bar-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #whisky-bar .page-main.two {
    margin: 0 auto;
  }
  #whisky-bar.bar-sec {
    padding-top: 0;
    padding-bottom: 0;
  }
  #whisky-bar .video {
    margin: 0 auto;
  }
  #whisky-bar .video a:before {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }
  #whisky-bar .video a:after {
    margin-top: -6px;
    margin-left: -4px;
    border-width: 6px 0 6px 12px;
  }
  #classic .mb-show {
    display: block !important;
    margin-bottom: 50px;
  }
  #classic.bar-sec {
    padding-top: 50px;
  }
  .classic-list {
    padding-bottom: 110px;
  }
  .classic-list .left {
    max-width: 500px;
    width: 100%;
    display: block;
    padding-right: 0;
    margin: 0 auto 25px auto;
  }
  .classic-list .left .name #classic-intro-zh {
    text-align: center;
    font-size: 1rem;
  }
  .classic-list .left .name #classic-intro-en {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .classic-list .left #classic-intro-desc {
    max-height: none;
    padding-right: 0;
  }
  .classic-list .left #classic-thumb {
    max-width: 500px;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .classic-list .left #classic-thumb .box {
    max-width: 60px;
  }
  .classic-list .right {
    width: 100%;
    max-width: 300px;
    margin: 5px auto 0 auto;
    display: block;
  }
  .classic-list .right .slide-page {
    right: 15px;
    bottom: 15px;
    opacity: 0.8;
  }
  .classic-list .right .deco-title {
    display: none;
  }
  .classic-list .right .limit-inner {
    max-width: 500px;
    padding-right: 0;
  }
  .classic-list .right .slick-prev,
  .classic-list .right .slick-next {
    top: 15px;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .classic-list .right .slick-prev:before,
  .classic-list .right .slick-prev:after,
  .classic-list .right .slick-next:before,
  .classic-list .right .slick-next:after {
    width: 13px;
    margin-left: -6px;
  }
  .classic-list .right .slick-prev {
    right: 46px;
  }
  .classic-list .right .slick-next {
    right: 5px;
  }
  .classic-list .right #classic-big .in .box {
    -webkit-animation: ani_fadeIn_toU .8s both;
    animation: ani_fadeIn_toU .8s both;
  }
  #classic-bg {
    width: 100%;
    max-width: none;
    background: rgba(0, 0, 0, 0.5);
  }
  #classic-bg.in {
    -webkit-animation: ani_fadeIn 1s both;
    animation: ani_fadeIn 1s both;
  }
  #classic-bg > div {
    opacity: 0.3;
  }
  #creative .page-subhead {
    font-size: 1.625rem;
  }
  #creative.bar-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #bar #contact .right .sec-tit .page-subhead {
    font-size: 1.6rem;
  }
  #bar #contact .right .sec-tit .en {
    font-size: 1.24rem;
  }
}
@media (max-width: 599px) {
  .if-down .btn-orderbar {
    padding-right: 45px;
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  .btn-orderbar {
    height: 40px;
    top: 20px;
    right: 60px;
    padding: 5px 10px;
  }
  .btn-orderbar .zh,
  .btn-orderbar .en {
    font-size: 12px;
  }
  #whisky-bar .intro .right {
    padding: 40px 25px 20px 25px;
  }
  #whisky-bar .intro .right .sec-tit {
    margin-bottom: 20px;
  }
  #whisky-bar .intro .right .sec-tit .page-subhead {
    font-size: 1.625rem;
  }
  #whisky-bar .intro .right .sec-tit .en {
    font-size: 1.375rem;
  }
  #whisky-bar .intro .right p br {
    display: none;
  }
  #bar #contact .right .inner {
    min-height: auto;
    padding: 25px;
  }
  #bar #contact .right .inner .align-mid {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #bar #contact .right .sec-tit .page-subhead {
    font-size: 1.4rem;
  }
  #bar #contact .right .sec-tit .en {
    font-size: 1.2rem;
  }
  #creative .creative-list {
    margin-top: 30px;
  }
}
@media (max-width: 499px) {
  .classic-list {
    padding-bottom: 90px;
  }
  #creative .creative-list {
    margin-left: auto;
    margin-right: auto;
  }
  #creative .creative-list .box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 0;
    display: block !important;
  }
  #creative .creative-list .box .img {
    max-width: 260px;
  }
  #creative .creative-list .box .name {
    text-align: center;
    margin-top: 35px;
  }
  #creative .creative-list .box .name:before {
    top: -30px;
    font-size: 3rem;
    opacity: 0.3;
    left: 50%;
    position: absolute;
    -webkit-transform: skewX(-15deg) translate(-50%, -50%);
    -ms-transform: skewX(-15deg) translate(-50%, -50%);
    transform: skewX(-15deg) translate(-50%, -50%);
  }
  #creative p .txt-cut {
    display: inline;
  }
  #creative p .hide-mark {
    display: inline;
  }
}
@media (max-width: 399px) {
  .classic-list {
    padding-bottom: 30%;
  }
}
/* Button Back */
.btn-backlist {
  z-index: 99;
  position: fixed;
  top: calc(1.4cm + 71px);
  padding: 12px 0;
  text-align: center;
  color: #fff;
  right: 1cm;
  width: 70px;
  height: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: url(../images/bar_bg_noise.jpg) repeat-x 0 0 #634c24;
  -webkit-transition: opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  transition: opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  -webkit-transition: opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  -o-transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s, -webkit-transform .25s, -webkit-box-shadow .25s;
  transition: transform .25s, box-shadow .25s, opacity .25s, padding .25s, -webkit-transform .25s, box-shadow .25s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-animation: ani_zoomIn_StoB .5s .5s both;
  animation: ani_zoomIn_StoB .5s .5s both;
}
.btn-backlist:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(172, 121, 77, 0.4);
  z-index: 0;
  -webkit-transition: left .25s;
  -o-transition: left .25s;
  transition: left .25s;
}
.btn-backlist .icon {
  display: block;
  z-index: 2;
  position: relative;
  margin: 8px auto;
  width: auto;
  height: 15px;
}
.btn-backlist .icon:before,
.btn-backlist .icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: 0;
  -webkit-transform-origin: 1px center;
  -ms-transform-origin: 1px center;
  transform-origin: 1px center
}
.btn-backlist .icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-backlist .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-backlist .en {
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 0;
  margin: 0 auto;
}
.btn-backlist:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.btn-backlist:hover:before {
  left: 0;
}
.btn-backlist.is-leave:before {
  -webkit-animation: ani_leave_orderbar .25s both;
  animation: ani_leave_orderbar .25s both;
}
@media (max-width:991px) {
  .btn-backlist {
    width: 50px;
    top: 76px;
    right: 25px;
    padding: 0;
  }
}
@media (max-width:767px) {
  .if-down .btn-backlist {
    opacity: 0.8;
  }
  .btn-backlist {
    top: 22px;
    right: 69px;
    width: auto;
    height: 45px;
    padding: 0 12px 0 15px;
    flex-direction: row;
  }
  .btn-backlist .icon {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 45px;
    margin: 0 5px 0 0;
  }
  .btn-backlist .icon:before,
  .btn-backlist .icon:after {
    width: 8px;
    margin-left: -4px;
  }
  .btn-backlist .en {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    width: auto;
    max-width: none;
    white-space: nowrap;
    line-height: 45px;
    font-size: 0.9375rem;
    vertical-align: middle;
    border: none;
  }
}
@media (max-width:599px) {
  .if-down .btn-backlist {
    padding-right: 45px;
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
  .btn-backlist {
    height: 40px;
    top: 20px;
    right: 60px;
    z-index: 1501;
  }
  .btn-backlist .icon {
    height: 40px;
  }
  .btn-backlist .en {
    line-height: 40px;
  }
}
/* 左圖右文 */
.theme-l-text-r-pic {
  width: 100%;
  display: table;
  margin: 0 auto 20px auto;
}
.theme-l-text-r-pic .video {
  position: relative;
  width: 100%;
}
.theme-l-text-r-pic .video:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.theme-l-text-r-pic .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-l-text-r-pic .left {
  vertical-align: middle;
  display: table-cell;
  width: 42%;
}
.theme-l-text-r-pic .right {
  vertical-align: middle;
  display: table-cell;
  width: 58%;
  padding: 10px 0 10px 30px;
}
@media (max-width:1299px) {
  .theme-l-text-r-pic .left {
    width: 50%;
  }
  .theme-l-text-r-pic .right {
    width: 50%;
    padding: 10px 0 10px 30px;
  }
}
@media (max-width:1199px) {
  .theme-l-text-r-pic {
    display: block;
  }
  .theme-l-text-r-pic .left {
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
  }
  .theme-l-text-r-pic .right {
    width: 100%;
    display: block;
    padding: 0;
  }
}
/* Inquiry */
.comparison-title-wrap {
  position: relative;
}
#inquiry .form-body {
  display: block;
  max-height: none;
  font-size: 0;
}
.btn-goto-inquiry {
  /*position: absolute;
  top: 0;
  right: 0;
  margin: 0 5px;*/
  position: relative;
  margin: 30px auto;
  display: block;
  border: 1px solid rgba(206, 176, 125, 0.7);
  background: rgba(176, 145, 92, 0.1);
  color: #ceb07d;
  width: 180px;
  text-align: center;
  padding: 14px 10px 16px 10px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  -webkit-transition: background .15s, color .15s, border .15s, box-shadow .25s;
  -webkit-transition: background .15s, color .15s, border .15s, -webkit-box-shadow .25s;
  transition: background .15s, color .15s, border .15s, -webkit-box-shadow .25s;
  -o-transition: background .15s, color .15s, border .15s, box-shadow .25s;
  transition: background .15s, color .15s, border .15s, box-shadow .25s;
  transition: background .15s, color .15s, border .15s, box-shadow .25s, -webkit-box-shadow .25s;
}
.btn-goto-inquiry:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_cart.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
.btn-goto-inquiry:after {
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #ceb07d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-goto-inquiry:hover {
  background: #b28b48;
  color: #222;
  font-weight: 600;
  border-color: #b28b48;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.btn-goto-inquiry:hover:before {
  background-position: 0 50%
}
.btn-goto-inquiry:hover:after {
  border-color: #222;
}
.inquiry-list {
  width: 100%;
  margin: 30px auto 70px auto;
  border-top: 3px solid rgba(206, 176, 125, 0.3);
  border-collapse: collapse;
}
.inquiry-list tr {
  font-size: 0;
}
.inquiry-list td,
.inquiry-list th {
  font-size: 1rem;
  position: relative;
  padding: 10px 15px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(206, 176, 125, 0.2);
}
.inquiry-list td a,
.inquiry-list th a {
  color: #ceb07d;
}
.pc .inquiry-list td a:hover,
.pc .inquiry-list th a:hover {
  color: #d5ba8d;
}
.inquiry-list thead th,
.inquiry-list thead td {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  font-size: 1.0625rem;
  white-space: nowrap;
}
.inquiry-list .pic {
  width: 110px;
  padding: 15px 0;
  text-align: center;
}
.inquiry-list .name {
  width: calc((100% - 140px) * 0.28);
}
.inquiry-list .price {
  width: calc((100% - 140px) * 0.24);
  text-align: center;
  white-space: nowrap;
}
.inquiry-list .number {
  width: calc((100% - 140px) * 0.24);
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.inquiry-list .subtotal {
  width: calc((100% - 140px) * 0.24);
  text-align: center;
  white-space: nowrap;
}
.inquiry-list .dels {
  width: 70px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.inquiry-list .total {
  text-align: right;
  padding: 20px 15px;
}
.inquiry-list .img {
  display: inline-block;
  width: 110px;
  height: 150px;
  padding: 5px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.inquiry-list .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform .25s, -webkit-filter .25s;
  transition: -webkit-transform .25s, -webkit-filter .25s;
  -o-transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s, -webkit-transform .25s, -webkit-filter .25s;
}
.pc .inquiry-list .img:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 0 3px rgba(206, 176, 125, 0.35));
  filter: drop-shadow(0 0 3px rgba(206, 176, 125, 0.35));
}
.inquiry-list .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform .25s, -webkit-filter .25s;
  transition: -webkit-transform .25s, -webkit-filter .25s;
  -o-transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s;
  transition: transform .25s, filter .25s, -webkit-transform .25s, -webkit-filter .25s;
}
.inquiry-list .name span {
  display: block;
}
.inquiry-list .name .lg {
  font-size: 1.125rem;
  margin: 0 0 5px 0;
  padding: 0;
}
.inquiry-list .name .sm {
  font-size: 0.9375rem;
}
.inquiry-list .btn-del {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid #d5ba8d;
  font-size: 0;
  -webkit-transition: background .15, -webkit-transform .25s;
  transition: background .15, -webkit-transform .25s;
  -o-transition: background .15, transform .25s;
  transition: background .15, transform .25s;
  transition: background .15, transform .25s, -webkit-transform .25s;
}
.inquiry-list .btn-del:before,
.inquiry-list .btn-del:after {
  content: '';
  width: 14px;
  height: 1px;
  position: absolute;
  display: block;
  background: #d5ba8d;
  top: 50%;
  left: 50%;
  margin-left: -7px;
}
.inquiry-list .btn-del:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inquiry-list .btn-del:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pc .inquiry-list .btn-del:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  background: #ceb07d;
}
.inquiry-list .btn-del:hover:before,
.inquiry-list .btn-del:hover:after {
  background: #151515;
}
.input-caculate {
  height: 40px;
  width: 140px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0 38px;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #5b4f3c;
  background: rgba(0, 0, 0, 0.3);
}
.input-caculate .numbtn {
  width: 35px;
  height: 100%;
  top: 0;
  bottom: 0;
  border: none;
  line-height: 1;
  text-align: center;
  position: absolute;
  padding: 0;
  font-size: 0;
  background: none;
  -webkit-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
.input-caculate .numbtn:before {
  font-family: 'EBGaramond', 'Times New Roman', 'PMingLiU', serif;
  font-size: 1.25rem;
  line-height: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.input-caculate .numbtn.dec {
  left: 0;
}
.input-caculate .numbtn.dec:before {
  content: '';
  width: 9px;
  height: 1px;
  top: 52%;
  font-size: 0;
  background: #ac894d;
}
.input-caculate .numbtn.inc {
  right: 0;
}
.input-caculate .numbtn.inc:before {
  content: '+';
  top: 45%;
  color: #ac894d;
}
.pc .input-caculate .numbtn:hover,
.input-caculate .numbtn:active {
  background: rgba(68, 53, 37, 0.5);
}
.pc .input-caculate .numbtn.dec:hover:before,
.input-caculate .numbtn.dec:active:before {
  background: #ceb07d;
}
.pc .input-caculate .numbtn.inc:hover:before,
.input-caculate .numbtn.inc:active:before {
  color: #ceb07d;
}
.input-caculate .numinput {
  border: none;
  background: none;
  width: auto;
  height: 100%;
  max-width: 100%;
  height: 38px;
  display: block;
  padding: 0 5px;
  margin: 0;
  text-align: center;
}
.inquiry-type-box {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin: 0;
}
.inquiry-type-box .radio-style {
  margin: 0;
}
.inquiry-type-box.store {
  width: calc(100% - 150px);
}
.inquiry-type-box .select-style {
  width: calc(100% - 75px);
  display: inline-block;
  margin-left: 15px;
}
.mfp-inquiry.mfp-default .mfp-content .page-main-align-inner {
  padding: 0 15px;
}
.mfp-inquiry.mfp-default .mfp-content .page-main-align-inner::-webkit-scrollbar {
  width: 4px;
}
.mfp-inquiry.mfp-default .mfp-content .page-main-align-inner::-webkit-scrollbar-track {
  width: 4px;
}
.mfp-inquiry.mfp-default .mfp-content .page-main-align-inner::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  width: 4px;
  background-clip: padding-box;
  background: rgba(80, 80, 80, 0.8);
}
@media (min-width: 1200px) and (max-width:1599px),
(max-width: 699px) {
  .inquiry-type-box {
    width: auto;
  }
  .inquiry-type-box:not(.store) .radio-style {
    margin: 0 20px 0 0;
  }
  .inquiry-type-box.store {
    width: 100%
  }
}
@media (max-width:1299px) {
  .inquiry-list .name {
    width: calc((100% - 140px) * 0.28);
  }
  .inquiry-list .price {
    width: calc((100% - 140px) * 0.24);
  }
  .inquiry-list .number {
    width: calc((100% - 140px) * 0.24);
  }
  .inquiry-list .subtotal {
    width: calc((100% - 140px) * 0.24);
  }
  .inquiry-list .dels {
    width: 60px;
    padding: 0;
  }
}
@media (min-width:1199px) and (max-width:1299px) {
  .inquiry-list .name .lg {
    font-size: 1.0625rem;
  }
  .inquiry-list .name .sm {
    font-size: 0.9rem;
  }
}
@media (max-width:1199px) {
  .inquiry-list thead {
    display: none;
  }
  .inquiry-list tr {
    display: block;
    text-align: right;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(206, 176, 125, 0.2);
  }
  .inquiry-list th,
  .inquiry-list td {
    display: block;
    border-bottom: none;
  }
  .inquiry-list .pic {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
    text-align: center;
  }
  .inquiry-list .img {
    width: 80px;
    height: 100px;
  }
  .inquiry-list .name {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 32px;
    padding-left: 90px;
    min-height: 90px;
  }
  .inquiry-list .price,
  .inquiry-list .number,
  .inquiry-list .subtotal {
    width: auto;
    max-width: calc(100% / 3);
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }
  .inquiry-list .price,
  .inquiry-list .subtotal {
    font-size: 0.9375rem;
  }
  .inquiry-list .price:before,
  .inquiry-list .subtotal:before {
    content: attr(data-tit)'：';
    display: inline;
  }
  .inquiry-list .dels {
    width: 40px;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .inquiry-list .btn-del {
    width: 26px;
    height: 26px;
  }
  .inquiry-list .btn-del:before,
  .inquiry-list .btn-del:after {
    width: 10px;
    margin-left: -5px;
  }
  .input-caculate {
    height: 35px;
    width: 130px;
    padding: 0 32px;
  }
  .input-caculate .numbtn {
    width: 32px;
  }
  .input-caculate .numinput {
    height: 33px;
  }
  .inquiry-list .total {
    font-size: 1.375rem;
    text-align: center;
    font-weight: 600;
    color: #ffcb73;
  }
  .inquiry-list tfoot tr {
    border-bottom: none;
  }
}
@media (max-width:991px) {
  .inquiry-list {
    margin: 30px auto
  }
  .mfp-inquiry .mfp-close:before,
  .mfp-inquiry button.mfp-close:before,
  .mfp-inquiry .mfp-close:after,
  .mfp-inquiry button.mfp-close:after {
    width: 20px !important;
    margin-left: -10px !important;
  }
  .btn-goto-inquiry {
    position: relative;
    right: auto;
    top: auto;
    margin: 20px auto;
    padding: 9px 5px 11px 5px;
    font-size: 1.0625rem;
    letter-spacing: 0
  }
  .btn-goto-inquiry:before {
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
  }
}
@media (max-width:639px) {
  .mfp-inquiry.mfp-default .mfp-content {
    padding: 20px;
  }
  .mfp-inquiry.mfp-default .mfp-content .page-main-align-inner {
    padding: 0 15px 40px 15px;
  }
  .inquiry-list {
    margin-top: 0;
  }
  .inquiry-list tr {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .inquiry-list .name {
    margin-bottom: 10px;
  }
  .inquiry-list .price,
  .inquiry-list .number,
  .inquiry-list .subtotal {
    background: rgba(172, 137, 77, 0.2);
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 3px 15px;
  }
}
@media (max-width:499px) {
  .btn-goto-inquiry {
    width: 100%;
  }
}
/* COVID-19 宣告 */
.reservation-info .covid-declare {
  margin: 0;
  padding: 0;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: left;
}
.reservation-info .covid-declare:before {
  display: none;
}
.reservation-info .covid-declare .btn-wrap {
  text-align: left;
}
.covid-declare {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  line-height: 2;
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(206, 176, 125, 0.3);
}
.covid-declare:before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(206, 176, 125, 0.3);
}
.covid-declare .xxs-block {
  display: inline;
  position: relative;
  z-index: 10;
}
.covid-declare .kavalan {
  display: block;
  margin: 30px auto 10px;
}
.covid-declare a {
  color: inherit;
  position: relative;
}
.covid-declare a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed rgba(206, 176, 125, 0.3);
}
.covid-declare a:hover {
  color: #e5c671;
}
.covid-declare .btn-wrap {
  text-align: center;
  margin: 20px auto 0;
}
.declare-title-lg {
  font-size: 1.625rem;
  margin: 0 auto 1.2em;
  display: block;
  text-align: center;
  font-weight: 800;
  background-image: -webkit-linear-gradient(0deg, #debd6a 45%, #ba7a1c 65%);
  color: #ba7a1c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.declare-title-sm {
  position: relative;
  font-size: 1.25rem;
  margin: 1.2em auto 100px;
  display: block;
  text-align: center;
  font-weight: 800;
  background-image: -webkit-linear-gradient(0deg, #debd6a 45%, #ba7a1c 65%);
  color: #ba7a1c;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.declare-title-sm::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1.2em;
  height: 1px;
  background: rgba(206, 176, 125, 0.3);
}
.declare-title-sm::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.4em;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background: url(../images/history_start.png) no-repeat 0 0 / contain;
  width: 190px;
  height: 42px;
}
@media (max-width: 767px) {
  .covid-declare br {
    display: none;
  }
  .covid-declare .xxs-block {
    display: block;
  }
  .covid-declare .xxs-hide {
    display: none;
  }
  .reservation-info.mb-center {
    margin-left: -10px;
    margin-right: -10px
  }
  .reservation-info.mb-center,
  .reservation-info.mb-center .covid-declare,
  .reservation-info.mb-center .covid-declare .btn-wrap {
    text-align: center
  }
  .reservation-info.mb-center .title {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    padding-left: 0;
  }
  .reservation-info.mb-center .icon {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
  }
}
@media (max-width: 599px) {
  .covid-declare {
    margin: 10px auto;
    padding: 40px 5px;
  }
}
@media (max-width: 429px) {
  .covid-declare .xxxs-block {
    display: block;
  }
  .covid-declare .xxxs-hide {
    display: none;
  }
}
/*
 * 2022/09 (1)隱私權政策勾選
 */
.form-agree {
  color: #fff;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  font-size: 0.9375rem;
}
.form-agree .checkbox-style {
  line-height: inherit;
  display: inline;
}
.form-agree a {
  color: #ceb07d;
  display: inline;
  padding: 0 0 1px 0;
  margin: 0 5px;
  border-bottom: 1px solid #ceb07d;
}
.form-agree a:hover {
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .intro-form .form-agree {
    white-space: nowrap;
    display: block;
  }
  .intro-form .form-agree br {
    display: none;
  }
}
/*
 * 2022/09 (2)隱私權政策，個資蒐集聲明 編輯器【前台】樣板
 */
.theme-privacy {
  --p-fz-h1: 2.25rem;
  --p-fz-h2: 1.625rem;
  --p-fz-h3: 1.375rem;
  --p-fz-h4: 1.25rem;
  --p-fz-h5: 1.125rem;
  --p-fz-h6: 1.0625rem;
  --p-gap-title: 25px;
  --p-color-title: #e8b661;
  line-height: 1.8;
}
.theme-privacy h1,
.theme-privacy h2,
.theme-privacy h3,
.theme-privacy h4,
.theme-privacy h5,
.theme-privacy h6 {
  font-weight: bold;
  display: block;
  padding: 0;
  margin: 10px auto 20px;
  line-height: 1.4;
}
.theme-privacy h1 {
  font-size: var(--p-fz-h1);
}
.theme-privacy h2 {
  font-size: var(--p-fz-h2);
}
.theme-privacy h3 {
  font-size: var(--p-fz-h3);
}
.theme-privacy h4 {
  font-size: var(--p-fz-h4);
}
.theme-privacy h5 {
  font-size: var(--p-fz-h5);
}
.theme-privacy h6 {
  font-size: var(--p-fz-h6);
}
.theme-privacy ul {
  list-style: none;
  margin: 0 0 var(--p-gap-title) 0;
  padding: 0 0 0 1rem;
}
.theme-privacy ul li {
  position: relative;
  text-indent: -1rem;
  display: block;
  margin: 5px 0 5px 0;
}
.theme-privacy ol {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 var(--p-gap-title) 1em;
  padding: 0 0 0 1em;
}
.theme-privacy ol li {
  position: relative;
  padding: 0;
  margin: 12px 0 12px -1em;
  display: list-item;
  list-style-position: outside;
}
.theme-privacy p {
  margin: 0 0 calc(var(--p-gap-title) * 2) 0;
  padding: 0;
}
.theme-privacy-subhead {
  display: block;
  text-align: center;
  margin: 10px auto calc(var(--p-gap-title) * 2);
  color: var(--p-color-title);
  line-height: 1.4;
  font-size: var(--p-fz-h2);
}
.theme-privacy-block-title {
  display: block;
  margin: var(--p-gap-title) auto;
  color: var(--p-color-title);
  line-height: 1.4;
  font-size: var(--p-fz-h3);
}
@media (max-width: 991px) {
  .theme-privacy {
    --p-fz-h1: 1.875rem;
  }
}
@media screen and (min-width:768px) {
  .theme-privacy-indient {
    padding-left: 2.6em;
  }
  .theme-privacy-indient > .theme-privacy-block-title,
  .theme-privacy-indient > h1,
  .theme-privacy-indient > h2,
  .theme-privacy-indient > h3,
  .theme-privacy-indient > h4 {
    margin-left: -2em;
  }
}
@media screen and (max-width:767px) {
  .theme-privacy {
    --p-fz-h1: 1.4125rem;
    --p-fz-h2: 1.375rem;
    --p-fz-h3: 1.25rem;
    --p-fz-h4: 1.1875rem;
  }
}
/*
 * 2022/09 線上章節型錄
 */
#catalog {
  overflow: hidden
}
.lg-sub-html,
.lg-toolbar {
  background-color: transparent;
}
.canonical-switch {
  color: #ac894d;
  left: 0;
  font-size: 0.875em;
  white-space: nowrap;
  top: -3px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  padding: 12px 0;
  text-align: center;
  width: 70px;
  overflow: hidden;
  display: block;
  background: #222;
  border-left: 3px solid rgb(206 176 125 / 30%);
  border-top: 3px solid rgb(206 176 125 / 30%);
  border-bottom: 3px solid rgb(206 176 125 / 30%);
  border-right: none;
}
.canonical-switch:active,
.canonical-switch:focus {
  color: #ac894d;
}
.canonical-switch:hover {
  color: #ac894d;
  background: #333
}
.canonical-switch i {
  font-style: normal;
  font-size: 1.25em;
  display: block;
  margin: 0 auto 5px;
}
.canonical {
  background: #222;
  position: fixed;
  bottom: 50px;
  height: calc(100vh - 130px);
  right: min(35px, 3vw);
  z-index: 10000;
  padding: 30px;
  min-width: 250px;
  display: none;
  -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 20%), 0 0 15px rgb(0 0 0 / 20%);
  box-shadow: 0 10px 25px rgb(0 0 0 / 20%), 0 0 15px rgb(0 0 0 / 20%);
  border: 3px solid rgb(206 176 125 / 30%);
  -webkit-transform: translateX(calc(min(35px, 3vw) + 100%));
  -ms-transform: translateX(calc(min(35px, 3vw) + 100%));
  transform: translateX(calc(min(35px, 3vw) + 100%));
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.canonical::before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  display: block;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgb(206 176 125 / 30%);
}
.canonical .page-subhead {
  font-size: 1.25rem;
  margin: 0 auto 25px;
}
.canonical-list {
  margin: 0;
  padding: 0;
  list-style: decimal;
  font-size: 1rem;
  max-height: calc(100% - 45px);
  overflow-y: auto;
}
.canonical-list li {
  display: block;
  padding: 5px;
  border-top: 1px solid rgb(206 176 125 / 30%);
}
.canonical-list li:first-child {
  border-top: none;
}
.canonical-list li a {
  display: block;
  font-size: 1rem;
  color: #ac894d;
}
.canonical-list li:hover a {
  color: #fff;
}
.canonical.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 499px) {
  .canonical-switch {
    width: 50px;
  }
  .canonical {
    bottom: 10px;
    height: calc(100vh - 100px);
    right: 10px;
    padding: 10px;
    -webkit-transform: translateX(calc(10px + 100%));
    -ms-transform: translateX(calc(10px + 100%));
    transform: translateX(calc(10px + 100%));
  }
}
.icon-x {
  display: inline-block;
  vertical-align: middle;
  width: 0.8em;
  height: 0.8em;
  background: url("data:image/svg+xml,%3Csvg width='1200' height='1227' viewBox='0 0 1200 1227' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' fill='%23999'/%3E%3C/svg%3E%0A") no-repeat 0 0 / contain;
  margin-top: -4px;
}
a:hover .icon-x {
  -webkit-filter: invert(79%) sepia(44%) saturate(316%) hue-rotate(356deg) brightness(86%) contrast(86%);
  filter: invert(79%) sepia(44%) saturate(316%) hue-rotate(356deg) brightness(86%) contrast(86%);
}
.tastingroom-sec1 {
  margin: 0 auto 25px;
  font-family: 'Times New Roman', 'PMingLiU', serif;
}
.tastingroom-sec1 .theme-about-title {
  color: #ceb07d;
  font-size: 1.625rem;
  text-align: left;
}
.tastingroom-sec2 {
  border-top: 3px solid rgba(206, 176, 125, 0.3);
  padding-bottom: 50px;
}
.tasting-full-img {
  display: block;
  position: relative;
  width: min(1920px, 100vw);
  left: 50%;
  margin-left: -20px;
  margin-bottom: -1cm;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tasting-full-img img {
  -webkit-box-shadow: 0 -15px 25px rgb(223 187 161 / 15%);
  box-shadow: 0 -15px 25px rgb(223 187 161 / 15%)
}
@media (min-width: 1500px) {
  .tastingroom-sec1,
  .tastingroom-sec2 {
    padding-left: max(13.5vw, 50px);
    padding-right: max(13.5vw, 50px);
  }
}
@media (max-width: 1023px) {
  .tasting-full-img {
    margin-left: 0;
  }
}
@media (min-width: 840px) and (max-width: 1499px) {
  .tastingroom-sec1,
  .tastingroom-sec2 {
    padding-left: max(10vw, 30px);
    padding-right: max(10vw, 30px);
  }
}
@media (max-width: 839px) {
  .tastingroom-sec1,
  .tastingroom-sec2 {
    padding-left: 0;
    padding-right: 0;
  }
  .tastingroom-sec2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .tasting-full-img {
    margin-bottom: -1cm;
  }
}

/* 20260211 */
.reservation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  color: #fff;
  background: #000;
}
.reservation-area .container {
  padding-top: 200px;
  padding-bottom: 100px;
  z-index: 5;
  margin-right: calc(70px + 2.2cm);
  margin-left: calc(114px + 2.2cm);
  width: auto;
}
.reservation-area .page-subhead {
  margin: 0 auto 10px;
}
.reservation-area .subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  margin: 5px auto 0;
}
.reservation-area p {
  line-height: 2.5;
  margin: 35px auto 0;
  text-align: center;
}
.reservation-area p .md-block {
  display: block;
}
.reservation-area-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: url(../images/reservation_index_bg2.jpg) no-repeat 0 0/cover;
}
.reservation-area-bg::before {
  content: "";
  display: block;
  padding-bottom: 52%;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(26, 26, 25, 0)), color-stop(60%, rgba(26, 26, 25, 0.7)), color-stop(96%, #000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.7) 60%, #000 96%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.7) 60%, #000 96%);
}
.reservation-area[data-scrollview-delay] .reservation-area-bg {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.reservation-area[data-scrollview-delay] .subtitle {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.reservation-area[data-scrollview-delay] p {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.reservation-area[data-scrollview-delay].scroll-view .reservation-area-bg {
  opacity: 1;
}
.reservation-area[data-scrollview-delay].scroll-view .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.reservation-area[data-scrollview-delay].scroll-view p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.reservation-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  list-style: none;
  margin-top: 60px;
}
.reservation-flow .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 25px;
  width: calc(33.33% - 50px);
}
.reservation-flow .item .img {
  position: relative;
  z-index: 0;
  aspect-ratio: 480/300;
  overflow: hidden;
}
.reservation-flow .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.reservation-flow .item .text {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.reservation-flow .item a {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  transition: .5s;
}
.reservation-flow .item a:after {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 6px;
  height: 22px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #debd6a), color-stop(90%, #ba7a1c));
  background: -o-linear-gradient(left,#debd6a 10%,#ba7a1c 90%);
  background: linear-gradient(90deg, #debd6a 10%, #ba7a1c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#debd6a",endColorstr="#ba7a1c",GradientType=1);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.reservation-flow .item a:hover {
  color: #d5ba8d;
}
.reservation-flow[data-scrollview-delay] .item {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.reservation-flow[data-scrollview-delay].scroll-view .item {
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.reservation-flow[data-scrollview-delay].scroll-view .item:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.reservation-flow[data-scrollview-delay].scroll-view .item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.reservation-flow[data-scrollview-delay].scroll-view .item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media (max-width: 1200px) {
  .reservation-flow .item {
    margin: 0 10px;
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 1024px) {
  .reservation-area .container {
    padding-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .reservation-area {
    min-height: 100vh !important;
  }
  .reservation-area .container {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .reservation-area-bg::before {
    padding-bottom: 320px;
  }
  .reservation-area p {
    line-height: 2.2;
  }
  .reservation-flow {
    flex-direction: column;
  }
  .reservation-flow .item {
    margin: 10px auto;
    width: 100%;
  }
}