@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");
:root {
  --brown-color: #b58154;
  --brown-color2: #807164;
  --font-family: "Noto Sans TC", "Microsoft JhengHei",'Helvetica Neue', sans-serif;
  --font-family-noto: "Noto Sans TC";
  --font-family-helvetica: 'Helvetica Neue';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

a,
button {
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 460px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  font-family: var(--font-family);
  font-size: 1rem;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
  padding: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote,
q {
  quotes: "" "";
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #656565;
}

img {
  vertical-align: middle;
}

input {
  border: none;
  outline: none;
  color: #333;
}

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

.clearfix::after {
  clear: both;
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  top: 0;
  margin-right: 5px;
}

i[class*="icon-"].icon-right-arrow {
  width: 7px;
  height: 10px;
  background-image: url("../images/icon-right-arrow.png");
}

i[class*="icon-"].icon-right-arrow-2 {
  width: 5px;
  height: 8px;
  background-image: url("../images/icon-right-arrow-2.png");
}

i[class*="icon-"].icon-right-arrow-3 {
  width: 7px;
  height: 13px;
  background-image: url("../images/icon-right-arrow-3.png");
}

body {
  padding-top: 140px;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #4f4f4f;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 228px;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 199px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 460px) {
  body {
    padding-top: 164px;
  }
}

.container {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
     -moz-box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
          box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
}

header .logo-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #d1c3b7;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .logo-bar a {
  display: inline-block;
  margin: 0 auto;
}

header .logo-bar img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  header .logo-bar img {
    width: 107px;
  }
}

header nav {
  width: 1200px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f3f3;
}

@media screen and (max-width: 1200px) {
  header nav {
    width: 990px;
  }
}

@media screen and (max-width: 991px) {
  header nav {
    width: 100%;
    height: initial;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  header nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 460px) {
  header nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

header nav a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #807164;
  margin: 0;
  padding: 0 35px;
  border-right: 1px solid #f3f3f3;
  -webkit-transition: color .4s linear;
  -o-transition: color .4s linear;
  -moz-transition: color .4s linear;
  transition: color .4s linear;
}

@media screen and (max-width: 1200px) {
  header nav a {
    padding: 14px 25px;
  }
}

@media screen and (max-width: 991px) {
  header nav a {
    width: 50%;
  }
  header nav a:nth-of-type(1), header nav a:nth-of-type(2) {
    height: 95px;
    border-bottom: 1px solid #f3f3f3;
  }
  header nav a span {
    display: block;
  }
  header nav a i {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  header nav a {
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  header nav a:nth-of-type(1), header nav a:nth-of-type(2) {
    height: 80px;
  }
}

@media screen and (max-width: 430px) {
  header nav a {
    height: 45px;
  }
  header nav a:nth-of-type(1), header nav a:nth-of-type(2) {
    height: 58px;
  }
}

header nav a p {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #807164;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  header nav a p {
    width: 100%;
    display: block;
  }
}

header nav a:hover p {
  color: #905842;
}

header nav a:hover p.brown {
  color: #cf5524;
}

header nav a:last-of-type {
  border-right: 0;
}

section {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .dsk {
    display: none !important;
  }
}

.mob {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mob {
    display: block !important;
  }
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #bdbdbd;
  font-family: Arial;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #f9f7f4;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes zoomin {
  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);
  }
}

@-moz-keyframes zoomin {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.95);
         transform: scale(0.95);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes zoomin {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(0.95);
       transform: scale(0.95);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes arrow {
  0% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -webkit-calc(100% - 18px);
    background-position-x: calc(100% - 18px);
  }
  100% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

@-moz-keyframes arrow {
  0% {
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -moz-calc(100% - 18px);
    background-position-x: calc(100% - 18px);
  }
  100% {
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

@-o-keyframes arrow {
  0% {
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: calc(100% - 18px);
  }
  100% {
    background-position-x: calc(100% - 23px);
  }
}

@keyframes arrow {
  0% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
  50% {
    background-position-x: -webkit-calc(100% - 18px);
    background-position-x: -moz-calc(100% - 18px);
    background-position-x: calc(100% - 18px);
  }
  100% {
    background-position-x: -webkit-calc(100% - 23px);
    background-position-x: -moz-calc(100% - 23px);
    background-position-x: calc(100% - 23px);
  }
}

.mb-1 {
  margin-bottom: 1.7rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 991px) {
  .d-i {
    display: inline !important;
  }
}

.f-topic {
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: 2.1px;
  text-align: center;
  color: #4f4f4f;
}

@media screen and (max-width: 640px) {
  .f-topic {
    letter-spacing: -.5px;
  }
}

.f-title {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 1.7px;
  text-align: left;
  color: #4f4f4f;
  margin-bottom: .8rem;
}

@media screen and (max-width: 640px) {
  .f-title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .f-title span {
    display: block;
  }
}

.f-point {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-align: left;
  color: #cbac87;
}

@media screen and (max-width: 640px) {
  .f-point {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.f-h {
  font-family: var(--font-family-helvetica);
}

.f-b5 {
  font-weight: 500;
  margin-top: 1.5rem;
}

.f-ot {
  font-size: 1.25rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
  color: #bd986c;
  margin-bottom: 1rem;
  font-family: var(--font-family-helvetica);
}

@media screen and (max-width: 640px) {
  .f-ot {
    font-size: 1.4rem;
    letter-spacing: -.5px;
  }
  .f-ot span {
    display: block;
  }
}

.f-info-en {
  font-family: var(--font-family-helvetica);
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: .8px;
  text-align: center;
  color: #4f4f4f;
}

@media screen and (max-width: 640px) {
  .f-info-en {
    letter-spacing: 0px;
  }
}

.f-info-title {
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.7px;
  text-align: center;
  color: #4f4f4f;
  margin-bottom: .6rem;
}

@media screen and (max-width: 640px) {
  .f-info-title {
    font-size: 2.4rem;
    letter-spacing: 0px;
  }
}

.f-info-price {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1px;
  text-align: center;
  color: #4f4f4f;
}

.f-info-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1px;
  text-align: center;
  color: #4f4f4f;
  padding: 0 26px;
  border: solid 1px #2a2a2a;
  margin: 1.5rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .f-info-date {
    font-size: 1.5rem;
  }
}

.lnk-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 158px;
  height: 34px;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.3), -0.3px 3px 6px 0 rgba(189, 189, 189, 0.45);
     -moz-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.3), -0.3px 3px 6px 0 rgba(189, 189, 189, 0.45);
          box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.3), -0.3px 3px 6px 0 rgba(189, 189, 189, 0.45);
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.4px;
  text-align: center;
  color: #c99e68;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
  margin: 1rem auto 0;
  background: url(../images/icon-double-arrow.png) no-repeat -webkit-calc(100% - 20px) center;
  background: url(../images/icon-double-arrow.png) no-repeat -moz-calc(100% - 20px) center;
  background: url(../images/icon-double-arrow.png) no-repeat calc(100% - 20px) center;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation-name: arrow;
     -moz-animation-name: arrow;
       -o-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: .5s;
     -moz-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 0ms;
     -moz-animation-delay: 0ms;
       -o-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.lnk-btn:hover {
  background-color: #dfc4a3;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .lnk-btn {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-right: 1.2rem;
  }
}

.brown {
  color: var(--brown-color);
}

.pt-info-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 17rem;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border: solid 2px #90a8b2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #90a8b2;
}

@media screen and (max-width: 640px) {
  .pt-info-topic {
    width: 20rem;
    height: 40px;
    font-size: 2.2rem;
  }
}

.pt-info-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #505b62;
  margin-bottom: 1.3rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .pt-info-title {
    font-size: 2.1rem;
  }
}

.pt-info-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #505b62;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.pt-info-price {
  margin-bottom: 1rem;
}

.pt-info-price h4 {
  font-family: var(--font-family-helvetica), var(--font-family-noto);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #c74b27;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  .pt-info-price h4 {
    font-size: 1.5rem;
  }
}

.pt-info-price p {
  font-family: var(--font-family-helvetica), var(--font-family-noto);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .pt-info-price p {
    font-size: 1.2rem;
  }
}

