@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background-image: url("../../src/assets/img/0.png");
  background-size: 100%;
  letter-spacing: 0.12rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

strong {
  font-size: 14px;
  font-weight: 600;
}

.chocolate-classical-sans-regular {
  font-family: "Chocolate Classical Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.d-none {
  display: none;
}

.v-hidden {
  visibility: hidden;
}

.margin-0-auto {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pad-d-none {
    display: none;
  }
}

a {
  text-decoration: none;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 1572px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1572px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 12px;
  }
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 12px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.TitleContent {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .TitleContent {
    margin-bottom: 15px;
  }
}

.little-title {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 800;
  color: white;
  background-color: #344b7f;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px 0;
  width: 200px;
  margin-bottom: 20px;
}

.title {
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.25;
  margin-bottom: 30px;
  font-weight: 1000;
  color: #f0862a;
}
@media screen and (max-width: 1572px) {
  .title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 992px) {
  .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title {
    margin-bottom: 12px;
  }
}

.subtitle {
  color: black;
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 576px) {
  .subtitle {
    line-height: 1.25;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}

.TitleHint {
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.25;
  color: black;
}
@media screen and (max-width: 992px) {
  .TitleHint {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .TitleHint {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .TitleHint {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.btn {
  max-width: 450px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.25rem;
  color: #b04922;
  background-color: white;
  vertical-align: middle;
  padding: 14px 20px;
  margin: 0 auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1572px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.btn:hover {
  color: white;
  background-color: #b04922;
}

.btn-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn-flex {
    flex-direction: column;
  }
}

.btn-flex-around {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .btn-flex-around {
    flex-direction: column;
  }
}

.activity-method-btn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
  color: #850a0c;
  background-color: white;
  border: 1px solid rgba(133, 10, 12, 0.6);
  border-radius: 50px;
  box-shadow: rgba(133, 10, 12, 0.6) 1px 2px;
  cursor: pointer;
  padding: 4px 24px;
  z-index: 10;
  transition-duration: 0.3s;
}
.activity-method-btn:hover {
  color: white;
  background-color: #850a0c;
}
@media screen and (max-width: 768px) {
  .activity-method-btn {
    display: block;
  }
}

.activity-method-btn-big {
  font-size: 18px;
  width: 50px;
  height: 150px;
  writing-mode: vertical-lr;
  position: fixed;
  bottom: 100px;
  right: 45px;
  transform: translateX(50%);
  color: #850a0c;
  background-color: white;
  border: 1px solid rgba(133, 10, 12, 0.6);
  border-radius: 50px;
  box-shadow: rgba(84, 185, 193, 0.6) 1px 2px;
  cursor: pointer;
  padding: 12px 0;
  z-index: 10;
  transition-duration: 0.3s;
}
.activity-method-btn-big:hover {
  color: white;
  background-color: #850a0c;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  box-shadow: rgba(255, 255, 255, 0.6) 1px 2px;
}
@media screen and (max-width: 768px) {
  .activity-method-btn-big {
    display: none;
  }
}

.SquareCards {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.SquareCard {
  width: 32%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 1572px) {
  .SquareCard {
    width: 30%;
  }
}
.SquareCard::after {
  content: "《45335";
  color: red;
  width: 122px;
  position: absolute;
  top: -50px;
}

.document {
  position: relative;
  cursor: pointer;
}
.document-text {
  text-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #eaeaea;
}
.document-text .logo-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  /* right: 10px; */
  visibility: hidden;
}
.document-bgimg {
  width: 320px;
  background-size: cover;
  padding-top: 320px;
  height: 0;
  background-color: rgba(47, 79, 79, 0.5);
  background-blend-mode: multiply;
}
@media screen and (max-width: 1572px) {
  .document-bgimg {
    width: 250px;
    padding-top: 250px;
  }
}
@media screen and (max-width: 992px) {
  .document-bgimg {
    width: 230px;
    padding-top: 230px;
  }
}
.document-title {
  -webkit-text-stroke: white 0.2px;
  font-size: 20px;
  line-height: 28px;
  text-shadow: black 0px 0px 5px;
  /* background-color: rgba($color: black, $alpha: 0.3); */
}
@media screen and (max-width: 992px) {
  .document-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .document-title {
    font-size: 16px;
  }
}
.document-subtitle {
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 16px;
  background-color: rgba(165, 42, 42, 0.8);
  padding: 8px 12px;
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .document-subtitle {
    font-size: 11px;
  }
}

.Cards12-8 {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .Cards12-8 {
    flex-direction: column;
    align-content: center;
  }
}
@media screen and (max-width: 576px) {
  .Cards12-8 {
    margin-bottom: 12px;
  }
}

.Card12-8 {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .Card12-8 {
    width: 100%;
  }
}

.Card16-9 {
  width: 47.6%;
  aspect-ratio: 16/9;
  border: 5px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .Card16-9 {
    width: 100%;
    margin-bottom: 8px;
  }
}

.WideCard {
  display: flex;
  margin-bottom: 80px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .WideCard {
    flex-direction: column;
    margin-bottom: 50px;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .WideCard {
    gap: 4px;
    margin-bottom: 35px;
  }
}
.WideCard-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .WideCard-content {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .WideCard-content {
    gap: 10px;
  }
}
.WideCard-content-top-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 1572px) {
  .WideCard-content-top-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .WideCard-content-top-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .WideCard-content-top-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .WideCard-content-top-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.WideCard-content-top-subtitle {
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 15px;
  display: inline-block;
  background-color: #b04922;
  border-radius: 50px;
  color: #eaeaea;
  margin-bottom: 10px;
}
@media screen and (max-width: 1572px) {
  .WideCard-content-top-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .WideCard-content-top-subtitle {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 576px) {
  .WideCard-content-top-subtitle {
    font-size: 12px;
  }
}
.WideCard-content-bottom-btn {
  width: 70%;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.25rem;
  color: #b04922;
  background-color: white;
  border: 0px;
  padding: 12px 20px;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .WideCard-content-bottom-btn {
    width: 100%;
  }
}
.WideCard-content-bottom-btn:hover {
  color: white;
  background-color: #b04922;
}
.WideCard-content-bottom-price {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .WideCard-content-bottom-price {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .WideCard-content-bottom-price {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.WideCard-content-bottom-price-hint {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}
@media screen and (max-width: 1572px) {
  .WideCard-content-bottom-price-hint {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .WideCard-content-bottom-price-hint {
    font-size: 24px;
  }
}

.OtherCard {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .OtherCard {
    flex-direction: column;
  }
}
.OtherCard-left {
  width: 35%;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .OtherCard-left {
    width: 100%;
  }
}
.OtherCard-left-title {
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .OtherCard-left-title {
    margin-bottom: 10px;
  }
}
.OtherCard-left-btn {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.25rem;
  color: #32b9b5;
  background-color: white;
  border: 1px solid #32b9b5;
  padding: 16px 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.OtherCard-left-btn:hover {
  color: white;
  background-color: #32b9b5;
}
.OtherCard-left-img {
  width: 100%;
  aspect-ratio: 1/1;
  border: 5px solid #eaeaea;
}
.OtherCard-right {
  width: 70%;
}
@media screen and (max-width: 576px) {
  .OtherCard-right {
    width: 100%;
  }
}
.OtherCard-right-topImg {
  width: 100%;
  aspect-ratio: 26/10;
  margin-bottom: 20px;
  border: 5px solid #eaeaea;
}
@media screen and (max-width: 576px) {
  .OtherCard-right-topImg {
    margin-bottom: 10px;
  }
}
.OtherCard-right-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .OtherCard-right-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.OtherCard-right-bottom-img {
  width: 45%;
  aspect-ratio: 15.5/10;
  border: 5px solid #eaeaea;
}
@media screen and (max-width: 576px) {
  .OtherCard-right-bottom-img {
    width: 100%;
  }
}
.OtherCard-right-bottom-btn {
  font-weight: 800;
  letter-spacing: 0.25rem;
  color: black;
  background-color: white;
  border: 0px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.OtherCard-right-bottom-btn:hover {
  color: white;
  background-color: black;
}

.go-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  bottom: 25px;
  right: 20px;
}

.iframeContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 8px;
}
.iframeContainer-50p {
  padding-bottom: 28.125%;
}
@media screen and (max-width: 768px) {
  .iframeContainer-50p {
    padding-bottom: 56.25%;
  }
}

.video {
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  padding: 18px 16px 4px 16px;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #de2f26 0.8;
  border-radius: 12px;
  position: relative;
}
.card:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transition-duration: 0.3s;
  transition-property: background-color box-shadow;
  box-shadow: 0px 0px 10px 2px #f3c332;
}
@media screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
}
.card-content {
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
}
.card-content-intro {
  gap: 5px;
  margin-bottom: 20px;
}
.card-content-title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 12px;
  color: #b04922;
}
.card-content-text {
  font-size: 14px;
  line-height: 1.25;
  color: #b04922;
}
.card-content-price {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #b04922;
}
.card-content-price-money {
  font-size: 26px;
  font-weight: bold;
}
.card-content-container {
  /* position: absolute;
  bottom: 20px; */
}
.card-content-hr {
  margin: 12px 0;
  color: #b04922;
  opacity: 0.2;
  background-color: #b04922;
  border: 0.1px solid;
}
.card-content-a {
  font-size: 18px;
  align-self: flex-end;
  background-color: #bd2021;
  position: absolute;
  padding: 8px 20px 8px 16px;
  top: 12px;
  left: -5px;
  border-radius: 4px 4px 20px 4px;
  color: #edce9d;
  font-weight: bold;
}
.card-img {
  width: 100%;
  height: 180px;
  border-radius: 12px;
}

.switchBtns {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: inset rgba(0, 0, 0, 0.1) 0.5px 0.5px 3px;
  border-radius: 50px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .switchBtns {
    top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .switchBtns {
    justify-content: flex-start;
    width: 100%;
    box-shadow: inset 1px 1px 3px rgba(176, 73, 34, 0.6);
  }
}

.switchBtn {
  font-size: 20px;
  -webkit-text-stroke: 0.15px;
  height: 44px;
  color: #b04922;
  background-color: rgba(255, 255, 255, 0.001);
  border: 0;
  border-radius: 50px;
  padding: 0 30px;
  margin: 3px;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .switchBtn {
    font-size: 16px;
    padding: 0 16px;
  }
}
.switchBtn:hover {
  background-color: white;
}

@media screen and (max-width: 768px) {
  #banner {
    content: url("../../src/assets/img/1_pad.png");
  }
}
@media screen and (max-width: 576px) {
  #banner {
    content: url("../../src/assets/img/1_mobile.png");
  }
}

header {
  /* background-image: url("../image/header-bg.png"); */
  padding: 0 20px;
  z-index: 2;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: gray 0.2px 0.2px 4px;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.menu-logo-img {
  width: 80px;
}
.menu-nav {
  display: flex;
}
.menu-nav > li {
  padding: 5px 10px;
}
.menu-nav > li > a > img {
  width: 35px;
  height: 35px;
}

.content {
  background-image: url("../../src/assets/img/2.png");
  max-width: 100%;
  background-size: 100%;
  position: relative;
  padding: 120px 300px 20px 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1572px) {
  .content {
    padding: 80px 150px 20px 150px;
  }
}
@media screen and (max-width: 992px) {
  .content {
    padding: 50px 100px 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 40px 60px 15px 60px;
    background-image: url("../../src/assets/img/2_pad.png");
  }
}
@media screen and (max-width: 576px) {
  .content {
    padding: 30px 35px 8px 35px;
    background-image: url("../../src/assets/img/2_mobile.png");
  }
}

.copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .copyright {
    font-size: 8px;
    line-height: 0.5rem;
  }
}

section {
  margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
  section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  section {
    margin-bottom: 50px;
  }
}

.modal {
  color: maroon;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* bottom: 50%; */
  /* right: 50%; */
  /* transform: translateY(50%); */
  /* transform: translatex(50%); */
  /* margin-left: 50%; */
  /* margin-top: 300px; */
  height: 500px;
  width: 60%;
  background-color: white;
  border-radius: 16px 16px 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 10px;
  /* padding: 20px; */
  z-index: 100;
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* 隐藏 IE、Edge 和 Firefox 的滚动条 */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* 隐藏 Chrome、Safari 和 Opera 的滾動條 */
  /* &-container{
      position: relative;
  } */
}
.modal::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal {
    transform: translateY(0%);
    transform: translatex(0%);
    bottom: 0;
    /* right: 0; */
    height: 60%;
    width: 100%;
    border-radius: 16px 16px 0 0;
    left: auto;
    right: auto;
    top: auto;
  }
}
.modal-title {
  background-color: #fff;
  position: sticky;
  top: 0;
  padding: 10px 0 0 0;
}
.modal-title-content {
  display: flex;
  justify-content: space-between;
  align-content: end;
  margin: 10px 0;
}
.modal-title-content-text {
  font-size: 20px;
  align-self: flex-end;
}
.modal-title-content-close {
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.modal-content {
  margin: 0 50px 50px 50px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    margin: 0 20px 20px 20px;
  }
}

.jcc {
  justify-content: center;
}

.df {
  display: flex;
}

.dn {
  display: none;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */