@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700&display=swap&subset=chinese-traditional");
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;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

html, body {
  font-size: 20px;
  font-family: 'Noto Serif TC', serif;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #eee6d6;
}

a {
  outline: none;
}

header a:link,
header a:visited {
  color: #fff;
}

.header-bg a:link,
.header-bg a:visited {
  color: #000;
}

header a:hover,
header a:active,
.header-bg a:hover,
.header-bg a:active {
  color: #f5d442;
}

header a,
.header-bg a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color .15s ease-in;
  transition: color .15s ease-in;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  header a,
  .header-bg a {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 992px) {
  header a,
  .header-bg a {
    font-size: 1rem;
  }
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #d3022b;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 992px) {
  header {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

header .menu-container {
  position: relative;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header .menu-container .home {
  display: inline;
}

header .header-links,
header .header-icons,
header ul,
header li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

header .header-links {
  position: relative;
  width: 67%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  header .header-links {
    display: none;
  }
}

header .header-links ul.about {
  display: none;
}

header .header-icons {
  width: 20%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  header .header-icons {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 2%;
  }
}

header ul.links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

header ul.links li {
  cursor: pointer;
  margin: 0 1.5%;
}

header ul.icons {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 992px) {
  header ul.icons {
    position: absolute;
    text-align: right;
  }
}

header ul.icons li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 2%;
}

@media only screen and (max-width: 1200px) {
  header ul.icons li {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 992px) {
  header ul.icons li {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 768px) {
  header ul.icons li {
    width: 30px;
    height: 30px;
  }
}

header ul.icons li a {
  font-size: 0;
}

header ul.icons li:nth-child(1) {
  background: url(../images/icon_heart.png) center/contain no-repeat;
}

header ul.icons li:nth-child(2) {
  background: url(../images/icon_cart.png) center/contain no-repeat;
}

header ul.icons li:nth-child(3) {
  background: url(../images/icon_member.png) center/contain no-repeat;
}

header ul.icons li:nth-child(4) {
  background: url(../images/icon_store.png) center/contain no-repeat;
}

header .btn-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  header .btn-menu {
    display: inline-block;
  }
}

header .btn-menu {
  position: relative;
  vertical-align: top;
  width: 80px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  header .btn-menu {
    width: 50px;
    height: 20px;
  }
}

header .btn-menu span {
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .btn-menu:before,
header .btn-menu:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  background: #fff;
  left: 50%;
}

header .btn-menu:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

header .btn-menu:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

header .logo {
  display: inline-block;
  vertical-align: top;
  width: 11%;
  max-width: 150px;
  padding-top: 5%;
  background: url(../images/logo.png) center top/contain no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  header .logo {
    width: 15%;
    min-width: 130px;
    padding-top: 9%;
    margin-top: 15px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .logo {
    margin-top: 17px;
    margin-left: 0;
    min-width: 100px;
  }
}

.header-bg {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-bg {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in, -webkit-transform .3s ease-in;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:before,
  .header-bg .btn-close span:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #8d7050;
    top: 50%;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 5% 0% 3% 0%;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .header-bg .header-links {
    width: 200px;
    padding: 10% 0%;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(140, 110, 80, 0.5);
    font-size: 0;
    padding: 20px 0px;
    color: #fff;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg .header-links ul.about li a {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links {
    top: 0;
    padding: 0 20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links li {
    display: block;
    margin: 0 0 20% 0;
    text-align: center;
    padding-bottom: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .header-bg ul.links li {
    padding-bottom: 15%;
    margin: 0 0 15% 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-bg ul.links li:not(:last-child) {
    border-bottom: 1px solid #8d7050;
  }
}

@media only screen and (max-width: 576px) {
  .header-bg a {
    font-size: 0.9rem;
  }
}

.banner {
  margin-top: 80px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
}

.banner img {
  vertical-align: middle;
}

.banner p {
  position: absolute;
  top: 10%;
  left: 4%;
  color: #045c34;
  display: inline-block;
  padding: 1% 2%;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  -webkit-box-shadow: 7px 7px 20px #a7a2a0;
          box-shadow: 7px 7px 20px #a7a2a0;
}

@media only screen and (max-width: 1200px) {
  .banner p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .banner p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner p {
    font-size: .65rem;
  }
}

.wrap {
  position: relative;
  background: url(../images/bg.png) top/cover no-repeat;
  padding-top: 12%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding-top: 15%;
  }
}

.wrap hr {
  width: 85%;
  margin: auto;
  height: 1px;
  border: none;
  background-color: #8d7050;
}

.wrap > img {
  position: absolute;
  width: 15%;
}

@media only screen and (max-width: 576px) {
  .wrap > img {
    width: 20%;
  }
}

.wrap > img:nth-child(1) {
  right: 0;
  top: 45%;
  max-width: 255px;
}

@media only screen and (max-width: 576px) {
  .wrap > img:nth-child(1) {
    top: 43%;
  }
}

.wrap > img:nth-child(2) {
  left: 0;
  top: 68%;
  max-width: 330px;
}

@media only screen and (max-width: 576px) {
  .wrap > img:nth-child(2) {
    top: 63%;
  }
}

.wrap .txt {
  position: relative;
  margin-bottom: 12%;
}

@media only screen and (max-width: 576px) {
  .wrap .txt {
    margin-bottom: 15%;
  }
}

.txt > img {
  position: absolute;
}

.txt > img:nth-child(2) {
  width: 20%;
  top: -80%;
  left: 0;
  max-width: 350px;
}

@media only screen and (max-width: 576px) {
  .txt > img:nth-child(2) {
    width: 25%;
    top: -20%;
  }
}

.txt > img:nth-child(3) {
  width: 9%;
  bottom: -100%;
  left: 0;
  max-width: 180px;
}

@media only screen and (max-width: 576px) {
  .txt > img:nth-child(3) {
    width: 14%;
    bottom: -35%;
    left: -2%;
  }
}

.txt > img:nth-child(4) {
  width: 7%;
  top: -70%;
  right: 2%;
  max-width: 130px;
}

@media only screen and (max-width: 576px) {
  .txt > img:nth-child(4) {
    width: 10%;
    top: -30%;
  }
}

.txt > img:nth-child(5) {
  width: 18%;
  bottom: -100%;
  right: 0;
  max-width: 340px;
}

@media only screen and (max-width: 576px) {
  .txt > img:nth-child(5) {
    width: 22%;
    bottom: -40%;
  }
}

.txt .article {
  opacity: 0;
}

.wrap .article {
  width: 80%;
  margin: auto;
  font-size: 1.2rem;
  color: #8d7050;
  line-height: 3rem;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .wrap .article {
    font-size: 1rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  .wrap .article {
    font-size: .85rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .article {
    font-size: .85rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 576px) {
  .wrap .article {
    font-size: .7rem;
    line-height: 1.4rem;
  }
}

.wrap .txt span:nth-child(2) {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wrap .txt span:nth-child(1), .wrap .txt span:nth-child(3), .wrap .txt span:nth-child(4) {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .wrap .txt span:nth-child(1), .wrap .txt span:nth-child(3), .wrap .txt span:nth-child(4) {
    display: block;
  }
}

.wrap h2, h3 {
  position: relative;
  width: 100%;
  color: #8d7050;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .wrap h2, h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 992px) {
  .wrap h2, h3 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 576px) {
  .wrap h2, h3 {
    font-size: 1.2rem;
  }
}

.wrap h2::before, .wrap h2::after, h3::before, h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #8d7050;
}

.wrap h2::before, h3::before {
  right: 72%;
}

@media only screen and (max-width: 768px) {
  .wrap h2::before, h3::before {
    right: 85%;
  }
}

@media only screen and (max-width: 576px) {
  .wrap h2::before, h3::before {
    right: 90%;
  }
}

.wrap h2::after, h3::after {
  left: 72%;
}

@media only screen and (max-width: 768px) {
  .wrap h2::after, h3::after {
    left: 85%;
  }
}

@media only screen and (max-width: 576px) {
  .wrap h2::after, h3::after {
    left: 90%;
  }
}

.wrap .people {
  opacity: 0;
  width: 80%;
  margin: auto;
  margin-bottom: 16%;
}

@media only screen and (max-width: 768px) {
  .wrap .people {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .wrap .people {
    width: 100%;
    margin-bottom: 30%;
  }
}

.wrap .people > p {
  width: 100%;
  margin: 5% auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .wrap .people > p > span {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .wrap .people > p > span {
    display: block;
  }
}

.pic-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .pic-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10%;
  }
}

.pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  align-item: flex-start;
}

.pic img {
  vertical-align: middle;
}

.pic .mask {
  margin: 1%;
  position: relative;
}

.pic-1 {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .pic-1 {
    width: 85%;
  }
}

.pic-2 {
  width: 63%;
}

@media only screen and (max-width: 768px) {
  .pic-2 {
    width: 85%;
  }
}

.pic-1 .mask:nth-child(1),
.pic-1 .mask:nth-child(2) {
  width: 48%;
}

.pic-1 .mask:nth-child(3) {
  width: 98%;
}

.pic-2 .mask:nth-child(1) {
  width: 98%;
}

.pic-2 .mask:nth-child(3),
.pic-2 .mask:nth-child(2) {
  width: 48%;
}

.pic-container-5 .pic-1 .mask:nth-child(1),
.pic-container-5 .pic-1 .mask:nth-child(2) {
  width: 100%;
}

.pic .mask::before {
  content: "";
  background-color: rgba(65, 65, 65, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.pic .mask:hover::before {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.pic .mask p {
  opacity: 0;
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
  color: #fff;
  font-size: .8rem;
  line-height: 1.2rem;
  display: inline-block;
  margin: 0 10%;
}

@media only screen and (max-width: 992px) {
  .pic .mask p {
    margin: 0 5%;
  }
}

.pic .mask:hover p {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition: line-height .2s;
  transition: line-height .2s;
  font-size: .85rem;
  line-height: 1.1rem;
}

@media only screen and (max-width: 1200px) {
  .pic .mask:hover p {
    font-size: .65rem;
    line-height: .95rem;
  }
}

@media only screen and (max-width: 992px) {
  .pic .mask:hover p {
    font-size: .6rem;
    line-height: .75rem;
  }
}

@media only screen and (max-width: 768px) {
  .pic .mask:hover p {
    font-size: .7rem;
    line-height: .8rem;
  }
}

@media only screen and (max-width: 576px) {
  .pic .mask:hover p {
    font-size: .6rem;
    line-height: .75rem;
  }
}

.pic-2 .mask-1:hover p {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition: line-height .2s;
  transition: line-height .2s;
  font-size: .95rem;
  line-height: 1.2rem;
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .pic-2 .mask-1:hover p {
    width: 70%;
    font-size: .75rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .pic-2 .mask-1:hover p {
    font-size: .7rem;
    line-height: .9rem;
  }
}

@media only screen and (max-width: 768px) {
  .pic-2 .mask-1:hover p {
    font-size: .7rem;
    line-height: .9rem;
  }
}

@media only screen and (max-width: 576px) {
  .pic-2 .mask-1:hover p {
    font-size: .6rem;
    line-height: .75rem;
  }
}

.pic .mask p span {
  position: relative;
  display: block;
  text-align: right;
  font-size: .8rem;
  margin: 5% 5%;
  font-style: italic;
}

@media only screen and (max-width: 1200px) {
  .pic .mask p span {
    font-size: .65rem;
  }
}

@media only screen and (max-width: 992px) {
  .pic .mask p span {
    margin: 2% 5%;
    font-size: .6rem;
  }
}

.pic-2 .mask-1 p span {
  font-size: .9rem;
  margin: 5% 5%;
}

@media only screen and (max-width: 1200px) {
  .pic-2 .mask-1 p span {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 992px) {
  .pic-2 .mask-1 p span {
    margin: 2% 5%;
  }
}

@media only screen and (max-width: 768px) {
  .pic-2 .mask-1 p span {
    font-size: .65rem;
  }
}

.pic-slider .slick-prev, .pic-slider .slick-next {
  top: 53%;
  height: 40px;
  width: 40px;
  z-index: 1000;
}

@media only screen and (max-width: 992px) {
  .pic-slider .slick-prev, .pic-slider .slick-next {
    top: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .pic-slider .slick-prev, .pic-slider .slick-next {
    top: 54.5%;
  }
}

@media only screen and (max-width: 576px) {
  .pic-slider .slick-prev, .pic-slider .slick-next {
    height: 27px;
    width: 27px;
  }
}

.pic-slider .slick-prev {
  background: url(../images/btnLeft.png) center/contain no-repeat;
  left: -4.5%;
}

@media only screen and (max-width: 1200px) {
  .pic-slider .slick-prev {
    left: -7%;
  }
}

@media only screen and (max-width: 768px) {
  .pic-slider .slick-prev {
    left: 5%;
  }
}

.pic-slider .slick-next {
  background: url(../images/btnRight.png) center/contain no-repeat;
  right: -4.5%;
}

@media only screen and (max-width: 1200px) {
  .pic-slider .slick-next {
    right: -7%;
  }
}

@media only screen and (max-width: 768px) {
  .pic-slider .slick-next {
    right: 5%;
  }
}

.pic-slider .slick-prev::before, .pic-slider .slick-next::before,
.suggest-container .slick-prev::before, .suggest-container .slick-next::before {
  content: '';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: default;
}

.pic-slider .slick-dots {
  bottom: -10%;
}

@media only screen and (max-width: 992px) {
  .pic-slider .slick-dots {
    bottom: -13%;
  }
}

@media only screen and (max-width: 768px) {
  .pic-slider .slick-dots {
    bottom: 2%;
  }
}

@media only screen and (max-width: 576px) {
  .pic-slider .slick-dots {
    bottom: -1%;
  }
}

.slick-dots li {
  width: 10px;
}

@media only screen and (max-width: 768px) {
  .slick-dots li {
    width: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .slick-dots li {
    width: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .slick-dots li button:before {
    width: 15px;
  }
}

.pic-slider .slick-dots li button:before,
.pro-slider .slick-dots li button:before {
  content: '■';
  color: #8d7050;
  font-size: 15px;
  opacity: .5;
}

@media only screen and (max-width: 576px) {
  .pic-slider .slick-dots li button:before,
  .pro-slider .slick-dots li button:before {
    font-size: .6rem;
  }
}

.pic-slider .slick-dots li button:hover:before,
.pic-slider .slick-dots li button:focus:before,
.pic-slider .slick-dots li.slick-active button:before,
.pro-slider .slick-dots li button:hover:before,
.pro-slider .slick-dots li button:focus:before,
.pro-slider .slick-dots li.slick-active button:before {
  color: #a40000;
  font-size: 15px;
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .pic-slider .slick-dots li button:hover:before,
  .pic-slider .slick-dots li button:focus:before,
  .pic-slider .slick-dots li.slick-active button:before,
  .pro-slider .slick-dots li button:hover:before,
  .pro-slider .slick-dots li button:focus:before,
  .pro-slider .slick-dots li.slick-active button:before {
    font-size: .6rem;
  }
}

.group-container {
  margin-bottom: 10%;
}

@media only screen and (max-width: 768px) {
  .group-container {
    margin-bottom: 15%;
  }
}

.group-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .group-pic {
    width: 85%;
    margin-bottom: 30%;
  }
}

@media only screen and (max-width: 576px) {
  .group-pic {
    margin-bottom: 20%;
  }
}

.group {
  width: 15%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .group {
    width: 100%;
  }
}

.group p {
  text-align: center;
  color: #8d7050;
}

.group p:first-child {
  font-weight: bold;
  margin: 18% auto;
  letter-spacing: 3px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .group p:first-child {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .group p:first-child {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 576px) {
  .group p:first-child {
    font-size: .75rem;
    margin: 8% auto;
  }
}

.group p:last-child {
  margin: 15% auto;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
  .group p:last-child {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 576px) {
  .group p:last-child {
    font-size: .6rem;
    margin: 5% auto;
  }
}

.group-container .article {
  margin: 2% auto;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .group-container .article span {
    display: inline-block;
  }
}

.group-container .article span:first-child {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

.group-container .article span:last-child {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

@media only screen and (max-width: 768px) {
  .group-1 {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .group-2 {
    -webkit-transform: translate(105%, -50%);
            transform: translate(105%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .group-3 {
    -webkit-transform: translate(180%, -50%);
            transform: translate(180%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .group-4 {
    -webkit-transform: translate(-200%, 60%);
            transform: translate(-200%, 60%);
  }
}

@media only screen and (max-width: 768px) {
  .group-5 {
    -webkit-transform: translate(-100%, 60%);
            transform: translate(-100%, 60%);
  }
}

.gift-container {
  width: 85%;
  margin: auto;
  position: relative;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .gift-container {
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 576px) {
  .gift-container {
    width: 90%;
  }
}

.gift-container h2::before {
  right: 65%;
}

@media only screen and (max-width: 768px) {
  .gift-container h2::before {
    right: 75%;
  }
}

.gift-container h2::after {
  left: 65%;
}

@media only screen and (max-width: 768px) {
  .gift-container h2::after {
    left: 75%;
  }
}

.gift-container .choice {
  margin: 8% auto 5% auto;
  text-align: center;
}

.gift-container .choice a {
  color: #8d7050;
  position: relative;
  padding: 0 3%;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .gift-container .choice a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .gift-container .choice a {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 768px) {
  .gift-container .choice a {
    padding: 0 4%;
    font-size: .85rem;
  }
}

@media only screen and (max-width: 576px) {
  .gift-container .choice a {
    font-size: .7rem;
    padding: 0 2.5%;
  }
}

.gift-container .choice a:nth-child(2n)::before, .gift-container .choice a:nth-child(2n)::after {
  content: '';
  width: 1px;
  height: 1.5rem;
  background-color: #8d7050;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 576px) {
  .gift-container .choice a:nth-child(2n)::before, .gift-container .choice a:nth-child(2n)::after {
    height: .8rem;
  }
}

.gift-container .choice a:nth-child(2n)::before {
  right: 0;
}

.gift-container .choice a:nth-child(2n)::after {
  left: 0;
}

.gift-container .choice a:last-child::before {
  content: none;
}

.gift-container .choice .focus {
  font-size: 1.6rem;
  color: #d3022b;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .gift-container .choice .focus {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .gift-container .choice .focus {
    font-size: .95rem;
  }
}

@media only screen and (max-width: 768px) {
  .gift-container .choice .focus {
    font-size: .95rem;
  }
}

@media only screen and (max-width: 576px) {
  .gift-container .choice .focus {
    font-size: .85rem;
  }
}

.gift-container .subtitle {
  text-align: center;
  color: #8d7050;
  font-size: 1.2rem;
  margin: 5%;
}

@media only screen and (max-width: 1200px) {
  .gift-container .subtitle {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .gift-container .subtitle {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 768px) {
  .gift-container .subtitle {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 576px) {
  .gift-container .subtitle {
    font-size: .7rem;
  }
}

.gift {
  width: 100%;
  max-width: 1200px;
  background-color: #f4efee;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 7px 7px #a7a2a0;
          box-shadow: 7px 7px #a7a2a0;
  padding-bottom: 5%;
  position: relative;
}

.gift-slider {
  position: relative;
}

.gift-1 {
  padding-bottom: 11%;
}

@media only screen and (max-width: 1200px) {
  .gift-1 {
    padding-bottom: 13%;
  }
}

@media only screen and (max-width: 768px) {
  .gift-1 {
    padding-bottom: 5%;
  }
}

.gift-2, .gift-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1000;
  opacity: 0;
}

.gift-1 .title-2,
.gift-2 .title-2,
.gift-3 .title-2 {
  display: none;
}

.gift .title {
  background-color: #d3022b;
  padding: 1% 5%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .gift .title {
    padding: 1% 2%;
  }
}

.gift .title p {
  color: #fff;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
  .gift .title p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .gift .title p {
    font-size: .8rem;
  }
}

@media only screen and (max-width: 576px) {
  .gift .title p {
    font-size: .6rem;
  }
}

.gift .title p:nth-child(1) {
  margin: 1% 0 2% 0;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  margin-left: 10%;
}

.gift .title p:nth-child(2) {
  overflow: hidden;
  position: relative;
  margin: 2% 0 2% 0;
  text-align: right;
}

.gift-2 .title-2 p:nth-child(1), .gift-3 .title-2 p:nth-child(1) {
  margin-left: 0%;
}

.gift .title p:nth-child(1) span {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  .gift .title p:nth-child(1) span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .gift .title p:nth-child(1) span {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .gift .title p:nth-child(1) span {
    font-size: .7rem;
  }
}

.gift .title p:nth-child(2) span {
  color: yellow;
}

.gift .title img {
  width: 18%;
  vertical-align: middle;
  position: absolute;
  top: -15%;
  left: 35%;
}

@media only screen and (max-width: 576px) {
  .gift .title img {
    left: 48%;
    width: 20%;
  }
}

.gift hr {
  width: 85%;
  margin: auto;
  height: 1px;
  border: none;
  background-color: #d3022b;
}

.pro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4efee;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .pro-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pro-container > div:nth-child(1) {
  width: 22%;
}

.pro-container > div:nth-child(2) {
  width: 82%;
}

@media only screen and (max-width: 768px) {
  .pro-container > div:nth-child(2) {
    width: 70%;
  }
}

.pro-container > .headline {
  writing-mode: tb-rl;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  color: #8d7050;
  text-align: center;
  position: relative;
}

.pro-container > .headline > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .pro-container > .headline > div {
    width: 100%;
  }
}

.pro-container > .headline::before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #8d7050;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .pro-container > .headline::before {
    content: none;
  }
}

.pro-container > .headline h4 {
  margin: auto 3%;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .pro-container > .headline h4 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 992px) {
  .pro-container > .headline h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .pro-container > .headline h4 {
    margin: auto 1%;
  }
}

@media only screen and (max-width: 576px) {
  .pro-container > .headline h4 {
    font-size: 1rem;
    margin: auto 2%;
  }
}

.pro-container > .headline p {
  margin: auto 3%;
  display: inline-block;
  letter-spacing: 2px;
  padding: 2% 1.5%;
  border: 1px #8d7050 solid;
  border-radius: 10px;
  max-height: 330px;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .pro-container > .headline p {
    font-size: .85rem;
  }
}

@media only screen and (max-width: 992px) {
  .pro-container > .headline p {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 768px) {
  .pro-container > .headline p {
    margin: auto 1%;
  }
}

@media only screen and (max-width: 576px) {
  .pro-container > .headline p {
    padding: 1.5% 1%;
    border-radius: 5px;
    margin: auto 2%;
    font-size: .6rem;
  }
}

.pro-container > .headline h4 span {
  font-size: 1rem;
  color: #8d7050;
  border: 1px #8d7050 solid;
  border-radius: 5px;
  padding: 1% 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 2%;
}

@media only screen and (max-width: 768px) {
  .pro-container > .headline h4 span {
    font-size: .6rem;
  }
}

.pro-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro-slider-2 .product,
.pro-slider-3 .product,
.pro-slider-5 .product,
.pro-slider-6 .product,
.pro-slider-4 .product {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  .pro-slider-2 .product,
  .pro-slider-3 .product,
  .pro-slider-5 .product,
  .pro-slider-6 .product,
  .pro-slider-4 .product {
    width: 100%;
  }
}

.pro-slider .slick-dots {
  bottom: -17.5%;
  left: -15%;
}

.gift-2 .product {
  margin: 5% 2%;
}

.product {
  margin: 5% 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .product {
    margin: 8% auto;
  }
}

.product img {
  width: 100%;
  margin: 8% auto;
  display: block;
  cursor: pointer;
}

.product p:first-child {
  cursor: pointer;
  color: #8d7050;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .product p:first-child {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .product p:first-child {
    font-size: .8rem;
  }
}

.product p:first-child span {
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .product p:first-child span {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 992px) {
  .product p:first-child span {
    font-size: .6rem;
  }
}

.pro-slider-3 .product p:first-child span {
  display: block;
  margin: 2% auto;
}

.pro-slider-1 .product p:nth-child(3),
.pro-slider-3 .product p:nth-child(3),
.pro-slider-4 .product p:nth-child(3),
.pro-slider-5 .product p:nth-child(3),
.pro-slider-6 .product p:nth-child(3) {
  text-align: center;
  color: #8d7050;
  width: 70%;
  margin: auto;
  font-size: .9rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  .pro-slider-1 .product p:nth-child(3),
  .pro-slider-3 .product p:nth-child(3),
  .pro-slider-4 .product p:nth-child(3),
  .pro-slider-5 .product p:nth-child(3),
  .pro-slider-6 .product p:nth-child(3) {
    font-size: .7rem;
    line-height: 1.2rem;
    letter-spacing: 2px;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .pro-slider-1 .product p:nth-child(3),
  .pro-slider-3 .product p:nth-child(3),
  .pro-slider-4 .product p:nth-child(3),
  .pro-slider-5 .product p:nth-child(3),
  .pro-slider-6 .product p:nth-child(3) {
    text-align: left;
    font-size: .6rem;
    line-height: .8rem;
    margin: auto auto auto 15%;
  }
}

.pro-slider-2 .product p:nth-child(3) {
  text-align: center;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .pro-slider-2 .product p:nth-child(3) {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 768px) {
  .pro-slider-2 .product p:nth-child(3) {
    text-align: left;
    margin-left: 15%;
    font-size: .8rem;
  }
}

.pro-slider-2 .product p:nth-child(4) {
  text-align: center;
  font-size: .85rem;
  line-height: 1rem;
}

@media only screen and (max-width: 1200px) {
  .pro-slider-2 .product p:nth-child(4) {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 768px) {
  .pro-slider-2 .product p:nth-child(4) {
    text-align: left;
    margin-left: 15%;
    font-size: .6rem;
  }
}

.pro-slider-2 .product p img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 3% 2% 5% auto;
  vertical-align: middle;
  cursor: pointer;
}

.product p:nth-child(3) span {
  opacity: .8;
}

.product .btnShop {
  font-size: .7rem;
  letter-spacing: 2px;
  color: #fff;
  padding: 2.5% 0;
  margin: 5% auto;
  display: block;
  width: 65%;
  text-align: center;
  background-color: #d3022b;
}

@media only screen and (max-width: 768px) {
  .product .btnShop {
    position: absolute;
    right: -2.5%;
    bottom: 10%;
    width: 30%;
    font-size: .6rem;
  }
}

@media only screen and (max-width: 576px) {
  .product .btnShop {
    bottom: -3%;
  }
}

.pro-slider .product .btnShop {
  right: 6%;
}

.pro-slider-2 .product .btnShop {
  bottom: -6%;
}

.btncook a {
  position: static;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  padding: 0;
  margin-right: 3%;
}

.page-container {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: auto;
    margin-bottom: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 25px;
  }
}

.page-container img {
  width: 25px;
  font-size: .75rem;
  height: 25px;
  font-size: .75rem;
}

.page-container .page {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: center;
  height: 25px;
  font-size: .75rem;
}

.page-container .page span {
  display: inline-block;
  line-height: 25px;
  font-size: .75rem;
  color: #8d7050;
  margin: 0 2%;
  cursor: pointer;
}

.page-container .page .focus {
  color: #d3022b;
}

.gift .btnReadmore {
  display: inline-block;
  padding: .5% 1%;
  background-color: #8d7050;
  color: #fff;
  font-size: .8rem;
  position: absolute;
  right: 5%;
  bottom: 30%;
}

@media only screen and (max-width: 1200px) {
  .gift .btnReadmore {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 768px) {
  .gift .btnReadmore {
    opacity: 0;
  }
}

.gift-3 .btnReadmore,
.gift-2 .btnReadmore {
  top: 37%;
  bottom: auto;
  right: 7%;
}

.gift-3 .btnReadmore {
  top: 34%;
  right: 8%;
}

.spoon-container {
  position: relative;
  overflow-x: hidden;
}

.spoon-container > img:first-child {
  visibility: hidden;
}

.spoon-container .spoon {
  position: absolute;
  width: 70%;
  right: 0;
  top: 20%;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon {
    width: 72%;
    top: 10%;
  }
}

.spoon-container .spoon img:not(:first-child) {
  position: absolute;
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:not(:first-child) {
    width: 40%;
  }
}

.spoon-container .spoon img:nth-child(1) {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(1) {
    width: 120%;
  }
}

.spoon-container .spoon img:nth-child(2) {
  top: -8%;
  left: -8%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(2) {
    content: url("../images/circle-1M.png");
    left: 25%;
    top: -12%;
  }
}

.spoon-container .spoon img:nth-child(3) {
  top: 2%;
  left: -20%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(3) {
    content: url("../images/circle-2M.png");
    top: -13%;
    left: -10%;
  }
}

.spoon-container .spoon img:nth-child(4) {
  top: 20%;
  left: -30%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(4) {
    content: url("../images/circle-3M.png");
    top: 10%;
    left: -28%;
  }
}

.spoon-container .spoon img:nth-child(5) {
  top: 36%;
  left: -28%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(5) {
    content: url("../images/circle-4M.png");
    top: 43%;
    left: -28%;
  }
}

.spoon-container .spoon img:nth-child(6) {
  width: 26%;
  right: 38%;
  top: 60%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(6) {
    width: 40%;
    right: 40%;
    top: 65%;
  }
}

.spoon-container .spoon img:nth-child(7) {
  width: 26%;
  right: 18%;
  top: 60%;
}

@media only screen and (max-width: 768px) {
  .spoon-container .spoon img:nth-child(7) {
    width: 40%;
    right: 10%;
    top: 65%;
  }
}

.step-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10% auto;
}

@media only screen and (max-width: 1200px) {
  .step-container {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .step-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20%;
  }
}

@media only screen and (max-width: 576px) {
  .step-container {
    width: 100%;
    margin: 15% auto 15% auto;
  }
}

.step-container .step img {
  width: 55%;
  display: block;
  margin: auto;
}

.step-container .step {
  opacity: 0;
  position: relative;
  padding: 0 2%;
  width: 15%;
}

@media only screen and (max-width: 1200px) {
  .step-container .step {
    width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .step-container .step {
    width: 22%;
  }
}

@media only screen and (max-width: 768px) {
  .step-container .step {
    width: 40%;
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 576px) {
  .step-container .step {
    width: 35%;
    margin: 5% 2%;
  }
}

.step-container .step:nth-child(2)::before, .step-container .step:nth-child(2)::after, .step-container .step:nth-child(3)::after {
  content: '';
  width: 2px;
  height: 80%;
  background-color: #8d7050;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .step-container .step:nth-child(2)::before, .step-container .step:nth-child(2)::after, .step-container .step:nth-child(3)::after {
    content: none;
  }
}

.step-container .step:nth-child(2)::before {
  left: 0;
}

.step-container .step:nth-child(2)::after, .step-container .step:nth-child(3)::after {
  right: 0;
}

.step-container .step p {
  color: #8d7050;
  text-align: center;
}

.step-container .step p:nth-child(2) {
  font-weight: bold;
  margin: 15% auto 5% auto;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
  .step-container .step p:nth-child(2) {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 768px) {
  .step-container .step p:nth-child(2) {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .step-container .step p:nth-child(2) {
    font-size: .65rem;
  }
}

.step-container .step p:nth-child(3) {
  font-size: .8rem;
  line-height: 1.1rem;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .step-container .step p:nth-child(3) {
    font-size: .6rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .step-container .step p:nth-child(3) {
    font-size: .7rem;
  }
}

@media only screen and (max-width: 576px) {
  .step-container .step p:nth-child(3) {
    font-size: .6rem;
  }
}

.factory-container {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10%;
}

@media only screen and (max-width: 768px) {
  .factory-container {
    width: 100%;
    margin-bottom: 20%;
    display: block;
  }
}

.factory-container img {
  width: 32%;
}

@media only screen and (max-width: 768px) {
  .factory-container img {
    width: 85%;
    display: block;
    margin: 5% auto;
  }
}

.suggest-container {
  opacity: 0;
  position: relative;
  background-color: #d3022b;
  padding: 8% 0 7% 0;
}

.suggest-container > img {
  position: absolute;
  width: 10%;
}

@media only screen and (max-width: 576px) {
  .suggest-container > img {
    width: 20%;
  }
}

.suggest-container > img:nth-child(1) {
  opacity: .5;
  left: 0;
  bottom: 5%;
  max-width: 215px;
}

.suggest-container > img:nth-child(2) {
  opacity: .5;
  right: 0;
  top: 10%;
  max-width: 170px;
}

.suggest-container > img:nth-child(3) {
  opacity: .5;
  right: 0;
  bottom: 5%;
  max-width: 130px;
}

.suggest-container h2,
.suggest-container p {
  color: #fff;
}

.suggest-container h2 {
  border: 4px double #fff;
  padding: 15px;
  width: 80%;
  margin: 10% 0;
}

@media only screen and (max-width: 992px) {
  .suggest-container h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .suggest-container h2 {
    margin: 5% 0;
    width: 50%;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container h2 {
    width: 60%;
  }
}

.suggest-container .intro-txt p {
  margin: 5% 5% 5% 0;
}

@media only screen and (max-width: 768px) {
  .suggest-container .intro-txt p {
    margin: 2% 0;
  }
}

.suggest-container .intro-txt p:nth-child(2) {
  font-weight: bold;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .intro-txt p:nth-child(2) {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container .intro-txt p:nth-child(2) {
    font-size: .8rem;
  }
}

.suggest-container .intro-txt p:nth-child(3) {
  font-size: 1rem;
  line-height: 1.3rem;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .intro-txt p:nth-child(3) {
    font-size: .8rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container .intro-txt p:nth-child(3) {
    font-size: .6rem;
    line-height: .8rem;
  }
}

.suggest-container .intro-txt a {
  font-size: .8rem;
  color: #d3022b;
  padding: 1.5% 5%;
  background-color: #fff;
  display: inline-block;
  margin: 8% 0;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .intro-txt a {
    font-size: .6rem;
  }
}

@media only screen and (max-width: 768px) {
  .suggest-container .intro-txt a {
    margin: 2% 0;
  }
}

.suggest-container h2::before,
.suggest-container h2::after {
  content: none;
}

.intro-slider .intro {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 85% !important;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .intro-slider .intro {
    display: block !important;
  }
}

.intro-slider .intro div {
  margin: auto;
}

.intro-slider .intro div:nth-child(1) {
  width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 768px) {
  .intro-slider .intro div:nth-child(1) {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .intro-slider .intro div:nth-child(1) {
    width: 100%;
  }
}

.intro-slider .intro div:nth-child(2) {
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .intro-slider .intro div:nth-child(2) {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .intro-slider .intro div:nth-child(2) {
    width: 96%;
    margin-bottom: 10%;
  }
}

.suggest-container .slick-prev, .suggest-container .slick-next {
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -17%;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .slick-prev, .suggest-container .slick-next {
    bottom: -17%;
  }
}

@media only screen and (max-width: 768px) {
  .suggest-container .slick-prev, .suggest-container .slick-next {
    bottom: -13%;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container .slick-prev, .suggest-container .slick-next {
    width: 30px;
    height: 30px;
    bottom: -12%;
  }
}

.suggest-container .slick-prev {
  left: 7.5%;
  right: auto;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .slick-prev {
    left: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .suggest-container .slick-prev {
    left: 16%;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container .slick-prev {
    left: 10%;
  }
}

.suggest-container .slick-next {
  right: 7.5%;
  left: auto;
}

@media only screen and (max-width: 1200px) {
  .suggest-container .slick-next {
    right: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .suggest-container .slick-next {
    right: 16%;
  }
}

@media only screen and (max-width: 576px) {
  .suggest-container .slick-next {
    right: 10%;
  }
}

.suggest-container .slick-prev {
  cursor: pointer;
  background: url(../images/btnLeftWhite.png) center/contain no-repeat;
}

.suggest-container .slick-next {
  cursor: pointer;
  background: url(../images/btnRightWhite.png) center/contain no-repeat;
}

.suggest-container .slick-dots {
  bottom: -11%;
}

@media only screen and (max-width: 768px) {
  .suggest-container .slick-dots {
    bottom: -8%;
  }
}

.suggest-container .slick-dots li button:before {
  content: '■';
  color: #fff;
  font-size: 10px;
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .suggest-container .slick-dots li button:before {
    font-size: .6rem;
  }
}

.suggest-container .slick-dots li button:hover:before,
.suggest-container .slick-dots li button:focus:before,
.suggest-container .slick-dots li.slick-active button:before {
  color: #8d7050;
  font-size: 10px;
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .suggest-container .slick-dots li button:hover:before,
  .suggest-container .slick-dots li button:focus:before,
  .suggest-container .slick-dots li.slick-active button:before {
    font-size: .6rem;
  }
}

.wrap .show {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity .5s ,-webkit-transform .8s;
  transition: opacity .5s ,-webkit-transform .8s;
  transition: opacity .5s ,transform .8s;
  transition: opacity .5s ,transform .8s ,-webkit-transform .8s;
}

.wrap .showUp {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.goTop {
  padding: 5%;
}

.goTop a {
  color: #8d7050;
  font-size: 1rem;
  display: block;
  width: 10%;
  margin: auto;
  text-align: center;
}

footer {
  position: relative;
  width: 98%;
  margin: auto;
  background: #eee6d6;
  padding: 30px 0;
  color: #8d7050;
  border-top: 2px solid #8d7050;
}

@media only screen and (max-width: 992px) {
  footer {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 15px 0 30px 0;
  }
}

footer a {
  display: block;
  text-decoration: none;
  -webkit-transition: color .15s ease-in;
  transition: color .15s ease-in;
}

footer .ft-container {
  width: 100%;
  font-size: 0;
}

footer .about,
footer .information,
footer .links {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  footer .about,
  footer .information,
  footer .links {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  footer .about,
  footer .information,
  footer .links {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  footer .about,
  footer .information,
  footer .links {
    font-size: 14px;
  }
}

footer .about {
  width: 20%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
  footer .about {
    width: 15%;
  }
}

@media only screen and (max-width: 768px) {
  footer .about {
    display: none;
  }
}

.about a:link,
.about a:visited {
  color: #8d7050;
}

footer .about a {
  margin: 20px auto;
}

footer .information {
  position: relative;
  width: 55%;
}

@media only screen and (max-width: 768px) {
  footer .information {
    display: block;
    width: 100%;
  }
}

footer .information:before,
footer .information:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 50%;
  background: #8d7050;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  footer .information:before,
  footer .information:after {
    display: none;
  }
}

footer .information:before {
  left: 0;
}

footer .information:after {
  right: 0;
}

footer .information p {
  width: 80%;
  margin: 20px auto;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  footer .information p {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  footer .information p {
    width: 95%;
    margin: 10px auto;
    font-size: 0.7rem;
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  footer .information p {
    font-size: .6rem;
  }
}

footer .links {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  text-align: right;
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  footer .links {
    width: 30%;
  }
}

@media only screen and (max-width: 992px) {
  footer .links {
    width: 30%;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  footer .links {
    display: block;
    width: 100%;
    text-align: center;
  }
}

footer .btn-fb,
footer .btn-ig,
footer .btn-yt {
  font-size: 0;
  text-indent: -9999px;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px;
}

@media only screen and (max-width: 992px) {
  footer .btn-fb,
  footer .btn-ig,
  footer .btn-yt {
    width: 40px;
    height: 40px;
  }
}

footer .btn-fb {
  background-image: url(../images/icon_fb.png);
}

footer .btn-ig {
  background-image: url(../images/icon_ig.png);
}

footer .btn-yt {
  background-image: url(../images/icon_yt.png);
}

footer .copyright {
  font-size: 0.75rem;
}

@media only screen and (max-width: 992px) {
  footer .copyright {
    font-size: .65rem;
  }
}

footer .terms {
  font-size: 0.7rem;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  footer .terms {
    font-size: .6rem;
  }
}

footer .terms a {
  display: inline-block;
  vertical-align: top;
  color: #8d7050;
}
/*# sourceMappingURL=index.css.map */