@charset "UTF-8";
/*-------------------------
            var
-------------------------*/
/*-------------------------
          mixin
-------------------------*/
.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

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

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

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

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

main.cubre-o-main section, .pop {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main img, .pop img {
  max-width: 100%;
}

.container {
  width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main *, .pop * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container--sm {
  width: 1120px;
}
@media (max-width: 1729px) {
  .container--sm {
    width: 950px;
  }
}
@media (max-width: 1399px) {
  .container--sm {
    width: 810px;
  }
}
@media (max-width: 1199px) {
  .container--sm {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container--sm {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container--sm {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .cubre-a-goTop {
    top: calc(var(--vh, 1vh) * 100 - 130px);
    right: 15px;
  }
}
@media (max-width: 767px) {
  .cubre-a-goTop {
    top: calc(var(--vh, 1vh) * 100 - 120px);
  }
}

.fw-light {
  font-weight: 300;
}

.icon-point {
  display: inline-block;
  background: url("../images/common/icon-point.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.remark {
  font-size: 0.75rem;
  color: #a3a3a3;
  text-align: center;
  letter-spacing: 0.01em;
}

.mt0 {
  margin-top: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .offset--y {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
@media (max-width: 480px) {
  .offset--y2 {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

.offset--y3 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.collapse--active .collapse__controller::after {
  -webkit-transform: translateY(-4px) rotate(180deg);
          transform: translateY(-4px) rotate(180deg);
}
.collapse--active .collapse__body {
  height: auto;
}
.collapse--active .collapse__body::before {
  display: none;
}
.collapse__controller {
  cursor: pointer;
  display: inline-block;
}
.collapse__controller::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #666666 transparent;
  margin-left: 15px;
  -webkit-transform: translateY(-4px) rotate(0deg);
          transform: translateY(-4px) rotate(0deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.collapse__body {
  height: 230px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 35px 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .collapse__body {
    padding: 20px 0 0 10px;
  }
}
.collapse__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.pop__container {
  padding-bottom: 40px;
}
.pop__wrap {
  width: 800px;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 20px;
}
@media (max-width: 991px) {
  .pop__wrap {
    max-width: calc(100vw - 30px);
  }
}
@media (max-width: 767px) {
  .pop__wrap {
    padding: 30px 10px;
  }
}
.pop__wrap--coupon {
  background: #f5f5f5;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .pop__wrap--coupon {
    padding: 30px 15px;
  }
}
.pop__close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/common/icon-close.svg");
  background-size: 16px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: -30px;
  right: -30px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .pop__close {
    right: -5px;
  }
}
@media (hover: hover) {
  .pop__close:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.pop__box {
  max-height: calc(100vh - 180px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  /*阻止滾動傳給父元素*/
  overscroll-behavior-y: none;
  /*只留右邊*/
  scrollbar-gutter: stable;
  scrollbar-face-color: #333333;
  scrollbar-highlight-color: #c5c5c5;
  overflow: auto;
  scrollbar-shadow-color: #333333;
  scrollbar-3dlight-color: #333333;
  scrollbar-arrow-color: #333333;
  scrollbar-darkshadow-color: #333333;
}
.pop__box::-webkit-scrollbar-track {
  background-color: transparent;
}
.pop__box::-webkit-scrollbar {
  width: 5px;
  border-radius: 10em;
  background-color: transparent;
}
.pop__box::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 10em;
}
@media (max-width: 767px) {
  .pop__box {
    padding: 10px 10px;
  }
}
.pop__head {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 15px;
}
.pop__head--text .pop__head-title {
  width: calc(100% - 200px);
  margin-top: 0;
}
@media (max-width: 767px) {
  .pop__head--text .pop__head-title {
    width: calc(100% - 120px);
  }
}
.pop__head--text .pop__head-info {
  width: 200px;
}
@media (max-width: 767px) {
  .pop__head--text .pop__head-info {
    width: 120px;
  }
}
.pop__head-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pop__head-logo {
  width: 180px;
}
@media (max-width: 767px) {
  .pop__head-logo {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .pop__head-logo {
    width: 140px;
  }
}
@media (max-width: 374px) {
  .pop__head-logo {
    width: 110px;
  }
}
.pop__head-logo.offset {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .pop__head-logo.offset {
    margin-top: -14px;
  }
}
@media (max-width: 374px) {
  .pop__head-logo.offset {
    margin-top: -8px;
  }
}
.pop__head-logo.offset2 {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .pop__head-logo.offset2 {
    margin-top: -14px;
  }
}
@media (max-width: 374px) {
  .pop__head-logo.offset2 {
    margin-top: -8px;
  }
}
.pop__head-info {
  text-align: right;
  width: calc(100% - 260px);
}
@media (max-width: 767px) {
  .pop__head-info {
    width: calc(100% - 160px);
  }
}
@media (max-width: 480px) {
  .pop__head-info {
    width: calc(100% - 140px);
  }
}
@media (max-width: 374px) {
  .pop__head-info {
    width: calc(100% - 110px);
  }
}
.pop__head-discount {
  font-size: 2.25rem;
  color: #373737;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pop__head-discount {
    font-size: 1.3125rem;
  }
}
.pop__head-discount .icon-point {
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .pop__head-discount .icon-point {
    width: 20px;
    height: 20px;
  }
}
.pop__head-discount .sm {
  font-size: 0.8em;
}
@media (max-width: 1729px) {
  .pop__head-discount .sm {
    font-size: 0.6em;
  }
}
@media (max-width: 1399px) {
  .pop__head-discount .sm {
    font-size: 0.65em;
  }
}
@media (max-width: 1199px) {
  .pop__head-discount .sm {
    font-size: 0.8em;
  }
}
@media (max-width: 480px) {
  .pop__head-discount .sm {
    font-size: 0.7em;
  }
}
@media (max-width: 374px) {
  .pop__head-discount .sm {
    font-size: 0.6em;
  }
}
.pop__head-note {
  font-size: 1rem;
  color: #a3a3a3;
  letter-spacing: 0.01em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .pop__head-note {
    font-size: 0.75rem;
  }
}
.pop__head-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #373737;
  margin-top: 8px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pop__head-title {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.pop__head-title .icon-point {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 4px;
  margin-right: 4px;
}
.pop__head-title .sm {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
}
.pop__head--notice {
  text-align: center;
}
.pop__head--notice .pop__head-title {
  margin-top: 0;
}
.pop__head--notice .pop__head-discount {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .pop__head--notice .pop__head-discount {
    font-size: 0.875rem;
  }
}
.pop__head--notice .pop__head-discount .icon-point {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .pop__head--notice .pop__head-discount .icon-point {
    width: 13px;
    height: 13px;
  }
}
.pop__body {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .pop__body {
    font-size: 0.875rem;
  }
}
.pop__body a {
  color: #1d9c58;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .pop__body a:hover {
    opacity: 0.8;
  }
}
.pop__remark {
  color: #898989;
  margin-top: 4px;
}
.pop__title {
  font-weight: 700;
  color: #1d9c58;
  margin-top: 25px;
  margin-bottom: 5px;
}
.pop__title--offset {
  margin-left: -10px;
}
.pop__list {
  color: #373737;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pop__list li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pop__list li {
    padding-left: 18px;
  }
}
.pop__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #373737;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 2px;
}
@media (max-width: 1399px) {
  .pop__list li::before {
    width: 7px;
    height: 7px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .pop__list li::before {
    width: 6px;
    height: 6px;
  }
}
.pop__list li:first-child {
  margin-top: 0;
}
.pop__list--decimal {
  list-style: decimal;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .pop__list--decimal {
    margin-left: 1.5em;
  }
}
.pop__list--decimal li {
  padding-left: 0;
}
.pop__list--decimal li::before {
  display: none;
}
.pop__btn {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 374px) {
  .pop__btn {
    width: calc(100% + 8px);
    margin-left: -4px;
    margin-right: -4px;
  }
}
.pop__btn .btn {
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 991px) {
  .pop__btn .btn {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 374px) {
  .pop__btn .btn {
    width: calc(50% - 10px);
    margin-left: 4px;
    margin-right: 4px;
  }
}
.pop__coupon-head {
  position: relative;
}
.pop__coupon-body {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .pop__coupon-body {
    padding-top: 20px;
  }
}
.pop__coupon-tag {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #494949;
  background: #e7e7e7;
  border-radius: 8px;
  padding: 8px 13px;
  line-height: 1;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .pop__coupon-tag {
    font-size: 1rem;
  }
}
.pop__coupon-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pop__coupon-title {
    font-size: 1.75rem;
    margin-top: 10px;
  }
}
@media (max-width: 374px) {
  .pop__coupon-title {
    font-size: 1.5rem;
  }
}
.pop__coupon-text {
  font-size: 1.5625rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .pop__coupon-text {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.pop__coupon-text .highlight {
  color: #e87c07;
}
.pop__coupon-note {
  font-size: 1.3125rem;
  color: #999999;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .pop__coupon-note {
    font-size: 1rem;
  }
}
.pop__coupon-btn {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #373737;
  text-align: right;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .pop__coupon-btn {
    font-size: 1rem;
  }
}
.pop__coupon-btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-arrow-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 5px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .pop__coupon-btn::after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .pop__coupon-btn:hover::after {
    -webkit-animation: s1-link 0.8s ease infinite;
            animation: s1-link 0.8s ease infinite;
  }
}
.pop__img {
  text-align: center;
}

.tab__head {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  color: #373737;
  border-bottom: 2px solid #eeeeee;
  font-weight: 500;
}
@media (max-width: 374px) {
  .tab__head {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tab__head-item {
  padding: 5px 0 15px;
  margin-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .tab__head-item {
    margin-left: 12px;
    padding: 5px 0px 10px;
    text-align: center;
    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;
  }
}
@media (max-width: 374px) {
  .tab__head-item {
    margin-left: 2px;
    font-size: 0.8125rem;
    min-width: 80px;
    word-break: break-all;
  }
}
.tab__head-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1d9c58;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
}
@media (max-width: 374px) {
  .tab__head-item::after {
    bottom: 0;
  }
}
.tab__head-item:first-child {
  margin-left: 0;
}
.tab__head-item--active {
  color: #1d9c58;
  position: relative;
}
.tab__head-item--active::after {
  opacity: 1;
}
@media (hover: hover) {
  .tab__head-item:hover {
    color: #1d9c58;
  }
}
.tab__body {
  padding-top: 15px;
}
.tab__body-item {
  display: none;
}
.tab__body-item--active {
  display: block;
}
.tab__body a {
  color: #1d9c58;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .tab__body a:hover {
    opacity: 0.8;
  }
}

.btn {
  width: 178px;
  height: 52px;
  font-size: 1.25rem;
  font-weight: 700;
  color: white !important;
  background: #1d9c58;
  letter-spacing: 0.01em;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.125rem;
    width: 140px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
    width: 138px;
    height: 40px;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 194px;
  height: 138px;
  background-image: url("../images/common/icon-arrow.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 10px;
  height: 17px;
  margin-left: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .btn::after {
    width: 8px;
    height: 15px;
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .btn::after {
    width: 7px;
    height: 12px;
  }
}
@media (hover: hover) {
  .btn:hover::after {
    -webkit-animation: ani-btn 0.8s ease infinite;
            animation: ani-btn 0.8s ease infinite;
  }
}
.btn--darkgreen {
  background-color: #1d9c58;
}
.btn--lg {
  width: 260px;
  height: 60px;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .btn--lg {
    font-size: 1.125rem;
    width: 170px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .btn--lg {
    font-size: 1rem;
    width: 156px;
    height: 40px;
  }
}

.kv {
  position: relative;
}
.kv__item {
  height: 728px;
  text-align: center;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .kv__item {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .kv__item {
    height: 430px;
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .kv__item {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .kv__item {
    height: 110vw;
    text-align: left;
    padding-top: 9vw;
    padding-left: 9vw;
  }
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: ani-kv-effect 0.8s linear;
          animation: ani-kv-effect 0.8s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv__title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-shadow: 0 0 13px rgba(103, 132, 142, 0.9);
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .kv__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .kv__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .kv__title {
    font-size: 5.6vw;
  }
}
.kv__text {
  font-size: 2.25rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.075em;
  text-shadow: 0 0 13px rgba(103, 132, 142, 0.9);
  margin-top: 10px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeInDown 0.6s ease;
          animation: fadeInDown 0.6s ease;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__text {
    font-size: 1.875rem;
  }
}
@media (max-width: 1199px) {
  .kv__text {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .kv__text {
    font-size: 1.125rem;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .kv__text {
    font-size: 4.2667vw;
    margin-top: 2vw;
    line-height: 1.3;
  }
}
.kv__btn {
  display: inline-block;
  width: 166px;
  padding: 16px 5px;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #ffffff;
  background: #333434;
  letter-spacing: 0.15em;
  border-radius: 10em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeInDown 0.8s ease;
          animation: fadeInDown 0.8s ease;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 1399px) {
  .kv__btn {
    font-size: 1.125rem;
    width: 156px;
  }
}
@media (max-width: 991px) {
  .kv__btn {
    font-size: 1rem;
    padding: 12px 5px;
    width: 130px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .kv__btn {
    font-size: 3.2vw;
    width: auto;
    padding: 2.5vw 4vw;
  }
}

.search {
  padding: 10px 0 0;
  border-bottom: 1px solid transparent;
}
.search--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #ffffff;
  border-color: #ddd;
}
.search__item {
  position: relative;
}
.search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  padding: 0 82px 0 22px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  min-height: 50px;
  width: 100%;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #555555;
  letter-spacing: 0.01em;
  outline: none;
}
@media (max-width: 767px) {
  .search input {
    padding-left: 15px;
    padding-right: 66px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.search input::-webkit-input-placeholder {
  color: #a3a3a3;
}
.search input::-moz-placeholder {
  color: #a3a3a3;
}
.search input:-ms-input-placeholder {
  color: #a3a3a3;
}
.search input::-ms-input-placeholder {
  color: #a3a3a3;
}
.search input::placeholder {
  color: #a3a3a3;
}
.search__btn {
  position: absolute;
  top: 8px;
  right: 22px;
  z-index: 1;
  width: 20px;
  height: 36px;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .search__btn {
    right: 15px;
    font-size: 0.875rem;
    padding: 0;
  }
}
.search__submit {
  background: url("../images/common/icon-search.svg");
  background-position: center center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.search__clear {
  display: none;
  background: url("../images/common/icon-cancel.svg");
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  right: 52px;
}
@media (max-width: 767px) {
  .search__clear {
    right: 44px;
  }
}
.search__note {
  text-align: center;
  padding: 10px 0 10px;
  font-size: 0.75rem;
  line-height: 1;
  color: #a3a3a3;
}

.s1 {
  padding: 30px 0 60px;
  min-height: 560px;
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 20px;
    min-height: 100vh;
  }
}
.s1__wrap-item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .s1__wrap-item {
    margin-top: 35px;
  }
}
.s1__wrap-item:first-child {
  margin-top: 0;
}
.s1__banner {
  border-radius: 10px;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 1399px) {
  .s1__banner {
    padding-top: 40px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .s1__banner {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.s1__banner--1 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-1.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--1 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--1 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner--2 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-2.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--2 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--2 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner--3 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-3.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--3 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--3 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner--4 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-4.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--4 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--4 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner--5 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-5.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--5 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--5 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner--6 {
  background: url("../images/s1/s1-banner-bg.png"), url("../images/s1/s1-banner-6.jpg"), #e7e7e7;
  background-size: auto 100%, auto;
  background-position: center right, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--6 {
    background-size: auto 100%, auto 160%;
    background-position: center right, bottom -10px right -25px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6 {
    background-size: auto 100%, auto 100%;
    background-position: center right -70px, bottom right -15px;
  }
}
.s1__banner--6::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/s1/s1-banner-img-7.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .s1__banner--6::after {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .s1__banner--6::after {
    width: 80px;
    height: 80px;
    right: 0;
  }
}
.s1__banner--coupon {
  background: #e7e7e7;
  padding-left: 144px;
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .s1__banner--coupon {
    padding-bottom: 35px;
    padding-left: 110px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon {
    padding-left: 90px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon {
    padding-top: 20px;
    padding-bottom: 28px;
    padding-left: 60px;
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon {
    padding-bottom: 26px;
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-title {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner--coupon .s1__banner-icon {
  position: absolute;
  top: calc(50% - 68px);
  left: 40px;
  width: 92px;
  height: 136px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 72px;
    height: 110px;
    top: calc(50% - 55px);
    left: 20px;
  }
}
@media (max-width: 991px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 60px;
    height: 92px;
    top: calc(50% - 46px);
  }
}
@media (max-width: 767px) {
  .s1__banner--coupon .s1__banner-icon {
    width: 50px;
    height: 80px;
    top: calc(50% - 40px);
    left: 10px;
  }
}
@media (max-width: 480px) {
  .s1__banner--coupon .s1__banner-icon {
    left: 5px;
  }
}
.s1__banner-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 1399px) {
  .s1__banner-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 991px) {
  .s1__banner-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .s1__banner-title {
    font-size: 1.125rem;
  }
}
.s1__banner-text {
  font-size: 1.625rem;
  font-weight: 400;
  color: #373737;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 8px;
}
@media (max-width: 1399px) {
  .s1__banner-text {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .s1__banner-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .s1__banner-text {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.s1__banner-text .icon-point {
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 1399px) {
  .s1__banner-text .icon-point {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media (max-width: 991px) {
  .s1__banner-text .icon-point {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media (max-width: 767px) {
  .s1__banner-text .icon-point {
    width: 13px;
    height: 13px;
  }
}
.s1__note {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .s1__note {
    margin-top: 10px;
  }
}
.s1__note a {
  color: #666666;
  border-bottom: 1px solid #666666;
  text-decoration: none;
  padding-bottom: 5px;
}
.s1__note a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/common/icon-note.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 2px;
}
.s1__note a:hover {
  border-color: transparent;
}
.s1__coupon {
  margin-top: 60px;
}
.s1__coupon-content {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 35px 100px 30px;
  border: 1px solid #e7e7e7;
  margin-top: -12px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1729px) {
  .s1__coupon-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .s1__coupon-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .s1__coupon-content {
    padding: 24px 10px 20px;
  }
}
.s1__coupon-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-right: -9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .s1__coupon-block {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.s1__coupon-item {
  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;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
          box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
  width: calc(25% - 18px);
  margin-left: 9px;
  margin-right: 9px;
  height: 100px;
  margin-top: 18px;
  position: relative;
}
.s1__coupon-item:nth-child(1) {
  margin-top: 0;
}
.s1__coupon-item:nth-child(2) {
  margin-top: 0;
}
.s1__coupon-item:nth-child(3) {
  margin-top: 0;
}
.s1__coupon-item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .s1__coupon-item {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .s1__coupon-item {
    width: calc(50% - 18px);
  }
  .s1__coupon-item:nth-child(3), .s1__coupon-item:nth-child(4) {
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .s1__coupon-item {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    height: 80px;
  }
  .s1__coupon-item:nth-child(3), .s1__coupon-item:nth-child(4) {
    margin-top: 7px;
  }
}
.s1__coupon-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-plus.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 991px) {
  .s1__coupon-item::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .s1__coupon-item::before {
    top: 6px;
    right: 6px;
  }
}
.s1__coupon-item img {
  width: 184px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .s1__coupon-item img {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .s1__coupon-item img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .s1__coupon-item img {
    width: 184px;
    max-width: 90%;
  }
}
@media (max-width: 374px) {
  .s1__coupon-item img {
    max-width: 80%;
  }
}
.s1__coupon-item:hover {
  border: 1px solid #1d9c58;
}
.s1__coupon-item:hover::before {
  -webkit-animation: s1-link 0.8s ease infinite;
          animation: s1-link 0.8s ease infinite;
}
.s1__coupon-btn {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .s1__coupon-btn {
    margin-top: 22px;
  }
}
.s1__block {
  margin-top: 15px;
}
.s1__block:first-child {
  margin-top: 0;
}
.s1__block-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 16px);
  margin: -5px -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .s1__block-item {
    width: 100%;
    margin: 10px 0 0;
  }
  .s1__block-item:first-child {
    margin-top: 0;
  }
}
.s1__item {
  width: calc(33.33% - 16px);
  margin: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  min-height: 205px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .s1__item {
    width: 100%;
    margin: 10px 0 0;
    min-height: auto;
  }
  .s1__item:first-child {
    margin-top: 0;
  }
}
.s1__item--text .s1__item-title {
  width: calc(100% - 82px);
  margin-top: 0;
}
@media (max-width: 1399px) {
  .s1__item--text .s1__item-title {
    width: calc(100% - 72px);
  }
}
@media (max-width: 991px) {
  .s1__item--text .s1__item-title {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .s1__item--text .s1__item-title {
    width: calc(100% - 82px);
  }
}
.s1__item--text .s1__item-info {
  width: 82px;
}
@media (max-width: 1399px) {
  .s1__item--text .s1__item-info {
    width: 72px;
  }
}
@media (max-width: 991px) {
  .s1__item--text .s1__item-info {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .s1__item--text .s1__item-info {
    width: 82px;
  }
}
@media (max-width: 767px) {
  .s1__item--text .s1__item-head {
    padding-bottom: 16px;
  }
}
.s1__item--text2 .s1__item-title {
  width: calc(100% - 140px);
  margin-top: 0;
}
@media (max-width: 1399px) {
  .s1__item--text2 .s1__item-title {
    width: calc(100% - 120px);
  }
}
.s1__item--text2 .s1__item-info {
  width: 140px;
}
@media (max-width: 1399px) {
  .s1__item--text2 .s1__item-info {
    width: 120px;
  }
}
@media (max-width: 1399px) {
  .s1__item--text3 .s1__item-head {
    min-height: 122px;
  }
}
@media (max-width: 1199px) {
  .s1__item--text3 .s1__item-head {
    min-height: 98px;
  }
}
@media (max-width: 991px) {
  .s1__item--text3 .s1__item-head {
    min-height: 112px;
  }
}
@media (max-width: 767px) {
  .s1__item--text3 .s1__item-head {
    min-height: auto;
  }
}
@media (max-width: 1399px) {
  .s1__item--text3 .s1__item-body {
    height: calc(100% - 122px);
  }
}
@media (max-width: 1199px) {
  .s1__item--text3 .s1__item-body {
    height: calc(100% - 98px);
  }
}
@media (max-width: 991px) {
  .s1__item--text3 .s1__item-body {
    height: calc(100% - 112px);
  }
}
@media (max-width: 767px) {
  .s1__item--text3 .s1__item-body {
    height: auto;
  }
}
.s1__item--lg {
  width: calc(66.66% - 16px);
}
@media (max-width: 767px) {
  .s1__item--lg {
    width: 100%;
  }
}
.s1__item--lg .s1__item-title {
  width: calc(100% - 145px);
}
@media (max-width: 767px) {
  .s1__item--lg .s1__item-title {
    width: calc(100% - 120px);
  }
}
.s1__item--lg .s1__item-info {
  width: 145px;
}
@media (max-width: 767px) {
  .s1__item--lg .s1__item-info {
    width: 120px;
  }
}
.s1__item-head {
  padding: 18px 12px 8px;
  height: 114px;
}
@media (max-width: 1399px) {
  .s1__item-head {
    height: 105px;
  }
}
@media (max-width: 991px) {
  .s1__item-head {
    height: 102px;
  }
}
@media (max-width: 767px) {
  .s1__item-head {
    height: auto;
    padding-top: 14px;
  }
}
.s1__item-body {
  border-top: 1px solid #e7e7e7;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 13px 15px 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: calc(100% - 114px);
}
@media (max-width: 1399px) {
  .s1__item-body {
    height: calc(100% - 105px);
  }
}
@media (max-width: 991px) {
  .s1__item-body {
    height: calc(100% - 102px);
  }
}
@media (max-width: 767px) {
  .s1__item-body {
    padding-bottom: 45px;
    height: auto;
  }
}
.s1__item-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.s1__item-logo {
  width: 130px;
  height: 54px;
  margin-top: -6px;
}
@media (max-width: 1729px) {
  .s1__item-logo {
    margin-right: -10px;
  }
}
@media (max-width: 1399px) {
  .s1__item-logo {
    width: 90px;
    height: 47px;
    margin-top: -6px;
  }
}
@media (max-width: 991px) {
  .s1__item-logo {
    width: 80px;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .s1__item-logo {
    width: 122px;
    height: auto;
    margin-top: -5px;
    margin-right: 0;
  }
}
.s1__item-info {
  text-align: right;
  width: calc(100% - 130px);
}
@media (max-width: 1729px) {
  .s1__item-info {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1399px) {
  .s1__item-info {
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .s1__item-info {
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .s1__item-info {
    width: calc(100% - 120px);
  }
}
.s1__item-discount {
  font-size: 1.5rem;
  color: #373737;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .s1__item-discount {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s1__item-discount {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s1__item-discount {
    font-size: 1.3125rem;
  }
}
.s1__item-discount .icon-point {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .s1__item-discount .icon-point {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .s1__item-discount .icon-point {
    width: 20px;
    height: 20px;
  }
}
.s1__item-discount .sm {
  font-size: 0.8em;
}
@media (max-width: 1729px) {
  .s1__item-discount .sm {
    font-size: 0.6em;
  }
}
@media (max-width: 1399px) {
  .s1__item-discount .sm {
    font-size: 0.65em;
  }
}
@media (max-width: 1199px) {
  .s1__item-discount .sm {
    font-size: 0.8em;
  }
}
.s1__item-note {
  font-size: 0.875rem;
  color: #a3a3a3;
  letter-spacing: 0.01em;
  margin-top: 4px;
}
@media (max-width: 1399px) {
  .s1__item-note {
    font-size: 0.75rem;
    margin-top: 0;
  }
}
.s1__item-remark {
  font-size: 0.875rem;
  color: #898989;
  letter-spacing: 0.01em;
  margin-top: 4px;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
}
@media (max-width: 1399px) {
  .s1__item-remark {
    font-size: 0.75rem;
  }
}
.s1__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #373737;
  margin-top: 8px;
  line-height: 1.2;
}
@media (max-width: 1729px) {
  .s1__item-title {
    font-size: 1.063rem;
  }
}
@media (max-width: 1399px) {
  .s1__item-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1199px) {
  .s1__item-title {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .s1__item-title {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .s1__item-title {
    font-size: 1rem;
    margin-top: 11px;
  }
}
.s1__item-title .icon-point {
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 4px;
  margin-right: 4px;
}
.s1__item-title.highlight {
  color: #1d9c58;
}
.s1__item-title .sm {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
}
.s1__item-list {
  font-size: 1rem;
  font-weight: 500;
  color: #373737;
  list-style: none;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
@media (max-width: 1399px) {
  .s1__item-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .s1__item-list {
    font-size: 0.8125rem;
  }
}
.s1__item-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.2em;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .s1__item-list li {
    padding-left: 18px;
  }
}
.s1__item-list li.unlimit {
  line-height: 1.2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.4em;
}
.s1__item-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #373737;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 2px;
}
@media (max-width: 1399px) {
  .s1__item-list li::before {
    width: 7px;
    height: 7px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .s1__item-list li::before {
    width: 6px;
    height: 6px;
  }
}
.s1__item-list li:first-child {
  margin-top: 0;
}
.s1__item-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #373737;
  text-align: right;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 16px;
  right: 12px;
}
@media (max-width: 1399px) {
  .s1__item-link {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s1__item-link {
    bottom: 10px;
    font-size: 0.875rem;
  }
}
.s1__item-link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/common/icon-arrow-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 5px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 767px) {
  .s1__item-link::after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .s1 a.s1__item:hover {
    border-color: #1d9c58;
  }
  .s1 a.s1__item:hover .s1__item-link::after {
    -webkit-animation: s1-link 0.8s ease infinite;
            animation: s1-link 0.8s ease infinite;
  }
}
.s1__null {
  display: none;
  text-align: center;
}
.s1__null.active {
  display: block;
}
.s1__msg {
  background: #000000;
  font-size: 2.25rem;
  color: #ffffff;
  letter-spacing: 1em;
  text-align: center;
  padding: 15px 5px;
  margin-top: 15px;
}
@media (max-width: 1729px) {
  .s1__msg {
    font-size: 2rem;
  }
}
@media (max-width: 1399px) {
  .s1__msg {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .s1__msg {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s1__msg {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .s1__msg {
    font-size: 4.2vw;
    letter-spacing: 0.5em;
    padding: 10px 5px;
  }
}
.s1__msg img {
  width: 50px;
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1729px) {
  .s1__msg img {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .s1__msg img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .s1__msg img {
    width: 5vw;
    margin-left: 2vw;
    margin-right: 4vw;
  }
}

.s2 {
  padding: 60px 0 30px;
  background: #eeeeee;
}
@media (max-width: 767px) {
  .s2 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.s2__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199px) {
  .s2__title {
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .s2__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .s2__title {
    font-size: 1.375rem;
  }
}
.s2__text {
  font-size: 1.625rem;
  color: #5c5c5c;
  letter-spacing: 0.01em;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 1199px) {
  .s2__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .s2__text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s2__text {
    font-size: 1.063rem;
    margin-top: 16px;
  }
}
@media (max-width: 374px) {
  .s2__text {
    font-size: 0.9375rem;
  }
}
.s2__text .icon-point {
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .s2__text .icon-point {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .s2__text .icon-point {
    width: 18px;
    height: 18px;
  }
}
.s2__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@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;
  }
}
.s2__item {
  border-radius: 20px;
  background: #f5f5f5;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.68) inset, 0 0 16px rgba(233, 233, 233, 0.6) inset, 0 0 8px rgba(92, 92, 92, 0.15);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.68) inset, 0 0 16px rgba(233, 233, 233, 0.6) inset, 0 0 8px rgba(92, 92, 92, 0.15);
  text-align: center;
  width: calc(50% - 20px);
  position: relative;
}
@media (min-width: 768px) {
  .s2__item:first-child {
    margin-right: 10px;
  }
  .s2__item:nth-child(2) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .s2__item {
    width: 400px;
    margin-top: 30px;
  }
  .s2__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .s2__item {
    width: 100%;
  }
}
.s2__item-head {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 70px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #ffffff;
          box-shadow: 0 1px #ffffff;
}
@media (max-width: 767px) {
  .s2__item-head {
    padding-top: 18px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .s2__item-head {
    padding-right: 30px;
  }
}
.s2__item-body {
  padding: 28px 15px 105px;
}
@media (max-width: 767px) {
  .s2__item-body {
    padding: 15px 20px 70px;
  }
}
.s2__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #373737;
  line-height: 1;
}
@media (max-width: 991px) {
  .s2__item-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .s2__item-title {
    font-size: 1.25rem;
  }
}
.s2__item-icon {
  display: inline-block;
  margin-top: -48px;
  margin-bottom: -35px;
  margin-right: 14px;
}
@media (max-width: 991px) {
  .s2__item-icon {
    margin-bottom: -19px;
    margin-right: 5px;
  }
}
.s2__item-icon img {
  display: block;
}
@media (max-width: 991px) {
  .s2__item-icon img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .s2__item-icon img {
    height: 64px;
  }
}
.s2__item-list {
  font-size: 1.125rem;
  font-weight: 500;
  color: #373737;
  line-height: 1.44;
  padding-left: 0;
  margin: 0;
  width: 378px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .s2__item-list {
    width: 300px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .s2__item-list {
    font-size: 0.9375rem;
    line-height: 1.333;
  }
}
@media (max-width: 480px) {
  .s2__item-list {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .s2__item-list {
    width: 100%;
  }
}
.s2__item-list .highlight {
  color: #1d9c58;
}
.s2__item-list .limit {
  font-size: 0.7778em;
  color: #a3a3a3;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 5px 9px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 10em;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  margin-left: 4px;
}
.s2__item-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .s2__item-list li {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .s2__item-list li {
    padding-left: 12px;
    margin-top: 5px;
  }
}
.s2__item-list li:first-child {
  margin-top: 0;
}
.s2__item-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #3bb875;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 991px) {
  .s2__item-list li::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .s2__item-list li::before {
    top: 6px;
  }
}
@media (max-width: 480px) {
  .s2__item-list li::before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
}
.s2__item-list .icon-point {
  width: 19px;
  height: 19px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .s2__item-list .icon-point {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .s2__item-list .icon-point {
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.s2__item-btn {
  margin-top: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 30px;
}
@media (max-width: 767px) {
  .s2__item-btn {
    bottom: 15px;
  }
}
.s2__item-btn .btn {
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 991px) {
  .s2__item-btn .btn {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 374px) {
  .s2__item-btn .btn {
    width: calc(50% - 16px);
    margin-left: 4px;
    margin-right: 4px;
  }
}
.s2 .remark {
  margin-top: 30px;
  color: #666666;
}
@media (max-width: 767px) {
  .s2 .remark {
    margin-top: 20px;
  }
}

.s3 {
  padding-top: 55px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1921px) {
  .s3 {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .s3 {
    padding-top: 34px;
  }
}
.s3__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #494949;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .s3__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .s3__title {
    font-size: 1.25rem;
  }
}
.s3__block {
  margin-top: 25px;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 1199px) {
  .s3__block {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .s3__block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .s3__block {
    margin-top: 15px;
  }
}
.s3__item {
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .s3__item {
    opacity: 0.6;
  }
  .s3__item.slick-active {
    opacity: 1;
  }
}
.s3__item::before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url("../images/s3/s3-item-arrow.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 9px);
}
@media (max-width: 480px) {
  .s3__item::before {
    bottom: 22px;
  }
}
.s3__item-box {
  -webkit-box-shadow: 0 0 10px rgba(176, 176, 176, 0.5);
          box-shadow: 0 0 10px rgba(176, 176, 176, 0.5);
  border-radius: 10px;
  padding: 15px 5px 48px;
  -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: 1px solid transparent;
}
@media (max-width: 480px) {
  .s3__item-box {
    padding-top: 8px;
    padding-bottom: 30px;
  }
}
.s3__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #494949;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__item-title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .s3__item-title {
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    margin-top: 10px;
  }
}
.s3__item-icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .s3__item-icon {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .s3__item-icon {
    width: 86px;
  }
}
@media (max-width: 374px) {
  .s3__item-icon {
    width: 80px;
  }
}
.s3__item-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (hover: hover) {
  .s3__item:hover .s3__item-box {
    border-color: #1d9c58;
  }
  .s3__item:hover::before {
    background-position: 0 -12px;
  }
}
.s3__info {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .s3__info {
    margin-top: 40px;
  }
}
.s3__info-title {
  font-size: 1.5rem;
  color: #373737;
  letter-spacing: 0.075em;
  text-align: center;
}
@media (max-width: 1199px) {
  .s3__info-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .s3__info-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s3__info-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .s3__info-title {
    font-size: 1rem;
  }
}
.s3__info-subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__info-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s3__info-subtitle {
    font-size: 1.625rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .s3__info-subtitle {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s3__info-subtitle {
    font-size: 1.375rem;
  }
}
.s3__info-subtitle .icon-point {
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .s3__info-subtitle .icon-point {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .s3__info-subtitle .icon-point {
    width: 24px;
    height: 24px;
  }
}
.s3__info-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #373737;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__info-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s3__info-text {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .s3__info-text {
    font-size: 1rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s3__info-text {
    font-size: 0.875rem;
  }
}
.s3__info-text .highlight {
  color: #1d9c58;
}
.s3__wrap {
  background: #eeeeee;
  margin-top: 90px;
  padding-top: 65px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .s3__wrap {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .s3__wrap {
    margin-top: 40px;
    padding-top: 35px;
  }
}
.s3__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s3__col {
  text-align: center;
  width: 50%;
  position: relative;
}
.s3__col::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 30px);
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 1px 0 #ffffff;
          box-shadow: 1px 0 #ffffff;
}
@media (max-width: 991px) {
  .s3__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .s3__col {
    width: 100%;
    border-left: none;
    padding: 25px 0 0;
    margin-top: 20px;
  }
  .s3__col::before {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px #ffffff;
            box-shadow: 0 1px #ffffff;
  }
  .s3__col:first-child {
    margin-top: 0;
  }
  .s3__col:first-child img {
    width: 340px;
    max-width: 100%;
  }
}
.s3__col:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .s3__col:first-child {
    padding-top: 0;
  }
}
.s3__col:first-child::before {
  display: none;
}
.s3__col:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .s3__col:last-child {
    padding-bottom: 0;
  }
}
.s3__col-title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #373737;
  background-image: url("../images/s3/s3-col-title.png");
  background-size: 12px auto;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .s3__col-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .s3__col-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .s3__col-title {
    font-size: 1.125rem;
  }
}
.s3__col-title .highlight {
  color: #1d9c58;
}
.s3__col-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #373737;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s3__col-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s3__col-text {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .s3__col-text {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.s3__col-text .highlight {
  color: #1d9c58;
}
.s3__col-text .icon-point {
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .s3__col-text .icon-point {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .s3__col-text .icon-point {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.s3__col-img {
  margin-top: 15px;
  width: 432px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .s3__col-img {
    margin-top: 5px;
  }
}
.s3 .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .s3 .btn {
    margin-top: 15px;
  }
}
.s3 .remark {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .s3 .remark {
    margin-top: 20px;
  }
}

.notice {
  padding-top: 54px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
.notice__title {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 1rem;
  }
}
.notice__subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .notice__subtitle {
    font-size: 0.75rem;
    margin-top: 14px;
  }
}
.notice__list {
  font-size: 0.875rem;
  color: #666666;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0 0 0 1.2em;
  padding: 0;
}
@media (max-width: 480px) {
  .notice__list {
    font-size: 0.75rem;
  }
}
.notice__list .highlight {
  color: #1d9c58;
}
.notice__list a {
  color: #1d9c58;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .notice__list a:hover {
    opacity: 0.8;
  }
}
.notice .note {
  color: #1d9c58;
  margin-left: -1.2em;
  width: calc(100% + 1.2em);
  margin-top: 5px;
}
.notice .table--style1 {
  margin-left: -1.2em;
  width: calc(100% + 1.2em);
  border-collapse: collapse;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.notice .table--style1 tr {
  background: #f9f9f9;
  border-top: 2px solid #ffffff;
}
.notice .table--style1 tr:first-child {
  background: #1d9c58;
  border-top: none;
}
.notice .table--style1 tr:first-child th {
  position: relative;
}
.notice .table--style1 tr:first-child th::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #f9f9f9;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.notice .table--style1 tr:first-child th:first-child::before {
  display: none;
}
.notice .table--style1 tr:nth-child(2) {
  border-top: none;
}
.notice .table--style1 th, .notice .table--style1 td {
  font-size: 0.875rem;
  text-align: center;
  width: 20%;
}
.notice .table--style1 th {
  font-weight: 500;
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 11px;
}
.notice .table--style1 td {
  color: #666666;
  padding-top: 12px;
  padding-bottom: 8px;
}
.notice .table--style2 {
  margin-left: -1.2em;
  width: calc(100% + 1.2em);
  border-collapse: collapse;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.notice .table--style2 tr {
  border-top: 2px solid #ffffff;
}
.notice .table--style2 tr:first-child {
  border-top: none;
}
.notice .table--style2 th, .notice .table--style2 td {
  font-size: 0.8125rem;
  text-align: center;
  width: 20%;
}
.notice .table--style2 th {
  font-weight: 500;
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 11px;
  background: #1d9c58;
  width: 70px;
}
@media (max-width: 480px) {
  .notice .table--style2 th {
    width: 40px;
  }
}
@media (max-width: 374px) {
  .notice .table--style2 th {
    font-size: 0.75rem;
    width: 20px;
  }
}
.notice .table--style2 td {
  color: #666666;
  padding-top: 12px;
  padding-bottom: 8px;
  background: #f9f9f9;
  width: calc(50% - 35px);
}
@media (max-width: 480px) {
  .notice .table--style2 td {
    width: calc(50% - 20px);
  }
}
@media (max-width: 374px) {
  .notice .table--style2 td {
    font-size: 0.75rem;
    width: calc(50% - 10px);
    word-break: break-all;
  }
}

.sakura {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.sakura--active {
  opacity: 1;
}
.sakura__item {
  position: fixed;
  top: -10%;
  z-index: 90;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
          animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
          animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
          animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
          animation-play-state: running, running;
  width: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sakura__item {
    width: 16px;
    -webkit-animation-duration: 16s, 6s;
            animation-duration: 16s, 6s;
  }
}
.sakura__item:nth-child(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
          animation-delay: 1s, 1s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(1) {
    display: none;
  }
}
.sakura__item:nth-child(2) {
  left: 20%;
  -webkit-animation-delay: 2s, 2s;
          animation-delay: 2s, 2s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(2) {
    -webkit-animation-delay: 4s, 4s;
            animation-delay: 4s, 4s;
    left: 0;
  }
}
.sakura__item:nth-child(3) {
  left: 30%;
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(3) {
    left: 0;
  }
}
.sakura__item:nth-child(4) {
  left: 70%;
  -webkit-animation-delay: 1s, 1s;
          animation-delay: 1s, 1s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(4) {
    -webkit-animation-delay: 5.5s, 5.5s;
            animation-delay: 5.5s, 5.5s;
  }
}
.sakura__item:nth-child(5) {
  left: 90%;
  -webkit-animation-delay: 0.5s, 0.5s;
          animation-delay: 0.5s, 0.5s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(5) {
    left: 85%;
    -webkit-animation-delay: 2s, 2s;
            animation-delay: 2s, 2s;
  }
}
.sakura__item:nth-child(6) {
  left: 0%;
  -webkit-animation-delay: 4s, 4s;
          animation-delay: 4s, 4s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(6) {
    display: none;
  }
}
.sakura__item:nth-child(7) {
  left: 10%;
  -webkit-animation-delay: 7s, 7s;
          animation-delay: 7s, 7s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(7) {
    -webkit-animation-delay: 17s, 17s;
            animation-delay: 17s, 17s;
  }
}
.sakura__item:nth-child(8) {
  left: 90%;
  -webkit-animation-delay: 5s, 5s;
          animation-delay: 5s, 5s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(8) {
    display: none;
  }
}
.sakura__item:nth-child(9) {
  left: 75%;
  -webkit-animation-delay: 3.5s, 3.5s;
          animation-delay: 3.5s, 3.5s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(9) {
    left: 80%;
    -webkit-animation-delay: 8s, 8s;
            animation-delay: 8s, 8s;
  }
}
.sakura__item:nth-child(10) {
  left: 70%;
  -webkit-animation-delay: 6.1s, 6.1s;
          animation-delay: 6.1s, 6.1s;
}
@media (max-width: 991px) {
  .sakura__item:nth-child(10) {
    display: none;
  }
}

.nav {
  position: absolute;
  top: 845px;
  width: 200px;
  right: calc(50vw - 796px);
  background: #f5f5f5;
  padding: 30px 16px;
  margin-top: 1256px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1729px) {
  .nav {
    width: 165px;
    right: calc(50vw - 672px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1399px) {
  .nav {
    width: 160px;
    padding: 16px 8px;
    top: 670px;
    right: calc(50vw - 580px);
  }
}
@media (max-width: 1199px) {
  .nav {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: -100px;
    right: 0;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ffffff;
    border-radius: 0;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
  }
}
@media (max-width: 767px) {
  .nav {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.nav--fixed {
  position: fixed;
  top: 93px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .nav--fixed {
    top: auto;
    bottom: 0;
    z-index: 90;
  }
}
.nav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #373737;
  text-decoration: none;
  border: 1px solid #e7e7e7;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 10em;
  margin-top: 10px;
}
.nav__item:first-child {
  margin-top: 0;
}
@media (max-width: 1399px) {
  .nav__item {
    font-size: 1rem;
    line-height: 46px;
  }
}
@media (max-width: 1199px) {
  .nav__item {
    width: calc(20% - 10px);
    margin: 0;
    font-size: 1rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .nav__item {
    width: none;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav__item:first-child {
    margin-left: 0;
  }
}
@media (hover: hover) {
  .nav__item:hover {
    background: #1d9c58;
    color: #ffffff;
  }
}
.nav__item--active {
  background: #1d9c58;
  color: #ffffff;
}

@-webkit-keyframes ani-kv-loading {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes ani-kv-loading {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes ani-kv-effect {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ani-kv-effect {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -100px;
  }
  100% {
    top: 1200px;
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -100px;
  }
  100% {
    top: 1200px;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes s5-link {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes s5-link {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes s1-link {
  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 s1-link {
  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-btn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes ani-btn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}