@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Trirong:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.bg-color {
  background: #cfcfcf !important;
}
.bg-color .navbar-brand {
  display: flex !important;
}
.bg-color .nav-link {
  color: #444444 !important;
  text-shadow: unset !important;
}
.bg-color .music-btn {
  display: none;
}

* {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: calc(2rem + 0.5vw);
}

h2 {
  font-size: calc(1.7rem + 0.4vw);
}

h3 {
  font-size: calc(1.45rem + 0.4vw);
}

h4 {
  font-size: calc(1.3rem + 0.2vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 400;
}

h6 {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
}

p,
span,
li,
small {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0;
}

small {
  font-size: calc(1rem + 0.3vw);
}

hr {
  width: 90%;
  display: flex;
  justify-self: center;
  border-top: 1px dotted #444444;
  margin: 16px 0;
}

section {
  scroll-margin-top: calc(var(--navbar-Height) / 2);
  position: relative;
  padding: 90px 0;
}
@media (max-width: 576px) {
  section {
    padding: 70px 0;
  }
  section:nth-of-type(2) {
    padding-top: 120px !important;
  }
}
section:nth-of-type(1) {
  padding: 0;
}
section:nth-of-type(2) {
  padding-top: 150px;
}
section:nth-last-of-type(1) {
  padding-bottom: 0;
  padding: 0;
}
section:nth-of-type(odd):not(:first-of-type):not(:last-of-type) {
  background: rgba(234, 234, 234, 0.8);
  mix-blend-mode: multiply;
}

.sectionTitle {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-self: center;
  padding: 12px 0px;
  margin: auto;
  z-index: 2;
  position: relative;
}
.sectionTitle * {
  letter-spacing: normal;
}
.sectionTitle h2 {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  color: #444444;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: auto;
  padding: 4px;
  position: relative;
  isolation: isolate;
}
.sectionTitle .h2_dec {
  width: 100%;
  padding: 4px;
  margin-bottom: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.sectionTitle .h2_dec span {
  color: #cfcfcf;
  font-size: calc(1.3rem + 0.3vw);
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1;
  text-wrap-mode: nowrap;
  padding: 4px 8px;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.sectionTitle .h2_dec hr {
  display: none;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  margin: 1rem 0 !important;
  opacity: 0.3;
}

.btn {
  width: 100%;
  letter-spacing: normal;
  color: #444444;
  background: white;
  border: 1px solid #444444;
  padding: 8px 16px;
  transition: 0.3s ease-in;
}
.btn:hover {
  color: #f7f7f7;
  background: #444444 !important;
  border: 1px solid #f7f7f7;
}
.btn:hover i,
.btn:hover span {
  color: #f7f7f7 !important;
}
.btn i {
  line-height: normal;
  padding-right: 2px;
  animation: pulse 1s infinite ease-in-out;
}
.btn.fillBtn {
  color: #f7f7f7;
  background: #444444;
  border: 1px solid white;
}
.btn.fillBtn:hover {
  color: #e44c41;
  background: white !important;
  border: 1px solid #e44c41;
}
.btn.fillBtn:hover i,
.btn.fillBtn:hover span {
  color: #e44c41 !important;
}
.btn.LINE {
  color: white;
  background: #2eb900;
}
.btn.LINE i,
.btn.LINE span {
  color: white;
}
.btn.LINE:hover {
  color: #2eb900;
  border: 1px solid #2eb900;
  background: white;
}
.btn.LINE:hover i,
.btn.LINE:hover span {
  color: #2eb900 !important;
}
.btn.FB {
  color: white;
  background: #0765ff;
}
.btn.FB i,
.btn.FB span {
  color: white;
}
.btn.FB:hover {
  color: #0765ff;
  border: 1px solid #0765ff;
  background: white;
}
.btn.FB:hover i,
.btn.FB:hover span {
  color: #0765ff !important;
}
.btn.IG {
  color: white;
  background: linear-gradient(45deg, #d88e55, #a421a7);
}
.btn.IG i,
.btn.IG span {
  color: white;
}
.btn.IG:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #d88e55, #a421a7) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
}
.btn.IG:hover i,
.btn.IG:hover span {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(45deg, #d88e55, #a421a7);
  background-clip: text;
  -webkit-background-clip: text;
}

.smallMark {
  display: inline-flex;
  color: white;
  background: rgba(207, 207, 207, 0.8);
  letter-spacing: 4px;
  border-radius: 50px;
}

.interval {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.interval .intervalBg {
  width: 100%;
  height: 40vh;
  max-height: 350px;
  position: relative;
  isolation: isolate;
}
.interval .intervalBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(228, 88, 65, 0.75);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.interval .intervalBg img {
  object-position: center;
}
.interval .intervalTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interval .intervalTxt h4,
.interval .intervalTxt p {
  color: white;
  text-shadow: 1px 1px 0px rgba(68, 68, 68, 0.5), 0px 0px 6px rgba(68, 68, 68, 0.2);
}
.interval .intervalTxt p {
  margin: 12px 0;
}

.catalogList .catalogItem h5 {
  width: 100%;
  color: #444444;
  padding: 12px;
  position: relative;
  isolation: isolate;
}
.catalogList .catalogItem h5::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 500% 0%, 60% 30%, 0% 300%);
  background: #cfcfcf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 425px) {
  .catalogList .catalogItem h5::before {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 0% 325%);
  }
}
.catalogList .catalogCard {
  position: relative;
}
.catalogList .catalogCard img {
  height: 150px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .catalogList .catalogCard img {
    height: 300px;
  }
}
.catalogList .catalogCard h5 {
  font-weight: 500;
}
.catalogList .catalogCard ul {
  margin-bottom: 0;
}
.catalogList .catalogCard i {
  font-size: calc(1rem + 0.2vw);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-shadow: 0px 0px 3px rgba(68, 68, 68, 0.7);
}
.catalogList .nav-tabs {
  width: 96%;
  gap: 1rem;
  margin: auto;
  justify-content: center;
  padding: 0px 12px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.catalogList .nav-tabs .nav-link {
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogList .nav-tabs .nav-link span {
  font-size: calc(1.05rem + 0.2vw);
  font-weight: 400;
  color: #444444;
  letter-spacing: 2px;
}
.catalogList .nav-tabs .nav-link.active {
  background: #444444;
  padding: 4px 20px;
}
.catalogList .nav-tabs .nav-link.active span {
  color: white;
}
.catalogList .tab-content > .active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: var(--anime-position) scale(0.85);
  }
  to {
    opacity: 1;
    transform: var(--anime-position) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: var(--anime-position) scale(1.05);
  }
  70% {
    transform: var(--anime-position) scale(0.9);
  }
  100% {
    transform: var(--anime-position) scale(1);
  }
}
@keyframes ZoomInOut {
  0% {
    transform: var(--anime-position) scale(0.3);
  }
  50% {
    transform: var(--anime-position) scale(1.1);
  }
  100% {
    transform: var(--anime-position) scale(0.3);
  }
}
@keyframes ZoomInOut-1 {
  0% {
    transform: var(--anime-position) scale(0.5);
  }
  100% {
    transform: var(--anime-position) scale(3);
    opacity: 0;
  }
}
@keyframes ZoomInOut-2 {
  0% {
    transform: var(--anime-position) scale(0.5);
  }
  100% {
    transform: var(--anime-position) scale(5);
    opacity: 0;
  }
}
@keyframes moveRight {
  0% {
    transform: var(--anime-position);
  }
  100% {
    transform: translate(157%, 80%) scale(0.3);
  }
}
@keyframes dotFadeOut {
  0% {
    transform: translate(157%, 80%) scale(0.3);
    opacity: 1;
  }
  100% {
    transform: translate(157%, 80%) scale(0.3);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderOutfadeOut {
  0% {
    transform: var(--anime-position);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translate(100%, -50%);
    display: none;
  }
}
@keyframes music-spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  40% {
    transform: rotate(8deg) scale(1.1);
  }
  80% {
    transform: rotate(-6deg) scale(1.05);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
body {
  font-family: "Trirong", "Noto Sans TC", sans-serif;
  color: #444444;
  background: #f7f7f7;
  overflow-x: hidden;
  position: relative;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
body .bodyBg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.avif) no-repeat center/cover;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main {
  position: relative;
  z-index: 0;
}

.anime-box {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: var(--anime-position);
  z-index: 1040;
  isolation: isolate;
  --anime-position: translate(-50%, -50%);
}
.anime-box .anime-dot {
  width: 20px;
  height: 20px;
  background: #e44c41;
  border-radius: 50%;
  isolation: isolate;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: var(--anime-position);
  animation: ZoomInOut 1s infinite ease-in;
}
.anime-box .anime-dot::before, .anime-box .anime-dot:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(228, 76, 65, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: var(--anime-position);
  z-index: -1;
  animation: ZoomInOut-1 1s infinite ease-in;
}
.anime-box .anime-dot:after {
  border: 1px solid rgba(228, 76, 65, 0.15);
  animation: ZoomInOut-2 1s infinite ease-in;
}
.anime-box .anime-dot.dot-move {
  animation: moveRight 0.8s forwards ease-in;
}
.anime-box .anime-dot.out-anime-2 {
  animation: dotFadeOut 3s forwards ease-out;
}
.anime-box .anime-dot.out-anime-2::before, .anime-box .anime-dot.out-anime-2:after {
  animation: dotFadeOut 3s forwards ease-out;
}
.anime-box .animeBox-logo {
  width: 300px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.anime-box .animeBox-logo img {
  width: 100%;
  height: fit-content;
  object-fit: contain;
}
.anime-box .animeBox-logo.fadeIn-anime {
  animation: fadeIn 2.5s forwards ease-in;
}
.anime-box.out-anime-1 {
  animation: sliderOutfadeOut 1s forwards ease-in;
}

.music-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #444444;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(247, 247, 247, 0.7);
  border-radius: 50%;
  margin-left: auto;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 12px 30px rgba(68, 68, 68, 0.5);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  z-index: 99;
  /* 播放中狀態 */
}
@media (min-width: 992px) {
  .music-btn {
    margin: 0 6px;
  }
}
.music-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(68, 68, 68, 0.6);
}
.music-btn i {
  font-size: calc(1.2rem + 0.2vw);
  color: #f7f7f7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.music-btn.is-playing {
  background: radial-gradient(circle at 30% 0, rgba(228, 76, 65, 0.3) 0, rgba(228, 76, 65, 0.7) 40%, #e44c41 100%), #f7f7f7;
  border-color: rgba(247, 247, 247, 0.9);
}
.music-btn.is-playing i {
  animation: music-spin 2.2s linear infinite;
}

header .navbar {
  padding: 1rem 0;
  transition: 0.3s ease;
}
@media (max-width: 991.98px) {
  header .navbar {
    padding: 0.8rem 0;
  }
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar .navbar-brand .brandTxt {
  color: transparent;
  padding-left: 8px;
  position: relative;
}
header .navbar .navbar-brand .brandTxt h3 {
  font-size: calc(1.4rem + 0.4vw);
  font-weight: 500;
  color: #f7f7f7;
  letter-spacing: 2px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  letter-spacing: 1px;
  line-height: normal;
}
header .navbar .navbar-brand .brandTxt .smallMark {
  border-radius: 4px;
  margin-left: 4px;
}
header .navbar .navbar-brand .brandTxt .smallMark span {
  font-size: calc(0.9rem + 0.2vw);
  color: white;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
}
header .navbar .navbar-brand .logoImg {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-brand .logoImg img {
  width: auto;
  object-fit: contain;
}
header .navbar .navbar-toggler {
  width: 56px;
  height: 40px;
  border-radius: 50%;
  border: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .navbar-toggler .hamburger-icon {
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .navbar .navbar-toggler .hamburger-icon hr {
  width: 100%;
  margin: 0;
  border: 1.5px solid #cfcfcf;
  opacity: 1;
  transition: 0.3s ease;
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon hr {
  border-color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .navbar .navbar-toggler.closeBtn .hamburger-icon hr:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .navbar .navbar-collapse {
  width: 100%;
  justify-content: end;
  align-items: center;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 4px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-block;
  color: #f7f7f7;
  font-size: calc(1.02rem + 0.2vw);
  letter-spacing: 3px;
  line-height: normal;
  padding: 4px 8px;
  position: relative;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(17, 17, 17, 0.4);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: transparent !important;
  text-shadow: unset;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover span {
  width: fit-content;
  color: #e44c41;
  border-width: 1px;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  width: 100%;
  color: transparent;
  font-size: calc(1rem + 0.2vw);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  text-shadow: initial;
  text-transform: uppercase;
  border-bottom: 0px solid rgba(228, 76, 65, 0.4);
  padding: 4px 0px;
  margin-bottom: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0.3s ease;
  z-index: -1;
  isolation: isolate;
  opacity: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .fillBtn {
  padding: 4px 8px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .fillBtn span {
  font-weight: 400;
}
header .navbar .btnBox {
  width: 15%;
  height: 90px;
}
@media (max-width: 991.98px) {
  header .navbar .btnBox {
    display: none;
  }
}
header .navbar .btnBox .fillBtn {
  padding: 8px;
  height: 100%;
  border: unset;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .navbar .btnBox .fillBtn i,
header .navbar .btnBox .fillBtn span {
  font-size: calc(1.1rem + 0.2vw);
}
header .navbar .btnBox .fillBtn span {
  font-weight: 500;
}
header .navbar.scrollDown {
  background: #cfcfcf;
  isolation: isolate;
}
header .navbar.scrollDown .navbar-brand {
  display: flex;
}
header .navbar.scrollDown .nav-link {
  color: #444444 !important;
  text-shadow: unset !important;
}
header .navbar.scrollDown .navbar-toggler hr {
  border-color: #444444 !important;
}

.banner {
  width: 100%;
  height: 90vh;
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}
.banner .bannerLogo {
  width: 50%;
  height: 100%;
  opacity: 0.4;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .banner .bannerLogo {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .banner .bannerLogo {
    width: 25%;
  }
}
.banner .bannerLogo img {
  height: 85%;
  object-fit: contain;
}
.banner .carousel-txt-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.banner .carousel-txt-box::before {
  content: "";
  width: 180px;
  max-width: 200px;
  height: 74%;
  background: rgba(228, 76, 65, 0.4);
  mix-blend-mode: plus-lighter;
  position: absolute;
  bottom: 0%;
  left: 33%;
  transform: translate(calc(-92% - 0.7vw), 0%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner .carousel-txt-box::before {
    width: 116px;
    height: 62%;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.banner .f-carousel {
  width: 100%;
  height: 100%;
  margin-right: auto;
  position: relative;
  isolation: isolate;
  z-index: 0;
}
.banner .f-carousel .bannerImg {
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  .banner .f-carousel .bannerImg {
    padding: unset;
  }
}
.banner .f-carousel .f-button {
  inset: 95% auto auto !important;
  transform: translate(-50%, -50%) !important;
}
.banner .f-carousel .f-button.is-prev {
  left: 44% !important;
}
.banner .f-carousel .f-button.is-next {
  right: 44% !important;
}
.banner .f-carousel .f-button svg {
  width: 100px;
  height: 100px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.banner .txt-content {
  width: fit-content;
  height: fit-content;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .txt-content .txt-logo {
  width: calc(240px + 3vw);
  height: auto;
}
.banner .txt-content .bannerTxt span {
  display: inline-block;
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: #f7f7f7;
  text-shadow: 0px 0px 6px rgba(247, 247, 247, 0.4);
}
.banner .txt-content .btnBox .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txt-content .btnBox .btn i {
  font-size: calc(1.1rem + 0.2vw);
  letter-spacing: normal;
  padding: 0;
}
.banner .txt-content .btnBox .btn span {
  display: none;
  font-size: calc(0.9rem + 0.2vw);
  white-space: nowrap;
  text-shadow: unset;
  margin: unset;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .banner .txt-content {
    padding: 1.5rem;
    left: 0%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767.98px) and (max-width: 425px) {
  .banner .txt-content {
    padding: 1.5rem 12px;
  }
}
@media (max-width: 767.98px) {
  .banner .txt-content .txt-logo {
    display: none;
  }
}

.about .container-fluid {
  position: relative;
}
.about h3 {
  letter-spacing: 2px;
}
.about h3 i {
  font-size: calc(1.3rem + 0.2vw);
}
.about .smallMark {
  font-weight: bold;
  background: transparent;
}
.about .aboutContext {
  align-self: stretch;
  margin-top: 30px;
  position: relative;
}
.about .aboutContext hr {
  width: fit-content;
  height: 26vh;
  border-top: unset;
  border-left: 1px solid #444444;
  align-self: center;
  padding: 0;
  margin: 1rem;
}
@media (max-width: 991.98px) {
  .about .aboutContext hr {
    display: none;
  }
}
.about .aboutContext .slogn {
  margin-bottom: 1rem;
}
.about .aboutContext .slogn h4 {
  width: fit-content;
  color: rgb(167.2350230415, 33.4470046083, 23.7649769585);
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about .aboutContext .slogn span {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
  color: #cfcfcf;
  text-align: end;
}
.about .aboutContext p span {
  display: inline-block;
  padding: 0 4px;
  position: relative;
  isolation: isolate;
}
.about .aboutContext p span::before {
  content: "";
  width: 100%;
  height: 8px;
  background: rgba(228, 76, 65, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.about .aboutContext b {
  color: #444444;
  font-weight: 500;
}
.about .aboutContext ul {
  margin: 1rem 0;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.about .aboutContext ul span {
  margin-left: -2rem;
}
.about .aboutContext ul li {
  margin-left: -0.4rem;
  list-style: disc;
}
.about .aboutImgBox {
  align-self: stretch;
  position: relative;
  isolation: isolate;
}
.about .aboutImgBox::before {
  content: "";
  width: 100%;
  height: 95%;
  background: rgba(207, 207, 207, 0.5);
  border-radius: 8px;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: absolute;
  bottom: -7%;
  left: -15%;
  z-index: -1;
}
.about .aboutImg {
  width: 100%;
  height: 100%;
}
.about .aboutImg img {
  object-position: center;
  padding: 0;
  border-radius: 8px;
}

.award {
  position: relative;
}
.award .award-title {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  position: relative;
  isolation: isolate;
}
.award .award-title h4 {
  color: #444444;
  font-size: calc(3.5rem + 0.4vw);
  font-weight: 500;
  text-transform: uppercase;
}
.award .award-title span {
  color: rgba(68, 68, 68, 0.7);
  font-size: calc(1.2rem + 0.2vw);
  writing-mode: sideways-rl;
  margin-left: -6px;
}
.award #award-list {
  flex-grow: 1;
}
.award .swiper {
  padding-top: 20px;
  padding-bottom: 40px;
}
.award .swiper .swiper-slide img {
  height: 20vh;
  object-fit: contain;
  border-radius: 4px;
}
.award .swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* ✅ 線性移動 */
}
.award .swiper .swiper-pagination {
  bottom: 1rem;
}
.award .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(240.6912442396, 160.1382488479, 154.3087557604);
}

.services .bntBox {
  width: 100%;
}
.services hr {
  margin: auto;
}
.services p {
  line-height: 1.8;
}
.services p b {
  font-weight: 700;
}
.services ul {
  margin: 0;
  margin-top: 0.3rem;
}
.services ul.singleTxt {
  padding-left: 0;
}
.services ul.singleTxt li {
  color: #444444;
}
.services ul.multipleTxt {
  padding-left: 2rem;
}
.services ul.multipleTxt li {
  color: #444444;
  list-style: disc;
}
.services .serviceCardItem {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard {
  width: 100%;
  flex-grow: 1;
  background: rgba(247, 247, 247, 0.6);
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(68, 68, 68, 0.1) 0px 4px 12px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .services .serviceCardItem .serviceCard {
    padding-left: 0;
  }
}
.services .serviceCardItem .serviceCard .serviceCardImg {
  width: 120px;
  height: 120px;
  padding: 1.5rem;
}
.services .serviceCardItem .serviceCard .serviceCardImg img {
  object-fit: contain;
}
.services .serviceCardItem .serviceCard .serviceCardTitle {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h5 {
  width: 100%;
  color: #444444;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.services .serviceCardItem .serviceCard .serviceCardTitle h5 span {
  font-size: calc(0.9rem + 0.2vw);
}
.services .serviceCardItem .serviceCard .serviceCardContent {
  width: 100%;
}
.services .serviceCardItem .serviceCard .serviceCardContent span i {
  font-size: calc(0.8rem + 0.2vw);
  color: #e44c41;
}

.process p b {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
}
.process .processList-style1 {
  padding-top: 50px;
}
.process .processList-style1 .processItem {
  padding: 0;
}
.process .processList-style1 .processItem:nth-of-type(2n) .processCard {
  flex-direction: row-reverse;
}
.process .processList-style1 .processItem:nth-of-type(2n) .num {
  background: #cfcfcf !important;
}
.process .processList-style1 .processCard {
  width: 100%;
  padding: 0;
  position: relative;
}
.process .processList-style1 .processCard .processCardImg {
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .process .processList-style1 .processCard .processCardImg {
    height: 30vh;
  }
}
.process .processList-style1 .processCard .processCardContent {
  text-align: center;
  padding: 1.5rem;
}
.process .processList-style1 .processCard .processCardContent .num {
  width: fit-content;
  color: white;
  background: #9c9c9c;
  border-radius: 50px;
  padding: 2px 16px;
  margin: auto;
}
.process .processList-style1 .processCard .processCardContent .num span {
  display: inline-block;
}
.process .processList-style1 .processCard .processCardContent .num span:nth-of-type(2) {
  font-size: calc(1.3rem + 0.2vw);
  font-weight: 500;
}
.process .processList-style1 .processCard .processCardContent .processCardTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process .processList-style1 .processCard .processCardContent h5 {
  font-weight: 500;
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
}
.process .processList-style1 .processCard .processCardContent h5 span {
  color: rgb(42.5, 42.5, 42.5);
  font-size: calc(0.9rem + 0.2vw);
  font-weight: 400;
  padding: 0 2px;
}
.process .processList-style1 .processCard .processCardContent p {
  margin: 0;
  margin-bottom: 12px;
}

.portfolio .catalogList .nav-tabs {
  border: unset;
}
.portfolio .style-4 .galleryItem {
  width: 100%;
  height: 45vh;
  padding: 1.5rem 0;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.portfolio .style-4 .galleryItem::before {
  content: "";
  width: 91%;
  height: 30%;
  background: rgba(68, 68, 68, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0%;
  right: 8%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .portfolio .style-4 .galleryItem {
    flex-direction: column;
    align-items: start;
  }
  .portfolio .style-4 .galleryItem::before {
    width: 86%;
    height: 80%;
    background: unset;
    border: 1px solid rgba(68, 68, 68, 0.1);
    border-radius: 8px;
    bottom: unset;
    right: unset;
    top: 0;
    left: -15%;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle {
    width: 100% !important;
    padding: 0 !important;
    padding-left: 4px !important;
    padding-bottom: 1rem !important;
    margin-bottom: unset !important;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle .award-mark {
    padding: 0 !important;
    top: unset !important;
    left: unset !important;
    bottom: 1.4rem;
    right: 0;
  }
}
.portfolio .style-4 .galleryItem .galleryCardTitle {
  width: 50%;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: -4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle {
    width: 40%;
  }
}
.portfolio .style-4 .galleryItem .galleryCardTitle .note {
  font-size: calc(0.7rem + 0.2vw);
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  padding: 2px 10px;
  opacity: 0.7;
  margin-bottom: 8px;
}
.portfolio .style-4 .galleryItem .galleryCardTitle h5 {
  font-size: calc(1.2rem + 0.2vw);
}
.portfolio .style-4 .galleryItem .galleryCardTitle h5 span {
  font-size: calc(1rem + 0.2vw);
  background: unset;
  padding: 0;
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark {
  width: fit-content;
  color: #e44c41;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  top: -36px;
  left: 0;
}
@media (max-width: 425px) {
  .portfolio .style-4 .galleryItem .galleryCardTitle .award-mark {
    align-items: center;
    top: -56px;
  }
  .portfolio .style-4 .galleryItem .galleryCardTitle .award-mark p {
    letter-spacing: 1px;
  }
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark i {
  font-size: calc(1.1rem + 0.2vw);
  padding-right: 6px;
}
.portfolio .style-4 .galleryItem .galleryCardTitle .award-mark p {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}
.portfolio .style-4 .galleryCard {
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
}
@media (min-width: 992px) {
  .portfolio .style-4 .galleryCard {
    width: 100%;
  }
}
.portfolio .style-4 .galleryCard .f-carousel {
  --f-carousel-width: 100%;
  --f-carousel-gap: 16px;
  width: var(--f-carousel-width);
  height: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .portfolio .style-4 .galleryCard .f-carousel {
    --f-carousel-slide-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .portfolio .style-4 .galleryCard .f-carousel {
    --f-carousel-slide-width: calc(
      (var(--f-carousel-width) - var(--f-carousel-gap)) / 2
    );
  }
}
.portfolio .style-4 .galleryCard .f-carousel.showImg-1 {
  --f-carousel-slide-width: 100%;
}
.portfolio .style-4 .galleryCard .f-carousel.showImg-2 {
  --f-carousel-slide-width: calc(
    (var(--f-carousel-width) - var(--f-carousel-gap)) / 2
  );
}
.portfolio .style-4 .galleryCard .f-carousel .f-button.is-prev {
  left: 2px !important;
}
.portfolio .style-4 .galleryCard .f-carousel .f-button.is-next {
  right: 2px !important;
}
.portfolio .style-4 .galleryCard .f-carousel .f-button svg {
  width: 44px;
  height: 44px;
  stroke-width: 2px;
  stroke: white;
  opacity: 0.5;
}
.portfolio .style-4 .galleryCard .galleryCardImg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: rgba(68, 68, 68, 0.15) 2px 2px 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio .style-4 .galleryCard .galleryCardImg i {
  font-size: calc(1.1rem + 0.2vw);
  color: white;
  opacity: 0.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.contact {
  position: relative;
  isolation: isolate;
}
.contact i {
  font-size: calc(1.3rem + 0.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact hr {
  margin: 30px 0;
}
.contact address {
  margin: 0;
}
.contact .styleE {
  width: 100%;
  max-width: 900px;
  padding: 30px;
  margin: auto;
}
.contact .styleE .sectionTitle {
  display: none;
}
.contact .styleE .logoImg {
  width: 180px;
  height: 100%;
  padding-bottom: 16px;
  margin: auto;
}
.contact .styleE .contact-card {
  border-radius: 1rem;
  padding: 20px;
  margin: auto;
  box-shadow: rgba(207, 207, 207, 0.2) 0px 7px 4px 4px;
}
.contact .styleE address {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .styleE .contactInfo {
  width: 100%;
  padding: 20px 0.5rem;
  margin: auto;
  display: flex;
  gap: 0.7rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.contact .styleE .contactInfo li a {
  height: 100%;
  color: #444444;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .contact .styleE .contactInfo li a {
    white-space: nowrap;
  }
}
.contact .styleE .contactInfo li a:hover {
  color: rgb(224.8271889401, 54.965437788, 42.6728110599);
}
.contact .styleE .contactInfo i {
  font-size: calc(1rem + 0.2vw);
  margin-right: 4px;
}
.contact .styleE .sns {
  width: auto;
  padding: 0;
}
.contact .styleE .sns li {
  width: auto;
}
.contact .styleE .sns a {
  letter-spacing: normal;
  width: 50px;
  height: 50px;
  color: #f7f7f7;
  background: #cfcfcf;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid white;
  padding: 12px 18px;
  transition: 0.3s;
  text-shadow: 0px 1px 2px rgba(79.5, 79.5, 79.5, 0.4);
}
.contact .styleE .sns a:hover {
  color: #e44c41;
  background: white;
  border-color: #e44c41;
  text-shadow: unset;
}
.contact .styleE .sns a i {
  font-size: calc(1.5rem + 0.1vw);
}
.contact .styleE .sns a span {
  font-size: calc(0.7rem + 0.2vw);
  writing-mode: vertical-lr;
}
.contact .styleE .map {
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: 0;
}
.contact .styleE .map p i {
  display: inline-block;
  font-size: calc(0.9rem + 0.1vw);
}
.contact .styleE .map iframe {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .contact .styleE .logoImg {
    margin: unset;
  }
  .contact .styleE address {
    padding: 0;
    padding-left: 32px;
    align-items: start;
    margin-top: auto;
    position: relative;
    isolation: isolate;
  }
  .contact .styleE address::before {
    content: "";
    width: 4px;
    height: 100%;
    background: rgba(207, 207, 207, 0.6);
    position: absolute;
    bottom: 0%;
    left: 16px;
    transform: translate(0%, 0%);
    z-index: -1;
  }
  .contact .styleE .contactInfo {
    padding: 0.5rem 0;
  }
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar .phone {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  margin: 0;
  padding-top: 10px;
}
.sidebar ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.sidebar ul li .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.sidebar ul li .btn span {
  display: none;
  margin-left: 5px;
  font-size: calc(0.7rem + 0.2vw);
}
.sidebar ul li .btn i {
  font-size: calc(1.2rem + 0.2vw);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
}
.sidebar ul li .btn i span {
  display: flex;
  margin-left: 2px;
  font-size: calc(0.7rem + 0.2vw);
}

footer {
  color: rgba(255, 255, 255, 0.8);
  background: #444444;
}
footer * {
  letter-spacing: 1px;
}
footer a {
  font-size: calc(1.2rem + 0.1vw);
  color: white;
  opacity: 0.7;
}
footer a:hover {
  opacity: 1;
}/*# sourceMappingURL=all.css.map */