body {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: initial;
}

picture {
  width: 100%;
}

img {
  width: 100%;
}

section .consent {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
  overflow: auto !important;
}

p {
  color: rgb(221, 162, 86);
  font-family: "Noto Serif TC", "Noto Serif", "Hiragino Sans GB", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.125rem;
}

section span {
  color: rgb(221, 162, 86);
  font-family: "Noto Serif TC", "Noto Serif", "Hiragino Sans GB", arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.125rem;
}

a:hover {
  text-decoration: none;
}

#footer {
  background-color: #000;
}

.pcon {
  display: block;
}
@media (max-width: 767px) {
  .pcon {
    display: none;
  }
}

.mbon {
  display: none;
}
@media (max-width: 767px) {
  .mbon {
    display: block;
  }
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-button-prev {
  color: white;
}

.swiper-button-next {
  color: white;
}

.swiper-1, .swiper-2, .swiper-3, .swiper-4, .swiper-5 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper-1, .swiper-2, .swiper-3, .swiper-4, .swiper-5 {
    margin-left: 2%;
  }
}

.footer__logo img {
  width: auto;
  max-height: 28px;
}

.header {
  width: 100%;
  background-color: #00145F;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header {
    height: 10%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
  }
}
.header--active {
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 26, 100, 0.9) 0%, rgba(2, 26, 100, 0) 100%);
  background-color: #000;
}
.header--active .header__btn .header__btn__open {
  display: none;
}
.header--active .header__btn .header__btn__close {
  display: block;
}
.header--active .header__consent {
  display: flex;
}
.header__btn {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 15vw;
  height: 15vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .header__btn {
    display: flex;
  }
}
.header__btn__open {
  display: block;
}
.header__btn__close {
  display: none;
}
.header__consent {
  width: 90%;
  max-width: 1400px;
  margin: 1% auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .header__consent {
    height: 100%;
    flex-direction: column;
    justify-content: start;
    display: none;
  }
}
.header__consent__logo {
  width: 100px;
}
@media (max-width: 767px) {
  .header__consent__logo {
    width: 40%;
    margin: 10% auto 6% auto;
  }
}
.header__consent__menu {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .header__consent__menu {
    width: 100%;
  }
}
.header__consent__menu__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}
@media (max-width: 767px) {
  .header__consent__menu__list {
    flex-direction: column;
  }
}
.header__consent__menu__list__item {
  position: relative;
  padding: 0 3%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__consent__menu__list__item {
    width: 100%;
    padding: 5% 0;
  }
}
.header__consent__menu__list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgb(221, 162, 86);
}
@media (max-width: 767px) {
  .header__consent__menu__list__item::after {
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.header__consent__menu__list__item p {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .header__consent__menu__list__item p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header__consent__menu__list__item p {
    font-size: 6vw;
  }
}

.kv {
  width: 100%;
}

.s1 {
  width: 100%;
  margin: 5% auto 1% auto;
}
@media (max-width: 767px) {
  .s1 {
    margin: 5% auto 35% auto;
  }
}
.s1 .consent {
  width: 100%;
  max-width: 700px;
  background-image: url(../images/s1_bg_pc.png);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .s1 .consent {
    background-image: url(../images/s1_bg_mb.png);
  }
}
.s1 .consent__top__title {
  width: 60%;
  max-width: 350px;
  margin: 5% auto;
}
.s1 .consent__top__info {
  width: 100%;
  margin: 5% auto;
}
@media (max-width: 767px) {
  .s1 .consent__top__info p {
    font-size: 3.8vw;
    letter-spacing: 0.05em;
  }
}
.s1 .consent__middle {
  width: 100%;
  margin: 5% auto;
}
.s1 .consent__bottom__title {
  width: 100%;
  margin: 5% auto 0 auto;
}
.s1 .consent__bottom__title p {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .s1 .consent__bottom__title p {
    font-size: 6vw;
  }
}
.s1 .consent__bottom__info {
  width: 100%;
  margin: 0 auto 5% auto;
}
.s1 .consent__bottom__info p {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .s1 .consent__bottom__info p {
    font-size: 3.8vw;
    letter-spacing: 0.05em;
  }
}
.s1 .consent__arrow {
  width: 20%;
  max-width: 100px;
  margin: 5% auto;
}

.s2 {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #0A063F 0%, #021A64 50%, #0A063F 100%);
  background-size: 100% 100%;
  margin: 20% auto;
}
.s2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-top: 20%;
  background-image: url(../images/bg_top_pc.png);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .s2::before {
    background-image: url(../images/bg_top_mb.png);
  }
}
.s2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 20%;
  background-image: url(../images/bg_bottom_pc.png);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .s2::after {
    background-image: url(../images/bg_bottom_mb.png);
  }
}
.s2 .consent {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.s2 .consent__title {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 5% auto;
}
@media (max-width: 767px) {
  .s2 .consent__title {
    margin: 10% auto 15% auto;
  }
}
.s2 .consent__list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.s2 .consent__list__item {
  position: relative;
  width: 100%;
  margin: 5% auto;
}
@media (max-width: 767px) {
  .s2 .consent__list__item {
    margin: 15% auto;
  }
}
.s2 .consent__list__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: url(../images/line_icon_pc.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 100% 70%;
}
@media (max-width: 767px) {
  .s2 .consent__list__item::after {
    background-image: url(../images/line_icon_mb.png);
    height: 7.5%;
  }
}
.s2 .consent__list__item:last-child::after {
  display: none;
}
.s2 .consent__list .s2-item {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item {
    flex-direction: column;
  }
}
.s2 .consent__list .s2-item--change {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item--change {
    flex-direction: column;
  }
}
.s2 .consent__list .s2-item--change .s2-item__info {
  padding-right: 0;
  padding-left: 4%;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item--change .s2-item__info {
    padding-left: 0;
  }
}
.s2 .consent__list .s2-item--change .s2-item__pic {
  width: 48%;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item--change .s2-item__pic {
    width: 100%;
  }
}
.s2 .consent__list .s2-item__info {
  width: 50%;
  padding-right: 4%;
}
@media (max-width: 1280px) {
  .s2 .consent__list .s2-item__info {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .s2 .consent__list .s2-item__info {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .s2 .consent__list .s2-item__info {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info {
    font-size: 3.5vw;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10%;
  }
}
.s2 .consent__list .s2-item__info__logo {
  width: 100%;
}
.s2 .consent__list .s2-item__info__logo-1 {
  max-width: 7em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__logo-1 {
    max-width: 10em;
  }
}
.s2 .consent__list .s2-item__info__logo-2 {
  max-width: 12em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__logo-2 {
    max-width: 14em;
  }
}
.s2 .consent__list .s2-item__info__logo-3 {
  max-width: 12em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__logo-3 {
    max-width: 14em;
  }
}
.s2 .consent__list .s2-item__info__logo-4 {
  max-width: 12em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__logo-4 {
    max-width: 15em;
  }
}
.s2 .consent__list .s2-item__info__logo-5 {
  max-width: 12em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__logo-5 {
    max-width: 18em;
  }
}
.s2 .consent__list .s2-item__info__text {
  width: 100%;
  margin: 5% auto;
}
.s2 .consent__list .s2-item__info__text p {
  text-align: left;
  line-height: 1.5;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__text p {
    font-size: 1.25em;
    letter-spacing: 0.05em;
  }
}
.s2 .consent__list .s2-item__info__list1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin: 5% auto;
}
.s2 .consent__list .s2-item__info__list1__item {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin: 1% auto;
}
.s2 .consent__list .s2-item__info__list1__item__title {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-right: 1.5%;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__list1__item__title {
    padding-right: 3%;
  }
}
.s2 .consent__list .s2-item__info__list1__item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 75%;
  transform: translateY(-50%);
  background-color: rgb(221, 162, 86);
}
.s2 .consent__list .s2-item__info__list1__item__title p {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5;
  padding-left: 1%;
  font-size: 1.125em;
}
.s2 .consent__list .s2-item__info__list1__item__text {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 1.5%;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__info__list1__item__text {
    padding-left: 3%;
  }
}
.s2 .consent__list .s2-item__info__list1__item__text p {
  text-align: left;
  line-height: 1.5;
  color: white;
  letter-spacing: 0;
  font-size: 1.125em;
}
.s2 .consent__list .s2-item__info__list1__item__text span {
  text-align: left;
  font-size: 80%;
  color: white;
  letter-spacing: 0;
}
.s2 .consent__list .s2-item__info__list2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.s2 .consent__list .s2-item__info__list2__title {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 1% auto;
}
.s2 .consent__list .s2-item__info__list2__title img {
  height: 100%;
  width: auto;
  margin: 0 1%;
}
.s2 .consent__list .s2-item__info__list2__title p {
  color: white;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 1.125em;
}
.s2 .consent__list .s2-item__info__list2__title .or {
  margin: 0 1%;
}
.s2 .consent__list .s2-item__info__list2__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 1% auto;
}
.s2 .consent__list .s2-item__info__list2__item p {
  line-height: 1.5;
  font-size: 1.125em;
}
.s2 .consent__list .s2-item__pic {
  position: relative;
  width: 50%;
  height: fit-content;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__pic {
    width: 100%;
    margin-bottom: 5%;
  }
}
.s2 .consent__list .s2-item__pic::before {
  content: "";
  position: absolute;
  top: 2%;
  left: -2%;
  width: 100%;
  height: 100%;
  background-image: url(../images/pic_bg.png);
  background-size: 100% 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .s2 .consent__list .s2-item__pic::before {
    left: 0%;
    width: 98%;
  }
}
.s2 .consent__list .s2-item__pic__item {
  width: 100%;
}

.s3 {
  width: 100%;
  padding-bottom: 25%;
  background-image: url(../images/footer_bg_pc.png);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .s3 {
    background-image: url(../images/footer_bg_mb.png);
    padding-bottom: 100%;
  }
}
.s3 .consent__list {
  max-width: 1400px;
  width: 100%;
  margin: 10% auto 5% auto;
}
.s3 .consent__list__item {
  width: 100%;
  max-width: 1000px;
  margin: 10% auto;
}
.s3 .consent__list .s3-product {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .s3 .consent__list .s3-product {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .s3 .consent__list .s3-product {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .s3 .consent__list .s3-product {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product {
    flex-direction: column;
    font-size: 3.8vw;
  }
}
.s3 .consent__list .s3-product__pic {
  width: 20%;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__pic {
    width: 50%;
    margin: 5% auto;
  }
}
.s3 .consent__list .s3-product__content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content {
    width: 100%;
  }
}
.s3 .consent__list .s3-product__content__title {
  width: auto;
  max-height: 3.75em;
  height: 15vw;
}
.s3 .consent__list .s3-product__content__title img {
  width: auto;
  height: 100%;
}
.s3 .consent__list .s3-product__content__text {
  margin: 2% auto;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__text {
    margin: 4% auto;
  }
}
.s3 .consent__list .s3-product__content__text p {
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
}
.s3 .consent__list .s3-product__content__info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin: 3% auto;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info {
    flex-direction: column;
    align-items: start;
    margin: 5% auto;
  }
}
.s3 .consent__list .s3-product__content__info__item {
  display: flex;
  justify-content: center;
  align-items: self-start;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info__item {
    width: 100%;
    justify-content: start;
  }
}
.s3 .consent__list .s3-product__content__info__item__title {
  border-radius: 100%;
  border: 0.5px solid rgb(221, 162, 86);
  padding: 1.25em;
}
.s3 .consent__list .s3-product__content__info__item__title p {
  white-space: nowrap;
  font-size: 1em;
  color: white;
}
.s3 .consent__list .s3-product__content__info__item__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info__item__list {
    justify-content: start;
    padding-left: 10%;
  }
}
.s3 .consent__list .s3-product__content__info__item__list li {
  color: rgb(221, 162, 86);
}
.s3 .consent__list .s3-product__content__info__item__list li p {
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.5;
}
.s3 .consent__list .s3-product__content__info2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 3%;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info2 {
    font-size: 0.9em;
    padding-top: 0;
    padding-bottom: 5%;
  }
}
.s3 .consent__list .s3-product__content__info2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: rgb(221, 162, 86);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info2::before {
    top: 100%;
  }
}
.s3 .consent__list .s3-product__content__info2__title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding-right: 1.5%;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info2__title {
    align-items: center;
  }
}
.s3 .consent__list .s3-product__content__info2__title p {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info2__title p {
    letter-spacing: 0.05em;
  }
}
.s3 .consent__list .s3-product__content__info2__text p {
  font-size: 1em;
  line-height: 1.5;
  color: white;
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product__content__info2__text p {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .s3 .consent__list .s3-product-12y .s3-product__content__info {
    flex-direction: row !important;
    font-size: 13px;
  }
  .s3 .consent__list .s3-product-12y .s3-product__content__info__item__list {
    padding-left: 15%;
  }
  .s3 .consent__list .s3-product-12y .s3-product__content__info__item__title {
    border: 0.75px solid rgb(221, 162, 86);
  }
}/*# sourceMappingURL=style.css.map */