.text-sans {
  font-family: "Noto Sans TC", sans-serif;
}
.text-bodoni {
  font-family: "Bodoni Moda", "Noto Serif TC", serif;
}
.text-cochin {
  font-family: "Cochin W01 Roman", "Noto Serif TC", serif;
}
.text-para-sm {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.text-para {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.text-para-lg {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text-title-sm {
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text-title {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text-title-lg {
  font-size: 28px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.strokeltr__btn .strokeltr__text {
  position: relative;
  display: inline-block;
}
.strokeltr__btn .strokeltr__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}
@media (max-width: 980px) {
  .strokeltr__btn .strokeltr__text:after {
    display: none;
  }
}
.strokeltr__btn:hover .strokeltr__text:after {
  transform: scaleX(1);
  transform-origin: left center;
}
body.noscroll {
  height: 100%;
  overflow: hidden;
}
body.header-news--open .menu {
  top: 98px;
}
@media (max-width: 575px) {
  body.header-news--open .menu {
    top: 80px;
  }
}
body.header-news--open .search-mod__inner {
  margin-top: 90px;
}
@media (max-width: 1400px) {
  body.header-news--open .search-mod__inner {
    margin-top: 80px;
  }
}
body:not(.index) .header {
  background-color: white;
}
body:not(.index) .nav-main__sublist {
  background-color: white;
}
.icon-menu {
  width: 22px;
  height: 8px;
  background-color: transparent;
  border-top: 1.5px solid #453536;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .icon-menu {
    height: 2px;
  }
}
.icon-menu::before,
.icon-menu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: transparent;
  border-top: 1.5px solid #453536;
  transition: all 0.3s ease;
}
.icon-menu::before {
  top: -9px;
}
.icon-menu::after {
  top: 6px;
}
.icon-menu.active {
  border-top-color: transparent;
}
.icon-menu.active:before {
  top: 0;
  transform: rotate(45deg);
}
.icon-menu.active:after {
  top: 0;
  transform: rotate(-45deg);
}
.icon-fold {
  display: none;
}
@media (max-width: 980px) {
  .icon-fold {
    display: inline-block;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url('../images/2025/icon-arrow-down.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform 0.3s;
  }
}
.icon-fold.close {
  transform: rotate(0deg);
}
.icon-right {
  display: none;
}
@media (max-width: 980px) {
  .icon-right {
    display: inline-block;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 15px;
    right: 2px;
  }
  .icon-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 0.4rem;
    height: 0.3px;
    background-color: white;
    transform: rotate(45deg);
  }
  .icon-right:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 5px;
    width: 0.4rem;
    height: 0.3px;
    background-color: white;
    transform: rotate(-45deg);
  }
}
.icon-dash {
  padding-left: 1rem;
}
.icon-dash:before {
  content: "-";
  position: absolute;
  left: 0;
}
.icon-dash.footer__sublink {
  padding-left: 2rem;
}
.icon-dash.footer__sublink:before {
  left: 1rem;
}
.icon-more {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
}
@media (max-width: 980px) {
  .icon-more {
    top: 8px;
  }
}
.icon-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 0;
  border-top: 0.5px solid white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.icon-more::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 10px;
  border-left: 0.5px solid white;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.3s ease, opacity 0.5s ease;
}
.icon-more.close::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.header--bg {
  background-color: white;
}
.header--bg .nav-main__sublist {
  background-color: white;
}
.header--shadow {
  box-shadow: 0 -11px 62px 1px rgba(186, 186, 186, 0.5);
}
.header-news {
  background-color: #453536;
  color: white;
  width: 100%;
  text-align: center;
  position: relative;
}
.header-news__cont {
  padding: 0 30px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-news__cont a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .header-news__cont {
    padding: 0 30px;
    line-height: 28px;
    font-size: 10px;
  }
}
.header-news__btn {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .header-news__btn {
    top: 11px;
  }
}
.header .nav__wrap {
  margin: 0 auto;
  padding: 10px 50px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (max-width: 980px) {
  .header .nav__wrap {
    padding: 10px 0px;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    font-weight: 300;
    background-color: white;
  }
}
@media (max-width: 575px) {
  .header .nav__wrap {
    height: 32px;
  }
}
.header .nav-main {
  display: flex;
  flex-direction: row;
}
@media (max-width: 980px) {
  .header .nav-main {
    display: none;
  }
}
.header .nav-main__logo {
  display: inline-block;
  width: 150px;
  background-image: url("../images/2025/headLogo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .nav-main__title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin: 8px 16px 8px 0;
}
.header .nav-main__list {
  margin: 0 0 0 2.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .header .nav-main__list {
    display: none;
  }
}
.header .nav-main__list.hide {
  display: none;
}
.header .nav-main__item {
  position: relative;
}
.header .nav-main__item:hover .nav-main__sublist {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 5px 10px 1px rgba(186, 186, 186, 0.2);
}
.header .nav-main__link {
  display: inline-block;
  margin-right: 2.5rem;
}
.header .nav-main__link--havesub {
  margin-right: 3rem;
}
.header .nav-main__link--havesub:before {
  content: "";
  position: absolute;
  top: 22%;
  right: 1.5rem;
  width: 14px;
  height: 14px;
  background-image: url(../images/2025/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header .nav-main__item:last-child .nav-main__link {
  margin-right: 0;
}
.header .nav-main__sublist {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  margin: 0;
  padding: 1.5rem 2rem 0.5rem 1rem;
  list-style: none;
  position: absolute;
  left: -1rem;
  top: 30px;
  white-space: nowrap;
}
.header .nav-main__subitem {
  margin-bottom: 1rem;
}
.header .nav-main__sublink {
  display: inline-block;
}
.header .nav-sub__list {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .nav-sub__item {
  position: relative;
  margin-left: 10px;
}
@media (max-width: 980px) {
  .header .nav-sub__item:nth-child(1) {
    display: none;
  }
}
.header .nav-sub__link {
  position: relative;
  display: inline-block;
}
.header .nav-sub__link--icon {
  margin-right: 2.5rem;
}
.header .nav-sub__link--icon:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -2rem;
  width: 15px;
  height: 15px;
  background-image: url("../images/2025/icon-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .nav-sub__toggle {
  display: inline-block;
  align-content: center;
  padding-top: 5px;
}
@media (max-width: 980px) {
  .header .nav-sub__toggle {
    display: none;
  }
}
.header__search-btn {
  background-image: url('../images/2025/icon-search.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 1px;
  width: 22px;
  height: 22px;
}
.header .button {
  box-sizing: border-box;
  display: inline;
  padding: 5px 25px;
  border-radius: 3px;
  border: 1px solid #453536;
  background-color: #453536;
  color: white;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (max-width: 980px) {
  .header .button {
    display: inline-block;
    padding: 0px 10px ;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    font-weight: 300;
  }
}
@media (max-width: 575px) {
  .header .button {
    border-radius: 0;
  }
}
.header .button span {
  line-height: 40px;
}
@media (max-width: 980px) {
  .header .button span {
    line-height: 30px;
  }
}
.header .button:hover {
  border: 1px solid #453536;
  background-color: white;
  color: #453536;
  cursor: pointer;
}
.header .button--outline {
  border: 1px solid #453536;
  background-color: white;
  color: #453536;
}
.header .button--outline:hover {
  border: 1px solid #453536;
  background-color: #453536;
  color: white;
}
@media (max-width: 980px) {
  .header .button--outline:hover {
    background-color: white;
    color: #453536;
  }
}
.navm__toggle {
  display: none;
}
@media (max-width: 980px) {
  .navm__toggle {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    left: 10px;
  }
}
.navm__logo {
  display: none;
}
@media (max-width: 980px) {
  .navm__logo {
    display: inline-block;
    height: 30px;
    width: 110px;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/2025/headLogo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .navm__logo {
    top: 1.2rem;
  }
}
.navm__wrap {
  display: none;
}
@media (max-width: 980px) {
  .navm__wrap {
    display: block;
    opacity: 1;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    background-color: white;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 980px) {
  .navm__wrap.hide {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.navm__list {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.navm__item {
  width: 30%;
  flex: 1;
  text-align: center;
  margin-left: -2rem;
}
.navm__item:not(:last-child) {
  border-right: 1px solid #e4e4e4;
  margin-left: 0;
}
.navm__link {
  display: inline-block;
  position: relative;
}
.navm__link--icon:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -2rem;
  width: 15px;
  height: 15px;
  background-image: url("../images/2025/icon-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu {
  display: none;
  background-color: white;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 90;
}
@media (max-width: 575px) {
  .menu {
    top: 52px;
  }
}
.menu.noscroll {
  position: fixed;
  height: 92%;
  overflow-y: scroll;
}
@media (max-width: 980px) {
  .menu.noscroll {
    height: 100%;
  }
}
.menu .only-pc {
  display: block;
}
@media (max-width: 980px) {
  .menu .only-pc {
    display: none;
  }
}
.menu .only-mb {
  display: none;
}
@media (max-width: 980px) {
  .menu .only-mb {
    display: block;
  }
}
.menu__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 auto 0 auto;
  padding: 3rem 100px 10rem 100px;
}
@media (max-width: 980px) {
  .menu__wrap {
    padding: 3rem 0 5rem 0;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .menu__wrap {
    padding: 3rem 0px 14rem 0px;
  }
}
.menu-m__block {
  display: none;
}
@media (max-width: 980px) {
  .menu-m__block {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 10rem;
    box-sizing: border-box;
  }
}
@media (max-width: 575px) {
  .menu-m__block {
    padding: 0;
  }
}
.menu-m__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.menu-m__item {
  width: 30%;
  text-align: center;
}
.menu-m__link {
  display: inline-block;
  position: relative;
}
.menu-m__link .icon {
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (max-width: 980px) {
  .menu-m__link .icon {
    width: 25px;
    height: 25px;
  }
}
.menu-m__link span {
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
  white-space: nowrap;
}
.menu-m__block--2 {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.menu-m__block--2 .menu-m__list {
  padding: 1rem 0 1rem 0;
}
.menu-m__block--2 .menu-m__item {
  width: 50%;
}
.menu-m__block--2 .menu-m__link span {
  display: inline-block;
}
.menu-m__block--2 .menu-m__link .icon {
  margin: 0 1rem -5px 0;
}
.menu__block {
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .menu__block {
    width: 100%;
    padding: 0 16.5rem;
  }
}
@media (max-width: 575px) {
  .menu__block {
    padding: 0 20px;
  }
}
.menu__block--thin {
  width: 20%;
}
@media (max-width: 980px) {
  .menu__block--thin {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 980px) {
  .menu__block--border {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (max-width: 980px) {
  .menu__subblock {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-top: 1rem;
  }
}
.menu__list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .menu__list {
    margin: 0 0 1rem 0;
  }
}
.menu__item {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 2em;
  position: relative;
}
@media (max-width: 980px) {
  .menu__item {
    padding-left: 1rem;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    font-weight: 300;
    line-height: 2em;
  }
}
@media (max-width: 980px) {
  .menu__item:has(.button) {
    padding-left: 0;
  }
}
.menu__item-title {
  font-weight: 500;
}
@media (max-width: 980px) {
  .menu__item-title {
    padding-left: 0;
    display: block;
  }
}
.menu__item-title--thin-pc {
  font-weight: 300;
}
@media (max-width: 980px) {
  .menu__item-title--thin-pc {
    font-weight: 500;
  }
}
.menu__link {
  display: inline-block;
  position: relative;
}
@media (max-width: 980px) {
  .menu li[data-fold="item"] {
    display: none;
  }
}
.menu .icon-more {
  display: none;
}
@media (max-width: 980px) {
  .menu .icon-more {
    display: inline-block;
  }
}
.menu .icon-more:before {
  border-top: 0.5px solid #333;
}
.menu .icon-more:after {
  border-left: 0.5px solid #333;
}
.menu .button {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 40px;
  border: 1px solid #453536;
  border-radius: 50px;
  background-color: #453536;
  color: white;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .menu .button {
    padding: 8px 10px;
  }
}
.menu .button:hover {
  border: 1px solid #453536;
  background-color: white;
  color: #453536;
  cursor: pointer;
}
.menu .button--outline {
  border: 1px solid #d3d3d3;
  background-color: white;
  color: #333;
}
.menu .button--outline:hover {
  border: 1px solid #d3d3d3;
  background-color: #d3d3d3;
}
@media (max-width: 980px) {
  .menu .button--outline:hover {
    background-color: white;
  }
}
@media (max-width: 980px) {
  .menu-follow {
    text-align: center;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .menu-follow {
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .menu-follow .menu__item {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
}
.menu-follow .menu__item-title {
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 980px) {
  .menu-follow .menu__item-title {
    text-align: center;
  }
}
.menu-follow .menu__item-title .menu__link span {
  font-weight: 500;
}
.menu-follow .menu__link span {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.menu-follow .icon {
  position: relative;
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
  top: 5px;
}
@media (max-width: 980px) {
  .menu-follow .icon {
    margin-right: 0;
  }
}
.footer {
  background-color: #453536 !important;
  color: white;
  width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 4rem;
}
.footer .only-pc {
  display: block;
}
@media (max-width: 980px) {
  .footer .only-pc {
    display: none;
  }
}
.footer .only-mb {
  display: none;
}
@media (max-width: 980px) {
  .footer .only-mb {
    display: block;
  }
}
.footer__wrap {
  margin: 0 auto 0 auto;
  padding: 65px 50px 2rem 50px;
}
@media (max-width: 980px) {
  .footer__wrap {
    padding: 4.5rem 3.5em 2rem 3.5rem;
  }
}
@media (max-width: 575px) {
  .footer__wrap {
    padding: 4.5rem 1.2rem 2rem 1.2rem;
  }
}
.footer-main {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 980px) {
  .footer-main {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
}
.footer__block {
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .footer__block {
    width: 100%;
    padding: 0 20px;
  }
}
.footer__logo {
  display: inline-block;
  width: 185px;
  height: 24px;
  background-image: url("../images/2025/headLogo-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .footer__logo {
    width: 140px;
    height: 18px;
  }
}
.footer__list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.footer__list--my3 {
  margin: 3rem 0;
}
.footer__item {
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .footer__item {
    margin-bottom: 0;
    padding-left: 1rem;
    line-height: 2.5em;
  }
}
@media (max-width: 980px) {
  .footer__item:has(.footer__logo) {
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.footer__item-title {
  font-weight: 500;
}
@media (max-width: 980px) {
  .footer__item-title {
    padding-left: 0;
    display: block;
  }
}
@media (max-width: 980px) {
  .footer__item[data-fold="item"] {
    display: none;
  }
}
.footer__link {
  display: inline-block;
  position: relative;
}
.footer__link:has(.icon-more) {
  display: block;
}
@media (max-width: 980px) {
  .footer__link {
    display: block;
  }
}
.footer__sublist {
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
  display: none;
}
@media (max-width: 980px) {
  .footer__sublist {
    margin: 0;
  }
}
.footer__subitem {
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .footer__subitem {
    padding-left: 1rem;
    margin-bottom: 0;
  }
}
.footer__sublink {
  display: inline-block;
  position: relative;
}
@media (max-width: 980px) {
  .footer__sublink {
    display: block;
  }
}
.footer .button {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 40px;
  border: 1px solid white;
  border-radius: 50px;
  background-color: #453536;
  color: white;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .footer .button {
    padding: 8px 10px;
  }
}
.footer .button:hover {
  border: 1px solid white;
  background-color: white;
  color: #453536;
  cursor: pointer;
}
.footer .strokeltr__text:after {
  background: white;
}
@media (max-width: 980px) {
  .footer-follow {
    display: none;
  }
}
@media (max-width: 980px) {
  .footer-follow .footer__item {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
}
.footer-follow .footer__item-title {
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 980px) {
  .footer-follow .footer__item-title {
    text-align: center;
  }
}
.footer-follow .footer__item-title .footer__link span {
  font-weight: 500;
}
.footer-follow .footer__link span {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.footer-follow .icon {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  top: 5px;
}
.footer-sub {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-evenly;
  border-top: 1px solid #999;
  padding-top: 2rem;
}
@media (max-width: 980px) {
  .footer-sub {
    display: none;
  }
}
.footer-sub__title {
  align-self: flex-start;
  width: 8%;
  position: relative;
}
.footer-sub__block {
  width: 23%;
}
.footer-sub__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media (max-width: 980px) {
  .footer-sub__list {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .footer-sub__item {
    margin-bottom: 0;
    padding-left: 1rem;
  }
}
.footer-sub__link {
  display: block;
  position: relative;
}
.footer-sub .icon-fold {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url('../images/2025/icon-arrow-down-white.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.footer-sub .icon-fold.close {
  transform: rotate(0deg);
}
.footer-info {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #666;
  padding: 1rem 15px;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  font-weight: 300;
  font-size: 10px;
}
@media (max-width: 980px) {
  .footer-info {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.footer-info__list {
  margin: 0;
  padding: 0;
}
.footer-info .strokeltr__text:after {
  background: #666;
}
.footer-info__link {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer-info__link .strokeltr__text:after {
  background: #666;
}
@media (max-width: 980px) {
  .footer-info__link {
    margin: 0 0.5rem 0 0;
  }
}
.footer-info__copyright {
  display: inline-block;
}
.pagetop-new {
  position: relative;
}
.pagetop-new .gotop-btn-new {
  position: absolute;
  z-index: 89;
  right: 20px;
  bottom: 10px;
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s;
}
@media (max-width: 980px) {
  .pagetop-new .gotop-btn-new {
    position: fixed;
    top: initial;
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pagetop-new .gotop-btn-new {
    width: 38px;
    height: 38px;
    right: 15px;
  }
}
.pagetop-new .gotop-btn-new:hover {
  opacity: 0.6;
}
@media (max-width: 980px) {
  .pagetop-new .gotop-btn-new:hover {
    opacity: 1;
  }
}
@media (max-width: 980px) {
  .pagetop-new .gotop-btn-new:active {
    opacity: 0.6;
  }
}
.pagetop-new .gotop-btn-new.hide {
  opacity: 0;
  visibility: hidden;
}
.pagetop-new .gotop-btn-new.fixed {
  position: fixed;
  z-index: 89;
  bottom: 20px;
}
@media (max-width: 980px) {
  .pagetop-new .gotop-btn-new.fixed {
    bottom: 60px;
  }
}
@media (max-width: 980px) {
  .pagetop-new .gotop-btn-new.reached-bottom {
    bottom: 10px;
    transition: bottom 0.3s;
  }
}
.pagetop-new .gotop-btn-new img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid white;
  border-radius: 50%;
}
