/** Shopify CDN: Minification failed

Line 12132:0 Unexpected "}"

**/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #617462;
  background: #F3F7F4;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

#MainContent{
  width:1024px;
  margin:30px auto;
}

@media (max-width: 1024px) {
  #MainContent {
    width: 100%;
    margin: 20px auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  #MainContent {
    margin: 16px auto;
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  #MainContent {
    margin: 12px auto;
    padding: 0 8px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  /* max-width: 1200px; */
  margin-inline: auto;
  /* padding-inline: 16px; */
}

/* コンテナのレスポンシブ設定 */
@media (max-width: 768px) {
  .container {
    padding-inline: 12px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 8px;
  }
}
.skip-to-content-link {
  display: none !important;
}
.page-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .page-layout {
    flex-direction: row;
    align-items: flex-start;
  }
}

.sidebar {
  order: 2;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sidebar {
    order: 1;
    width: 280px;
    flex-shrink: 0;
    margin: 0;
  }
}

.two-column-layout {
  display: flex;
  min-height: 100vh;
}
.two-column-layout .main-content {
  flex: 1;
  padding: 2rem;
}
.two-column-layout .sidebar {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column;
  }
  .two-column-layout .sidebar {
    width: 100%;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
}

.sidebar .panel {
  background: #f3f7f4;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin-bottom: 16px;
}

.main-content {
  order: 1;
  flex: 1;
  padding: 0 0 32px 0;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.main-page-title {
  display: none !important;
}

@media (min-width: 992px) {
  .main-content {
    order: 2;
  }
}

.content {
  display: grid;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
}
.content--no-bg {
  background: transparent;
}

.footer {
  background: #6f7a71;
  color: #e9efe9;
  padding: 32px 0;
  font-size: 0.9rem;
}
.footer .cols {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .footer .cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8a9a8a;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  flex: 1;
  max-width: 150px;
}
.footer-logo .footer-logo-img {
  height: 80px;
  width: 200px;
  display: block;
}

.footer-character {
  flex-shrink: 0;
  margin-bottom: 16px;
  text-align: right;
  width: 150px;
}
.footer-character .api-chara {
  width: 200px;
  height: auto;
  display: block;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer-content {
    flex-direction: row;
    gap: 12px;
  }
}

.footer-column {
  flex: 1;
}
.footer-column:last-child {
  margin-top: 120px;
}

.footer-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: #e9efe9;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 8px;
}
.footer-list li a {
  color: #e9efe9;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.footer-list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-button {
  margin-top: 16px;
}
.footer-button .btn {
  background: #7a8a7a;
  color: #fff;
  border: 1px solid #9aab9a;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.footer-button .download-icon {
  font-size: 1rem;
  font-weight: bold;
}

.company-info h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #e9efe9;
}
.company-info p {
  margin: 0 0 4px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
}

.phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 8px 0;
  font-weight: 600;
}
.phone .phone-icon {
  font-size: 2rem;
}
.phone .phone-svg {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.business-hours {
  font-size: 0.8rem;
  color: #d0d8d0;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.social-media .social-link {
  font-size: 1.2rem;
  color: #e9efe9;
  text-decoration: none;
}
.social-media .social-icon {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}
.social-media .social-text {
  font-size: 0.9rem;
  color: #e9efe9;
}

.footer-bottom {
  border-top: 1px solid #8a9a8a;
  padding-top: 16px;
}
.footer-bottom .footer-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer-bottom .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-bottom .copyright {
  font-size: 1.2rem;
  color: #d0d8d0;
}
.footer-bottom .footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom .footer-links a {
  color: #e9efe9;
  text-decoration: none;
  font-size: 1.2rem;
}

.is-include-failed {
  display: none;
}

.hero {
  overflow: hidden;
  margin: 32px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
.hero .hero-slider {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .hero .hero-slider {
    height: 500px;
  }
}
.hero .hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.hero .hero-slide.active {
  opacity: 1;
}
.hero .hero-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
.hero .hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #617462;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero .hero-nav-btn:hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.hero .hero-nav-btn.hero-nav-prev {
  left: 16px;
}
.hero .hero-nav-btn.hero-nav-next {
  right: 16px;
}
.hero .hero-nav-btn svg {
  width: 24px;
  height: 24px;
  color: #617462;
}
.hero .hero-pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero .hero-pagination-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero .hero-pagination-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
.hero .hero-pagination-dot.active {
  background: rgb(255, 255, 255);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .hero {
    margin: 16px 0;
    padding: 0 8px;
  }
  .hero .hero-slider {
    height: 250px;
  }
  .hero .hero-nav-btn {
    width: 40px;
    height: 40px;
  }
  .hero .hero-nav-prev {
    left: 8px;
  }
  .hero .hero-nav-next {
    right: 8px;
  }
  .hero .hero-pagination {
    bottom: 12px;
  }
  .hero .hero-pagination-dot {
    width: 10px;
    height: 10px;
  }
}
.hero .hero-media {
  aspect-ratio: 1200/400;
  background: linear-gradient(135deg, #55614e 0%, #6f7a71 100%);
  background-image: url("../img/placeholder-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85, 97, 78, 0.7);
  z-index: 1;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 32px;
  max-width: 600px;
}
.hero .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero .hero-title {
    font-size: 3rem;
  }
}
.hero .hero-subtitle {
  font-size: 1.1rem;
  margin: 0 0 24px 0;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero .hero-subtitle {
    font-size: 1.25rem;
  }
}
.hero .hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.section-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 64px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #899284;
}
.section-title.text-center {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 64px;
  color: #617462;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
}
.section-title.text-center::after {
  display: none;
}
.section-title .icon {
  margin-right: 8px;
}

/* サイドバー専用のsection-titleスタイル */
.sidebar-container .section-title {
  font-size: 1.2rem;
  margin-bottom: 24px;
  padding: 0 8px;
}
.sidebar-container .section-title::after {
  background: #899284;
}

/* お知らせ記事の左側に縦線を追加 */
.announcement-card {
  position: relative;
  padding-left: 16px;
  border-left: 3px solid #899284;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.announcement-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-left-color: #55614e;
}

.section-button {
  margin-top: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 12px;
}
.card--industry {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 5px;
  background: #f3f7f4;
}
.card--industry:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.card--industry .icon {
  flex-shrink: 0;
}
.card--industry .icon img {
  width: 24px;
  height: 24px;
}
.card--industry .meta {
  flex: 1;
  font-weight: 400;
  color: #617462;
  text-align: center;
}
.card--industry .arrow {
  color: #55614e;
  font-weight: bold;
}
.card--product {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card--product .thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.card--product .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.card--product .meta {
  margin-bottom: auto;
  padding-bottom: 8px;
}
.card--product .meta .title {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  min-height: 2.8em; /* 2行分の高さを確保 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--product .meta .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.card--product .meta .price {
  color: #f07c00;
  font-weight: 700;
  font-size: 1.1rem;
}
.card--product .meta .favorite-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.card--product .meta .favorite-btn:hover {
  background: rgba(240, 124, 0, 0.1);
  transform: scale(1.1);
}
.card--product .meta .favorite-btn img {
  width: 20px;
  height: 20px;
  display: block;
}
.card--product .meta .favorite-btn .heart-filled {
  display: none;
}
.card--product .meta .favorite-btn.active .heart-icon {
  display: none;
}
.card--product .meta .favorite-btn.active .heart-filled {
  display: block;
}
.card--product .btn {
  margin-top: auto;
  align-self: stretch;
}
.card--product.card--ranking .ranking-badge {
  position: absolute;
  top: 0;
  left: 8px;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 1;
}
.card--product.card--ranking .ranking-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.card--product.card--ranking .ranking-badge .ranking-number {
  position: absolute;
  top: 35%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  z-index: 3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.card--feature {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.card--feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.card--feature .thumb {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.card--feature .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f5f5;
}
.card--feature .meta {
  padding: 8px;
  color: #617462;
}
.card--feature .meta .title {
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.2;
  font-size: 0.9rem;
  color: #617462;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 1.2em; /* 1行分の高さを確保 */
}
.card--feature .meta .description {
  color: #617462;
  font-size: 0.8rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--video a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card--video a:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.card--video .thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.card--video .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.card--video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff0000;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.2s ease;
  z-index: 2;
}
.card--video .meta .title {
  font-weight: 600;
  line-height: 1.4;
  color: #617462;
}

.card--thumb {
  padding: 8px;
}
.card--thumb .thumb {
  border-radius: 12px;
  overflow: hidden;
}
.card--thumb .meta {
  padding: 8px;
  font-size: 0.9rem;
}
.card--thumb .price {
  color: #f07c00;
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: #55614e;
  color: #fff;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btn--primary {
  background: #55614e;
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
}
.btn--primary:hover {
  background: #ec6c00;
  color: #fff;
}
.btn--primary:active {
  background: #ec6c00;
  color: #fff;
}
.btn--secondary {
  background: transparent;
  color: #55614e;
  border: 2px solid #8ca08c;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
}
.btn--secondary:hover {
  background: #e8f4e8;
  color: #3d4a3d;
  border-color: #55614e;
}

.product-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
.product-carousel .carousel-container {
  position: relative;
  overflow: hidden;
}
.product-carousel .carousel-track {
  display: flex;
  gap: 6px;
  transition: transform 0.3s ease;
}
.product-carousel .carousel-track .card--product {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
}
.product-carousel .carousel-track .card--product:hover {
  border-color: #f07c00;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-carousel .carousel-nav--prev {
  left: -24px;
}
.product-carousel .carousel-nav--next {
  right: -24px;
}
.product-carousel .carousel-nav:hover {
  background: #f07c00;
  border-color: #f07c00;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.product-carousel .carousel-nav:active {
  background: #e06a00;
  border-color: #e06a00;
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.product-carousel .carousel-nav img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.4) contrast(100%);
  transition: filter 0.2s ease;
}
.product-carousel .carousel-nav:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.product-carousel .carousel-nav:active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.product-carousel .carousel-nav--next img {
  transform: rotate(180deg);
}

.video-section {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 12px;
  margin: 16px auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.video-section .video-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.video-section .video-header .more-link {
  color: #f07c00;
  text-decoration: none;
  font-weight: 600;
}
.video-section .video-header .more-link:hover {
  text-decoration: underline;
}
.video-section .video-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.video-section .video-carousel .carousel-container {
  position: relative;
  overflow: hidden;
}
.video-section .video-carousel .carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s ease;
  width: 100%;
}
.video-section .video-carousel .carousel-track .card--video {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  box-sizing: border-box;
}
.video-section .video-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.video-section .video-carousel .carousel-nav--prev {
  left: -24px;
}
.video-section .video-carousel .carousel-nav--next {
  right: -24px;
}
.video-section .video-carousel .carousel-nav:hover {
  background: #f07c00;
  border-color: #f07c00;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.video-section .video-carousel .carousel-nav:active {
  background: #e06a00;
  border-color: #e06a00;
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.video-section .video-carousel .carousel-nav img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.4) contrast(100%);
  transition: filter 0.2s ease;
}
.video-section .video-carousel .carousel-nav:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.video-section .video-carousel .carousel-nav:active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.video-section .video-carousel .carousel-nav--next img {
  transform: rotate(180deg);
}

.icon-grid .icon-btn {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 12px;
  text-align: center;
  cursor: pointer;
}

.sidebar-container .panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  padding: 20px;
  margin-bottom: 16px;
}
.sidebar-container .panel:last-child {
  margin-bottom: 0;
}
.sidebar-container .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-container .category-list li {
  margin-bottom: 8px;
}
.sidebar-container .category-list li:last-child {
  margin-bottom: 0;
}
.sidebar-container .category-list li a {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #55614e;
  transition: all 0.2s ease;
}
.sidebar-container .category-list li a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background: #e8f4e8;
  color: #3d4a3d;
}
.sidebar-container .calendar .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.sidebar-container .calendar .calendar-header .calendar-nav {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #617462;
}
.sidebar-container .calendar .calendar-header .calendar-nav:hover {
  background: #f5f5f5;
  color: #f07c00;
}
.sidebar-container .calendar .calendar-header .calendar-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #617462;
}
.sidebar-container .calendar .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}
.sidebar-container .calendar .calendar-weekdays .weekday {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #617462;
  padding: 4px;
}
.sidebar-container .calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.sidebar-container .calendar .calendar-days .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #617462;
  min-height: 24px;
}
.sidebar-container .calendar .calendar-days .calendar-day:hover {
  background: #f5f5f5;
}
.sidebar-container .calendar .calendar-days .calendar-day.today {
  background: #f07c00;
  color: #fff;
  font-weight: 600;
}
.sidebar-container .calendar .calendar-days .calendar-day.holiday {
  background: #ffebee;
  color: #d32f2f;
  font-weight: 600;
  border-radius: 50%;
}
.sidebar-container .calendar .calendar-days .calendar-day.other-month {
  color: #ccc;
}
.sidebar-container .calendar .calendar-legend {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.sidebar-container .calendar .calendar-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-container .calendar .calendar-legend .legend-item .legend-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.sidebar-container .calendar .calendar-legend .legend-item .legend-icon.holiday {
  background: #ffebee;
  border: 1px solid #d32f2f;
}
.sidebar-container .calendar .calendar-legend .legend-item .legend-text {
  font-size: 0.75rem;
  color: #d32f2f;
  font-weight: 500;
}
.sidebar-container .announcements .announcement-card {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.sidebar-container .announcements .announcement-card:last-child {
  border-bottom: none;
}
.sidebar-container .announcements .announcement-card .announcement-date {
  font-size: 0.8rem;
  color: #617462;
  margin-bottom: 4px;
}
.sidebar-container .announcements .announcement-card .announcement-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #617462;
}

/* ローカル変数（共通の_variablesがある場合は !default で上書き可） */

/* 会社関連スタイルは component-company.css に移動 */

/* SR-only */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main-content {
  font-family: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #121212;
  line-height: 1.8;
}

/* パンくず */
.breadcrumb {
  background: transparent;
}
.breadcrumb .breadcrumb-list {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  display: flex;
  gap: 8px;
  padding: 12px 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
  color: #000000;
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #000000;
}
.breadcrumb .breadcrumb-item:last-child span {
  color: #000000;
  font-weight: 400;
}



/* Payment features styling for icon + text layout */
.payment-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.payment-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #617462;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 0;
}

.payment-features li::before {
  content: none;
}

.payment-features li img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.payment-features li:last-child {
  margin-bottom: 0;
}

/* 細かな調整 */
.container > h2 {
  letter-spacing: 0.02em;
}

/* 新しいガイドページ用スタイル */

.section-title {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  margin-bottom: 16px;
}

.breadcrumb {
  font-size: 14px;
  margin: 12px 0 8px;
}

.breadcrumb__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb__item a {
  text-decoration: underline;
}

.guide-hero__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
}

.guide-hero__lead {
  margin-top: 8px;
  color: #555;
}

/* .grid {
  display: grid;
  gap: 16px;
} */

.grid--4 {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 992px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.summary-card__icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.summary-card__title {
  font-weight: 700;
  line-height: 1.3;
}

.summary-card__text {
  color: #555;
}

.summary-card__link {
  color: #0F6CBD;
  text-decoration: underline;
  width: fit-content;
}

.flow {
  padding: 40px 0;
}

.flow-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .flow-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.flow-step {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.flow-step__num {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F6CBD;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.flow-step__body h3 {
  font-weight: 700;
  margin: 0 0 4px;
}

.shipping {
  padding: 40px 0;
}

.shipping-list {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .shipping-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.shipping-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.shipping-item__title {
  font-weight: 700;
  margin-bottom: 6px;
}

.payment {
  padding: 40px 0;
}

.badge-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  background: #eef2ee;
  border: 1px solid #dfe6e0;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
}

.leadtime {
  padding: 40px 0;
}

.leadtime-table {
  width: 100%;
  border-collapse: collapse;
}

.leadtime-table th, .leadtime-table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.leadtime-table th {
  background: #fafafa;
  text-align: left;
}

.price {
  padding: 20px 0;
}

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button--primary {
  background: #0F6CBD;
  color: #fff;
}

.button--ghost {
  background: #fff;
  color: #0F6CBD;
  border-color: currentColor;
}

.button__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .summary-card {
    padding: 14px;
  }
  .guide-hero__lead {
    font-size: 14px;
  }
}
/* ヒーローのカード：密度と行間を微調整 */
.summary-card {
  padding: 18px;
}

.summary-card__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.summary-card__title {
  font-weight: 700;
  line-height: 1.35;
}

.summary-card__text {
  color: #566;
}

/* アイコンのサイズと揃え */
.summary-card__icon img {
  width: 24px;
  height: 24px;
  display: block;
}

/* "詳しく見る"の視認性アップ */
.summary-card__link {
  color: #0F6CBD;
  text-decoration: underline;
  font-weight: 600;
}

.summary-card__link:hover {
  opacity: 0.85;
}

/* セクションの罫線を少し薄く（見出し周りのアンカーに合わせて） */
.section-title {
  padding-top: 12px;
}

/* 箇条書きの黒点を消す（配送/バッジ） */
.shipping-list,
.badge-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* 配送カードのトーン合わせ（ヒーローと同質感） */
.shipping-item {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* テーブルの視認性（ゼブラ＋文字サイズ） */
.leadtime-table th, .leadtime-table td {
  font-size: 14px;
}

.leadtime-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* セクション上下の間延び対策（上少し詰める） */
.section {
  /* padding-block: 56px; */
} /* 既定があれば上書き */
.price {
  padding-block: 16px;
}

/* スマホの余白最適化 */
@media (max-width: 767px) {
  .summary-card {
    padding: 14px;
  }
  .grid--4 {
    gap: 14px;
  } /* ちょいタイトに */
  .leadtime-table th, .leadtime-table td {
    padding: 8px;
  }
}
/* 基本ユーティリティ */

/* .grid {
  display: grid;
  gap: 24px;
} */

.grid--2 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.breadcrumb {
  font-size: 14px;
  margin: 12px 0 8px;
}

.breadcrumb__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb__item a {
  text-decoration: underline;
}

/* ヒーロー（帯） */
.guide-hero--band {
  background: linear-gradient(0deg, rgba(85, 97, 78, 0.08), rgba(85, 97, 78, 0.08)); /* $primaryの薄い帯 */
  padding: 40px 0 32px;
  text-align: center;
}

.guide-hero__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.guide-hero__lead {
  margin-top: 8px;
  color: #556;
}

/* セクション共通 */
.guide-section {
  padding: 56px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 20px;
}

.section-head__title {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
}

.section-head__lead {
  color: #566;
  margin-top: 6px;
}

/* 大パネル（白カード） */
.guide-panel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  padding: 24px;
}

.guide-panel__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.guide-panel__body p {
  line-height: 1.9;
  color: #445;
}

.guide-panel__body h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 16px 0 6px;
}

/* カテゴリ別ガイド（4カード） */
.guide-cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guide-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.guide-card__icon img {
  width: 36px;
  height: 36px;
  display: block;
}

.guide-card__title {
  font-weight: 700;
}

.guide-card__text {
  color: #566;
  font-size: 14px;
  line-height: 1.8;
}

.guide-card__button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #eef2ee;
  border: 1px solid #dfe6e0;
  font-weight: 700;
  color: #334;
}

