@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@-webkit-keyframes ani-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.tab {
  margin-top: 20px;
}
.tab__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tab__headitem {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 10px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 0.075em;
  width: 120px;
  text-align: center;
  margin-left: 14px;
  cursor: pointer;
  background-color: #333534;
}
@media (max-width: 1399px) {
  .tab__headitem {
    width: 106px;
  }
}
@media (max-width: 991px) {
  .tab__headitem {
    font-size: 1em;
    width: 100px;
  }
}
@media (max-width: 374px) {
  .tab__headitem {
    width: 90px;
    margin-left: 5px;
  }
}
.tab__headitem:first-child {
  margin-left: 0;
}
.tab__headitem.active {
  color: white;
  background: #5f6590;
}
.tab__headitem.active:hover {
  color: white;
  background: #5f6590;
}
.tab__headitem.orange {
  color: #fff;
  background: #f3972d;
  border: none;
  font-size: 1.375em;
  font-style: italic;
  font-weight: 400;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .tab__headitem.orange {
    font-size: 1.125em;
  }
}
.tab__headitem.orange .sm {
  font-size: 0.6em;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .tab__headitem.orange:hover {
    background: #f3972d;
  }
}
.tab__bodyitem {
  display: none;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #606060;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
  position: relative;
  background: #faf9f7;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1401px) {
  .container {
    width: 1200px;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: none;
}
@media (max-width: 1199px) {
  .navbar {
    position: fixed;
  }
}
@media (max-width: 1199px) {
  .navbar--active .navbar__toggle-item:first-child {
    top: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.navbar--active .navbar__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .navbar--active .navbar__body {
    top: 62px;
  }
}
.navbar__hidden {
  display: none;
}
.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 85px;
  background: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
@media (max-width: 1849px) {
  .navbar__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .navbar__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.navbar__block--active {
  background-color: #ffffff;
}
.navbar__block--active .navbar__link {
  color: #222222;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
@media (max-width: 1199px) {
  .navbar__block {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 63px;
    z-index: 11;
    position: relative;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 63px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    height: 63px;
    top: 0;
  }
}
.navbar__logo {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar__logo-main {
  display: inline-block;
  width: 242px;
}
@media (max-width: 767px) {
  .navbar__logo-main {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .navbar__logo-main {
    width: 150px;
  }
}
@media (max-width: 374px) {
  .navbar__logo-main {
    width: 135px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__toggle {
  width: 30px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 1199px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 30px;
  height: 2px;
  background: #399748;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__toggle-item:nth-child(2) {
  top: 20px;
}
.navbar__toggle-item:last-child {
  top: 32px;
}
.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-height: calc(100vh - 100px);
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .navbar__links {
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .navbar__links {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 15vw;
    right: 15px;
  }
}
@media (min-width: 1400px) {
  .navbar__links {
    top: 15vw;
  }
}
@media (min-width: 1700px) {
  .navbar__links {
    right: 85px;
  }
}
.navbar__link {
  display: block;
  position: relative;
  font-size: 1.125em;
  font-weight: 700;
  color: #009d42;
  letter-spacing: 0.2em;
  text-align: right;
  margin-bottom: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__link:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .navbar__link {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .navbar__link {
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .navbar__link:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar__link {
    font-size: 1em;
  }
}
.navbar__link span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.navbar__link span:after {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #399748;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.navbar__link:hover span:after {
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar__link--active span:after {
    width: 100%;
  }
}
.navbar__japan {
  width: 72px;
}
@media (max-width: 1199px) {
  .navbar__japan {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar__japan {
    margin-left: 20px;
  }
}
.navbar__socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .navbar__socials {
    margin-left: 0;
    margin-top: 15px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.navbar__socials img {
  display: block;
}
.navbar__social {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .navbar__social {
    margin-left: 0;
    margin-top: 15px;
  }
}
.navbar__social:hover {
  opacity: 0.8;
}
.navbar__social:first-child {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .navbar__social:first-child {
    margin-top: 0;
  }
}
.navbar__social--ig {
  background: url("../images/icon-ig.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.navbar__social--fb {
  background: url("../images/icon-fb.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #009d42;
  text-align: center;
}
@media (max-width: 767px) {
  .footer--index {
    padding-bottom: 60px;
  }
}
.footer__text {
  font-size: 0.875em;
  color: white;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
@media (max-width: 374px) {
  .footer__text {
    letter-spacing: 0;
  }
}

.kv {
  position: relative;
  background: url("../images/kv/kv-bg.jpg");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 892px;
}
@media (min-width: 1921px) {
  .kv {
    background-size: cover;
    height: 45.507094062vw;
  }
}
@media (max-width: 1699px) {
  .kv {
    background-size: cover;
    height: 45.507094062vw;
  }
}
@media (max-width: 1199px) {
  .kv {
    margin-top: 63px;
  }
}
@media (max-width: 767px) {
  .kv {
    height: 70vw;
  }
}
.kv__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-title.png");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
@media (max-width: 1699px) {
  .kv__title {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv__title {
    background-size: 190% auto;
  }
}

.s1 {
  background: url("../images/s1/s1-bg_01.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 125px;
  padding-bottom: 180px;
  text-align: center;
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% auto;
  }
}
@media (max-width: 1699px) {
  .s1 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s1 {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s1__subtitle {
  background: url("../images/s1/s1-subtitle.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 572px;
  height: 72px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -99999px;
}
@media (max-width: 1199px) {
  .s1__subtitle {
    width: 490px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .s1__subtitle {
    background: url("../images/s1/s1-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 440px;
    height: 80px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s1__subtitle {
    width: 345px;
    height: 60px;
  }
}
@media (max-width: 374px) {
  .s1__subtitle {
    width: 100%;
    height: 18vw;
  }
}
.s1__text {
  font-size: 1.3125em;
  line-height: 2.2;
  letter-spacing: 0.01em;
  margin-top: 68px;
}
@media (max-width: 1199px) {
  .s1__text {
    font-size: 1.125em;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s1__text {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s1__text {
    font-size: 1em;
  }
}
.s1__text .highlight {
  color: #009d42;
  font-weight: 500;
}

.s2 {
  background: url("../images/s3/s3-bg_01.png"), url("../images/s1/s1-bg_02.png");
  background-size: auto, auto;
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  position: relative;
  padding-bottom: 145px;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1699px) {
  .s2 {
    background-size: auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s2 {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s2 {
    padding-bottom: 60px;
  }
}
.s2__subtitle {
  position: relative;
}
.s2__subtitle::before {
  content: "";
  display: block;
  width: 146px;
  height: 132px;
  background: url("../images/s2/s2-subtitle-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -20px;
}
@media (max-width: 1199px) {
  .s2__subtitle::before {
    width: 100px;
    height: 90px;
    top: calc(50% - 45px);
    left: 70px;
  }
}
@media (max-width: 991px) {
  .s2__subtitle::before {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: 0;
  }
}
@media (max-width: 767px) {
  .s2__subtitle::before {
    top: -18px;
    left: calc(50vw - 150px);
  }
}
.s2__subtitle::after {
  content: "";
  display: block;
  width: 102px;
  height: 64px;
  background: url("../images/s2/s2-subtitle-icon-2.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  right: 40px;
}
@media (max-width: 1199px) {
  .s2__subtitle::after {
    width: 70px;
    height: 50px;
    top: calc(50% - 25px);
    right: 100px;
  }
}
@media (max-width: 991px) {
  .s2__subtitle::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s2__subtitle::after {
    top: -10px;
    right: calc(50vw - 150px);
  }
}
.s2__subtitle-item {
  display: block;
  width: 820px;
  height: 68px;
  background: url("../images/s2/s2-subtitle.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -99999px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .s2__subtitle-item {
    width: 550px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .s2__subtitle-item {
    background: url("../images/s2/s2-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 260px;
    height: 156px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s2__subtitle-item {
    width: 210px;
    height: 120px;
  }
}
@media (max-width: 374px) {
  .s2__subtitle-item {
    width: 60vw;
    height: 36vw;
  }
}
.s2__wrap {
  background: url("../images/s2/s2-wrap-bg_02.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  position: relative;
  margin-top: 90px;
  padding-top: 45px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  .s2__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s2__wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .s2__wrap {
    padding: 15px;
    margin-top: 40px;
  }
}
.s2__wrap::before {
  content: "";
  display: block;
  background: url("../images/s2/s2-wrap-bg_01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
.s2__wrap::after {
  content: "";
  display: block;
  background: url("../images/s2/s2-wrap-bg_03.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 0;
}
.s2__text {
  font-size: 1.3125em;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 1199px) {
  .s2__text {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s2__text {
    font-size: 1em;
  }
}
.s2__block {
  width: 1058px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s2__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s2__block {
    margin-top: 110px;
  }
}
.s2__item {
  background: #ffffff;
  border: 1px solid #009d42;
  border-radius: 30px;
  border-top-left-radius: 0;
  margin-left: 88px;
  position: relative;
  margin-top: 17px;
  width: calc(100% - 88px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 54px 8px 22px;
}
@media (max-width: 1199px) {
  .s2__item {
    padding-bottom: 24px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .s2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s2__item {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    border-top-left-radius: 30px;
    margin-top: 160px;
  }
}
@media (max-width: 480px) {
  .s2__item {
    border-radius: 15px;
  }
}
.s2__item:nth-child(1) .s2__item-no {
  background: url("../images/s2/s2-item-no-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.s2__item:nth-child(2) .s2__item-no {
  background: url("../images/s2/s2-item-no-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.s2__item:nth-child(3) .s2__item-no {
  background: url("../images/s2/s2-item-no-3.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.s2__item:nth-child(4) .s2__item-no {
  background: url("../images/s2/s2-item-no-4.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.s2__item:nth-child(5) .s2__item-no {
  background: url("../images/s2/s2-item-no-5.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.s2__item::before {
  content: "";
  display: block;
  width: 90px;
  height: 128px;
  background: url("../images/s2/s2-item-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: -1px;
  left: -90px;
}
@media (max-width: 767px) {
  .s2__item::before {
    left: calc(50% - 57px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -109px;
  }
}
.s2__item::after {
  content: "";
  display: block;
  width: 22px;
  height: 100px;
  background: url("../images/s2/s2-item-bg-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 22px;
  left: -52px;
}
@media (max-width: 767px) {
  .s2__item::after {
    left: calc(50% - 11px);
    bottom: -60px;
    height: 40px;
    width: 16px;
  }
}
.s2__item:first-child {
  margin-top: 0;
}
.s2__item:last-child::after {
  display: none;
}
.s2__item-head {
  width: 312px;
}
@media (max-width: 480px) {
  .s2__item-head {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.s2__item-body {
  width: calc(100% - 312px);
  padding-left: 33px;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .s2__item-body {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .s2__item-body {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.s2__item-no {
  width: 38px;
  height: 48px;
  position: absolute;
  top: 24px;
  left: -65px;
}
@media (max-width: 767px) {
  .s2__item-no {
    left: calc(50% - 19px);
    top: -66px;
  }
}
.s2__item-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #009d42;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .s2__item-title {
    font-size: 1.375em;
  }
}
@media (max-width: 480px) {
  .s2__item-title {
    font-size: 1.25em;
  }
}
.s2__item-text {
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.55555556;
}
@media (max-width: 1199px) {
  .s2__item-text {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .s2__item-text {
    text-align: justify;
  }
}
.s2__item-tag {
  font-size: 1.125em;
  font-weight: 500;
  color: #00825d;
  letter-spacing: 0.01em;
  border: 1px solid #00825d;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 10em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .s2__item-tag {
    font-size: 1em;
  }
}

/*-- s3 --*/
.s3 {
  background: url("../images/s3/s3-bg_02.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
  min-height: 446px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .s3 {
    min-height: auto;
    background-size: auto 100%;
  }
}
.s3__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 37px;
  padding-right: 37px;
}
@media (max-width: 1399px) {
  .s3__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .s3__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s3__block {
  width: calc(100% - 374px);
}
@media (max-width: 991px) {
  .s3__block {
    width: 100%;
    text-align: center;
  }
}
.s3__img {
  width: 374px;
}
@media (max-width: 991px) {
  .s3__img {
    width: 240px;
    margin-top: 15px;
  }
}
.s3__subtitle {
  background: url("../images/s3/s3-subtitle.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 506px;
  height: 34px;
}
@media (max-width: 1199px) {
  .s3__subtitle {
    width: 400px;
    height: 26px;
  }
}
@media (max-width: 991px) {
  .s3__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s3__subtitle {
    width: 358px;
    height: 80px;
    background: url("../images/s3/s3-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s3__subtitle {
    width: 280px;
    height: 64px;
  }
}
@media (max-width: 374px) {
  .s3__subtitle {
    width: 250px;
    height: 56px;
  }
}
.s3__text {
  font-size: 1.3125em;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.01em;
  width: 90%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.125em;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .s3__text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s3__text {
    font-size: 1em;
  }
}

/*-- s4 --*/
.s4 {
  background: url("../images/s5/s5-bg_01.jpg"), url("../images/s4/s4-bg.png");
  background-size: auto, auto;
  background-position: center bottom, center top 6px;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 104px;
  padding-bottom: 120px;
  min-height: 446px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1199px) {
  .s4 {
    background-size: auto, 100% auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .s4 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .s4 {
    padding-top: 15vw;
    padding-bottom: 60px;
  }
}
.s4__subtitle {
  background: url("../images/s4/s4-subtitle.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 674px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s4__subtitle {
    width: 550px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .s4__subtitle {
    width: 430px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .s4__subtitle {
    width: 350px;
    height: 34px;
  }
}
@media (max-width: 374px) {
  .s4__subtitle {
    width: 100%;
    height: 9vw;
  }
}
.s4__wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s4__wrap {
    width: 100%;
  }
}
.s4__block {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .s4__block {
    margin-top: 30px;
  }
}
.s4__item {
  background: url("../images/s4/s4-item.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 76px 96px 38px 76px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .s4__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s4__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.s4__item:first-child {
  padding-top: 0;
}
.s4__item-content {
  width: 212px;
}
@media (max-width: 991px) {
  .s4__item-content {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .s4__item-content {
    width: 130px;
  }
}
.s4__item-img {
  width: calc(100% - 212px);
  padding-left: 56px;
}
@media (max-width: 991px) {
  .s4__item-img {
    padding-left: 15px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .s4__item-img {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }
}
.s4__item-title {
  border: 1px solid #009d42;
  border-radius: 10em;
  background: #ffffff;
  font-size: 1.75em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.178571;
  letter-spacing: 0.01em;
  padding: 17px;
  min-height: 102px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .s4__item-title {
    font-size: 1.375em;
    padding: 10px;
    min-height: 66px;
  }
}
@media (max-width: 480px) {
  .s4__item-title {
    font-size: 1.125em;
  }
}
.s4__item-title::after {
  content: "";
  display: block;
  width: 29px;
  height: 21px;
  background: url("../images/s4/s4-item-title-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 14px);
}
@media (max-width: 991px) {
  .s4__item-title::after {
    width: 20px;
    height: 14px;
    left: calc(50% - 10px);
    bottom: -14px;
  }
}
.s4__item-text {
  font-size: 1.3125em;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 35px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .s4__item-text {
    font-size: 1em;
    margin-top: 15px;
    padding-left: 0;
  }
}
.s4__item-text .green {
  color: #399748;
}
.s4__item-text .highlight {
  font-weight: 800;
  font-size: 2.619em;
  font-family: "Archivo", "微軟正黑體", sans-serif;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .s4__item-text .highlight {
    margin-left: 5px;
  }
}
.s4__info {
  padding-left: 45px;
  padding-right: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .s4__info {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .s4__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s4__col {
    margin-top: 8px;
  }
}
.s4__col:first-child {
  width: 266px;
}
@media (max-width: 1199px) {
  .s4__col:first-child {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .s4__col:first-child {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .s4__col:first-child {
    margin-top: 0;
    width: 400px;
    max-width: 100%;
  }
}
.s4__col:nth-child(2) {
  width: 350px;
}
@media (max-width: 1199px) {
  .s4__col:nth-child(2) {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .s4__col:nth-child(2) {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .s4__col:nth-child(2) {
    width: 400px;
    max-width: 100%;
  }
}
.s4__col:nth-child(3) {
  width: calc(100% - 266px - 350px);
}
@media (max-width: 1199px) {
  .s4__col:nth-child(3) {
    width: calc(100% - 240px - 330px);
  }
}
@media (max-width: 991px) {
  .s4__col:nth-child(3) {
    width: calc(100% - 200px - 250px);
  }
}
@media (max-width: 767px) {
  .s4__col:nth-child(3) {
    width: 400px;
    max-width: 100%;
  }
}
.s4__col-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 8px;
}
.s4__col-item:first-child {
  margin-top: 0;
}
.s4__col-title {
  font-size: 0.875em;
  font-weight: 700;
  color: #399748;
  border: 1px solid #399748;
  width: 90px;
  text-align: center;
  padding: 2px;
}
.s4__col-text {
  width: calc(100% - 90px);
  padding-left: 6px;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 6px;
}
@media (max-width: 1199px) {
  .s4__col-text {
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .s4__col-text {
    padding-right: 0;
  }
}

/*-- s5 --*/
.s5 {
  background: url("../images/s5/s5-bg_02.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 95px;
  padding-bottom: 60px;
  min-height: 689px;
}
@media (min-width: 1921px) {
  .s5 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s5 {
    min-height: auto;
    background-size: auto 100%;
  }
}
@media (max-width: 991px) {
  .s5 {
    background-position: left top;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .s5 .container {
    width: 1314px;
  }
}
@media (min-width: 1700px) {
  .s5 .container {
    width: 1566px;
  }
}
.s5__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1399px) {
  .s5__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .s5__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s5__block {
  width: calc(100% - 618px);
  padding-left: 126px;
  padding-right: 80px;
}
@media (max-width: 1699px) {
  .s5__block {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .s5__block {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .s5__block {
    width: 100%;
    padding-right: 0;
  }
}
.s5__img {
  width: 618px;
  margin-top: -15px;
}
@media (max-width: 1399px) {
  .s5__img {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .s5__img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .s5__img {
    width: 400px;
    margin-top: 30px;
    max-width: 100%;
  }
}
.s5__subtitle {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 184px;
}
@media (max-width: 1399px) {
  .s5__subtitle {
    padding-top: 100px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .s5__subtitle {
    padding-top: 70px;
  }
}
.s5__subtitle::before {
  content: "";
  display: inline-block;
  width: 168px;
  height: 83px;
  background: url("../images/s5/s5-subtitle-tag.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .s5__subtitle::before {
    width: 120px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .s5__subtitle::before {
    left: calc(50% - 60px);
  }
}
.s5__subtitle-item {
  display: block;
  background: url("../images/s5/s5-subtitle.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 450px;
  height: 34px;
}
@media (max-width: 1199px) {
  .s5__subtitle-item {
    width: 360px;
    height: 28px;
  }
}
@media (max-width: 991px) {
  .s5__subtitle-item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s5__subtitle-item {
    width: 358px;
    height: 94px;
    background: url("../images/s5/s5-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .s5__subtitle-item {
    width: 280px;
    height: 74px;
  }
}
@media (max-width: 374px) {
  .s5__subtitle-item {
    width: 250px;
    height: 66px;
  }
}
.s5__text {
  font-size: 1.3125em;
  line-height: 1.71428571;
  letter-spacing: 0.01em;
  padding-left: 8px;
}
@media (max-width: 1399px) {
  .s5__text {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .s5__text {
    font-size: 1.125em;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .s5__text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s5__text {
    font-size: 1em;
  }
}
.s5__pen {
  margin-top: 40px;
}

.s6 {
  background: url("../images/s6/s6-bg.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 94px;
  padding-bottom: 118px;
}
@media (min-width: 1921px) {
  .s6 {
    background-size: 100% auto;
  }
}
@media (max-width: 1699px) {
  .s6 {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .s6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s6__subtitle {
  position: relative;
}
.s6__subtitle::before {
  content: "";
  display: block;
  width: 102px;
  height: 64px;
  background: url("../images/s2/s2-subtitle-icon-2.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 108px;
}
@media (max-width: 1399px) {
  .s6__subtitle::before {
    left: 90px;
  }
}
@media (max-width: 1199px) {
  .s6__subtitle::before {
    width: 70px;
    height: 50px;
    top: calc(50% - 25px);
    left: 100px;
  }
}
@media (max-width: 991px) {
  .s6__subtitle::before {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .s6__subtitle::before {
    top: -5px;
    left: calc(50vw - 150px);
  }
}
@media (max-width: 374px) {
  .s6__subtitle::before {
    left: calc(50vw - 130px);
  }
}
.s6__subtitle::after {
  content: "";
  display: block;
  width: 224px;
  height: 100px;
  background: url("../images/s6/s6-subtitle-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: -38px;
}
@media (max-width: 1399px) {
  .s6__subtitle::after {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .s6__subtitle::after {
    width: 150px;
    height: 90px;
    top: -10px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .s6__subtitle::after {
    width: 120px;
    height: 80px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .s6__subtitle::after {
    top: -5px;
    right: calc(50vw - 180px);
    width: 100px;
    height: 70px;
  }
}
@media (max-width: 374px) {
  .s6__subtitle::after {
    right: calc(50vw - 150px);
  }
}
.s6__subtitle-item {
  display: block;
  width: 714px;
  height: 68px;
  background: url("../images/s6/s6-subtitle.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: -99999px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .s6__subtitle-item {
    width: 550px;
    height: 52px;
  }
}
@media (max-width: 991px) {
  .s6__subtitle-item {
    width: 450px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .s6__subtitle-item {
    background: url("../images/s6/s6-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 260px;
    height: 156px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .s6__subtitle-item {
    width: 210px;
    height: 130px;
  }
}
.s6__wrap {
  background: url("../images/s6/s6-wrap-bg_02.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  position: relative;
  margin-top: 90px;
  padding-top: 45px;
  padding-bottom: 22px;
}
@media (max-width: 1199px) {
  .s6__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .s6__wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .s6__wrap {
    padding: 15px;
    margin-top: 40px;
  }
}
.s6__wrap::before {
  content: "";
  display: block;
  background: url("../images/s6/s6-wrap-bg_01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
.s6__wrap::after {
  content: "";
  display: block;
  background: url("../images/s6/s6-wrap-bg_03.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.s6__text {
  font-size: 1.3125em;
  line-height: 1.7;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 1199px) {
  .s6__text {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  .s6__text {
    font-size: 1em;
    letter-spacing: 0;
  }
}
.s6__thirdtitle {
  width: 546px;
  height: 36px;
  background: url("../images/s6/s6-thirdtitle.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s6__thirdtitle {
    width: 450px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .s6__thirdtitle {
    width: 380px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .s6__thirdtitle {
    margin-top: 15px;
    width: 320px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .s6__thirdtitle {
    width: 100%;
    height: 6vw;
  }
}
.s6__block {
  width: 958px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .s6__block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s6__block {
    margin-top: 15px;
  }
}
.s6__item {
  border: 1px solid #009d42;
  border-radius: 10em;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .s6__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
    border-radius: 30px;
  }
}
.s6__item-content {
  width: calc(100% - 305px);
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .s6__item-content {
    width: calc(100% - 240px);
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .s6__item-content {
    padding-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s6__item-img {
  width: 305px;
  height: 266px;
  background: url("../images/s6/s6-item-img.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
@media (max-width: 991px) {
  .s6__item-img {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .s6__item-img {
    width: 160px;
    height: 190px;
  }
}
.s6__item-img::before {
  content: "";
  display: block;
  background: url("../images/s6/s6-item-img-arrow.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  width: 70px;
  height: 38px;
  position: absolute;
  bottom: 20%;
  left: -64px;
}
@media (max-width: 991px) {
  .s6__item-img::before {
    bottom: 10%;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .s6__item-img::before {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    bottom: auto;
    left: auto;
    top: 20px;
    right: calc(50% - 160px);
  }
}
@media (max-width: 480px) {
  .s6__item-img::before {
    width: 40px;
    height: 32px;
    right: calc(50% - 100px);
  }
}
.s6__item-title {
  text-align: center;
}
@media (max-width: 767px) {
  .s6__item-title img {
    width: 160px;
  }
}
.s6__item-text {
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.55555556;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .s6__item-text {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .s6__item-text {
    text-align: justify;
  }
}
.s6__item-pen {
  padding-top: 15px;
}

.s7 {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  padding-top: 69px;
  padding-bottom: 77px;
}
@media (max-width: 767px) {
  .s7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1401px) {
  .s7 .container {
    width: 1200px !important;
  }
}
.s7__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .s7__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s7__logo {
  width: 400px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .s7__logo {
    width: 300px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .s7__logo {
    width: 240px;
  }
}
.s7__block {
  width: calc(100% - 400px);
  padding-left: 115px;
  position: relative;
}
@media (max-width: 1199px) {
  .s7__block {
    width: calc(100% - 300px);
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .s7__block {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
  }
}
.s7__block::before {
  content: "";
  display: block;
  width: 5px;
  height: 226px;
  background: url("../images/s7/s7-block-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -14px;
  left: 48px;
}
@media (max-width: 1199px) {
  .s7__block::before {
    width: 4px;
    height: 180px;
    top: -8px;
    left: 48px;
  }
}
@media (max-width: 991px) {
  .s7__block::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -60px;
    left: calc(50% - 2px);
  }
}
.s7__subtitle {
  background: url("../images/s7/s7-subtitle.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 588px;
  height: 28px;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s7__subtitle {
    width: 450px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .s7__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s7__subtitle {
    width: 240px;
    height: 46px;
    background: url("../images/s7/s7-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.s7__text {
  font-size: 1.3125em;
  line-height: 1.71428571;
  margin-top: 17px;
  letter-spacing: 0.075em;
}
@media (max-width: 1399px) {
  .s7__text {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .s7__text {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .s7__text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .s7__text {
    font-size: 1em;
  }
}

.product-kv {
  background: url("../images/product/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 652px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .product-kv {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .product-kv {
    min-height: 420px;
  }
}
.product-kv__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/product/title.png");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .product-kv__title {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .product-kv__title {
    background-position: center top -100px;
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
}
@media (max-width: 480px) {
  .product-kv__title {
    background-size: 1200px auto;
  }
}
.product-kv__pen-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  width: 350px;
  top: 175px;
  z-index: 2;
}
@media (max-width: 1699px) {
  .product-kv__pen-block {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .product-kv__pen-block {
    top: 80px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .product-kv__pen-block {
    top: 50px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .product-kv__pen-block {
    top: 80px;
  }
}
.product-kv__pen-block:first-child {
  left: calc(50vw - 760px);
}
@media (max-width: 1699px) {
  .product-kv__pen-block:first-child {
    left: calc(50vw - 620px);
  }
}
@media (max-width: 1399px) {
  .product-kv__pen-block:first-child {
    left: calc(50vw - 525px);
  }
}
@media (max-width: 991px) {
  .product-kv__pen-block:first-child {
    left: calc(50vw - 420px);
  }
}
@media (max-width: 767px) {
  .product-kv__pen-block:first-child {
    left: calc(50vw - 200px);
  }
}
.product-kv__pen-block:nth-child(2) {
  right: calc(50vw - 790px);
}
@media (max-width: 1699px) {
  .product-kv__pen-block:nth-child(2) {
    right: calc(50vw - 620px);
  }
}
@media (max-width: 1399px) {
  .product-kv__pen-block:nth-child(2) {
    right: calc(50vw - 520px);
  }
}
@media (max-width: 991px) {
  .product-kv__pen-block:nth-child(2) {
    right: calc(50vw - 420px);
  }
}
@media (max-width: 767px) {
  .product-kv__pen-block:nth-child(2) {
    right: calc(50vw - 200px);
  }
}
.product-kv__pen-item--1 {
  margin-top: -40px;
}
.product-kv__pen-item--2 {
  margin-top: 40px;
  margin-left: 110px;
}
@media (max-width: 1699px) {
  .product-kv__pen-item--2 {
    margin-left: 60px;
  }
}
.product-kv__pen-item--3 {
  margin-top: -10px;
  margin-left: 100px;
}
@media (max-width: 1699px) {
  .product-kv__pen-item--3 {
    margin-left: 60px;
  }
}
.product-kv__pen-item--4 {
  margin-top: -10px;
}
.product-kv__pen-item--5 {
  margin-top: 40px;
  margin-left: 90px;
}
@media (max-width: 1699px) {
  .product-kv__pen-item--5 {
    margin-left: 50px;
  }
}
.product-kv__pen-item--6 {
  margin-top: -30px;
  margin-left: 95px;
}
@media (max-width: 1699px) {
  .product-kv__pen-item--6 {
    margin-left: 40px;
  }
}

@media (min-width: 1401px) {
  .product-page .container {
    width: 1360px;
  }
}
.product-page .gotop {
  right: 30px;
}
@media (max-width: 767px) {
  .product-page .gotop {
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .product-page .navbar__socials {
    margin-top: 0;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.product-list {
  padding-bottom: 100px;
  position: relative;
  background: url("../images/product/product-list-bg.jpg"), #faf9f7;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 170px;
}
@media (max-width: 1199px) {
  .product-list {
    padding-top: 100px;
    background-size: 1400px auto;
  }
}
@media (max-width: 767px) {
  .product-list {
    background-size: 120% auto;
    padding-top: 60px;
  }
}
.product-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url("../images/product/divider.png") repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .product-list::before {
    height: 16px;
    background-size: auto 100%;
  }
}
.product-list .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.product-list .product-nav {
  margin-bottom: 60px;
  padding: 0 60px 0;
  position: relative;
  width: 1260px;
}
@media (max-width: 1399px) {
  .product-list .product-nav {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .product-list .product-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-list .product-nav::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  background: #faf9f7;
}
@media (max-width: 1399px) {
  .product-list .product-nav::before {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .product-list .product-nav::before {
    left: 30px;
  }
}
.product-list .product-nav__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 10px 0 10px 6px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media (max-width: 1199px) {
  .product-list .product-nav__item {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .product-list .product-nav__item {
    font-size: 1.125em;
  }
}
.product-list .product-nav__item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 48px;
  background: url("../images/product/nav-divider.png") no-repeat center center;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .product-list .product-nav__item::after {
    width: 4px;
    height: 24px;
    background-size: 100% auto;
  }
}
.product-list .product-nav__item::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 31px;
  background: url("../images/product/class-dot.svg") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 1199px) {
  .product-list .product-nav__item::before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list .product-nav__item::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.product-list .product-nav__item:hover {
  color: #009d42;
}
.product-list .product-nav__item:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(1189%) hue-rotate(103deg) brightness(94%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(1189%) hue-rotate(103deg) brightness(94%) contrast(101%);
}
.product-list .product-nav .slick-prev, .product-list .product-nav .slick-next {
  position: absolute;
  top: calc(50% - 11px);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 27px;
  height: 22px;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product-list .product-nav .slick-prev {
  left: 0;
  background-image: url("../images/product/class-arrow.svg");
}
.product-list .product-nav .slick-next {
  right: 0;
  background-image: url("../images/product/class-arrow.svg");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-list .product-category {
  background: url("../images/product/product-border.png") no-repeat center center;
  background-size: contain;
  padding: 50px 148px 50px 90px;
  position: relative;
  width: 1358px;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: 75px;
}
@media (max-width: 1699px) {
  .product-list .product-category {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 100px 40px 40px;
    background-size: 100% 100%;
  }
}
@media (max-width: 1399px) {
  .product-list .product-category {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .product-list .product-category {
    width: 780px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .product-list .product-category {
    width: calc(100% - 200px);
    padding: 30px 15px;
    background: none;
    border: 1px dashed #399748;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .product-list .product-category {
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .product-list .product-category {
    width: calc(100% - 20px);
    margin-left: auto;
  }
}
@media (max-width: 374px) {
  .product-list .product-category {
    width: 240px;
    margin-left: auto;
  }
}
.product-list .product-category:nth-child(2) {
  margin-top: 0;
}
.product-list .product-category__header {
  position: absolute;
  top: -25px;
  z-index: 2;
}
.product-list .product-category__body {
  position: relative;
}
.product-list .product-category__title {
  background: #009d42;
  color: #fff;
  padding: 0 40px;
  border-radius: 50px;
  left: -206px;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 1.75em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1699px) {
  .product-list .product-category__title {
    left: -138px;
    width: 200px;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .product-list .product-category__title {
    font-size: 1.25em;
    width: 160px;
    height: 50px;
    line-height: 50px;
    left: -118px;
  }
}
@media (max-width: 991px) {
  .product-list .product-category__title {
    left: -96px;
  }
}
@media (max-width: 767px) {
  .product-list .product-category__title {
    left: calc(50vw - 150px);
  }
}
@media (max-width: 480px) {
  .product-list .product-category__title {
    left: calc(50vw - 105px);
    width: 120px;
    font-size: 1em;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 374px) {
  .product-list .product-category__title {
    left: calc(50% - 20px);
  }
}
.product-list .product-category__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #009d42 transparent transparent transparent;
}
.product-list .product-category .slick-prev, .product-list .product-category .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 46px;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .product-list .product-category .slick-prev, .product-list .product-category .slick-next {
    width: 30px;
    height: 30px;
  }
}
.product-list .product-category .slick-prev {
  left: -170px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  background-image: url("../images/product/product-arrow.png");
}
@media (max-width: 1699px) {
  .product-list .product-category .slick-prev {
    left: -120px;
  }
}
@media (max-width: 991px) {
  .product-list .product-category .slick-prev {
    left: -110px;
  }
}
@media (max-width: 767px) {
  .product-list .product-category .slick-prev {
    left: -60px;
  }
}
@media (max-width: 480px) {
  .product-list .product-category .slick-prev {
    left: -35px;
  }
}
.product-list .product-category .slick-next {
  right: -230px;
  background-image: url("../images/product/product-arrow.png");
}
@media (max-width: 1699px) {
  .product-list .product-category .slick-next {
    right: -190px;
  }
}
@media (max-width: 991px) {
  .product-list .product-category .slick-next {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .product-list .product-category .slick-next {
    right: -60px;
  }
}
@media (max-width: 480px) {
  .product-list .product-category .slick-next {
    right: -35px;
  }
}
.product-list .product-slider {
  position: relative;
}
.product-list .product-slider-next {
  position: absolute;
  top: 0;
  right: -146px;
  width: 126px;
  overflow: hidden;
  opacity: 0.2;
}
@media (max-width: 1699px) {
  .product-list .product-slider-next {
    width: 80px;
    right: -100px;
  }
}
@media (max-width: 991px) {
  .product-list .product-slider-next {
    display: none;
  }
}
.product-list .product-slider-next .product-card:hover .product-card__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-list .product-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.product-list .product-slider .slick-list {
  margin: 0 -8px;
}
.product-list .product-slider .slick-slide {
  padding: 0 8px;
}
@media (max-width: 480px) {
  .product-list .product-slider .slick-slide {
    padding: 0 4px;
  }
}
.product-list .product-slider .slick-disabled {
  display: none !important;
}
.product-list .product-card {
  text-align: center;
  position: relative;
  background: transparent;
  width: 268px;
}
@media (max-width: 1699px) {
  .product-list .product-card {
    width: 229px;
  }
}
@media (max-width: 1399px) {
  .product-list .product-card {
    width: 259px;
  }
}
@media (max-width: 1199px) {
  .product-list .product-card {
    width: 219px;
  }
}
.product-list .product-card:hover .product-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-list .product-card__img {
  border: 1px solid #009d42;
  border-radius: 40px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .product-list .product-card__img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .product-list .product-card__img {
    height: 24vw;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .product-list .product-card__img {
    height: 100px;
    padding: 10px;
  }
}
.product-list .product-card__img img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.product-list .product-card__name {
  font-size: 1.3125em;
  font-weight: medium;
  color: #000;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .product-list .product-card__name {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .product-list .product-card__name {
    font-size: 0.9375em;
  }
}
@media (max-width: 480px) {
  .product-list .product-card__name {
    font-size: 0.8125em;
    gap: 4px;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 374px) {
  .product-list .product-card__name {
    font-size: 0.9375em;
  }
}
.product-list .product-card__name::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 31px;
  background: url("../images/product/product-dot.svg") no-repeat center center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .product-list .product-card__name::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .product-list .product-card__name::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .product-list .product-card__name::after {
    width: 14px;
    height: 14px;
  }
}
.product-list .product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*-- common --*/
.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

@media (max-width: 374px) {
  .hide--mbxs {
    display: none;
  }
}

.title {
  width: 354px;
  height: 122px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -99999px;
}
@media (max-width: 1199px) {
  .title {
    width: 290px;
    height: 98px;
  }
}
@media (max-width: 767px) {
  .title {
    width: 220px;
    height: 74px;
  }
}
@media (max-width: 480px) {
  .title {
    width: 200px;
    height: 68px;
  }
}
.title--1 {
  background: url("../images/common/title-1.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.title--2 {
  background: url("../images/common/title-2.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.title--3 {
  background: url("../images/common/title-3.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.gotop {
  position: fixed;
  bottom: 60px;
  right: 150px;
  z-index: 999;
  cursor: pointer;
  display: none;
  width: 41px;
  height: 48px;
  background: url("../images/gotop.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 1849px) {
  .gotop {
    right: 4.5vw;
    bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .gotop {
    right: 5vw;
  }
}
@media (max-width: 1199px) {
  .gotop {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .gotop {
    bottom: 70px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .gotop--index {
    padding-bottom: 95px;
  }
}
@media (min-width: 768px) {
  .gotop:hover {
    -webkit-animation: ani-gotop 0.5s ease infinite;
            animation: ani-gotop 0.5s ease infinite;
  }
}

.btn {
  position: fixed;
  top: 650px;
  right: 85px;
  z-index: 3;
  width: 150px;
  height: 144px;
  background: url("../images/btn-product.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: ani-btn 0.8s ease infinite;
          animation: ani-btn 0.8s ease infinite;
  text-indent: -9999px;
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 1899px) {
  .btn {
    top: auto;
    bottom: 140px;
  }
}
@media (max-width: 1849px) {
  .btn {
    right: 15px;
    bottom: 110px;
  }
}
@media (max-width: 1699px) {
  .btn {
    right: 1vw;
    bottom: 105px;
  }
}
@media (max-width: 1199px) {
  .btn {
    position: fixed;
    width: 120px;
    height: 130px;
    top: auto;
    right: 15px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    background: #399748;
    -webkit-animation: none;
            animation: none;
    padding: 10px;
    text-align: center;
    border-top: 3px solid #ffffff;
    text-indent: 0;
  }
  .btn__item {
    display: inline-block;
    -webkit-animation: ani-btn 0.8s ease infinite;
            animation: ani-btn 0.8s ease infinite;
  }
}

.offset--y {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 991px) {
  .offset--y {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 991px) {
  .offset--y2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 991px) {
  .offset--y3 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y4 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 991px) {
  .offset--y4 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y5 {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media (max-width: 1199px) {
  .offset--y5 {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
}