.pt-info-desc p {
  font-size: .95rem;
  line-height: 1.47;
  letter-spacing: 0.38px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .pt-info-desc p {
    font-size: 1.4rem;
    white-space: nowrap;
    letter-spacing: 0px;
  }
}

.pt-info-pic {
  position: relative;
  z-index: 1;
}

.pt-info-pic > img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .pt-info-pic > img {
    width: 100%;
  }
}

.pt-info-pic.new::after {
  content: "";
  display: block;
  width: 43px;
  height: 49px;
  position: absolute;
  z-index: 2;
  background: url(../images/p3-new.png) no-repeat center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

@media screen and (max-width: 640px) {
  .pt-info-pic.new::after {
    width: 34px;
    height: 39px;
  }
}

.pt-info-pic.tip1::after {
  content: "";
  display: block;
  width: 69px;
  height: 69px;
  position: absolute;
  z-index: 2;
  background: url(../images/p3-s1-tip1.png) no-repeat center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

@media screen and (max-width: 1200px) {
  .pt-info-pic.tip1::after {
    width: 61px;
    height: 61px;
  }
}

@media screen and (max-width: 640px) {
  .pt-info-pic.tip1::after {
    width: 40px;
    height: 61px;
  }
}

.pt-info-pic.tip2::after {
  content: "";
  display: block;
  width: 81px;
  height: 73px;
  position: absolute;
  z-index: 2;
  background: url(../images/p3-s1-tip2.png) no-repeat center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

@media screen and (max-width: 1200px) {
  .pt-info-pic.tip2::after {
    width: 68px;
    height: 61px;
  }
}

@media screen and (max-width: 640px) {
  .pt-info-pic.tip2::after {
    width: 40px;
    height: 36px;
  }
}

#index #section-kv {
  width: 100%;
  height: -webkit-calc(100vh - 140px);
  height: -moz-calc(100vh - 140px);
  height: calc(100vh - 140px);
  min-height: 800px;
  background: url(../images/p1-kv-bg.png) no-repeat center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-color: #e4f4f9;
  position: relative;
}

@media screen and (max-width: 991px) {
  #index #section-kv .mob {
    display: none !important;
  }
}

@media screen and (max-width: 720px) {
  #index #section-kv {
    height: initial;
    min-height: initial;
  }
  #index #section-kv .mob {
    width: 100%;
    display: block !important;
  }
}

#index #section-1 {
  padding: 6rem 0 5rem;
  background-color: #f6f6f6;
}

#index #section-1 .container {
  width: 1035px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #index #section-1 .container {
    width: 900px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  #index #section-1 .container {
    display: block;
    width: 100%;
  }
}

#index #section-1 .pt {
  display: block;
  margin: 1.4rem auto 0 0;
}

@media screen and (max-width: 1200px) {
  #index #section-1 .pt {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #index #section-1 .pt {
    margin: 1.4rem auto 0;
  }
}

@media screen and (max-width: 640px) {
  #index #section-1 .pt {
    width: 44%;
  }
}

#index #section-1 .info-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  #index #section-1 .info-wrap {
    margin: 1.4rem auto 0;
  }
}

#index #section-1 .text {
  text-align: center;
  margin: 1.6rem 0 3.3rem;
}

#index #section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(30%, #f2f2f2), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f2f2f2 30%, #fff 100%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #f2f2f2 30%, #fff 100%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #f2f2f2 30%, #fff 100%);
  background-image: linear-gradient(to top, #fff 0%, #f2f2f2 30%, #fff 100%);
}

@media screen and (max-width: 991px) {
  #index #section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#index #section-2 .yt-wrap {
  width: 878px;
  margin: 0 auto 5.8rem;
  padding: 0;
}

@media screen and (max-width: 991px) {
  #index #section-2 .yt-wrap {
    width: 100%;
    min-width: 100%;
    display: block;
  }
}

#index #section-2 .yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

#index #section-2 .yt-wrap .video iframe,
#index #section-2 .yt-wrap .video object,
#index #section-2 .yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index #section-2 .container {
  width: 1059px;
}

@media screen and (max-width: 1200px) {
  #index #section-2 .container {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  #index #section-2 .container {
    width: 100%;
  }
}

#index #section-2 .info {
  margin-bottom: 3.5rem;
  padding-right: 3rem;
}

@media screen and (max-width: 1200px) {
  #index #section-2 .info {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #index #section-2 .info {
    width: 90%;
    margin: 0 auto 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  #index #section-2 .info p {
    letter-spacing: 0;
    text-align: justify;
  }
}

#index #section-2 .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point {
    display: block;
    width: 90%;
    margin: 0 auto 3.5rem;
  }
}

#index #section-2 .point.p1 {
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p1 {
    padding-bottom: 0;
  }
}

#index #section-2 .point.p1 .text {
  width: 512px;
}

@media screen and (max-width: 1200px) {
  #index #section-2 .point.p1 .text {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p1 .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#index #section-2 .point.p1 .pic {
  margin-top: .7rem;
}

#index #section-2 .point.p1 .pic img {
  display: block;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p1 .pic img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #index #section-2 .point.p1 .pic img {
    width: 79%;
  }
}

#index #section-2 .point.p1 .ps {
  font-size: .7rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #606060;
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {
  #index #section-2 .point.p1 .ps {
    font-size: .9rem;
  }
}

#index #section-2 .point.p2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p2 {
    padding-bottom: 3rem;
  }
}

#index #section-2 .point.p2 .text {
  width: 505px;
}

@media screen and (max-width: 1200px) {
  #index #section-2 .point.p2 .text {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p2 .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#index #section-2 .point.p2 .pic h6 {
  font-family: 'Helvetica Neue';
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-align: center;
  color: #676767;
  margin-bottom: .95rem;
}

@media screen and (max-width: 640px) {
  #index #section-2 .point.p2 .pic h6 {
    font-size: 1.3rem;
  }
}

#index #section-2 .point.p2 .pic img {
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p2 .pic img {
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 640px) {
  #index #section-2 .point.p2 .pic img {
    width: 95%;
  }
}

#index #section-2 .point.p2 .pic p {
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.85px;
  text-align: center;
  color: #4f4f4f;
}

#index #section-2 .point.p3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .point.p3 {
    padding-top: 0;
  }
}

#index #section-2 .ingredients {
  width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #d4d4d4;
  margin: 3.2rem auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2.2rem 1rem .5rem;
  position: relative;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  #index #section-2 .ingredients {
    width: 100%;
    padding: 2.2rem 1.5rem 1rem;
  }
}

#index #section-2 .ingredients > div {
  width: -webkit-calc(20% - 1rem);
  width: -moz-calc(20% - 1rem);
  width: calc(20% - 1rem);
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .ingredients > div {
    width: -webkit-calc(33% - 1rem);
    width: -moz-calc(33% - 1rem);
    width: calc(33% - 1rem);
  }
  #index #section-2 .ingredients > div:nth-of-type(10) {
    display: none;
  }
}

#index #section-2 .ingredients > div img {
  display: block;
  margin: 0 auto .4rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .ingredients > div img {
    width: 100%;
  }
}

#index #section-2 .ingredients > div p {
  font-size: .95rem;
  color: #606060;
  text-align: center;
}

#index #section-2 .ingredients .ps {
  font-size: .6rem;
  color: #606060;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media screen and (max-width: 991px) {
  #index #section-2 .ingredients .ps {
    width: 100%;
    font-size: .8rem;
    position: relative;
    bottom: initial;
    right: initial;
    text-align: center;
  }
}

#index #section-3 {
  background: url(../images/p1-s3-bg.png) no-repeat right center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 198px 0 157px;
}

@media screen and (max-width: 991px) {
  #index #section-3 {
    background-position-x: 67%;
  }
  #index #section-3 .mob {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  #index #section-3 {
    background: none;
    padding: 0;
  }
  #index #section-3 .mob {
    display: block !important;
    width: 100%;
  }
}

#index #section-3 .container {
  width: 1069px;
}

@media screen and (max-width: 1200px) {
  #index #section-3 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #index #section-3 .container {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #index #section-3 .container {
    width: 100%;
    position: relative;
    margin: 0;
  }
}