.guide-card__button:hover {
  filter: brightness(0.98);
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin-inline: auto;
}

.faq-cta {
  text-align: center;
  padding: 60px 20px;
  color: #617462;
  font-size: 1.1rem;
}
.faq-cta__buttons {
  text-align: center;
}
.faq-cta .btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #617462;
  background: #fff;
  color: #617462;
  cursor: pointer;
}
.faq-cta .btn--ghost:hover {
  background: #617462;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(97, 116, 98, 0.2);
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-item__q {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
}

.faq-item__a {
  padding: 12px 16px 16px;
  color: #445;
  border-top: 1px solid #eee;
}

.faq-item > summary {
  list-style: none;
} /* Safariの三角を消す */
.faq-item > summary::-webkit-details-marker {
  display: none;
}

/* CTA */
.guide-cta__lead {
  text-align: center;
  color: #445;
  margin-bottom: 16px;
}

.cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button--primary {
  background: #55614e;
  color: #fff;
}

.button--ghost {
  background: #fff;
  color: #55614e;
  border-color: currentColor;
}

.button__icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* レスポンシブ微調整 */
@media (max-width: 767px) {
  .guide-section {
    padding: 44px 0;
  }
  .guide-panel {
    padding: 18px;
  }
  .guide-card {
    padding: 16px;
  }
  .guide-card__text {
    font-size: 13px;
  }
}
/* 1) ヒーロー帯：背景をもう少し濃く、字間を微調整 */
.guide-hero--band {
  background: rgba(85, 97, 78, 0.1); /* 8% → 10% で視認性UP */
  padding: 60px 0 44px;
  text-align: center;
}

.guide-hero__title--tight {
  letter-spacing: -0.01em;
}

.guide-hero__lead {
  margin-top: 10px;
  color: #677;
}

/* 2) 白パネル：影・角丸を目標デザイン寄りに */
.guide-panel {
  background: #fff;
  border-radius: 14px; /* 12→14 */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 26px;
  max-width: 960px;
  margin-inline: auto;
}

.guide-panel__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.guide-panel__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 8px;
}

.guide-list {
  margin: 0 0 8px 1.1em;
}

.guide-list li {
  line-height: 1.9;
  color: #445;
}

/* 3) カテゴリ別ガイド：カードを"2×2 大きめブロック"に、アイコンを角丸枠で */
#category-guide {
  padding-top: 44px;
}

.section-head {
  text-align: center;
  margin-bottom: 18px;
}

.section-head__title {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
}

.section-head__lead {
  color: #667;
  margin-top: 6px;
}

.guide-card-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .guide-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guide-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-card__icon {
  width: 56px;
  height: 56px;
  border: 1px solid #dfe6e0;
  border-radius: 12px; /* アイコン枠の角丸 */
  display: grid;
  place-items: center;
  background: #f7faf7;
}

.guide-card__icon img {
  width: 40px;
  height: 40px;
  display: block;
}

.guide-card__title {
  font-weight: 700;
}

.guide-card__text {
  color: #566;
  font-size: 14px;
  line-height: 1.8;
}

/* CTAボタン： pill 形状＋右矢印 */
.guide-card__cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef2ee;
  border: 1px solid #dfe6e0;
  font-weight: 700;
  color: #334;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.guide-card__cta .chev {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.guide-card__cta .chev::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(1px);
}

.guide-card__cta:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

/* 4) FAQ：フラット・行カード風（目標デザインの帯＋矢印） */
.faq--flat .faq-list {
  max-width: 960px;
  margin-inline: auto;
}

.faq--flat .faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e6ebe7;
  overflow: hidden;
}

.faq--flat .faq-item + .faq-item {
  margin-top: 8px;
}

.faq--flat .faq-item > summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 44px 14px 16px;
  font-weight: 700;
}

.faq--flat .faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq--flat .faq-item > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.7;
}

.faq--flat .faq-item[open] > summary::after {
  transform: rotate(45deg);
}

.faq--flat .faq-item__a {
  padding: 12px 16px 16px;
  color: #445;
  border-top: 1px solid #e6ebe7;
}

/* 5) セクション間隔：目標寄りのバランスへ */
.guide-section {
  padding: 56px 0;
}

@media (max-width: 767px) {
  .guide-hero--band {
    padding: 48px 0 36px;
  }
  .guide-panel {
    padding: 20px;
  }
  .guide-card {
    padding: 18px;
  }
  .guide-card-grid {
    gap: 16px;
  }
}
/* ---- 基本 ---- */

.container--narrow {
  max-width: 960px;
} /* カテゴリ別/CTAの横幅を絞る */
.guide-section {
  padding: 56px 0;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb__item {
  color: #000000;
}

.breadcrumb--chev .breadcrumb__item + .breadcrumb__item {
  position: relative;
  padding-left: 14px;
}

.breadcrumb--chev .breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  position: absolute;
  left: 4px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.6;
}

/* ---- ヒーロー帯（少し濃い緑） ---- */
.guide-hero--band {
  background: rgba(85, 97, 78, 0.16); /* 10%→16%に濃く */
  padding: 64px 0 44px;
  text-align: center;
}

.guide-hero__title--tight {
  letter-spacing: -0.01em;
}

.guide-hero__lead {
  margin-top: 10px;
  color: #677;
}

/* ---- 白パネル ---- */
.guide-panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 26px;
  max-width: 960px;
  margin-inline: auto;
}

.guide-panel__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.guide-panel__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 8px;
}

.guide-list {
  margin: 0 0 8px 1.1em;
}

.guide-list li {
  line-height: 1.9;
  color: #445;
}

/* ---- カテゴリ別ガイド（2×2・幅狭） ---- */
.guide-card-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .guide-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guide-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-card__icon {
  width: 56px;
  height: 56px;
  border: 1px solid #dfe6e0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f7faf7;
}

.guide-card__icon img {
  width: 40px;
  height: 40px;
  display: block;
}

.guide-card__title {
  font-weight: 700;
}

.guide-card__text {
  color: #566;
  font-size: 14px;
  line-height: 1.8;
}

/* ボタン：緑・長方形・角丸 */
.guide-card__cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 700;
  transition: filter 0.15s ease, transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.guide-card__cta--solid {
  background: #55614e;
  color: #fff;
  border: 1px solid #55614e;
}

.guide-card__cta--solid:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.guide-card__cta .chev {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.guide-card__cta .chev::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(1px);
}

/* ---- FAQ：隙間を詰める（フラット行） ---- */
.faq--flat .faq-list {
  max-width: 960px;
  margin-inline: auto;
}

.faq--flat .faq-item {
  background: #fff;
  border: 1px solid #e6ebe7;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.faq--flat .faq-item + .faq-item {
  margin-top: 6px;
} /* ←隙間を詰める */
.faq--flat .faq-item > summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 12px 44px 12px 16px;
  font-weight: 700;
}

.faq--flat .faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq--flat .faq-item > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.7;
}

.faq--flat .faq-item[open] > summary::after {
  transform: rotate(45deg);
}

.faq--flat .faq-item__a {
  padding: 10px 16px 14px;
  color: #445;
  border-top: 1px solid #e6ebe7;
}

/* ---- 最下部CTA：白塗り→ホバーで緑 ---- */
.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  font-weight: 700;
  padding: 12px 16px;
  border: 1px solid transparent;
}

.button--outline {
  background: #fff;
  color: #55614e;
  border-color: #55614e;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.button--outline:hover {
  background: #55614e;
  color: #fff;
  transform: translateY(-1px);
}

.button--with-chev .chev {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
}

.button--with-chev .chev::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(1px);
}

/* ---- レスポンシブ ---- */
@media (max-width: 767px) {
  .guide-hero--band {
    padding: 48px 0 36px;
  }
  .guide-panel {
    padding: 20px;
  }
  .guide-card {
    padding: 18px;
  }
  .guide-card-grid {
    gap: 16px;
  }
}
.starter__hero {
  background: #CDDDD0;
  padding: 4rem 0;
}
.starter__hero-inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .starter__hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.starter__copy h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #55614e;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.starter__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.starter__points li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #617462;
  font-size: 1.125rem;
  line-height: 1.6;
}
.starter__points li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: bold;
}
.starter__points li:last-child {
  margin-bottom: 0;
}
.starter__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.starter__btns .btn {
  background: #ffffff;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.starter__btns .btn:hover {
  background: #f5f5f5;
  border-color: #999999;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.starter__btns .btn::after {
  content: ">";
  font-weight: 600;
}
.starter__kv {
  position: relative;
  min-height: 300px;
}
.starter__mock {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}

.mock-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #55614e;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mock-item--flag {
  transform: rotate(-5deg);
}
.mock-item--sign {
  transform: rotate(3deg);
}
.mock-item--banner {
  transform: rotate(-2deg);
}

.starter__reasons {
  padding: 4rem 0;
}

.card4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (min-width: 992px) {
  .card4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.r-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
}
.r-card__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 0.75rem;
}
.r-card p {
  color: #000000;
  line-height: 1.6;
  margin: 0;
}

.starter__flow {
  padding: 4rem 0;
}

.flow-header {
  text-align: center;
  margin-bottom: 3rem;
}
.flow-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #55614e;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.flow-header__subtitle {
  color: #617462;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.sec-subtitle {
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.flow-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.flow-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: background 0s, color 0s, border-color 0s;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  width: 400px;
  justify-content: center;
}
.flow-tab:first-child {
  border-right: none;
}
.flow-tab--active {
  background: #55614e;
  color: white;
  border-color: #55614e;
}
.flow-tab--active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #55614e;
}
.flow-tab__icon {
  font-size: 1.25rem;
}
.flow-tab__text {
  white-space: nowrap;
  font-weight: normal;
}

.flow-content {
  display: none;
}
.flow-content--active {
  display: block;
  background: #ffffff;
  padding: 2rem;
  border-radius: 0 0 8px 8px;
}

.flow-features {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #dee2e6;
}
.flow-features__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 2rem;
}

.feature-circles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .feature-circles {
    grid-template-columns: repeat(4, 1fr);
  }
}

.feature-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-circle__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #55614e;
}
.feature-circle__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-circle__text {
  line-height: 1.4;
}
.feature-circle__number {
  display: block;
  font-size: 0.875rem;
  color: #617462;
  margin-bottom: 0.25rem;
}
.feature-circle__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #55614e;
}

.plan-guidance {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #dee2e6;
}
.plan-guidance__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 2rem;
}

.plan-options {
  display: grid;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .plan-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.plan-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.plan-option:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.plan-option__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}
.plan-option__content {
  flex: 1;
}
.plan-option__title {
  font-size: 1rem;
  font-weight: 600;
  color: #55614e;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}
.plan-option__desc {
  font-size: 0.875rem;
  color: #617462;
  margin: 0;
  line-height: 1.4;
}
.plan-option__arrow {
  flex-shrink: 0;
  color: #617462;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-guidance {
  margin-top: 3rem;
  padding: 2rem 0;
  border-top: 1px solid #dee2e6;
}
.contact-guidance__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 2rem;
}

.contact-options {
  display: grid;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.contact-option:hover {
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.contact-option__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #55614e;
}
.contact-option__content {
  flex: 1;
}
.contact-option__title {
  font-size: 1rem;
  font-weight: 600;
  color: #55614e;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}
.contact-option__desc {
  font-size: 0.875rem;
  color: #617462;
  margin: 0;
  line-height: 1.4;
}
.contact-option__arrow {
  flex-shrink: 0;
  color: #617462;
  font-size: 1.25rem;
  font-weight: 600;
}

.flow {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 2px;
  background: #55614e;
  z-index: 1;
}
.flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.flow li:last-child {
  margin-bottom: 0;
}

.flow__bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #55614e;
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.flow__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-right: 1px solid #e0e0e0;
  padding-right: 1.5rem;
}

/* .flow__card {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  background: #F2F6F3;
  border-radius: 12px;
  border: 1px solid #617462;
} */

.flow__content {
  flex: 1;
}
.flow__content h3 {
  font-size: 1.125rem;
  font-weight: normal;
  color: #617462;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.flow__content p {
  color: #000000;
  line-height: 1.6;
  margin: 0;
  font-size: 0.9375rem;
}

.flow__step {
  display: inline-block;
  background: #6c7a56;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.starter__cats {
  padding: 4rem 0;
  background: #F3F7F4;
}

.cat-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (min-width: 992px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cat {
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 500px;
}
.cat__img {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}
.cat__body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cat__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-top: 0;
  margin-bottom: 0.25rem;
  text-align: center;
}
.cat__desc {
  color: #000000;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}
.cat__btn {
  background: #55614e;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cat__btn::after {
  content: ">";
  font-weight: 600;
}

.cat-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #e8f5e8, #d4e9d4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #55614e;
  opacity: 0.7;
}

.starter__more {
  text-align: center;
  margin-top: 3rem;
}
.starter__more .btn {
  background: #ffffff;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.starter__more .btn:hover {
  background: #f5f5f5;
  border-color: #999999;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.starter__faq {
  padding: 4rem 0;
}

.faq-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
@media (min-width: 992px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq-item__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #55614e;
  color: white;
  font-weight: 600;
}
.faq-item__icon {
  flex-shrink: 0;
  font-size: 1.25rem;
}
.faq-item__question {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.faq-item__answer {
  padding: 1.25rem 1.5rem;
  background: #DBE0D8;
}
.faq-item__answer p {
  color: #617462;
  line-height: 1.6;
  margin: 0;
  font-size: 0.9375rem;
}

.starter__faq-more {
  text-align: center;
  margin-top: 2rem;
}
.starter__faq-more .lnk {
  color: #f07c00;
  text-decoration: underline;
  font-weight: 600;
}
.starter__faq-more .lnk:hover {
  color: #55614e;
}

.starter__plans {
  padding: 4rem 0;
}

.plan-cards {
  display: grid;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .plan-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.plan-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
  text-align: center;
  position: relative;
}
.plan-card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
  color: #55614e;
}
.plan-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.plan-card__desc {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  text-align: left;
}
.plan-card__features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.plan-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #55614e;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.plan-card__btn:hover {
  background: rgb(60.2285714286, 68.7314285714, 55.2685714286);
}

.feature-tag {
  background: #DBE0D8;
  border: 1px solid #d4e9d4;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #55614e;
  font-weight: 500;
}

.starter__btm {
  padding: 3rem 0;
  text-align: center;
}
.starter__btm-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .starter__btm-text {
    font-size: 1.125rem;
  }
}

/* 相談ボタンのスタイル */
.btn--consult {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 36px;
  background: #ffffff;
  color: #617462;
  border: 1px solid #617462;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn--consult:hover {
  background: #ffffff;
  border-color: #617462;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn__arrow {
  font-weight: 600;
  font-size: 0.9rem;
}

.sec-title {
  font-size: 2rem;
  font-weight: 700;
  color: #55614e;
  text-align: center;
  margin-bottom: 3rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #55614e;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.btn:hover {
  background: rgb(60.2285714286, 68.7314285714, 55.2685714286);
}
.btn--ghost {
  background: transparent;
  color: #55614e;
  border: 2px solid #55614e;
}
.btn--ghost:hover {
  background: #55614e;
  color: white;
}

