html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  overflow: auto;
  height: auto;
}

body {
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

header {
  position: relative;
  z-index: 999;
}

#main-content.fontsize-normal {
  font-size: 100%;
}

#main-content.fontsize-large {
  font-size: 120%;
}

.fontsize-btn.active {
  background-color: #79b000; /* 緑の背景、画像と同様 */
  color: #fff;
}

.lp-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
}

.lp-content {
  flex: 1;
}

.lp-footer {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 10px; /* 必要に応じて微調整（0〜10px程度） */
}

.yamatonoen-header {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
}

.headerTopArea {
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
}

.headerTopArea>.commonInner {
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}

.commonInner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.yamatonoen-topbar {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yamatonoen-topnav {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
}

.yamatonoen-topnav li a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.yamatonoen-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.logo img {
  max-height: 50px;
}

.search-area {
  display: flex;
  gap: 5px;
}

.search-area input {
  width: 200px;
  padding: 5px;
}

.search-btn {
  background: #8dc21f;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}

.quick-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.quick-links li {
  font-size: 13px;
}

.badge {
  background: orange;
  border-radius: 50%;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  margin-left: 4px;
}

.yamatonoen-nav {
  background: #2c2c2c;
}

.yamatonoen-nav ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.yamatonoen-nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commonInner {
    padding: 0;
  }
}

/* ヘッダー */

.lp-header-toparea {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #333;
}

.lp-header-catchcopy {
  font-size: 13px;
  color: #333;
  margin: 0;
}

.lp-header-topnav {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.lp-topnav-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  padding-right: 11px;
}

.lp-topnav-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-topnav-item i {
  font-size: 14px;
}

.lp-topnav-item.tomonokai a {
  color: #f26522;
  font-weight: bold;
  border: 1px solid #f26522;
  padding: 7px 6px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-topnav-item.fontsize {
  font-weight: bold;
}

.lp-topnav-item.fontsize a {
  padding: 2px 6px;
  font-weight: bold;
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.lp-topnav-item.fontsize a.active {
  background-color: #8dc21f;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
}

.lp-header-topnav {
  font-size: 14px;
  padding: 0 10px;
}

.lp-header-topnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
  flex-wrap: wrap;
}

.lp-header-topnav-item {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.lp-header-topnav-item a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-header-topnav-item i {
  font-size: 14px;
}

.lp-header-topnav-item.tomonokai a {
  color: #f26522;
  font-weight: bold;
  border: 1px solid #f26522;
  padding: 2px 6px;
  border-radius: 2px;
}

.lp-header-topnav-item.fontsize {
  font-weight: bold;
  gap: 6px;
}

.lp-header-topnav-item.fontsize a {
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: bold;
  background-color: transparent;
}

.lp-header-topnav-item.fontsize a.active {
  background-color: #8dc21f;
  color: #fff;
}

.lp-header-main {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.lp-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* ロゴ */
.lp-header-logo img {
  height: 85px;
}

/* 検索フォーム */
.lp-header-searchbox {
  flex: 1;
  max-width: 460px;
  line-height: 3rem;
}

.lp-header-searchbox form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.lp-header-searchbox select {
  padding: 5px 10px;
  border: none;
  background: #f8f8f8;
  font-weight: bold;
  width: 100%;
  max-width: 24%;
  height: 35px;
}

.lp-header-searchbox input {
  flex: 1;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
}

.lp-header-searchbox button {
  width: 40px;
  background: #8dc21f;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* 人気ワード */
.lp-header-keywords {
  margin-top: 5px;
  font-size: 13px;
}

.lp-header-keywords .label {
  font-weight: bold;
  margin-right: 10px;
}

.keywords-list {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.keywords-list a {
  color: #000;
  text-decoration: underline;
  font-size: 13px;
}

/* アイコンリスト */
.lp-header-icons {
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-header-icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.lp-header-icons i {
  font-size: 24px;
  margin-bottom: 5px;
}

.lp-header-icons .badge {
  background: #f26522;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
  position: absolute;
  margin-top: -10px;
  margin-left: 12px;
}

.lp-header-icons {
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.lp-header-icons li {
  flex: 1;
  border-left: 1px solid #ccc;
  position: relative;
  text-align: center;
  width: 80px;
  padding: 5px 0;
}

.lp-header-icons li:first-child {
  border-left: none;
}

.lp-header-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0;
  text-decoration: none;
  color: #333;
  position: relative;
}

.lp-header-icons i {
  font-size: 30px;
  margin-bottom: 6px;
  position: relative;
}

.lp-header-icons span {
  font-size: 13px;
}

.lp-header-icons .cart .badge {
  min-width: 20.5%;
  position: absolute;
  top: 34px;
  right: 32%;
  background-color: #ff5b00; /* 本番のオレンジ */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 10px;
  line-height: 1;
  transform: translate(50%, -50%);
  z-index: 1;
}

.lp-header-menu {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

/* .lp-header-menu {
  display: flex;
  justify-content: center;
  background-color: #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  list-style: none;
} */

.lp-header-menu li {
  text-align: center;
  font-weight: bold;
  width: 20%;
  border-right: 1px solid #fff;
}

.lp-header-menu li:first-child {
  border-left: none;
}

.lp-header-menu a {
  display: block;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
}

.lp-header-menu a:hover {
  background-color: #fff;
  color: #e4571e; /* オレンジ色（仮） */
}

.lp_margin {
  margin: 0 !important;
}

/* スマホヘッダー全体 */
@media screen and (max-width: 767px) {
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,.16));
  }

  .sp-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 8px 12px;
  }

  .sp-header__logo {
    width: 242px;
  }

  .sp-header__logo img {
    width: 100%;
    height: auto;
  }

  .sp-header__search {
    width: 100%;
  }

  .sp-header__search form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 22px;
  }

  .sp-header__search input[type="text"] {
    flex: 1;
    height: 35px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
  }

  .sp-header__search button {
    width: 40px;
    background: #7ac143 url('/path/to/search-icon.svg') no-repeat center center;
    background-size: 16px auto;
    border: none;
  }

  .sp-header__icons {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .sp-header__cart,
  .sp-header__menu {
    position: relative;
    text-align: center;
    width: 40px;
  }

  .sp-header__cart img,
  .sp-header__menu img {
    width: 24px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: none;
  }

  .sp-header__cart a,
  .sp-header__menu a {
    color: #000; /* 黒色にする */
    text-decoration: none;
  }

  .sp-header__cart a:hover,
  .sp-header__menu a:hover {
    color: #000;
    text-decoration: none;
  }

  .sp-header__cart i,
  .sp-header__menu i {
    font-size: 26px;
    color: #000;
  }

  .sp-header__label {
    font-size: 10px;
    color: #000;
    font-weight: bold;
  }

  .sp-header__badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    background-color: #fb6107;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    padding: 0 4px;
  }

  .ec-layoutRole__header {
      height: 60px;
      display: flex;
      align-items: center;
    }

    .ec-headerRole {
      width: 126px;
    }

    .headerLogoArea > .is-inner {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center;
      height: 40px;
    }

    .ec-headerNaviRole {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: calc(100% - 126px);
    }

    .ec-cartNavi__badge {
      top: -6px;
      right: 0;
      min-width: 20px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
    }

    .ec-headerNavSP {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .ec-headerSearch {
      width: 100%;
      margin: 10px auto;
    }

    form {
      flex-wrap: nowrap;
    }

    .ec-headerSearch__keyword input[type="search"] {
      width: 100%;
      font-size: 14px;
    }

    .ec-headerSearch__keywordBtn {
      background: #7ac143 url('/yamatonoen_lp_test/lp/assets/img/icon-search.svg') no-repeat center center;
      background-size: 16px auto;
      border: none;
    }

    .gnavList {
      display: flex;
      padding: 0;
      margin: 0 auto;
      list-style: none;
      height: 46px;
      width: 100%;
      max-width: 1240px;
      position: relative;
    }

    .gnavList-item {
      width: 100%;
      text-align: center;
      border-top: 1px solid #ccc;
    }

    .gnavList-item a {
      display: block;
      padding: 10px;
      font-weight: bold;
      color: #fff;
      background-color: #333;
      text-decoration: none;
    }

    .gnavList-item a:hover {
      background-color: #444;
    }

    .sp-popular-keywords {
      text-align: center;
      margin-top: 10px;
    }

    .sp-popular-keywords .label {
      font-weight: bold;
      margin-bottom: 5px;
    }

    .keyword-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
    }

    .keyword-links a {
      text-decoration: underline;
      color: #333;
      font-size: 14px;
    }

    .sp-popular-keywords a {
      color: #333;
      text-decoration: none;
      font-size: 13px;
      padding: 2px 4px;
    }

    .sp-popular-keywords a:hover {
      text-decoration: underline;
      color: #fb6107;
    }

    /* 検索フォームのスタイル */
    .sp-header__search {
      padding: 8px 10px;
      background: #fff;
    }

    .sp-header__search form {
      display: flex;
      border: 1px solid #ccc;
      border-radius: 5px;
      overflow: hidden;
    }

    .sp-header__search input[type="text"] {
      flex: 1;
      height: 36px;
      padding: 0 10px;
      border: none;
      font-size: 14px;
    }

    .sp-header__search .search-btn {
      width: 40px;
      background: #7ac143 url('/yamatonoen_lp_test/lp/assets/img/icon_search.svg') no-repeat center center;
      background-size: 16px auto;
      border: none;
    }

    .sp-popular-words {
      margin-top: 8px;
      font-size: 13px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 21px;
    }

    .sp-popular-words .label {
      font-weight: bold;
      margin-right: 6px;
    }

    .sp-popular-words a {
      color: #333;
      text-decoration: underline;
      white-space: nowrap;
    }

    /* 人気ワードのスタイル */
    .sp-popular-keywords {
      padding: 6px 10px;
      background-color: #fff;
      font-size: 13px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }

    .sp-popular-keywords .label {
      font-weight: bold;
      color: #000;
      margin-right: 6px;
      white-space: nowrap;
    }

    .sp-popular-keywords a {
      color: #333;
      text-decoration: none;
      font-size: 13px;
      padding: 2px 4px;
    }

    .sp-popular-keywords a:hover {
      text-decoration: underline;
      color: #fb6107;
    }

    .sp-accordion {
      position: fixed;
      top: 0;
      right: 0;
      width: 80%;
      height: 100vh;
      background: #fff;
      z-index: 9999;
      overflow: visible;
      box-shadow: -2px 0 8px rgba(0,0,0,0.1);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    .sp-menu-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      padding: 15px;
    }

    .sp-menu-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px; /* アイコンとテキストの間隔 */
      padding: 8px 12px;
      border: 1px solid #f15a24;
      border-radius: 6px;
      color: #f15a24;
      font-weight: bold;
      font-size: 14px;
      background-color: #fdfdfd;
      text-align: left !important;
    }

    .sp-menu-btn i {
      font-size: 16px;
    }

    .sp-menu-btn span {
      line-height: 1.2;
      font-size: 13px;
    }

    .sp-menu-btn:hover {
      background-color: #f9f9f9;
    }

    .sp-menu-buttons a {
      display: inline-block;
      width: 39%;
      margin: 1% 1%;
      padding: 8px;
      border: 1px solid #ccc;
      text-align: center;
      text-decoration: none;
      color: #333;
      background: #f9f9f9;
      font-size: 13px;
    }

    .sp-menu-icons_area {
      display: inline-block !important;
      margin: 1% !important;
      padding: 0 !important;
      border: none !important;
      text-align: left !important;
      text-decoration: none !important;
      color: #333 !important;
      background: transparent !important;
      font-size: 13px !important;
      border: none !important;
      background: none !important;
      position: relative;
    }

    .sp-menu-icons a i {
      font-size: 18px;
      display: block;
      margin-bottom: 3px;
    }

    .sp-menu-search {
      padding: 10px 15px;
      background: #fff;
    }

    .sp-menu-search input[type="text"] {
      width: 75%;
      padding: 5px;
      font-size: 14px;
    }

    .sp-menu-search button {
      width: 20%;
      background-color: #7ac143;
      color: #fff;
      border: none;
      font-size: 16px;
    }

    .sp-popular-keywords {
      font-size: 13px;
      margin-top: 10px;
    }

    .sp-popular-keywords a {
      margin-right: 10px;
      color: #333;
      text-decoration: underline;
    }

    .sp-menu-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .sp-menu-list li {
      border-bottom: 1px solid #ddd;
    }

    .sp-menu-list li a {
      display: block;
      padding: 12px;
      color: #000;
      text-decoration: none;
      text-align: left;
    }

    .btn-tomonokai {
      border: 1px solid #f26522 !important;
      color: #f26522 !important;
    }
    .btn-tomonokai i {
      color: #f15a24 !important;
    }

    .sp-cart-line {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 10px 12px;
      margin-top: 5px;
    }

    .sp-cart-left {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .sp-cart-left i {
      font-size: 22px;
    }

    .sp-cart-badge {
      position: absolute;
      top: -12px;
      right: 64%;
      background-color: #f26522;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      width: 22px;
      height: 17px;
      border-radius: 33%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      box-shadow: 0 0 0 2px #fff; /* 白背景との境界をキレイに */
    }

    .sp-cart-price {
      font-size: 14px;
      color: #333;
    }

    /* アコーディオン全体 */
    .sp-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #fff;
      z-index: 1000;
      overflow-y: auto;
      padding: 20px;
      display: none; /* 初期非表示 */
    }

    /* 閉じるボタン */
    .sp-menu-close {
      position: absolute;
      top: 0px;
      left: -49px;
      width: 50px;
      height: 50px;
      background: #333;
      color: #fff;
      border: none;
      z-index: 10000;
      display: block;
      align-items: center;
      justify-content: center;
    }

    .sp-menu-close:hover {
      background-color: #000;
    }

    .sp-menu-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #222;
      color: #fff;
      font-weight: bold;
      padding: 12px 16px;
      border-bottom: 1px solid #fff;
      width: 100%;
    }

    .sp-toggle-icon {
      width: 28px;
      height: 28px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #222;
      font-size: 12px;
    }

    .sp-menu-toggle i {
      font-size: 14px !important;
      transition: transform 0.3s;
    }

    .sp-menu-toggle.active i {
      transform: rotate(180deg);
    }

    .sp-submenu {
      display: none;
      background-color: #444;
      padding: 10px 20px;
    }

    .sp-submenu.open {
      display: block;
    }

    .sp-submenu li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      border-bottom: 1px solid #ddd;
      background: #fff;
      color: #222;
      text-decoration: none;
    }

    .submenu-arrow {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color: #444;
    }

    .fas {
      font-size: 20px !important;
    }

    /* サブメニュー全体 */
    .sp-submenu-guide {
      display: none;
      background: #f8f8f8;
      padding: 0;
    }

    .fa-chevron-down {
      font-size: 14px !important;
    }

    /* タイトル */
    .sp-guide-title {
      font-weight: bold;
      margin-bottom: 8px;
    }

    /* 初めての方用グリッド */
    .sp-guide-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
    }

    .sp-guide-grid a {
      background: #fff;
      border: 1px solid #ddd;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #333;
    }

    .sp-guide-grid i {
      font-size: 18px;
      margin-bottom: 5px;
      color: #d74b1c;
      margin-right: 15px;
    }

    /* ログインボタン */
    .sp-guide-login {
      display: block;
      background: #ff6600;
      color: #fff !important;
      text-align: center !important;
      padding: 12px;
      font-weight: bold;
      margin: 0;
    }

    .sp-guide-login i {
      margin-right: 5px;
    }

    /* リスト形式リンク */
    .sp-guide-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: #ddd;
      margin: 0;
      list-style: none;
      padding: 0;
    }

    .sp-guide-links li {
      background: #fff;
    }

    .sp-guide-links li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 8px;
      font-size: 14px;
      text-decoration: none;
      color: #333;
      border: 1px solid #ddd;
    }

    .sp-guide-links li a i {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      border: 1px solid #ccc;
      font-size: 12px;
      color: #999;
    }

    .sp-guide-links a {
      display: block;
      padding: 10px;
      color: #333;
    }

    .sp-guide-content {
      display: none;
      margin-top: 0;
    }

    .sp-guide-toggle {
      width: 100%;
      text-align: left;
      font-weight: bold;
      padding: 10px;
      border: none;
      background: #f5f5f5;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }

    .sp-search-select {
      position: relative;
      width: 100%;
    }

    .sp-search-select select {
      width: 100%;
      padding: 10px 40px 10px 12px; /* 右に余白確保（矢印用） */
      font-size: 14px;
      background-color: #f9f9f9;
      border: 1px solid #ccc;
      border-radius: 6px;
      appearance: none; /* デフォルト矢印を無効化 */
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23333' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 14px 14px;
    }

    .sp-search-input {
      display: flex;
      margin-top: 8px;
    }

    .sp-search-input input[type="text"] {
      flex: 1;
      padding: 10px;
      border: 1px solid #ccc;
      border-right: none;
      border-radius: 6px 0 0 6px;
      font-size: 14px;
    }

    .sp-search-input button {
      background-color: #8cc63f; /* 緑色 */
      color: #fff;
      padding: 10px 15px;
      border: 1px solid #8cc63f;
      border-radius: 0 6px 6px 0;
      font-size: 16px;
    }

    .sp-submenu.sp-category-list {
      list-style: none;
      margin: 0;
      padding: 0;
      background-color: #fff;
    }

    .sp-category-list li {
      border-bottom: 1px solid #ddd;
    }

    .sp-category-list li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      font-size: 14px;
      color: #000;
      text-decoration: none;
      font-weight: bold;
    }

    .sp-category-list li a i {
      font-size: 12px;
      color: #000;
    }

    .fa-chevron-right:before {
      font-size: 13px !important;
    }

    .styled-submenu {
      background: #fff;
      padding: 0;
      list-style: none;
      padding-left: 0;
      margin-left: 0;
    }

    .styled-submenu li {
      list-style: none;
      padding-left: 0;
    }

    .styled-submenu li::marker  {
      display: none;
    }

    .styled-submenu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #000;
      padding: 12px;
      text-decoration: none;
      font-size: 14px;
    }

    .styled-submenu a i:first-child {
      margin-right: 10px;
      flex-shrink: 0;
    }

    .styled-submenu a span {
      flex: 1;
    }

    .styled-submenu a i:last-child {
      color: #000;
    }

    /* オレンジ色アイコン */
    .icon-orange {
      color: #f26522; /* お好みのオレンジカラー */
    }

    .sp-menu_area {
      position: fixed;
    }

    .sp-accordion-inner {
      max-height: 100vh;
      overflow-y: scroll;
    }
}