#index #section-3 .info-wrap {
  width: 686px;
}

@media screen and (max-width: 1400px) {
  #index #section-3 .info-wrap {
    width: 550px;
  }
}

@media screen and (max-width: 1200px) {
  #index #section-3 .info-wrap {
    width: 450px;
  }
}

@media screen and (max-width: 640px) {
  #index #section-3 .info-wrap {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-90%, -50%);
       -moz-transform: translate(-90%, -50%);
        -ms-transform: translate(-90%, -50%);
         -o-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
  #index #section-3 .info-wrap > p {
    font-size: 1.125rem;
    letter-spacing: -.5px;
    line-height: 1.5;
    text-align: justify;
  }
}

#index #section-4 {
  padding-top: 106px;
  padding-bottom: 110px;
}

#index #section-4 .container {
  width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #index #section-4 .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  #index #section-4 .container {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  #index #section-4 .container {
    width: 90%;
  }
}

#index #section-4 .container > h2 {
  font-family: var(--font-family-helvetica);
  font-size: 1.7rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: .5px;
  text-align: center;
  color: #af8d7e;
  margin-bottom: .5rem;
}

#index #section-4 .container > h3 {
  text-align: center;
  margin-bottom: .8rem;
}

@media screen and (max-width: 991px) {
  #index #section-4 .container > h3 span {
    display: block;
  }
}

#index #section-4 .swiper-content {
  position: relative;
  margin-top: 3.4rem;
}

#index #section-4 .swiper-slide h4 {
  font-family: var(--font-family-helvetica);
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.45px;
  text-align: center;
  color: #606060;
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide h4 {
    font-size: 1.5rem;
  }
}

#index #section-4 .swiper-slide h5 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #696969;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide h5 {
    font-size: 1.3rem;
  }
}

#index #section-4 .swiper-slide > img {
  display: block;
  margin: 1rem auto 3rem;
}

#index #section-4 .swiper-slide .f-info-en {
  font-size: .8rem;
  line-height: 1;
  letter-spacing: -0.2px;
  margin-bottom: .3rem;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide .f-info-en {
    font-size: 1rem;
    font-weight: 500;
  }
}

#index #section-4 .swiper-slide .f-info-title {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 1.7px;
  margin-bottom: .2rem;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide .f-info-title {
    font-size: 2rem;
  }
}

#index #section-4 .swiper-slide .f-info-price {
  font-size: .8rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide .f-info-price {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  #index #section-4 .swiper-slide .f-info-price {
    font-size: 1.3rem;
  }
}

#index #section-4 .swiper-slide .f-info-date {
  height: 29px;
  font-size: .8rem;
  margin-top: .5rem;
  padding: 0 14px;
}

@media screen and (max-width: 991px) {
  #index #section-4 .swiper-slide .f-info-date {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  #index #section-4 .swiper-slide .f-info-date {
    font-size: 1.4rem;
  }
}

#index #section-4 .swiper-slide .pic2 {
  -webkit-transform: translateX(-33px);
     -moz-transform: translateX(-33px);
      -ms-transform: translateX(-33px);
       -o-transform: translateX(-33px);
          transform: translateX(-33px);
}

#index #section-4 .swiper-slide .pic4 {
  -webkit-transform: translateX(-29px);
     -moz-transform: translateX(-29px);
      -ms-transform: translateX(-29px);
       -o-transform: translateX(-29px);
          transform: translateX(-29px);
}

#index #section-4 .swiper-pagination {
  z-index: 1;
  top: initial;
  bottom: -4rem;
}

#index #section-4 .swiper-pagination-bullet-active {
  background-color: #545454;
}

#index #section-4 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#index #section-4 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}

#set #section-kv {
  height: 447px;
  background: url(../images/p3-kv-bg.png) no-repeat right center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 1200px) {
  #set #section-kv {
    height: 386px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv {
    background: url(../images/p3-kv-bg-m.png) no-repeat right top;
    height: 848px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-kv {
    background: url(../images/p3-kv-bg-m.png) no-repeat 95% top;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    height: 579px;
  }
}

#set #section-kv .container {
  width: 1220px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #set #section-kv .container {
    width: 975px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv .container {
    width: 100%;
  }
}

#set #section-kv .title-wrap {
  position: absolute;
  top: 37.5%;
  left: 50%;
}

@media screen and (max-width: 1200px) {
  #set #section-kv .title-wrap {
    top: 32.5%;
    left: 53%;
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv .title-wrap {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

#set #section-kv h1 {
  font-family: var(--font-family-noto);
  font-size: 2.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.6px;
  text-align: center;
  color: #505b62;
  margin-bottom: 1.35rem;
}

@media screen and (max-width: 414px) {
  #set #section-kv h1 {
    letter-spacing: 1.6px;
  }
}

#set #section-kv h1 span {
  font-family: var(--font-family-helvetica);
  font-size: inherit;
}

#set #section-kv h6 {
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #505b62;
  margin-bottom: .4rem;
}

#set #section-kv .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  font-size: .9rem;
  color: #fff;
  font-weight: 500;
  background-color: #505b62;
  text-align: center;
  margin: 0 auto;
  padding: 0 .6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#set #section-kv .kv-prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 548px;
  height: 309px;
  padding: 41px 0 0 10px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 0px 11px 18px 0 rgba(150, 161, 169, 0.25);
     -moz-box-shadow: 0px 11px 18px 0 rgba(150, 161, 169, 0.25);
          box-shadow: 0px 11px 18px 0 rgba(150, 161, 169, 0.25);
  background-color: #fff;
  position: absolute;
  top: 64px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  #set #section-kv .kv-prod {
    width: 466px;
    height: 278px;
    top: 48px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv .kv-prod {
    width: 548px;
    height: 309px;
    top: initial;
    left: 50%;
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv .kv-prod {
    width: 90%;
    height: 309px;
    top: initial;
    left: 50%;
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  #set #section-kv .kv-prod {
    width: 90%;
    height: 214px;
    padding: 25px 0 0 0;
  }
}

#set #section-kv .kv-prod .new::after {
  top: 13px;
  left: 34px;
}

@media screen and (max-width: 640px) {
  #set #section-kv .kv-prod .new::after {
    top: 23px;
    left: 16px;
  }
}

#set #section-kv .kv-prod .info {
  position: relative;
  left: -13px;
  top: 11px;
}

@media screen and (max-width: 640px) {
  #set #section-kv .kv-prod .pt-info-desc p {
    font-size: 1.2rem;
  }
}

#set #section-kv .kv-prod img {
  display: block;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #set #section-kv .kv-prod img {
    width: 241px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-kv .kv-prod img {
    width: initial;
  }
}

@media screen and (max-width: 640px) {
  #set #section-kv .kv-prod img {
    width: 174px;
    -webkit-transform: translateY(16px);
       -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
         -o-transform: translateY(16px);
            transform: translateY(16px);
  }
}

#set #section-1 {
  background-color: #f7f7f7;
  padding: 56px 0;
}

@media screen and (max-width: 640px) {
  #set #section-1 {
    padding: 56px 0;
  }
}

#set #section-1 .container {
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0 30px;
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #set #section-1 .container {
    width: 990px;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .container {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .container {
    -webkit-border-radius: 27px;
       -moz-border-radius: 27px;
            border-radius: 27px;
  }
}

@media screen and (max-width: 414px) {
  #set #section-1 .container {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

#set #section-1 .prods-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
  margin: 0 auto;
  padding: 3rem 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
}

@media screen and (max-width: 991px) {
  #set #section-1 .prods-wrap {
    display: block;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .prods-wrap {
    width: -webkit-calc(100% - 0rem);
    width: -moz-calc(100% - 0rem);
    width: calc(100% - 0rem);
    padding-top: 4rem;
  }
}

#set #section-1 .prods-wrap::after {
  content: "";
  width: 90%;
  height: 1px;
  border-bottom: 1px dashed #d1e1e7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#set #section-1 .prods-wrap:last-of-type::after {
  display: none;
}

