@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/*

  base.scss end~~~◢◤◢◤
	　　　　　◢████◤
	　　　⊙███████◤
	　●████████◤
	　　▼　　～◥███◤
	　　▲▃▃◢███　●　　●　　●　　●　　●　　●　
	　　　　　　███／█　／█　／█　／█　／█　／█　　　◢◤
	　　　　　　█████████████████████████████████████◤

*/
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}

.css_active img:nth-child(1), .css_mover:hover img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2), .css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1), .css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2), .css_mover:hover.current img:nth-child(2) {
  display: inline;
}

.m-outWrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/*

 \
 _\,,
"-=\~     _
   \~___( ~
  _|/---\_
  \        \              public.scss end

*/
body {
  background: url(../images/body-bg.png) repeat;
  overflow-x: hidden;
}

.topmenuOutWrap {
  display: none;
  z-index: 49;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(247, 248, 248, 0.9);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.topmenuWrap {
  padding: 10px 0;
}
.topmenuWrap .logo img:nth-child(1) {
  display: inline;
}
.topmenuWrap .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .topmenuWrap .logo img:nth-child(1) {
    display: none;
  }
  .topmenuWrap .logo img:nth-child(2) {
    display: inline;
  }
}

.topmenuList {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 20px;
}
.topmenuList li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #40220f;
  margin-right: 60px;
}
.topmenuList li:last-child {
  margin-right: 0;
}
.topmenuList li:hover .ch {
  opacity: 0;
}
.topmenuList li:hover .en {
  opacity: 1;
}
.topmenuList span {
  position: absolute;
  top: -2px;
  right: calc(100% + 10px);
}
.topmenuList .ch {
  font: 18px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topmenuList .en {
  opacity: 0;
  font: 18px/1 "Crimson Text", serif;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topmenuList .current {
  color: #ef7559;
}
.topmenuList .current .ch {
  opacity: 0;
}
.topmenuList .current .en {
  opacity: 1;
}

.index-section-1 {
  width: 100%;
  height: calc(100% - 121px);
  position: relative;
}
.index-section-1 .logo {
  margin-bottom: 25px;
}
.index-section-1 .logo img:nth-child(1) {
  display: inline;
}
.index-section-1 .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .index-section-1 .logo img:nth-child(1) {
    display: none;
  }
  .index-section-1 .logo img:nth-child(2) {
    display: inline;
  }
}
.index-section-1 .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 55px;
  cursor: pointer;
}
.index-section-1 .more img:nth-child(1) {
  display: inline;
}
.index-section-1 .more img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .index-section-1 .more img:nth-child(1) {
    display: none;
  }
  .index-section-1 .more img:nth-child(2) {
    display: inline;
  }
}

.is1-pager a, .amb-sliderPager a, .nb-pager a {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
}
.is1-pager a:last-child, .amb-sliderPager a:last-child, .nb-pager a:last-child {
  margin-right: 0;
}
.is1-pager .active, .amb-sliderPager .active, .nb-pager .active {
  background-color: #ef7559;
}

.is1-pager {
  position: absolute;
  left: 85px;
  bottom: 35px;
}

.is1-deco {
  position: absolute;
  top: 0;
  right: 0;
}
.is1-deco img:nth-child(1) {
  display: inline;
}
.is1-deco img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is1-deco img:nth-child(1) {
    display: none;
  }
  .is1-deco img:nth-child(2) {
    display: inline;
  }
}

.linkWrap li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.linkWrap li:last-child {
  margin-right: 0;
}
.linkWrap li img:nth-child(1) {
  display: inline;
}
.linkWrap li img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .linkWrap li img:nth-child(1) {
    display: none;
  }
  .linkWrap li img:nth-child(2) {
    display: inline;
  }
}
.linkWrap li:hover {
  opacity: 0.6;
}

.half-raw-outWrap {
  position: relative;
  height: 100%;
}

.half-fry-outWrap {
  position: relative;
  height: 100%;
}

