@charset "UTF-8";
@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: "Helvetica Neue", "Noto Sans TC", "Microsoft JhengHei", 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;
          box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

* {
  -webkit-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;
          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;
  background-size: contain;
  top: 0;
  margin-right: 5px;
}

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

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: 222px;
  }
}
@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);
          box-shadow: 0.3px 5px 24px 0 rgba(224, 221, 216, 0.5);
}
header .logo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #d1c3b7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  header nav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  header nav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header nav a {
  display: inline-block;
  font-size: 1rem;
  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 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
}
@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: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    font-size: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -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: 68px;
  }
}
header nav a p {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #807164;
  margin-bottom: 0;
}
header nav a p.brown {
  color: #b58154;
}
header nav a p.m-line span {
  display: block;
}
@media screen and (max-width: 640px) {
  header nav a p {
    width: 100%;
    display: block;
  }
}
header nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #d1c3b7;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
@media screen and (max-width: 1200px) {
  header nav a::after {
    bottom: -3px;
  }
}
@media screen and (max-width: 991px) {
  header nav a::after {
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  header nav a::after {
    height: 3px;
  }
}
header nav a:hover::after, header nav a.active::after {
  width: 100%;
}
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: -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;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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);
  }
}

@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);
  }
}
@-webkit-keyframes arrow {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 5px;
  }
}
@keyframes arrow {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 5px;
  }
}
.mb-1 {
  margin-bottom: 1.7rem !important;
}

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

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

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

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