#set #section-1 .title {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #set #section-1 .title {
    margin-bottom: 3rem;
  }
}

#set #section-1 .prod {
  width: 270px;
}

@media screen and (max-width: 991px) {
  #set #section-1 .prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 230px;
    margin-bottom: 1rem;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .prod {
    height: 140px;
  }
}

#set #section-1 .pt-info-pic {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
  #set #section-1 .pt-info-pic {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .pt-info-pic {
    -webkit-transform: translateX(1rem);
       -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
         -o-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .pt-info-pic {
    width: 160px;
  }
}

#set #section-1 .pt-info-pic > img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #set #section-1 .pt-info-pic > img {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .pt-info-desc p {
    font-size: 1.3rem;
    letter-spacing: -.5px;
  }
}

#set #section-1 .info {
  -webkit-transform: translateY(-2rem);
     -moz-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
       -o-transform: translateY(-2rem);
          transform: translateY(-2rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #set #section-1 .info {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .info {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p1 {
    margin-top: 2rem;
  }
}

#set #section-1 .p1 .pt-info-pic {
  position: relative;
}

#set #section-1 .p1 .pt-info-pic img:first-of-type {
  position: relative;
  z-index: 2;
}

#set #section-1 .p1 .pt-info-pic .bg {
  position: absolute;
  top: -10%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  #set #section-1 .p1 .pt-info-pic .bg {
    top: 0;
  }
}

#set #section-1 .p1 .tip1::after {
  top: 30px;
  left: 4px;
}

@media screen and (max-width: 991px) {
  #set #section-1 .p1 .tip1::after {
    left: 25px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p1 .tip1::after {
    top: 12px;
    left: 19px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p2 .pt-info-pic {
    top: -1rem;
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p3 {
    margin-bottom: 3rem;
  }
}

#set #section-1 .p3 .tip2::after {
  top: 30px;
  left: -11px;
}

@media screen and (max-width: 991px) {
  #set #section-1 .p3 .tip2::after {
    left: 5px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p3 .tip2::after {
    top: 13px;
    left: 10px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p4 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p4 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p4 .pt-info-pic {
    -webkit-transform: translateX(1rem);
       -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
         -o-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p5 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p5 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p5 .pt-info-pic {
    -webkit-transform: translateX(1rem);
       -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
         -o-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p6 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p6 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p6 .pt-info-pic {
    -webkit-transform: translateX(1rem);
       -moz-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
         -o-transform: translateX(1rem);
            transform: translateX(1rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p7 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p7 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 991px) {
  #set #section-1 .p7 .pt-info-pic {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p7 .pt-info-pic {
    -webkit-transform: translateX(0rem);
       -moz-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
         -o-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p8 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p8 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p8 .pt-info-pic {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

#set #section-1 .p8 .new::after {
  width: 49px;
  height: 55px;
  top: 102px;
  left: 37px;
}

@media screen and (max-width: 640px) {
  #set #section-1 .p8 .new::after {
    width: 29px;
    height: 33px;
    top: 62px;
    left: 31px;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-1 .p9 .pt-info-pic {
    -webkit-transform: translateX(-2rem);
       -moz-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
         -o-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p9 .pt-info-pic {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

#set #section-1 .p9 .text {
  width: 16rem;
  top: 0%;
  left: 28%;
  z-index: 2;
  padding: 4px 6px;
}

@media screen and (max-width: 991px) {
  #set #section-1 .p9 .text {
    width: 15.5rem;
    top: initial;
    left: 40%;
    bottom: -2rem;
  }
}

@media screen and (max-width: 640px) {
  #set #section-1 .p9 .text {
    bottom: -4rem;
  }
}

#set #section-1 .p9 .new::after {
  top: 12%;
  left: 0%;
}

#set #section-gift {
  width: 1200px;
  margin: 44px auto 10px;
  background-color: #fff;
  -webkit-border-radius: 44px;
     -moz-border-radius: 44px;
          border-radius: 44px;
  overflow: hidden;
  padding: 0 0 43px;
}

@media screen and (max-width: 1200px) {
  #set #section-gift {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #set #section-gift {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 640px) {
  #set #section-gift {
    padding-top: 20px;
    -webkit-border-radius: 27px;
       -moz-border-radius: 27px;
            border-radius: 27px;
  }
}

@media screen and (max-width: 414px) {
  #set #section-gift {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#set #section-gift h2 {
  margin-bottom: 2.4rem;
}

#set #section-gift .prods-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1079px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 1200px) {
  #set #section-gift .prods-wrap {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-gift .prods-wrap {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    max-width: 465px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-bottom: 0;
  }
}

#set #section-gift .prods-wrap .prod {
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  margin-right: 32px;
  padding: 28px 10px 23% 42px;
  -webkit-border-radius: 31px;
     -moz-border-radius: 31px;
          border-radius: 31px;
  border: solid 2px #d9e4e8;
  position: relative;
}

@media screen and (max-width: 991px) {
  #set #section-gift .prods-wrap .prod {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 22px 30px 1rem 42px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(1) {
    padding: 22px 6% 1rem;
  }
}

#set #section-gift .prods-wrap .prod:nth-of-type(1) .info > p {
  width: 90%;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(1) .info > p {
    width: 96%;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(1) img {
    width: 64%;
    max-width: 360px;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(1) img {
    width: 80%;
    max-width: 266px;
    bottom: initial;
    left: initial;
    right: initial;
    position: relative;
    margin-top: 2rem;
  }
}

#set #section-gift .prods-wrap .prod:nth-of-type(2) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(2) {
    padding: 22px 6% 1rem;
  }
}

#set #section-gift .prods-wrap .prod:nth-of-type(2) .info > p {
  width: 72%;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(2) .info > p {
    width: 100%;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(2) img {
    width: 81%;
    max-width: 360px;
    bottom: 6%;
  }
}

@media screen and (max-width: 991px) {
  #set #section-gift .prods-wrap .prod:nth-of-type(2) img {
    width: 90%;
    max-width: 409px;
    bottom: initial;
    left: initial;
    right: initial;
    position: relative;
    margin: 2rem auto 0 0;
  }
}

#set #section-gift .prods-wrap .prod h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod h3 {
    font-size: 1.7rem;
  }
}

#set #section-gift .prods-wrap .prod h3 span {
  font-family: 'Helvetica Neue', "Noto Sans TC";
  font-size: 1.875rem;
  color: #a74426;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod h3 span {
    font-size: 1.9rem;
  }
}

#set #section-gift .prods-wrap .prod h6 {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod h6 {
    font-size: 1.2rem;
  }
}

#set #section-gift .prods-wrap .prod .info {
  padding: 10px 0 0 66px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod .info {
    padding: 10px 0 0 4rem;
  }
}

#set #section-gift .prods-wrap .prod .info .tip {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.15625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #d79382;
  margin-bottom: 0;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  border: solid 4px #d79382;
  background-color: #fff;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod .info .tip {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    border: solid 3px #d79382;
  }
}

#set #section-gift .prods-wrap .prod .info h4 {
  font-size: 2.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #8caab5;
  margin-bottom: 6px;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod .info h4 {
    font-size: 2rem;
  }
}

#set #section-gift .prods-wrap .prod .info p {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.2px;
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod .info p {
    font-size: 1.3rem;
  }
}

#set #section-gift .prods-wrap .prod img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #set #section-gift .prods-wrap .prod img {
    width: 74%;
    max-width: 445px;
  }
}

@media screen and (max-width: 991px) {
  #set #section-gift .prods-wrap .prod img {
    max-width: 260px;
    width: 80%;
    bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  #set #section-gift .prods-wrap .prod img {
    max-width: 240px;
    width: 80%;
    bottom: -5px;
  }
}

#set #section-gift > p {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: center;
  color: #969696;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #set #section-gift > p {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #set #section-gift > p {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    font-size: 1rem;
    text-align: left;
  }
}

