@charset "utf-8";
/*
 add_style
*/

/* 20260209 ヘッダーロゴ改修 */
.header__logo-v2 a {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.header__logo-v2__mark {
  width: 56px;
}
.header__logo-v2__text {
  display: inline-flex;
  flex-direction: column;
  gap: 0.33em;
  font-feature-settings: 'palt';
  line-height: 1.2;
  padding-top: 0.5em;
}
.header__logo-v2__text__jp,
.header__logo-v2__text__en {
  color: #b29240;
  font-weight: bold;
}
.header__logo-v2__text__jp {
  font-family: serif;
  font-size: 2.1rem;
  font-size: 21px;
}
.header__logo-v2__text__en {
  font-size: 1.0rem;
  font-size: 10px;
}
.header__logo-v2__text__desc {
  color: currentColor;
  font-size: 1.2rem;
  font-size: 12px;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .header__logo-v2 a {
    gap: 0.75em;
  }
  .header__logo-v2__mark {
    width: 36px;
  }
  .header__logo-v2__text {
    gap: 0.2em;
    padding-top: 0.375em;
  }
  .header__logo-v2__text__jp {
    font-size: 1.575rem;
	font-size: 15.75px;
  }
  .header__logo-v2__text__en {
    font-size: 0.75rem;
    font-size: 7.5px;
  }
  .header__logo-v2__text__desc {
    font-size: 0.8rem;
	font-size: 8px;
    margin-top: 0.375em;
  }
}

/* フッターバナー アメーバブログ */
.footer__banner-item.banner-ameblo {
  display: block;
  width: 100%;
  color: #298737;
}
.footer__banner-item.banner-ameblo .banner-ameblo__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 32 / 13;
  font-size: 16px;
  font-weight: bold;
  font-family: serif;
  background: #298737;
  color: #FFF;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .footer__banner-item.banner-ameblo .banner-ameblo__wrap {
    font-size: 3vw;
  }
}

/* 20260330 フッター SP fixed スナビ */
#page-top.top-anchor {
  z-index: 98;
}
.sp-fixed-navi {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: -0.1em 0 1em rgba(0, 0, 0, 0.2);
}
.sp-fixed-navi__list {
  display: flex;
  gap: 1px;
  padding: 1px;
  background: #FFF;
}
.sp-fixed-navi__list .list-item {
  width: 20%;
  height: 75px;
  font-family: serif;
}
.sp-fixed-navi__list .list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.33em;
  width: 100%;
  height: 100%;
  background: #6c5d56;
  color: #FFF;
  text-decoration: none;
  padding: 0.5em 0.33em 0.33em;
  transition: opacity .3s ease;
}
.sp-fixed-navi__list .list-item a:hover {
  opacity: 0.8;
}
.sp-fixed-navi__list .list-item__icon img {
  width: auto;
  height: 1.85em;
}
@media only screen and (max-width: 1079px) {
  #page-top.top-anchor {
    bottom: 30px;
  }
  .sp-fixed-navi {
    display: block;
  }
  .footer-nav {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #page-top > a {
    bottom: 65px;
  }
  #page-top::before {
    bottom: 65px;
  }
  #page-top::after {
    bottom: 95px;
  }
}