@media (max-width: 767px) {
  .starter__hero {
    padding: 2rem 0;
  }
  .starter__hero-inner {
    gap: 2rem;
  }
  .starter__copy h1 {
    font-size: 2rem;
  }
  .starter__points li {
    font-size: 1rem;
  }
  .starter__btns {
    flex-direction: column;
  }
  .starter__btns .btn {
    text-align: center;
  }
  .sec-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .card4 {
    grid-template-columns: 1fr;
  }
  .cat-grid {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-item__header {
    padding: 1rem 1.25rem;
  }
  .faq-item__icon {
    font-size: 1rem;
  }
  .faq-item__question {
    font-size: 0.875rem;
  }
  .faq-item__answer {
    padding: 1rem 1.25rem;
  }
  .faq-item__answer p {
    font-size: 0.875rem;
  }
  .plan-cards {
    grid-template-columns: 1fr;
  }
  .plan-card {
    padding: 2rem;
  }
  .plan-card__icon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .plan-card__title {
    font-size: 1.125rem;
  }
  .plan-card__desc {
    font-size: 0.8rem;
  }
  .feature-tag {
    font-size: 0.8125rem;
    padding: 0.4rem 0.75rem;
  }
  .flow::before {
    left: 1rem;
    top: 2rem;
    bottom: 2rem;
  }
  .flow li {
    gap: 1rem;
  }
  .flow li .flow__bullet {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
  /* .flow .flow__card {
    gap: 1rem;
    padding: 1rem;
  }
  .flow .flow__card .flow__icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  } */
  .flow-header {
    margin-bottom: 2rem;
  }
  .flow-header__title {
    font-size: 1.25rem;
  }
  .flow-header__subtitle {
    font-size: 0.9375rem;
  }
  .flow-tabs {
    flex-direction: column;
    gap: 0;
  }
  .flow-tabs .flow-tab {
    border-radius: 8px;
    border: 1px solid #dee2e6;
  }
  .flow-tabs .flow-tab:first-child {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
  .flow-tabs .flow-tab--active::after {
    display: none;
  }
  .sec-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .feature-circles {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .feature-circle__icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .feature-circle__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .feature-circle__number, .feature-circle__label {
    font-size: 0.75rem;
  }
  .plan-options {
    grid-template-columns: 1fr;
  }
  .plan-option {
    padding: 1rem;
  }
  .plan-option__icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  .plan-option__title {
    font-size: 0.875rem;
  }
  .plan-option__desc {
    font-size: 0.75rem;
  }
  .contact-options {
    grid-template-columns: 1fr;
  }
  .contact-option {
    padding: 1rem;
  }
  .contact-option__icon {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }
  .contact-option__title {
    font-size: 0.875rem;
  }
  .contact-option__desc {
    font-size: 0.75rem;
  }
  .flow__bullet {
    margin: 0 auto;
  }
}
.products-content {
  max-width: 1200px;
  margin: 0 auto;
}
.products-content section {
  margin-bottom: 64px;
}
.products-content section:last-child {
  margin-bottom: 0;
}

.category-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.category-item {
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.category-item:hover {
  transform: translateY(-4px);
}

.category-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}

.category-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 12px;
}

.category-description {
  color: #617462;
  line-height: 1.6;
  margin: 0;
  font-size: 0.875rem;
}

.products-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 576px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-image:hover img {
  transform: scale(1.05);
}

.product-info {
  padding: 16px;
}

.product-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 8px;
}

.product-description {
  color: #617462;
  line-height: 1.5;
  margin-bottom: 12px;
  font-size: 0.875rem;
}

.product-price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f07c00;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .category-grid {
    grid-template-columns: 1fr !important;
  }
  .products-grid {
    grid-template-columns: 1fr !important;
  }
  .category-item,
  .product-item {
    padding: 16px;
  }
  .product-image {
    height: 150px;
  }
}

/* p-categories関連のスタイルはcomponent-about_items.cssに移動済み */

.products-category .category-list.grid-4x7.with-spacing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 1.5rem;
  margin: 2rem 0;
}
.products-category .category-list.grid-4x7.with-spacing .category-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid rgba(85, 97, 78, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #617462;
  transition: all 0.3s ease;
  min-height: 120px;
  text-align: center;
}
.products-category .category-list.grid-4x7.with-spacing .category-item:hover, .products-category .category-list.grid-4x7.with-spacing .category-item:focus-visible {
  transform: scale(1.02);
  border-color: rgba(85, 97, 78, 0.3);
  outline: 2px solid #f07c00;
  outline-offset: 2px;
}
.products-category .category-list.grid-4x7.with-spacing .category-item .category-item__label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1200px) {
  .products-category .category-list.grid-4x7.with-spacing {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item {
    min-height: 100px;
    padding: 1.25rem;
  }
}
@media (max-width: 992px) {
  .products-category .category-list.grid-4x7.with-spacing {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item {
    min-height: 90px;
    padding: 1rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item .category-item__label {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .products-category .category-list.grid-4x7.with-spacing {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item {
    min-height: 80px;
    padding: 0.875rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item .category-item__label {
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .products-category .category-list.grid-4x7.with-spacing {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .products-category .category-list.grid-4x7.with-spacing .category-item {
    min-height: 70px;
    padding: 0.75rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.c-button:focus {
  outline: 2px solid #f07c00;
  outline-offset: 2px;
}
.c-button--arrow {
  background: #899284;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 257.33px;
  height: 47px;
  font-size: 15px;
}
.c-button--arrow::after {
  content: "";
  background-image: url('/assets/R-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.c-button--arrow:hover {
  background: rgb(60.2285714286, 68.7314285714, 55.2685714286);
}
.c-button--arrow:hover::after {
  transform: translateX(2px);
}
.c-button--primary {
  background: #55614e;
  color: white;
}
.c-button--primary:hover {
  background: rgb(60.2285714286, 68.7314285714, 55.2685714286);
  transform: translateY(-1px);
}
.c-button--lg {
  padding: 16px 32px;
  font-size: 1rem;
  border-radius: 12px;
}

/* --- Custom: page background except header --- */
/* Set overall page background to a light greenish tone */
html, body {
  background-color: #F3F7F4 !important;
}

/* Keep header using theme background variable so header appears unchanged */
header, .site-header, .header {
  /* background-color: rgb(var(--color-background)) !important; */
}

/* Ensure full-width header overlays keep their background */
.site-header__wrapper, .header__wrapper {
  background-color: rgb(var(--color-background)) !important;
}




.products-index {
  --pi-primary: #55614e; /* 既存パレット */
  --pi-accent: #f07c00;
  --pi-text: #333;
  --pi-bg: #f3f7f4;
  /* 右上の折り目風（デザイン参考） */
}
.products-index .pi-breadcrumb {
  max-width: 1120px;
  margin: 16px auto 0;
  padding: 0 16px;
  font-size: 12px;
  color: #000000;
}
.products-index .pi-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.products-index .pi-search {
  max-width: 720px;
  margin: 24px auto 8px;
  padding: 0 16px;
}
.products-index .pi-search__form {
  display: block;
}
.products-index .pi-search__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.products-index .pi-search__form input {
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border: none;
  background: transparent;
  outline: none;
}
.products-index .pi-search__form input:focus {
  outline: none;
}
.products-index .pi-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  inline-size: 44px;
  block-size: 44px;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}
.products-index .pi-search__btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.products-index .pi-search__tags {
  margin: 24px 0 0;
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.products-index .pi-search__tags a {
  color: var(--pi-primary);
  text-decoration: none;
}
.products-index .pi-search__tag {
  display: inline-block;
  padding: 4px 12px;
  background: #e9efeb;
  border: 1px solid #d9e1dc;
  border-radius: 16px;
  color: var(--pi-primary);
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s ease;
}
.products-index .pi-search__tag:hover {
  background: #d9e1dc;
  border-color: var(--pi-primary);
}
.products-index .pi-section {
  max-width: 1120px;
  margin: 80px auto;
  padding: 0 16px;
}
.products-index .pi-section[aria-labelledby=pi-cat-title] {
  margin-bottom: 120px;
}
.products-index .pi-section[aria-labelledby=pi-ind-title] {
  border-top: 1px solid #c5d0c7;
  padding-top: 80px;
}
.products-index .pi-section__head {
  text-align: center;
  margin-bottom: 48px;
}
.products-index .pi-title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2b2b2b;
}
.products-index .pi-sub {
  font-size: 12px;
  color: #8b8f8d;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.products-index .pi-grid {
  --gap:16px;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .products-index .pi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .products-index .pi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-index .pi-card {
  list-style: none;
  background: #fff;
  border: 1px solid #e3e8e5;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.products-index .pi-card > a {
  display: grid;
  gap: 8px;
  padding: 12px;
  color: var(--pi-text);
  text-decoration: none;
}
.products-index .pi-card:hover {
  border-color: var(--pi-primary);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
  transition: 0.18s;
}
.products-index .pi-card__media {
  aspect-ratio: 390/554;
  border-radius: 8px;
  background: linear-gradient(180deg, #e9efeb 0%, #f6faf8 100%);
  position: relative;
  overflow: hidden;
}
.products-index .pi-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-index .pi-card__label {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.products-index .pi-card--icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.products-index .pi-card--icon > a {
  place-items: center;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products-index .pi-card__icon {
  display: block;
  margin: 8px auto 4px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  width: 300px;
  height: 300px;
}
.products-index .visually-hidden {
  position: absolute !important;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.products-index .pi-search-results {
  max-width: 1120px;
  margin: 80px auto 40px;
  padding: 0 16px;
}
.products-index .pi-search-results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.products-index .pi-search-results__count {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.products-index .pi-search-results__total {
  font-weight: 600;
  color: var(--pi-primary);
}
.products-index .pi-search-results__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .products-index .pi-search-results__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1100px) {
  .products-index .pi-search-results__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.products-index .pi-result-item {
  background: #fff;
  border: 1px solid #e3e8e5;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.products-index .pi-result-item:hover {
  border-color: var(--pi-primary);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.products-index .pi-result-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.products-index .pi-result-item__media {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.products-index .pi-result-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.products-index .pi-result-item:hover .pi-result-item__media img {
  transform: scale(1.05);
}
.products-index .pi-result-item__content {
  padding: 16px;
}
.products-index .pi-result-item__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--pi-text);
  line-height: 1.4;
}
.products-index .pi-result-item__description {
  font-size: 14px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-index .pi-result-item__price {
  font-size: 18px;
  font-weight: 700;
  color: var(--pi-accent);
  margin: 0;
}
.products-index .pi-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.products-index .pi-pagination__prev,
.products-index .pi-pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #fff;
  color: var(--pi-primary);
  cursor: pointer;
  transition: all 0.2s ease;
}
.products-index .pi-pagination__prev:hover:not(:disabled),
.products-index .pi-pagination__next:hover:not(:disabled) {
  border-color: var(--pi-primary);
  background: var(--pi-primary);
  color: #fff;
}
.products-index .pi-pagination__prev:disabled,
.products-index .pi-pagination__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.products-index .pi-pagination__numbers {
  display: flex;
  gap: 4px;
}
.products-index .pi-pagination__number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #d9e1dc;
  border-radius: 8px;
  background: #fff;
  color: var(--pi-primary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.products-index .pi-pagination__number:hover {
  border-color: var(--pi-primary);
  background: var(--pi-primary);
  color: #fff;
}
.products-index .pi-pagination__number--active {
  background: var(--pi-primary);
  color: #fff;
  border-color: var(--pi-primary);
}
.products-index .pi-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #666;
  font-size: 14px;
}

.category-list {
  --cl-primary: #55614e;
  --cl-accent: #f07c00;
  --cl-text: #333;
  --cl-bg: #f3f7f4;
  --cl-border: #e3e8e5;
}
.category-list .cl {
  display: flex;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}
.category-list .cl-wrap {
  display: flex;
  gap: 32px;
  width: 100%;
}
.category-list .cl-sidebar {
  flex-shrink: 0;
  width: 280px;
}
.category-list .cl-main {
  flex: 1;
  min-width: 0;
}
.category-list .cl-hero {
  background: #f0f4f0;
  padding: 48px 24px;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}
.category-list .cl-hero::before, .category-list .cl-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
.category-list .cl-hero::before {
  top: 0;
}
.category-list .cl-hero::after {
  bottom: 0;
}
.category-list .cl-hero .cl-hero__content {
  max-width: 800px;
  margin: 0 auto;
}
.category-list .cl-hero .cl-hero__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 0 24px 0;
  line-height: 1.3;
}
.category-list .cl-hero .cl-hero__description {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0;
  max-width: 700px;
  margin: 0 auto;
}
.category-list .cl-breadcrumb {
  margin-bottom: 16px;
}
.category-list .cl-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
}
.category-list .cl-breadcrumb li {
  display: flex;
  align-items: center;
}
.category-list .cl-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #000000;
}
.category-list .cl-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.category-list .cl-breadcrumb a:hover {
  color: var(--cl-primary);
}
.category-list .cl-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--cl-text);
  margin: 0;
  line-height: 1.2;
}
.category-list .cl-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 0 40px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .category-list .cl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1100px) {
  .category-list .cl-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.category-list .cl-card {
  background: #fff;
  border: 1px solid var(--cl-border);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.category-list .cl-card:hover {
  border-color: var(--cl-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.category-list .cl-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-list .cl-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 16px 16px 12px 16px;
  flex: 1;
}
.category-list .cl-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 16px;
  background: var(--cl-primary);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: auto;
}
.category-list .cl-cart-btn:hover {
  background: #4a5345;
}
.category-list .cl-cart-btn img {
  filter: brightness(0) invert(1);
}
.category-list .cl-thumb {
  aspect-ratio: 4/3;
  background: #f8f9fa;
  border-radius: 4px;
  margin: 0 0 12px 0;
  position: relative;
}
.category-list .cl-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #e9ecef;
  border-radius: 50%;
}
.category-list .cl-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.category-list .cl-sku {
  font-size: 12px;
  color: #666;
  font-family: monospace;
}
.category-list .cl-fav {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.category-list .cl-fav:hover {
  background-color: #f8f9fa;
}
.category-list .cl-fav img {
  display: block;
}
.category-list .cl-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--cl-text);
  margin: 0 0 8px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-list .cl-price {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--cl-accent);
}
.category-list .cl-price__num {
  font-size: 18px;
}
.category-list .cl-tax {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.category-list .cl-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.category-list .cl-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--cl-border);
  border-radius: 6px;
  background: #fff;
  color: var(--cl-text);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.category-list .cl-pager a:hover:not(.is-disabled) {
  border-color: var(--cl-primary);
  background: var(--cl-primary);
  color: #fff;
}
.category-list .cl-pager a.is-current {
  background: var(--cl-primary);
  color: #fff;
  border-color: var(--cl-primary);
}
.category-list .cl-pager a.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .category-list .cl-sidebar {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .category-list .cl {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
  .category-list .cl-sidebar {
    width: 100%;
    order: 2;
  }
  .category-list .cl-main {
    order: 1;
  }
  .category-list .cl-hero {
    padding: 32px 16px;
    margin-bottom: 32px;
  }
  .category-list .cl-hero .cl-hero__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .category-list .cl-hero .cl-hero__description {
    font-size: 14px;
    line-height: 1.6;
  }
  .category-list .cl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .category-list .cl-card__link {
    padding: 12px;
  }
  .category-list .cl-title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .category-list .cl-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-list .cl-pager {
    flex-wrap: wrap;
  }
}

.p-about-items__breadcrumb {
  padding: 16px 0;
}
.p-about-items__breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #000000;
}
.p-about-items__breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
}
.p-about-items__breadcrumb .breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #000000;
}
.p-about-items__breadcrumb .breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
.p-about-items__breadcrumb .breadcrumb li a:hover {
  text-decoration: underline;
}
.p-about-items__lead {
  padding: clamp(24px, 4vw, 48px) 0;
  background: #f3f7f4;
}
.p-about-items__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-about-items__title .ico-leaf {
  width: 24px;
  height: 24px;
  background: #55614e;
  border-radius: 50%;
  position: relative;
}
.p-about-items__title .ico-leaf::before {
  content: "🍃";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.p-about-items__title .jp {
  font: 700 clamp(20px, 2.2vw, 28px)/1.4 "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #617462;
}
.p-about-items__title .en {
  font: 500 12px/1 "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #617462;
  letter-spacing: 0.06em;
}
.p-about-items__grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: 1fr;
  padding: clamp(16px, 3vw, 32px) 0;
}
@media (min-width: 768px) {
  .p-about-items__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .p-about-items__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-about-items .c-card {
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  /* カードの折り返し装飾 */
  /* オリジナルオーダーカードのラベル */
}
.p-about-items .c-card--folded .c-card__fold {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #55614e transparent transparent;
  z-index: 1;
}
.p-about-items .c-card__media {
  position: relative;
}
.p-about-items .c-card__media img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-items .c-card--original .c-card__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}
.p-about-items .c-card--original .c-card__label {
  background: rgba(255, 255, 255, 0.9);
  color: #55614e;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.p-about-items .c-card__body {
  padding: clamp(12px, 2vw, 20px);
  display: grid;
  gap: 0.6rem;
}
.p-about-items .c-card__title {
  font: 700 clamp(16px, 1.8vw, 18px)/1.4 "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #617462;
  margin: 0;
}
.p-about-items .c-card__spec {
  margin: 0;
  padding-left: 1.2em;
  color: #617462;
  font-size: 0.9rem;
  list-style: none;
}
.p-about-items .c-card__spec li {
  position: relative;
  margin-bottom: 2px;
}
.p-about-items .c-card__spec li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #55614e;
}
.p-about-items .c-card__desc {
  color: #617462;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.p-about-items .c-card__cta, .p-about-items .c-cta {
  margin-top: 0.25rem;
  inline-size: fit-content;
  position: relative;
  padding: 0.6rem 1.2rem;
  border-radius: 9999px;
  background: transparent;
  color: #55614e;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
  border: 2px solid #55614e;
}
.p-about-items .c-card__cta:after, .p-about-items .c-cta:after {
  content: "→";
  margin-left: 0.5em;
  font-weight: normal;
}
@media (hover: hover) {
  .p-about-items .c-card__cta:hover, .p-about-items .c-cta:hover {
    background: #55614e;
    color: #fff;
    transform: translateY(-1px);
  }
}
.p-about-items__original {
  background: #f3f7f4;
  padding: clamp(24px, 5vw, 56px) 0;
}
.p-about-items__original__inner {
  display: grid;
  gap: clamp(16px, 3vw, 32px);
  grid-template-columns: 1fr 1.2fr;
}
@media (min-width: 1200px) {
  .p-about-items__original__inner {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (min-width: 992px) {
  .p-about-items__original__inner {
    grid-template-columns: 1fr;
  }
}
.p-about-items__original__content {
  display: grid;
  align-content: center;
  gap: 0.8rem;
}
.p-about-items__original__title {
  font: 700 clamp(18px, 2vw, 22px)/1.4 "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: #617462;
  margin: 0;
}
.p-about-items__original__title small {
  display: block;
  color: #617462;
  font: 500 12px/1 "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  margin-top: 4px;
}
.p-about-items__original__text {
  color: #617462;
  line-height: 1.6;
  margin: 0;
}
.p-about-items__original__media {
  position: relative;
}
.p-about-items__original__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.p-about-items__original__media .p-about-items__original__labels {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-about-items__original__media .p-about-items__original__label {
  background: rgba(255, 255, 255, 0.9);
  color: #55614e;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.p-about-items .container {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 24px);
}
.p-about-items .c-cta {
  margin-top: 1rem;
  background: #55614e;
  color: #fff;
  border-color: #55614e;
}
.p-about-items .c-cta:hover {
  background: rgb(60.2285714286, 68.7314285714, 55.2685714286);
  border-color: rgb(60.2285714286, 68.7314285714, 55.2685714286);
}
@media (min-width: 992px) {
  .p-about-items .u-md-hidden {
    display: none;
  }
}

.oo {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .oo {
    padding: 64px 0;
  }
}

.breadcrumb {
  margin-bottom: 32px;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #000000;
}
.breadcrumb ol li a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li[aria-current=page] {
  color: #000000;
  font-weight: 600;
}

.oo-flow {
  margin-bottom: 64px;
  padding: 40px 20px;
  text-align: center;
}
.oo-flow__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.oo-flow__title {
  color: #617462;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.oo-flow__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.oo-flow__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 180px;
  max-width: 200px;
  position: relative;
}
.oo-flow__list li span {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  margin-bottom: 0;
}
.oo-flow__list li:not(:last-child) span::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 1;
}
.oo-flow__list li.is-active span {
  background: #2d5a2d;
  color: #fff;
}
.oo-flow__list li.is-active span::after {
  border-left-color: #2d5a2d;
}
.oo-flow__list li small {
  width: 100%;
  background: #fff;
  border: 1px solid #4a5a4a;
  padding: 16px 12px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.oo-flow__note {
  color: #8a9b8a;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.6;
}

.oo-grid {
  margin-bottom: 64px;
}

.oo-title {
  font-size: 2rem;
  font-weight: 700;
  color: #55614e;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .oo-title {
    font-size: 2.5rem;
  }
}

.oo-lead {
  text-align: center;
  color: #617462;
  line-height: 1.8;
  font-size: 1.125rem;
  margin-bottom: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.oo-cards {
  display: grid;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .oo-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
@media (min-width: 992px) {
  .oo-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.oo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.oo-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.oo-card__thumb {
  height: 200px;
  background: linear-gradient(135deg, rgba(85, 97, 78, 0.1), rgba(240, 124, 0, 0.1));
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
}
.oo-card__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(85, 97, 78, 0.2);
  border-radius: 50%;
}
.oo-card__thumb::after {
  content: "📋";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
.oo-card__body {
  padding: 24px;
}
.oo-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 12px;
  line-height: 1.4;
}
.oo-card__desc {
  color: #617462;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.oo-card__cta {
  display: inline-block;
  color: #f07c00;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.oo-card__cta:hover {
  color: #55614e;
}

.oo-guide {
  text-align: center;
  padding: 40px 0;
}
.oo-guide__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.oo-guide__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 32px;
  border: 1px solid #CDDDD0;
  text-align: left;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.oo-guide__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.oo-guide__card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.oo-guide__icon {
  flex-shrink: 0;
}
.oo-guide__icon img {
  width: 48px;
  height: 48px;
  display: block;
}
.oo-guide__body {
  flex: 1;
}
.oo-guide__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #231815;
  margin-bottom: 12px;
  line-height: 1.4;
}
.oo-guide__desc {
  color: #231815;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.oo-guide__card .btn--line {
  background: #fff;
  color: #231815;
  border: 1px solid #CDDDD0;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.oo-guide__card .btn--line:hover {
  background: #f8f9fa;
  border-color: #55614e;
  color: #55614e;
}
.oo-guide__card .btn--line::after {
  content: ">";
  font-weight: 600;
}

@media (max-width: 768px) {
  .oo-guide__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .oo-guide__card {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .oo-flow__list {
    flex-direction: column;
    gap: 20px;
  }
  .oo-flow__list li {
    max-width: 100%;
    min-width: auto;
  }
  .oo-flow__list li span {
    clip-path: none;
    border-radius: 8px 8px 0 0;
  }
  .oo-flow__list li:not(:last-child) span::after {
    display: none;
  }
  .oo-flow__list li small {
    border-radius: 0 0 8px 8px;
  }
  .oo-cards {
    grid-template-columns: 1fr !important;
  }
  .oo-title {
    font-size: 1.75rem;
  }
  .oo-lead {
    font-size: 1rem;
  }
  .oo-card__thumb {
    height: 150px;
  }
  .oo-card__body {
    padding: 16px;
  }
}
.tradelaw {
  background-color: #F3F7F4;
  min-height: 100vh;
  padding: 0 0 40px 0;
}
.tradelaw__hero {
  background: #CDDBD0;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 40px;
}
.tradelaw__title {
  font-size: 3rem;
  font-weight: 400;
  color: #556D5D;
  margin: 0 0 6px;
}
.tradelaw__subtitle {
  font-size: 20px;
  color: #231815;
  margin: 0;
}
.tradelaw__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 特定商取引法ページのCTAをcompany-profileと同じ幅に設定 */
.tradelaw .company-cta {
  padding: 24px 0 48px;
  margin-top: 10px;
  text-align: center;
}

.tradelaw .company-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.tradelaw__card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
  overflow: hidden;
}
.tradelaw__list {
  margin: 0;
  padding: 0;
}
.tradelaw__row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.tradelaw__row:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .tradelaw__row {
    flex-direction: column;
  }
}
.tradelaw__term {
  width: 200px;
  background: #fafafa;
  padding: 20px;
  margin: 0;
  font-weight: 700;
  color: #333333;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .tradelaw__term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 20px;
  }
}
.tradelaw__desc {
  flex: 1;
  padding: 20px;
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .tradelaw__desc {
    padding: 16px 20px;
  }
}
.tradelaw__contact-item {
  margin-bottom: 8px;
}
.tradelaw__contact-item:last-child {
  margin-bottom: 0;
}
.tradelaw__contact-item a {
  color: #000000;
  text-decoration: underline;
}
.tradelaw__contact-item a:hover {
  text-decoration: underline;
}
.tradelaw__return-list {
  margin: 0;
  padding-left: 20px;
}
.tradelaw__return-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.tradelaw__return-list li:last-child {
  margin-bottom: 0;
}
.tradelaw__note {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
.tradelaw__note-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tradelaw__note-text {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
.tradelaw__contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .tradelaw__contacts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.tradelaw__contact {
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.tradelaw__contact-title {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin: 0 0 8px;
}
.tradelaw__contact-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  margin-bottom: 4px;
}
.tradelaw__contact-link:hover {
  text-decoration: underline;
}
.tradelaw__contact-hours {
  font-size: 12px;
  color: #666666;
  margin: 0;
}
.tradelaw__link {
  text-align: center;
  margin-bottom: 40px;
}
.tradelaw__official-link {
  display: inline-block;
  background: #000000;
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
.tradelaw__official-link:hover {
  background: rgb(189, 97.65, 0);
}
.tradelaw__official-link::before {
  content: "🌐";
  margin-right: 8px;
}

@media (max-width: 768px) {
  .tradelaw {
    padding: 20px 0;
  }
  .tradelaw__hero {
    margin-bottom: 24px;
  }
  .tradelaw__title {
    font-size: 32px;
  }
  .tradelaw__subtitle {
    font-size: 16px;
  }
  .tradelaw__container {
    padding: 0 16px;
  }
  .tradelaw__term, .tradelaw__desc {
    padding: 16px;
  }
}
.voices {
  background-color: #f8faf9;
  min-height: 100vh;
}
.voices__hero {
  background-color: #CDDDD0;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 48px;
}
.voices__title {
  font-size: 3rem;
  font-weight: 400;
  color: #2d4a3a;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.voices__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.voices__grid {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .voices__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .voices__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.voices__cta {
  text-align: center;
  padding: 40px 24px;
  margin-top: 32px;
}
.voices__cta-lead {
  font-size: 16px;
  color: #2d4a3a;
  margin: 0 0 24px;
  line-height: 1.6;
  font-weight: 500;
}
.voices__contact {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .voices__contact {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .voices__contact-item {
    justify-content: center;
  }
}
.voices__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.voices__contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voices__contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voices__contact-link {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.2s ease;
}
.voices__contact-link:hover {
  color: #f07c00;
}
.voices__contact-type {
  font-size: 14px;
  color: #5a6b5d;
  margin-bottom: 6px;
  font-weight: 500;
}
.voices__contact-value {
  font-size: 18px;
  font-weight: 700;
  color: #f07c00;
  letter-spacing: -0.01em;
}
.voices__contact-hours {
  font-size: 13px;
  color: #000000;
  margin: 4px 0 0;
  line-height: 1;
}

.voice-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8ebe9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.voice-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.voice-card__media {
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.voice-card__media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.voice-card:hover .voice-card__media img {
  transform: scale(1.02);
}
.voice-card__body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.voice-card__meta {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.voice-card__avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.voice-card__avatar::before {
  content: "👤";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.voice-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #2d4a3a;
  margin: 0 0 12px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.voice-card__text {
  font-size: 14px;
  color: #5a6b5d;
  margin: 0 0 auto;
  line-height: 1.6;
  flex: 1;
}
.voice-card__footer {
  font-size: 12px;
  color: #5a6b5d;
  padding-top: 12px;
  border-top: 1px solid #e8ebe9;
  margin: 12px 0 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .voices__hero {
    padding: 40px 20px;
    margin-bottom: 32px;
  }
  .voices__title {
    font-size: 28px;
  }
  .voices__container {
    padding: 0 16px 60px;
  }
  .voices__grid {
    gap: 20px;
    margin-bottom: 40px;
  }
  .voices__cta {
    margin-top: 24px;
    padding: 32px 16px;
  }
  .voices__cta-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .voices__contact {
    gap: 24px;
  }
  .voices__contact-link {
    font-size: 15px;
  }
  .voice-card__body {
    padding: 16px;
  }
  .voice-card__media img {
    height: 180px;
  }
  .voice-card__title {
    font-size: 15px;
  }
  .voice-card__text {
    font-size: 13px;
  }
  .voice-card__footer {
    font-size: 11px;
  }
  .voice-card__meta {
    top: 10px;
    left: 10px;
  }
  .voice-card__avatar {
    width: 40px;
    height: 40px;
  }
  .voice-card__avatar::before {
    font-size: 18px;
  }
}
.pricing__hero {
  background: #CDDDD0;
  padding: 4rem 0;
  text-align: center;
}
.pricing__hero-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #556D5D;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .pricing__hero-title {
    font-size: 2rem;
  }
}
.pricing__hero-lead {
  font-size: 20px;
  color: #231815;
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .pricing__hero-lead {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.pricing__hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing__hero-actions .btn--ghost {
  border-color: #617462;
  color: #617462;
}
.pricing__hero-actions .btn--ghost:hover {
  background: #617462;
  color: #fff;
}
@media (max-width: 768px) {
  .pricing__hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

/* FAQヒーローセクションのスタイル */
.faq-hero {
  background-color: #CDDDD0;
  padding: 40px 0;
  margin: 20px 0;
}

.faq-hero__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.faq-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.faq-hero__lead {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .faq-hero {
    padding: 30px 0;
    margin: 15px 0;
  }

  .faq-hero__title {
    font-size: 2rem;
  }

  .faq-hero__lead {
    font-size: 1rem;
  }
}

/* FAQページ全体のレイアウト */
.faq-page {
  background-color: #F3F7F4;
}

/* FAQセクションの中央配置 */
.faq-sections {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  box-shadow: none;
}

/* FAQアコーディオンのスタイル */
.faq-group {
  margin-bottom: 40px;
}

.faq-group__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5e8;
}

.faq-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: #fff;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question__text {
  flex: 1;
  margin-right: 15px;
  line-height: 1.5;
}

.faq-question__icon {
  transition: transform 0.3s ease;
  color: #666;
  flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-question__icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}

.faq-answer__content {
  padding: 20px;
  border-top: none;
}

.faq-answer__content p {
  margin: 0;
  line-height: 1.6;
  color: #666;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .faq-sections {
    padding: 20px 15px;
  }

  .faq-question {
    padding: 15px;
    font-size: 0.9rem;
  }

  .faq-answer__content {
    padding: 15px;
  }

  .faq-group__title {
    font-size: 1.3rem;
  }
}

.oo-hero {
  background: #CDDDD0;
  padding: 32px 0;
  margin-bottom: 32px;
  text-align: center;
}
.oo-hero-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #556D5D;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .oo-hero-title {
    font-size: 2rem;
  }
}
.oo-hero-lead {
  font-size: 20px;
  color: #231815;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .oo-hero-lead {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.oo-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .oo-hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid;
  cursor: pointer;
}
.btn--ghost {
  background: #fff;
  color: #2d5a2d;
  border-color: #2d5a2d;
}
.btn--ghost:hover {
  background: #2d5a2d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 90, 45, 0.2);
}
.btn--fixed-width {
  width: 213px;
}
.btn__icon {
  font-size: 0.9rem;
  font-weight: 600;
}

.pricing-table {
  padding: 60px 0;
  background: #f3f7f4;
  position: relative;
}
.pricing-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1.5px;
  background: #617462;
}
.pricing-table__header {
  margin-bottom: 40px;
  text-align: center;
}
.pricing-table__title {
  font-size: 2rem;
  font-weight: 400;
  color: #55614e;
  margin-bottom: 16px;
}
.pricing-table__description {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
}

.pricing-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #617462;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-tab {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: #ffffff;
  color: #617462;
  border-right: 1px solid #617462;
  font-size: 0.9rem;
  font-weight: 500;
}
.pricing-tab:last-child {
  border-right: none;
  border-radius: 0 8px 8px 0;
}
.pricing-tab:first-child {
  border-radius: 8px 0 0 8px;
}
.pricing-tab.active {
  background: #617462;
  color: #fff;
}
.pricing-tab:hover:not(.active) {
  background: #e8f4e8;
  color: #55614e;
}

.pricing-tab.active .tab-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #617462;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.size-guide {
  padding: 60px 0;
  background: #fff;
}
.size-guide__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.size-guide__title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #55614e;
  margin-bottom: 16px;
}
.size-guide__description {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 40px;
}

.size-comparison {
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.size-cards {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .size-cards {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.size-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  height: 190px;
  width: 220px;
  display: flex;
  flex-direction: column;
}
.size-card .size-image {
  width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
}
.size-card .size-info {
  padding: 12px;
}
.size-card .size-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 4px;
}
.size-card .size-dimensions {
  font-size: 0.8rem;
  color: #617462;
}

.tab-panel[data-tab=signboard] .size-cards {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .tab-panel[data-tab=signboard] .size-cards {
    grid-template-columns: 1fr;
  }
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.price {
  flex: 1;
}

.favorite-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.favorite-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.favorite-btn img {
  width: 20px;
  height: 20px;
  display: block;
}
.favorite-btn .heart-filled {
  display: none;
}
.favorite-btn.is-active .heart-icon {
  display: none;
}
.favorite-btn.is-active .heart-filled {
  display: block;
}

.specification-table {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.spec-table {
  width: 850px;
  border-collapse: collapse;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.spec-table th {
  background: transparent;
  color: #000;
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: 1px solid #95BA9F;
}
.spec-table th:first-child {
  width: 45%;
}
.spec-table th:last-child {
  width: 55%;
}
.spec-table td {
  padding: 8px 16px;
  border-bottom: 1px solid #95BA9F;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.2;
}
.spec-table td:first-child {
  font-weight: 500;
  color: #000;
}
.spec-table tbody tr:last-child td {
  border-bottom: 1px solid #95BA9F;
}
.spec-table tbody tr:hover {
  background: #f8f9f8;
}
@media (max-width: 768px) {
  .spec-table {
    font-size: 0.8rem;
  }
  .spec-table th, .spec-table td {
    padding: 12px 8px;
  }
}

.price-table-section {
  margin: 60px 0;
  padding: 0 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.price-table-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #55614e;
  margin-bottom: 20px;
}

.price-table-description {
  text-align: center;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
  font-size: 0.95rem;
}

.price-table-container {
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.price-table thead {
  background: #55614e;
}
.price-table th {
  padding: 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
}
.price-table td {
  padding: 12px 10px;
  text-align: left;
  border: none;
  font-size: 0.9rem;
}
.price-table tbody tr:nth-child(odd) {
  background: #f8f9fa;
}
.price-table tbody tr:nth-child(even) {
  background: #fff;
}
.price-table tbody tr:hover {
  background: #e8f5e8;
}

.price-note {
  text-align: right;
  color: #333;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-right: 10px;
}

.price-notes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  gap: 20px;
}

.price-note-left {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.2;
  flex: 1;
  text-align: left;
}

.price-note-right {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.related-products-table {
  max-width: 100%;
  margin: 0 auto;
}
.related-products-table th:nth-child(1) {
  width: 35%;
}
.related-products-table th:nth-child(2) {
  width: 45%;
}
.related-products-table th:nth-child(3) {
  width: 20%;
}

.quote-button-container {
  text-align: center;
  margin-top: 40px;
}

.quote-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid #617462;
  border-radius: 6px;
  color: #617462;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 350px;
  justify-content: center;
}
.quote-button:hover {
  background: #617462;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(97, 116, 98, 0.2);
}

.quote-button-icon {
  font-size: 0.8rem;
  font-weight: bold;
}

.tab-content {
  margin-top: 40px;
  padding-bottom: 50px;
  background: #fff;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.tab-content-placeholder {
  text-align: center;
  padding: 60px 20px;
  color: #617462;
  font-size: 1.1rem;
}

.signboard-visual {
  background: #8ca08c;
  border-radius: 4px;
  position: relative;
}
.signboard-visual.signboard-normal {
  width: 60px;
  height: 40px;
}
.signboard-visual.signboard-tall {
  width: 60px;
  height: 60px;
}
.signboard-visual::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 20px;
  background: #a0a0a0;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .pricing-table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-table-section {
    margin: 40px 0;
    padding: 0 15px;
  }
  .price-table-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .price-table-description {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .price-table th,
  .price-table td {
    padding: 10px 6px;
    font-size: 0.8rem;
  }
  .price-table th:first-child,
  .price-table td:first-child {
    min-width: 80px;
  }
  .price-notes {
    flex-direction: column;
    gap: 10px;
  }
  .price-note-left,
  .price-note-right {
    text-align: center;
  }
  .related-products-table th:nth-child(1) {
    width: 30%;
  }
  .related-products-table th:nth-child(2) {
    width: 50%;
  }
  .related-products-table th:nth-child(3) {
    width: 20%;
  }
  .quote-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
.news-page {
  padding: 48px 0;
}

.news__hero {
  background: #e8f5e8;
  padding: 64px 0;
  text-align: center;
}
.news__hero-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #2d5a2d;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .news__hero-title {
    font-size: 2rem;
  }
}
.news__hero-lead {
  font-size: 1.1rem;
  color: #2d5a2d;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news__hero-lead {
    font-size: 1rem;
    padding: 0 16px;
  }
}
.news__hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news__hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.news-detail__hero {
  background: #e8f5e8;
  padding: 64px 0;
  text-align: center;
}
.news-detail__hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}
.news-detail__hero-date {
  color: #2d5a2d;
  font-weight: 500;
}
.news-detail__hero-category {
  background: rgba(85, 97, 78, 0.1);
  color: #55614e;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
}
.news-detail__hero-title {
  font-size: 3rem;
  font-weight: 400;
  color: #2d5a2d;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .news-detail__hero-title {
    font-size: 2rem;
  }
}
.news-detail__hero-lead {
  font-size: 1.1rem;
  color: #2d5a2d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-detail__hero-lead {
    font-size: 1rem;
    padding: 0 16px;
  }
}
.news-detail__content {
  padding: 64px 0;
  max-width: 800px;
  margin: 0 auto;
}
.news-detail__image {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
}
.news-detail__image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-detail__body {
  font-size: 1rem;
  line-height: 1.7;
  color: #617462;
}
.news-detail__body h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #55614e;
  margin: 32px 0 12px 0;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.news-detail__body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.news-detail__body p {
  margin-bottom: 16px;
}
.news-detail__body ul, .news-detail__body ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.news-detail__body ul li, .news-detail__body ol li {
  margin-bottom: 8px;
}
.news-detail__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.news-detail__table th {
  background: #55614e;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}
.news-detail__table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.news-detail__table td:last-child {
  border-bottom: none;
}
.news-detail__table tbody tr:hover {
  background: #f8f9f8;
}
.news-detail__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 64px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-detail__actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.news-detail__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .news-detail__navigation {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.news-detail__nav-link {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  text-decoration: none;
  color: #617462;
  transition: all 0.3s ease;
}
.news-detail__nav-link:hover {
  background: #f3f7f4;
  border-color: #55614e;
  color: #55614e;
}
.news-detail__nav-link--prev {
  text-align: left;
}
.news-detail__nav-link--next {
  text-align: right;
}
.news-detail__nav-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 4px;
}
.news-detail__nav-title {
  display: block;
  font-weight: 500;
  line-height: 1.4;
}

.news-grid {
  display: grid;
  gap: clamp(12px, 2.4vw, 24px);
  list-style: none;
  padding: 0;
  margin: 0 0 64px 0;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.news-card:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 124, 0, 0.35);
}
.news-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.news-card__link:focus {
  outline: none;
}
.news-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card:hover .news-card__image img {
  transform: scale(1.05);
}
.news-card__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #617462;
  margin: 0 0 8px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.85rem;
}
.news-card__date {
  color: #666;
  font-weight: 500;
}
.news-card__category {
  background: rgba(85, 97, 78, 0.1);
  color: #55614e;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
}
.news-card__description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-card__button {
  background: transparent;
  border: 1px solid #55614e;
  color: #55614e;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: auto;
}
.news-card__button:hover {
  background: #55614e;
  color: #fff;
}
.news-card__button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 124, 0, 0.35);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination__item {
  margin: 0;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #617462;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination__link:hover {
  background: #f3f7f4;
  border-color: #55614e;
  color: #55614e;
}
.pagination__link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 124, 0, 0.35);
}
.pagination__link[aria-current=page] {
  background: #55614e;
  color: #fff;
  border-color: #55614e;
}
.pagination__link--prev, .pagination__link--next {
  gap: 4px;
  font-size: 0.85rem;
}
.pagination__link--prev span, .pagination__link--next span {
  font-size: 1.1rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .news-page {
    padding: 32px 0;
  }
  .news-card__content {
    padding: 12px;
  }
  .news-card__title {
    font-size: 1rem;
  }
  .news-card__description {
    font-size: 0.85rem;
  }
  .pagination__link {
    min-width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}
.keyword-page .main-content {
  background: #fff;
  min-height: 100vh;
}
.keyword-page main {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 32px) 16px 48px;
}
.keyword-page .title-block {
  margin: 38px 0 16px;
  text-align: center;
}
.keyword-page .title-block h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.2vw, 24px);
  letter-spacing: 0.02em;
}
.keyword-page .title-block .cap {
  display: block;
  color: #7a847b;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.keyword-page .search {
  margin: 8px auto 28px;
  max-width: 560px;
}
.keyword-page .search form {
  position: relative;
}
.keyword-page .search input[type=search] {
  width: 100%;
  height: 46px;
  border: 1px solid #f3f7f4;
  border-radius: 10px;
  padding: 0 48px 0 14px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.keyword-page .search button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 0;
  background: #55614e;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.keyword-page .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.keyword-page .tag {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: #f3f7f4;
  color: #55614e;
  border: 1px solid #d8dfda;
}
.keyword-page .grid {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.keyword-page .grid--cat {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .keyword-page .grid--cat {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .keyword-page .grid--cat {
    grid-template-columns: repeat(3, 1fr);
  }
}
.keyword-page .grid--ind {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 640px) {
  .keyword-page .grid--ind {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .keyword-page .grid--ind {
    grid-template-columns: repeat(4, 1fr);
  }
}
.keyword-page .card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #d8dfda;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  overflow: hidden;
}
.keyword-page .card:focus, .keyword-page .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #c9d5ce;
}
.keyword-page .card__media {
  position: relative;
  background: #f3f7f4;
  display: grid;
  place-items: center;
}
.keyword-page .card__media--cat {
  aspect-ratio: 4/3;
}
.keyword-page .card__media--ind {
  aspect-ratio: 1/1;
}
.keyword-page .ph {
  width: 70%;
  height: 70%;
  border-radius: 10px;
  background: #dfe7e2;
  box-shadow: inset 0 0 0 2px #c9d5ce;
}
.keyword-page .card__corner {
  position: absolute;
  right: 0;
  top: 0;
  background: #dde6df;
  color: #415343;
  font-weight: 700;
  font-size: 11px;
  padding: 6px 10px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
}
.keyword-page .card__body {
  padding: 12px 14px 16px;
  text-align: center;
}
.keyword-page .card__title {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.keyword-page .section {
  margin: 40px 0;
}

/* パンくず（簡易） */
.breadcrumb {
  margin: 16px 0;
  font-size: 12px;
  color: #000000;
}
.breadcrumb a {
  color: inherit;
  text-decoration: underline;
}
.breadcrumb ol {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* 見出し（オレンジ帯） */
.case-head {
  margin: 8px 0 12px;
}
.case-head__title {
  font-size: 16px;
}
.case-head__title > span {
  display: inline-block;
  background: #f07c00;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
}

/* 注意文 */
.case-note {
  margin: 8px 0 20px;
}
.case-note ul {
  padding-left: 1.2em;
}
.case-note li {
  list-style: disc;
  line-height: 1.8;
  color: #555;
}

/* セクションタイトル／リード */
.case-section {
  margin: 24px 0;
}
.case-section__title {
  font-weight: 700;
  margin-bottom: 8px;
}
.case-section__lead {
  color: #666;
  margin-bottom: 12px;
}

/* 画像グリッド（標準／スリムで列数差を出す） */
.case-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 12px;
  /* モバイル：2列 */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .case-grid--normal {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .case-grid--slim {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/* サムネカード（のぼりの縦長感を出す） */
.case-item {
  list-style: none;
}

.case-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.case-card__thumb {
  background: #fafafa;
  position: relative;
  /* 縦長比率（おおよそW:3 H:10） */
  aspect-ratio: 3/10;
}
.case-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-card__cap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  font-size: 12px;
  color: #333;
}

.case-card__name {
  font-weight: 700;
}

.case-card__no {
  color: #777;
}

/* CTA（2ボタン） */
.contact-cta--double {
  margin: 28px 0;
  background: #f3f7f4;
  border: 1px solid #e5efe8;
  border-radius: 12px;
}
.contact-cta--double .contact-cta__inner {
  padding: 22px;
  text-align: center;
  display: grid;
  gap: 10px;
}
.contact-cta--double .contact-cta__title {
  font-size: 18px;
  font-weight: 700;
}
.contact-cta--double .contact-cta__lead {
  color: #555;
}
.contact-cta--double .contact-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* 汎用ボタン（既存があればそちらに合わせてOK） */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.btn--primary {
  background: #55614e;
  color: #fff;
}

.btn--line {
  background: #fff;
  color: #333;
  border-color: #aaa;
}

.pdp__container {
  padding: 24px 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.pdp__breadcrumb {
  font-size: 12px;
  margin-bottom: 16px;
}
.pdp__breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdp__breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.pdp__breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #000000;
}
.pdp__breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.pdp__breadcrumb a:hover {
  text-decoration: underline;
}
.pdp__breadcrumb .breadcrumb-item[aria-current=page] {
  color: #000000;
}
.pdp__main-content {
  margin-bottom: 32px;
  width: 100%;
}
.pdp__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .pdp__grid {
    grid-template-columns: 1fr;
  }
}
.pdp__details, .pdp__recommend {
  margin-top: 48px;
}

.pdp-gallery__main {
  position: relative;
  aspect-ratio: 1/1;
  background: #f3f7f4;
  border-radius: 12px;
  overflow: hidden;
}
.pdp-gallery__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.25s;
}
.pdp-gallery__img.is-active {
  opacity: 1;
}
.pdp-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
.pdp-gallery__nav:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-50%) scale(1.1);
}
.pdp-gallery__nav:active {
  transform: translateY(-50%) scale(0.95);
}
.pdp-gallery__nav--prev {
  left: 12px;
}
.pdp-gallery__nav--next {
  right: 12px;
}
.pdp-gallery__nav svg {
  width: 20px;
  height: 20px;
}
.pdp-gallery__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.pdp-gallery__thumb {
  border: 2px solid transparent;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.pdp-gallery__thumb.is-active {
  border-color: #f07c00;
}
.pdp-gallery__thumb img {
  width: 100%;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
}

.pdp-purchase {
  background-color: #fff;
}

.pdp-purchase .pdp-title {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 4px;
  color: #333;
}
.pdp-purchase .pdp-sku {
  color: #777;
  margin-bottom: 8px;
}
.pdp-purchase .pdp-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pdp-purchase .pdp-price {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  margin: 0;
}
.pdp-purchase .pdp-price__tax {
  font-size: 12px;
  color: #777;
  margin-left: 4px;
}
.pdp-purchase .pdp-favorite {
  width: 44px;
  height: 44px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.pdp-purchase .pdp-favorite:hover {
  border-color: #f07c00;
  color: #f07c00;
  transform: scale(1.05);
}
.pdp-purchase .pdp-favorite:active {
  transform: scale(0.95);
}
.pdp-purchase .pdp-favorite.is-active {
  border-color: #f07c00;
  background: #f07c00;
  color: #fff;
}
.pdp-purchase .pdp-favorite.is-active svg path {
  fill: #fff;
}
.pdp-purchase .pdp-favorite svg {
  width: 24px;
  height: 24px;
}

.pdp-form {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.pdp-form__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .pdp-form__row {
    grid-template-columns: 1fr;
  }
}
.pdp-form__row--inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 576px) {
  .pdp-form__row--inline {
    grid-template-columns: 1fr;
  }
}
.pdp-form__row--qty-pricing dd {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .pdp-form__row--qty-pricing dd {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.pdp-form__col {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .pdp-form__col {
    grid-template-columns: 1fr;
  }
}

.pdp-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #99A893;
  border-radius: 10px;
  background: #fff;
}

.pdp-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pdp-qty__btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #99A893;
  background: #F3F7F4;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0 2px;
}
.pdp-qty__btn:hover {
  background: #E8F0EA;
  border-color: #99A893;
}
.pdp-qty__btn:active {
  transform: scale(0.95);
}
.pdp-qty__input {
  width: 64px;
  height: 36px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* Standard property */
  /* Chrome, Safari, Edge */
}
.pdp-qty__input:focus {
  outline: none;
  border-color: #f07c00;
}
.pdp-qty__input::-webkit-outer-spin-button, .pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-summary {
  margin: 16px 0;
  padding: 16px;
  background: #f7f7f7;
  border-radius: 12px;
}
.pdp-summary__items {
  margin-bottom: 12px;
}
.pdp-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
}
.pdp-summary__item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.pdp-summary__name {
  color: #333;
}
.pdp-summary__price {
  font-weight: 600;
  color: #333;
}
.pdp-summary__divider {
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}
.pdp-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.pdp-actions {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}
.pdp-actions .pdp-btn {
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  border: 2px solid #f07c00;
  background: #fff;
  color: #f07c00;
}
.pdp-actions .pdp-btn--primary {
  background: #f07c00;
  color: #fff;
}

