.btn-view-more-03 a {
  color: #fff;
  background-color: #0FA682;
}

.btn-view-more-03 a .txt::after {
  background: url("../../images/2026/parts/icon-arrow-03.svg") no-repeat center top;
  transition: background 0.2s ease;
}

.header-menu-more-btn button {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 1;
  font-size: 2.8125vw;
  display: inline-block;
  padding: 0.2em 1.3em 0.2em 0.5em;
}

.header-menu-more-btn button::after {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 0.6em;
  height: auto;
  aspect-ratio: 1 / 1;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.header__menu__contents__item.is-open .header-menu-more-btn button::after {
  top: 0.8em;
  transform: rotate(225deg);
}

.btn-link .btn-link-arrow.btn-link-arrow-04 {
  background-color: #0FA682;
}

.btn-link .btn-link-arrow.btn-link-arrow-04::after {
  background-image: url("../../images/2026/parts/icon-arrow-03.svg");
}

.header__menu__contents__item .product-item__detail .txt .desc .note {
  font-size: 0.7em;
  display: block;
}

.win .header__menu__contents__item__txt .txt-en {
  transform: translateY(-4px);
  line-height: 1.5;
  display: block;
}

.win .header__menu__contents__item__txt .txt-jp {
  transform: translateY(-4px);
  display: block;
}

.header__menu__contents__item__txt .new {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0 0.2em 0.1em;
  margin-left: 0.8em;
  font-size: 2.8125vw;
  font-family: 'Noto Sans JP';
  transform: translateY(-0.2em);
}

.header__menu__contents__item .product-item__detail .txt .ttl .new {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0 0.2em 0.1em;
  margin-left: 0.8em;
}

#page-products .btn-view-more-04 a {
  color: #fff;
  background-color: #0FA682;
}

#page-products .btn-view-more-04 a .txt::after {
  background: url("../../images/2026/parts/icon-arrow-03.svg") no-repeat center top;
  transition: background 0.2s ease;
}

#page-products .product__list__item .img-wrap {
  position: relative;
}

#page-products .product__list__item .img .new-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-family: quasimoda, sans-serif;
  font-size: 4.69vw;
  font-weight: 400;
}

#page-products .precious .product__list__item .img .new-icon {
  color: #A55656;
}

#page-products .azcontrol .product__list__item .img .new-icon {
  color: #0FA682;
}

.footer__nav__sns {
  padding: 4vw 0 6vw;
  display: flex;
  gap: 10px;
}

.footer__nav__sns__item {
  width: 1.5em;
  height: auto;
  aspect-ratio: 1 / 1;
}

.footer__nav__sns__item img {
  width: 100%;
  height: auto;
}

@media screen and (width >=768px) {
  .btn-view-more-03 a:hover {
    color: #0FA682;
    background-color: #141414;
  }

  .btn-view-more-03 a:hover .txt::after {
    background: url("../../images/2026/parts/icon-arrow-03-hover.svg") no-repeat center top;
  }

  .header-menu-more-btn button {
    bottom: 20px;
    right: 30px;
    font-size: 14px;
    padding: 0.2em 1.3em 0.2em 0.5em;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .header-menu-more-btn button::after {
    top: 0.6em;
    width: 0.5em;
  }

  .header-menu-more-btn button:hover {
    color: #888;
  }

  .header__menu__contents__item.is-open .header-menu-more-btn button::after {
    top: 0.9em;
  }
  
  .btn-link:hover .btn-link-arrow.btn-link-arrow-04 {
    background-color: #262626;
  }

  .btn-link:hover .btn-link-arrow.btn-link-arrow-04::after {
    background-image: url("../../images/2026/parts/icon-arrow-03-hover.svg");
  }

  .header__menu__contents__item .product-item__detail .txt .desc .note {
    line-height: 1.5;
  }

  .header__menu__contents__item__txt .txt-en {
    font-size: 18px;
  }

  .header__menu__contents__item__txt .txt-jp {
    font-size: 14px;
  }

  .header__menu__contents__item__txt .new {
    font-size: 14px;
  }

  .footer__series__link__item.footer__series__link__item__az a:hover {
    color: #0FA682;
    border: 1px solid #0FA682;
  }

  .footer__series__link__item.footer__series__link__item__az a:hover::after {
    background: url(../../images/2026/parts/icon-arrow-03-hover.svg) no-repeat center top;
  }

  #page-products .btn-view-more-04 a:hover {
    color: #0FA682;
    background-color: #141414;
  }

  #page-products .btn-view-more-04 a:hover .txt::after {
    background: url("../../images/2026/parts/icon-arrow-03-hover.svg") no-repeat center top;
  }

  #page-products .azcontrol .product__list__item a:hover .btn-buy {
    color: #0FA682;
  }

  #page-products .product__list__item .img .new-icon {
    font-size: 30px;
  }

  .footer__nav__sns {
    padding: 40px 0 30px;
  }
  
  .footer__nav__sns__item {
    width: 30px;
  }  
}