#base #section-kv {
  height: -webkit-calc(100vh - 140px);
  height: -moz-calc(100vh - 140px);
  height: calc(100vh - 140px);
  min-height: 800px;
  background: url(../images/p3-kv-bg.png) no-repeat center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 991px) {
  #base #section-kv {
    height: -webkit-calc(100vh - 187px);
    height: -moz-calc(100vh - 187px);
    height: calc(100vh - 187px);
  }
  #base #section-kv .mob {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  #base #section-kv {
    background: url(../images/p3-kv-bg-m.png) no-repeat center;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    height: -webkit-calc(100vh - 202px);
    height: -moz-calc(100vh - 202px);
    height: calc(100vh - 202px);
    min-height: initial;
  }
}

@media screen and (max-width: 414px) {
  #base #section-kv {
    height: initial;
  }
  #base #section-kv .mob {
    width: 100%;
    display: block !important;
  }
}

#base #section-kv h1 {
  display: none;
}

#base #section-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f3f8), to(#e9ebf2));
  background-image: -webkit-linear-gradient(bottom, #f1f3f8, #e9ebf2);
  background-image: -moz-linear-gradient(bottom, #f1f3f8, #e9ebf2);
  background-image: -o-linear-gradient(bottom, #f1f3f8, #e9ebf2);
  background-image: linear-gradient(to top, #f1f3f8, #e9ebf2);
}

#base #section-1 .container {
  padding: 113px 0 110px;
  margin: 0 auto;
  width: 961px;
  position: relative;
}

#base #section-1 .container::after {
  content: "";
  width: 244px;
  height: 362px;
  position: absolute;
  bottom: 60px;
  right: -9%;
  background: url(../images/p3-s1-img.png) no-repeat center;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #base #section-1 .container::after {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  #base #section-1 .container::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #base #section-1 .container {
    display: block;
    width: 90%;
  }
  #base #section-1 .container > img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #base #section-1 .container {
    padding: 113px 0 4rem;
  }
  #base #section-1 .container > img {
    width: 167px;
    -webkit-transform: translateX(25px);
       -moz-transform: translateX(25px);
        -ms-transform: translateX(25px);
         -o-transform: translateX(25px);
            transform: translateX(25px);
  }
}

#base #section-1 h2 {
  margin-bottom: 1.2rem;
}

#base #section-1 h2 p {
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 1.4px;
  text-align: center;
  color: #656360;
  margin-bottom: 0;
}

#base #section-1 .info-wrap {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #base #section-1 .info-wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  #base #section-1 .info-wrap {
    width: 100%;
    margin-bottom: 4rem;
  }
}

#base #section-1 .info-wrap > p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.8px;
  text-align: center;
  color: #656360;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-1 .info-wrap > p {
    font-size: 1.3rem;
  }
}

#base #section-1 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: center;
  color: #484848;
  border: 1px solid #2a2a2a;
  padding: 7px 25px 9px;
  margin: 2.8rem auto 2.8rem;
}

@media screen and (max-width: 991px) {
  #base #section-1 h5 {
    margin: 2rem auto 2rem;
  }
}

#base #section-1 .info {
  text-align: center;
}

#base #section-1 .info > span {
  display: block;
  font-family: var(--font-family-helvetica);
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.35px;
  color: #a7a7a7;
  margin-bottom: .2rem;
}

@media screen and (max-width: 991px) {
  #base #section-1 .info > span {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

#base #section-1 .info h3 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.89px;
  color: #020202;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 991px) {
  #base #section-1 .info h3 {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #020202;
    margin-bottom: .5rem;
  }
}

#base #section-1 .info h3 span {
  font-family: var(--font-family-helvetica);
}

#base #section-1 .info h4 {
  line-height: 1;
  letter-spacing: 0.4px;
  color: #020202;
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  #base #section-1 .info h4 {
    font-size: 1.3rem;
  }
}

#base #section-2 {
  background-color: #ffffff;
}

#base #section-2 .container {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  #base #section-2 .container {
    max-width: 960px;
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  #base #section-2 .container {
    max-width: initial;
    width: 85%;
  }
}

#base #section-2 .content-wrap {
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid #e7e5d7;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content-wrap {
    display: block;
  }
}

#base #section-2 .content-wrap:last-of-type {
  border-bottom: none;
}

#base #section-2 .content-wrap .info-wrap {
  margin-bottom: 1.9rem;
}

#base #section-2 .content-wrap .info-wrap > p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #606060;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content-wrap .info-wrap > p {
    line-height: 1.75;
    font-size: 1.3rem;
  }
}

#base #section-2 .content-wrap .info-wrap > p span {
  font-size: .6rem;
  vertical-align: text-top;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content-wrap .info-wrap > p span {
    font-size: .7rem;
  }
}

#base #section-2 .content-wrap h2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content-wrap h2 {
    margin-bottom: 1rem;
  }
}

#base #section-2 .content-wrap h2 p {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.3px;
  text-align: left;
  color: #303030;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content-wrap h2 p {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 414px) {
  #base #section-2 .content-wrap h2 p {
    letter-spacing: -0.7px;
  }
}

#base #section-2 .content1 {
  padding-top: 1.5rem;
}

#base #section-2 .content1 h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 h3 {
    font-size: 1.5rem;
  }
}

#base #section-2 .content1 h4 {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: left;
  color: #414141;
  margin-bottom: .6rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 .row-wrap {
    display: block;
  }
}

#base #section-2 .content1 .col1 {
  width: -webkit-calc(31% - 1rem);
  width: -moz-calc(31% - 1rem);
  width: calc(31% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 .col1 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

#base #section-2 .content1 .col1 h3 {
  height: 37px;
  background-color: #f0cbcd;
}

#base #section-2 .content1 .col2 {
  width: -webkit-calc(67% - 1rem);
  width: -moz-calc(67% - 1rem);
  width: calc(67% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 .col2 {
    width: 100%;
  }
}

#base #section-2 .content1 .col2 h3 {
  height: 37px;
  background-color: #bbd1ea;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 .col2 .col-wrap {
    margin-bottom: 2rem;
  }
}

#base #section-2 .content1 .col-wrap > p {
  font-size: .9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.38px;
  text-align: left;
  color: #414141;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content1 .col-wrap > p {
    font-size: 1.3rem;
  }
}

#base #section-2 .content3 .row-wrap {
  margin-top: 4.3rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .row-wrap {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col-wrap {
    width: 100%;
  }
}

#base #section-2 .content3 .col-wrap > h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col-wrap > h3 {
    font-size: 1.4rem;
  }
}

#base #section-2 .content3 .col-wrap > p {
  line-height: 1.56;
  letter-spacing: 0.8px;
  color: #414141;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col-wrap > p {
    font-size: 1.3rem;
  }
}

#base #section-2 .content3 .col-wrap > p.t-i {
  text-indent: 1.5rem;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col-wrap > p.t-i {
    text-indent: 2rem;
  }
}

#base #section-2 .content3 .col1 {
  width: -webkit-calc(40% - 1rem);
  width: -moz-calc(40% - 1rem);
  width: calc(40% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col1 {
    width: 100%;
    margin-bottom: 3rem;
  }
}

#base #section-2 .content3 .col2 {
  width: -webkit-calc(57% - 1rem);
  width: -moz-calc(57% - 1rem);
  width: calc(57% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col2 {
    width: 100%;
  }
}

#base #section-2 .content3 .col2 img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  #base #section-2 .content3 .col2 img {
    max-width: 90%;
    margin: 0 auto;
  }
}

#base #section-2 .row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#base #section-2 .col-wrap {
  width: -webkit-calc(50% - 1rem);
  width: -moz-calc(50% - 1rem);
  width: calc(50% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-2 .col-wrap {
    width: 100%;
  }
}

#base #section-2 .point {
  display: inline-block;
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #fff;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  margin-bottom: .5rem;
  padding: 5px 10px 4px;
  background-color: #ebdcd0;
}

@media screen and (max-width: 991px) {
  #base #section-2 .point {
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    padding: 8px 15px 6px;
  }
}

#base #section-2 .prod-info {
  padding: 28px 25px 17px 30px;
  border: solid 1px #9b9b9b;
}

@media screen and (max-width: 640px) {
  #base #section-2 .prod-info {
    padding: 0;
    border: 0;
  }
}

#base #section-2 .prod-info h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.45px;
  text-align: center;
  color: #606060;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #base #section-2 .prod-info h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