.pdp__details h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
.pdp__details h3 {
  font-size: 16px;
  margin: 16px 0 6px;
}
.pdp__details p, .pdp__details li, .pdp__details dd {
  color: #333;
}
.pdp__details ul {
  padding-left: 1.2em;
}
.pdp__details dl {
  display: grid;
  gap: 8px;
}

.pdp__recommend h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
.pdp__recommend .pdp-reco-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .pdp__recommend .pdp-reco-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pdp__recommend .pdp-reco-grid {
    grid-template-columns: 1fr;
  }
}
.pdp__recommend .pdp-reco {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}
.pdp__recommend .pdp-reco__img {
  background: #eaeaea;
  aspect-ratio: 4/3;
}
.pdp__recommend .pdp-reco__meta {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  font-weight: 700;
}

.pdp-pricing-link {
  margin-top: 8px;
}

.pdp-pricing-btn {
  color: #f07c00;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.pdp-pricing-btn:hover {
  color: #e06800;
}

.pdp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.pdp-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.pdp-modal__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pdp-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}
.pdp-modal__header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.pdp-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-modal__close:hover {
  color: #333;
}
.pdp-modal__body {
  padding: 24px;
}
.pdp-modal__description {
  margin: 0 0 16px;
  color: #666;
  font-size: 14px;
}
.pdp-modal__notes {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.pdp-modal__notes p {
  margin: 4px 0;
  font-size: 12px;
  color: #999;
}

.pdp-pricing-table {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.pdp-pricing-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pdp-pricing-row--header {
  background: #f5f5f5;
  font-weight: 700;
  color: #333;
}
.pdp-pricing-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.pdp-pricing-qty,
.pdp-pricing-price {
  padding: 12px 16px;
  text-align: center;
}
.pdp-pricing-qty:first-child,
.pdp-pricing-price:first-child {
  border-right: 1px solid #eee;
}

.pdp-pricing-price {
  font-weight: 600;
  color: #f07c00;
}

.pdp-notes {
  margin-top: 16px;
  padding: 16px;
  background: #f9f9f9;
  border-radius: 8px;
}
.pdp-notes h4 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #333;
}
.pdp-notes p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666;
}
.pdp-notes ul {
  margin: 0;
  padding-left: 1.2em;
}
.pdp-notes ul li {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.pdp-share {
  margin-top: 16px;
}
.pdp-share h4 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #333;
}
.pdp-share__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .pdp-share__buttons {
    gap: 8px;
  }
}
.pdp-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pdp-share__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.pdp-share__btn:active {
  transform: translateY(0);
}
.pdp-share__btn--twitter {
  background: #1DA1F2;
  color: #fff;
}
.pdp-share__btn--twitter:hover {
  background: #1A91DA;
}
.pdp-share__btn--facebook {
  background: #1877F2;
  color: #fff;
}
.pdp-share__btn--facebook:hover {
  background: #166FE5;
}
.pdp-share__btn--line {
  background: #00B900;
  color: #fff;
}
.pdp-share__btn--line:hover {
  background: #00A300;
}
.pdp-share__btn--copy {
  background: #666;
  color: #fff;
}
.pdp-share__btn--copy:hover {
  background: #555;
}
.pdp-share__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.pdp-share__btn span {
  white-space: nowrap;
}

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  max-width: 300px;
}
.notification--success {
  background: #28a745;
}
.notification--info {
  background: #17a2b8;
}
.notification--warning {
  background: #ffc107;
  color: #333;
}
.notification--error {
  background: #dc3545;
}
.notification__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.notification__close {
  background: none;
  border: none;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.notification__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.notification.show {
  transform: translateX(0);
}
.notification.hide {
  transform: translateX(100%);
}

#header-favorite-btn {
  transition: all 0.2s ease;
}
#header-favorite-btn.is-active {
  color: #f07c00;
}
#header-favorite-btn.is-active img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
}
#header-favorite-btn:hover {
  transform: scale(1.05);
}
#header-favorite-btn:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .notification {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
    transform: translateY(-100%);
  }
  .notification.show {
    transform: translateY(0);
  }
  .notification.hide {
    transform: translateY(-100%);
  }
}
.delivery-page {
  background: #F3F7F4;
  min-height: 100vh;
}