@-webkit-keyframes pulse-scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulse-scale {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#index #section-kv {
  width: 100%;
}
#index #section-kv h1 {
  display: none;
}
#index #section-kv img {
  width: 100%;
}
#index #section-1 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#e7e8ec), to(#f4f4f6));
  background: linear-gradient(to right, #e7e8ec, #f4f4f6);
}
@media screen and (max-width: 991px) {
  #index #section-1 {
    background: url(../images/p1-s1-bg2-m.png) no-repeat center bottom;
    background-size: cover;
  }
}
#index #section-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  #index #section-1 .container {
    width: 740px;
  }
}
@media screen and (max-width: 991px) {
  #index #section-1 .container {
    display: block;
    width: 100%;
    height: initial;
    top: 4rem;
  }
}
#index #section-1 .bg {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #index #section-1 .bg {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#index #section-1 .info-wrap {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  #index #section-1 .info-wrap {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#index #section-1 .info-wrap h2 {
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  font-family: var(--font-family-helvetica);
  line-height: 1.89;
  text-align: left;
  color: #1d1d1d;
  margin-bottom: 1.5rem;
}
#index #section-1 .info-wrap p {
  line-height: 1.89;
  letter-spacing: 0.9px;
  text-align: left;
  color: #1d1d1d;
}
#index .pt-info-wrap {
  width: 47%;
  margin: 0 1rem 3rem auto;
  padding-top: 4rem;
}
@media screen and (max-width: 1400px) {
  #index .pt-info-wrap {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #index .pt-info-wrap {
    width: 570px;
  }
}
@media screen and (max-width: 991px) {
  #index .pt-info-wrap {
    width: 495px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #index .pt-info-wrap {
    width: 85%;
  }
}
#index .pt-info-wrap .slogan {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1.2px;
  color: #af9173;
}
#index .pt-info-wrap h3 {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.1px;
  color: #af9173;
  border: 1px solid #af9173;
  padding: 0.8rem 1.2rem 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  #index .pt-info-wrap h3 {
    text-align: center;
    margin-bottom: 670px;
  }
}
@media screen and (max-width: 640px) {
  #index .pt-info-wrap h3 {
    margin-bottom: 137vw;
  }
}
#index .pt-info-wrap .subtitle {
  margin-bottom: 1.7rem;
}
#index .pt-info-wrap .subtitle p {
  font-family: var(--font-family-helvetica);
  font-size: 2.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: left;
  color: #504d4d;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #index .pt-info-wrap .subtitle p {
    letter-spacing: 0.5px;
  }
}
#index .pt-info-wrap .text {
  width: 95%;
}
#index .pt-info-wrap .text p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #504d4d;
}
@media screen and (max-width: 640px) {
  #index .pt-info-wrap .text p {
    font-size: 1.2rem;
  }
}
#index .pt-info-wrap .checklist {
  margin-top: 1.8rem;
}
#index .pt-info-wrap .checklist li {
  font-size: 1.112rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: 0.9px;
  text-align: left;
  color: #504d4d;
  padding-left: 1.8rem;
  background: url(../images/icon-checked.png) no-repeat left center/21px 21px;
}
@media screen and (max-width: 991px) {
  #index .pt-info-wrap .checklist li {
    font-size: 1rem;
    background: url(../images/icon-checked.png) no-repeat left 0.5rem/1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #index .pt-info-wrap .checklist li {
    font-size: 1rem;
    background: url(../images/icon-checked.png) no-repeat left 0.4rem/1.2rem;
  }
}
#index .pt-desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#index .pt-desc-wrap .desc {
  margin-right: 3rem;
  text-align: right;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  #index .pt-desc-wrap .desc {
    margin-right: 1rem;
  }
}
#index .pt-desc-wrap .en {
  font-family: var(--font-family-helvetica);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #504d4d;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  #index .pt-desc-wrap .en {
    font-size: 0.95rem;
    letter-spacing: 0;
  }
}
#index .pt-desc-wrap h5 {
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.89px;
  color: #504d4d;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  #index .pt-desc-wrap h5 {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
}
#index .pt-desc-wrap .note {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #504d4d;
}
@media screen and (max-width: 640px) {
  #index .pt-desc-wrap .note {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
#index .pt-desc-wrap a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.38px;
  text-align: center;
  color: #fff;
  background-color: #c7b2a1;
  padding: 0.6rem 1.5rem 0.7rem 2rem;
  border-radius: 20px;
  margin-top: 1.7rem;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
#index .pt-desc-wrap a i {
  top: -4px;
  -webkit-animation: arrow 0.5s infinite;
          animation: arrow 0.5s infinite;
}
@media screen and (max-width: 640px) {
  #index .pt-desc-wrap a i {
    width: 6px;
    height: 7px;
    top: -2px;
  }
}
#index .pt-desc-wrap a:hover {
  background-color: #d19f77;
}
@media screen and (max-width: 991px) {
  #index .pt-desc-wrap img {
    width: 84px;
  }
}
@media screen and (max-width: 640px) {
  #index .pt-desc-wrap img {
    width: 60px;
  }
}
#index .model-pt {
  width: 95%;
  border-radius: 43px;
  background-color: rgba(255, 255, 255, 0.71);
  margin: 0 auto;
  padding: 2rem 3rem;
}
@media screen and (max-width: 991px) {
  #index .model-pt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #index .model-pt {
    width: 90%;
    padding: 2rem 2rem;
    border-radius: 25px;
  }
}
#index .model-pt h6 {
  font-size: 1.05rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.85px;
  text-align: left;
  color: #414141;
  margin-bottom: 0.7rem;
}
#index .model-pt p {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: left;
  color: #414141;
}
@media screen and (max-width: 640px) {
  #index .model-pt p {
    font-size: 1.2rem;
  }
}
#index #section-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(../images/p1-s2-model.png) no-repeat left bottom/1600px, -webkit-gradient(linear, left top, left bottom, from(#f4f4f6), to(#f3f3f3));
  background: url(../images/p1-s2-model.png) no-repeat left bottom/1600px, linear-gradient(to bottom, #f4f4f6, #f3f3f3);
}
@media screen and (max-width: 1400px) {
  #index #section-2 {
    background: url(../images/p1-s2-model.png) no-repeat center bottom/1600px, -webkit-gradient(linear, left top, left bottom, from(#f4f4f6), to(#f3f3f3));
    background: url(../images/p1-s2-model.png) no-repeat center bottom/1600px, linear-gradient(to bottom, #f4f4f6, #f3f3f3);
  }
}
@media screen and (max-width: 1200px) {
  #index #section-2 {
    background: url(../images/p1-s2-model.png) no-repeat calc(50% - 36px) bottom/1400px, -webkit-gradient(linear, left top, left bottom, from(#f4f4f6), to(#f3f3f3));
    background: url(../images/p1-s2-model.png) no-repeat calc(50% - 36px) bottom/1400px, linear-gradient(to bottom, #f4f4f6, #f3f3f3);
  }
}
@media screen and (max-width: 991px) {
  #index #section-2 {
    background: url(../images/p1-s2-model-m.png) no-repeat 0 350px/500px, url(../images/p1-s2-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 640px) {
  #index #section-2 {
    background: url(../images/p1-s2-model-m.png) no-repeat 0 61vw/108vw, url(../images/p1-s2-bg-m.png) no-repeat center/cover;
  }
}
#index #section-2 .title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  #index #section-2 .title {
    margin-bottom: 2rem;
  }
}
#index #section-2 .title p {
  font-size: 1.7rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
  color: #af9173;
}
@media screen and (max-width: 640px) {
  #index #section-2 .title p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#index #section-2 .title h2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.8px;
  text-align: center;
  color: #af9173;
  position: relative;
}
#index #section-2 .title h2::before, #index #section-2 .title h2::after {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background-color: #d5c8bc;
  position: absolute;
  top: calc(50% + 1px);
}
@media screen and (max-width: 640px) {
  #index #section-2 .title h2::before, #index #section-2 .title h2::after {
    width: 30px;
  }
}
#index #section-2 .title h2:before {
  left: -70px;
}
@media screen and (max-width: 640px) {
  #index #section-2 .title h2:before {
    left: -36px;
  }
}
#index #section-2 .title h2::after {
  right: -70px;
}
@media screen and (max-width: 640px) {
  #index #section-2 .title h2::after {
    right: -32px;
  }
}
#index #section-3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: url(../images/p1-s3-model.png) no-repeat left bottom/1600px;
  background-color: #ececec;
}
@media screen and (max-width: 1400px) {
  #index #section-3 {
    background-position: center bottom;
  }
}
@media screen and (max-width: 1200px) {
  #index #section-3 {
    background-position: calc(50% - 60px) bottom;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 991px) {
  #index #section-3 {
    padding-top: 0;
    background: url(../images/p1-s3-model-m.png) no-repeat 0 142px/458px, url(../images/p1-s3-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 640px) {
  #index #section-3 {
    background: url(../images/p1-s3-model-m.png) no-repeat 0 27vw/100vw, url(../images/p1-s3-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 991px) {
  #index #section-3 .pt-info-wrap {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #index #section-3 .pt-info-wrap h3 {
    margin-bottom: 145vw;
  }
}
#index #section-4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: url(../images/p1-s4-model.png) no-repeat left bottom/auto 100%;
  background-color: #ececec;
}
@media screen and (max-width: 1400px) {
  #index #section-4 {
    background-position: calc(50% + 90px) bottom;
  }
}
@media screen and (max-width: 1200px) {
  #index #section-4 {
    background-position: calc(50% - 21px) bottom;
  }
}
@media screen and (max-width: 991px) {
  #index #section-4 {
    padding-top: 0;
    background: url(../images/p1-s4-model-m.png) no-repeat right top/458px, url(../images/p1-s4-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 640px) {
  #index #section-4 {
    background: url(../images/p1-s4-model-m.png) no-repeat right top/100vw, url(../images/p1-s4-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 991px) {
  #index #section-4 .pt-info-wrap {
    padding-top: 520px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #index #section-4 .pt-info-wrap {
    padding-top: 121vw;
  }
}
@media screen and (max-width: 991px) {
  #index #section-4 .pt-info-wrap h3 {
    margin-bottom: 3rem;
  }
}
#index #section-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(../images/p1-s5-pt.png) no-repeat calc(50% - 226px) center/230px, -webkit-gradient(linear, left top, left bottom, from(#eff1f2), to(#e7e9ea));
  background: url(../images/p1-s5-pt.png) no-repeat calc(50% - 226px) center/230px, linear-gradient(to bottom, #eff1f2, #e7e9ea);
}
@media screen and (max-width: 1200px) {
  #index #section-5 {
    background: url(../images/p1-s5-pt.png) no-repeat calc(50% - 282px) center/230px, -webkit-gradient(linear, left top, left bottom, from(#eff1f2), to(#e7e9ea));
    background: url(../images/p1-s5-pt.png) no-repeat calc(50% - 282px) center/230px, linear-gradient(to bottom, #eff1f2, #e7e9ea);
  }
}
@media screen and (max-width: 991px) {
  #index #section-5 {
    padding-top: 0;
    background: url(../images/p1-s5-pt-m.png) no-repeat calc(50% + 27px) 88px/501px, url(../images/p1-s5-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 640px) {
  #index #section-5 {
    background: url(../images/p1-s5-pt-m.png) no-repeat calc(50% + 27px) 73px/346px, url(../images/p1-s5-bg-m.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 991px) {
  #index #section-5 .pt-info-wrap {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  #index #section-5 .pt-info-wrap h3 {
    margin-bottom: 448px;
  }
}
@media screen and (max-width: 640px) {
  #index #section-5 .pt-info-wrap h3 {
    margin-bottom: 324px;
  }
}
#index #section-5 .pt-desc-wrap {
  margin-top: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#index #section-5 .pt-desc-wrap .desc {
  text-align: left;
}
@media screen and (max-width: 991px) {
  #index #section-5 .pt-desc-wrap .desc {
    text-align: center;
    margin: 0 auto;
  }
}
#index #section-6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #index #section-6 {
    padding-bottom: 4rem;
  }
}
#index #section-6 .foundation-map {
  width: 1200px;
  border: 5px solid #e7e8ea;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0;
}
@media screen and (max-width: 1400px) {
  #index #section-6 .foundation-map {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #index #section-6 .foundation-map {
    padding: 6rem 0 3rem;
  }
}
#index #section-6 h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  color: #c4c4c4;
  padding: 0 1.5rem;
  position: absolute;
  top: -1.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
}
#index #section-6 img {
  display: block;
  width: 78.5%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #index #section-6 img {
    width: 95%;
  }
}