/* ヘッダー 追加250718 */
.lp-header-logo h1 {
  text-align: center;
  color: #a44425;
  font-size: 26px;
  border-bottom: 2px solid #a44425;
  display: inline-block;
  padding-bottom: 4px;
  margin: 0 auto;
}

.lp-header-topnav li {
  margin: 0 5px;
  line-height: 1.2;
  padding: 0;
  font-size: 14px;
}

.lp-header-icons li i {
  margin-bottom: 4px;
}

.fontsize a.active {
  background-color: #8dc63f;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

.lp-header-menu li:last-child {
  border-right: none;
}

.lp-topnav-item_margin {
  padding: 0 10px !important;
  margin: 0px 5px 0 -5px !important;
}

.ec-categoryNaviRole {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #333;
  color: #333;
}

.lp-footer-copy small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .ec-categoryNaviRole {
    display: block;
    width: 100%;
  }

  .sp-condition-link a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: #fff !important;
    padding: 12px 16px !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  .sp-condition-link .arrow-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
  }

  .sp-condition-link .arrow-circle i {
    color: #333;
    font-size: 14px !important;
  }

  .sp-icon-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
}

.sp-icon-menu__item {
  display: flex !important;
  flex-direction: row !important; /* 横並びに */
  justify-content: flex-start !important;
  align-items: center !important;
  height: 60px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  text-align: left !important;
  text-decoration: none !important;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 13px !important;
  padding: 0 12px !important;
  line-height: 1.4;
  width: 82% !important;
}