#base #section-2 .prod-info .ps {
  font-size: .8rem;
  color: #606060;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #base #section-2 .prod-info .ps {
    font-size: 1rem;
  }
}

#base #section-2 .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  #base #section-2 .imgs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#base #section-2 .imgs li {
  line-height: 1.63;
  text-align: center;
  color: #606060;
}

@media screen and (max-width: 1200px) {
  #base #section-2 .imgs li {
    margin: 0 .5rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-2 .imgs li {
    width: -webkit-calc(33.33% - 1rem);
    width: -moz-calc(33.33% - 1rem);
    width: calc(33.33% - 1rem);
  }
}

#base #section-2 .imgs li img {
  display: block;
  max-width: 100%;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  #base #section-2 .imgs li p {
    font-size: 1.2rem;
  }
}

#base #section-2 figure {
  margin-top: 3rem;
}

#base #section-2 figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #base #section-2 figure img {
    width: 100%;
  }
}

#base #section-3 {
  background-color: #f8f8f6;
}

#base #section-3 .container {
  width: 872px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  #base #section-3 .container {
    display: block;
    width: 90%;
  }
}

#base #section-3 figure {
  width: 246px;
}

@media screen and (max-width: 991px) {
  #base #section-3 figure {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
  #base #section-3 figure img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  #base #section-3 figure {
    max-width: 112px;
  }
}

#base #section-3 .how-apply {
  margin-left: 2.5rem;
  padding-bottom: 2.5rem;
}

#base #section-3 .how-apply h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  #base #section-3 .how-apply h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

#base #section-3 .how-apply h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606060;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#base #section-3 .how-apply h4.mt {
  margin-top: 4rem;
}

#base #section-3 .how-apply p {
  font-size: 1.05rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: left;
  color: #414141;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-3 .how-apply p {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.8px;
  }
}

#base #section-4 {
  background-color: #f5f6fa;
}

#base #section-4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0 2rem;
}

@media screen and (max-width: 1200px) {
  #base #section-4 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #base #section-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#base #section-4 figure {
  width: 465px;
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  #base #section-4 figure {
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 0;
  }
  #base #section-4 figure img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #base #section-4 figure {
    max-width: 260px;
  }
}

#base #section-4 .info-wrap {
  margin-right: 2rem;
  padding-top: 2rem;
}

@media screen and (max-width: 1200px) {
  #base #section-4 .info-wrap {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  #base #section-4 .info-wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #base #section-4 .info-wrap {
    margin-bottom: 4rem;
  }
}

#base #section-4 .info-wrap > p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.8px;
  text-align: center;
  color: #656360;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-4 .info-wrap > p {
    font-size: 1.3rem;
  }
}

#base #section-4 h2 {
  margin-bottom: 1.2rem;
}

#base #section-4 h2 p {
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 1.4px;
  text-align: center;
  color: #656360;
  margin-bottom: 0;
}

#base #section-4 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: center;
  color: #484848;
  border: 1px solid #2a2a2a;
  padding: 7px 25px 9px;
  margin: 2.8rem auto 2.8rem;
}

@media screen and (max-width: 991px) {
  #base #section-4 h5 {
    margin: 2rem auto 2rem;
  }
}

#base #section-4 .info {
  text-align: center;
}

#base #section-4 .info > span {
  display: block;
  font-family: var(--font-family-helvetica);
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.35px;
  color: #a7a7a7;
  margin-bottom: .2rem;
}

@media screen and (max-width: 991px) {
  #base #section-4 .info > span {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
}

#base #section-4 .info h3 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.89px;
  color: #020202;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 991px) {
  #base #section-4 .info h3 {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #020202;
    margin-bottom: .5rem;
  }
}

#base #section-4 .info h3 span {
  font-family: var(--font-family-helvetica);
}

#base #section-4 .info h4 {
  line-height: 1;
  letter-spacing: 0.4px;
  color: #020202;
  margin-bottom: .5rem;
}

@media screen and (max-width: 991px) {
  #base #section-4 .info h4 {
    font-size: 1.3rem;
  }
}

#base #section-5 {
  background-color: #ffffff;
}

#base #section-5 .container {
  width: 1200px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 1200px) {
  #base #section-5 .container {
    max-width: 960px;
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  #base #section-5 .container {
    max-width: initial;
    width: 90%;
  }
}

#base #section-5 .content-wrap {
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content-wrap {
    display: block;
  }
}

#base #section-5 .content-wrap:last-of-type {
  border-bottom: none;
}

#base #section-5 .content-wrap .info-wrap {
  margin-bottom: 1.9rem;
}

#base #section-5 .content-wrap .info-wrap > p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #606060;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content-wrap .info-wrap > p {
    line-height: 1.75;
    font-size: 1.3rem;
  }
}

#base #section-5 .content-wrap .info-wrap > p span {
  font-size: .6rem;
  vertical-align: text-top;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content-wrap .info-wrap > p span {
    font-size: .7rem;
  }
}

#base #section-5 .content-wrap h2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content-wrap h2 {
    margin-bottom: 1.9rem;
  }
}

#base #section-5 .content-wrap h2 p {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.3px;
  text-align: left;
  color: #303030;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content-wrap h2 p {
    font-size: 1.72rem;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 640px) {
  #base #section-5 .content1 {
    display: block;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #base #section-5 .content1 .row-wrap {
    display: block;
  }
}

#base #section-5 .content1 .col1 {
  width: -webkit-calc(53% - 1rem);
  width: -moz-calc(53% - 1rem);
  width: calc(53% - 1rem);
}

@media screen and (max-width: 991px) {
  #base #section-5 .content1 .col1 {
    width: 100%;
  }
}

#base #section-5 .content1 .col2 {
  width: -webkit-calc(47% - 1.5rem);
  width: -moz-calc(47% - 1.5rem);
  width: calc(47% - 1.5rem);
}

@media screen and (max-width: 991px) {
  #base #section-5 .content1 .col2 {
    width: 100%;
  }
}

#base #section-5 .content1 .col2 img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content1 .col2 img {
    width: initial;
    max-width: 100%;
    margin: 0 auto;
  }
}

#base #section-5 .content3 .mt {
  margin-top: 1rem;
}

#base #section-5 .content3 .row-wrap {
  margin-top: 4.3rem;
  position: relative;
}

#base #section-5 .content3 .row-wrap::after {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/p3-s5-plus.png) no-repeat center;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .row-wrap::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .row-wrap {
    display: block;
  }
}

#base #section-5 .content3 .col-wrap {
  border: 1px #b2a4a1 dashed;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .col-wrap {
    width: 100%;
  }
}

#base #section-5 .content3 .col1 {
  width: -webkit-calc(50% - 3rem);
  width: -moz-calc(50% - 3rem);
  width: calc(50% - 3rem);
  padding: 1rem .5rem 1rem 1.2rem;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .col1 {
    width: 100%;
    margin-bottom: 108px;
    position: relative;
  }
  #base #section-5 .content3 .col1::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -85px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../images/p3-s5-plus.png) no-repeat center;
    -moz-background-size: 40px;
      -o-background-size: 40px;
         background-size: 40px;
  }
}

#base #section-5 .content3 .col1 .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 11rem;
  height: 38px;
  margin-right: 1.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .col1 .color {
    height: 28px;
  }
}

#base #section-5 .content3 .col1 .color p {
  font-family: var(--font-family-helvetica);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.83px;
  text-align: center;
  color: #5f5f5f;
}

#base #section-5 .content3 .col1 .color.c1 {
  background-color: #bbd9c7;
}

#base #section-5 .content3 .col1 .color.c2 {
  background-color: #cecfce;
}

#base #section-5 .content3 .col1 .color.c3 {
  background-color: #e5d7bf;
}

#base #section-5 .content3 .col1 .text {
  width: -webkit-calc(100% - 11rem);
  width: -moz-calc(100% - 11rem);
  width: calc(100% - 11rem);
}

#base #section-5 .content3 .col2 {
  width: -webkit-calc(50% - 3rem);
  width: -moz-calc(50% - 3rem);
  width: calc(50% - 3rem);
  padding: 1rem .5rem 1rem 1.8rem;
}