#base .kv-info-wrap .logo {
  display: block;
  width: 260px;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 640px) {
  #base .kv-info-wrap .logo {
    width: 160px;
  }
}
#base .kv-info-wrap h2 {
  margin-bottom: 2.5rem;
  line-height: 1;
}
#base .kv-info-wrap h2 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-align: center;
  color: #535353;
}
#base .kv-info-wrap > p {
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-align: center;
  color: #535353;
}
@media screen and (max-width: 640px) {
  #base .kv-info-wrap > p {
    font-size: 1.5rem;
  }
}
#base .kv-info-wrap .desc {
  text-align: center;
  margin-top: 2.5rem;
}
#base .kv-info-wrap .desc .en {
  font-family: var(--font-family-helvetica);
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.49px;
  text-align: center;
  color: #818181;
}
@media screen and (max-width: 640px) {
  #base .kv-info-wrap .desc .en {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#base .kv-info-wrap .desc h5 {
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.89px;
  text-align: center;
  color: #535353;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 640px) {
  #base .kv-info-wrap .desc h5 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
#base .kv-info-wrap .desc .note {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 0.85px;
  text-align: center;
  color: #020202;
}
@media screen and (max-width: 640px) {
  #base .kv-info-wrap .desc .note {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#base .point-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #base .point-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#base .point-group .point-wrap {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 991px) {
  #base .point-group .point-wrap {
    width: 100%;
  }
}
#base .point-wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  #base .point-wrap {
    margin-top: 4rem;
  }
}
#base .point-wrap h2 {
  font-family: var(--font-family-helvetica);
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: 1.8px;
  color: #585757;
}
@media screen and (max-width: 991px) {
  #base .point-wrap h2 {
    margin-bottom: 1rem;
  }
}
#base .point-wrap h2 span {
  display: inline-block;
  font-size: 3.8rem;
  letter-spacing: 3px;
  margin-left: 0.8rem;
}
#base .point-wrap h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.65rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 1.3px;
  text-align: left;
  color: #303030;
  border-bottom: 1px solid #303030;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #base .point-wrap h3 {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
