@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 {
  -moz-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: "“" "”" "‘" "’"; }

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"] {
  box-sizing: border-box;
  padding: 0; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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 {
  font-size: 20px;
  background-color: #fffcf8; }

body {
  font-family: "Noto Serif TC", serif; }

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

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

header a,
.header-bg a {
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.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: 0.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: #fffcf8;
  font-size: 0;
  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: 69%;
  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%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-right: 2%; } }

header ul.links {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-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: #045c34;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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: #045c34;
  left: 50%; }

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

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

.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;
      -moz-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
      -webkit-transform: translateX(-40%);
      transform: translateX(-40%);
      transition: opacity 0.3s ease-in, transform 0.3s ease-in; } }

@media only screen and (max-width: 992px) {
  .header-bg.active {
    opacity: 1;
    pointer-events: auto;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -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: #045c34;
    top: 50%; } }

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

@media only screen and (max-width: 992px) {
  .header-bg .btn-close span:after {
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -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(252, 242, 194, 0.95);
    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(179, 194, 154, 0.5);
    font-size: 0;
    padding: 20px 10px; } }

@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: 0.75rem; } }

@media only screen and (max-width: 992px) {
  .header-bg ul.links {
    top: 0;
    padding: 0 20%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -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 #045c34; } }

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

.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) {
    .logo {
      width: 15%;
      min-width: 130px;
      padding-top: 9%;
      margin-top: 15px;
      margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .logo {
      margin-top: 17px;
      margin-left: 0;
      min-width: 100px; } }

.wrap {
  max-width: 1920px;
  margin: auto;
  margin-top: 80px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .wrap {
      margin-top: 60px; } }

.wrap .banner img {
  vertical-align: middle; }

.wrap .bgLeft img {
  vertical-align: top; }

.wrap .bgRight img {
  vertical-align: bottom; }

.wrap .bgFixedLeft, .wrap .bgFixedRight {
  width: 10%;
  position: absolute; }

.wrap .bgFixedLeft {
  top: 3%;
  left: 3%; }

.wrap .bgFixedRight {
  bottom: -4%;
  right: 5%; }

.wrap .part {
  width: 75%;
  margin: 0 auto 8% auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .wrap .part {
      width: 80%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part {
      width: 90%; } }

.wrap .part h2 {
  color: #045c34;
  margin: 3% auto;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px; }
  @media only screen and (max-width: 1200px) {
    .wrap .part h2 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 992px) {
    .wrap .part h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 768px) {
    .wrap .part h2 {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 576px) {
    .wrap .part h2 {
      font-size: 1.1rem; } }

.wrap .Top-container {
  position: relative; }

.wrap .Top-container .bgFixedLeft,
.wrap .Top-container .bgFixedRight {
  z-index: -1; }

@media only screen and (max-width: 576px) {
  .wrap .Top-container .bgFixedLeft {
    top: 0; } }

@media only screen and (max-width: 768px) {
  .wrap .Top-container .bgFixedRight {
    bottom: auto;
    top: 15%; } }
@media only screen and (max-width: 576px) {
  .wrap .Top-container .bgFixedRight {
    bottom: auto;
    top: 25%; } }

.wrap .part-1 {
  padding-top: 8%; }
  .wrap .part-1 .title {
    width: 93%;
    margin: auto;
    padding: 4px;
    font-size: 2.5rem;
    margin-bottom: 4%;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #045c34; }
    @media only screen and (max-width: 1200px) {
      .wrap .part-1 .title {
        font-size: 1.8rem;
        width: 83%; } }
    @media only screen and (max-width: 992px) {
      .wrap .part-1 .title {
        font-size: 1.75rem;
        width: 85%; } }
    @media only screen and (max-width: 768px) {
      .wrap .part-1 .title {
        font-size: 1.3rem;
        width: 60%; } }
    @media only screen and (max-width: 576px) {
      .wrap .part-1 .title {
        margin-top: 5%;
        font-size: 1.1rem;
        width: 85%; } }

.wrap .part-1 .title span {
  line-height: 3rem; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-1 .title span {
      line-height: 1.85rem; } }
  @media only screen and (max-width: 992px) {
    .wrap .part-1 .title span {
      line-height: 1.8rem; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .title span {
      line-height: 1.35rem; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-1 .title span {
      line-height: 1.4rem; } }
.wrap .part-1 .title > span {
  display: block;
  border: 2px solid #045c34;
  padding: 2%;
  color: #045c34; }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .title > span {
      padding: 3%; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .title > span > span:first-child {
      display: block; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-1 .title > span > span:first-child {
      display: block; } }

.wrap .part-1 .fontRed {
  color: #a40000; }

.wrap .part-1 .txt-PC, .wrap .part-1 .txt-M {
  margin: 0 auto 5% auto; }
.wrap .part-1 .txt {
  margin: 2% 0 10% 0;
  width: 70%; }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .txt {
      margin: 5% 0 10% 0;
      width: 65%;
      content: url("../images/txtM.png"); } }
.wrap .part-1 .txt-PC {
  font-size: 1rem;
  line-height: 2rem; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-1 .txt-PC {
      font-size: 0.9rem;
      line-height: 2rem; } }
  @media only screen and (max-width: 992px) {
    .wrap .part-1 .txt-PC {
      font-size: 0.75rem;
      line-height: 1.4rem; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .txt-PC {
      display: none; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-1 .txt-PC {
      display: none; } }
.wrap .part-1 .txt-M {
  display: none; }
  @media only screen and (max-width: 768px) {
    .wrap .part-1 .txt-M {
      display: block;
      margin-top: 5%;
      width: 95%;
      font-size: 0.85rem;
      line-height: 1.5rem; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-1 .txt-M {
      margin-top: 5%;
      display: block;
      width: 100%;
      font-size: 0.7rem;
      line-height: 1.2rem; } }

.part-1 .step-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10%; }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container {
      width: 100%;
      display: block;
      margin-bottom: 20%; } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container {
      display: block;
      margin-bottom: 25%; } }
  .part-1 .step-container img {
    align-self: center;
    width: 14%; }
    @media only screen and (max-width: 768px) {
      .part-1 .step-container img {
        width: 18%;
        margin: auto 2%; } }
    @media only screen and (max-width: 576px) {
      .part-1 .step-container img {
        width: 20%;
        margin: auto 2%; } }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container img:first-child {
      content: url("../images/step-1M.png"); } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container img:first-child {
      content: url("../images/step-1M.png"); } }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container img:nth-child(2) {
      content: url("../images/step-2M.png"); } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container img:nth-child(2) {
      content: url("../images/step-2M.png"); } }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container img:nth-child(3) {
      content: url("../images/step-3M.png"); } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container img:nth-child(3) {
      content: url("../images/step-3M.png"); } }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container img:nth-child(4) {
      content: url("../images/step-4M.png"); } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container img:nth-child(4) {
      content: url("../images/step-4M.png"); } }
  @media only screen and (max-width: 768px) {
    .part-1 .step-container img:nth-child(even) {
      transform: translateY(50%); } }
  @media only screen and (max-width: 576px) {
    .part-1 .step-container img:nth-child(even) {
      transform: translateY(50%); } }

.wrap .part-2 img,
.wrap .part-3 img {
  box-shadow: 5px 5px #989694; }

@media only screen and (max-width: 768px) {
  .wrap .part-2 img {
    content: url("../images/needPic-1M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-2 img {
    content: url("../images/needPic-1M.png"); } }

@media only screen and (max-width: 768px) {
  .wrap .part-3 img {
    content: url("../images/needPic-2M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-3 img {
    content: url("../images/needPic-2M.png"); } }

.wrap .Bottom-container {
  position: relative; }

.wrap .Bottom-container .bgFixedRight {
  bottom: 5%; }

@media only screen and (max-width: 576px) {
  .wrap .Bottom-container .bgFixedLeft,
  .wrap .Bottom-container .bgFixedRight {
    display: none; } }
@media only screen and (max-width: 768px) {
  .wrap .Bottom-container .bgFixedLeft,
  .wrap .Bottom-container .bgFixedRight {
    display: none; } }

.wrap .part-4 {
  background-color: #ccdfa6;
  width: 100%;
  padding: 2% 0;
  margin: 0 auto; }

.wrap .part-4 h2 {
  width: 75%;
  color: #535353;
  position: relative;
  overflow: hidden;
  font-size: 2.5rem;
  letter-spacing: 15px; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-4 h2 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 992px) {
    .wrap .part-4 h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 h2 {
      font-size: 1.3rem;
      width: 85%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 h2 {
      margin: 8% auto;
      font-size: 1.1rem;
      width: 90%;
      letter-spacing: 10px; } }

.wrap .part-4 h2::before,
.wrap .part-4 h2::after {
  content: "";
  background-color: #535353;
  width: 30%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 h2::before,
    .wrap .part-4 h2::after {
      width: 25%; } }

.wrap .part-4 h2::before {
  left: 0; }

.wrap .part-4 h2::after {
  right: 0; }

.wrap .part-4 .product-container {
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-container {
      width: 85%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-container {
      width: 90%; } }

.wrap .part-4 .product {
  position: relative;
  margin: 5% auto 0 auto; }
  .wrap .part-4 .product a {
    position: relative; }

.wrap .part-4 .product-4 {
  position: relative; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-4 {
      margin-top: 10%; } }

.wrap .part-4 .product button {
  position: absolute;
  background-color: #045c34;
  border: none;
  border-radius: 50px;
  font-size: 0;
  height: 22px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product button {
      height: 18px;
      width: 18px; } }

.wrap .part-4 .product-1 button,
.wrap .part-4 .product-3 button,
.wrap .part-4 .product-4 button {
  right: -40%; }
  @media only screen and (max-width: 992px) {
    .wrap .part-4 .product-1 button,
    .wrap .part-4 .product-3 button,
    .wrap .part-4 .product-4 button {
      right: -45%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-1 button,
    .wrap .part-4 .product-3 button,
    .wrap .part-4 .product-4 button {
      right: -45%; } }

.wrap .part-4 .product-2 button {
  left: -40%; }
  @media only screen and (max-width: 992px) {
    .wrap .part-4 .product-2 button {
      left: -45%; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-2 button {
      left: auto;
      right: -45%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-2 button {
      left: auto;
      right: -45%; } }

.wrap .part-4 .product button::before {
  content: "";
  background-color: #045c34;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product button::before {
      height: 6px;
      width: 6px; } }

.wrap .part-4 .product-1 button::before,
.wrap .part-4 .product-3 button::before,
.wrap .part-4 .product-4 button::before {
  right: 8px; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-1 button::before,
    .wrap .part-4 .product-3 button::before,
    .wrap .part-4 .product-4 button::before {
      right: 6px; } }

.wrap .part-4 .product-2 button::before {
  left: 8px; }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-2 button::before {
      left: auto;
      right: 8px; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-2 button::before {
      left: auto;
      right: 6px; } }

.wrap .part-4 .product-1 button::before,
.wrap .part-4 .product-3 button::before,
.wrap .part-4 .product-4 button::before {
  transform: rotate(45deg); }

.wrap .part-4 .product-2 button::before {
  transform: rotate(-135deg); }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-2 button::before {
      transform: rotate(45deg); } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-2 button::before {
      transform: rotate(45deg); } }

.wrap .part-4 .product .read {
  position: absolute;
  color: #045c34;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-4 .product .read {
      font-size: 0.8rem; } }
  @media only screen and (max-width: 992px) {
    .wrap .part-4 .product .read {
      font-size: 0.7rem; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product .read {
      font-size: 0.6rem;
      bottom: 15%; } }

.wrap .part-4 .product .read:hover {
  opacity: 0.5; }

.wrap .part-4 .product-1 .read,
.wrap .part-4 .product-3 .read {
  top: -100%;
  right: 7%; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-4 .product-1 .read,
    .wrap .part-4 .product-3 .read {
      top: -35%; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-1 .read,
    .wrap .part-4 .product-3 .read {
      right: 8%;
      top: auto;
      bottom: 150%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-1 .read,
    .wrap .part-4 .product-3 .read {
      right: 10%;
      bottom: 100%; } }

.wrap .part-4 .product-2 .read {
  top: -100%;
  left: 7%; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-4 .product-2 .read {
      top: -35%; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-2 .read {
      left: auto;
      right: 8%;
      top: auto;
      bottom: 150%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-2 .read {
      left: auto;
      right: 10%;
      bottom: 100%; } }

@media only screen and (max-width: 768px) {
  .wrap .part-4 .product-3 .read {
    top: auto;
    bottom: 100%; } }
@media only screen and (max-width: 576px) {
  .wrap .part-4 .product-3 .read {
    top: auto;
    bottom: 75%; } }

.wrap .part-4 .product-4 .read {
  bottom: 23%;
  left: 38%; }
  @media only screen and (max-width: 1200px) {
    .wrap .part-4 .product-4 .read {
      bottom: 22%;
      left: 38%; } }
  @media only screen and (max-width: 992px) {
    .wrap .part-4 .product-4 .read {
      bottom: 20%;
      left: 38%; } }
  @media only screen and (max-width: 768px) {
    .wrap .part-4 .product-4 .read {
      bottom: 20%;
      left: auto;
      right: 8%; } }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-4 .read {
      bottom: 17%;
      left: auto;
      right: 11%; } }

.wrap .part-4 .product-4 a:first-child img {
  width: 85%; }
  @media only screen and (max-width: 576px) {
    .wrap .part-4 .product-4 a:first-child img {
      width: 95%; } }

@media only screen and (max-width: 768px) {
  .wrap .part-4 .product-1 a:first-child img {
    content: url("../images/product-1M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-4 .product-1 a:first-child img {
    content: url("../images/product-1M.png"); } }

@media only screen and (max-width: 768px) {
  .wrap .part-4 .product-2 a:first-child img {
    content: url("../images/product-2M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-4 .product-2 a:first-child img {
    content: url("../images/product-2M.png"); } }

@media only screen and (max-width: 768px) {
  .wrap .part-4 .product-3 a:first-child img {
    content: url("../images/product-3M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-4 .product-3 a:first-child img {
    content: url("../images/product-3M.png"); } }

@media only screen and (max-width: 768px) {
  .wrap .part-4 .product-4 a:first-child img {
    content: url("../images/product-4M.png"); } }
@media only screen and (max-width: 576px) {
  .wrap .part-4 .product-4 a:first-child img {
    content: url("../images/product-4M.png"); } }

.wrap .goTop {
  margin: 5% auto; }
  .wrap .goTop a {
    display: block;
    margin: auto;
    height: 50px;
    width: 50px;
    background-color: #045c34;
    border-radius: 50%; }
    @media only screen and (max-width: 992px) {
      .wrap .goTop a {
        width: 45px;
        height: 45px; } }
    @media only screen and (max-width: 576px) {
      .wrap .goTop a {
        height: 40px;
        width: 40px; } }
  .wrap .goTop span {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 50px;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      .wrap .goTop span {
        font-size: 0.8rem;
        line-height: 45px; } }
    @media only screen and (max-width: 576px) {
      .wrap .goTop span {
        font-size: 0.7rem;
        line-height: 40px; } }

footer {
  position: relative;
  width: 100%;
  background: #fcf2c2;
  padding: 30px 0; }
  @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;
  transition: color 0.15s ease-in; }

footer a:link,
footer a:visited {
  color: #313131; }

footer a:hover,
footer a:active {
  color: #045c34; }

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; } }

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

footer .information {
  position: relative;
  width: 60%; }
  @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: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -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: 0.6rem; } }

footer .links {
  box-sizing: border-box;
  width: 20%;
  text-align: right;
  padding-right: 30px; }
  @media only screen and (max-width: 1200px) {
    footer .links {
      width: 25%; } }
  @media only screen and (max-width: 992px) {
    footer .links {
      width: 25%;
      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: 0.65rem; } }

footer .terms {
  font-size: 0.7rem;
  margin-top: 10px; }
  @media only screen and (max-width: 992px) {
    footer .terms {
      font-size: 0.6rem; } }

footer .terms a {
  display: inline-block;
  vertical-align: top; }

.btn-buy {
  opacity: 0;
  width: 50px;
  transition: 0.2s;
  position: fixed;
  z-index: 50;
  right: 5%;
  top: 10%; }
  @media only screen and (max-width: 1200px) {
    .btn-buy {
      width: 40px; } }
  @media only screen and (max-width: 768px) {
    .btn-buy {
      width: 8%;
      right: 3%; } }

/*# sourceMappingURL=index.css.map */
