@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

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

a:active {
  outline: none;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.navbar {
  width: 100%;
  padding: 37px 72px 40px 58px;
  background: #000000;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .navbar {
    padding: 10px 15px;
  }
}

.navbar__logo {
  display: inline-block;
  width: 188px;
}

@media (max-width: 991px) {
  .navbar__logo {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .navbar__logo {
    width: 78px;
  }
}

.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.navbar__link-item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 26px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .navbar__link-item {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .navbar__link-item {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

.navbar__link-item:first-child {
  margin-left: 0;
}

@media (hover: hover) {
  .navbar__link-item:hover {
    opacity: 0.8;
  }
}

.kv__bg {
  position: relative;
  background: url("../images/kv/kv-bg.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  height: 766px;
}

@media (min-width: 1921px) {
  .kv__bg {
    background-size: cover;
    background-position: center center;
    height: 39vw;
  }
}

@media (max-width: 1900px) {
  .kv__bg {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1399px) {
  .kv__bg {
    height: 560px;
  }
}

@media (max-width: 991px) {
  .kv__bg {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .kv__bg {
    height: 76vw;
  }
}

@media (max-width: 480px) {
  .kv__bg {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70.66666666666667vw;
  }
}

.kv__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 235px;
  position: relative;
}

@media (max-width: 1399px) {
  .kv__block {
    height: 180px;
  }
}

@media (max-width: 1199px) {
  .kv__block {
    height: 155px;
  }
}

@media (max-width: 991px) {
  .kv__block {
    height: 112px;
  }
}

@media (max-width: 767px) {
  .kv__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.kv__item {
  background: #1a1a19;
  border: 1px solid #f6e3b4;
  padding: 75px 106px 0 210px;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width,padding-left,-webkit-box-shadow;
  transition-property: width,padding-left,-webkit-box-shadow;
  transition-property: width,padding-left,box-shadow;
  transition-property: width,padding-left,box-shadow,-webkit-box-shadow;
}

@media (max-width: 1699px) {
  .kv__item {
    padding-left: 140px;
    padding-right: 20px;
  }
}

@media (max-width: 1399px) {
  .kv__item {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .kv__item {
    padding-left: 90px;
  }
}

@media (max-width: 991px) {
  .kv__item {
    padding-top: 15px;
    padding-left: 70px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .kv__item {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}

.kv__item:first-child {
  top: 0;
  left: 0;
}

.kv__item:last-child {
  top: 0;
  right: 0;
  width: calc( 50% + 1px);
}

@media (max-width: 767px) {
  .kv__item:last-child {
    width: 100%;
    margin-top: -1px;
  }
}

@media (min-width: 992px) and (hover: hover) {
  .kv__item:hover {
    width: calc( 50% + 36px);
    height: 244px;
    top: -5px;
    z-index: 1;
    border-width: 2px;
    padding-left: 220px;
    -webkit-box-shadow: 0 0 54px rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 54px rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 992px) and (hover: hover) and (max-width: 1699px) {
  .kv__item:hover {
    height: 220px;
    padding-left: 200px;
  }
}

@media (min-width: 992px) and (hover: hover) and (max-width: 1199px) {
  .kv__item:hover {
    height: 180px;
    padding-left: 160px;
  }
}

@media (min-width: 992px) and (hover: hover) {
  .kv__item:hover .kv__link::before {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
}

@media (min-width: 992px) and (hover: hover) and (max-width: 1699px) {
  .kv__item:hover .kv__link::before {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@media (min-width: 992px) and (hover: hover) {
  .kv__item:hover .kv__link-text {
    opacity: 0;
    -webkit-transform: translateX(168px);
            transform: translateX(168px);
  }
}

.kv__img {
  position: absolute;
  top: 20px;
  left: 100px;
  display: block;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

@media (max-width: 1699px) {
  .kv__img {
    left: 30px;
  }
}

@media (max-width: 1399px) {
  .kv__img {
    width: 70px;
  }
}

@media (max-width: 1199px) {
  .kv__img {
    width: 60px;
    left: 15px;
  }
}

@media (max-width: 991px) {
  .kv__img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .kv__img {
    left: 20px;
    width: 35px;
    top: 12px;
  }
}

.kv__title {
  width: 285px;
}

@media (max-width: 1399px) {
  .kv__title {
    width: 220px;
  }
}

@media (max-width: 1199px) {
  .kv__title {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .kv__title {
    width: 140px;
  }
}

.kv__title-sub {
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media (max-width: 1399px) {
  .kv__title-sub {
    font-size: 2.125em;
  }
}

@media (max-width: 1199px) {
  .kv__title-sub {
    font-size: 1.75em;
  }
}

@media (max-width: 991px) {
  .kv__title-sub {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .kv__title-sub {
    font-size: 1.125em;
  }
}

.kv__title-main {
  font-size: 1.75em;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .kv__title-main {
    font-size: 1.5em;
    margin-top: 16px;
  }
}

@media (max-width: 1199px) {
  .kv__title-main {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .kv__title-main {
    font-size: 1.125em;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .kv__title-main {
    font-size: 0.9375em;
    margin-top: 5px;
  }
}

.kv__text {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 1399px) {
  .kv__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .kv__text {
    margin-top: 5px;
    font-size: 0.75em;
  }
}

.kv__link {
  position: absolute;
  right: 3.6vw;
  bottom: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1699px) {
  .kv__link {
    right: 30px;
    bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .kv__link {
    right: 15px;
    bottom: 25px;
  }
}

@media (max-width: 991px) {
  .kv__link {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .kv__link {
    bottom: auto;
    top: 15px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.kv__link::before {
  content: "";
  display: block;
  width: 256px;
  height: 8px;
  background: url("../images/kv/kv-link-arrow.svg");
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 1699px) {
  .kv__link::before {
    width: 160px;
    height: 6px;
  }
}

@media (max-width: 1399px) {
  .kv__link::before {
    width: 110px;
    height: 4px;
  }
}

@media (max-width: 1199px) {
  .kv__link::before {
    width: 125px;
  }
}

@media (max-width: 991px) {
  .kv__link::before {
    width: 90px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .kv__link::before {
    width: 40px;
    height: 5px;
    margin-top: 5px;
  }
}

.kv__link-text {
  display: inline-block;
  font-size: 1.5625em;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: linear-gradient(30deg, #967846 0%, #d0a760 25%, #f8e3b3 60%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  margin-left: 22px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

@media (max-width: 1399px) {
  .kv__link-text {
    font-size: 1.25em;
    margin-left: 16px;
  }
}

@media (max-width: 1199px) {
  .kv__link-text {
    font-size: 1.125em;
  }
}

@media (max-width: 991px) {
  .kv__link-text {
    font-size: 1em;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .kv__link-text {
    font-size: 0.75em;
    margin-left: 0;
  }
}

.menu {
  padding-top: 82px;
  padding-bottom: 90px;
  background: #0a0a09;
}

@media (max-width: 1199px) {
  .menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .menu {
    padding-top: 46px;
    padding-bottom: 76px;
    background: transparent;
  }
}

.menu__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__item {
  font-size: 1.5625em;
  font-weight: 600;
  color: #c1c1c1;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-left: 60px;
  position: relative;
}

@media (max-width: 1199px) {
  .menu__item {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .menu__item {
    font-size: 0.75em;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .menu__item {
    margin-left: 44px;
  }
}

@media (max-width: 374px) {
  .menu__item {
    margin-left: 20px;
  }
}

.menu__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 6px 0 6px;
  border-color: #a17f2d transparent transparent transparent;
  position: absolute;
  left: calc( 50% - 6px);
  bottom: -36px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .menu__item::after {
    opacity: 1;
    border-width: 14px 4px 0 4px;
    left: calc( 50% - 4px);
    bottom: -26px;
  }
}

.menu__item:first-child {
  margin-left: 0;
}

.menu__item .menu__icon--1 {
  background: url("../images/menu/menu-icon-1-1.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu__item .menu__icon--2 {
  background: url("../images/menu/menu-icon-2-1.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu__item .menu__icon--3 {
  background: url("../images/menu/menu-icon-3-1.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .menu__item:hover {
    color: #a17f2d;
  }
  .menu__item:hover::after {
    opacity: 1;
  }
  .menu__item:hover .menu__icon--1 {
    background: url("../images/menu/menu-icon-1-2.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .menu__item:hover .menu__icon--2 {
    background: url("../images/menu/menu-icon-2-2.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .menu__item:hover .menu__icon--3 {
    background: url("../images/menu/menu-icon-3-2.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.menu__icon {
  width: 50px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .menu__icon {
    width: 40px;
    height: 58px;
  }
}

@media (max-width: 767px) {
  .menu__icon {
    width: 26px;
    height: 34px;
  }
}

@media (max-width: 480px) {
  .menu__icon {
    margin-bottom: 5px;
  }
}

.s1 {
  position: relative;
  background: url("../images/s1/s1-bg.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  padding-top: 176px;
  height: 1082px;
}

@media (min-width: 1921px) {
  .s1 {
    background-size: cover;
    background-position: center center;
    height: 56.85759327377824vw;
  }
}

@media (max-width: 1900px) {
  .s1 {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1699px) {
  .s1 {
    height: 900px;
    padding-top: 100px;
  }
}

@media (max-width: 1399px) {
  .s1 {
    height: 720px;
  }
}

@media (max-width: 991px) {
  .s1 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .s1 {
    padding-top: 0;
    background: url("../images/s1/s1-bg-pen-1.png"), url("../images/s1/s1-bg-pen-2.png"), url("../images/s1/s1-bg-sm.jpg");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 47px auto,47px auto,100% 100%;
    background-position: left 12px bottom,right 12px bottom,center top 172px;
    height: auto;
    padding-bottom: 40px;
  }
}

@media (max-width: 374px) {
  .s1 {
    background-size: 34px auto,34px auto,100% 100%;
  }
}

.s1__title {
  line-height: 1;
}

.s1__title-item {
  font-size: 3.4375em;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
  background: linear-gradient(30deg, #a1824b 0%, #d0a760 10%, #f8e3b3 65%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  padding: 25px 20px;
  border-top: 1px solid #f8e3b3;
  border-bottom: 1px solid #f8e3b3;
}

@media (max-width: 1399px) {
  .s1__title-item {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  .s1__title-item {
    font-size: 1.5625em;
    padding: 13px 12px;
    border-top: 1px solid rgba(248, 227, 179, 0.5);
    border-bottom: 1px solid rgba(248, 227, 179, 0.5);
  }
}

.s1__pen {
  margin-top: 150px;
}

@media (max-width: 1399px) {
  .s1__pen {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .s1__pen {
    margin-top: 70px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s1__pen {
    width: 254px;
    margin-top: 20px;
  }
}

.s1__subtitle {
  line-height: 1;
  position: relative;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}

@media (max-width: 1399px) {
  .s1__subtitle {
    width: 600px;
    margin-top: 130px;
  }
}

@media (max-width: 991px) {
  .s1__subtitle {
    width: 460px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .s1__subtitle {
    width: 220px;
  }
}

.s1__subtitle::before {
  content: "";
  display: block;
  width: 292px;
  height: 1px;
  background: #f8e3b3;
  position: absolute;
  top: 50%;
  left: 0;
}

@media (max-width: 1399px) {
  .s1__subtitle::before {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .s1__subtitle::before {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .s1__subtitle::before {
    width: 44px;
  }
}

.s1__subtitle::after {
  content: "";
  display: block;
  width: 292px;
  height: 1px;
  background: #f8e3b3;
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 1399px) {
  .s1__subtitle::after {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .s1__subtitle::after {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .s1__subtitle::after {
    width: 44px;
  }
}

.s1__subtitle-item {
  font-size: 2.1875em;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
  background: linear-gradient(30deg, #d0a760 0%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}

@media (max-width: 1399px) {
  .s1__subtitle-item {
    font-size: 1.875em;
  }
}

@media (max-width: 991px) {
  .s1__subtitle-item {
    font-size: 1.5625em;
  }
}

.s1__text {
  font-size: 1.5625em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 1.68;
  margin-top: 24px;
}

@media (max-width: 1399px) {
  .s1__text {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .s1__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s1__text {
    margin-top: 20px;
    font-size: 0.75em;
    line-height: 2.0833;
  }
}

.s2 {
  position: relative;
  background: url("../images/s2/s2-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 903px;
  padding-top: 203px;
}

@media (max-width: 1199px) {
  .s2 {
    padding-top: 120px;
    min-height: 740px;
  }
}

@media (max-width: 991px) {
  .s2 {
    padding-top: 80px;
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .s2 {
    background: url("../images/s2/s2-bg-sm.jpg");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    min-height: 780px;
  }
  .s2 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 6px;
  }
  .s2 .mCS-dark-3 .mCSB_draggerContainer::before {
    top: 3px;
    height: 3px;
  }
  .s2 .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 3px;
    margin: 3px 0;
  }
}

@media (min-width: 1200px) {
  .s2 .container {
    width: 1130px;
  }
}

@media (min-width: 1400px) {
  .s2 .container {
    width: 1250px;
  }
}

@media (min-width: 1700px) {
  .s2 .container {
    width: 1622px;
  }
}

@media (max-width: 767px) {
  .s2 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.s2__title {
  position: relative;
  margin-left: 73px;
}

@media (max-width: 1199px) {
  .s2__title {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .s2__title {
    text-align: center;
  }
}

.s2__title-main {
  display: inline-block;
  font-size: 2.8125em;
  font-weight: 600;
  color: #f6e3b5;
  letter-spacing: 0.2em;
}

@media (max-width: 1399px) {
  .s2__title-main {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .s2__title-main {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .s2__title-main {
    font-size: 1.5625em;
  }
}

@media (max-width: 374px) {
  .s2__title-main {
    font-size: 1.375em;
  }
}

.s2__title-main .no {
  display: inline-block;
  width: 176px;
  height: 144px;
  background: url("../images/s2/s2-title-no.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 1399px) {
  .s2__title-main .no {
    width: 120px;
    height: 104px;
  }
}

@media (max-width: 991px) {
  .s2__title-main .no {
    width: 100px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .s2__title-main .no {
    width: 90px;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 374px) {
  .s2__title-main .no {
    width: 80px;
    height: 62px;
  }
}

.s2__title-sub {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.68;
  position: absolute;
  top: 60px;
  left: 325px;
}

@media (max-width: 1399px) {
  .s2__title-sub {
    font-size: 1.25em;
    left: 250px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .s2__title-sub {
    font-size: 1em;
    left: 215px;
    top: 15px;
  }
}

@media (max-width: 767px) {
  .s2__title-sub {
    font-size: 0.9375em;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 374px) {
  .s2__title-sub {
    font-size: 0.8125em;
  }
}

.s2__wrap {
  max-width: 1211px;
  margin-top: 23px;
  position: relative;
}

@media (max-width: 1699px) {
  .s2__wrap {
    width: 930px;
  }
}

@media (max-width: 1399px) {
  .s2__wrap {
    width: 780px;
  }
}

@media (max-width: 1199px) {
  .s2__wrap {
    width: 625px;
  }
}

@media (max-width: 991px) {
  .s2__wrap {
    width: 500px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .s2__wrap {
    width: 100%;
    margin-top: 30px;
  }
}

.s2__block {
  overflow: auto;
}

@media (max-width: 767px) {
  .s2__block {
    width: calc( 100% + 25px);
    margin-right: -25px;
  }
}

.s2__block-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 24px;
  padding-left: 3px;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .s2__block-scroll {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .s2__block-scroll {
    padding-top: 20px;
    padding-bottom: 26px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.s2__item {
  width: 148px;
  min-width: 148px;
  height: 185px;
  border: 1px solid transparent;
  padding: 27px 15px 15px;
  cursor: pointer;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background,border-color,-webkit-box-shadow;
  transition-property: background,border-color,-webkit-box-shadow;
  transition-property: background,border-color,box-shadow;
  transition-property: background,border-color,box-shadow,-webkit-box-shadow;
}

@media (max-width: 1199px) {
  .s2__item {
    width: 118px;
    min-width: 118px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .s2__item {
    width: 94px;
    min-width: 94px;
    height: 118px;
    padding-top: 15px;
  }
}

.s2__item-title {
  font-size: 1.5em;
  font-weight: 900;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  font-family: "Arial", "Noto Serif TC", "微軟正黑體", sans-serif;
  text-align: center;
  line-height: 1;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

@media (max-width: 1199px) {
  .s2__item-title {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .s2__item-title {
    font-size: 0.9375em;
  }
}

.s2__item-pen {
  margin-top: 43px;
  width: 83px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .s2__item-pen {
    width: 60px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .s2__item-pen {
    width: 52px;
    height: 49px;
    margin-top: 30px;
  }
}

@media (hover: hover) {
  .s2__item:hover .s2__item-title {
    color: #ffffff;
  }
}

.s2__item.active {
  color: #c1c1c1;
  background: #1a1a19;
  border-color: #f6e3b5;
  -webkit-box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .s2__item.active {
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .s2__item.active {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@media (hover: hover) {
  .s2__item.active:hover .s2__item-title {
    color: #c1c1c1;
  }
}

.s2__info {
  margin-top: 25px;
  padding-left: 14px;
  padding-right: 250px;
}

@media (max-width: 1399px) {
  .s2__info {
    padding-right: 220px;
  }
}

@media (max-width: 1199px) {
  .s2__info {
    padding-right: 250px;
  }
}

@media (max-width: 991px) {
  .s2__info {
    padding-right: 190px;
  }
}

@media (max-width: 767px) {
  .s2__info {
    margin-top: 58px;
    padding-left: 2px;
    padding-right: 130px;
  }
}

@media (max-width: 374px) {
  .s2__info {
    padding-right: 110px;
    padding-left: 0;
  }
}

.s2__info-title {
  font-size: 1.75em;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media (max-width: 1399px) {
  .s2__info-title {
    font-size: 1.625em;
  }
}

@media (max-width: 991px) {
  .s2__info-title {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .s2__info-title {
    font-size: 0.9375em;
  }
}

.s2__info-text {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 5px;
}

@media (max-width: 1399px) {
  .s2__info-text {
    font-size: 1.125em;
  }
}

@media (max-width: 991px) {
  .s2__info-text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s2__info-text {
    font-size: 0.75em;
    line-height: 1.6667;
    margin-top: 10px;
    min-height: calc( 1.6667em * 3);
  }
}

@media (max-width: 374px) {
  .s2__info-text {
    min-height: calc( 1.6667em * 4);
  }
}

.s2__info-item {
  display: none;
}

.s2__info-item.active {
  display: block;
}

.s2__body {
  position: relative;
}

.s2__btn {
  font-size: 1.25em;
  font-weight: 600;
  color: #f6e3b5;
  letter-spacing: 0.2em;
  width: 224px;
  height: 60px;
  background: #1a1a19;
  border: 1px solid #f6e3b4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .s2__btn {
    font-size: 1.125em;
    width: 200px;
    height: 54px;
  }
}

@media (max-width: 991px) {
  .s2__btn {
    font-size: 1em;
    width: 170px;
  }
}

@media (max-width: 767px) {
  .s2__btn {
    top: auto;
    left: calc( 50% - 85px);
    bottom: -118px;
    font-size: 0.9375em;
    height: 45px;
  }
}

.s2__btn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/s2/s2-btn-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 1399px) {
  .s2__btn::after {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .s2__btn::after {
    margin-left: 12px;
  }
}

@media (hover: hover) {
  .s2__btn:hover {
    -webkit-box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
  }
  .s2__btn:hover::after {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
}

.s2__text {
  position: absolute;
  top: -82px;
  right: -431px;
  width: 382px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 1699px) {
  .s2__text {
    right: -380px;
  }
}

@media (max-width: 1399px) {
  .s2__text {
    width: 360px;
    right: -360px;
  }
}

@media (max-width: 1199px) {
  .s2__text {
    width: 320px;
    top: -40px;
    right: -340px;
  }
}

@media (max-width: 991px) {
  .s2__text {
    width: 240px;
    top: 20px;
    right: -240px;
  }
}

@media (max-width: 767px) {
  .s2__text {
    top: 210px;
    right: 0;
    width: 113px;
    height: 104px;
  }
}

@media (max-width: 374px) {
  .s2__text {
    width: 100px;
    height: 95px;
  }
}

.s2__text-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.s3 {
  position: relative;
  background: url("../images/s3/s3-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 773px;
}

@media (max-width: 1399px) {
  .s3 {
    min-height: 650px;
  }
}

@media (max-width: 1199px) {
  .s3 {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .s3 {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .s3 {
    min-height: auto;
    background: url("../images/s3/s3-bg-sm.jpg"), #0a0a09;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 58vw;
  }
}

.s3 .container {
  position: relative;
}

.s3__block {
  width: 330px;
  position: absolute;
  top: 196px;
  right: -96px;
}

@media (max-width: 1699px) {
  .s3__block {
    right: -25px;
  }
}

@media (max-width: 1399px) {
  .s3__block {
    top: 110px;
  }
}

@media (max-width: 1199px) {
  .s3__block {
    width: 260px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .s3__block {
    top: 50px;
    width: 210px;
  }
}

@media (max-width: 767px) {
  .s3__block {
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}

.s3__title {
  font-size: 2.8125em;
  font-weight: 600;
  color: #d2d1cb;
  line-height: 1.2;
  width: 1em;
}

@media (max-width: 1199px) {
  .s3__title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .s3__title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .s3__title {
    font-size: 1.5625em;
    margin-left: auto;
    margin-right: auto;
  }
}

.s3__text {
  font-size: 1.25em;
  font-weight: 600;
  color: #a6a5a1;
  letter-spacing: 0.075em;
  line-height: 2.2;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .s3__text {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .s3__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s3__text {
    font-size: 0.75em;
    letter-spacing: 0.14em;
  }
}

.s4 {
  position: relative;
  background: #000000;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .s4 {
    padding-top: 110px;
    padding-bottom: 25px;
    background: #0a0a09;
  }
}

.s4__title {
  line-height: 1;
}

.s4__title-item {
  font-size: 3.4375em;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: inline-block;
  background: linear-gradient(30deg, #967846 0%, #d0a760 25%, #f8e3b3 60%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  padding: 25px 20px;
  border-top: 1px solid #f8e3b3;
  border-bottom: 1px solid #f8e3b3;
}

@media (max-width: 1399px) {
  .s4__title-item {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  .s4__title-item {
    font-size: 1.5625em;
    padding: 13px 12px;
    border-top: 1px solid rgba(248, 227, 179, 0.5);
    border-bottom: 1px solid rgba(248, 227, 179, 0.5);
  }
}

.s4__logo {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .s4__logo {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .s4__logo {
    margin-top: 30px;
  }
}

.s4__text {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  margin-top: 25px;
}

@media (max-width: 1399px) {
  .s4__text {
    font-size: 1.125em;
  }
}

@media (max-width: 991px) {
  .s4__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s4__text {
    font-size: 0.9375em;
    line-height: 2;
  }
}

.s4__pen {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .s4__pen {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .s4__pen {
    width: 110%;
    margin-left: -10%;
  }
}

.s5 {
  position: relative;
  background: url("../images/s5/s5-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 773px;
  padding-top: 165px;
}

@media (max-width: 1399px) {
  .s5 {
    min-height: 650px;
    padding-top: 110px;
  }
}

@media (max-width: 1199px) {
  .s5 {
    min-height: 550px;
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .s5 {
    min-height: 400px;
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .s5 {
    min-height: auto;
    background: url("../images/s5/s5-bg-sm.jpg"), #0a0a09;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 72vw;
  }
}

.s5 .container {
  position: relative;
}

.s5__block {
  width: 330px;
  margin-left: -75px;
}

@media (max-width: 1699px) {
  .s5__block {
    margin-left: -15px;
  }
}

@media (max-width: 1199px) {
  .s5__block {
    width: 260px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .s5__block {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .s5__block {
    text-align: center;
    width: 100%;
  }
}

.s5__title {
  font-size: 2.8125em;
  font-weight: 600;
  color: #d2d1cb;
  line-height: 1.2;
  width: 1em;
}

@media (max-width: 1199px) {
  .s5__title {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .s5__title {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .s5__title {
    font-size: 1.5625em;
    margin-left: auto;
    margin-right: auto;
  }
}

.s5__text {
  font-size: 1.25em;
  font-weight: 600;
  color: #d2d1cb;
  letter-spacing: 0.075em;
  line-height: 2.2;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .s5__text {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .s5__text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s5__text {
    font-size: 0.75em;
    letter-spacing: 0.14em;
  }
}

.s6 {
  padding-top: 125px;
  padding-bottom: 184px;
}

@media (max-width: 991px) {
  .s6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .s6 {
    padding-top: 54px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1700px) {
  .s6 .container {
    width: 1504px;
  }
}

.s6__subtitle {
  font-size: 2.5em;
  font-weight: 500;
  color: #ffffff;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.01em;
  text-align: center;
}

.s6__title {
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}

.s6__title-item {
  font-size: 2.8125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  background: linear-gradient(30deg, #967846 0%, #d0a760 25%, #f8e3b3 60%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}

@media (max-width: 1399px) {
  .s6__title-item {
    font-size: 2.5em;
  }
}

@media (max-width: 991px) {
  .s6__title-item {
    font-size: 1.5625em;
    padding: 13px 12px;
    border-top: 1px solid rgba(248, 227, 179, 0.5);
    border-bottom: 1px solid rgba(248, 227, 179, 0.5);
  }
}

.s6__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 66px;
}

@media (max-width: 991px) {
  .s6__block {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .s6__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    max-width: 100%;
  }
}

.s6__item {
  width: 50%;
  border: 1px solid #f6e3b4;
  padding: 40px 40px 40px 165px;
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}

@media (max-width: 1399px) {
  .s6__item {
    padding-left: 120px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .s6__item {
    padding-left: 90px;
  }
}

@media (max-width: 991px) {
  .s6__item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .s6__item {
    border-top: none;
    border-left: 1px solid #f6e3b4;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-left: 0;
  }
}

.s6__item:nth-child(1), .s6__item:nth-child(2) {
  margin-top: 0;
}

.s6__item:nth-child(odd) {
  margin-left: 0;
}

@media (max-width: 767px) {
  .s6__item:nth-child(1) {
    border-top: 1px solid #f6e3b4;
  }
}

.s6__item::before {
  content: "";
  display: block;
  width: 73px;
  height: 81px;
  background: url("../images/s6/s6-item-icon.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 50% - 40px);
  left: 48px;
}

@media (max-width: 1399px) {
  .s6__item::before {
    width: 60px;
    height: 66px;
    top: calc( 50% - 33px);
    left: 30px;
  }
}

@media (max-width: 1199px) {
  .s6__item::before {
    width: 50px;
    height: 54px;
    top: calc( 50% - 27px);
    left: 20px;
  }
}

@media (max-width: 991px) {
  .s6__item::before {
    width: 40px;
    height: 44px;
    top: calc( 50% - 22px);
    left: 15px;
  }
}

@media (max-width: 767px) {
  .s6__item::before {
    width: 29px;
    height: 32px;
    top: calc( 50% - 16px);
    left: 20px;
  }
}

.s6__item-title {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 600;
  background: linear-gradient(30deg, #967846 0%, #d0a760 25%, #f8e3b3 60%, #f8e3b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
}

@media (max-width: 1399px) {
  .s6__item-title {
    font-size: 1.5em;
  }
}

@media (max-width: 1199px) {
  .s6__item-title {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  .s6__item-title {
    font-size: 0.9375em;
  }
}

.s6__item-text {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .s6__item-text {
    font-size: 1.125em;
  }
}

@media (max-width: 1199px) {
  .s6__item-text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .s6__item-text {
    font-size: 0.75em;
    line-height: 1.583333;
    margin-top: 5px;
  }
}

.nib {
  position: relative;
  background: url("../images/nib/nib-bg.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 98px;
}

@media (min-width: 1921px) {
  .nib {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .nib {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../images/nib/nib-bg-sm.jpg"), #0a0a09;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1700px) {
  .nib .container {
    width: 1200px;
  }
}

@media (max-width: 480px) {
  .nib .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nib__title {
  position: relative;
}

@media (max-width: 767px) {
  .nib__title {
    text-align: center;
  }
}

.nib__title-main {
  display: inline-block;
  font-size: 2.8125em;
  font-weight: 600;
  color: #f6e3b5;
  letter-spacing: 0.2em;
}

@media (max-width: 1399px) {
  .nib__title-main {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .nib__title-main {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .nib__title-main {
    font-size: 1.5625em;
  }
}

@media (max-width: 374px) {
  .nib__title-main {
    font-size: 1.375em;
  }
}

.nib__title-main .no {
  display: inline-block;
  width: 176px;
  height: 144px;
  background: url("../images/s2/s2-title-no.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 1399px) {
  .nib__title-main .no {
    width: 120px;
    height: 104px;
  }
}

@media (max-width: 991px) {
  .nib__title-main .no {
    width: 100px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .nib__title-main .no {
    width: 90px;
    height: 72px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 374px) {
  .nib__title-main .no {
    width: 80px;
    height: 62px;
  }
}

.nib__title-sub {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.2em;
  text-align: left;
  line-height: 1.68;
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .nib__title-sub {
    font-size: 1.25em;
    left: 250px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .nib__title-sub {
    font-size: 1em;
    left: 215px;
    top: 15px;
  }
}

@media (max-width: 767px) {
  .nib__title-sub {
    font-size: 0.9375em;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}

@media (max-width: 374px) {
  .nib__title-sub {
    font-size: 0.8125em;
  }
}

.nib__wrap {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .nib__wrap {
    margin-top: 68px;
  }
}

.nib__wrap-item {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .nib__wrap-item {
    margin-top: 113px;
  }
}

.nib__wrap-item:first-child {
  margin-top: 0;
}

.nib__subtitle {
  text-align: center;
}

.nib__subtitle-item {
  display: inline-block;
  font-size: 2.8125em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top: 1px solid #f8e3b3;
  border-bottom: 1px solid #f8e3b3;
  padding: 18px 15px;
}

@media (max-width: 1199px) {
  .nib__subtitle-item {
    font-size: 2.25em;
  }
}

@media (max-width: 991px) {
  .nib__subtitle-item {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .nib__subtitle-item {
    font-size: 1.5625em;
    padding: 10px 9px;
  }
}

.nib__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .nib__block {
    display: block;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 47px;
  }
}

@media (max-width: 480px) {
  .nib__block {
    width: 100%;
  }
}

.nib__item {
  width: calc( 33.33% + 0.5px);
  border: 1px solid #f6e3b5;
  background: #000000;
  padding: 12px 46px;
  min-height: 400px;
  margin-top: -1px;
  margin-left: -1px;
}

@media (max-width: 1399px) {
  .nib__item {
    padding: 12px 40px;
  }
}

@media (max-width: 1199px) {
  .nib__item {
    padding: 12px 25px;
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .nib__item {
    min-height: 320px;
    width: calc( 50% + 0.5px);
  }
}

@media (max-width: 767px) {
  .nib__item {
    width: 100%;
    min-height: auto;
    padding: 9px 38px 30px;
  }
}

@media (max-width: 374px) {
  .nib__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nib__item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nib__item:nth-child(1) {
    margin-top: 0;
  }
  .nib__item:nth-child(odd) {
    margin-left: 0;
  }
  .nib__item:nth-child(2) {
    margin-top: 0;
  }
  .nib__item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .nib__item:nth-child(1) {
    margin-top: 0;
  }
  .nib__item:nth-child(2) {
    margin-top: 0;
  }
  .nib__item:nth-child(3) {
    margin-top: 0;
  }
  .nib__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.nib__head {
  position: relative;
}

.nib__head-pen {
  width: 188px;
  margin-left: -18px;
}

@media (max-width: 1199px) {
  .nib__head-pen {
    width: 150px;
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
  .nib__head-pen {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .nib__head-pen {
    width: 150px;
    margin-left: -10px;
  }
}

.nib__head-text {
  width: 126px;
  position: absolute;
  top: 41px;
  right: 13px;
}

@media (max-width: 1399px) {
  .nib__head-text {
    right: 5px;
  }
}

@media (max-width: 1199px) {
  .nib__head-text {
    width: 100px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .nib__head-text {
    top: 20px;
    width: 80px;
  }
}

@media (max-width: 767px) {
  .nib__head-text {
    width: 101px;
    top: 35px;
    right: 10px;
  }
}

@media (max-width: 374px) {
  .nib__head-text {
    right: 0;
  }
}

.nib__head-text img {
  display: block;
}

.nib__body {
  padding-top: 6px;
}

.nib__body-title {
  font-size: 1.875em;
  font-weight: 700;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.01em;
}

@media (max-width: 1399px) {
  .nib__body-title {
    font-size: 1.75em;
  }
}

@media (max-width: 1199px) {
  .nib__body-title {
    font-size: 1.5625em;
  }
}

@media (max-width: 991px) {
  .nib__body-title {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .nib__body-title {
    font-size: 1.5em;
  }
}

@media (max-width: 374px) {
  .nib__body-title {
    font-size: 1.25em;
  }
}

.nib__body-title .highlight {
  font-size: 1.666667em;
  line-height: 0.8;
  margin-right: 13px;
}

@media (max-width: 767px) {
  .nib__body-title .highlight {
    margin-right: 10px;
  }
}

.nib__body-title.pd-r {
  width: calc( 100% + 40px);
  margin-right: -40px;
}

@media (min-width: 992px) {
  .nib__body-title.pd-r {
    width: calc( 100% + 44px);
    margin-right: -44px;
  }
}

.nib__body-subtitle {
  font-size: 1.75em;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

@media (max-width: 1399px) {
  .nib__body-subtitle {
    font-size: 1.625em;
  }
}

@media (max-width: 1199px) {
  .nib__body-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .nib__body-subtitle {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .nib__body-subtitle {
    font-size: 1.25em;
  }
}

.nib__body-subtitle.sm {
  font-size: 1.625em;
  width: calc( 100% + 40px);
  margin-right: -40px;
}

@media (max-width: 1399px) {
  .nib__body-subtitle.sm {
    font-size: 1.5em;
  }
}

@media (max-width: 1199px) {
  .nib__body-subtitle.sm {
    font-size: 1.375em;
  }
}

@media (max-width: 991px) {
  .nib__body-subtitle.sm {
    font-size: 1.375em;
  }
}

@media (max-width: 767px) {
  .nib__body-subtitle.sm {
    font-size: 1.25em;
  }
}

@media (max-width: 374px) {
  .nib__body-subtitle.sm {
    width: calc( 100% + 20px);
    margin-right: -20px;
    font-size: 1.125em;
  }
}

.nib__body-text {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .nib__body-text {
    font-size: 1.125em;
  }
}

@media (max-width: 991px) {
  .nib__body-text {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .nib__body-text {
    font-size: 0.9375em;
  }
}

.nib__btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
  height: 120px;
  border: 1px solid #f6e3b4;
  background: #1a1a19;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 124px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

@media (max-width: 991px) {
  .nib__btn {
    width: 400px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .nib__btn {
    width: 350px;
    height: 92px;
    margin-top: 140px;
  }
}

@media (max-width: 480px) {
  .nib__btn {
    width: 100%;
  }
}

.nib__btn-subtitle {
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .nib__btn-subtitle {
    font-size: 2.25em;
  }
}

@media (max-width: 767px) {
  .nib__btn-subtitle {
    font-size: 1.5em;
  }
}

.nib__btn-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #c1c1c1;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .nib__btn-title {
    font-size: 1.125em;
    margin-top: 5px;
  }
}

@media (hover: hover) {
  .nib__btn:hover {
    -webkit-box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 54px rgba(255, 255, 255, 0.2);
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.show--sm {
  display: none;
}

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

.show--sm-inline {
  display: none;
}

@media (max-width: 767px) {
  .show--sm-inline {
    display: inline-block;
  }
}

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