#base .point-wrap .text p {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #606060;
}
@media screen and (max-width: 640px) {
  #base .point-wrap .text p {
    font-size: 1.3rem;
  }
}
#base .point-wrap .text p.ps {
  font-size: 0.8rem;
  letter-spacing: 0.35px;
}
#base .point-wrap .text p span {
  position: relative;
  border-bottom: 1px solid #606060;
}
#base .point-wrap ul li {
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #606060;
}
#base .point-wrap ul li p {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #606060;
  padding-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  #base .point-wrap ul li p {
    margin-left: 1.3rem;
    text-indent: -1.3rem;
  }
}
#base .point-wrap ul li p:first-child {
  padding-left: 0;
}
#base .point-wrap ul li span {
  position: relative;
}
#base .point-wrap ul li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #606060;
  position: absolute;
  left: 0;
  bottom: 1px;
}
#base .point-wrap ul li b {
  font-family: var(--font-family-helvetica);
  font-weight: 500;
}
#base .point-wrap h4 {
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.45px;
  text-align: left;
  color: #212121;
  margin-top: 2rem;
}
#base .point-wrap > img {
  display: block;
  margin: 0 auto;
}
#base .en-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-helvetica);
  font-size: 1.25rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: left;
  color: #585757;
  border: 1px solid #585757;
  padding: 0.7rem 1.2rem 0.7rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#base #section-kv {
  width: 100%;
  padding-top: 42rem;
  padding-bottom: 6rem;
  background: url(../images/p2-kv-bg2.png) no-repeat center top;
  background-size: 2214px;
}
@media screen and (max-width: 1200px) {
  #base #section-kv {
    padding-top: 37rem;
    background-size: 1678px;
  }
}
@media screen and (max-width: 991px) {
  #base #section-kv {
    background: url(../images/p2-kv-bg-m.png) no-repeat center top;
    background-size: 100%;
    padding-top: 74vw;
  }
}
@media screen and (max-width: 640px) {
  #base #section-kv {
    padding-top: 75vw;
  }
}
#base #section-kv h1 {
  display: none;
}
#base #section-kv img.bg {
  width: 100%;
}
#base #section-1 {
  background-color: #f9f8f8;
  padding-top: 0.5rem;
  padding-bottom: 7rem;
}
#base #section-1 .container {
  width: 1220px;
}
@media screen and (max-width: 1400px) {
  #base #section-1 .container {
    width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  #base #section-1 .container {
    width: 930px;
  }
}
@media screen and (max-width: 991px) {
  #base #section-1 .container {
    width: 90%;
  }
}
#base #section-1 .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: solid 1px #e4e4e3;
  margin: 1rem auto;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  #base #section-1 .ingredient {
    max-width: 670px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#base #section-1 .ingredient .item {
  line-height: 1.63;
  text-align: center;
  color: #606060;
  margin: 0 0.9rem;
}
@media screen and (max-width: 991px) {
  #base #section-1 .ingredient .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 1.2rem);
    max-width: 120px;
    margin: 0 0.6rem 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  #base #section-1 .ingredient .item {
    width: calc(24% - 1.2rem);
  }
}
#base #section-1 .ingredient .item img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  #base #section-1 .ingredient .item {
    font-size: 1.2rem;
  }
}
#base #section-1 .ingredient p {
  line-height: 1.2;
  font-size: 1rem;
}
#base #section-1 .ingredient .ps {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #606060;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
#base #section-1 .img1 {
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  #base #section-1 .img1 {
    width: 100%;
    max-width: 802px;
  }
}
#base #section-1 .img3 {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  #base #section-1 .img3 {
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  #base #section-1 .img1.dsk,
  #base #section-1 .img3.dsk {
    display: block !important;
  }
  #base #section-1 .img1.mob,
  #base #section-1 .img3.mob {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #base #section-1 .img1.dsk,
  #base #section-1 .img3.dsk {
    display: none !important;
  }
  #base #section-1 .img1.mob,
  #base #section-1 .img3.mob {
    display: block !important;
  }
}
#base #section-2 {
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  #base #section-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
#base #section-2 .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  #base #section-2 .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #base #section-2 .info-wrap > img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 640px) {
  #base #section-2 .info-wrap > img {
    max-width: 120px;
  }
}
#base #section-2 .info-wrap > p {
  font-size: 1.1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.85px;
  text-align: left;
  color: #414141;
}
#base #section-2 .info-wrap .info {
  margin-left: 6rem;
}
@media screen and (max-width: 991px) {
  #base #section-2 .info-wrap .info {
    margin-left: 0;
    width: 370px;
  }
}
@media screen and (max-width: 640px) {
  #base #section-2 .info-wrap .info {
    width: 270px;
  }
}
#base #section-2 .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  position: relative;
  left: -0.5rem;
}
#base #section-2 .color img {
  display: block;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  #base #section-2 .color img {
    width: 64px;
  }
}
#base #section-3 {
  width: 100%;
  padding-top: 42rem;
  padding-bottom: 6rem;
  background: url(../images/p2-s3-bg2.png) no-repeat center top;
  background-size: 2214px;
}
@media screen and (max-width: 1200px) {
  #base #section-3 {
    padding-top: 38rem;
    background-size: 1760px;
  }
}
@media screen and (max-width: 991px) {
  #base #section-3 {
    background: url(../images/p2-s3-bg-m.png) no-repeat center top;
    background-size: 100%;
    padding-top: 77vw;
  }
}
#base #section-3 .kv-info-wrap .logo {
  width: 270px;
  margin-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  #base #section-3 .kv-info-wrap .logo {
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 991px) {
  #base #section-3 .kv-info-wrap .logo {
    width: 210px;
    margin-bottom: 32vw;
  }
}
@media screen and (max-width: 640px) {
  #base #section-3 .kv-info-wrap .logo {
    width: 160px;
  }
}
#base #section-3 .kv-info-wrap h2 p {
  color: #444;
}
#base #section-3 .kv-info-wrap > p {
  color: #1d1d1d;
}
#base #section-3 .kv-info-wrap h5 {
  color: #020202;
}
#base #section-3 h1 {
  display: none;
}
#base #section-3 img.bg {
  width: 100%;
}
#base #section-4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fbfbfc;
}
#base #section-4 .container {
  width: 1220px;
}
@media screen and (max-width: 1400px) {
  #base #section-4 .container {
    width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  #base #section-4 .container {
    width: 930px;
  }
}
@media screen and (max-width: 991px) {
  #base #section-4 .container {
    width: 90%;
  }
}
#base #section-4 .mix-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#base #section-4 .mix-grid .mix-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 450px);
  border: solid 1px #e4e4e3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid .mix-left {
    width: 100%;
  }
}
#base #section-4 .mix-grid .mix-left .item {
  padding: 2.5rem 0 2rem;
  margin: 0 0.5rem;
}
#base #section-4 .mix-grid .mix-left .item h4 {
  font-size: 1.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #585757;
  border-radius: 50px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 0;
}
#base #section-4 .mix-grid .mix-left .item h4 span {
  font-family: var(--font-family-helvetica);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 640px) {
  #base #section-4 .mix-grid .mix-left .item h4 span {
    font-size: 0.9rem;
    letter-spacing: 0;
    position: relative;
    top: 0.2rem;
  }
}
#base #section-4 .mix-grid .mix-left .item h4 span:nth-child(2) {
  margin-right: 0.5rem;
}
#base #section-4 .mix-grid .mix-left .item p {
  font-size: 0.95rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585757;
}
#base #section-4 .mix-grid .mix-left .item:nth-child(1) {
  width: calc(36% - 1rem);
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid .mix-left .item:nth-child(1) {
    width: calc(41% - 1rem);
  }
}
@media screen and (max-width: 640px) {
  #base #section-4 .mix-grid .mix-left .item:nth-child(1) {
    width: calc(48% - 1rem);
  }
}
#base #section-4 .mix-grid .mix-left .item:nth-child(1) h4 {
  background-color: #f7e6d2;
}
#base #section-4 .mix-grid .mix-left .item:nth-child(2) {
  width: calc(27% - 1rem);
}
@media screen and (max-width: 640px) {
  #base #section-4 .mix-grid .mix-left .item:nth-child(2) {
    width: calc(26% - 1rem);
  }
}
#base #section-4 .mix-grid .mix-left .item:nth-child(2) h4 {
  background-color: #e4e4e3;
}
#base #section-4 .mix-grid .mix-left .item:nth-child(3) {
  width: calc(27% - 1rem);
}
@media screen and (max-width: 640px) {
  #base #section-4 .mix-grid .mix-left .item:nth-child(3) {
    width: calc(26% - 1rem);
  }
}
#base #section-4 .mix-grid .mix-left .item:nth-child(3) h4 {
  background-color: #e1eef4;
}
#base #section-4 .mix-grid .mix-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 100%;
  padding: 2rem 0;
  background-color: #f7f3df;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid .mix-right {
    width: 100%;
    padding: 1rem 0;
  }
}
#base #section-4 .mix-grid .mix-right h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.9px;
  color: #1d1d1d;
}
#base #section-4 .mix-grid .mix-right p {
  font-size: 0.95rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585757;
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid .mix-right p {
    display: contents;
  }
}
#base #section-4 .mix-grid > img {
  display: block;
  width: 40px;
  margin: 0 40px;
}
@media screen and (max-width: 991px) {
  #base #section-4 .mix-grid > img {
    display: block;
    width: 30px;
    margin: 1.5rem auto;
  }
}
#base #section-4 .prod-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 34px;
  border: solid 9px #ebdbcf;
  background-color: #fff;
  margin-top: 5rem;
  padding: 3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  #base #section-4 .prod-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#base #section-4 .prod-item > img {
  display: block;
}
@media screen and (max-width: 991px) {
  #base #section-4 .prod-item > img {
    width: 200px;
    margin: 0 auto 3rem;
    position: relative;
    right: -31px;
  }
}
@media screen and (max-width: 640px) {
  #base #section-4 .prod-item > img {
    width: 166px;
    right: -23px;
  }
}
#base #section-4 .prod-item .info {
  margin-left: 3rem;
}
@media screen and (max-width: 991px) {
  #base #section-4 .prod-item .info {
    width: 90%;
    max-width: 480px;
    margin-left: 0;
  }
}
#base #section-4 .prod-item .info > p {
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.85px;
  text-align: left;
  color: #585757;
}
@media screen and (max-width: 640px) {
  #base #section-4 .prod-item .info > p {
    letter-spacing: 0;
  }
}
#base #section-4 .prod-item .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#base #section-4 .prod-item .color > img {
  display: block;
}
@media screen and (max-width: 991px) {
  #base #section-4 .prod-item .color > img {
    width: 110px;
  }
}
@media screen and (max-width: 640px) {
  #base #section-4 .prod-item .color > img {
    width: 80px;
  }
}
#base #section-4 .prod-item .color .text {
  margin-left: 1.5rem;
}
#base #section-4 .prod-item .color .text h6 {
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.45px;
  text-align: left;
  color: #606060;
}
@media screen and (max-width: 640px) {
  #base #section-4 .prod-item .color .text h6 {
    margin-bottom: 0.5rem;
  }
}
#base #section-4 .prod-item .color .text p {
  font-size: 1.25rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 0.43px;
  text-align: left;
  color: #606060;
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  #base #section-4 .prod-item .color .text p {
    display: table-cell;
  }
}