@media screen and (max-width: 991px) {
  #base #section-5 .content3 .col2 {
    width: 100%;
  }
}

#base #section-5 .content3 .col2 .items:nth-of-type(2) {
  margin-bottom: 2rem;
}

#base #section-5 .content3 .col2 .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.5rem;
  margin-right: .5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(7px);
     -moz-transform: translateY(7px);
      -ms-transform: translateY(7px);
       -o-transform: translateY(7px);
          transform: translateY(7px);
}

#base #section-5 .content3 .col2 .color p {
  font-family: var(--font-family-helvetica);
  font-size: .95rem;
  line-height: 1;
  text-align: center;
  color: #5f5f5f;
  margin-right: 1rem;
}

@media screen and (max-width: 640px) {
  #base #section-5 .content3 .col2 .color p {
    font-size: 1.2rem;
    margin-right: .5rem;
  }
}

#base #section-5 .content3 .col2 .color img {
  display: block;
}

@media screen and (max-width: 640px) {
  #base #section-5 .content3 .col2 .color img {
    width: 4.5rem;
  }
}

#base #section-5 .content3 .col2 .text {
  width: -webkit-calc(100% - 8rem);
  width: -moz-calc(100% - 8rem);
  width: calc(100% - 8rem);
}

#base #section-5 .row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#base #section-5 .col-wrap {
  width: -webkit-calc(50% - 1rem);
  width: -moz-calc(50% - 1rem);
  width: calc(50% - 1rem);
}

#base #section-5 .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(-2.1rem);
     -moz-transform: translateY(-2.1rem);
      -ms-transform: translateY(-2.1rem);
       -o-transform: translateY(-2.1rem);
          transform: translateY(-2.1rem);
  background-color: #fff;
  margin: 0 auto;
  padding: 0 1rem;
}

#base #section-5 .title h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.9px;
  text-align: center;
  color: #5f5f5f;
}

@media screen and (max-width: 991px) {
  #base #section-5 .title h4 {
    font-size: 1.4rem;
  }
}

#base #section-5 .title h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1px;
  text-align: center;
  color: #5f5f5f;
}

@media screen and (max-width: 991px) {
  #base #section-5 .title h3 {
    font-size: 1.7rem;
  }
}

#base #section-5 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#base #section-5 .items .text p {
  font-size: .95rem;
  line-height: 1.33;
  text-align: left;
  color: #5f5f5f;
}

@media screen and (max-width: 991px) {
  #base #section-5 .items .text p {
    font-size: 1.2rem;
  }
}

#base #section-5 .point {
  display: inline-block;
  font-family: var(--font-family-helvetica);
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #fff;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  margin-bottom: .5rem;
  padding: 5px 10px 4px;
  background-color: #ebdcd0;
}

@media screen and (max-width: 991px) {
  #base #section-5 .point {
    font-size: 1.6rem;
    letter-spacing: 1.3px;
    padding: 8px 15px 6px;
  }
}

#base #section-5 .prod-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#base #section-5 .prod-info h3 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.45px;
  text-align: center;
  color: #606060;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #base #section-5 .prod-info h3 {
    font-size: 1.5em;
  }
}

#base #section-5 .prod-info .ps {
  font-size: .8rem;
  color: #606060;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #base #section-5 .prod-info .ps {
    margin-right: 17%;
    font-size: 1rem;
  }
}

#base #section-5 .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  #base #section-5 .imgs {
    width: 70%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 1rem auto;
  }
}

#base #section-5 .imgs li {
  line-height: 1.63;
  text-align: center;
  color: #606060;
  margin: 0 .27rem;
}

@media screen and (max-width: 640px) {
  #base #section-5 .imgs li {
    width: -webkit-calc(33.33% - .6rem);
    width: -moz-calc(33.33% - .6rem);
    width: calc(33.33% - .6rem);
    margin: 0 .3rem 1rem;
  }
}

#base #section-5 .imgs li img {
  display: block;
  max-width: 100%;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  #base #section-5 .imgs li {
    font-size: 1.2rem;
  }
}

#base #section-5 figure {
  margin-top: 3rem;
}

#base #section-5 figure img {
  display: block;
  margin: 0 auto;
}

#base #section-6 {
  background-color: #f8f8f6;
}

#base #section-6 .container {
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #base #section-6 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #base #section-6 .container {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

#base #section-6 figure {
  width: 168px;
}

@media screen and (max-width: 991px) {
  #base #section-6 figure {
    display: block;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-6 figure {
    width: 110px;
  }
}

#base #section-6 figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#base #section-6 .info-wrap {
  margin-left: 2.5rem;
  padding-bottom: 2.5rem;
}

#base #section-6 .info-wrap h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000;
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  #base #section-6 .info-wrap h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

#base #section-6 .info-wrap h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606060;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#base #section-6 .info-wrap h4.mt {
  margin-top: 5rem;
}

#base #section-6 .info-wrap p {
  font-size: 1.05rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: left;
  color: #414141;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-6 .info-wrap p {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.8px;
  }
}

#base #section-6 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  #base #section-6 .items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

#base #section-6 .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#base #section-6 .color p {
  font-family: var(--font-family-helvetica);
  font-size: .95rem;
  line-height: 1;
  text-align: center;
  color: #5f5f5f;
  margin-right: 1rem;
}

#base #section-6 .color img {
  display: block;
}

#base #section-6 .color.tt {
  -webkit-transform: translateY(0.2rem);
     -moz-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
       -o-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

#base #section-6 .num {
  width: 50px;
  font-family: var(--font-family-helvetica);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.85px;
  text-align: center;
  color: #414141;
  padding-top: .4rem;
}

@media screen and (max-width: 991px) {
  #base #section-6 .num {
    font-size: 1.5rem;
    line-height: 2.5;
  }
}

#base #section-6 .text {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}

@media screen and (max-width: 991px) {
  #base #section-6 .text {
    width: 100%;
  }
}

#base #section-6 .text p {
  font-size: 1.05rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: left;
  color: #414141;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-6 .text p {
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.8px;
  }
}

#base #section-7 {
  height: 527px;
  background: url(../images/p3-s7-bg.png) no-repeat center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

@media screen and (max-width: 991px) {
  #base #section-7 {
    height: 520px;
  }
}

@media screen and (max-width: 640px) {
  #base #section-7 {
    height: 350px;
  }
}

@media screen and (max-width: 414px) {
  #base #section-7 {
    height: 350px;
  }
}

#base #section-8 {
  background-color: #f8f8f6;
}

#base #section-8 .container {
  width: 1200px;
  margin: 0 auto;
  padding: 3.8rem 0 4rem;
}

@media screen and (max-width: 1200px) {
  #base #section-8 .container {
    width: 90%;
    min-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #base #section-8 .container {
    width: 100%;
    min-width: 100%;
  }
}

#base #section-8 .title {
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 991px) {
  #base #section-8 .title {
    width: 90%;
    margin: 0 auto 2.9rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .title {
    width: 80%;
    margin: 0 auto 2.9rem;
  }
}

#base #section-8 .title h2 {
  font-family: var(--font-family-notoSerif);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  color: #303030;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
  #base #section-8 .title h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .title h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}

#base #section-8 .title h4 {
  font-family: var(--font-family-helvetica);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: center;
  color: #af8d7e;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  #base #section-8 .title h4 {
    font-size: 1.4rem;
  }
}

#base #section-8 .title > p {
  font-size: .925rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: center;
  color: #606060;
}

@media screen and (max-width: 640px) {
  #base #section-8 .title > p {
    display: inline;
    font-size: 1.3rem;
  }
}

#base #section-8 .subtitle {
  margin-bottom: 1.5rem;
}

#base #section-8 .subtitle h3 {
  font-family: var(--font-family-helvetica);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #606060;
  margin: 0 auto .2rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  #base #section-8 .subtitle h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .subtitle h3 {
    font-size: 1.9rem;
  }
}

#base #section-8 .subtitle h3::before, #base #section-8 .subtitle h3::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #b1aca3;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 640px) {
  #base #section-8 .subtitle h3::before, #base #section-8 .subtitle h3::after {
    width: 5rem;
  }
}