.sp-icon-menu__item i {
  font-size: 18px !important;
  margin-right: 10px !important;
  flex-shrink: 0;
}

.sp-icon-menu__item.orange {
  border-color: #f26522 !important;
  color: #f26522 !important;
}
}

/* スマホ用のクイックメニュー */
.sp-header__quickmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #333;
  width: 100%;
}

.sp-quickmenu-btn {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background-color: #333;
  text-decoration: unset;
}

.sp-divider {
  width: 2px;
  height: 24px;
  background-color: #aaa;
  margin: 10px 0;
}

.sp-category-submenu {
  display: none;
  background-color: #fff;
  width: 50%;
  z-index: 1;
  overflow-y: auto;
  border-top: 1px solid #ccc;
  padding: 10px 16px;
  font-weight: bold;
}

.sp-category-submenu.show {
  display: block;
}

.sp-category-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-category-submenu li {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.sp-category-submenu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.sp-category-submenu a::after {
  content: '>';
  font-size: 12px;
  color: #999;
  margin-left: auto;
}

/* スライドダウンアニメーション */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* フッター */
.lp-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #333; /* 黒背景に近い */
  color: #fff;
}

.lp-footer a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

.lp-footer a:hover {
  text-decoration: underline;
}

.lp-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 6px 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.lp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.lp-footer-nav li {
  margin: 0 7px;
  font-size: 14px;
  white-space: nowrap;
}

