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

@-webkit-keyframes ani-kv-bg {
  0% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-kv-bg {
  0% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani-kv-light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani-s2-chart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-s2-chart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

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

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

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

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

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

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

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

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #484848;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 54px;
  }
}

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

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

table {
  border-collapse: collapse;
}

a {
  color: #ffffff;
}

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: 1rem;
  padding-left: 1rem;
  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;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1600px;
  }
}

.pop__container {
  padding-bottom: 80px;
}
.pop__wrap {
  width: 1100px;
  background: #fdf9e9;
  padding: 80px 50px 50px;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .pop__wrap {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pop__wrap {
    padding: 30px 15px;
  }
}
.pop__wrap-item {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: #ffbf16;
  scrollbar-highlight-color: #ffffff;
  overflow: auto;
  scrollbar-shadow-color: #ffbf16;
  scrollbar-3dlight-color: #ffbf16;
  scrollbar-arrow-color: #ffbf16;
  scrollbar-darkshadow-color: #ffbf16;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .pop__wrap-item {
    padding-right: 10px;
  }
}
.pop__wrap-item {
  /*阻止滾動傳給父元素*/
  overscroll-behavior-y: none;
}
.pop__wrap-item::-webkit-scrollbar-track {
  background-color: transparent;
}
.pop__wrap-item::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.pop__wrap-item::-webkit-scrollbar-thumb {
  background-color: #ffbf16;
}
.pop__close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199px) {
  .pop__close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .pop__close {
    top: -50px;
    right: 0px;
  }
}
.pop__close::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #4f4f4f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pop__close::before {
    background: #fdf9e9;
  }
}
.pop__close::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #4f4f4f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pop__close::after {
    background: #fdf9e9;
  }
}
@media (min-width: 768px) {
  .pop__close:hover {
    opacity: 0.8;
  }
}
.pop__text {
  color: #4f4f4f;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .pop__text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pop__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .pop__text {
    font-size: 1rem;
  }
}
.pop__text--red {
  color: #ad3f3f;
}