#set {
  background-color: #f5f0ec;
}
#set #section-kv {
  background: url(../images/p3-kv-bg.png) no-repeat center center;
  background-size: auto 100%;
  height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  #set #section-kv {
    height: initial;
    background: none;
  }
}
#set #section-kv h1 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.6px;
  text-align: center;
  color: #62534a;
  position: relative;
  left: 5rem;
}
@media screen and (max-width: 991px) {
  #set #section-kv h1 {
    font-size: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-shadow: 0 0 5px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}
#set #section-kv h1 span {
  font-family: var(--font-family-helvetica);
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #set #section-kv img {
    width: 100%;
  }
}
#set #section-1 {
  background: #f7f7f7;
  padding: 3rem 0;
}
#set #section-1 .container {
  border-radius: 35px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 3rem 6rem;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  #set #section-1 .container {
    max-width: 1150px;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1200px) {
  #set #section-1 .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  #set #section-1 .container {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  #set #section-1 .container {
    max-width: calc(100% - 2rem);
    padding: 3rem 1.5rem;
    border-radius: 20px;
  }
}
#set .section-divider {
  border: none;
  border-top: 1px dashed #a7816a;
  margin: 3rem 0;
}
#set .group-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #ebb8a5;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ebb8a5;
  padding: 0.3rem 3rem 0.3rem;
  margin: 0 auto 2.5rem;
  border: 2px solid #ebb8a5;
  border-radius: 999px;
}
#set .group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#set .group-row .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 991px) {
  #set .group-row .group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#set .prods-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 991px) {
  #set .prods-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#set .card1 .group:first-child .prod-card img {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #set .card1 .group:first-child .prod-card img {
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  #set .card1 .group:first-child {
    border-bottom: 1px dashed #a7816a;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