.lp-footer-copy {
  width: 100%;
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .lp-footer-inner {
    flex-wrap: nowrap;
  }

  .lp-footer-nav {
    justify-content: flex-start;
    width: calc(100% - 210px);
    text-align: left;
  }

  .lp-footer-nav li {
    margin: 0 15px 0 0;
  }

  .lp-footer-copy {
    width: 210px;
    text-align: right;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* フッター全体 */
  .lp-footer {
    background-color: #333;
    color: #fff;
    padding: 16px 0;
    font-size: 13px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* フッター内部ラッパー */
  .lp-footer-inner {
    max-width: 100%;
    text-align: center;
    display: block;
  }

  /* ナビ部分 */
  .lp-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
  }

  .lp-footer-nav li {
    margin: 2px 7px;
  }

  .lp-footer-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
  }

  .lp-footer-nav li a:hover {
    text-decoration: underline;
  }

  /* コピーライト */
  .lp-footer-copy {
    font-size: 12px;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

  /* ご利用案内_大和農園オンラインショップとは */
  /* 共通ラップ */
  .commonContents-wrap {
    padding: 40px 20px;
    background-color: #fff;
    font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', sans-serif;
    min-height: 100vh;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* セクションタイトル */
  .commonContents-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
  }
  .commonContents-title::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 78px;
    height: 12px;
    background-image: url('../../assets/img/leaf.svg'); /* 小さな葉っぱ装飾など */
    background-repeat: no-repeat;
    background-position: center;
  }

  /* 最後のセクションの余白を削減 */
  .commonContents:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* --- ご利用案内アイコンボックス --- */
  .guideList {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4列 */
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
  }
  .guideList-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.3s;
    box-sizing: border-box;
    padding: 10px 7px 10px 20px;
  }
  .guideList-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: translateY(-2px);
  }
  .guideList-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 7px 10px 20px;
  }
  .guideList-item::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .commonContents-main {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* アイコン別クラス */
  .icon-flow::before {
    background-image: url('../../assets/img/icon-flow.svg');
  }
  .icon-howto::before {
    background-image: url('../../assets/img/icon-howto.svg');
  }
  .icon-shipping::before {
    background-image: url('../../assets/img/icon-shipping.svg');
  }
  .icon-returns::before {
    background-image: url('../../assets/img/icon-returns.svg');
  }
  .icon-tomonokai::before {
    background-image: url('../../assets/img/icon-tomonokai.svg');
  }
  .icon-catalog::before {
    background-image: url('../../assets/img/icon-catalog.svg');
  }
  .icon-faq::before {
    background-image: url('../../assets/img/icon-faq.svg');
  }
  .icon-contact::before {
    background-image: url('../../assets/img/icon-contact.svg');
  }

  /* --- 大和農園オンラインショップとは --- */
  .shopInfo {
    max-width: 1200px;
    margin: 0 auto;
  }
  .shopInfo-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .shopInfo-list-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 24px;
    flex: 1 1 280px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .shopInfo-main-title {
    font-weight: bold;
    font-size: 16px;
    color: #f26100; /* オレンジ色 */
    margin-bottom: 10px;
    text-align: center;
  }
  .shopInfo-main-title .is-small {
    font-size: 14px;
    color: #f26100;
  }
  .shopInfo-main-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-left: 0 !important;
  }
  .is-bold {
    font-weight: bold;
  }

  @media screen and (max-width: 767px) {
    .guideList {
      grid-template-columns: repeat(2, 1fr);
      padding: 0 10px;
    }

    .shopInfo-list {
      display: block;
    }

    .commonContents-title {
      font-size: 20px;
    }

    .guideList-item {
      padding: 10px 7px 10px 10px;
    }

    .guideList-item a {
      font-size: 14px;
      padding: 10px 7px 10px 10px;
    }

    .guideList-item::before {
      width: 20px;
      height: 100%;
    }

    .shopInfo-list-item {
      margin-bottom: 20px;
    }
  }

  .pagetop {
    display: flex !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 9000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }

  .pagetop:hover {
    text-decoration: none;
    color: #000;
  }

  .pagetop-arrow {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #333;
    position: relative;
  }
  .pagetop-arrow::before,
  .pagetop-arrow::after {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .pagetop-arrow::before {
    top: -6px;
    border-bottom: 6px solid #999;
  }
  .pagetop-arrow::after {
    top: -12px;
    border-bottom: 6px solid #ccc;
  }

  /* 固定ヘッダー共通 */
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .gnavChildMenu-searchArea-btnList {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding-top: 20px;
  }

  .ec-blockBtn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
  }

  /* キャンセルボタン */
  .ec-blockBtn--cancel {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
  }

  .ec-blockBtn--cancel i {
    color: #000;
  }

  /* 検索ボタン */
  .ec-blockBtn--primary {
    background: #79b000;
    color: #fff;
    border: none;
  }

  .ec-blockBtn--primary i {
    color: #fff;
  }

.sp-menu-link {
  text-decoration: none;
}


/* 2025.08.27 ADD */
#main {
  padding:198px 0 0 0!important;
}