.half-raw-wrap, .half-fry-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.is1-logoWrap {
  z-index: 19;
  position: absolute;
  top: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.half-article {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.half-article .half-left {
  margin-left: -230px;
}
.half-article .half-right {
  margin-left: 230px;
}

.half-article.top .say {
  display: none;
  position: absolute;
  bottom: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.half-article.top .say img:nth-child(1) {
  display: inline;
}
.half-article.top .say img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .half-article.top .say img:nth-child(1) {
    display: none;
  }
  .half-article.top .say img:nth-child(2) {
    display: inline;
  }
}
.half-article.top .say-left {
  margin-left: -114px;
}
.half-article.top .say-right {
  margin-left: 344px;
}
.half-article.top .is-raw {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.half-article.bot {
  background: url(../images/index/oil-bg.png) repeat;
  background-size: cover;
}
.half-article.bot .words {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90px;
  display: none;
}
.half-article.bot .words img:nth-child(1) {
  display: inline;
}
.half-article.bot .words img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .half-article.bot .words img:nth-child(1) {
    display: none;
  }
  .half-article.bot .words img:nth-child(2) {
    display: inline;
  }
}
.half-article.bot .is-fry {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-section-2 {
  width: 916px;
  margin: 0 auto 55px;
}

#wave-1-wrap {
  width: 100%;
  height: 207px;
  position: relative;
  top: -100px;
  z-index: 79;
  pointer-events: none;
}

#wave-2-wrap {
  width: 100%;
  position: absolute;
  top: -168px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.is2-headWrap {
  position: relative;
  padding-left: 108px;
}
.is2-headWrap .flag {
  position: absolute;
  left: 0;
  bottom: 0;
}
.is2-headWrap .flag img:nth-child(1) {
  display: inline;
}
.is2-headWrap .flag img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is2-headWrap .flag img:nth-child(1) {
    display: none;
  }
  .is2-headWrap .flag img:nth-child(2) {
    display: inline;
  }
}
.is2-headWrap .container {
  margin-bottom: 18px;
}
.is2-headWrap .container span {
  display: inline-block;
  vertical-align: middle;
}
.is2-headWrap .head-ch {
  margin-right: 18px;
}
.is2-headWrap .head-ch img:nth-child(1) {
  display: inline;
}
.is2-headWrap .head-ch img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is2-headWrap .head-ch img:nth-child(1) {
    display: none;
  }
  .is2-headWrap .head-ch img:nth-child(2) {
    display: inline;
  }
}
.is2-headWrap .head-en {
  font: 25px/1 "Crimson Text", serif;
  color: #ef7559;
}
.is2-headWrap .wave {
  margin-bottom: 18px;
}
.is2-headWrap .wave img:nth-child(1) {
  display: inline;
}
.is2-headWrap .wave img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is2-headWrap .wave img:nth-child(1) {
    display: none;
  }
  .is2-headWrap .wave img:nth-child(2) {
    display: inline;
  }
}
.is2-headWrap .content {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  width: 340px;
}

.about-foodWrap {
  margin: 0 auto -90px;
  position: relative;
}
.about-foodWrap .shrip-1 {
  position: absolute;
  left: -637px;
  bottom: 509px;
  -webkit-transform: rotate(990deg);
  transform: rotate(990deg);
}
.about-foodWrap .shrip-1 img:nth-child(1) {
  display: inline;
}
.about-foodWrap .shrip-1 img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .about-foodWrap .shrip-1 img:nth-child(1) {
    display: none;
  }
  .about-foodWrap .shrip-1 img:nth-child(2) {
    display: inline;
  }
}
.about-foodWrap .shrip-2 {
  position: absolute;
  left: 270px;
  bottom: -457px;
  -webkit-transform: rotate(-990deg);
  transform: rotate(-990deg);
}
.about-foodWrap .shrip-2 img:nth-child(1) {
  display: inline;
}
.about-foodWrap .shrip-2 img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .about-foodWrap .shrip-2 img:nth-child(1) {
    display: none;
  }
  .about-foodWrap .shrip-2 img:nth-child(2) {
    display: inline;
  }
}

