:root{ --footerFill: 0px; }
.section-brand {
  position: relative;
  background-color: #F0EEE9;
}

.section-brand h1 {
  margin: 0;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .section-brand {
    background-color: #fff;
  }
}

/* nav */
.brand-nav{
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: #fff;
  border-radius: 999px;
  padding: 16px 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.brand-nav__item{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #111;
  padding: 10px 8px;
}
.brand-nav__dot{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid #111;
  background: transparent;
  flex: 0 0 auto;
  transition: 0.3s;
}
.brand-nav .brand-nav__label{
  writing-mode: vertical-rl;
  letter-spacing: .06em;
  font-size: 14px;
}
.brand-nav__item.is-active .brand-nav__dot{
  background: #004620;
  border-color: #004620;
}
@media (min-width: 861px) {
  .sp_only {
    display: none!important;
  }
}
@media (max-width: 860px) {
  .pc_only {
    display: none!important;
  }
  .brand-nav{
    display: none;
  }
}

/* header */
.brand-header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.brand-header {
  position: relative;
  display: flex;
  width: 100%;
  height: min(calc(80 / 430 * 100vw), 140px);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.brand-header .logo {
  display: block;
  margin-left: 40px;
  height: min(calc(26 / 430 * 100vw), 36px);
}
.brand-header .logo img {
  height: 100%;
}
@media screen and (min-width: 861px) {
  .brand-header .logo {
    margin-top: 42px;
  }
  .brand-header-nav {
    display: flex;
    margin-left: auto;
    gap: 24px;
  }
  .brand-header-nav__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 48px 24px 68px;
  }
  .brand-header-nav__item:hover {
    position: relative;
    background-color: #fff;
    opacity: 1;
    z-index: 10000;
    background-color: transparent;
  }
  .brand-header-nav__group:hover > .brand-header-nav__item,
  .brand-header-nav__group:focus-within > .brand-header-nav__item{
    position: relative;
    background-color: #fff;
    opacity: 1;
    z-index: 10000;
  }
  .brand-header-nav__item .brand-nav__dot {
    border: 2px solid #fff;
  }
  .brand-header-nav__item.is-active .brand-nav__dot,
  .brand-header-nav__group:hover > .brand-header-nav__item .brand-nav__dot,
  .brand-header-nav__group:focus-within > .brand-header-nav__item .brand-nav__dot{
    border: 2px solid #000;
    background: #004620;
    border-color: #004620;
  }
  .brand-header-nav__group:hover > .brand-header-nav__item .brand-nav__label,
  .brand-header-nav__group:focus-within > .brand-header-nav__item .brand-nav__label{
    color: #000;
  }
  .brand-header-nav__item .brand-nav__label {
    font-size: 16px;
    color: #fff;
  }
  .brand-header-nav__item:hover  .brand-nav__label {
    color: #000;
  }
  .brand-header-nav__group{
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .brand-header-subnav{
    position: fixed;
    left: 0;
    right: 0;
    top: min(calc(80 / 430 * 100vw), 140px);
    width: auto;
    margin: 0;
    padding: calc(40 / 1840 * 100%) 0 calc(40 / 1840 * 100%) calc(113 / 1840 * 100%);
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 1000;
  }
  .brand-header-subnav__inner{
    display: flex;
    align-items: center;
    max-width: 1413px;
    margin: 0 auto;
  }
  .brand-header-subnav a{
    display: block;
    padding: 12px 16px;
    color: #222;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
  }
  .brand-header-subnav a:hover{
    background: rgba(0,0,0,.06);
  }
  .brand-header-nav__group:hover .brand-header-subnav,
  .brand-header-nav__group:focus-within .brand-header-subnav{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .brand-header-subnav .subnav-img {
    margin-right: calc(45 / 1840 * 100%);
    width: calc(785 / 1840 * 100%);
  }
  .brand-header-subnav .subnav-nav {
    margin-right: calc(70 / 1840 * 100%);
    width: calc(470 / 1840 * 100%);
  }
  .brand-header-subnav .subnav-title {
    writing-mode: vertical-rl;
    letter-spacing: .06em;
    font-size: 44px;
  }
  .header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #006D31;
    border-radius: 50vh;
    background-color: #006D31;
    margin: 36px 35px 0 55px;
    padding: 0 20px;
    min-width: 250px;
    height: min(calc(72 / 430 * 100vw), 48px);
    font-size: min(calc(20 / 430 * 100vw), 15px);
  }
  .header-link:hover {
    opacity: 0.8;
  }
  .header-link span {
    display: flex;
    align-items: center;
    color: #fff;
  }
  .header-link span::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url(/img/usr/pages/brand/icon-cart.png) no-repeat;
  }
}
@media (max-width: 860px) {
  .brand-header {
    align-items: center;
  }
  .header-sp-cart {
    position: absolute;
    top: calc(12 / 430 * 100vw);
    right: calc(15 / 430 * 100vw);
    width: calc(48 / 430 * 100vw);
    aspect-ratio: 1;
    border-radius: 50vh;
    overflow: hidden;
  }
  .header-sp-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .header-sp-cart span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .header-sp-cart span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/usr/pages/brand/sp/header-circle_bg.png) no-repeat;
    background-size: contain;
    width: calc(41 / 430 * 100vw);
    height: calc(41 / 430 * 100vw);
  }
  .header-sp-cart span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/img/usr/pages/brand/sp/header-circle_bg.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    width: calc(41 / 430 * 100vw);
    height: calc(41 / 430 * 100vw);
  }
  .header-sp-cart img {
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
  }
  .brand-hamburger{
    width: calc(48 / 430 * 100vw);
    height: calc(48 / 430 * 100vw);
    min-width: unset;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(6 / 430 * 100vw);
    border: 0;
    background: transparent;
    padding: 0;
    margin-left: calc(12 / 430 * 100vw);
    cursor: pointer;
  }
  .brand-hamburger__line{
    display: block;
    width: calc(40 / 430 * 100vw);
    height: 1px;
    background: #fff;
  }
  html.is-drawer-open,
  html.is-drawer-open body{
    overflow: hidden;
    touch-action: none;
  }
  .brand-drawer{
    position: fixed;
    inset: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
  }
  .brand-drawer.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .brand-drawer__overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
  }
  .brand-drawer__panel{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: min(88vw, 340px);
    background: #fff;
    transform: translateX(-100%);
    transition: transform .25s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .brand-drawer.is-open .brand-drawer__panel{
    transform: translateX(0);
  }
  .brand-drawer__header{
    display: flex;
    align-items: center;
    padding: 0 calc(12 / 430 * 100vw);
    height: calc(70 / 430 * 100vw);
  }
  .brand-drawer__close{
    position: fixed;
    top: calc(12 / 430 * 100vw);
    left: calc(12 / 430 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 0;
    width: calc(48 / 430 * 100vw);
    height: calc(48 / 430 * 100vw);
    border: 0;
    background: transparent;
    font-size: calc(28 / 430 * 100vw);
    cursor: pointer;
    aspect-ratio: 1;
    border-radius: 50vh;
    overflow: hidden;
    z-index: 100;
  }
  .brand-drawer__close::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .brand-drawer__close span {
    position: relative;
  }
  .brand-drawer__menu {
    margin-left: auto;
    margin-right: calc(15 / 430 * 100vw);
    letter-spacing: 0.2em;
    font-size: calc(12 / 430 * 100vw);
  }
  .brand-drawer__nav{
    padding: calc(16 / 430 * 100vw);
  }
  .brand-drawer__link {
    position: relative;
    margin-bottom: calc(40 / 430 * 100vw);
    color: #111;
    text-decoration: none;
    transition: 0.3s ease;
    transform: translateX(0);
  }
  .brand-drawer__link.is-open {
    margin-right: calc(-16 / 430 * 100vw);
    transform: translateX(calc(-16 / 430 * 100vw));
  }
  .brand-drawer__img {
    width: calc(295 / 430 * 100vw);
    height: calc(156 / 430 * 100vw);
    border-radius: calc(8 / 430 * 100vw);
  }
  .brand-drawer__link.is-open .brand-drawer__img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .brand-drawer__link p{
    position: absolute;
    top: calc(5 / 430 * 100vw);
    right: calc(5 / 430 * 100vw);
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: calc(20 / 430 * 100vw);
    letter-spacing: 0.4em;
    transition: 0.3s ease;
  }
  .brand-drawer__link.is-open.brand-drawer__link p{
    font-size: calc(28 / 430 * 100vw);
  }
  .brand-drawer__divider{
    height: 1px;
    background: #eee;
    margin: 10px 0;
  }
  .subnav-nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
  }
  .subnav-nav.is-open {
    max-height: 500px;
    opacity: 1;
    margin-bottom: calc(40 / 430 * 100vw);
  }
  .subnav-nav li a {
    display: block;
    padding: calc(10 / 430 * 100vw) 0;
    width: 100%;
  }
}

.brand-footer {
  padding: min(calc(65 / 430 * 100vw), 60px) 0;
  background-color: #003C1C;
  color: #fff;
}
.brand-footer .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  margin-bottom: 30px;
  width: min(calc(248 / 430 * 100vw), 248px);
}
.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #006D31;
  border-radius: 50vh;
  background-color: #006D31;
  margin-bottom: 30px;
  padding: 0 20px;
  min-width: 250px;
  height: min(calc(72 / 430 * 100vw), 48px);
  font-size: min(calc(20 / 430 * 100vw), 15px);
}
.footer-link span {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: min(calc(15 / 430 * 100vw), 16px);
}
.footer-nav__list.small {
  font-size: min(calc(12 / 430 * 100vw), 14px);
}
.footer-nav__list a {
  padding: 0 45px;
  color: #fff;
}
@media (min-width: 861px) {
  .footer-link span::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url(/img/usr/pages/brand/icon-cart.png) no-repeat;
  }
}
@media (max-width: 860px) {
  .footer-nav__list a {
    padding: 0 calc(10 / 430 * 100vw);
  }
}