@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.2);
            transform: scale(1.2);
  }
  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.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-kv-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -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-kv-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-kv-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-kv-subtitle-bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes ani-kv-subtitle-bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-scale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-scale-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ani-kv-smoke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani-kv-smoke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.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;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 991px) {
  body {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

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: 1500px) {
  .container {
    width: 1350px;
  }
}

.container--lg {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--lg {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--lg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--lg {
    width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container--lg {
    width: 1470px;
  }
}

.pop__close {
  width: 36px;
  height: 36px;
  background: url("../images/pop/pop-close.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: -46px;
  right: -46px;
}
@media (max-width: 991px) {
  .pop__close {
    right: 0;
  }
}
@media (max-width: 767px) {
  .pop__close {
    top: -40px;
  }
}
@media (max-width: 480px) {
  .pop__close {
    width: 50px;
    height: 50px;
    top: -60px;
  }
}
@media (hover: hover) {
  .pop__close:hover {
    opacity: 0.8;
  }
}
.pop__container {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .pop__container {
    padding-bottom: 60px;
  }
}
.pop__container--style1 {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .pop__container--style1 {
    padding-top: 60px;
  }
}
.pop__container--style1 .source {
  width: 1090px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .pop__container--style1 .source {
    width: calc(100% - 50px);
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .source {
    width: 100%;
  }
}
.pop__container--style1 .pop__wrap {
  position: relative;
  background: url("../images/pop/pop-bg-1_01.jpg"), url("../images/pop/pop-bg-1_02.jpg");
  background-position: center top, center top;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
  width: 1400px;
  border-radius: 5px;
  position: relative;
  padding: 26px 100px 20px;
}
@media (max-width: 1699px) {
  .pop__container--style1 .pop__wrap {
    width: 90vw;
  }
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pop__container--style1 .pop__head {
  position: absolute;
  width: 100%;
  top: -122px;
  left: -22px;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__head {
    left: -50px;
    width: calc(100% + 50px);
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__head {
    top: -80px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__head {
    top: -50px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__head {
    top: -30px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__head {
    top: -20px;
  }
}
.pop__container--style1 .pop__head-box {
  position: relative;
  text-align: right;
}
.pop__container--style1 .pop__body {
  padding-top: 96px;
  position: relative;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__body {
    padding-top: 76px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__body {
    padding-top: 56px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__body {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__body {
    padding-top: 110px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__body {
    padding-top: 80px;
  }
}
.pop__container--style1 .pop__content {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pop__container--style1 .pop__content-item.pb {
  padding-bottom: 45px;
}
.pop__container--style1 .pop__content-item.pb .source {
  margin-top: 15px;
  min-height: 6.875em;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__content-item.pb .source {
    min-height: 8.25em;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__content-item.pb .source {
    min-height: 9.625em;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__content-item.pb .source {
    min-height: 11em;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__content-item.pb .source {
    min-height: auto;
  }
}
.pop__container--style1 .pop__title {
  text-align: left;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__title {
    width: 580px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__title {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__title {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__title {
    width: 300px;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__title {
    width: 290px;
  }
}
.pop__container--style1 .pop__subtitle {
  position: absolute;
  bottom: 25px;
  right: 70px;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__subtitle {
    bottom: 10px;
    right: 55px;
    height: 40px;
  }
  .pop__container--style1 .pop__subtitle img {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__subtitle {
    height: 30px;
    right: 15px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__subtitle {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__subtitle {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 23px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__subtitle {
    height: 20px;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__subtitle {
    height: 17px;
  }
}
.pop__container--style1 .pop__chart {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__chart {
    width: 100%;
  }
}
.pop__container--style1 .pop__tab {
  width: 310px;
  background: #ddd5cc;
  -webkit-box-shadow: 0 0 10px #866f53 inset;
          box-shadow: 0 0 10px #866f53 inset;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: calc(50% - 155px);
  bottom: 0;
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__tab {
    width: 240px;
    left: calc(50% - 120px);
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__tab {
    width: 100%;
    left: 0;
  }
}
.pop__container--style1 .pop__tab-item {
  border: none;
  width: 33.33%;
  background: transparent;
  border-radius: 10em;
  padding: 3px 0;
  cursor: pointer;
}
.pop__container--style1 .pop__tab-item::before {
  content: "";
  display: block;
  width: 64px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__tab-item::before {
    width: 48px;
    height: 18px;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__tab-item::before {
    width: 40px;
    height: 14px;
  }
}
.pop__container--style1 .pop__tab-item:nth-child(1)::before {
  background: url("../images/pop/pop-tab-item-1-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tab-item:nth-child(1).active {
  background: linear-gradient(127deg, #e4a13b 0%, #88580b 100%);
  -webkit-box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
          box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
}
.pop__container--style1 .pop__tab-item:nth-child(1).active::before {
  background: url("../images/pop/pop-tab-item-1-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tab-item:nth-child(2)::before {
  background: url("../images/pop/pop-tab-item-2-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tab-item:nth-child(2).active {
  background: linear-gradient(127deg, #e4a13b 0%, #88580b 100%);
  -webkit-box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
          box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
}
.pop__container--style1 .pop__tab-item:nth-child(2).active::before {
  background: url("../images/pop/pop-tab-item-2-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tab-item:nth-child(3)::before {
  background: url("../images/pop/pop-tab-item-3-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tab-item:nth-child(3).active {
  background: linear-gradient(127deg, #e4a13b 0%, #88580b 100%);
  -webkit-box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
          box-shadow: 1px 0 #d7c2a9 inset, 4px 0 6px #bba58b;
}
.pop__container--style1 .pop__tab-item:nth-child(3).active::before {
  background: url("../images/pop/pop-tab-item-3-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop__container--style1 .pop__tag {
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .pop__container--style1 .pop__tag {
    top: 60px;
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .pop__container--style1 .pop__tag {
    top: 40px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .pop__tag {
    top: 25px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .pop__container--style1 .pop__tag {
    width: 240px;
    top: 100px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .pop__tag {
    top: 82px;
    width: 210px;
  }
}
@media (max-width: 374px) {
  .pop__container--style1 .pop__tag {
    width: 180px;
    top: 86px;
  }
}
@media (max-width: 1499px) {
  .pop__container--style1 .slick-prev {
    left: -60px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .slick-prev {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .slick-prev {
    left: -20px;
  }
}
@media (max-width: 1499px) {
  .pop__container--style1 .slick-next {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .pop__container--style1 .slick-next {
    right: -30px;
  }
}
@media (max-width: 480px) {
  .pop__container--style1 .slick-next {
    right: -20px;
  }
}
.pop__container--style2 {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .pop__container--style2 {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .pop__container--style2 {
    padding-top: 120px;
  }
}
.pop__container--style2 .pop__wrap {
  position: relative;
  background: url("../images/pop/pop-bg-2.jpg"), #ceb26f;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1090px;
  height: 747px;
  border-radius: 5px;
  position: relative;
  padding: 97px 94px;
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__wrap {
    width: 90vw;
    height: 61.7vw;
    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;
    padding: 5vw 10vw;
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__wrap {
    padding: 5vw 5vw;
  }
}
@media (max-width: 767px) {
  .pop__container--style2 .pop__wrap {
    height: auto;
    padding: 30px 15px;
    background: url("../images/pop/pop-bg-2-sm.jpg"), #ceb26f;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .pop__container--style2 .pop__wrap {
    height: auto;
    width: 320px;
    padding: 30px 15px;
  }
}
@media (max-width: 374px) {
  .pop__container--style2 .pop__wrap {
    width: 230px;
  }
}
.pop__container--style2 .pop__title {
  width: 310px;
  height: 78px;
  background: url("../images/pop/pop-title-sale.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .pop__container--style2 .pop__title {
    width: 280px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__title {
    width: 220px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .pop__container--style2 .pop__title {
    width: 160px;
    height: 40px;
  }
}
.pop__container--style2 .pop__text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #654b26;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .pop__container--style2 .pop__text {
    margin-top: 15px;
  }
}
.pop__area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .pop__area {
    margin-top: 15px;
  }
}
.pop__area-item {
  font-size: 1.375rem;
  font-weight: 500;
  color: #006161;
  background: #f8f8f5;
  border: 1px solid #48b0b0;
  border-radius: 5px;
  height: 60px;
  width: calc(25% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 8px;
  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;
  text-align: center;
  background: url("../images/pop/pop-area-bg.jpg");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
}
@media (max-width: 1199px) {
  .pop__area-item {
    font-size: 1.125rem;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .pop__area-item {
    font-size: 1rem;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .pop__area-item {
    width: calc(100% - 8px);
  }
}

.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: 0 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  background: #007c7d;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: padding-top, padding-bottom;
  transition-property: padding-top, padding-bottom;
}
@media (max-width: 1699px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .navbar--active .navbar__body {
    top: 55px;
  }
}
@media (max-width: 1499px) {
  .navbar--active .navbar__toggle-item:first-child {
    top: 15px;
    -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: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .navbar__head {
    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;
    position: relative;
    z-index: 5;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #007c7d;
  }
}
@media (max-width: 767px) {
  .navbar__head::before {
    height: 48px;
  }
}
.navbar__toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle-item {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  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: 14px;
}
.navbar__toggle-item:last-child {
  top: 24px;
}
.navbar__logo {
  position: relative;
  display: block;
  width: 160px;
  z-index: 2;
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 125px;
  }
}
.navbar__logo img {
  width: 100%;
  max-width: 100%;
}
.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;
    right: 0;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    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);
    background: #007c7d;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .navbar__body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar__links {
  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__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navbar__link {
  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;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  width: 194px;
  height: 46px;
  background: none;
  margin-left: -6px;
}
@media (max-width: 1199px) {
  .navbar__link {
    margin-left: -35px;
  }
}
@media (max-width: 991px) {
  .navbar__link {
    height: auto;
    padding: 0;
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar__link {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
.navbar__link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .navbar__link:first-child {
    margin-top: 0;
  }
}
.navbar__link--active {
  color: #ffe794;
  background: url("../images/common/navbar-link.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .navbar__link:hover {
    color: #ffe794;
    background: url("../images/common/navbar-link.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.navbar__social {
  margin-left: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1199px) {
  .navbar__social {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .navbar__social {
    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: 0;
    margin-top: 15px;
  }
}
.navbar__social-item {
  margin-left: 8px;
  cursor: pointer;
  -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;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .navbar__social-item {
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .navbar__social-item {
    margin-left: 0;
    margin-top: 15px;
  }
}
.navbar__social-item:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  .navbar__social-item:hover {
    -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
            box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
  }
}
.navbar__social-item img {
  display: block;
  width: 46px;
}
@media (max-width: 1199px) {
  .navbar__social-item img {
    width: 34px;
  }
}
@media (max-width: 413px) {
  .navbar__social-item img {
    width: 27px;
  }
}

.footer {
  background: #007c7d;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.625;
}
@media (max-width: 1499px) {
  .footer {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .footer {
    font-size: 3.2vw;
  }
}
.footer__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__item:nth-child(2) {
  text-align: right;
}
.footer__item .sm {
  font-size: 0.875rem;
}
@media (max-width: 1199px) {
  .footer__item .sm {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .footer__item .sm {
    font-size: 3vw;
  }
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 1499px) {
  .footer__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 4vw;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv--active .kv__wrap, .kv--active .kv__wrap::before, .kv--active .kv__title-block::before, .kv--active .kv__title-block::after, .kv--active .kv__subtitle, .kv--active .kv__subtitle::before, .kv--active .kv__subtitle::after, .kv--active .kv__text, .kv--active .kv__date, .kv--active .kv__date::before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(1) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(2) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(3) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(4) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(5) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv--active .kv__title-item:nth-child(6) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv__wrap {
  background: url("../images/kv/kv-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 860px;
  position: relative;
  -webkit-animation: ani-kv-bg 1.5s ease;
          animation: ani-kv-bg 1.5s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 1699px) {
  .kv__wrap {
    height: 45vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv__wrap {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 154vw;
  }
}
.kv__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-smoke.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-animation: ani-kv-smoke 4s ease infinite;
          animation: ani-kv-smoke 4s ease infinite;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 1699px) {
  .kv__wrap::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .kv__wrap::before {
    background: url("../images/kv/kv-smoke-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.kv__title {
  width: 780px;
  height: 374px;
  position: absolute;
  top: 100px;
  left: calc(50vw - 780px);
}
@media (max-width: 1699px) {
  .kv__title {
    width: 40.98vw;
    height: 19.65317919vw;
    top: 5.2vw;
    left: 9.5vw;
  }
}
@media (max-width: 767px) {
  .kv__title {
    width: 82vw;
    height: 42vw;
    top: 8vw;
    left: 9vw;
  }
}
.kv__title-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/kv/kv-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-title 0.8s ease;
          animation: ani-kv-title 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/kv/kv-light.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-light 2s ease infinite;
          animation: ani-kv-light 2s ease infinite;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv__title-item:nth-child(1) {
  background: url("../images/kv/kv-title-item-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:nth-child(2) {
  background: url("../images/kv/kv-title-item-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:nth-child(3) {
  background: url("../images/kv/kv-title-item-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:nth-child(4) {
  background: url("../images/kv/kv-title-item-4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:nth-child(5) {
  background: url("../images/kv/kv-title-item-5.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:nth-child(6) {
  background: url("../images/kv/kv-title-item-6.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 1s ease;
          animation: ani-kv-scale 1s ease;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__title-item:first-child {
  -webkit-transform-origin: 7% 30%;
          transform-origin: 7% 30%;
}
.kv__title-item:nth-child(2) {
  -webkit-transform-origin: 22% 30%;
          transform-origin: 22% 30%;
}
.kv__title-item:nth-child(3) {
  -webkit-transform-origin: 40% 30%;
          transform-origin: 40% 30%;
}
.kv__title-item:nth-child(4) {
  -webkit-transform-origin: 52% 30%;
          transform-origin: 52% 30%;
}
.kv__title-item:nth-child(5) {
  -webkit-transform-origin: 68% 30%;
          transform-origin: 68% 30%;
}
.kv__title-item:nth-child(6) {
  -webkit-transform-origin: 88% 30%;
          transform-origin: 88% 30%;
}
.kv__subtitle {
  background: url("../images/kv/kv-subtitle-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 570px;
  height: 116px;
  position: absolute;
  top: 495px;
  left: calc(50vw - 680px);
  opacity: 0;
  -webkit-animation: ani-kv-subtitle-bg 0.4s ease;
          animation: ani-kv-subtitle-bg 0.4s ease;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 1699px) {
  .kv__subtitle {
    width: 29.9527vw;
    height: 6.0956vw;
    top: 26vw;
    left: 15vw;
  }
}
@media (max-width: 767px) {
  .kv__subtitle {
    width: 66vw;
    height: 20vw;
    top: 51vw;
    left: 18vw;
  }
}
.kv__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-subtitle-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 0.8s ease;
          animation: ani-kv-scale 0.8s ease;
  -webkit-transform-origin: 30% 50%;
          transform-origin: 30% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-subtitle-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-scale 0.8s ease;
          animation: ani-kv-scale 0.8s ease;
  -webkit-transform-origin: 70% 50%;
          transform-origin: 70% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv__date {
  background: url("../images/kv/kv-date.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 500px;
  height: 110px;
  position: absolute;
  top: 580px;
  left: calc(50vw - 648px);
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media (max-width: 1699px) {
  .kv__date {
    width: 26.2743vw;
    height: 5.7803vw;
    top: 31vw;
    left: 16.5vw;
  }
}
@media (max-width: 767px) {
  .kv__date {
    width: 60vw;
    height: 20vw;
    top: 60vw;
    left: 20vw;
  }
}
.kv__date::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kv/kv-date-light.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: ani-kv-light 2s ease infinite;
          animation: ani-kv-light 2s ease infinite;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.s1 {
  background: url("../images/s5/s5-bg.png"), url("../images/s1/s1-bg.jpg"), #f7f4f2;
  background-position: center bottom, center top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 145px;
  min-height: 1000px;
}
@media (max-width: 1699px) {
  .s1 {
    background-position: center bottom, left calc(50vw - 934px) top;
    min-height: 964px;
  }
}
@media (max-width: 1499px) {
  .s1 {
    background-size: 1700px auto, 1750px auto;
    background-position: center bottom, left calc(50vw - 770px) top;
    min-height: 884px;
  }
}
@media (max-width: 1199px) {
  .s1 {
    background-size: 1500px auto, 1560px auto;
    background-position: center bottom, left calc(50vw - 656px) top;
    padding-top: 60px;
    padding-bottom: 100px;
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .s1 {
    background-size: 1500px auto, 1340px auto;
    background-position: center bottom, left calc(50vw - 522px) top;
  }
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 40px;
    padding-bottom: 80px;
    background: url("../images/s5/s5-bg.png"), url("../images/s1/s1-bg-sm_01.jpg"), url("../images/s1/s1-bg-sm_02.jpg");
    background-position: center bottom, center top, center top;
    background-size: 800px auto, auto 270px, auto;
    background-repeat: no-repeat, no-repeat, repeat-y;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .s1 {
    background-size: 500px auto, auto 270px, auto;
  }
}
@media (max-width: 374px) {
  .s1 {
    background-size: 500px auto, auto 240px, auto;
  }
}
@media (min-width: 1500px) {
  .s1 .container {
    width: 1450px;
  }
}
@media (min-width: 1700px) {
  .s1 .container {
    width: 1500px;
  }
}
.s1__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 767px) {
  .s1__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s1__head {
  width: 460px;
  padding-left: 10px;
}
@media (max-width: 1499px) {
  .s1__head {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .s1__head {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .s1__head {
    width: 100%;
    padding-left: 0;
  }
}
.s1__body {
  width: calc(100% - 460px);
  padding-left: 45px;
}
@media (max-width: 1499px) {
  .s1__body {
    width: calc(100% - 370px);
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .s1__body {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .s1__body {
    width: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .s1__body {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
}
.s1__body-item {
  display: none;
}
.s1__body-item.active {
  display: block;
}
.s1__title {
  width: 424px;
  height: 164px;
  background: url("../images/s1/s1-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .s1__title {
    width: 380px;
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .s1__title {
    width: 350px;
    height: 138px;
  }
}
@media (max-width: 991px) {
  .s1__title {
    width: 300px;
    height: 114px;
  }
}
@media (max-width: 767px) {
  .s1__title {
    background: url("../images/s1/s1-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .s1__title {
    width: 280px;
    height: 106px;
  }
}
.s1__tab {
  margin-top: 130px;
}
@media (max-width: 1199px) {
  .s1__tab {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .s1__tab {
    margin-top: 10px;
    width: 310px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .s1__tab {
    width: 240px;
    height: 74px;
  }
}
.s1__tab-item {
  width: 444px;
  height: 124px;
  cursor: pointer;
  margin-top: 5px;
}
@media (max-width: 1499px) {
  .s1__tab-item {
    width: 390px;
    height: 108px;
  }
}
@media (max-width: 1199px) {
  .s1__tab-item {
    width: 350px;
    height: 98px;
  }
}
@media (max-width: 991px) {
  .s1__tab-item {
    width: 300px;
    height: 84px;
  }
}
@media (max-width: 374px) {
  .s1__tab-item {
    width: 230px;
    height: 64px;
  }
}
.s1__tab-item:first-child {
  margin-top: 0;
}
.s1__tab-item--1 {
  background: url("../images/s1/s1-tab-item-1-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--1 {
    background: url("../images/s1/s1-tab-item-1-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--1 {
    background-size: 230px auto;
  }
}
@media (hover: hover) {
  .s1__tab-item--1:hover {
    background: url("../images/s1/s1-tab-item-1-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__tab-item--1.active {
  background: url("../images/s1/s1-tab-item-1-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--1.active {
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--1.active {
    background-size: 230px auto;
  }
}
.s1__tab-item--2 {
  background: url("../images/s1/s1-tab-item-2-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--2 {
    background: url("../images/s1/s1-tab-item-2-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--2 {
    background-size: 230px auto;
  }
}
@media (hover: hover) {
  .s1__tab-item--2:hover {
    background: url("../images/s1/s1-tab-item-2-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__tab-item--2.active {
  background: url("../images/s1/s1-tab-item-2-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--2.active {
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--2.active {
    background-size: 230px auto;
  }
}
.s1__tab-item--3 {
  background: url("../images/s1/s1-tab-item-3-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--3 {
    background: url("../images/s1/s1-tab-item-3-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--3 {
    background-size: 230px auto;
  }
}
@media (hover: hover) {
  .s1__tab-item--3:hover {
    background: url("../images/s1/s1-tab-item-3-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s1__tab-item--3.active {
  background: url("../images/s1/s1-tab-item-3-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .s1__tab-item--3.active {
    background-size: 300px auto;
  }
}
@media (max-width: 374px) {
  .s1__tab-item--3.active {
    background-size: 230px auto;
  }
}
.s1__chart {
  width: calc(100% + 20px);
  margin-left: auto;
  margin-right: -20px;
  text-align: right;
}
@media (max-width: 991px) {
  .s1__chart {
    width: 100%;
    margin-right: auto;
  }
}
.s1 .source {
  margin-top: 0px;
}

.s2 {
  background: url("../images/video/video-bg_01.png"), url("../images/s2/s2-bg_02.jpg");
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 190px;
  height: auto;
}
@media (max-width: 1499px) {
  .s2 {
    background-size: 1700px auto, 1700px auto;
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .s2 {
    background-size: 1500px auto, 1500px auto;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .s2 {
    background-size: 1500px auto, 1200px auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .s2 {
    background: url("../images/video/video-bg_01.png"), url("../images/s2/s2-bg-sm_02.jpg"), #261507;
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 1200px auto, auto;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .s2 {
    background-size: 265vw auto, 500px auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 374px) {
  .s2 {
    background-size: 285vw auto, 500px auto;
  }
}
.s2__title {
  width: 1060px;
  height: 212px;
  background: url("../images/s2/s2-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) {
  .s2__title {
    width: 850px;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .s2__title {
    width: 650px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .s2__title {
    width: 340px;
    height: 150px;
    background: url("../images/s2/s2-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 374px) {
  .s2__title {
    width: 100%;
    height: 40vw;
  }
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .s2__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
.s2__item {
  display: inline-block;
  width: 400px;
  height: 300px;
  position: relative;
  -webkit-animation: ani-scale-2 0.8s ease infinite;
          animation: ani-scale-2 0.8s ease infinite;
}
@media (max-width: 1499px) {
  .s2__item {
    width: 340px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .s2__item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .s2__item {
    width: 280px;
    height: 200px;
    margin-top: -35px;
  }
  .s2__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .s2__item {
    width: 240px;
    height: 180px;
  }
}
@media (hover: hover) {
  .s2__item:hover {
    background: url("../images/s2/s2-item-btn-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.s2__item:nth-child(1) {
  background: url("../images/s2/s2-item-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s2__item:nth-child(2) {
  background: url("../images/s2/s2-item-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s2__item:nth-child(3) {
  background: url("../images/s2/s2-item-3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s2__item-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/s2/s2-item-btn-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.video {
  background: url("../images/s3/s3-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;
  overflow: hidden;
  padding-bottom: 200px;
}
@media (min-width: 1921px) {
  .video {
    background-size: 100% 100%;
  }
}
@media (max-width: 1699px) {
  .video {
    padding-bottom: 160px;
  }
}
@media (max-width: 1499px) {
  .video {
    background-size: 1700px auto, 1700px auto;
  }
}
@media (max-width: 1199px) {
  .video {
    background-size: 1500px auto, 1500px auto;
  }
}
@media (max-width: 767px) {
  .video {
    background-size: 800px auto, 1200px auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .video {
    background-size: 500px auto, 265vw auto;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 374px) {
  .video {
    background-size: 500px auto, 285vw auto;
  }
}
.video__title {
  width: 310px;
  height: 78px;
  background: url("../images/video/video-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .video__title {
    width: 280px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .video__title {
    width: 220px;
    height: 56px;
  }
}
.video__wrap {
  width: 1184px;
  height: 760px;
  background: url("../images/video/video-wrap.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -96px;
  padding: 108px 92px 90px;
}
@media (max-width: 1499px) {
  .video__wrap {
    width: 100%;
    height: 730px;
  }
}
@media (max-width: 1199px) {
  .video__wrap {
    margin-top: -56px;
    padding: 85px 75px 80px;
    background: url("../images/video/video-wrap-md.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 632px;
  }
}
@media (max-width: 991px) {
  .video__wrap {
    padding: 70px 58px 60px;
    margin-top: -40px;
    height: 488px;
  }
}
@media (max-width: 767px) {
  .video__wrap {
    padding: 9vw 7vw 6vw;
    height: 61vw;
    margin-top: -5vw;
  }
}
@media (max-width: 480px) {
  .video__wrap {
    width: 110%;
    height: 64vw;
    margin-left: -5%;
    padding: 9vw 8vw 6vw;
    margin-top: -2vw;
  }
}
.video__item iframe {
  width: 100%;
  height: 560px;
}
@media (max-width: 1499px) {
  .video__item iframe {
    height: 535px;
  }
}
@media (max-width: 1199px) {
  .video__item iframe {
    height: 465px;
  }
}
@media (max-width: 991px) {
  .video__item iframe {
    height: 355px;
  }
}
@media (max-width: 767px) {
  .video__item iframe {
    height: 45vw;
  }
}
@media (max-width: 480px) {
  .video__item iframe {
    height: 48vw;
  }
}
.video__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;
  margin-top: 34px;
}
.video__btn-item {
  width: 60px;
  height: 30px;
  margin-left: 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video__btn-item {
    width: 46px;
    height: 24px;
  }
}
.video__btn-item:first-child {
  margin-left: 0;
}
.video__btn-item:nth-child(1) {
  background: url("../images/video/video-btn-item-1-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .video__btn-item:nth-child(1):hover {
    background: url("../images/video/video-btn-item-1-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.video__btn-item:nth-child(1).active {
  background: url("../images/video/video-btn-item-1-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.video__btn-item:nth-child(2) {
  background: url("../images/video/video-btn-item-2-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .video__btn-item:nth-child(2):hover {
    background: url("../images/video/video-btn-item-2-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.video__btn-item:nth-child(2).active {
  background: url("../images/video/video-btn-item-2-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.video__btn-item:nth-child(3) {
  background: url("../images/video/video-btn-item-3-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .video__btn-item:nth-child(3):hover {
    background: url("../images/video/video-btn-item-3-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.video__btn-item:nth-child(3).active {
  background: url("../images/video/video-btn-item-3-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.video__btn-item:nth-child(4) {
  background: url("../images/video/video-btn-item-4-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .video__btn-item:nth-child(4):hover {
    background: url("../images/video/video-btn-item-4-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.video__btn-item:nth-child(4).active {
  background: url("../images/video/video-btn-item-4-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.video__note {
  font-size: 1rem;
  font-weight: 700;
  color: #ffa46d;
  background: url("../images/video/video-note-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 5px;
  width: 1180px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .video__note {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .video__note {
    line-height: 1.2;
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  .video__note {
    font-size: 0.875rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .video__note {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }
}
.video .slick-prev {
  width: 34px;
  height: 70px;
}
@media (max-width: 1199px) {
  .video .slick-prev {
    width: 30px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .video .slick-prev {
    width: 20px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .video .slick-prev {
    width: 16px;
    height: 34px;
  }
}
.video .slick-prev:before {
  background: url("../vendor/fonts/prev-yellow.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.video .slick-next {
  width: 34px;
  height: 70px;
}
@media (max-width: 1199px) {
  .video .slick-next {
    width: 30px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .video .slick-next {
    width: 20px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .video .slick-next {
    width: 16px;
    height: 34px;
  }
}
.video .slick-next:before {
  background: url("../vendor/fonts/next-yellow.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.s3 {
  background: url("../images/s3/s3-bg_02.jpg"), url("../images/s3/s3-bg_03.jpg");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: auto, auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 106px;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto, 100% auto;
  }
}
@media (max-width: 1499px) {
  .s3 {
    background-size: 1700px auto, 1700px auto;
  }
}
@media (max-width: 1199px) {
  .s3 {
    background-size: 1500px auto, 1500px auto;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 50px;
    padding-bottom: 60px;
    background-size: 800px auto, 800px auto;
  }
}
@media (max-width: 480px) {
  .s3 {
    background-size: 500px auto, 500px auto;
  }
}
.s3__title {
  width: 310px;
  height: 78px;
  background: url("../images/s3/s3-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s3__title {
    width: 280px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .s3__title {
    width: 220px;
    height: 56px;
  }
}
.s3__subtitle {
  background: url("../images/s3/s3-subtitle-bg.jpg");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  width: 1400px;
  height: 236px;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
  padding-top: 35px;
  margin-top: 40px;
}
@media (max-width: 1499px) {
  .s3__subtitle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .s3__subtitle {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .s3__subtitle {
    height: 180px;
    padding-top: 25px;
  }
}
.s3__subtitle::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #bb9546;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 480px) {
  .s3__subtitle::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
}
.s3__subtitle-item {
  width: 434px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s3__subtitle-item {
    width: 350px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .s3__subtitle-item {
    width: 300px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .s3__subtitle-item {
    width: 240px;
    height: 30px;
  }
}
.s3__subtitle-item--1 {
  background: url("../images/s3/s3-subtitle-item-1.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s3__subtitle-item--2 {
  background: url("../images/s3/s3-subtitle-item-2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s3__wrap-item {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .s3__wrap-item {
    margin-top: 40px;
  }
}
.s3__wrap-item:first-child {
  margin-top: 0;
}
.s3__wrap-item:nth-child(2) .s3__item-title {
  -webkit-transform: translateY(-160px);
          transform: translateY(-160px);
  margin-bottom: -220px;
}
@media (max-width: 1199px) {
  .s3__wrap-item:nth-child(2) .s3__item-title {
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
    margin-bottom: -240px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(2) .s3__item-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .s3__wrap-item:nth-child(2) .s3__item-title img {
    height: auto;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .s3__wrap-item:nth-child(2) .s3__item-title {
    width: 240px;
  }
}
.s3__wrap-item:nth-child(2) .s3__subtitle {
  height: 280px;
}
@media (max-width: 991px) {
  .s3__wrap-item:nth-child(2) .s3__subtitle {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .s3__wrap-item:nth-child(2) .s3__subtitle {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .s3__wrap-item:nth-child(2) .s3__subtitle {
    height: 200px;
  }
}
@media (max-width: 374px) {
  .s3__wrap-item:nth-child(2) .s3__subtitle {
    height: 160px;
  }
}
.s3__block {
  padding-left: 25px;
  padding-right: 25px;
  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;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .s3__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    margin-bottom: -50px;
  }
}
@media (max-width: 480px) {
  .s3__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s3__item:first-child {
  width: 722px;
}
.s3__item:first-child .s3__item-box {
  padding: 11px 24px;
}
@media (max-width: 1499px) {
  .s3__item:first-child {
    width: 540px;
  }
}
@media (max-width: 1199px) {
  .s3__item:first-child {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .s3__item:first-child {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .s3__item:first-child {
    width: 100%;
  }
}
.s3__item:nth-child(2) {
  width: 520px;
}
@media (max-width: 1199px) {
  .s3__item:nth-child(2) {
    width: 410px;
  }
}
@media (max-width: 991px) {
  .s3__item:nth-child(2) {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .s3__item:nth-child(2) {
    width: 100%;
  }
}
.s3__item-title {
  text-align: center;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  margin-bottom: -150px;
}
@media (max-width: 1199px) {
  .s3__item-title {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    margin-bottom: -120px;
  }
}
@media (max-width: 991px) {
  .s3__item-title {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .s3__item-title {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    margin-bottom: -30px;
  }
}
@media (max-width: 480px) {
  .s3__item-title {
    margin-bottom: -25px;
  }
}
@media (max-width: 374px) {
  .s3__item-title {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-bottom: -15px;
  }
}
@media (max-width: 1199px) {
  .s3__item-title img {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .s3__item-title img {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .s3__item-title img {
    height: 80px;
  }
}
@media (max-width: 374px) {
  .s3__item-title img {
    height: 65px;
  }
}
.s3__item-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e1d4), to(#e0d5c4));
  background: linear-gradient(to bottom, #e9e1d4 0%, #e0d5c4 100%);
}
.s3__item-text {
  width: 834px;
  height: 34px;
  background: url("../images/s3/s3-text.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s3__item-text {
    width: 660px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  .s3__item-text {
    width: 520px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .s3__item-text {
    width: 340px;
    height: 44px;
    background: url("../images/s3/s3-text-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .s3__item-text {
    width: 320px;
    height: 38px;
  }
}
@media (max-width: 374px) {
  .s3__item-text {
    width: 250px;
    height: 30px;
  }
}
.s3__tag {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px;
  width: 200px;
}
@media (max-width: 1499px) {
  .s3__tag {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .s3__tag {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    margin-bottom: -200px;
    width: 140px;
  }
}
@media (max-width: 480px) {
  .s3__tag {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
    margin-bottom: -140px;
  }
}
@media (max-width: 374px) {
  .s3__tag {
    width: 120px;
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
    margin-bottom: -105px;
  }
}
.s3__table {
  width: 100%;
}
.s3__table tr {
  border-top: 1px solid #ffffff;
}
.s3__table tr:nth-child(1) {
  border-top: none;
}
.s3__table tr:nth-child(2) {
  border-top: none;
}
.s3__table tr:nth-child(2) td {
  padding-top: 15px;
}
.s3__table th {
  font-size: 1.125rem;
  font-weight: 500;
  color: #155f7a;
}
@media (max-width: 1199px) {
  .s3__table th {
    font-size: 1rem;
  }
}
.s3__table td {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.5rem;
  color: #372b1c;
  text-align: center;
}
@media (max-width: 1199px) {
  .s3__table td {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s3__table td {
    font-size: 1rem;
  }
}
.s3__table td:first-child {
  width: 118px;
}
@media (max-width: 1199px) {
  .s3__table td:first-child {
    width: 20%;
  }
}
.s3__table td:nth-child(2) {
  width: calc(100% - 268px);
}
@media (max-width: 1199px) {
  .s3__table td:nth-child(2) {
    width: 50%;
  }
}
.s3__table td:nth-child(3) {
  width: 150px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .s3__table td:nth-child(3) {
    width: 30%;
  }
}
.s3__table td .name {
  display: block;
  font-size: 1.08333em;
  font-weight: 700;
  color: #533516;
  background: #d8ae53;
  letter-spacing: 0.01em;
  padding: 9px;
  border-radius: 10em;
}
@media (max-width: 1199px) {
  .s3__table td .name {
    padding: 5.8px;
  }
}
@media (max-width: 991px) {
  .s3__table td .name {
    padding: 5.1px;
  }
}
.s3__note {
  font-size: 1rem;
  font-weight: 700;
  color: #533516;
  background: url("../images/s3/s3-note-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 5px;
  width: 1180px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .s3__note {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .s3__note {
    line-height: 1.2;
    padding: 8px 60px;
  }
}
@media (max-width: 991px) {
  .s3__note {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .s3__note {
    font-size: 0.875rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .s3__note {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }
}
.s3__file {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
@media (max-width: 1499px) {
  .s3__file {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s3__file::before {
  content: "";
  display: block;
  width: 1370px;
  height: 733px;
  background: url("../images/s3/s3-file-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  left: -5px;
}
@media (max-width: 1499px) {
  .s3__file::before {
    width: 1140px;
    height: 600px;
    top: -100px;
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .s3__file::before {
    width: 980px;
    height: 500px;
    top: -90px;
  }
}
@media (max-width: 991px) {
  .s3__file::before {
    width: 750px;
    top: -65px;
    left: -15px;
  }
}
@media (max-width: 767px) {
  .s3__file::before {
    width: 104%;
    height: 100%;
    top: -8%;
    left: -2%;
  }
}
.s3__file img {
  position: relative;
  z-index: 2;
}
.s3 .source {
  width: 1180px;
  margin: 15px auto 0;
}
@media (max-width: 1499px) {
  .s3 .source {
    width: 90%;
  }
}

.s4 {
  background: url("../images/s4/s4-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 90px;
  min-height: 600px;
  position: relative;
  margin-top: -30px;
}
@media (min-width: 1921px) {
  .s4 {
    background-size: 100% 100%;
  }
}
@media (max-width: 1499px) {
  .s4 {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .s4 {
    min-height: 450px;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .s4 {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .s4 {
    background: url("../images/s4/s4-bg-sm.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
  }
}
.s4::before {
  content: "";
  display: block;
  width: 300px;
  height: 348px;
  position: absolute;
  top: -5px;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background: url("../images/s4/s4-img.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .s4::before {
    width: 230px;
    height: 270px;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .s4::before {
    width: 180px;
    height: 210px;
  }
}
@media (max-width: 991px) {
  .s4::before {
    width: 120px;
    height: 140px;
    top: 5px;
  }
}
@media (max-width: 480px) {
  .s4::before {
    top: 2vw;
    width: 20vw;
    height: 24vw;
  }
}
@media (min-width: 1500px) {
  .s4 .container {
    width: 1300px;
  }
}
.s4__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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .s4__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .s4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.s4__wrap-item:first-child {
  width: 595px;
}
@media (max-width: 1199px) {
  .s4__wrap-item:first-child {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .s4__wrap-item:first-child {
    width: 350px;
  }
}
@media (max-width: 374px) {
  .s4__wrap-item:first-child {
    width: 100%;
  }
}
.s4__wrap-item:nth-child(2) {
  padding-top: 54px;
  width: 482px;
}
@media (max-width: 1199px) {
  .s4__wrap-item:nth-child(2) {
    width: 400px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .s4__wrap-item:nth-child(2) {
    width: 300px;
  }
}
.s4__title {
  width: 444px;
  height: 60px;
  background: url("../images/s4/s4-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media (max-width: 1199px) {
  .s4__title {
    width: 360px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .s4__title {
    width: 300px;
    height: 40px;
  }
}
@media (max-width: 374px) {
  .s4__title {
    width: 240px;
    height: 32px;
  }
}
.s4__text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.4166;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 1499px) {
  .s4__text {
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .s4__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .s4__text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s4__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s4__text {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.s4__text .red {
  color: #e60000;
}
.s4__text .green {
  color: #00880a;
}
.s4__text .blue {
  color: #1976d2;
}
.s4__qr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 25px;
}
.s4__qr-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .s4__qr-item {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .s4__qr-item {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .s4__qr-item {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .s4__qr-item {
    width: 100px;
  }
}
@media (max-width: 374px) {
  .s4__qr-item {
    width: 90px;
  }
}
.s4__qr-item::before {
  content: "";
  display: block;
  width: 324px;
  height: 324px;
  position: absolute;
  top: -70px;
  left: -70px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background: url("../images/s4/s4-qr-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1699px) {
  .s4__qr-item::before {
    top: -80px;
    left: -80px;
  }
}
@media (max-width: 1199px) {
  .s4__qr-item::before {
    top: -60px;
    left: -60px;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 991px) {
  .s4__qr-item::before {
    width: 190px;
    height: 190px;
    top: -50px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .s4__qr-item::before {
    width: 170px;
    height: 170px;
    top: -40px;
    left: -40px;
  }
}
.s4__qr-item img {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
@media (hover: hover) {
  .s4__qr-item:hover::before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .s4__btn {
    margin-top: 90px;
  }
}
.s4__btn-item {
  display: block;
  width: 332px;
  height: 68px;
  text-indent: -9999px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .s4__btn-item {
    width: 280px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .s4__btn-item {
    margin-top: 20px;
    width: 240px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .s4__btn-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.s4__btn-item:nth-child(1) {
  background: url("../images/s4/s4-btn-item-1-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .s4__btn-item:nth-child(1):hover {
    background: url("../images/s4/s4-btn-item-1-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s4__btn-item:nth-child(2) {
  background: url("../images/s4/s4-btn-item-2-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .s4__btn-item:nth-child(2):hover {
    background: url("../images/s4/s4-btn-item-2-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s4__btn-item:nth-child(3) {
  background: url("../images/s4/s4-btn-item-3-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (hover: hover) {
  .s4__btn-item:nth-child(3):hover {
    background: url("../images/s4/s4-btn-item-3-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.s4__btn-item:first-child {
  margin-top: 0;
}

.s5 {
  position: relative;
  background: #e8e0d3;
  padding-bottom: 180px;
  background: url("../images/s2/s2-bg_01.png"), #e8e0d3;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .s5 {
    background-size: 1500px auto;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .s5 {
    background-size: 1200px auto;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .s5 {
    padding-top: 40px;
    padding-bottom: 100px;
    background: url("../images/s2/s2-bg-sm_01.png"), #e8e0d3;
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.s5__title {
  width: 810px;
  height: 78px;
  background: url("../images/s5/s5-title.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .s5__title {
    width: 740px;
    height: 72px;
  }
}
@media (max-width: 991px) {
  .s5__title {
    width: 580px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .s5__title {
    width: 280px;
    height: 114px;
    background: url("../images/s5/s5-title-sm.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 374px) {
  .s5__title {
    width: 280px;
    height: 106px;
  }
}
.s5__chart {
  text-align: center;
  margin-top: -65px;
}
@media (max-width: 1199px) {
  .s5__chart {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .s5__chart {
    margin-top: -15px;
  }
}
.s5 .source {
  width: 1180px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1499px) {
  .s5 .source {
    margin-top: -20px;
    width: 94%;
  }
}
@media (max-width: 1199px) {
  .s5 .source {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .s5 .source {
    margin-top: 0;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .s5 .source {
    margin-top: 15px;
    width: 100%;
  }
}

.notice {
  background: #e0e0e0;
  padding-top: 75px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1700px) {
  .notice .container {
    width: 1350px;
  }
}
.notice__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3b5061;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
}
@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 a {
  color: #2c5bd3;
  text-decoration: underline;
}
.notice__text a:hover {
  text-decoration: underline;
}
.notice__text--red {
  color: #e44848;
}

.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: #c73636;
}

.lightblue {
  color: #a6fffc;
}

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

.offset--top2 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 1199px) {
  .offset--top2 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media (max-width: 767px) {
  .offset--top2 {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.offset--top3 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 767px) {
  .offset--top3 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media (max-width: 480px) {
  .offset--top3 {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

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

.offset--top5 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
@media (max-width: 767px) {
  .offset--top5 {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.source {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  color: #423a2d;
}
@media (max-width: 767px) {
  .source {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .source {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .fixedbtn {
    position: fixed;
    bottom: 66px;
    right: 15px;
    z-index: 999;
    opacity: 0;
    width: 42px;
    -webkit-animation: fadeInRight 0.8s ease;
            animation: fadeInRight 0.8s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
}
.fixedbtn__block {
  background: url("../images/common/fixedbtn-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  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: 100%;
  height: 352px;
}
@media (max-width: 991px) {
  .fixedbtn__block {
    height: 260px;
    border-top: 2px solid #b4170c;
    border-bottom: 2px solid #dd1a0a;
  }
}
@media (max-width: 767px) {
  .fixedbtn__block {
    width: 100%;
    height: auto;
    background: #ec2812;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 10px;
    border-bottom: none;
    opacity: 0;
    -webkit-animation: fadeInUp 0.8s ease;
            animation: fadeInUp 0.8s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
}
.fixedbtn__item {
  display: block;
  width: 26px;
  height: 144px;
  margin-top: 20px;
  text-indent: -9999px;
}
@media (max-width: 991px) {
  .fixedbtn__item {
    width: 20px;
    height: 106px;
  }
}
@media (max-width: 767px) {
  .fixedbtn__item {
    width: 100px;
    height: 20px;
    margin-top: 0;
    margin-left: 30px;
  }
}
.fixedbtn__item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fixedbtn__item:first-child {
    margin-left: 0;
  }
}
.fixedbtn__item:nth-child(1) {
  background: url("../images/common/fixedbtn-item-1-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .fixedbtn__item:nth-child(1) {
    background: url("../images/common/fixedbtn-item-sm-1-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (hover: hover) {
  .fixedbtn__item:nth-child(1):hover {
    background: url("../images/common/fixedbtn-item-1-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .fixedbtn__item:nth-child(1):hover {
    background: url("../images/common/fixedbtn-item-sm-1-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.fixedbtn__item:nth-child(2) {
  background: url("../images/common/fixedbtn-item-2-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .fixedbtn__item:nth-child(2) {
    background: url("../images/common/fixedbtn-item-sm-2-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (hover: hover) {
  .fixedbtn__item:nth-child(2):hover {
    background: url("../images/common/fixedbtn-item-2-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .fixedbtn__item:nth-child(2):hover {
    background: url("../images/common/fixedbtn-item-sm-2-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.gotop {
  margin: 12px auto 0;
  width: 26px;
  height: 28px;
  background: url("../images/common/gotop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 13px);
  display: none;
}
@media (max-width: 767px) {
  .gotop {
    position: fixed;
    bottom: 55px;
    left: auto;
    right: 15px;
    z-index: 99;
  }
}
@media (hover: hover) {
  .gotop:hover {
    -webkit-animation: ani-scale 0.8s ease infinite;
            animation: ani-scale 0.8s ease infinite;
  }
}