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

main {
  background: #f5f5f5;
}

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

main img {
  max-width: 100%;
}

.container {
  width: 920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@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 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@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);
  }
}

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

.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;
  }
}

.s1 {
  padding: 30px 0 60px;
  min-height: 560px;
}
@media (max-width: 767px) {
  .s1 {
    padding-top: 20px;
    min-height: 100vh;
  }
}
.s1__banner {
  text-align: center;
}
.s1__banner-icon {
  width: 70px;
  height: 100px;
  background-image: url("../images/s1/s1-banner-icon-coupon.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .s1__banner-icon {
    width: 50px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .s1__banner-icon {
    width: 40px;
    height: 58px;
  }
}
.s1__banner-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .s1__banner-title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .s1__banner-title {
    font-size: 1.625rem;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .s1__banner-title {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .s1__banner-title {
    font-size: 1.375rem;
  }
}
.s1__banner-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #373737;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1199px) {
  .s1__banner-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .s1__banner-text {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .s1__banner-text {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .s1__banner-text {
    font-size: 0.875rem;
  }
}
.s1__banner-text .highlight {
  color: #1d9c58;
}
.s1__coupon-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  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;
  padding-bottom: 14px;
  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: 90px;
  }
}
@media (max-width: 767px) {
  .s1__coupon-item {
    width: calc(50% - 18px);
    height: 100px;
  }
  .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: 96px;
  }
  .s1__coupon-item:nth-child(3), .s1__coupon-item:nth-child(4) {
    margin-top: 7px;
  }
}
.s1__coupon-item::before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url("../images/common/icon-arrow.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6px;
  left: calc(50% - 9px);
  -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: 12px;
  }
}
@media (max-width: 767px) {
  .s1__coupon-item::before {
    bottom: 6px;
  }
}
.s1__coupon-item img {
  width: 184px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .s1__coupon-item img {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .s1__coupon-item img {
    width: auto;
  }
}
@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: 40px;
}
.s1__item {
  border-radius: 10px;
  background: #ffffff;
  padding: 25px;
  -webkit-box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
          box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
  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;
  margin-top: 30px;
}
.s1__item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .s1__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.s1__item--full .s1__item-head {
  width: 100%;
  padding-left: 0;
}
.s1__item-head {
  width: calc(100% - 480px);
  padding-left: 30px;
  font-size: 1.3125rem;
}
@media (max-width: 991px) {
  .s1__item-head {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .s1__item-head {
    font-size: 1rem;
    width: 100%;
    padding-left: 0;
  }
}
.s1__item-body {
  width: 480px;
  text-align: center;
}
@media (max-width: 991px) {
  .s1__item-body {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .s1__item-body {
    width: 100%;
    padding-top: 20px;
  }
}
.s1__item-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.2;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .s1__item-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 374px) {
  .s1__item-title {
    font-size: 1.5rem;
  }
}
.s1__item-tag {
  display: inline-block;
  font-weight: 700;
  color: #494949;
  background: #e7e7e7;
  border-radius: 8px;
  padding: 8px 13px;
  line-height: 1;
}
.s1__item-text {
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .s1__item-text {
    margin-top: 10px;
  }
}
.s1__item-text .highlight {
  color: #e87c07;
}
.s1__item-btn {
  display: block;
  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: 10px;
}
@media (max-width: 767px) {
  .s1__item-btn {
    margin-top: 5px;
  }
}
.s1__item-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) {
  .s1__item-btn::after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .s1__item-btn:hover::after {
    -webkit-animation: s1-link 0.8s ease infinite;
            animation: s1-link 0.8s ease infinite;
  }
}
.s1__item-img {
  display: inline-block;
  -webkit-box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
          box-shadow: 0 0 8px rgba(92, 92, 92, 0.15);
}
.s1__item-note {
  font-size: 1rem;
  margin-top: 15px;
  color: #999999;
}
@media (max-width: 767px) {
  .s1__item-note {
    font-size: 0.8125rem;
    margin-top: 10px;
  }
}
.s1__remark {
  font-size: 1rem;
  margin-top: 30px;
  color: #999999;
  text-align: center;
}
@media (max-width: 767px) {
  .s1__remark {
    font-size: 0.8125rem;
    margin-top: 30px;
  }
}
.s1__remark a {
  color: #1d9c58;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .s1__remark a:hover {
    opacity: 0.8;
  }
}
.s1__note {
  font-size: 1.3125rem;
  margin-top: 30px;
  color: #999999;
  letter-spacing: 0.005em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .s1__note {
    font-size: 1rem;
  }
}
.s1__note p {
  display: inline-block;
  text-align: left;
}

@-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);
  }
}