.rawFood {
  position: relative;
  top: -90px;
  left: 110px;
}
.rawFood .raw-all {
  opacity: 0;
  pointer-events: none;
}
.rawFood .log {
  position: absolute;
}
.rawFood .log img:nth-child(1) {
  display: inline;
}
.rawFood .log img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rawFood .log img:nth-child(1) {
    display: none;
  }
  .rawFood .log img:nth-child(2) {
    display: inline;
  }
}
.rawFood .content {
  font: bold 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  position: absolute;
  width: 230px;
}
.rawFood .pic img:nth-child(1) {
  display: inline;
}
.rawFood .pic img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rawFood .pic img:nth-child(1) {
    display: none;
  }
  .rawFood .pic img:nth-child(2) {
    display: inline;
  }
}
.rawFood .food-1 {
  position: absolute;
  top: 120px;
  left: 429px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.rawFood .food-1 .log {
  top: -140px;
  left: 37px;
}
.rawFood .food-1 .content {
  top: -65px;
  left: 121px;
}
.rawFood .food-2 {
  position: absolute;
  top: 180px;
  left: 88px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.rawFood .food-2 .log {
  top: 142px;
  left: -77px;
}
.rawFood .food-2 .content {
  top: 248px;
  left: -50px;
}
.rawFood .food-3 {
  position: absolute;
  top: 370px;
  left: 360px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.rawFood .food-3 .log {
  top: 30px;
  left: 328px;
}
.rawFood .food-3 .content {
  top: 135px;
  left: 370px;
}
.rawFood .food-is-show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cookedFood {
  position: absolute;
  top: -41px;
  left: 193px;
}
.cookedFood .cooked-all {
  opacity: 0;
  pointer-events: none;
}
.cookedFood .cooked-food {
  position: absolute;
  top: 10px;
  left: 92px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cookedFood .cooked-say-1 {
  position: absolute;
  top: 205px;
  left: 0;
  opacity: 0;
}
.cookedFood .cooked-say-1 img:nth-child(1) {
  display: inline;
}
.cookedFood .cooked-say-1 img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .cookedFood .cooked-say-1 img:nth-child(1) {
    display: none;
  }
  .cookedFood .cooked-say-1 img:nth-child(2) {
    display: inline;
  }
}
.cookedFood .cooked-say-2 {
  position: absolute;
  top: -70px;
  left: 592px;
  opacity: 0;
}
.cookedFood .cooked-say-2 img:nth-child(1) {
  display: inline;
}
.cookedFood .cooked-say-2 img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .cookedFood .cooked-say-2 img:nth-child(1) {
    display: none;
  }
  .cookedFood .cooked-say-2 img:nth-child(2) {
    display: inline;
  }
}
.cookedFood .food-is-show {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cookedFood .food-is-bounce {
  -webkit-animation: food-bounce 0.5s 0.8s;
  animation: food-bounce 0.5s 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes food-bounce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes food-bounce {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-bounce {
  -webkit-animation: food-bounce 0.5s;
  animation: food-bounce 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.index-section-3 {
  position: relative;
  margin-bottom: 20px;
}

.is3-deco {
  z-index: -1;
  position: absolute;
  top: -203px;
  right: 0;
}
.is3-deco img:nth-child(1) {
  display: inline;
}
.is3-deco img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is3-deco img:nth-child(1) {
    display: none;
  }
  .is3-deco img:nth-child(2) {
    display: inline;
  }
}

.is3-flag {
  margin-bottom: 20px;
}
.is3-flag img:nth-child(1) {
  display: inline;
}
.is3-flag img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is3-flag img:nth-child(1) {
    display: none;
  }
  .is3-flag img:nth-child(2) {
    display: inline;
  }
}

.is3-sliderWrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.is3-sliderWrap .is3-prev, .is3-sliderWrap .is3-next {
  position: absolute;
  top: 110px;
  left: -80px;
  cursor: pointer;
}
.is3-sliderWrap .is3-prev img:nth-child(1), .is3-sliderWrap .is3-next img:nth-child(1) {
  display: inline;
}
.is3-sliderWrap .is3-prev img:nth-child(2), .is3-sliderWrap .is3-next img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is3-sliderWrap .is3-prev img:nth-child(1), .is3-sliderWrap .is3-next img:nth-child(1) {
    display: none;
  }
  .is3-sliderWrap .is3-prev img:nth-child(2), .is3-sliderWrap .is3-next img:nth-child(2) {
    display: inline;
  }
}
.is3-sliderWrap .is3-prev:hover, .is3-sliderWrap .is3-next:hover {
  opacity: 0.6;
}
.is3-sliderWrap .is3-next {
  left: auto;
  right: -80px;
}

.is3-sliderList {
  text-align: center;
}
.is3-sliderList li {
  display: inline-block;
  vertical-align: top;
}
.is3-sliderList .pic {
  margin-bottom: 30px;
}
.is3-sliderList .title-ch {
  font: 23px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  margin-bottom: 12px;
}
.is3-sliderList .title-en {
  font: 15px/1 "Crimson Text", serif;
  color: #956134;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.is3-sliderList .title-en:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 128px;
  height: 1px;
  background-color: #ef7559;
}
.is3-sliderList .note {
  font: 15px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}

.index-section-4 {
  margin-bottom: 60px;
}

.is4-flag {
  margin-bottom: 33px;
}
.is4-flag img:nth-child(1) {
  display: inline;
}
.is4-flag img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .is4-flag img:nth-child(1) {
    display: none;
  }
  .is4-flag img:nth-child(2) {
    display: inline;
  }
}

.shopWrap .sw-headWrap {
  padding-bottom: 18px;
  border-bottom: 1px solid #ef7559;
  margin-bottom: 26px;
}
.shopWrap .sw-headWrap span {
  display: inline-block;
  vertical-align: middle;
  font: 18px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 12px;
  border-radius: 20px;
  padding: 6px 11px;
}
.shopWrap .bg-is-red {
  background-color: #ef7559;
}
.shopWrap .bg-is-gray {
  background-color: #b5b5b6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shopWrap .bg-is-gray:hover {
  background-color: #ef7559;
}
.shopWrap .current {
  background-color: #ef7559;
  cursor: default;
}

.shopList li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 60px;
}
.shopList li:nth-child(3n) {
  margin-right: 0;
}
.shopList .titleWrap {
  margin-bottom: 26px;
}
.shopList .titleWrap span {
  display: inline-block;
  vertical-align: middle;
}
.shopList .title-ch {
  font: 20px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  margin-right: 10px;
}
.shopList .title-en {
  font: 20px/1 "Crimson Text", serif;
  color: #ef7559;
}
.shopList .content {
  font: 15px/1.6 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}
.shopList .map {
  border: 1px solid #956134;
  border-radius: 20px;
  padding: 2px 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.shopList .map:hover {
  border-color: #ef7559;
  background-color: #ef7559;
  color: #fff;
}
.shopList .opentime {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ef7559;
}

.footerWrap {
  padding-bottom: 40px;
  position: relative;
}

.footer-container-1 {
  font: 12px/1.5 "Crimson Text", serif;
  color: #956134;
}
.footer-container-1 span {
  display: inline-block;
  vertical-align: middle;
}
.footer-container-1 .logo {
  margin-right: 35px;
}
.footer-container-1 .logo img:nth-child(1) {
  display: inline;
}
.footer-container-1 .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-container-1 .logo img:nth-child(1) {
    display: none;
  }
  .footer-container-1 .logo img:nth-child(2) {
    display: inline;
  }
}
.footer-container-1 .link {
  margin-right: 15px;
}
.footer-container-1 .link img:nth-child(1) {
  display: inline;
}
.footer-container-1 .link img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-container-1 .link img:nth-child(1) {
    display: none;
  }
  .footer-container-1 .link img:nth-child(2) {
    display: inline;
  }
}
.footer-container-1 .link:hover {
  opacity: 0.6;
}
.footer-container-1 .copyright {
  margin-left: 20px;
}