/* ヒーローセクション */
.guide-2col-hero {
  background: #CDDBD0;
  padding: 60px 0;
  min-height: 375px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .guide-2col-hero {
    min-height: 300px;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .guide-2col-hero {
    min-height: 250px;
    padding: 30px 0;
  }
}
.guide-2col-hero__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1600px) {
  .guide-2col-hero__inner {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .guide-2col-hero__inner {
    max-width: 100%;
    padding: 0 16px;
  }
}
.guide-2col-hero__content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1512px;
}
@media (max-width: 1600px) {
  .guide-2col-hero__content {
    max-width: 1200px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .guide-2col-hero__content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.guide-2col-hero__title {
  flex: 1;
}
.guide-2col-hero__title h1 {
  font-size: 67px;
  font-weight: 400;
  color: #556D5D;
  margin: 0 0 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .guide-2col-hero__title h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .guide-2col-hero__title h1 {
    font-size: 28px;
  }
}
.guide-2col-hero__title p {
  font-size: 18px;
  color: #617462;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .guide-2col-hero__title p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .guide-2col-hero__title p {
    font-size: 14px;
  }
}
.guide-2col-hero__icons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .guide-2col-hero__icons {
    order: -1;
  }
}
.guide-2col-hero__main-icon {
  margin-bottom: 24px;
}
.guide-2col-hero__main-icon .truck-icon {
  width: 537px;
  height: 317px;
  object-fit: contain;
}
@media (max-width: 1600px) {
  .guide-2col-hero__main-icon .truck-icon {
    width: 450px;
    height: 265px;
  }
}
@media (max-width: 768px) {
  .guide-2col-hero__main-icon .truck-icon {
    width: 300px;
    height: 177px;
  }
}
@media (max-width: 480px) {
  .guide-2col-hero__main-icon .truck-icon {
    width: 250px;
    height: 147px;
  }
}
.guide-2col-hero__icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.guide-2col-hero__icon-grid .icon-card {
  width: 60px;
  height: 60px;
  background: #617462;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.guide-2col-hero__icon-grid .icon-card:hover {
  transform: scale(1.05);
}
.guide-2col-hero__icon-grid .icon-card__icon {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .guide-2col-hero__icon-grid .icon-card {
    width: 50px;
    height: 50px;
  }
  .guide-2col-hero__icon-grid .icon-card__icon {
    width: 28px;
    height: 28px;
  }
}

