@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Noto+Sans+JP:wght@300;500;700;900&display=swap");
@import url("nav-footer.css");
@import url("base.css");
.main-container .banner-768 {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-container .banner-768 img {
  width: 100%;
}
.main-container .banner-768 .title {
  position: relative;
  text-align: center;
  margin-top: 28px;
}
.main-container .banner-768 .title p {
  background: linear-gradient(to bottom, #aa0000 20%, #d1d1d1, #ffffff);
  background: -webkit-linear-gradient(to bottom, #aa0000 20%, #d1d1d1, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Italianno", cursive;
  font-size: 96px;
  font-weight: 400;
}
.main-container .banner-768 .title span {
  width: 100%;
  font-size: var(--font-size-sec-title);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: var(--font-weight-bold);
  letter-spacing: 8px;
  color: var(--first-color);
}

.outer-frame {
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.star {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-left {
  width: 48%;
  background-image: url("../Image/about/star-left.svg");
  margin-top: 40px;
}

.star-right {
  position: relative;
  top: 240px;
  width: 43%;
  background-image: url("../Image/about/star-right.svg");
}

.star-center {
  width: 75%;
  margin: auto;
  background-image: url("../Image/about/star-center.svg");
}

.article {
  font-size: 28px;
  text-align: center;
  color: var(--sup-one);
  line-height: 2;
  letter-spacing: 3px;
}

.article-1 {
  margin-top: 100px;
}

.article-2 {
  margin-right: 60px;
}

.article-3 {
  margin-left: 60px;
}

.picture {
  width: 100%;
  height: 950px;
  margin: 240px auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-mask: url(../Image/about/about-img.svg) no-repeat center center;
  mask: url(../Image/about/about-img.svg) no-repeat center center;
}
.picture img {
  width: 100%;
  height: 100%;
}

.picture-1 {
  background-image: url("../Image/about/Vector-1.jpg");
}

.picture-2 {
  background-image: url("../Image/about/Vector.jpg");
  margin: auto;
}

@media (max-width: 768px) {
  .main-container .banner {
    display: none;
  }
  .main-container .banner-768 {
    display: flex;
  }
}
@media (max-width: 1440px) {
  .article {
    font-size: 26px;
    line-height: 1.5;
  }
  .article-1 {
    margin-top: 50px;
  }
  .picture {
    margin: 100px auto 0;
  }
  .picture-2 {
    margin: auto;
  }
  .outer-frame {
    height: 780px;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .article {
    font-size: 24px;
    line-height: 1.5;
  }
  .article-1 {
    margin-top: 50px;
  }
  .picture {
    height: 720px;
    margin: 640px auto 0;
  }
  .picture-2 {
    margin: auto;
  }
  .outer-frame {
    flex-wrap: wrap;
    align-items: start;
    height: 600px;
  }
  .star-left {
    width: 63%;
    margin-right: 100px;
  }
  .star-right {
    top: 0px;
    width: 53%;
    margin-left: 100px;
  }
}
@media (max-width: 768px) {
  .article {
    font-size: 18px;
    line-height: 1.3;
  }
  .article-2 {
    margin-right: 28px;
  }
  .article-3 {
    margin-left: 36px;
    margin-top: 12px;
  }
  .picture {
    height: 540px;
    margin: 480px auto 0;
  }
  .outer-frame {
    flex-wrap: wrap;
    align-items: start;
  }
  .picture-2 {
    margin: auto;
  }
  .star-left {
    width: 78%;
    margin-right: 100px;
  }
  .star-right {
    top: -100px;
    width: 58%;
    margin-left: 100px;
  }
  .star-center {
    width: 85%;
  }
}
@media (max-width: 440px) {
  .article {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
  .picture {
    height: 280px;
    margin: 360px auto 0;
  }
  .outer-frame {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 400px;
  }
  .picture-2 {
    margin: auto;
  }
  .star-left {
    width: 78%;
    margin-right: 100px;
  }
  .star-right {
    top: -100px;
    width: 68%;
    margin-left: 100px;
  }
  .star-center {
    width: 85%;
  }
}
@media (max-width: 375px) {
  .outer-frame {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 300px;
  }
  .star-left {
    margin-top: 0;
  }
  .star-right {
    top: -80px;
  }
  .picture {
    height: 280px;
    margin: 220px auto 0;
  }
  .picture-2 {
    margin: auto;
  }
  .article {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  .article-1 {
    margin-top: 20px;
  }
}/*# sourceMappingURL=about.css.map */