.footer-container-2 {
  position: absolute;
  top: 32px;
  right: 0;
  font: 15px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}
.footer-container-2 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.footer-container-2 span:last-child {
  margin-right: 0;
}
.footer-container-2 span:hover {
  color: #40220f;
}

.image-2x img:nth-child(1) {
  display: inline;
}
.image-2x img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .image-2x img:nth-child(1) {
    display: none;
  }
  .image-2x img:nth-child(2) {
    display: inline;
  }
}

.top-navWrap {
  margin-top: 44px;
  width: 1200px;
}

.topNavList {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.topNavList li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #956134;
  margin-right: 60px;
}
.topNavList li:last-child {
  margin-right: 0;
}
.topNavList .current {
  color: #ef7559;
}
.topNavList span {
  position: absolute;
  top: 0;
  right: calc(100% + 13px);
}
.topNavList .ch {
  font: 16px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.topNavList .en {
  font: 16px/1 "Crimson Text", serif;
}
.topNavList .uber {
  position: relative;
}
.topNavList .uber nav {
  z-index: 1;
  padding: 12px 20px 0;
  text-align: left;
  position: absolute;
  width: 170px;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f8f8;
  display: none;
}
.topNavList .uber nav .line img {
  width: 128px;
}
.topNavList .uber nav .item {
  color: #8e623c;
  letter-spacing: 1px;
  font-family: "メイリオ", Meiryo, "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
.topNavList .uber nav .item .title {
  padding-bottom: 6px;
  margin-bottom: 4px;
  padding-left: 20px;
  margin-top: 6px;
}
.topNavList .uber nav .item .sub {
  padding-left: 20px;
}
.topNavList .uber nav .item .sub li {
  padding: 6px 0;
  margin-right: 0;
}
.topNavList .uber nav .item .sub li span {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 6px;
}
.topNavList .uber nav .item .sub li span img {
  width: 3px;
  margin-right: 5px;
}

.about-section-1 {
  margin: 180px auto 126px;
  position: relative;
}

.set-dib--vat {
  display: inline-block;
  vertical-align: top;
}

.set-dib--vam {
  display: inline-block;
  vertical-align: middle;
}

.set-dib--vab {
  display: inline-block;
  vertical-align: bottom;
}

.basic-content {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
}

.as1-list {
  width: 1188px;
  margin: 0 auto;
}
.as1-list li {
  margin-bottom: 104px;
}
.as1-list li:last-child {
  margin-bottom: 0;
}
.as1-list li > div {
  opacity: 0;
}
.as1-list .space {
  margin-right: 30px;
}
.as1-list .content {
  padding-top: 93px;
  width: 460px;
}

@-webkit-keyframes as1-from-left {
  0% {
    position: relative;
    left: -150px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0;
    opacity: 1;
  }
}
@keyframes as1-from-left {
  0% {
    position: relative;
    left: -150px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes as1-from-right {
  0% {
    position: relative;
    right: -150px;
    opacity: 0;
  }
  100% {
    position: relative;
    right: 0;
    opacity: 1;
  }
}
@keyframes as1-from-right {
  0% {
    position: relative;
    right: -150px;
    opacity: 0;
  }
  100% {
    position: relative;
    right: 0;
    opacity: 1;
  }
}
.as1-move-from-left {
  -webkit-animation: as1-from-left 1.5s;
  animation: as1-from-left 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.as1-move-from-right {
  -webkit-animation: as1-from-right 1.5s;
  animation: as1-from-right 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes stamp {
  0% {
    -webkit-transform: scale(1.3) translate(-20px, -90px);
    transform: scale(1.3) translate(-20px, -90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes stamp {
  0% {
    -webkit-transform: scale(1.3) translate(-20px, -90px);
    transform: scale(1.3) translate(-20px, -90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}
.stamp--animate {
  -webkit-animation: stamp 0.8s cubic-bezier(0, 0.43, 0.02, 1.1);
  animation: stamp 0.8s cubic-bezier(0, 0.43, 0.02, 1.1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#as1-wave-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 170px;
  z-index: -1;
}

.about-middleBanner {
  position: relative;
  margin-bottom: 128px;
}
.about-middleBanner .sloganWrap {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-middleBanner .sloganToggle {
  display: none;
}
.about-middleBanner .sloganToggle:first-child {
  display: block;
}
.about-middleBanner .title {
  font: 34px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 26px;
}
.about-middleBanner .content {
  color: #fff;
}

.amb-sliderWrap {
  position: relative;
}
.amb-sliderWrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(89, 87, 87, 0.1);
}

.amb-sliderList li {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.amb-sliderList li > img {
  opacity: 0;
}
.amb-sliderList img {
  width: 100%;
  height: auto;
}

.amb-sliderPager {
  z-index: 4;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.about-award {
  margin-bottom: 227px;
}
.about-award .flag {
  margin-right: 20px;
}
.about-award .content {
  width: 664px;
}

.award-pic {
  padding-bottom: 336px;
  position: relative;
}
.award-pic .stamp {
  position: absolute;
  top: -120px;
  left: -100px;
  opacity: 0;
}

.award-bg {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

.news-banner {
  padding-top: 76px;
  position: relative;
  margin-bottom: 148px;
}

.nb-pager {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.newsCatWrap {
  margin-right: 50px;
}

.newsCatList {
  font: 20px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
}
.newsCatList li {
  position: relative;
  margin-bottom: 15px;
}
.newsCatList li:last-child {
  margin-bottom: 0;
}
.newsCatList span {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -19px;
  z-index: -1;
}
.newsCatList .current span {
  display: block;
}

.newsListWrap {
  width: 880px;
  margin-bottom: 158px;
}

.newsList li {
  position: relative;
  margin-bottom: 130px;
}
.newsList .date {
  font: 18px/1 "Crimson Text", serif;
  color: #40220f;
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ef7559;
}
.newsList .cat {
  font: 12px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  position: absolute;
  top: -4px;
  right: 0;
  border: 1px solid #40220f;
  border-radius: 14px;
  padding: 4px 8px;
}
.newsList .title {
  font: 18px/1.5 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #956134;
  margin-bottom: 24px;
  width: 460px;
}
.newsList .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  width: 460px;
}
.newsList .pic {
  position: absolute;
  top: 62px;
  right: 0;
}

.news-pager {
  text-align: right;
}
.news-pager a {
  margin-right: 14px;
}
.news-pager a:last-child {
  margin-right: 0;
}

.nb-list img {
  width: 100%;
  height: auto;
}

.menuWrap {
  margin: 186px auto 0;
}

.menuList {
  margin-bottom: 154px;
}
.menuList .head {
  margin-bottom: 46px;
}
.menuList .itemWrap {
  padding: 0 23px;
}
.menuList .item {
  margin-right: 60px;
  cursor: pointer;
  text-align: center;
  width: 213px;
}
.menuList .item:nth-child(4n) {
  margin-right: 0;
}
.menuList .item:hover .pic > img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menuList .pic {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 25px;
}
.menuList .pic > img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.menuList .pic .plus {
  position: absolute;
  right: 0;
  bottom: 0;
}
.menuList .pic .plus:hover {
  opacity: 0.5;
}
.menuList .title-ch {
  font: 23px/1.5 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  margin-bottom: 3px;
}
.menuList .title-en {
  font: 15px/1.8 "Crimson Text", serif;
  color: #956134;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.menuList .title-en:after {
  content: '';
  display: block;
  width: 128px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #ef7559;
}
.menuList .icon span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.menuList .icon span:last-child {
  margin-right: 0;
}

#mw-wave-wrap {
  width: 100%;
  height: 160px;
  position: relative;
  top: -45px;
}

.recruitWrap {
  margin-top: 108px;
  text-align: center;
}

.cw-head {
  margin-bottom: 50px;
}
.cw-head img:nth-child(1) {
  display: inline;
}
.cw-head img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .cw-head img:nth-child(1) {
    display: none;
  }
  .cw-head img:nth-child(2) {
    display: inline;
  }
}

.cw-content {
  line-height: 2.8;
  margin-bottom: 93px;
}

.cw-pic {
  margin-bottom: 75px;
}

.ideaList {
  width: 820px;
  margin: 0 auto;
}
.ideaList li {
  display: inline-block;
  vertical-align: top;
  margin: 0 74px 70px;
}
.ideaList .pic {
  margin-bottom: 26px;
}
.ideaList .pic img:nth-child(1) {
  display: inline;
}
.ideaList .pic img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ideaList .pic img:nth-child(1) {
    display: none;
  }
  .ideaList .pic img:nth-child(2) {
    display: inline;
  }
}
.ideaList .title-ch {
  font: 23px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #40220f;
  margin-bottom: 16px;
}
.ideaList .title-en {
  font: 21px/1 "Crimson Text", serif;
  color: #956134;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.ideaList .title-en:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 111px;
  height: 1px;
  background-color: #ef7559;
}
.ideaList .content {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}

.welfareWrap {
  text-align: left;
  width: 960px;
  margin: 0 auto 60px;
}
.welfareWrap .container {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.welfareWrap .title {
  font: bold 18px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #40220f;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  position: relative;
  top: 5px;
}
.welfareWrap .content {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  margin-bottom: 58px;
  display: inline-block;
  vertical-align: top;
  width: 260px;
}

.cw-custom-idea {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 50px;
}

.cw-bold {
  font-size: 18px;
  font-weight: bold;
}

.go104 {
  margin-bottom: 170px;
  text-align: center;
}
.go104:hover {
  opacity: 0.7;
}

.cw-align-left {
  text-align: left;
}

.cw-custom-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.store-marqueeWrap {
  margin: 124px auto 65px;
  overflow: hidden;
}

.store-marqueeList {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.store-marqueeList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  cursor: pointer;
}
.store-marqueeList .pic {
  margin-bottom: 23px;
}
.store-marqueeList .pic img {
  width: auto;
  height: 310px;
}
.store-marqueeList .title {
  text-align: right;
}
.store-marqueeList .ch {
  font: 15px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #ef7559;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.store-marqueeList .ch:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #ef7559;
}
.store-marqueeList .en {
  font: 15px/1 "Crimson Text", serif;
  color: #ef7559;
}

.feature-section-1 {
  position: relative;
  margin: 123px auto 517px;
}

.food-container {
  position: relative;
  width: 756px;
  margin: 0 auto;
}

.food--all .food {
  position: absolute;
  top: 64px;
  left: 137px;
  opacity: 0;
}
.food--all .talk-1 {
  position: absolute;
  top: 218px;
  left: 0;
  opacity: 0;
}
.food--all .talk-2 {
  position: absolute;
  top: 0;
  right: -80px;
  opacity: 0;
}

.fs1-flag {
  position: absolute;
  top: -37px;
  left: -8px;
}

.fs1-title {
  margin-bottom: 20px;
}

.fs1-info-1 {
  position: absolute;
  left: -150px;
  bottom: -180px;
}

.fs1-info-2 {
  position: absolute;
  left: 650px;
  bottom: 0;
}

.fs1-info-3 {
  position: absolute;
  left: 344px;
  bottom: -380px;
}

.fs1-info-content {
  padding-left: 71px;
}

#fs1-wave-wrap {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -216px;
  width: 100%;
  height: 160px;
}

.fs1-bg {
  position: absolute;
  top: -40px;
  right: 50px;
  z-index: -1;
}

.feature-section-2 {
  position: relative;
  margin-bottom: 200px;
}

.fs2-eat {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.fs2-eat .pic {
  margin-right: 30px;
}
.fs2-eat .content {
  font: 22px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 20px;
}
.fs2-eat .offset-1 {
  position: absolute;
  right: -90px;
  top: -60px;
}
.fs2-eat .offset-2 {
  position: absolute;
  right: -90px;
  top: -110px;
}

.fs-eat-custom-1 {
  margin-bottom: 510px;
  margin-right: 40px;
  opacity: 0;
}

.fs-eat-custom-2 {
  position: relative;
  top: 246px;
  opacity: 0;
}

.fs-eat-custom-3 {
  opacity: 0;
}

.fs-eat-custom-4 {
  margin-left: 532px;
  position: relative;
  top: -136px;
  margin-bottom: 466px;
  opacity: 0;
}

.fs2-circle-img {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  margin: 40px;
}
.fs2-circle-img img {
  width: 100%;
  height: auto;
}

#fs2-wave-wrap {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 700px;
  width: 100%;
  height: 170px;
}

#fs2-wave-wrap-2 {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 1900px;
  width: 100%;
  height: 170px;
}

.fs2-bg {
  position: absolute;
  top: -30px;
  right: 40px;
}

.fs2-shrip {
  opacity: 0;
  position: absolute;
  top: 493px;
  right: 0;
}
.fs2-shrip .shrip {
  position: absolute;
  top: 0;
  right: 0;
}
.fs2-shrip .talk {
  position: absolute;
  top: 122px;
  right: 543px;
}

.fs2-teapot {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fs2-teapot .teapot {
  position: absolute;
  top: 0;
  right: 0;
}
.fs2-teapot .talk {
  position: absolute;
  top: 217px;
  right: 419px;
}

.m-fancyWrap {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.fancyCloseBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
}

.menu-fancy {
  background: url(../images/menu/fancy-bg.png) repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .menu-fancy {
    padding: 20px 50px;
  }
}
.menu-fancy .fancyClose {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
.menu-fancy .fancyClose:hover {
  opacity: 0.5;
}

.mf-infoWrap {
  display: inline-block;
  vertical-align: middle;
  width: 321px;
  white-space: normal;
}
.mf-infoWrap .title-ch {
  font: 33px/1.5 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
}
.mf-infoWrap .title-en {
  font: 22px/1.5 "Crimson Text", serif;
  color: #956134;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .mf-infoWrap .title-en {
    margin-bottom: 0;
  }
}
.mf-infoWrap .price {
  font: 15px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mf-infoWrap .intro {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
  padding: 19px 0;
  border-bottom: 1px solid #ef7559;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .mf-infoWrap .intro {
    padding: 8px 0;
  }
}
.mf-infoWrap .material {
  padding: 40px 0 31px;
  border-bottom: 1px solid #ef7559;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .mf-infoWrap .material {
    padding: 15px 0 11px;
  }
}
.mf-infoWrap .material li {
  display: inline-block;
  vertical-align: middle;
  min-width: 124px;
  margin-bottom: 9px;
  margin-right: 25px;
}
.mf-infoWrap .material .ch {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}
.mf-infoWrap .material .en {
  font: 15px/1 "Crimson Text", serif;
  color: #ef7559;
  padding-left: 15px;
  white-space: nowrap;
}
.mf-infoWrap .note {
  font: 12px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #956134;
}
.mf-infoWrap .note li {
  margin-bottom: 5px;
}
.mf-infoWrap .dot {
  position: relative;
}
.mf-infoWrap .dot:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #956134;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.mf-pic {
  display: inline-block;
  vertical-align: middle;
}

.opacity-is-0 {
  opacity: 0;
}

@-webkit-keyframes fromLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fromDown {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromDown {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromUp {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromUp {
  0% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-fromLeft {
  -webkit-animation: fromLeft 1s;
  animation: fromLeft 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-fromRight {
  -webkit-animation: fromRight 1s;
  animation: fromRight 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-zoomIn {
  -webkit-animation: zoomIn 1s;
  animation: zoomIn 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-fromDown {
  -webkit-animation: fromDown 1s;
  animation: fromDown 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-fromUp {
  -webkit-animation: fromUp 1s;
  animation: fromUp 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shripAlive {
  0% {
    -webkit-transform: translate(80px, 90px) rotate(-16deg);
    transform: translate(80px, 90px) rotate(-16deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  /* 70%{*/
  /* 	transform: rotate(6deg);*/
  /* }*/
  /* 80%{*/
  /* 	transform: rotate(-5deg);*/
  /* }*/
  /* 84%{*/
  /* 	transform: rotate(4deg);*/
  /* }*/
  /* 86%{*/
  /* 	transform: rotate(-2deg);*/
  /* }*/
  100% {
    opacity: 1;
  }
}
@keyframes shripAlive {
  0% {
    -webkit-transform: translate(80px, 90px) rotate(-16deg);
    transform: translate(80px, 90px) rotate(-16deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  /* 70%{*/
  /* 	transform: rotate(6deg);*/
  /* }*/
  /* 80%{*/
  /* 	transform: rotate(-5deg);*/
  /* }*/
  /* 84%{*/
  /* 	transform: rotate(4deg);*/
  /* }*/
  /* 86%{*/
  /* 	transform: rotate(-2deg);*/
  /* }*/
  100% {
    opacity: 1;
  }
}
.animate-shripAlive {
  -webkit-animation: shripAlive 2s;
  animation: shripAlive 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.contactWrap {
  width: 890px;
  margin: 168px auto 150px;
}

.cw-section-1 {
  position: relative;
  margin-bottom: 142px;
}
.cw-section-1 .head {
  position: absolute;
  top: -56px;
  left: -119px;
}
.cw-section-1 .content {
  font: 15px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
}

.cw-section-2 {
  position: relative;
  border-top: 1px solid #ef7559;
  padding-top: 52px;
}
.cw-section-2 .head {
  position: absolute;
  top: -46px;
  left: -119px;
}
.cw-section-2 .title {
  font: 23px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #40220f;
  margin-bottom: 40px;
}
.cw-section-2 .info {
  font: 15px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #40220f;
}
.cw-section-2 .info li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 43px;
}
.cw-section-2 .info span {
  margin-right: 8px;
}

.enterWrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/enter/bg.png) repeat;
  cursor: pointer;
}

.enter-food {
  z-index: 19;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -72px;
}
@media screen and (max-width: 1366px) {
  .enter-food img {
    width: 508px;
  }
}

.enter-rain-1 {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6%;
  margin-left: -246px;
}

.enter-rain-2 {
  opacity: 0;
  z-index: 59;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10%;
  margin-left: 46px;
}

.enter-rain-3 {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2%;
  margin-left: 247px;
}

.enter-rain-4 {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 19%;
  margin-left: -86px;
}

.enter-rain-5 {
  opacity: 0;
  z-index: 59;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 19%;
  margin-left: 94px;
}

.enter-rain-6 {
  opacity: 0;
  z-index: 59;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 29%;
  margin-left: 197px;
}

.enter-rain-7 {
  opacity: 0;
  z-index: 59;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 37%;
  margin-left: -171px;
}

.enter-word-1 {
  opacity: 0;
  z-index: 9;
  width: 348px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 374px;
  margin-left: -364px;
}
@media screen and (max-width: 1366px) {
  .enter-word-1 {
    width: 248px;
    bottom: 290px;
  }
}

.enter-word-2 {
  opacity: 0;
  z-index: 39;
  width: 303px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 374px;
}
@media screen and (max-width: 1366px) {
  .enter-word-2 {
    width: 234px;
    bottom: 278px;
  }
}

.enter-word-3 {
  opacity: 0;
  z-index: 9;
  width: 351px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 374px;
  margin-left: 385px;
}
@media screen and (max-width: 1366px) {
  .enter-word-3 {
    width: 258px;
    bottom: 267px;
  }
}

.cls-1 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cls-1.is-black {
  fill: #000;
  opacity: 0.7;
}

.enter-tenkichiyaWrap {
  width: 100%;
  height: 158px;
  position: absolute;
  left: 0;
  bottom: 63px;
  background: url(../images/enter/enter-bg.svg) no-repeat;
  background-size: auto 100%;
  -webkit-animation: enter-bg-marquee 250s infinite linear;
  animation: enter-bg-marquee 250s infinite linear;
}

.tenkichiyaContainer .t, .tenkichiyaContainer .e, .tenkichiyaContainer .n, .tenkichiyaContainer .k, .tenkichiyaContainer .i, .tenkichiyaContainer .c, .tenkichiyaContainer .h, .tenkichiyaContainer .y, .tenkichiyaContainer .a {
  position: relative;
  top: 12px;
}
.tenkichiyaContainer .t svg, .tenkichiyaContainer .e svg, .tenkichiyaContainer .n svg, .tenkichiyaContainer .k svg, .tenkichiyaContainer .i svg, .tenkichiyaContainer .c svg, .tenkichiyaContainer .h svg, .tenkichiyaContainer .y svg, .tenkichiyaContainer .a svg {
  height: 73px;
}
@media screen and (max-width: 1366px) {
  .tenkichiyaContainer .t svg, .tenkichiyaContainer .e svg, .tenkichiyaContainer .n svg, .tenkichiyaContainer .k svg, .tenkichiyaContainer .i svg, .tenkichiyaContainer .c svg, .tenkichiyaContainer .h svg, .tenkichiyaContainer .y svg, .tenkichiyaContainer .a svg {
    height: 54px;
  }
}

.tenkichiyaContainer {
  z-index: 19;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 988px;
  text-align: justify;
}
.tenkichiyaContainer:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  display: inline-block;
}
.tenkichiyaContainer span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0;
}
.tenkichiyaContainer .t {
  z-index: 29;
}
.tenkichiyaContainer .e {
  z-index: 29;
}
.tenkichiyaContainer .n {
  z-index: 29;
}
.tenkichiyaContainer .k {
  z-index: 29;
}
.tenkichiyaContainer .i {
  z-index: 29;
}
.tenkichiyaContainer .c {
  z-index: 29;
}
.tenkichiyaContainer .h {
  z-index: 29;
}
.tenkichiyaContainer .lowZindex {
  z-index: 9;
}
.tenkichiyaContainer .highZindex {
  z-index: 59;
}

.etw-svg-class {
  fill: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.etw-svg-class.is-black {
  fill: #000;
  opacity: 0.7;
}

@-webkit-keyframes enter-bg-marquee {
  0% {
    background-position-x: -84px;
  }
  100% {
    background-position-x: -2450px;
  }
}
@keyframes enter-bg-marquee {
  0% {
    background-position-x: -84px;
  }
  100% {
    background-position-x: -2450px;
  }
}
.rain-animate-top {
  -webkit-animation: rain-from-top 0.5s both;
  animation: rain-from-top 0.5s both;
  /* animation: rain-from-top 0.5s, rain-repeat-y 1s 0.5s infinite alternate linear;*/
}

.rain-animate-left {
  -webkit-animation: rain-from-left 0.5s, rain-repeat-y 1s 0.5s infinite alternate linear;
  animation: rain-from-left 0.5s, rain-repeat-y 1s 0.5s infinite alternate linear;
}

@-webkit-keyframes rain-from-top {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -150px);
    transform: translate(-50%, -150px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@keyframes rain-from-top {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -150px);
    transform: translate(-50%, -150px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes rain-from-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@keyframes rain-from-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  90% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@-webkit-keyframes rain-repeat-y {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}
@keyframes rain-repeat-y {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }
}
@-webkit-keyframes word-repeat-x {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes word-repeat-x {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes tenkichi-from-x {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes tenkichi-from-x {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tenkichi-animate-x {
  -webkit-animation: tenkichi-from-x 2s linear both;
  animation: tenkichi-from-x 2s linear both;
}

.word-animate-x {
  -webkit-animation: word-repeat-x 2s linear both;
  animation: word-repeat-x 2s linear both;
  /* animation: word-repeat-x 4s infinite alternate linear;*/
}

.popup {
  position: absolute;
  text-align: center;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup > img {
  height: 100%;
  width: auto;
}
.popup .close {
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
}
.popup .close:hover {
  opacity: 0.7;
}

.shrip-animate-1 {
  -webkit-animation: shrip1 4s both;
  animation: shrip1 4s both;
}

.shrip-animate-2 {
  -webkit-animation: shrip2 4s both;
  animation: shrip2 4s both;
}

@-webkit-keyframes shrip1 {
  100% {
    left: -167px;
    bottom: 239px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shrip1 {
  100% {
    left: -167px;
    bottom: 239px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes shrip2 {
  100% {
    left: -40px;
    bottom: 23px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes shrip2 {
  100% {
    left: -40px;
    bottom: 23px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.fs-rotate-fixed {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  margin-bottom: 5px;
}

.fs1-i2-title {
  margin-bottom: 0px;
  position: relative;
  left: 10px;
}