/* 配送方法セクション */
.delivery-methods {
  background: #F3F7F4;
  padding: 60px 0;
  width: 977px;
  min-height: 861px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .delivery-methods {
    width: 90%;
    min-height: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .delivery-methods {
    width: 95%;
    min-height: auto;
    margin-bottom: 40px;
  }
}
.delivery-methods .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.delivery-methods .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #617462;
  text-align: center;
  margin: 0 0 16px;
  border-bottom: none;
}
.delivery-methods .section-title::after {
  display: none;
}
.delivery-methods .section-lead {
  text-align: center;
  color: #617462;
  margin: 0 0 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.delivery-methods .method-grid {
  display: grid;
  grid-template-columns: repeat(2, 478px);
  gap: 21px;
  margin: 0 auto 40px;
  justify-content: center;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .delivery-methods .method-grid {
    grid-template-columns: 478px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .delivery-methods .method-grid {
    grid-template-columns: 1fr;
    gap: 21px;
    max-width: 95%;
  }
}
@media (max-width: 480px) {
  .delivery-methods .method-grid {
    max-width: 100%;
  }
}
.delivery-methods .method-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 478px;
  min-height: 485px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .delivery-methods .method-card {
    width: 100%;
    height: auto;
  }
}
.delivery-methods .method-card__header {
  background: #617462;
  padding: 24px 32px;
  margin: 0;
  text-align: center;
  flex-shrink: 0;
}
.delivery-methods .method-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background: #617462;
  padding: 0;
  width: 100%;
  display: block;
}
.delivery-methods .method-card__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.delivery-methods .method-card__icon .method-icon {
  width: 80px;
  height: 80px;
  display: block;
}
@media (max-width: 768px) {
  .delivery-methods .method-card__icon .method-icon {
    width: 60px;
    height: 60px;
  }
}
.delivery-methods .method-card__body {
  padding: 32px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.delivery-methods .method-card__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #617462;
  margin: 0 0 20px;
  text-align: center;
}
.delivery-methods .method-card__products {
  margin: 0;
  text-align: center;
  font-size: 17px;
}
.delivery-methods .method-card__products .product-item {
  display: inline-block;
  color: #617462;
  margin: 4px 8px 4px 0;
  line-height: 1.5;
  font-size: 17px;
}
.delivery-methods .method-card__products .product-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #ccc;
}
.delivery-methods .method-card__footer {
  padding: 0 32px 32px;
  background: #fff;
  margin-top: auto;
}
.delivery-methods .method-card__price {
  font-size: 28px;
  font-weight: 400;
  color: #617462;
  text-align: center;
  padding: 16px;
  background: transparent;
  margin: 0;
  border-top: 1px solid #617462;
}
.delivery-methods .method-card__price strong {
  font-size: 28px;
  font-weight: 700;
}
.delivery-methods .method-card__price small {
  font-size: 22px;
  font-weight: 400;
}
.delivery-methods .method-card__button {
  display: block;
  background: none;
  color: #617462;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border: none;
}
.delivery-methods .method-card__button .arrow {
  font-size: 18px;
}
.delivery-methods .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
}
.delivery-methods .badge__label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
}
.delivery-methods .badge__status {
  font-size: 14px;
  font-weight: 700;
}
.delivery-methods .badge--ok {
  background: #e8f5e8;
  color: #2d5a2d;
}
.delivery-methods .badge--ok .badge__status {
  color: #2d5a2d;
}
.delivery-methods .badge--ng {
  background: #ffe8e8;
  color: #d32f2f;
}
.delivery-methods .badge--ng .badge__status {
  color: #d32f2f;
}

/* 注意事項ボックス */
.notice-box {
  background: #f3f7f4;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 32px;
  margin: 32px auto;
  width: 1000px;
}
@media (max-width: 1024px) {
  .notice-box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .notice-box {
    width: 95%;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .notice-box {
    width: 100%;
    padding: 20px;
  }
}
.notice-box__content {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 768px) {
  .notice-box__content {
    flex-direction: column;
    gap: 24px;
  }
}
.notice-box__title-section {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .notice-box__title-section {
    flex: none;
  }
}
.notice-box__title {
  font-size: 18px;
  font-weight: 400;
  color: #556D5D;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.notice-box__title::after {
  display: none;
}
.notice-box__title .title-line1 {
  display: block;
}
.notice-box__title .title-line2 {
  display: block;
}
.notice-box__divider {
  width: 1px;
  background: #e0e0e0;
  margin: 0;
}
@media (max-width: 768px) {
  .notice-box__divider {
    width: 100%;
    height: 1px;
  }
}
.notice-box__list-section {
  flex: 1;
}
.notice-box .notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notice-box .notice-item {
  position: relative;
  margin: 8px 0;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.4;
}
.notice-box .notice-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.notice-box .notice-text {
  display: inline-block;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  border-bottom: 1px solid #20b2aa;
  padding-bottom: 2px;
}
.notice-box .highlight {
  color: #2d5a2d;
  font-weight: 600;
  border-bottom: none;
}

/* 配送料テーブル */
.shipping-table {
  background: #fff;
  padding: 60px 0;
  width: 977px;
  min-height: 563px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .shipping-table {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .shipping-table {
    width: 95%;
    height: auto;
  }
}
.shipping-table .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.shipping-table .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #617462;
  text-align: center;
  margin: 0 0 16px;
}
.shipping-table .section-title::after {
  display: none;
}
.shipping-table .section-lead {
  text-align: center;
  color: #617462;
  margin: 0 0 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.shipping-table .section-lead:last-of-type {
  margin-bottom: 40px;
}
.shipping-table .table-wrap {
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.shipping-table .price-table {
  width: 100%;
  border-collapse: collapse;
}
.shipping-table .price-table th, .shipping-table .price-table td {
  padding: 16px;
  text-align: left;
  border-bottom: none;
}
.shipping-table .price-table th {
  background: #556D5D;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.shipping-table .price-table td {
  color: #333;
  font-size: 14px;
}
.shipping-table .price-table .row-1 {
  background: #F3F7F4;
}
.shipping-table .price-table .row-1:hover {
  background: #F3F7F4;
}
.shipping-table .price-table .row-2 {
  background: #ffffff;
}
.shipping-table .price-table .row-2:hover {
  background: #ffffff;
}

/* 納期について */
.leadtime {
  background: #f8f9fa;
  padding: 60px 0;
}
.leadtime .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}
.leadtime .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #617462;
  text-align: center;
}
.leadtime .section-title::after {
  display: none;
}
.leadtime .section-lead {
  text-align: center;
  color: #617462;
  margin: 0 0 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.leadtime .leadtime-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .leadtime .leadtime-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.leadtime .leadtime-card {
  background: #fff;
  border: 2px solid #e8f5e8;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  width: 306px;
  height: 347px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .leadtime .leadtime-card {
    width: 100%;
    height: auto;
  }
}
.leadtime .leadtime-card__icon {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadtime .leadtime-card__icon img {
  width: 31px;
  height: 76px;
  object-fit: contain;
}
.leadtime .leadtime-card__icon:nth-child(2) img {
  width: 62px;
  height: 61px;
}
.leadtime .leadtime-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #617462;
  margin: 0 0 4px;
  line-height: 1.4;
}
.leadtime .leadtime-card__material {
  font-size: 15px;
  font-weight: 700;
  color: #617462;
  margin: 0 0 8px;
  opacity: 0.8;
}
.leadtime .leadtime-card__badge .badge-label {
  display: block;
  background: #617462;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  width: 227px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadtime .leadtime-card__badge .badge-time {
  display: block;
  font-size: 39px;
  font-weight: 400;
  color: #617462;
}

/* CTAセクション */
.cta {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.cta .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.cta__lead {
  font-size: 18px;
  color: #617462;
  margin: 0 0 32px;
}
.cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cta__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.cta .btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cta .btn--ghost {
  background: transparent;
  color: #617462;
  border: 2px solid #617462;
}
.cta .btn--ghost:hover {
  background: #617462;
  color: #fff;
}
.cta .btn:not(.btn--ghost) {
  background: #617462;
  color: #fff;
}
.cta .btn:not(.btn--ghost):hover {
  background: #4a5d4a;
}
.cta__contact {
  color: #617462;
}
.cta__contact .tel {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.cta__contact .time, .cta__contact .mail {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

/* お問い合わせセクション */
.contact-section {
  background: #f8f9fa;
  padding: 60px 0;
}
.contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.contact-section .contact-message {
  font-size: 18px;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.6;
}
.contact-section .contact-info {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-section .contact-info {
    flex-direction: column;
    gap: 30px;
  }
}
.contact-section .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .contact-section .contact-item {
    justify-content: center;
  }
}
.contact-section .contact-icon {
  flex-shrink: 0;
}
.contact-section .contact-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.contact-section .contact-details {
  text-align: left;
}
.contact-section .contact-number {
  font-size: 18px;
  font-weight: 700;
  color: #617462;
  margin-bottom: 4px;
}
.contact-section .contact-hours {
  font-size: 14px;
  color: #617462;
  opacity: 0.8;
}
.contact-section .contact-email {
  font-size: 18px;
  font-weight: 600;
  color: #617462;
}

/* 商品リストの左揃え */
.method-card__products {
  text-align: left !important;
}

/* ボタンスタイル */
.delivery-methods .method-card__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 0 20px !important;
  width: 349px !important;
  height: 59px !important;
  background: #fff !important;
  border: 1px solid #617462 !important;
  border-radius: 8px !important;
  color: #617462 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  transition: all 0.2s ease !important;
  margin: 0 auto !important;
}
.delivery-methods .method-card__button:hover {
  background: #617462 !important;
  color: #fff !important;
  border-color: #617462 !important;
}
.delivery-methods .method-card__button:hover .arrow path {
  stroke: #fff !important;
}
.delivery-methods .method-card__button .arrow {
  position: absolute !important;
  right: 20px !important;
  flex-shrink: 0 !important;
}

.payment-page {
  /* tokens */
  --c-bg: #f5f7f3;
  --c-key: #6f7f6f;
  --c-line: #dfe6df;
  --c-note: #eef3ea;
  --c-text: #2b2f2b;
  /* breadcrumb */
  /* payment-hero */
  /* payment methods section */
  /* payment methods */
  /* payment card */
  /* bank details */
  /* fee table */
  /* receipt section */
  /* contact section */
}
.payment-page .container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 16px;
}
.payment-page .breadcrumb-list {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  font-size: 12px;
}
.payment-page .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}
.payment-page .payment-hero {
  background: #CDDDD0;
  width: 100vw;
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 768px) {
  .payment-page .payment-hero {
    height: 318px;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (max-width: 480px) {
  .payment-page .payment-hero {
    height: 318px;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.payment-page .payment-hero .payment-title {
  font-size: 67px;
  line-height: 1.2;
  color: #556D5D;
  margin: 0 0 24px;
  font-weight: 600;
}
.payment-page .payment-hero .payment-desc {
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}
.payment-page .payment-methods-section {
  padding: 48px 0;
}
.payment-page .payment-methods-section .section-title {
  font-size: clamp(20px, 3vw, 28px);
  color: var(--c-key);
  margin-bottom: 32px;
  text-align: center;
}
.payment-page .payment-methods-section .section-title::after {
  display: none;
}
.payment-page .payment-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .payment-page .payment-methods {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .payment-page .payment-methods {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.payment-page .payment-card {
  background: #DBE0D8;
  border: none;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.payment-page .payment-card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.payment-page .payment-card-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.payment-page .payment-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #617462;
  margin: 0 0 16px 0;
  line-height: 1.3;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 16px;
}
.payment-page .payment-card-desc {
  color: #000000;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left !important;
}
.payment-page .payment-card-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.payment-page .payment-card-features li {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  color: #617462;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.payment-page .payment-card-features .feature-icon {
  flex-shrink: 0;
}
.payment-page .payment-card-brands {
  width: 198px;
  margin: 0 auto;
}
.payment-page .payment-card-brands .brand-title-box {
  width: 198px;
  height: 24px;
  background: #556D5D;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.payment-page .payment-card-brands .brand-title-box h4 {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  padding: 0;
  background: none;
}
.payment-page .payment-card-brands .brand-content-box {
  width: 198px;
  height: 139px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-page .payment-card-brands .brand-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.payment-page .payment-card-brands .brand-text {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 10px;
}
.payment-page .payment-card-stores h4 {
  font-size: 14px;
  color: #333333;
  margin: 0 0 12px;
  font-weight: 600;
  background: #e0e0e0;
  padding: 8px 12px;
  border-radius: 6px;
}
.payment-page .payment-card-stores .store-logos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
}
.payment-page .payment-card-brands .brand-logo, .payment-page .payment-card-stores .store-logo {
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 11px;
  color: #555555;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.payment-page .payment-card-security {
  background: #e8e8e8;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #617462;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  font-weight: bold;
  text-align: left;
}
.payment-page .payment-card-security .security-icon {
  flex-shrink: 0;
  margin-top: 1px;
}
.payment-page .payment-card-fee {
  font-weight: 600;
  color: #d32f2f;
  margin: 0;
  background: #f0f0f0;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.payment-page .payment-card-disclaimer {
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  text-align: left !important;
  font-weight: 400;
}

/* Payment disclaimer text alignment */
.payment-disclaimer {
  text-align: left !important;
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin: 8px 0 0 0;
}

/* Payment security styling with icon */
.payment-security {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #617462;
  font-weight: 600;
  margin: 8px 0;
  text-align: left !important;
}

.payment-security img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* Payment brands styling with border */
.payment-brands {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: #f8f9fa;
}

.payment-brands h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #617462;
}

.brand-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.brand-logos img {
  margin-right: 8px;
}

/* Convenience stores styling with border */
.convenience-stores {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: #f8f9fa;
}

.convenience-stores h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #617462;
}

.store-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.store-logos img {
  margin-right: 8px;
}

.payment-fee {
  font-size: 14px;
  color: #617462;
  font-weight: 600;
  margin: 0;
  text-align: left !important;
}

/* Bank details styling with border */
.bank-details {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: #f8f9fa;
}

.bank-details h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #617462;
}

.bank-info {
  text-align: left !important;
}

.bank-info p {
  margin: 4px 0;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.bank-info strong {
  color: #617462;
  font-weight: 600;
}

/* COD fees styling with border */
.cod-fees {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: #f8f9fa;
}

.cod-fees h4 {
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #617462;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.fee-table th {
  padding: 8px 12px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  background: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
}

.fee-table tbody th {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.fee-table tbody tr:last-child th {
  border-bottom: none;
}

.payment-limitation {
  font-size: 13px;
  color: #666666;
  margin: 0;
  text-align: left !important;
  font-weight: 500;
}
.payment-page .payment-card-limitation {
  background: #fff3e0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #e65100;
  margin: 0;
}
.payment-page .bank-details h4 {
  font-size: 16px;
  color: var(--c-key);
  margin: 0 0 12px;
}
.payment-page .bank-details .bank-info {
  background: var(--c-note);
  padding: 12px;
  border-radius: 6px;
}
.payment-page .bank-details .bank-info p {
  margin: 0 0 4px;
  font-size: 14px;
}
.payment-page .bank-details .bank-info p:last-child {
  margin-bottom: 0;
}
.payment-page .fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.payment-page .fee-table th, .payment-page .fee-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid var(--c-line);
  font-size: 14px;
}
.payment-page .fee-table th {
  background: var(--c-note);
  font-weight: 600;
  color: var(--c-key);
}
.payment-page .receipt-section {
  padding: 48px 0;
  background: #f8fcf8;
}
.payment-page .receipt-section .receipt-container {
  max-width: 1000px;
  margin: 0 auto;
  background: #e8f5e8;
  border: 2px solid #556D5D;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .payment-page .receipt-section .receipt-container {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
}
.payment-page .receipt-section .receipt-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  flex-shrink: 0;
  min-width: 140px;
  padding-top: 4px;
}
.payment-page .receipt-section .receipt-divider {
  width: 1px;
  background: #556D5D;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .payment-page .receipt-section .receipt-divider {
    width: 100%;
    height: 1px;
  }
}
.payment-page .receipt-section .receipt-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-page .receipt-section .receipt-list li {
  margin: 0;
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
  list-style-type: disc;
  padding-left: 16px;
  text-align: left;
  white-space: normal;
}
.payment-page .contact-section {
  padding: 48px 0;
}
.payment-page .contact-section .section-title {
  font-size: 21px;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
}
.payment-page .contact-section .section-title::after {
  display: none;
}
.payment-page .contact-section .contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .payment-page .contact-section .contact-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.payment-page .contact-section .contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--c-text);
  transition: all 0.2s ease;
}
.payment-page .contact-section .contact-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.payment-page .contact-section .contact-card .contact-icon {
  flex-shrink: 0;
}
.payment-page .contact-section .contact-card .contact-content {
  flex: 1;
}
.payment-page .contact-section .contact-card .contact-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-key);
  margin: 0 0 4px;
}
.payment-page .contact-section .contact-card .contact-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.payment-page .contact-section .contact-card .contact-arrow {
  flex-shrink: 0;
}

/*# sourceMappingURL=main.css.map */

/* カレンダースタイル - 更新版 */
.calendar {
  font-family: 'Noto Sans JP', sans-serif;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 4px;
}

.calendar-month-year {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
  flex: 1;
}

.calendar-nav-btn {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #617462;
  transition: all 0.2s ease;
}

.calendar-nav-btn:hover {
  background: #EC6C00;
  border-color: #EC6C00;
  color: #fff;
}

.calendar-nav-btn:active {
  transform: scale(0.95);
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}

.weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #617462;
  padding: 4px 0;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 24px;
  width: 100%;
}

.calendar-day:hover {
  background: #f8f9fa;
  border-color: #EC6C00;
}

.calendar-day.today {
  background: #EC6C00;
  color: #fff;
  font-weight: 700;
  border-color: #EC6C00;
}

.calendar-day.today:hover {
  background: #d55a00;
}

.calendar-day.holiday {
  color: #ff4444;
  font-weight: 600;
}

.calendar-day.holiday.today {
  color: #fff;
}

.calendar-day.empty {
  background: transparent;
  border: none;
  cursor: default;
}

.calendar-legend {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #666;
}

.legend-icon {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.legend-icon.holiday {
  background: #ff4444;
  border-color: #ff4444;
}

/* Footer Column Width */
.footer-column {
  width: 180px;
}

/* Header Styles */
.header-wrapper {
  position: relative;
  z-index: 3;
}
.header {
  background: #fff;
}
.header .header-container {
  /* padding: 0 16px; */
  /* width: 1200px;
  max-width: 1200px; */
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .header .header-container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
  }
}

@media (max-width: 768px) {
  .header .header-container {
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .header .header-container {
    padding: 0 8px;
  }
}
.header .header-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}
@media (max-width: 989px) {
  .header .header-top {
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}

/* Header Drawer (Hamburger Menu) */
.header header-drawer {
  display: none; /* デスクトップでは非表示 */
  flex-shrink: 0;
}
@media (max-width: 989px) {
  .header header-drawer {
    display: flex; /* モバイル/タブレットで表示 */
    align-items: center;
    justify-content: center;
  }
}
.header .header__icon--menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header .header__icon--menu svg {
  width: 2.5rem;
  height: 2.5rem;
}
.header .header-logo {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header .header-logo {
    position: static;
    left: auto;
    transform: none;
    order: 2;
    margin: 0 30px;
  }
}
.header .header-logo a {
  display: block;
  text-decoration: none;
}
.header .header-logo a:hover {
  opacity: 0.8;
}
.header .header-logo svg {
  width: 294px;
  height: 48px;
}
.header .header-logo img {
  width: 294px;
  height: 48px;
}
@media (max-width: 767px) {
  .header .header-logo img {
    width: 150px;
    height: 40px;
  }
}
.header .header-search-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .header .header-search-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header-search-area .search-row {
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }
  .header .header-search-area .search-container {
    width: 100%;
  }
  .header .header-search-area .product-count {
    display: none;
  }
}
.header .header-search-area .search-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header-search-area .search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .header .header-search-area .search-container {
    width: 400px;
  }
}
.header .header-search-area .header-search {
  width: 100%;
  height: 48px;
  padding: 0 50px 0 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #DCE1D9;
}
.header .header-search-area .header-search::placeholder {
  color: #617462;
}
.header .header-search-area .header-search:focus {
  outline: none;
  border-color: #EC6C00;
  background: #fff;
}
.header .header-search-area .search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.header .header-search-area .search-button svg {
  width: 18px;
  height: 18px;
}
.header .header-search-area .search-button:hover {
  opacity: 0.7;
}
.header .header-search-area .product-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
.header .header-search-area .product-count .product-count-label {
  font-size: 14px;
  color: #617462;
}
.header .header-search-area .product-count .product-count-number {
  font-size: 21px;
  color: #617462;
  font-weight: 500;
}

/* モバイル時の商品点数 */
.header .product-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.header .product-count .product-count-label {
  font-size: 14px;
  color: #617462;
}

.header .product-count .product-count-number {
  font-size: 21px;
  color: #617462;
  font-weight: 500;
}