#base #section-8 .subtitle h3::before {
  left: -3.5rem;
}

@media screen and (max-width: 640px) {
  #base #section-8 .subtitle h3::before {
    left: -5.5rem;
  }
}

#base #section-8 .subtitle h3::after {
  right: -3.5rem;
}

@media screen and (max-width: 640px) {
  #base #section-8 .subtitle h3::after {
    right: -5.5rem;
  }
}

#base #section-8 .subtitle > p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: center;
  color: #696969;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #base #section-8 .subtitle > p {
    font-size: 1.3rem;
  }
}

#base #section-8 .prod-wrap {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  #base #section-8 .prod-wrap {
    margin-bottom: 5rem;
  }
}

#base #section-8 .prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#base #section-8 .prod img {
  display: block;
  margin: 0 auto 1rem;
}

#base #section-8 .prods-dsk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  #base #section-8 .prods-dsk {
    width: 900px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  #base #section-8 .prods-dsk {
    display: none;
  }
}

#base #section-8 .prods-dsk .prod {
  width: -webkit-calc(25% - 3rem);
  width: -moz-calc(25% - 3rem);
  width: calc(25% - 3rem);
  margin: 1rem 1.5rem 1rem;
}

@media screen and (max-width: 1200px) {
  #base #section-8 .prods-dsk .prod {
    width: 280px;
  }
}

#base #section-8 .info * {
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
}

#base #section-8 .info h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.25px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #base #section-8 .info h4 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .info h4 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}

#base #section-8 .info h4 span {
  font-family: var(--font-family-helvetica);
}

#base #section-8 .info .en {
  font-family: var(--font-family-helvetica);
  font-family: Arial;
  line-height: 1.88;
  letter-spacing: -.5px;
  color: #948e89;
  margin-bottom: .2rem;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  #base #section-8 .info .en {
    font-size: 1.3rem;
  }
}

#base #section-8 .info .price {
  margin-bottom: .2rem;
}

#base #section-8 .info .price p {
  font-size: .9rem;
  line-height: 1.6;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #base #section-8 .info .price p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .info .price p {
    font-size: 1.3rem;
    white-space: wrap;
  }
}

#base #section-8 .info .desc {
  padding-right: 1rem;
}

#base #section-8 .info .desc p {
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  color: #707070;
}

@media screen and (max-width: 991px) {
  #base #section-8 .info .desc p {
    font-size: 1.3rem;
  }
}

#base #section-8 .info h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.005rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: center;
  color: #484848;
  border: 1px solid #2a2a2a;
  padding: 8px 8px 10px;
  margin: 1rem 0 0;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  #base #section-8 .info h5 {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
}

#base #section-8 .prod3 .prods-dsk {
  width: 67%;
}

#base #section-8 .prod3 .prods-dsk .prod {
  width: -webkit-calc(50% - 3rem);
  width: -moz-calc(50% - 3rem);
  width: calc(50% - 3rem);
}

#base #section-8 .prod3 .prods-dsk .prod img {
  margin: 0 auto 1rem 2rem;
}

#base #section-8 .swiper-wrap {
  width: 360px;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
}

#base #section-8 .swiper {
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
}

@media screen and (max-width: 640px) {
  #base #section-8 .swiper-slide {
    padding-bottom: 1rem;
  }
}

#base #section-8 .swiper-slide img {
  width: 90%;
}

@media screen and (max-width: 991px) {
  #base #section-8 .swiper-slide img {
    width: initial;
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-8 .swiper-slide img {
    margin: 0 auto 2rem;
  }
}

#base #section-8 .swiper-slide .prod {
  display: block;
}

#base #section-8 .swiper-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#base #section-8 .swiper-button-prev {
  width: 7030pxpx;
  height: 50px;
  background: url(../images/icon-prev-arrow.png) no-repeat center;
  -moz-background-size: 14px;
    -o-background-size: 14px;
       background-size: 14px;
  z-index: 1;
}

#base #section-8 .swiper-button-prev:after {
  display: none;
}

#base #section-8 .swiper-button-next {
  width: 30px;
  height: 50px;
  background: url(../images/icon-next-arrow.png) no-repeat center;
  -moz-background-size: 14px;
    -o-background-size: 14px;
       background-size: 14px;
  z-index: 1;
}

#base #section-8 .swiper-button-next:after {
  display: none;
}

#base #section-8 .swiper-pagination {
  z-index: 1;
}

#base #section-8 .swiper-pagination-bullet-active {
  background-color: #545454;
}

#base #section-9 {
  background-color: #f8f8f6;
  padding: 0 0 7rem;
}

#base #section-9 .content-wrap {
  width: 1110px;
  margin: 0 auto;
  padding: 22px 24px 20px 25px;
  -webkit-border-radius: 49px;
     -moz-border-radius: 49px;
          border-radius: 49px;
  -webkit-box-shadow: 0.6px 8px 16px 0 rgba(189, 189, 189, 0.36);
     -moz-box-shadow: 0.6px 8px 16px 0 rgba(189, 189, 189, 0.36);
          box-shadow: 0.6px 8px 16px 0 rgba(189, 189, 189, 0.36);
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #base #section-9 .content-wrap {
    width: 95%;
    min-width: 940px;
  }
}

@media screen and (max-width: 991px) {
  #base #section-9 .content-wrap {
    width: 90%;
    min-width: initial;
    padding: 10px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
}

#base #section-9 .info-wrap {
  padding: 2.7rem 0 3rem;
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
  border: solid 4px #f8f8f6;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #base #section-9 .info-wrap {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  #base #section-9 .info-wrap {
    padding: 30px 0 0;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    border: solid 3px #f8f8f6;
  }
}

#base #section-9 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #base #section-9 .wrap {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  #base #section-9 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#base #section-9 .prod-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#base #section-9 .info {
  width: 390px;
  padding-top: 1.2rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 .info {
    width: 100%;
    -webkit-transform: translateY(-4rem);
       -moz-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
         -o-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}

#base #section-9 figure {
  margin-left: 3rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 figure img {
    width: 100%;
  }
}

#base #section-9 h2 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-align: center;
  color: #beac87;
  margin-bottom: 1.5rem;
}

#base #section-9 h2 p {
  display: inline;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-align: center;
  color: #beac87;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #base #section-9 h2 p {
    display: block;
    font-size: 2rem;
  }
}

#base #section-9 h2 span {
  font-family: var(--font-family-helvetica);
  font-weight: 500;
}

#base #section-9 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.85px;
  text-align: left;
  color: #424242;
  margin-bottom: .7rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 h3 {
    font-size: 2.5rem;
  }
}

#base #section-9 h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #ea6d33;
  margin-bottom: .1rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 h4 {
    font-size: 2.2rem;
  }
}

#base #section-9 h5 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #666;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 h5 {
    font-size: 1.6rem;
  }
}

#base #section-9 p {
  font-size: 1rem;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #666;
  margin-bottom: .3rem;
}

@media screen and (max-width: 991px) {
  #base #section-9 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  #base #section-9 p {
    font-size: 1.4rem;
  }
}

#base #section-9 a {
  display: block;
  width: 100%;
  padding: 7px 0 8px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.11;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-bottom: .9rem;
  background: url(../images/icon-right-arrow-4.png) no-repeat -webkit-calc(100% - 20px) center;
  background: url(../images/icon-right-arrow-4.png) no-repeat -moz-calc(100% - 20px) center;
  background: url(../images/icon-right-arrow-4.png) no-repeat calc(100% - 20px) center;
  background-color: #ddceae;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
  -webkit-animation-name: arrow;
     -moz-animation-name: arrow;
       -o-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: .5s;
     -moz-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 0ms;
     -moz-animation-delay: 0ms;
       -o-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 991px) {
  #base #section-9 a {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

#base #section-9 a:hover {
  background-color: #c4ae80;
}

#base #section-9 a.mt {
  margin-top: 3rem;
}

#base #section-9 a.ls {
  letter-spacing: 7px;
}
/*# sourceMappingURL=style.css.map */