#set .card1 .group:last-child .prod-card:last-child img {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  #set .card1 .group:last-child .prod-card:last-child img {
    margin-left: auto;
  }
}
#set .card2 .group {
  width: 100%;
}
#set .card2 .prods-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#set .card2 .prod-card {
  width: calc(25% - 1rem);
}
@media screen and (max-width: 991px) {
  #set .card2 .prod-card {
    width: 100%;
  }
}
#set .card2 .prod-card:nth-child(2) {
  margin: 0 4rem;
}
@media screen and (max-width: 991px) {
  #set .card2 .prod-card:nth-child(2) {
    margin: 0 0 2rem;
  }
}
#set .card3 .group {
  width: 100%;
}
#set .card3 .prods-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#set .card3 .prod-card {
  width: calc(25% - 1rem);
}
@media screen and (max-width: 991px) {
  #set .card3 .prod-card {
    width: 100%;
  }
}
#set .card3 .prod-card:first-child {
  margin-right: 1rem;
}
#set .card3 .prod-card:first-child img {
  position: relative;
  left: -5rem;
}
@media screen and (max-width: 991px) {
  #set .card3 .prod-card:first-child img {
    left: initial;
  }
}
#set .card3 .prod-card:last-child {
  position: relative;
  right: -2rem;
}
@media screen and (max-width: 991px) {
  #set .card3 .prod-card:last-child {
    right: initial;
    padding-bottom: 3rem;
  }
}
#set .prod-card {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 991px) {
  #set .prod-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}
