
.p-header {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 1306px;
  margin-inline: auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .p-header {
    width: 95.60761347vw;
  }
}
@media screen and (max-width: 1281px) and (max-width: 768px) {
  .p-header {
    margin-inline: auto;
  }
}
.p-header.is-scrolled {
  top: 10px;
}

.p-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  padding-inline: 19px 24px;
}
@media screen and (max-width: 1281px) {
  .p-header__inner {
    padding-block: 5px 7px;
    padding-inline: 2.3419203747vw;
  }
}
@media screen and (max-width: 1281px) and (max-width: 768px) {
  .p-header__inner {
    padding-inline: 5px;
  }
}

.p-header__left {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__left:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-header__logo {
  width: 171px;
  height: 40px;
  object-fit: cover;
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 68px;
  gap: 27px;
}
@media screen and (max-width: 1281px) {
  .p-header__right {
    display: none;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.p-header__nav a {
  position: relative;
  display: inline-block;
}
.p-header__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #357943;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__nav a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.p-header__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  padding-block: 15px 13px;
  padding-inline: 24px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-header__btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.p-header__btn .p-header__icon--cart {
  width: 18px;
  height: 20px;
}
.p-header__btn .p-header__icon--mail {
  width: 18px;
  height: 20px;
}

.p-header__btnCart {
  background-color: #669900;
  padding-inline: 21px;
  padding-block: 10px;
}

.p-header__btnContact {
  background-color: #079856;
  padding-block: 10px;
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding-block: 12px 13px;
  padding-inline: 12px;
  background-color: #5fb38d;
  gap: 3.6px;
}

.p-header__icon {
  margin-top: 2px;
  width: 16.72px;
  height: 13.38px;
}

/* =========================
   Hamburger
========================= */
.p-header__hamb {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media screen and (min-width: 1281px) {
  .p-header__hamb {
    display: none;
  }
}

.c-hamb {
  position: fixed;
  z-index: 10001;
  top: 15px;
  right: 40px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-hamb {
    top: 15px;
    right: 15px;
  }
}
.c-hamb:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* 3本線を確実にボタン中央に固定する “基準箱” */
.c-hamb__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 3本線 */
.c-hamb__icon--bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/* 上・中・下 */
.c-hamb__icon--bar:nth-of-type(1) {
  top: 0;
}

.c-hamb__icon--bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-hamb__icon--bar:nth-of-type(3) {
  bottom: 0;
}

/* 開いた時：× */
.c-hamb.js-show .c-hamb__icon--bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-hamb.js-show .c-hamb__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.c-hamb.js-show .c-hamb__icon--bar:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 75%;
  height: 100vh;
  height: 100svh;
  background: #cfe0c7;
  overflow-y: auto;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, visibility 0s linear 0.5s;
  transition: transform 0.5s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
}
.c-drawer.js-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: visibility 0s, -webkit-transform 0.5s ease;
  transition: visibility 0s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, visibility 0s;
  transition: transform 0.5s ease, visibility 0s, -webkit-transform 0.5s ease;
}
.c-drawer .p-header__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.c-drawer__body {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-drawer__body {
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 120px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-drawer__list {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 31px;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-drawer__list a {
  position: relative;
  display: inline-block;
}
.c-drawer__list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #357943;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-drawer__list a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.c-drawer__cta svg {
  width: 100% !important;
  height: 100% !important;
}
.c-drawer__cta .c-button {
  margin-top: 45px;
}

.p-header__btnCart {
  background-color: #4f7a00  !important;
  opacity: 1;
}

.p-header__btnContact {
  background-color: #067a45  !important;
  opacity: 1;
}

.p-header__btn p {
  color: #ffffff  !important;
  opacity: 1;
}