.menuOpenBtn, .menuOpenBtn::before, .menuOpenBtn::after, .bannerMenu a::before, .bannerMenu a::after, .idxTitleBox h2, .newsArea, .newsList .Img, .foodArea .textBox, .foodArea .foodFuncBox, .foodList .Txt, .foodLinkBtn, .ingredientsList h3 a, .error404PageMainArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.loadingArea .Img, .menuOpenBtn, .menuOpenBtn::before, .menuOpenBtn::after, .bannerMenu a::before, .bannerMenu a::after, .idxTitleBox .dot, .idxTitleBox h2, .idxTitle > svg, .newsList, .newsList .Img, .newsList .dateBox, .newsList p, .aboutArea .idxTitle > img, .aboutArea p, .foodList h3 a, .foodList .enTitle, .foodList .subBox, .foodList p, .foodLinkBtn, .ingredientsArea .idxTitleBox p, .ingredientsList, .ingredientsList .item, .storeArea .rightBox, .storeArea .idxTitleBox p, #storeBox {
  -webkit-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out; }

.ingredientsArea .idxTitleBox p, header.isTop:not(.showMenu) .logo, .newsArea .idxTitleBox h2, .newsList .Img, .aboutArea p, .storeArea .idxTitleBox h2, .loadingArea .Img, .newsArea .idxTitleBox .btnBox, .newsList, .newsList .dateBox, .newsList h3 a, .newsList p, .newsList .btnBox, .aboutArea .idxTitleBox h2, .foodArea .idxTitleBox h2, .foodList h3 a, .foodList .enTitle, .foodList .subBox, .foodList p, .ingredientsList, .storeArea .rightBox, .storeArea .idxTitleBox p, #storeBox.hide, .idxTitleBox .dot, .idxTitle > svg, .aboutArea .idxTitle > img {
  opacity: 0; }

.idxTitle > svg, .aboutArea .idxTitle > img {
  -webkit-filter: blur(15px);
  filter: blur(15px); }

.show .idxTitle > svg, .aboutArea.show .idxTitle > img {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1; }

.ingredientsArea .idxTitleBox p {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }

header.isTop:not(.showMenu) .logo, .newsArea .idxTitleBox h2, .newsList .Img, .aboutArea p, .storeArea .idxTitleBox h2 {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.loadingArea .Img, .newsArea .idxTitleBox .btnBox, .newsList, .newsList .dateBox, .newsList h3 a, .newsList p, .newsList .btnBox, .aboutArea .idxTitleBox h2, .foodArea .idxTitleBox h2, .foodList h3 a, .foodList .enTitle, .foodList .subBox, .foodList p, .ingredientsList, .storeArea .rightBox, .storeArea .idxTitleBox p, #storeBox.hide {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.loadingArea.show .Img, .show .idxTitleBox .dot, .show .idxTitleBox h2, .newsArea.show .idxTitleBox .btnBox, .newsArea.show .newsList, .newsList .current .Img, .newsList .current .dateBox, .newsList .current h3 a, .newsList .current .btnBox, .newsList .current p, .aboutArea.show p, .foodList .current h3 a, .foodList .current .enTitle, .foodList .current .subBox, .foodList .current p, .ingredientsArea.show .idxTitleBox p, .ingredientsArea.show .ingredientsList, .storeArea.show .idxTitleBox p, .storeArea.show .classBox, .storeArea.show .rightBox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

.loadingArea {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 902;
  background-color: #fff;
  background-image: url("../images/pageBg.jpg");
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out; }
  .loadingArea.hide {
    opacity: 0;
    -webkit-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
    visibility: hidden;
    pointer-events: none; }
    .loadingArea.hide::before {
      background-position: 100%; }
  .loadingArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .loadingArea .Img {
    max-width: 87px; }
  .loadingArea img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

body {
  color: #ededed; }

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s; }
  .popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s; }
  .popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s; }
  .popWin .popContent {
    max-height: 85vh;
    overflow-y: auto; }
  .popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .popWin .Txt {
    padding: 30px;
    text-align: left; }
    .popWin .Txt .popTitle {
      font-size: 25px;
      margin-bottom: 25px; }
  .popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: #fff; */
    border-radius: 50%; }
    .popWin .close::before, .popWin .close::after {
      content: '';
      position: absolute;
      left: 11px;
      top: 23px;
      width: 25px;
      height: 1px;
      background-color: #bca480;
      /* border-radius:  50%; */ }
    .popWin .close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .popWin.show .mask, .popWin.show .inner {
      opacity: 1; }
  .popWin .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0; }
  .popWin .popContent {
    max-height: calc(100vh - 150px); } }

.smokeBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  width: 100%;
  height: 100%;
  background: url("../images/home/smoke.png") 50% -100%/120% auto no-repeat;
  opacity: .7;
  pointer-events: none;
  -webkit-animation-name: smokeAni, lightAni;
  animation-name: smokeAni, lightAni;
  -webkit-animation-duration: 90s, 5s;
  animation-duration: 90s, 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes smokeAni {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: 100%; } }

@keyframes smokeAni {
  0% {
    background-position-y: 0; }
  100% {
    background-position-y: 100%; } }

@-webkit-keyframes lightAni {
  0% {
    opacity: .3; }
  30% {
    opacity: .2; }
  70% {
    opacity: .1; }
  100% {
    opacity: .3; } }

@keyframes lightAni {
  0% {
    opacity: .3; }
  30% {
    opacity: .2; }
  70% {
    opacity: .1; }
  100% {
    opacity: .3; } }

a {
  color: #b8b8b8; }

.moreBtn {
  color: #fff; }
  @media (min-width: 1181px) {
    .moreBtn:hover {
      color: #fff; } }

@media (min-width: 1181px) {
  .outerWrap {
    padding-top: 0; } }

.wrap {
  width: 1110px; }
  @media (max-width: 1150px) {
    .wrap {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

header.isTop:not(.showMenu) {
  background-color: transparent; }

.menuOpenBtn {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  padding: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background: transparent -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0, transparent), to(transparent)) 0 50%/64px 2px content-box no-repeat;
  background: transparent -webkit-linear-gradient(left, #fff 50%, transparent 0, transparent 100%) 0 50%/64px 2px content-box no-repeat;
  background: transparent -o-linear-gradient(left, #fff 50%, transparent 0, transparent 100%) 0 50%/64px 2px content-box no-repeat;
  background: transparent linear-gradient(to right, #fff 50%, transparent 0, transparent 100%) 0 50%/64px 2px content-box no-repeat;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .menuOpenBtn:hover::after {
    width: 32px; }
  .menuOpenBtn::before, .menuOpenBtn::after {
    content: '';
    position: absolute;
    left: 14px;
    z-index: 1;
    height: 2px;
    background-color: #fff; }
  .menuOpenBtn::before {
    top: 22px;
    width: 32px; }
  .menuOpenBtn::after {
    top: 36px;
    width: 23px; }

.bannerIdxTextBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  pointer-events: none; }
  .bannerIdxTextBox .Img {
    max-width: 350px; }
    @media (max-width: 960px) {
      .bannerIdxTextBox .Img {
        max-width: 240px; } }
  .bannerIdxTextBox img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.bannerArea {
  max-height: none; }

.bannerBox .slick-slide > div {
  line-height: 0; }

.bannerBox .slick-slide img {
  min-height: 250px; }

.sloganBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 961px) {
    .sloganBox {
      margin-top: -150px; } }
  @media (max-width: 640px) {
    .sloganBox {
      display: none; } }
  .sloganBox .sloganText {
    margin-right: 10px;
    line-height: 2;
    font-weight: 400;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

.sloganTitle {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .sloganTitle svg {
    fill: #eaeaea; }
    .sloganTitle svg:first-child {
      width: 30px;
      height: 29px; }
    .sloganTitle svg:nth-child(2) {
      width: 30px;
      height: 26px; }
    .sloganTitle svg:nth-child(3) {
      width: 26px;
      height: 30px; }
    .sloganTitle svg:nth-child(4) {
      width: 30px;
      height: 26px; }
    .sloganTitle svg:nth-child(5) {
      width: 26px;
      height: 26px;
      margin-top: 10px; }
    .sloganTitle svg:nth-child(6) {
      width: 32px;
      height: 26px; }
    .sloganTitle svg:nth-child(7) {
      width: 24px;
      height: 19px; }
    .sloganTitle svg:nth-child(8) {
      width: 19px;
      height: 32px; }
    .sloganTitle svg + svg {
      margin-top: 3px; }

@media (max-width: 480px) {
  .logoVerticalBox {
    display: none; } }

.bannerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  pointer-events: auto; }
  @media (max-width: 960px) {
    .bannerMenu {
      display: none; } }
  .bannerMenu li {
    margin-right: 10px; }
  .bannerMenu a {
    position: relative;
    display: block;
    padding: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-family: "Noto Serif TC", serif;
    text-indent: 10px;
    letter-spacing: 10px; }
    .bannerMenu a:hover {
      color: #fff; }
      .bannerMenu a:hover::before, .bannerMenu a:hover::after {
        height: 100%; }
    .bannerMenu a::before, .bannerMenu a::after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 1px;
      height: 0;
      background-color: #fff; }
    .bannerMenu a::before {
      top: 0;
      left: 0; }
    .bannerMenu a::after {
      bottom: 0;
      right: 0; }
  .bannerMenu .submenu {
    display: none; }

.mainArea {
  padding-bottom: 0; }

.idxTitleBox {
  position: relative; }
  @media (max-width: 960px) {
    .idxTitleBox {
      margin-bottom: 100px; } }
  .idxTitleBox svg {
    fill: #fff; }
  .idxTitleBox .dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c8000a; }
  .idxTitleBox h2 {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 7px;
    text-indent: 7px;
    color: #fff; }
    @media (min-width: 961px) {
      .idxTitleBox h2 {
        border-left: 1px solid #b1b1b1;
        border-right: 1px solid #b1b1b1;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        padding: 10px 4px; } }
    @media (max-width: 960px) {
      .idxTitleBox h2 {
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #b1b1b1), to(#b1b1b1)), -webkit-gradient(linear, left top, right top, color-stop(0, #b1b1b1), to(#b1b1b1));
        background-image: -webkit-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%), -webkit-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%);
        background-image: -o-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%), -o-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%);
        background-image: linear-gradient(to right, #b1b1b1 0, #b1b1b1 100%), linear-gradient(to right, #b1b1b1 0, #b1b1b1 100%);
        background-position: 50% 0, 50% 100%;
        background-size: 120px 1px;
        background-repeat: no-repeat; } }

.idxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .show .idxTitle > svg:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .show .idxTitle > svg:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .show .idxTitle > svg:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .show .idxTitle > svg:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .show .idxTitle > svg:nth-child(5) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .show .idxTitle > svg:nth-child(6) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .show .idxTitle > svg:nth-child(7) {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .show .idxTitle > svg:nth-child(8) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  @media (min-width: 961px) {
    .idxTitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 960px) {
    .idxTitle {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.classBox .current {
  color: #fff; }

.newsArea {
  position: relative;
  z-index: 1;
  height: 980px;
  padding-top: 170px;
  background-color: #000; }
  .newsArea.show .idxTitleBox .dot {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .newsArea.show .idxTitleBox h2 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .newsArea.show .idxTitleBox .btnBox {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .newsArea.show .newsList {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  @media (max-width: 960px) {
    .newsArea {
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .newsArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1025px) {
      .newsArea .wrap {
        padding-right: 65px; } }
    @media (max-width: 960px) {
      .newsArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .newsArea .idxTitleBox h2 {
    right: 0; }
    @media (min-width: 961px) {
      .newsArea .idxTitleBox h2 {
        top: 108px; } }
    @media (max-width: 960px) {
      .newsArea .idxTitleBox h2 {
        top: 106px;
        left: 0;
        text-align: center; } }
  @media (min-width: 961px) {
    .newsArea .idxTitleBox .btnBox {
      margin-top: 55px; } }
  .newsArea .idxTitle > svg:first-child {
    width: 68px;
    height: 78px; }
    @media (min-width: 961px) {
      .newsArea .idxTitle > svg:first-child {
        margin-left: 23px;
        margin-bottom: 8px; } }
  .newsArea .idxTitle > svg:nth-child(2) {
    width: 68px;
    height: 81px; }
    @media (min-width: 961px) {
      .newsArea .idxTitle > svg:nth-child(2) {
        margin-bottom: 23px; } }
    @media (max-width: 960px) {
      .newsArea .idxTitle > svg:nth-child(2) {
        margin-left: 5px; } }
  .newsArea .idxTitle .dot {
    margin-left: 47px; }
    @media (max-width: 960px) {
      .newsArea .idxTitle .dot {
        margin-left: 10px; } }
    .newsArea .idxTitle .dot svg {
      width: 19px;
      height: 16px; }
  @media (min-width: 961px) {
    .newsArea .rightBox {
      max-width: 740px;
      margin-left: auto; } }
  @media (max-width: 960px) {
    .newsArea .rightBox {
      width: 100%; } }
  .newsArea .parallaxImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .newsArea .slick-dots {
    margin-top: 20px; }

@media (max-width: 1024px) {
  .newsList {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1025px) {
  .newsList .slick-slide > div + div {
    margin-top: 55px; }
    .newsList .slick-slide > div + div .item {
      margin-left: auto; } }

@media (max-width: 1024px) {
  .newsList .slick-slide > div + div {
    margin-top: 20px; } }

.newsList .current .dateBox {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.newsList .current h3 a {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.newsList .current p {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.newsList .current .btnBox {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 650px; }
  @media (min-width: 1180px) {
    .newsList .item:hover h3 a {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; } }
  @media (max-width: 640px) {
    .newsList .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.newsList .Img {
  border: 5px solid #fff; }
  @media (min-width: 641px) {
    .newsList .Img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 240px;
      margin-right: 25px; } }
  @media (max-width: 640px) {
    .newsList .Img {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (min-width: 641px) {
    .newsList .Img + .Txt {
      max-width: calc(100% - 270px); } }

.newsList img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.newsList .Txt {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.newsList .dateBox {
  margin-bottom: 5px; }

.newsList h3 a {
  display: block;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #d7c58e;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.newsList p {
  line-height: 1.8;
  max-height: 100px; }

.newsList .btnBox {
  margin-top: 15px; }

.roundBtn {
  color: #333;
  border-color: #d7c58e;
  border-width: 18px; }
  @media (min-width: 1181px) {
    .roundBtn:hover {
      color: #fff;
      border-width: 18px;
      border-color: #d7c58e; } }
  @media (max-width: 1180px) {
    .roundBtn {
      color: #fff;
      border-width: 18px;
      border-color: #d7c58e; } }

.dateBox {
  color: #fff; }

.aboutArea {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .aboutArea.show .idxTitleBox .dot {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .aboutArea.show .idxTitleBox h2 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .aboutArea.show .idxTitle > img:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .aboutArea.show .idxTitle > img:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .aboutArea.show .idxTitle > img:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .aboutArea.show .idxTitle > img:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .aboutArea.show p {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  @media (min-width: 1181px) {
    .aboutArea {
      height: 860px; } }
  @media (max-width: 1180px) {
    .aboutArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .aboutArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%; }
    @media (max-width: 960px) {
      .aboutArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (min-width: 961px) {
    .aboutArea .idxTitleBox {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 252px;
      margin-left: 40px; } }
  .aboutArea .idxTitleBox h2 {
    top: 70px;
    left: 0; }
    @media (max-width: 960px) {
      .aboutArea .idxTitleBox h2 {
        top: 80px;
        right: 0;
        text-align: center; } }
  .aboutArea .idxTitleBox .dot {
    position: absolute;
    right: 0;
    z-index: 1; }
    @media (min-width: 961px) {
      .aboutArea .idxTitleBox .dot {
        top: 324px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitleBox .dot {
        top: 25px; } }
    .aboutArea .idxTitleBox .dot svg {
      width: 16px;
      height: 18px; }
  .aboutArea .idxTitle {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 38px; }
    @media (min-width: 961px) {
      .aboutArea .idxTitle > img:first-child {
        width: 147px;
        height: 119px;
        margin-right: 8px;
        margin-bottom: 15px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitle > img:first-child {
        width: 74px;
        height: 60px; } }
    @media (min-width: 961px) {
      .aboutArea .idxTitle > img:nth-child(2) {
        width: 123px;
        height: 137px;
        margin-right: 8px;
        margin-bottom: -11px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitle > img:nth-child(2) {
        width: 51px;
        height: 57px; } }
    @media (min-width: 961px) {
      .aboutArea .idxTitle > img:nth-child(3) {
        width: 114px;
        height: 103px;
        margin-right: auto;
        margin-bottom: -15px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitle > img:nth-child(3) {
        width: 51px;
        height: 46px; } }
    @media (min-width: 961px) {
      .aboutArea .idxTitle > img:nth-child(4) {
        width: 118px;
        height: 103px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitle > img:nth-child(4) {
        width: 60px;
        height: 52px; } }
    @media (max-width: 960px) {
      .aboutArea .idxTitle > img + img {
        margin-left: 5px; } }
  .aboutArea p {
    line-height: 1.8;
    color: #f1f1f1; }
    @media (min-width: 961px) {
      .aboutArea p {
        margin-top: 65px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 3px; } }
  .aboutArea .parallaxImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

footer {
  position: relative;
  z-index: 90; }

.foodArea {
  position: relative; }
  .foodArea.show .idxTitleBox .dot {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .foodArea.show .idxTitleBox h2 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  @media (min-width: 641px) {
    .foodArea .wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 640px) {
    .foodArea .wrap {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0;
      background: url("../images/home/foodTextBg.jpg") 50%/cover no-repeat; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitleBox {
      margin-bottom: 0; } }
  @media (max-width: 640px) {
    .foodArea .idxTitleBox {
      width: 257px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitleBox h2 {
      border-left: 1px solid #b1b1b1;
      border-right: 1px solid #b1b1b1;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      padding: 10px 4px; } }
  @media (min-width: 641px) {
    .foodArea .idxTitleBox h2 {
      top: 35px;
      right: -26px; } }
  @media (max-width: 640px) {
    .foodArea .idxTitleBox h2 {
      top: 90px;
      left: 0;
      right: 0;
      text-align: center; } }
  .foodArea .idxTitleBox .dot {
    position: absolute;
    z-index: 1; }
    @media (min-width: 641px) {
      .foodArea .idxTitleBox .dot {
        top: 274px;
        left: -8px; } }
    @media (min-width: 641px) and (max-width: 960px) {
      .foodArea .idxTitleBox .dot {
        top: 123px; } }
    @media (max-width: 640px) {
      .foodArea .idxTitleBox .dot {
        top: 23px;
        right: 0; } }
    .foodArea .idxTitleBox .dot svg {
      width: 18px;
      height: 19px; }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitle {
      -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;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  @media (max-width: 640px) {
    .foodArea .idxTitle {
      padding-right: 38px; } }
  @media (min-width: 961px) {
    .foodArea .idxTitle > svg:first-child {
      width: 126px;
      height: 131px;
      margin-left: 39px;
      margin-bottom: -19px; } }
  @media (max-width: 960px) {
    .foodArea .idxTitle > svg:first-child {
      width: 63px;
      height: 66px; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitle > svg:first-child {
      margin-left: 20px;
      margin-bottom: -10px; } }
  @media (min-width: 961px) {
    .foodArea .idxTitle > svg:nth-child(2) {
      width: 106px;
      height: 117px;
      margin-bottom: -57px; } }
  @media (max-width: 960px) {
    .foodArea .idxTitle > svg:nth-child(2) {
      width: 53px;
      height: 59px; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitle > svg:nth-child(2) {
      margin-bottom: -29px; } }
  @media (min-width: 961px) {
    .foodArea .idxTitle > svg:nth-child(3) {
      width: 86px;
      height: 123px;
      margin-left: 112px;
      margin-bottom: -21px; } }
  @media (max-width: 960px) {
    .foodArea .idxTitle > svg:nth-child(3) {
      width: 43px;
      height: 63px; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .foodArea .idxTitle > svg:nth-child(3) {
      margin-left: 56px;
      margin-bottom: -11px; } }
  @media (min-width: 961px) {
    .foodArea .idxTitle > svg:nth-child(4) {
      width: 87px;
      height: 103px; } }
  @media (max-width: 960px) {
    .foodArea .idxTitle > svg:nth-child(4) {
      width: 50px;
      height: 58px;
      margin-left: 0px; } }
  @media (max-width: 640px) {
    .foodArea .idxTitle > svg + svg {
      margin-left: 5px; } }
  .foodArea .textBox {
    width: 555px; }
    @media (min-width: 641px) and (max-width: 1180px) {
      .foodArea .textBox {
        width: 340px; } }
    @media (min-width: 641px) {
      .foodArea .textBox {
        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;
        height: 100%;
        background: url("../images/home/foodTextBg.jpg") 50%/cover no-repeat; } }
    @media (max-width: 640px) {
      .foodArea .textBox {
        width: 100%; } }
  .foodArea .foodFuncBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #b5a77c; }
    @media (min-width: 641px) {
      .foodArea .foodFuncBox {
        max-width: 280px; } }
    @media (max-width: 640px) {
      .foodArea .foodFuncBox {
        padding-left: 30px;
        padding-right: 30px; } }

.foodList img, .foodImgList img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.foodList {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 641px) {
    .foodList {
      max-width: 280px; } }
  @media (max-width: 640px) {
    .foodList {
      max-width: 640px; } }
  .foodList .current h3 a {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .foodList .current .enTitle {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .foodList .current .subBox {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .foodList .current p {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  @media (min-width: 641px) {
    .foodList .Img {
      display: none; } }
  @media (max-width: 640px) {
    .foodList .Txt {
      width: 100%;
      padding: 30px; } }
  .foodList h3 a {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 6px; }
  .foodList .enTitle {
    margin-top: 3px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px; }
  .foodList .subBox {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "Noto Serif TC", serif;
    color: #d7c58e;
    border-top: 1px solid #d7c58e;
    border-bottom: 1px solid #d7c58e;
    letter-spacing: 3px; }
    .foodList .subBox::before {
      content: attr(data-idx);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
  .foodList p {
    max-height: 175px;
    letter-spacing: .5px;
    line-height: 1.8; }

.foodLinkBtn {
  width: 36px;
  height: 36px;
  color: #fff;
  outline: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: transparent;
  font-size: 16px;
  font-family: "Noto Serif TC", serif;
  cursor: pointer; }
  @media (min-width: 1181px) {
    .foodLinkBtn:hover {
      color: #b5a77c; } }
  @media (max-width: 1180px) {
    .foodLinkBtn {
      color: #b5a77c; } }

@media (max-width: 640px) {
  .foodImgList {
    display: none !important; } }

.foodImgList .slick-slide > div {
  line-height: 0; }

.foodImgList img {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover; }

.ingredientsArea {
  position: relative;
  overflow: hidden; }
  .ingredientsArea.show .idxTitleBox .dot {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .ingredientsArea.show .idxTitleBox p {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .ingredientsArea.show .ingredientsList {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  @media (min-width: 1181px) {
    .ingredientsArea {
      height: 980px; } }
  @media (max-width: 1180px) {
    .ingredientsArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .ingredientsArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    @media (max-width: 1180px) {
      .ingredientsArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .ingredientsArea .idxTitleBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 20px; }
    @media (max-width: 1181px) {
      .ingredientsArea .idxTitleBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 40px; } }
    .ingredientsArea .idxTitleBox .dot svg {
      width: 18px;
      height: 19px; }
    .ingredientsArea .idxTitleBox p {
      font-family: "Noto Serif TC", serif;
      color: #fff;
      line-height: 2; }
      @media (min-width: 1181px) {
        .ingredientsArea .idxTitleBox p {
          margin-top: 56px;
          margin-right: 20px;
          letter-spacing: 3px;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; } }
      @media (max-width: 1180px) {
        .ingredientsArea .idxTitleBox p {
          margin-top: 20px;
          text-align: center;
          letter-spacing: 1px; } }
  .ingredientsArea .idxTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1180px) {
      .ingredientsArea .idxTitle {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 1181px) {
      .ingredientsArea .idxTitle > svg {
        margin-bottom: 7px; } }
    @media (max-width: 1180px) {
      .ingredientsArea .idxTitle > svg {
        margin-right: 3px; } }
    .ingredientsArea .idxTitle > svg:first-child {
      width: 23px;
      height: 22px; }
    .ingredientsArea .idxTitle > svg:nth-child(2) {
      width: 23px;
      height: 20px; }
    .ingredientsArea .idxTitle > svg:nth-child(3) {
      width: 20px;
      height: 23px; }
    .ingredientsArea .idxTitle > svg:nth-child(4) {
      width: 23px;
      height: 24px; }
      @media (min-width: 1181px) {
        .ingredientsArea .idxTitle > svg:nth-child(4) {
          margin-bottom: 15px; } }
    .ingredientsArea .idxTitle > svg:nth-child(5) {
      width: 20px;
      height: 20px; }
    .ingredientsArea .idxTitle > svg:nth-child(6) {
      width: 24px;
      height: 20px; }
    .ingredientsArea .idxTitle > svg:nth-child(7) {
      width: 18px;
      height: 14px; }
    .ingredientsArea .idxTitle > svg:nth-child(8) {
      width: 14px;
      height: 24px; }
      @media (min-width: 1181px) {
        .ingredientsArea .idxTitle > svg:nth-child(8) {
          margin-bottom: 20px; } }
  .ingredientsArea .rightBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0; }
    @media (min-width: 1181px) {
      .ingredientsArea .rightBox {
        max-width: 910px;
        margin-right: auto; } }
    @media (max-width: 1180px) {
      .ingredientsArea .rightBox {
        max-width: 100%; } }
  .ingredientsArea .slick-dots {
    margin-top: 20px; }
  .ingredientsArea .parallaxImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ingredientsList .slick-slide {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1181px) {
    .ingredientsList .slick-slide {
      padding-top: 128px; } }

.ingredientsList .item {
  position: relative;
  width: 160px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid rgba(84, 79, 63, 0.3);
  border-right: 1px solid rgba(84, 79, 63, 0.3);
  background-color: #202020;
  text-align: center; }
  @media (min-width: 1181px) {
    .ingredientsList .item:hover {
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); } }

.ingredientsList h3 a {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 7px;
  text-indent: 7px;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }
  @media (min-width: 1181px) {
    .ingredientsList h3 a:hover {
      color: #d7c58e; } }

.ingredientsList em {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  font-size: 12px;
  font-family: "Noto Serif TC", serif;
  color: #d7c58e;
  text-transform: uppercase; }

.storeArea {
  background: url("../images/home/storeBg.jpg") 50%/cover no-repeat; }
  .storeArea.show .idxTitleBox .dot {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .storeArea.show .idxTitleBox h2 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .storeArea.show .idxTitleBox p {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .storeArea.show .classBox {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .storeArea.show .rightBox {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .storeArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px; }
    @media (max-width: 1180px) {
      .storeArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .storeArea .rightBox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 961px) {
      .storeArea .rightBox {
        max-width: 895px; } }
    @media (max-width: 960px) {
      .storeArea .rightBox {
        max-width: 100%; } }
  @media (min-width: 1181px) {
    .storeArea .idxTitleBox {
      margin-right: 40px; } }
  @media (max-width: 1180px) {
    .storeArea .idxTitleBox {
      margin-bottom: 30px; } }
  @media (min-width: 1181px) {
    .storeArea .idxTitleBox h2 {
      top: 115px;
      right: -5px; } }
  @media (min-width: 961px) and (max-width: 1180px) {
    .storeArea .idxTitleBox h2 {
      border: none;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      padding-top: 5px;
      padding-bottom: 5px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #b1b1b1), to(#b1b1b1)), -webkit-gradient(linear, left top, right top, color-stop(0, #b1b1b1), to(#b1b1b1));
      background-image: -webkit-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%), -webkit-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%);
      background-image: -o-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%), -o-linear-gradient(left, #b1b1b1 0, #b1b1b1 100%);
      background-image: linear-gradient(to right, #b1b1b1 0, #b1b1b1 100%), linear-gradient(to right, #b1b1b1 0, #b1b1b1 100%);
      background-position: 50% 0, 50% 100%;
      background-size: 120px 1px;
      background-repeat: no-repeat; } }
  @media (max-width: 1180px) {
    .storeArea .idxTitleBox h2 {
      top: 95px;
      left: 0;
      right: 0;
      text-align: center; } }
  .storeArea .idxTitleBox .dot {
    position: absolute;
    z-index: 1; }
    @media (min-width: 1181px) {
      .storeArea .idxTitleBox .dot {
        top: 77px;
        right: -10px; } }
    @media (max-width: 1180px) {
      .storeArea .idxTitleBox .dot {
        top: 24px;
        right: 0; } }
    .storeArea .idxTitleBox .dot svg {
      width: 15px;
      height: 17px; }
  .storeArea .idxTitleBox p {
    line-height: 1.8;
    color: #fff;
    font-family: "Noto Serif TC", serif; }
    @media (min-width: 1181px) {
      .storeArea .idxTitleBox p {
        margin-top: 20px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-left: 10px;
        padding-top: 3px;
        letter-spacing: 3px; } }
    @media (max-width: 1180px) {
      .storeArea .idxTitleBox p {
        margin-top: 80px; } }
  @media (max-width: 1180px) {
    .storeArea .idxTitle {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-right: 38px; } }
  .storeArea .idxTitle > svg:first-child {
    width: 92px;
    height: 69px; }
    @media (min-width: 1181px) {
      .storeArea .idxTitle > svg:first-child {
        margin-left: 20px;
        margin-bottom: 15px; } }
  .storeArea .idxTitle > svg:nth-child(2) {
    width: 74px;
    height: 73px; }

.slickClassLink {
  border-top: 1px solid rgba(202, 202, 202, 0.3);
  border-bottom: 1px solid rgba(202, 202, 202, 0.3); }
  .slickClassLink.slickClassLink {
    display: block !important; }
  .slickClassLink li {
    display: inline-block; }
  .slickClassLink a {
    cursor: pointer; }
    @media (min-width: 1181px) {
      .slickClassLink a:hover {
        color: #fff; } }

.storeList {
  margin-left: -20px; }
  .storeList .slick-slide {
    margin-left: 20px; }
  .storeList .item {
    padding: 30px 20px;
    background-color: #202020; }
  .storeList h3 a {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 1181px) {
      .storeList h3 a:hover {
        color: #c8000a; } }
  .storeList .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    .storeList .btnBox a {
      min-width: 110px;
      padding: 8px;
      font-size: 13px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #333; }
      @media (min-width: 1181px) {
        .storeList .btnBox a:hover {
          color: #fff;
          background-color: #c8000a; } }
      .storeList .btnBox a + a {
        margin-left: 5px; }
  .storeList .prevArrow, .storeList .nextArrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
    cursor: pointer; }
  .storeList .prevArrow {
    left: -40px; }
  .storeList .nextArrow {
    right: -60px; }
  .storeList .slick-dots {
    margin-top: 20px; }

.storeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 25px; }
  .storeInfo.add a {
    display: inline-block;
    width: 20px;
    text-align: center; }
  .storeInfo.last {
    height: 40px; }
  .storeInfo + .storeInfo {
    margin-top: 10px; }
  .storeInfo span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    margin-right: 10px;
    color: #fff;
    border-right: 1px solid #fff;
    letter-spacing: 1px; }

.error404PageMainArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 291px);
  padding-top: 80px;
  font-size: 20px;
  color: #767676;
  background: url(../images/pageBg.jpg); }
  @media (max-width: 1180px) {
    .error404PageMainArea {
      padding-top: 60px;
      font-size: 16px; } }
  .error404PageMainArea .centerBox {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
  .error404PageMainArea h2 {
    margin-bottom: 5px;
    font-size: 34px; }
    @media (max-width: 480px) {
      .error404PageMainArea h2 {
        font-size: 24px; } }
  .error404PageMainArea a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    color: #c8000a; }