#set .prod-card .img-wrap {
  position: relative;
  bottom: -0.5rem;
}
@media screen and (max-width: 991px) {
  #set .prod-card .img-wrap {
    width: 200px;
    margin: 0 2rem 0 auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #set .prod-card .img-wrap {
    width: 110px;
  }
}
#set .prod-card .img-wrap img {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #set .prod-card .img-wrap img {
    height: 187px;
    width: initial;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #set .prod-card .img-wrap img {
    height: 125px;
  }
}
#set .prod-card .img-wrap > a {
  position: absolute;
  height: 40.565%;
  top: 0;
  right: 0;
  -webkit-animation: pulse-scale 1s ease-in-out infinite;
          animation: pulse-scale 1s ease-in-out infinite;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
@media screen and (max-width: 640px) {
#set .prod-card .img-wrap > a {
    right: -5px;
  }
}
#set .prod-card .img-wrap > a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#set .prod-card .img-wrap > a img {
  width: initial;
  height: 100%;
}
#set .prod-card .img-wrap .prod-note {
  font-family: var(--font-family-noto);
  font-size: 0.85rem;
  color: #6b6b6b;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  top: -1.5rem;
  border: 1px solid #6b6b6b;
  left: 0;
  padding: 0.3rem 0.2rem 0.2rem 0.5rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #set .prod-card .img-wrap .prod-note {
    top: initial;
    left: 16.3rem;
    bottom: -2rem;
    padding: 0.3rem 1rem 0.3rem 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  #set .prod-card .img-wrap .prod-note {
    font-size: 1rem;
    left: 13rem;
    bottom: -4rem;
  }
}
@media screen and (max-width: 991px) {
  #set .prod-card .info {
    width: calc(100% - 286px);
  }
}
@media screen and (max-width: 640px) {
  #set .prod-card .info {
    width: calc(100% - 145px);
  }
}
#set .prod-card h3 {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #524741;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #set .prod-card h3 {
    font-size: 2rem;
  }
}
#set .prod-card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #524741;
  position: absolute;
  bottom: -2px;
}
#set .prod-card .price {
  font-size: 1.2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  color: #c74b27;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  #set .prod-card .price {
    font-size: 1.6rem;
  }
}
#set .prod-card .price span {
  font-family: var(--font-family-helvetica);
}
#set .prod-card .original {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.8px;
  color: #6b6b6b;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  #set .prod-card .original {
    font-size: 1.2rem;
  }
}
#set .prod-card .desc {
  font-family: var(--font-family-noto);
  font-size: 0.95rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.38px;
  text-align: left;
  color: #6b6b6b;
}
@media screen and (max-width: 640px) {
  #set .prod-card .desc {
    font-size: 1.2rem;
  }
}
#set #section-gift {
  background-color: #fff;
  padding: 3rem 0 4rem;
}
#set #section-gift .container {
  width: 1150px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #set #section-gift .container {
    width: 950px;
  }
}
@media screen and (max-width: 991px) {
  #set #section-gift .container {
    width: 480px;
  }
}
@media screen and (max-width: 640px) {
  #set #section-gift .container {
    width: calc(100% - 4rem);
  }
}
#set #section-gift .gift-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0.3rem 4rem 0.3rem;
  margin: 0 auto 2.5rem;
  background-color: #ebb8a5;
  border-radius: 999px;
}
#set #section-gift .gifts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #set #section-gift .gifts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#set #section-gift .gift-item {
  width: calc(50% - 0.5rem);
  background: #fff;
  border: 2px solid #d9e4e8;
  border-radius: 31px;
  padding: 2.2rem 5rem 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #set #section-gift .gift-item {
    padding: 2.2rem 4rem 0;
  }
}
@media screen and (max-width: 991px) {
  #set #section-gift .gift-item {
    width: 100%;
  }
}
#set #section-gift .gift-item:first-of-type .desc {
  width: 19.5rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item:first-of-type .desc {
    width: 23.5rem;
  }
}
@media screen and (max-width: 991px) {
  #set #section-gift .gift-item:first-of-type {
    margin-bottom: 2rem;
  }
}
#set #section-gift .gift-item:last-of-type {
  padding-left: 4rem;
  padding-right: 3rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item:last-of-type {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
#set #section-gift .gift-item:last-of-type .desc {
  margin: 0;
  position: absolute;
  width: 13.1rem;
  text-align: justify;
  word-break: break-all;
  bottom: 9rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item:last-of-type .desc {
    width: 18rem;
    bottom: 6rem;
  }
}
#set #section-gift .gift-item:last-of-type img {
  margin: -2rem 0 0 auto;
}
@media screen and (max-width: 1200px) {
  #set #section-gift .gift-item:last-of-type img {
    margin: -2rem -1rem 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item:last-of-type img {
    width: 136px;
    margin: -2rem 0rem 0 auto;
  }
}
#set #section-gift .gift-item .condition {
  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: 0.4rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .condition {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
#set #section-gift .gift-item .condition span {
  font-size: 1.8rem;
  color: #da3300;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .condition span {
    font-size: 2.2rem;
  }
}
#set #section-gift .gift-item .sub {
  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;
  position: relative;
  left: -0.7rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .sub {
    font-size: 1.3rem;
  }
}
#set #section-gift .gift-item .gift-label {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #2f6aab;
  padding-left: 4rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .gift-label {
    font-size: 2.4rem;
    padding-left: 5rem;
    white-space: nowrap;
  }
}
#set #section-gift .gift-item .gift-label small {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .gift-label small {
    font-size: 2rem;
    top: -0.3rem;
  }
}
#set #section-gift .gift-item .gift-label::after {
  content: "贈";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  font-size: 2.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  color: #2f6aab;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #2f6aab;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .gift-label::after {
    width: 46px;
    height: 46px;
    font-size: 2.7rem;
  }
}
#set #section-gift .gift-item .desc {
  font-size: 0.85rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: left;
  color: #6b6b6b;
  margin-left: 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item .desc {
    font-size: 1.2rem;
    margin-left: 5rem;
    margin-bottom: 2.5rem;
  }
}
#set #section-gift .gift-item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #set #section-gift .gift-item img {
    width: 159px;
  }
}
#set .disclaimer {
  font-family: var(--font-family-noto);
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.7px;
  text-align: center;
  color: #969696;
}
@media screen and (max-width: 991px) {
  #set .disclaimer {
    width: 480px;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #set .disclaimer {
    width: calc(100% - 4rem);
    font-size: 1.2rem;
  }
}