@media (max-width: 767px) {
  .header .product-count {
    order: 3;
    flex: 0 0 auto;
    font-size: 12px;
  }
  .header .product-count .product-count-label {
    font-size: 10px;
  }
  .header .product-count .product-count-number {
    font-size: 14px;
  }
}
.header .header-search-area .login-link {
  font-size: 12px;
  color: #617462;
  text-decoration: underline;
  white-space: nowrap;
}
.header .header-search-area .login-link:hover {
  color: #EC6C00;
}
.header .mobile-user-icons {
  display: none;
}
@media (max-width: 767px) {
  .header .mobile-user-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    order: 4;
  }
}
.header .mobile-user-icons .mobile-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #617462;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
.header .mobile-user-icons .mobile-user-icon img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.header .mobile-user-icons .mobile-user-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #899284;
}
.header .mobile-user-icons .mobile-user-icon:hover img {
  transform: scale(1.1);
}
.header .mobile-search-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .header .mobile-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
  }
}
.header .mobile-search-button img {
  width: 18px;
  height: 18px;
}
.header .mobile-search-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header .mobile-search-button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .header-user-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .header .header-user-area {
    display: flex;
    order: 4;
    gap: 8px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header .header-user-area .login-link {
    display: none;
  }
  .header .header-user-area .user-icons {
    gap: 10px;
  }
  .header .header-user-area .user-icons .user-icon span {
    display: none;
  }
  .header .header-user-area .user-icons .user-icon svg,
  .header .header-user-area .user-icons .user-icon img {
    width: 20px;
    height: 20px;
  }
}
.header .header-user-area .login-link {
  font-size: 12px;
  color: #617462;
  text-decoration: underline;
  white-space: nowrap;
}
.header .header-user-area .login-link:hover {
  color: #EC6C00;
}
.header .header-user-area .user-icons {
  display: flex;
  gap: 16px;
}
.header .header-user-area .user-icons .user-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #617462;
  font-size: 11px;
  position: relative;
}
.header .header-user-area .user-icons .user-icon svg, .header .header-user-area .user-icons .user-icon img {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.header .header-user-area .user-icons .user-icon:hover {
  color: #899284;
}
.header .header-user-area .user-icons .user-icon:hover svg, .header .header-user-area .user-icons .user-icon:hover img {
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(54%) sepia(8%) saturate(427%) hue-rotate(86deg) brightness(89%) contrast(86%);
}
.header .header-user-area .user-icons .user-icon:hover svg path {
  fill: #899284 !important;
}
.header nav {
  padding: 12px 0;
  background-color: #6f7a71;
}
.header nav .nav-container {
  padding: 0 16px 0 16px;
  /* max-width: 1200px; */
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header nav .nav-container {
    background: #fff;
    height: 100%;
    padding: 80px 20px 20px;
    overflow-y: auto;
    width: 100%;
    max-width: none;
  }
}
.header nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  gap: 32px;
  overflow-x: auto;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .header nav .nav-list {
    flex-direction: column;
    gap: 0;
    overflow-x: visible;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .header nav .nav-list {
    overflow-x: visible;
    justify-content: space-between;
  }
}
.header nav .nav-item {
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .header nav .nav-item {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
  }
  .header nav .nav-item:last-child {
    border-bottom: none;
  }
}
.header nav .nav-item:last-child {
  margin-right: 0;
}
.header nav .nav-item.active .sub-nav {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header nav .nav-item.active .nav-link {
  color: #EC6C00;
}
@media (min-width: 769px) {
  .header nav .nav-item:hover > .sub-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.header nav .nav-item:hover .nav-link {
  color: #EC6C00;
}
.header nav .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .header nav .nav-link {
    padding: 16px 0;
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
  }
}
.header nav .nav-link:hover {
  color: #EC6C00;
}
.header nav .nav-link .chevron {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.header nav .nav-link .chevron svg {
  width: 15px;
  height: 8px;
}
.header nav .sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  z-index: 1000;
  padding: 8px 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .header nav .sub-nav {
    position: static;
    box-shadow: none;
    border: none;
    background: #f8f9fa;
    margin: 0 -20px;
    padding: 0 20px;
    min-width: auto;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .nav-item:hover .header nav .sub-nav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.header nav .sub-nav li {
  list-style: none;
  position: relative;
}
.header nav .sub-nav li:hover {
  background: #f8f9fa;
}
.header nav .sub-nav li a {
  display: block;
  padding: 8px 16px;
  color: #617462;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .header nav .sub-nav li a {
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid #e9ecef;
    white-space: normal;
  }
  .header nav .sub-nav li a:last-child {
    border-bottom: none;
  }
}
.header nav .sub-nav li a:hover {
  color: #EC6C00;
}
.header nav .sub-nav li:hover > .sub-sub-nav {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header nav .sub-sub-nav {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1001;
  padding: 8px 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.header nav .sub-sub-nav li {
  list-style: none;
  position: relative;
}
.header nav .sub-sub-nav li:hover {
  background: #f8f9fa;
}
.header nav .sub-sub-nav li a {
  display: block;
  padding: 8px 16px;
  color: #617462;
  text-decoration: none;
  font-size: 12px;
}
.header nav .sub-sub-nav li a:hover {
  color: #EC6C00;
}
.header nav .sub-sub-nav li:hover > .sub-sub-sub-nav {
  display: block;
}
.header nav .sub-sub-sub-nav {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 1002;
  padding: 8px 0;
}
.header nav .sub-sub-sub-nav li {
  list-style: none;
}
.header nav .sub-sub-sub-nav li a {
  display: block;
  padding: 8px 16px;
  color: #617462;
  text-decoration: none;
  font-size: 11px;
}
.header nav .sub-sub-sub-nav li a:hover {
  color: #EC6C00;
  background: #f8f9fa;
}

/* カートバッジ共通スタイル */
.header .header-user-area .user-icons .user-icon.cart-icon .cart-badge,
.header .mobile-user-icons .mobile-user-icon.cart-icon .cart-badge {
  position: absolute;
  background: #EC6C00;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

/* デスクトップ版カートバッジ位置 */
.header .header-user-area .user-icons .user-icon.cart-icon .cart-badge {
  top: -4px;
  right: -6px;
}

/* モバイル版カートバッジ位置 */
.header .mobile-user-icons .mobile-user-icon.cart-icon .cart-badge {
  top: 2px;
  right: 0px;
}

/* 空のカートバッジ */
.header .header-user-area .user-icons .user-icon.cart-icon .cart-badge.empty,
.header .mobile-user-icons .mobile-user-icon.cart-icon .cart-badge.empty {
  background: #ccc;
  color: #666;
}

/* 地図ボタンスタイル */
.map-button-container {
  margin-top: 8px;
}

.map-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border: 2px solid #D9D9D9;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  max-width: fit-content;
  position: relative;
}


.map-button:focus {
  outline: 2px solid #EC6C00;
  outline-offset: 2px;
}

.map-icon {
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(40%) sepia(8%) saturate(1000%) hue-rotate(100deg) brightness(95%) contrast(85%);
}

/* おすすめポイントセクション */
.recommended-points {
  padding: 60px 0;
  margin: 40px 0;
}

/* オリジナルオーダー詳細ページの背景 */
body.pdp {
  background: #fff;
}

.recommended-points__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.recommended-points__title {
  text-align: center;
  color: #556D5D;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  line-height: 1.2;
}

.recommended-points__title-decoration {
  color: #90EE90;
  font-size: 20px;
  font-weight: 300;
}

.recommended-points__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .recommended-points__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .recommended-points__title {
    font-size: 28px;
  }
}

.recommended-point {
  text-align: center;
}

.recommended-point__header {
  margin-bottom: 20px;
}

.recommended-point__label {
  color: #FF8C00;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}

.recommended-point__number {
  color: #FF8C00;
  font-size: 48px;
  font-weight: 700;
  display: block;
}

.recommended-point__box {
  background: #556B2F;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.recommended-point__box::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #556B2F;
}

.recommended-point__main-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.recommended-point__description {
  color: #556D5D;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 280px;
  text-align: left;
}

/* Delivery Hero Section - 横並びレイアウト */
.guide-2col-hero__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
}

.guide-2col-hero__title {
  flex: 1;
  max-width: 60%;
}

.guide-2col-hero__title h1 {
  margin-bottom: 1rem;
  line-height: 1.3;
}

.guide-2col-hero__title p {
  line-height: 1.6;
  margin: 0;
}

.guide-2col-hero__icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}

.guide-2col-hero-icon {
  max-width: 250px;
  height: auto;
  display: block;
}

/* Method Card Icon - サイズ調整と横並び */
.method-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method-card__icon {
  width: 140px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 0.5rem;
}

.method-card__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.method-card__body {
  padding-top: 0;
}

.method-card__title {
  background-color: #617462;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  margin: 0 0 1rem 0;
  text-align: center;
  font-weight: 600;
}

/* Notice Box - 左右配置レイアウト */
.notice-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
}

.notice-box__content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.notice-box__title {
  flex: 0 0 250px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  text-align: left;
}

.notice-box__list {
  flex: 1;
  margin: 0;
  padding-left: 0;
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.notice-box__list li {
  margin-bottom: 0.5rem;
}

/* Delivery CTA - 中央配置 */
.delivery-cta {
  text-align: center;
  margin: 2rem auto;
  max-width: 800px;
}

/* Delivery Notice Box - 横並び配置 */
.delivery-notice-box {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 24px;
  margin: 2rem auto;
  max-width: 1000px;
}

.delivery-notice-box__content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.delivery-notice-box__title {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d4a3a;
  margin: 0;
  min-width: 120px;
  text-align: center;
}

.delivery-notice-box__list {
  flex: 1;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.delivery-notice-box__list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  color: #617462;
  line-height: 1.6;
}

.delivery-notice-box__list li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.delivery-notice-box__list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .delivery-notice-box__content {
    flex-direction: column;
    gap: 1rem;
  }

  .delivery-notice-box__title {
    min-width: auto;
  }
}

/* Delivery CTA - voices__ctaスタイルを参考に調整 */
.delivery-cta {
  text-align: center;
  padding: 40px 24px;
  margin-top: 32px;
}

.delivery-cta__lead {
  font-size: 16px;
  color: #2d4a3a;
  margin: 0 0 24px;
  line-height: 1.6;
  font-weight: 500;
}

.delivery-cta__contact {
  display: flex;
  justify-content: center;
  gap: 160px;
  flex-wrap: wrap;
}

.delivery-cta__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.delivery-cta__contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.delivery-cta__contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.delivery-cta__contact-link {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.2s ease;
}

.delivery-cta__contact-link:hover {
  color: #f07c00;
}

.delivery-cta__contact-hours {
  font-size: 16px;
  color: #000000;
  margin: 4px 0 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .delivery-cta__contact {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .delivery-cta__contact-item {
    justify-content: center;
  }

  .delivery-cta {
    margin-top: 24px;
    padding: 32px 16px;
  }

  .delivery-cta__lead {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .delivery-cta__contact-link {
    font-size: 15px;
  }
}

/* Shipping Table - 背景色削除 */
.shipping-table {
  background-color: transparent;
}

/* Section Lead - フォントカラー変更 */
.section-lead {
  color: #000000 !important;
}

.delivery-methods .section-lead {
  color: #000000 !important;
}

.shipping-table .section-lead {
  color: #000000 !important;
}

.leadtime .section-lead {
  color: #000000 !important;
}

/* Leadtime - 背景色削除 */
.leadtime {
  background-color: transparent;
}

/* Shipping Table - 価格列の右揃え */
.shipping-table tbody tr td:last-child {
  text-align: right;
}

/* Shipping Table - 奇数行の背景色 */
.shipping-table tbody tr:nth-child(odd) {
  background-color: #CDDBD0;
}

/* Shipping Table - 偶数行の背景色 */
.shipping-table tbody tr:nth-child(even) {
  background-color: #F3F7F4;
}

/* Payment Guide Page Styles */
.fee-table th[scope="col"] {
  background-color: #F2F6F3;
  color: #617462;
}
.fee-table th[scope="row"] {
  background-color: #F2F6F3;
  color: #617462;
}
.fee-table {
  background-color: #F2F6F3;
  border: 1px solid #617462;
  border-collapse: collapse;
}
.fee-table th,
.fee-table td {
  border: 1px solid #617462;
}
.fee-table tbody tr {
  background-color: #F2F6F3;
}
.receipt-section {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.receipt-section .section-title {
  flex: 0 0 200px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receipt-section .receipt-list {
  flex: 1;
  margin: 0;
  padding-left: 0;
}
.payment-brands h4,
.bank-details h4,
.convenience-stores h4,
.cod-fees h4 {
  background-color: #617462;
  color: #F2F6F3;
  padding: 8px 12px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.bank-details h4 {
  color: #F2F6F3;
}
.contact-section {
  background: none;
}

/* Products Index Page Styles */
.pi-search__all-products {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.pi-search__all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #F7A83B;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(247, 168, 59, 0.3);
  transition: all 0.2s ease;
  min-width: 200px;
}

.pi-search__all-btn:hover {
  background: #E6962A;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(247, 168, 59, 0.4);
}

.pi-search__all-btn__text {
  font-weight: 600;
}

.pi-search__all-btn__arrow {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

/* News Detail Page Styles */
.news-detail__hero {
  background-image: url('/assets/news_hero_detail.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* News Index Page Styles */
.news__hero {
  background-image: url('/assets/news__hero.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.news__hero-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news__hero-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__hero-title-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}
.news__hero-title {
  color: #556D5D;
  font-weight: 400;
  margin: 0;
  display: inline-block;
}
.news__hero-title-container .news__hero-icon {
  position: static;
  width: auto;
  height: auto;
  z-index: 2;
}
.news__hero-title-container .news__hero-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.news__hero-lead {
  position: relative;
  z-index: 2;
  text-align: right;
  color: #000;
  font-size: 22px;
}
.news-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.news-card__button::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('/assets/industry-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news-card__content {
  width: 335px;
  height: 574px;
  margin: 0 24px;
  padding: 0 24px;
}
.news-card__image {
  margin: 24px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 286px;
  height: 286px;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Company Privacy Page Styles */
.privacy-policy .p-categories__hero {
  margin-bottom: 94px;
}
.privacy-policy {
  color: #000000;
}

/* Voice Page Styles */
.voices__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.voice-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.voice-card__media {
  flex: 0 0 300px;
  border-radius: 8px;
  overflow: hidden;
}

.voice-card__media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.voice-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.voice-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.voice-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  background: #e8f5e8;
}

.voice-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.voice-card__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.voice-card__footer {
  font-size: 0.9rem;
  color: #888;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

/* Voice Page Responsive */
@media (max-width: 768px) {
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .voice-card {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .voice-card__media {
    flex: none;
    width: 100%;
  }

  .voice-card__media img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .voice-card {
    padding: 1rem;
    gap: 1rem;
  }

  .voice-card__media img {
    height: 150px;
  }

  .voice-card__title {
    font-size: 1.1rem;
  }

  .voice-card__text {
    font-size: 0.9rem;
  }
}

/* オリジナルオーダー詳細ページ用スタイル */
/* pdp-product-infoセクションの下にボーダー */
.pdp-product-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* フォーム全体のレイアウト */
.pdp-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* サイズとオプションの縦配置 */
.pdp-form__row--inline {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}

.pdp-form__row--inline dt {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.pdp-form__row--inline dd {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.pdp-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #99A893;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 40px;
  height: 48px;
  display: flex;
  align-items: center;
}

.pdp-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* 数量セクションのスタイル */
.pdp-form__row--qty-pricing {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}

.pdp-form__row--qty-pricing dt {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  text-align: left;
}

.pdp-form__row--qty-pricing dd {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

/* 左揃えの調整 */
.pdp-form__row--inline dt,
.pdp-form__row--qty-pricing dt {
  text-align: left;
}

.pdp-qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #99A893;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  height: 48px;
}

.pdp-qty__btn {
  background-color: #F3F7F4;
  border: 1px solid #99A893;
  padding: 0 0 0 2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 48px;
  border-right: 1px solid #99A893;
  border-radius: 6px;
  line-height: 1;
}

.pdp-qty__btn:last-child {
  border-right: none;
  border-left: 1px solid #99A893;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pdp-qty__btn:first-child {
  border-left: none;
  border-right: 1px solid #99A893;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pdp-qty__btn:hover {
  background-color: #E8F0EA;
}

.pdp-qty__btn[data-qty-decr] {
  padding: 0 0 0 2px;
}

.pdp-qty__input {
  border: none;
  padding: 0 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  min-width: 50px;
  height: 48px;
  outline: none;
}

.pdp-qty__input::-webkit-outer-spin-button,
.pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdp-qty__input[type=number] {
  -moz-appearance: textfield;
}

/* 料金表のスタイル */
.price-list-description,
.price-list-note {
  margin: 10px 0;
  color: #666;
  line-height: 1.6;
}

.price-list-note {
  text-align: right;
}

.price-table-container {
  margin: 20px 0;
  overflow-x: auto;
  max-width: 100%;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.price-table thead th {
  background-color: #6c7a6c;
  color: #fff;
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  border-top: 1px solid #5a6a5a;
  border-bottom: 1px solid #5a6a5a;
  border-left: none;
  border-right: none;
}

.price-table tbody tr:nth-child(odd) {
  background-color: #CDDBD0;
}

.price-table tbody tr:nth-child(even) {
  background-color: #F3F7F4;
}

.price-table tbody td {
  padding: 12px 10px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  color: #333;
}

.price-table tbody tr:nth-child(odd) td:first-child {
  font-weight: 600;
  background-color: #CDDBD0;
}

.price-table tbody tr:nth-child(even) td:first-child {
  font-weight: 600;
  background-color: #F3F7F4;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .price-table thead th,
  .price-table tbody td {
    padding: 8px 5px;
    font-size: 0.9rem;
  }
}

/* フローコンテンツのスタイル */
.flow-content-original {
  margin-top: 150px;
}

/* アクションボタンのスタイル */
.action-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.action-btn {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  min-width: 300px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.action-btn:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.action-btn__icon {
  margin-right: 15px;
  color: #666;
  flex-shrink: 0;
}

.action-btn__content {
  flex-grow: 1;
}

.action-btn__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

.action-btn__subtitle {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.action-btn__arrow {
  margin-left: 15px;
  font-size: 18px;
  color: #666;
  flex-shrink: 0;
}

.action-btn--contact .action-btn__icon {
  color: #4a6b4a;
}

.action-btn--contact {
  box-shadow: none;
}

.action-btn--contact:hover {
  box-shadow: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .action-btn {
    min-width: 280px;
  }
}

/* カートボタンの角の調整 */
.pdp-btn--primary,
.pdp-btn--ghost {
  border-radius: 8px !important;
}

/* ゴーストボタンのテキスト中央配置 */
.pdp-btn--ghost {
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* カテゴリグループレイアウト */
.category-groups {
  margin: 2rem auto;
  width: 80%;
}

/* category-groupsのレスポンシブ設定 */
@media (max-width: 768px) {
  .category-groups {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .category-groups {
    width: 95%;
  }
}

.category-group {
  margin-bottom: 2rem;
  border-bottom: 2px solid #617462;
  padding-bottom: 1rem;
}

.group-title {
  font-size: 18px;
  font-weight: 600;
  color: #617462;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #617462;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* 大画面 (1200px以上) */
@media (min-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}

/* 中画面 (992px-1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
}

/* タブレット (768px-991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}

.category-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #617462;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  border: 0.5px solid rgba(224, 224, 224, 0.5);
  border-radius: 4px;
  transition: all 0.2s ease;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-item:hover {
  background-color: #f8f9fa;
  border-color: #f07c00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 124, 0, 0.15);
  color: #f07c00;
}

.category-item:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(1000%) hue-rotate(30deg) brightness(1.2);
}

.category-item img {
  flex-shrink: 0;
  display: inline-block;
}

/* レスポンシブ画像サイズ */
@media (min-width: 1200px) {
  .category-item img {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .category-item img {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 767px) {
  .category-item img {
    width: 6px;
    height: 6px;
  }
}

.category-item:focus {
  outline: 2px solid #f07c00;
  outline-offset: 2px;
  background-color: #f8f9fa;
  border-color: #f07c00;
}

.category-item:focus img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(1000%) hue-rotate(30deg) brightness(1.2);
}

.category-group {
  margin-bottom: 48px;
  padding-bottom: 32px;
}

/* category-groupのレスポンシブ設定 */
@media (max-width: 768px) {
  .category-group {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .category-group {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

.category-groups-title {
  font-size: 1.0rem;
  font-weight: 600;
  color: #55614e;
  margin: 0 0 2rem 0;
  text-align: left;
}

/* サブタイトルのレスポンシブ設定 */
@media (max-width: 768px) {
  .category-groups-title {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
  }
}

@media (max-width: 480px) {
  .category-groups-title {
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
  }
}

/* モバイル (480px-767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .category-item {
    padding: 6px 8px;
    font-size: 12px;
  }

  .group-title {
    font-size: 16px;
  }
}

/* 小画面モバイル (480px以下) */
@media (max-width: 479px) {
  .category-grid {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .category-item {
    padding: 6px 8px;
    font-size: 11px;
  }

  .group-title {
    font-size: 14px;
  }
}

/* ================================
   業種カテゴリ：右メイン用（apm-scope）
   Dawn衝突回避のため .apm-scope でスコープ
   ================================ */

/* レイアウト */
.industry-index {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.industry-index .breadcrumb {
  margin: 32px 0 16px;
}

.industry-index .breadcrumb a {
  color: #000000;
  text-decoration: none;
}

.industry-index .breadcrumb a:hover {
  text-decoration: underline;
}

.industry-index .breadcrumb span {
  color: #000000;
}

/* 2カラムレイアウト */
.main-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
}

.l-sidebar {
  position: sticky;
  top: 64px;
  align-self: start;
}

.l-content {
  min-width: 0; /* グリッドアイテムの幅制限を解除 */
}

/* サイドバー */
.sidebar-container {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e9ecef;
}

.panel {
  margin-bottom: 24px;
}

.panel:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #55614e;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e1e8e3;
}

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

.category-list li {
  margin-bottom: 8px;
}

.category-list a.card {
  display: block;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e1e8e3;
  border-radius: 6px;
  text-decoration: none;
  color: #55614e;
  font-size: 14px;
  transition: all 0.2s ease;
}

.category-list a.card:hover {
  background: #f6faf7;
  border-color: #55614e;
  transform: translateY(-1px);
}

/* カレンダー */
.calendar {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #e1e8e3;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.calendar-nav-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #55614e;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.calendar-nav-btn:hover {
  background: #f6faf7;
}

.calendar-month-year {
  font-weight: 600;
  color: #55614e;
  font-size: 14px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}

.weekday {
  text-align: center;
  font-size: 12px;
  color: #7c8a74;
  padding: 4px;
  font-weight: 600;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.calendar-day:hover {
  background: #f6faf7;
}

.calendar-day.holiday {
  color: #dc3545;
  background: #fff5f5;
}

.calendar-legend {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e1e8e3;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #7c8a74;
}

.legend-icon {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.legend-icon.holiday {
  background: #dc3545;
}

/* お知らせ */
.announcements {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.announcement-card {
  background: #fff;
  border: 1px solid #e1e8e3;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.announcement-card:hover {
  border-color: #55614e;
  transform: translateY(-1px);
}

.announcement-card a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}

.announcement-date {
  font-size: 12px;
  color: #7c8a74;
  margin-bottom: 4px;
}

.announcement-text {
  font-size: 13px;
  color: #55614e;
  line-height: 1.4;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .main-layout {
    grid-template-columns: 1fr; /* モバイルは縦積み */
    gap: 32px;
  }

  .l-sidebar {
    position: static;
  }
}

/* ヒーロー */
.apm-scope .hero-section {
  margin-block: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apm-scope .hero-section__container {
  text-align: center;
}
.apm-scope .hero-section__heading {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  color: #55614e;
  letter-spacing: 0.06em;
}
.apm-scope .hero-section__caption {
  margin-top: 6px;
  font-size: 12px;
  color: #7c8a74;
}

/* グリッド - 優先度を高める */
section.industry-grid.apm-scope,
.apm-scope .industry-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 350px) !important;
  grid-template-rows: repeat(3, 350px) !important;
  gap: 18px !important;
  margin-top: 8px !important;
  justify-content: center !important;
  max-width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  height: auto !important;
}

/* 2カラム（タブレット） */
@media (max-width: 1200px) {
  .apm-scope .industry-grid {
    grid-template-columns: repeat(2, 350px) !important;
    grid-template-rows: repeat(auto-fit, 350px) !important;
  }
}
/* 1カラム（スマホ） */
@media (max-width: 768px) {
  .apm-scope .industry-grid {
    grid-template-columns: repeat(1, 350px) !important;
    grid-template-rows: repeat(auto-fit, 350px) !important;
  }
}

/* カード - 優先度を高める */
.apm-scope .industry-card {
  display: block !important;
  width: 350px !important;
  height: 350px !important;
  background: #f6faf7 !important;
  border: 1px solid #e1e8e3 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(85, 97, 78, 0.08) !important;
  text-decoration: none !important;
  transition: transform .12s ease, box-shadow .12s ease !important;
  grid-column: auto !important;
  grid-row: auto !important;
  flex: none !important;
  margin: 0 !important;
}
.apm-scope .industry-card:hover,
.apm-scope .industry-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(85, 97, 78, 0.14);
  outline: none;
}

.apm-scope .industry-card__inner {
  min-height: 350px;              /* 正方形感の高さ */
  width: 350px;
  padding: 20px 16px 18px;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
}

.apm-scope .industry-card__icon {
  width: 300px;
  height: 300px;
  filter: drop-shadow(0 8px 12px rgba(85, 97, 78, 0.20));
  opacity: .9;
}

.apm-scope .industry-card__label {
  margin-top: 14px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1;
  color: #55614e;
  letter-spacing: .08em;          /* 「飲　食」「娯　楽」の雰囲気に寄せる */
  font-weight: 600;
  text-align: center;
}

/* パンくず：現在地（アクセシビリティ強化。任意で強調） */
.breadcrumb .breadcrumb-item[aria-current="page"] > span {
  font-weight: 600;
}

/* ===== 2カラムレイアウト ===== */
/* バナーコンテナ */
.apm-banner-container {
  width: 100%;
  margin-bottom: 20px;
}

.apm-two-col {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.apm-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 20px;
}

.apm-main {
  min-width: 0; /* グリッドオーバーフロー防止 */
}

/* タブレット表示 */
@media (max-width: 768px) {
  .apm-two-col {
    grid-template-columns: 250px 1fr;
    gap: 16px;
    padding: 0 12px;
  }

  .apm-sidebar {
    position: static; /* スティッキー無効 */
  }
}

/* モバイル表示 */
@media (max-width: 640px) {
  .apm-two-col {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }

  .apm-sidebar {
    order: 2; /* サイドバーをメインコンテンツの下に */
    margin-top: 20px;
  }
}

/* ===== Sidebar (3-level accordion) ===== */
.apm-sidebar { font-size: 14px; color:#333; }
.apm-sidebar-section { border-bottom:1px solid #e5e8e6; margin-bottom: 12px; }
.apm-sidebar-section__title { margin:0; }

.apm-sidebar-toggle,
.apm-sidebar-midtoggle {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.5rem;
  padding:.75rem .875rem;
  background:#f3f7f4;
  border:0;
  cursor:pointer;
  text-align:left;
  font-weight:600;
  line-height:1.3;
  border-left:4px solid transparent;
}
.apm-sidebar-toggle:focus,
.apm-sidebar-midtoggle:focus { outline:2px solid #f07c00; outline-offset:2px; }

.apm-sidebar-toggle { background:#eef3ef; border-left-color:#55614e; }
.apm-sidebar-midtoggle { background:#fff; border-top:1px solid #eef0ee; }

.apm-sidebar-toggle::after,
.apm-sidebar-midtoggle::after {
  content:"";
  flex:none;
  width:10px; height:10px;
  border-right:2px solid #55614e;
  border-bottom:2px solid #55614e;
  transform:rotate(-45deg); /* ▶ */
  transition:transform .2s ease;
}
.apm-sidebar-toggle[aria-expanded="true"]::after,
.apm-sidebar-midtoggle[aria-expanded="true"]::after {
  transform:rotate(45deg); /* ▼ */
}

.apm-sidebar-panel { padding:.25rem 0 .5rem; margin-bottom: 12px; }
.apm-sidebar-list { list-style:none; margin:0; padding:0; }

.apm-sidebar-list--middle .apm-sidebar-list__item { border-bottom:1px dashed #e5e8e6; }
.apm-sidebar-list--small { padding:.25rem 0 .5rem .5rem; }

.apm-sidebar-link {
  display:block;
  padding:.5rem .875rem .5rem 1.75rem;
  text-decoration:none;
  color:#333;
}
.apm-sidebar-link:hover { text-decoration:underline; }
.apm-sidebar-link:focus { outline:2px solid #f07c00; outline-offset:2px; }

/* モバイル配慮：タップ領域拡大 */
@media (max-width: 768px) {
  .apm-sidebar { font-size: 15px; }
  .apm-sidebar-link { padding-left: 1.5rem; }
}

/* Header Navigation Mobile Hide */
.header-nav {
  display: none;
    display: block;
  }
}