.navbar {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 54px;
  }
  .navbar--active .navbar__toggle-item:first-child {
    top: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 4;
    min-height: 34px;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 54px;
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: 1;
    background: #ffffff;
  }
}
.navbar__logo {
  position: relative;
  display: block;
  width: 156px;
  z-index: 4;
}
@media (max-width: 991px) {
  .navbar__logo {
    width: 100px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar__toggle {
  width: 20px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navbar__toggle-item:nth-child(2) {
  top: 7px;
}
.navbar__toggle-item:last-child {
  top: 14px;
}
@media (min-width: 992px) {
  .navbar__body {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    left: -15px;
    z-index: 3;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
  }
}
.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .navbar__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #ffdd64;
  }
}
.navbar__link {
  position: relative;
  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;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  width: 222px;
  height: 80px;
  background: url("../images/common/navbar-link-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -14px;
}
@media (max-width: 1399px) {
  .navbar__link {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .navbar__link {
    font-size: 1.375rem;
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .navbar__link {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff8d4;
    border-bottom: 1px solid #ffdd64;
  }
}
@media (max-width: 767px) {
  .navbar__link {
    font-size: 1.125rem;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__link:first-child {
    margin-top: 0;
  }
}
.navbar__link--active {
  background: url("../images/common/navbar-link-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (hover: hover) {
  .navbar__link:hover {
    background: url("../images/common/navbar-link-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.navbar__social {
  margin-left: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1399px) {
  .navbar__social {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .navbar__social {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar__social {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar__social-item {
  margin-left: 10px;
  cursor: pointer;
  width: 50px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar__social-item img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .navbar__social-item {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffdd64;
    width: 100%;
    text-align: center;
  }
  .navbar__social-item img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .navbar__social-item img {
    width: 40px;
  }
}
.navbar__social-item:first-child {
  margin-left: 0;
}
.navbar__social-item:hover img:nth-child(2) {
  opacity: 1;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#009fe9), to(#006cc6));
  background: linear-gradient(to bottom, #009fe9 0%, #006cc6 100%);
  text-align: center;
  padding-top: 55px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 374px) {
  .footer__title {
    font-size: 1.125rem;
  }
}
.footer__text {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer__text {
    font-size: 1rem;
  }
}
@media (max-width: 374px) {
  .footer__text {
    font-size: 0.875rem;
  }
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 45.3125vw;
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: ani-kv-bg 1s ease;
          animation: ani-kv-bg 1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 991px) {
  .kv::before {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .kv::before {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 146vw;
  }
}
.kv--active::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title, .kv--active .kv__date, .kv--active .kv__block {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__light::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__date {
  width: 46.25vw;
  height: 6.5625vw;
  background: url("../images/kv/kv-date.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 31.4vw;
  left: 53.4vw;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (min-width: 1921px) {
  .kv__date {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .kv__date {
    width: 58vw;
    height: 8.5vw;
    top: 41.5vw;
    left: 55.6vw;
  }
}
@media (max-width: 767px) {
  .kv__date {
    width: 50vw;
    height: 10vw;
    background: url("../images/kv/kv-date-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 70vw;
    left: 25vw;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
  }
}
.kv__title {
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-title.png");
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0vw;
  left: 0vw;
  text-indent: -9999px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (min-width: 1921px) {
  .kv__title {
    background-size: cover;
  }
}
@media (max-width: 1899px) {
  .kv__title {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .kv__title {
    left: -16vw;
  }
}
@media (max-width: 767px) {
  .kv__title {
    width: 96vw;
    height: 38vw;
    background: url("../images/kv/kv-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 30vw;
    left: 2vw;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
  }
}
.kv__block {
  position: absolute;
  top: 1.8vw;
  left: 31.8vw;
  width: 35.1041666667vw;
  height: 11.8229166667vw;
  opacity: 0;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 991px) {
  .kv__block {
    width: 46.5vw;
    height: 15.4vw;
    top: 2.4vw;
    left: 26.5vw;
  }
}
@media (max-width: 767px) {
  .kv__block {
    width: 88vw;
    height: 29vw;
    left: 6vw;
  }
}
.kv__subtitle {
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-subtitle.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__no {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__no-item {
  background: url("../images/kv/kv-no.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: overlay;
}
.kv__light::before {
  content: "";
  display: block;
  background: url("../images/kv/kv-bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: ani-kv-light 1.6s ease infinite;
          animation: ani-kv-light 1.6s ease infinite;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.s1 {
  background: url("../images/s1/s1-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 78px;
  padding-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .s1 {
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: 100% 100%;
  }
}
@media (min-width: 1921px) {
  .s1 {
    background-size: 100% 100%;
  }
}
.s1__title {
  width: 844px;
  height: 744px;
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1699px) {
  .s1__title {
    width: 720px;
    height: 680px;
  }
}
@media (max-width: 1399px) {
  .s1__title {
    width: 580px;
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    width: 480px;
    height: 440px;
  }
}
@media (max-width: 991px) {
  .s1__title {
    right: calc(50% - 240px);
  }
}
@media (max-width: 767px) {
  .s1__title {
    right: calc(50% - 230px);
  }
}
@media (max-width: 480px) {
  .s1__title {
    width: 360px;
    height: 400px;
    right: calc(50% - 180px);
  }
}
@media (max-width: 374px) {
  .s1__title {
    width: 110%;
    height: 80vw;
    right: -5%;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 991px) {
  .s1__wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s1__wrap::before {
  content: "";
  display: block;
  width: 958px;
  height: 934px;
  background: url("../images/s1/s1-wrap-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -110px;
  left: calc(50vw - 1050px);
}
@media (max-width: 1699px) {
  .s1__wrap::before {
    width: 800px;
    height: 800px;
    top: -90px;
    left: calc(50vw - 800px);
  }
}
@media (max-width: 1399px) {
  .s1__wrap::before {
    width: 700px;
    height: 700px;
    top: -70px;
    left: calc(50vw - 720px);
  }
}
@media (max-width: 1199px) {
  .s1__wrap::before {
    width: 600px;
    height: 600px;
    left: calc(50vw - 560px);
  }
}
@media (max-width: 991px) {
  .s1__wrap::before {
    width: 600px;
    height: 700px;
    top: 380px;
    left: calc(50vw - 420px);
  }
}
.s1__head {
  width: calc(100% - 956px);
  position: relative;
  padding-top: 510px;
}
@media (max-width: 1699px) {
  .s1__head {
    width: calc(100% - 780px);
    padding-top: 420px;
  }
}
@media (max-width: 1399px) {
  .s1__head {
    width: 40%;
    padding-top: 340px;
  }
}
@media (max-width: 1199px) {
  .s1__head {
    width: 40%;
    padding-top: 280px;
  }
}
@media (max-width: 991px) {
  .s1__head {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s1__head {
    padding-top: 220px;
  }
}
@media (max-width: 374px) {
  .s1__head {
    padding-top: 60vw;
  }
}
.s1__body {
  width: 956px;
  padding-left: 38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s1__body {
    width: 780px;
  }
}
@media (max-width: 1399px) {
  .s1__body {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .s1__body {
    width: 600px;
    margin-top: 15px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s1__body {
    width: 100%;
  }
}
.s1__body::before {
  content: "";
  display: block;
  width: 210px;
  height: 110px;
  background: url("../images/s1/s1-leaf.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 11;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .s1__body::before {
    width: 140px;
    height: 90px;
    top: 34px;
    right: -32px;
  }
}
@media (max-width: 1199px) {
  .s1__body::before {
    width: 120px;
    height: 80px;
    top: 20px;
    right: -28px;
  }
}
@media (max-width: 767px) {
  .s1__body::before {
    display: none;
  }
}
.s1__info {
  position: relative;
  z-index: 1;
  width: 460px;
  margin-left: 54px;
}
@media (max-width: 1699px) {
  .s1__info {
    margin-left: 60px;
  }
}
@media (max-width: 1399px) {
  .s1__info {
    width: 390px;
  }
}
@media (max-width: 1199px) {
  .s1__info {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .s1__info {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s1__info {
    width: calc(100% - 30px);
  }
}
.s1__info-main {
  width: 446px;
  height: 112px;
  text-indent: -9999px;
}
@media (max-width: 1399px) {
  .s1__info-main {
    width: 370px;
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .s1__info-main {
    width: 280px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .s1__info-main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .s1__info-main {
    width: 80vw;
    height: 20vw;
  }
}
.s1__info-main--1 {
  background: url("../images/s1/s1-info-main-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1__info-main--1 {
    background: url("../images/s1/s1-info-main-sm-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__info-main--2 {
  background: url("../images/s1/s1-info-main-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1__info-main--2 {
    background: url("../images/s1/s1-info-main-sm-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__info-main--3 {
  background: url("../images/s1/s1-info-main-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1__info-main--3 {
    background: url("../images/s1/s1-info-main-sm-3.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__info-main--4 {
  background: url("../images/s1/s1-info-main-4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1__info-main--4 {
    background: url("../images/s1/s1-info-main-sm-4.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__info-main--5 {
  background: url("../images/s1/s1-info-main-5.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1__info-main--5 {
    background: url("../images/s1/s1-info-main-sm-5.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__info-sub {
  margin-top: 10px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #423a31;
  line-height: 1.428571;
}
@media (max-width: 1399px) {
  .s1__info-sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s1__info-sub {
    margin-top: 5px;
    font-size: 1rem;
  }
}
.s1__page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-left: 2px;
}
.s1__page-item {
  width: 108px;
  height: 70px;
  background: url("../images/s1/s1-page-item-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -18px;
  cursor: pointer;
  padding-right: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .s1__page-item {
    font-size: 1.25rem;
    padding-left: 15px;
    width: 88px;
  }
}
@media (max-width: 1399px) {
  .s1__page-item {
    width: 78px;
    margin-left: -22px;
  }
}
@media (max-width: 1199px) {
  .s1__page-item {
    font-size: 1rem;
    width: 70px;
    height: 54px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .s1__page-item {
    font-size: 0.875rem;
    width: 60px;
    height: 50px;
    margin-left: -10px;
  }
}
@media (max-width: 480px) {
  .s1__page-item {
    width: 45px;
    padding-top: 4px;
    line-height: 1.1;
  }
}
@media (max-width: 374px) {
  .s1__page-item {
    width: 40px;
    font-size: 0.75rem;
  }
}
.s1__page-item.active {
  width: 402px;
  background: url("../images/s1/s1-page-item-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
  padding-bottom: 10px;
}
@media (max-width: 1699px) {
  .s1__page-item.active {
    padding-left: 24px;
    width: 340px;
  }
}
@media (max-width: 1399px) {
  .s1__page-item.active {
    width: 310px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .s1__page-item.active {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .s1__page-item.active {
    width: 180px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__page-item.active {
    width: 140px;
    padding-bottom: 12px;
  }
}
@media (max-width: 374px) {
  .s1__page-item.active {
    width: 120px;
  }
}
.s1__page-item.active .s1__page-no {
  color: #ffbf16;
  padding-top: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .s1__page-item.active .s1__page-no {
    margin-right: 5px;
  }
}
.s1__page-item.active .s1__page-no::after {
  content: " /";
}
.s1__page-item.active .s1__page-title {
  display: inline-block;
}
.s1__page-item:first-child {
  margin-left: 0;
}
.s1__page-item:nth-child(3).active {
  width: 482px;
  background: url("../images/s1/s1-page-item-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1699px) {
  .s1__page-item:nth-child(3).active {
    width: 420px;
  }
}
@media (max-width: 1399px) {
  .s1__page-item:nth-child(3).active {
    width: 390px;
  }
}
@media (max-width: 1199px) {
  .s1__page-item:nth-child(3).active {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .s1__page-item:nth-child(3).active {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .s1__page-item:nth-child(3).active {
    width: 150px;
  }
}
@media (max-width: 374px) {
  .s1__page-item:nth-child(3).active {
    width: 130px;
  }
}
.s1__page-item:nth-child(1) {
  z-index: 4;
}
.s1__page-item:nth-child(2) {
  z-index: 3;
}
.s1__page-item:nth-child(3) {
  z-index: 2;
}
.s1__page-item:nth-child(4) {
  z-index: 1;
}
.s1__page-item:nth-child(5) {
  z-index: 0;
}
.s1__page-no {
  display: block;
  color: #bd926a;
  padding-top: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .s1__page-no {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .s1__page-no {
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  .s1__page-no {
    white-space: nowrap;
    padding-top: 14px;
  }
}
.s1__page-title {
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  display: none;
}
@media (max-width: 767px) {
  .s1__page-title {
    font-size: 1em;
  }
}
.s1__page-title .sm {
  font-size: 0.8em;
}
.s1__block {
  margin-top: -12px;
  position: relative;
  z-index: 10;
  border-radius: 40px;
  border-top-left-radius: 20px;
  background: linear-gradient(50deg, #eebd24 0%, #fde6a8 60%, #dabb4f 100%);
  padding: 3px;
}
@media (max-width: 480px) {
  .s1__block {
    border-radius: 20px;
    border-top-left-radius: 10px;
  }
}
.s1__block img {
  border-radius: 38px;
  border-top-left-radius: 18px;
  display: block;
}
@media (max-width: 480px) {
  .s1__block img {
    border-radius: 18px;
    border-top-left-radius: 8px;
  }
}
.s1__source {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .s1__source {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .s1__source {
    width: 1350px;
  }
}
@media (max-width: 991px) {
  .s1__source {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .s1__source {
    width: 100%;
  }
}
.s1 .slick-prev:before {
  background: url("../images/../vendor/fonts/prev.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1 .slick-prev:before {
    background: url("../images/../vendor/fonts/prev-brown.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1 .slick-next:before {
  background: url("../images/../vendor/fonts/next.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s1 .slick-next:before {
    background: url("../images/../vendor/fonts/next-brown.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.s2 {
  background: url("../images/s2/s2-bg_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .s2 {
    background-size: 100% auto;
  }
}
@media (max-width: 1699px) {
  .s2 {
    background-size: 1770px auto;
  }
}
@media (max-width: 1399px) {
  .s2 {
    background-size: 1660px auto;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: 1430px auto;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .s2 {
    background: url("../images/s2/s2-bg-tb_01.jpg"), #154679;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .s2 {
    background-size: 800px auto;
  }
}
@media (max-width: 480px) {
  .s2 {
    background-size: 500px auto;
  }
}
.s2__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 991px) {
  .s2__wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s2__head {
  width: calc(100% - 956px);
  position: relative;
  padding-left: 125px;
  padding-top: 168px;
}
@media (max-width: 1699px) {
  .s2__head {
    width: calc(100% - 780px);
    padding-top: 100px;
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .s2__head {
    padding-top: 70px;
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .s2__head {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .s2__head {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s2__head {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .s2__head {
    padding-top: 0;
  }
}
.s2__body {
  width: 956px;
  padding-right: 38px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1699px) {
  .s2__body {
    width: 780px;
  }
}
@media (max-width: 1399px) {
  .s2__body {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .s2__body {
    width: 600px;
    margin-top: 15px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2__body {
    width: 100%;
  }
}
.s2__title {
  width: 314px;
  height: 224px;
  text-indent: -9999px;
  background: url("../images/s2/s2-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 94px;
  position: relative;
}
@media (max-width: 1399px) {
  .s2__title {
    width: 260px;
    height: 174px;
  }
}
@media (max-width: 1199px) {
  .s2__title {
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 180px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .s2__title {
    width: 140px;
    height: 100px;
  }
}
.s2__title::before {
  content: "";
  display: block;
  width: 300px;
  height: 298px;
  background: url("../images/s2/s2-title-img.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -248px;
  left: 60px;
}
@media (max-width: 1699px) {
  .s2__title::before {
    width: 220px;
    height: 200px;
    top: -180px;
  }
}
@media (max-width: 1399px) {
  .s2__title::before {
    width: 180px;
    height: 170px;
    top: -160px;
  }
}
@media (max-width: 1199px) {
  .s2__title::before {
    width: 140px;
    height: 130px;
    top: -120px;
  }
}
@media (max-width: 991px) {
  .s2__title::before {
    top: -100px;
    left: 100px;
  }
}
@media (max-width: 767px) {
  .s2__title::before {
    width: 100px;
    height: 100px;
    top: -80px;
    left: 80px;
  }
}
@media (max-width: 480px) {
  .s2__title::before {
    width: 80px;
    height: 80px;
    top: -60px;
    left: 60px;
  }
}
.s2__info {
  width: 510px;
  height: 346px;
  background: url("../images/s2/s2-info-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 48px 40px 48px 54px;
}
@media (max-width: 1399px) {
  .s2__info {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s2__info {
    padding-left: 30px;
    padding-right: 30px;
    height: 260px;
  }
}
@media (max-width: 991px) {
  .s2__info {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url("../images/s2/s2-info-bg-tb.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .s2__info {
    width: calc(100% - 30px);
    height: auto;
    padding: 30px 15px 0;
  }
}
@media (max-width: 374px) {
  .s2__info {
    width: 100%;
  }
}
.s2__info-main {
  font-size: 3.125rem;
  font-weight: 900;
  color: #bdfdff;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .s2__info-main {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .s2__info-main {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .s2__info-main {
    font-size: 1.625rem;
  }
}
.s2__info-main .yellow {
  color: #fffec0;
}
.s2__info-main .lg {
  font-size: 1.2em;
  line-height: 1;
}
.s2__info-sub {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.428571;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .s2__info-sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .s2__info-sub {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s2__info-sub {
    margin-top: 15px;
  }
}
.s2__page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-left: 2px;
}
.s2__page-item {
  width: 114px;
  height: 70px;
  background: url("../images/s2/s2-page-item-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -18px;
  cursor: pointer;
  padding-right: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1699px) {
  .s2__page-item {
    font-size: 1.25rem;
  }
}
@media (max-width: 1399px) {
  .s2__page-item {
    width: 78px;
    margin-left: -22px;
  }
}
@media (max-width: 1199px) {
  .s2__page-item {
    font-size: 1rem;
    width: 70px;
    height: 54px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .s2__page-item {
    font-size: 0.875rem;
    width: 60px;
    height: 50px;
    margin-left: -10px;
  }
}
@media (max-width: 480px) {
  .s2__page-item {
    width: 45px;
    padding-top: 4px;
    line-height: 1.1;
  }
}
@media (max-width: 374px) {
  .s2__page-item {
    width: 40px;
    font-size: 0.75rem;
  }
}
.s2__page-item.active {
  width: 120px;
  background: url("../images/s2/s2-page-item-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .s2__page-item.active {
    width: 100px;
    padding-left: 26px;
  }
}
@media (max-width: 1199px) {
  .s2__page-item.active {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .s2__page-item.active {
    width: 70px;
    padding-left: 18px;
  }
}
@media (max-width: 480px) {
  .s2__page-item.active {
    width: 55px;
    padding-left: 14px;
    padding-bottom: 12px;
  }
}
.s2__page-item.active .s2__page-no {
  color: #005edf;
  padding-top: 0;
}
.s2__page-item.active .s2__page-title {
  display: inline-block;
}
.s2__page-item:first-child {
  margin-left: 0;
}
.s2__page-item:nth-child(3).active {
  width: 378px;
  background: url("../images/s2/s2-page-item-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s2__page-item:nth-child(3).active .s2__page-no {
  margin-right: 10px;
}
.s2__page-item:nth-child(3).active .s2__page-no::after {
  content: " /";
}
@media (max-width: 1699px) {
  .s2__page-item:nth-child(3).active {
    width: 320px;
  }
}
@media (max-width: 1399px) {
  .s2__page-item:nth-child(3).active {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .s2__page-item:nth-child(3).active {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .s2__page-item:nth-child(3).active {
    width: 180px;
  }
  .s2__page-item:nth-child(3).active .s2__page-no {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .s2__page-item:nth-child(3).active {
    width: 170px;
  }
}
@media (max-width: 374px) {
  .s2__page-item:nth-child(3).active {
    width: 130px;
  }
}
.s2__page-item:nth-child(1) {
  z-index: 4;
}
.s2__page-item:nth-child(2) {
  z-index: 3;
}
.s2__page-item:nth-child(3) {
  z-index: 2;
}
.s2__page-item:nth-child(4) {
  z-index: 1;
}
.s2__page-item:nth-child(5) {
  z-index: 0;
}
.s2__page-no {
  display: block;
  color: #90e1f4;
  padding-top: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .s2__page-no {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .s2__page-no {
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  .s2__page-no {
    white-space: nowrap;
    padding-top: 14px;
  }
}
.s2__page-title {
  font-size: 1.25em;
  font-weight: 700;
  color: #043a73;
  display: none;
}
@media (max-width: 767px) {
  .s2__page-title {
    font-size: 1em;
  }
}
.s2__page-title .sm {
  font-size: 0.8em;
}
.s2__block {
  margin-top: -12px;
  position: relative;
  z-index: 10;
  border-radius: 40px;
  border-top-left-radius: 20px;
  background: linear-gradient(50deg, #5ca2f0 0%, #c0dff0 60%, #46d2d0 100%);
  padding: 3px;
}
@media (max-width: 480px) {
  .s2__block {
    border-radius: 20px;
    border-top-left-radius: 10px;
  }
}
.s2__block img {
  border-radius: 38px;
  border-top-left-radius: 18px;
  display: block;
}
@media (max-width: 480px) {
  .s2__block img {
    border-radius: 18px;
    border-top-left-radius: 8px;
  }
}
.s2__source {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .s2__source {
    width: 95%;
  }
}
@media (min-width: 1400px) {
  .s2__source {
    width: 1350px;
  }
}
@media (max-width: 991px) {
  .s2__source {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .s2__source {
    width: 100%;
  }
}
.s2__source .source {
  color: #b4e3ff;
}
.s2__chart {
  position: relative;
}
.s2__chart img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-s2-chart 0.8s ease infinite;
          animation: ani-s2-chart 0.8s ease infinite;
}
.s2__chart img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.s2 .slick-prev:before {
  background: url("../images/../vendor/fonts/prev-blue.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s2 .slick-prev:before {
    background: url("../images/../vendor/fonts/prev-blue-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s2 .slick-next:before {
  background: url("../images/../vendor/fonts/next-blue.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .s2 .slick-next:before {
    background: url("../images/../vendor/fonts/next-blue-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.files {
  background: url("../images/video/video-bg_01.png"), url("../images/s2/s2-bg_02.png"), url("../images/files/files-bg.jpg");
  background-position: center bottom, center top, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  position: relative;
  padding-top: 145px;
  padding-bottom: 185px;
}
@media (min-width: 1921px) {
  .files {
    background-size: 100% auto, 100% auto, cover;
  }
}
@media (max-width: 1699px) {
  .files {
    background-size: 1770px auto, auto, cover;
  }
}
@media (max-width: 1399px) {
  .files {
    background-size: 1660px auto, auto, cover;
  }
}
@media (max-width: 1199px) {
  .files {
    background-size: 1430px auto, auto, cover;
  }
}
@media (max-width: 991px) {
  .files {
    background: url("../images/video/video-bg_01.png"), url("../images/s2/s2-bg-tb_02.png"), url("../images/files/files-bg.jpg");
    background-position: center bottom, center top, center top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1000px auto, auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .files {
    background: url("../images/video/video-bg-sm_01.png"), url("../images/s2/s2-bg-tb_02.png"), url("../images/files/files-bg.jpg"), #ffffef;
    background-position: center bottom, center top, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, auto, 1000px auto;
  }
}
@media (max-width: 480px) {
  .files {
    background-size: 125% auto, 500px auto, 800px auto;
  }
}
.files__title {
  width: 640px;
  height: 230px;
  text-indent: -9999px;
  background: url("../images/files/files-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .files__title {
    width: 440px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .files__title {
    width: 380px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .files__title {
    width: 300px;
    height: 130px;
  }
}
@media (max-width: 374px) {
  .files__title {
    width: 260px;
    height: 110px;
  }
}
.files__wrap {
  padding: 0 100px;
  background: url("../images/files/files-wrap-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 62px rgba(61, 44, 26, 0.3);
          box-shadow: 0 0 62px rgba(61, 44, 26, 0.3);
  position: relative;
  margin-top: -30px;
}
@media (max-width: 1699px) {
  .files__wrap {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .files__wrap {
    margin-top: -20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .files__wrap {
    padding: 0 25px 15px;
  }
}
.files__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#b47abf), color-stop(50%, #e2aaf4), to(#e19ef4));
  background: linear-gradient(to right, #b47abf 0%, #e2aaf4 50%, #e19ef4 100%);
  position: absolute;
  top: -4px;
  left: 0;
}
.files__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#b47abf), color-stop(50%, #e2aaf4), to(#e19ef4));
  background: linear-gradient(to right, #b47abf 0%, #e2aaf4 50%, #e19ef4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.files__chart--style2 {
  padding-top: 75px;
  padding-bottom: 34px;
}
@media (max-width: 991px) {
  .files__chart--style2 {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.files__chart-title {
  width: 800px;
  height: 60px;
  background: url("../images/files/files-chart-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .files__chart-title {
    width: 640px;
    font-size: 1.75rem;
    line-height: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .files__chart-title {
    width: 500px;
    font-size: 1.25rem;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .files__chart-title {
    width: 400px;
    height: 46px;
    line-height: 46px;
    background: url("../images/files/files-chart-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .files__chart-title {
    width: 100%;
    height: 9.4vw;
    line-height: 9.4vw;
    font-size: 4vw;
  }
}
.files__chart-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .files__chart-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .files__chart-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .files__chart-text {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .files__chart-text {
    font-size: 3.4vw;
    line-height: 1.4;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.files__source {
  background: url("../images/files/files-source-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 991px) {
  .files__source {
    background: #fff2d3;
    padding: 15px;
  }
}
.files__source::after {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background: url("../images/files/files-source-bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  bottom: -52px;
  left: 0;
}
@media (max-width: 1399px) {
  .files__source::after {
    background-size: 70% auto;
  }
}
@media (max-width: 1199px) {
  .files__source::after {
    background-size: 100% auto;
  }
}
.files__source .source {
  margin-left: auto;
  margin-right: auto;
  color: #442a0a;
}
@media (min-width: 768px) {
  .files__source .source {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .files__source .source {
    width: 85%;
  }
}
@media (min-width: 1700px) {
  .files__source .source {
    width: 1350px;
  }
}
.files .slick-prev, .files .slick-next {
  width: 16px;
  height: 42px;
}
.files .slick-prev {
  left: -78px;
}
@media (max-width: 1699px) {
  .files .slick-prev {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .files .slick-prev {
    left: -20px;
  }
}
.files .slick-prev:before {
  background: url("../images/../vendor/fonts/prev-purple.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.files .slick-next {
  right: -78px;
}
@media (max-width: 1699px) {
  .files .slick-next {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .files .slick-next {
    right: -20px;
  }
}
.files .slick-next:before {
  background: url("../images/../vendor/fonts/next-purple.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.video {
  background: url("../images/purchase/purchase-bg_01.png"), url("../images/video/video-bg_02.jpg");
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: relative;
  overflow: hidden;
  padding-top: 59px;
  padding-bottom: 100px;
}
@media (min-width: 1921px) {
  .video {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1399px) {
  .video {
    min-height: auto;
    background-size: auto, 1800px auto;
  }
}
@media (max-width: 1199px) {
  .video {
    background-size: 1400px auto, 1600px auto;
  }
}
@media (max-width: 991px) {
  .video {
    background-size: 1400px auto, 1300px auto;
  }
}
@media (max-width: 767px) {
  .video {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url("../images/purchase/purchase-bg_01.png"), url("../images/video/video-bg-sm_02.jpg");
    background-position: center bottom, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: 1400px auto, 100% auto;
  }
}
@media (max-width: 480px) {
  .video {
    background-size: 1600px auto, 125% auto;
  }
}
.video__title {
  width: 608px;
  height: 112px;
  text-indent: -9999px;
  background: url("../images/video/video-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .video__title {
    width: 500px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .video__title {
    width: 380px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .video__title {
    width: 60vw;
    height: 11vw;
  }
}
.video__wrap {
  width: 1268px;
  height: 886px;
  background: url("../images/video/video-wrap-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 134px;
  margin-bottom: -60px;
}
@media (max-width: 1399px) {
  .video__wrap {
    width: 100%;
    height: 800px;
    margin-top: -110px;
    padding-top: 118px;
  }
}
@media (max-width: 1199px) {
  .video__wrap {
    height: 700px;
    margin-top: -90px;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .video__wrap {
    height: 560px;
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .video__wrap {
    width: 110%;
    height: 70vw;
    margin-left: -5%;
    margin-top: -10vw;
    margin-bottom: -2vw;
    padding-top: 11vw;
  }
}
@media (max-width: 480px) {
  .video__wrap {
    padding-top: 10vw;
    margin-bottom: 0;
  }
}
.video__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/video/video-wrap-bg-2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .video__wrap::before {
    display: none;
  }
}
.video__item {
  width: 1004px;
  height: 564px;
  background: #322f2f;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .video__item {
    width: 904px;
    height: 510px;
  }
}
@media (max-width: 1199px) {
  .video__item {
    width: 770px;
    height: 434px;
  }
}
@media (max-width: 991px) {
  .video__item {
    width: 594px;
    height: 334px;
  }
}
@media (max-width: 767px) {
  .video__item {
    width: 80%;
    height: 47vw;
  }
}
@media (max-width: 480px) {
  .video__item {
    height: 46vw;
  }
}
.video__item iframe {
  width: 100%;
  height: 100%;
}

.download__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .download__btn {
    -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;
  }
}
.download__btn-item {
  display: inline-block;
  width: 347px;
  height: 128px;
  margin-left: 8px;
  margin-right: 8px;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .download__btn-item {
    width: 271px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .download__btn-item {
    width: 217px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .download__btn-item {
    width: 163px;
    height: 60px;
  }
}
.download__btn-item--2 {
  width: 396px;
}
@media (max-width: 1199px) {
  .download__btn-item--2 {
    width: 309px;
  }
}
@media (max-width: 991px) {
  .download__btn-item--2 {
    width: 248px;
  }
}
@media (max-width: 767px) {
  .download__btn-item--2 {
    width: 186px;
  }
}
.download__btn-item--1 {
  background: url("../images/video/download-btn-1-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .download__btn-item--1:hover {
    background: url("../images/video/download-btn-1-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.download__btn-item--2 {
  background: url("../images/video/download-btn-2-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .download__btn-item--2:hover {
    background: url("../images/video/download-btn-2-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.download__btn-item--3 {
  background: url("../images/video/download-btn-3-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .download__btn-item--3:hover {
    background: url("../images/video/download-btn-3-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.purchase {
  background: url("../images/purchase/purchase-bg_02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 66px;
  padding-bottom: 66px;
  position: relative;
}
@media (min-width: 1921px) {
  .purchase {
    background-size: 100% auto;
  }
}
@media (max-width: 1199px) {
  .purchase {
    background-size: 1400px auto;
  }
}
@media (max-width: 767px) {
  .purchase {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 1600px auto;
  }
}
.purchase::before {
  content: "";
  width: 100%;
  height: 531px;
  background: url("../images/purchase/purchase-bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: -80px;
  right: 0;
}
@media (min-width: 1921px) {
  .purchase::before {
    background-position: right top;
  }
}
@media (max-width: 1399px) {
  .purchase::before {
    top: 40px;
    background-position: right -80px top;
    background-size: 1400px auto;
  }
}
@media (max-width: 1199px) {
  .purchase::before {
    background-position: right -80px top;
    background-size: 1200px auto;
  }
}
@media (max-width: 991px) {
  .purchase::before {
    top: 0;
    background-position: right top;
    background-size: 700px auto;
  }
}
@media (max-width: 767px) {
  .purchase::before {
    background-position: right -30px top;
    background-size: 540px auto;
  }
}
@media (max-width: 480px) {
  .purchase::before {
    background-position: right -30px top;
    background-size: 380px auto;
  }
}
.purchase__title {
  width: 398px;
  height: 94px;
  background: url("../images/purchase/purchase-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .purchase__title {
    width: 300px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .purchase__title {
    width: 256px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .purchase__title {
    width: 230px;
    height: 56px;
  }
}
@media (max-width: 374px) {
  .purchase__title {
    width: 200px;
    height: 50px;
  }
}
.purchase__wrap {
  width: 1320px;
  margin-top: 40px;
  margin-left: 40px;
  border-radius: 40px;
  border-top-left-radius: 20px;
  padding: 3px;
  background: linear-gradient(-50deg, #c9883c 0%, #ffe99e 10%, #f7c371 30%, #f7cb6b 80%, #b87a31 95%, #b87a31 100%);
}
@media (max-width: 1699px) {
  .purchase__wrap {
    width: 90%;
  }
}
@media (max-width: 1399px) {
  .purchase__wrap {
    margin-left: 0;
    width: 85%;
  }
}
@media (max-width: 991px) {
  .purchase__wrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .purchase__wrap {
    border-radius: 20px;
    border-top-left-radius: 10px;
  }
}
.purchase__block {
  background: url("../images/purchase/purchase-block-bg.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: auto;
  border-radius: 38px;
  border-top-left-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .purchase__block {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .purchase__block {
    border-radius: 18px;
    border-top-left-radius: 8px;
    padding: 20px 10px;
  }
}
.purchase__item {
  width: 216px;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 18px rgba(200, 154, 31, 0.72);
          box-shadow: 0 0 18px rgba(200, 154, 31, 0.72);
  border-radius: 8px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #606060;
  line-height: 1.2;
  padding: 17px 0;
  text-align: center;
  margin: 20px 6px 0;
}
.purchase__item:nth-child(1) {
  margin-top: 0;
}
.purchase__item:nth-child(2) {
  margin-top: 0;
}
.purchase__item:nth-child(3) {
  margin-top: 0;
}
.purchase__item:nth-child(4) {
  margin-top: 0;
}
.purchase__item:nth-child(5) {
  margin-top: 0;
}
@media (max-width: 1399px) {
  .purchase__item {
    width: 170px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .purchase__item {
    width: 140px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .purchase__item {
    width: 130px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .purchase__item {
    margin-top: 12px;
    width: calc(33.33% - 12px);
  }
  .purchase__item:nth-child(4) {
    margin-top: 12px;
  }
  .purchase__item:nth-child(5) {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .purchase__item {
    font-size: 1rem;
    padding: 14px 0;
    width: calc(50% - 12px);
  }
  .purchase__item:nth-child(3) {
    margin-top: 12px;
  }
}

.notice {
  background: #e0e0e0;
  padding-top: 75px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .notice .container {
    width: 1350px;
  }
}
.notice__text {
  color: #4f4f4f;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .notice__text {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .notice__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .notice__text {
    font-size: 1rem;
  }
}
.notice__text--red {
  color: #ad3f3f;
}

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

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

.red {
  color: #c43939;
}

.brown {
  color: #9a6a1f;
}

.yellow {
  color: #ffdd64;
}

.offset--top {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 991px) {
  .offset--top {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.offset--top2 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 991px) {
  .offset--top2 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.offset--top4 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 991px) {
  .offset--top4 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.source {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  color: #555555;
}
@media (max-width: 991px) {
  .source {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .source {
    text-align: left;
  }
}
.source .lg {
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .source .lg {
    font-size: 1rem;
  }
}