.home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom:0 !important;
}

@media screen and (min-width: 768px) {
    .site-header {
		padding-top:40px!important;
        padding: 0 2.617924em;
    }
}

.col-full{
	max-width: 100%!important;
	padding:0!important;
}

.headset-jade {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}
.hero-banner {
  height: 300px;
  background: #ccc;
}
section {
  padding: 0px 0px;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.brand-list, .category-block ul, .inquiry-list, .blog-list, .site-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.category-block {
  margin-bottom: 20px;
}
.compare-box {
  display: flex;
  gap: 20px;
}

/*トップ画像*/
.hero {
  width: 100%;
  overflow: hidden;
}

.hero-banner {
  background-image: url('/wp-content/uploads/2025/07/8f67b68d611b07243b69ab33f205cabb.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px; /* お好みで調整可 */
}

/*取扱いブランド*/
.brands-section {
  padding: 40px 20px;
  text-align: center;
}

.brands-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.brands-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.brand-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 120px;
  margin: 50px 0 100px 0;
}

.brand-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/*カテゴリから探す*/
.category-section {
  position: relative;
  background: #f9f9fb;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ribbon-category {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.category-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.category-border {
  border: 0;
  border-top: 1px solid #999;
  margin-bottom: 16px;
}

.category-group {
  margin-bottom: 60px;
  position: relative;
}

.category-icon {
  margin-bottom: 12px;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.category-icon-img {
  width: 80px;
  height: auto;
}

.category-heading {
  font-size: 20px;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
}

.category-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px; /* 縦・横の間隔 */
  margin-top: 24px;
}

.column {
  width: calc(33.333% - 26.66px); /* 3列レイアウトになるよう調整 */
  min-width: 200px;
}

.column h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

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

.column ul li {
  font-size: 14px;
  margin-bottom: 4px;
}

/*提案*/
.recommend-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  max-width: 680px;
  margin: 40px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ribbon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.recommend-content {
  margin-top: 20px;
}

.recommend-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.recommend-text {
  font-size: 14px;
  margin-bottom: 24px;
}

.recommend-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #1f1f6b;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.recommend-button:hover {
  background-color: #3535a5;
}

/*相談*/
.inquiries-section {
  background-color: #e8e6f0;
  padding: 60px 20px;
}

.inquiry-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.inquiry-card {
  width: 300px;
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding-top: 30px; /* ← 上部の余白確保で切れ防止 */

}

/* リボン画像を内側に配置 */
.ribbon-label {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* 背景画像 */
.card1 {
  background-image: url('/wp-content/uploads/2025/07/03436c4bf7a9eeb1e8636263ded1449a.jpg');
}
.card2 {
  background-image: url('/wp-content/uploads/2025/07/fd45f22924a7072f8c9650f9ef23f5f3.jpg');
}
.card3 {
  background-image: url('/wp-content/uploads/2025/07/39a68e177ea1d34451b1716a446b5ecf.jpg');
}


/* コンテンツ背景なし・白文字 */
.inquiry-content {
  padding: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 1;
}

.inquiry-content h3 {
  font-size: 22px;
  font-weight: bold!important;
  color:#fff;	
  margin-bottom: 12px;
}

.inquiry-content .note {
  font-size: 12px;
  font-weight: normal;
}

.inquiry-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f1f6b;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.inquiry-button:hover {
  background-color: #3c3c91;
}
.inquiry-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.inquiry-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f1f6b;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.inquiry-button:hover {
  background-color: #3c3c91;
}
.compare-item {
  flex: 1;
  background: #eee;
  padding: 40px;
  text-align: center;
}
button {
  background: #1f1f6b;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.headset-jade {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.brand-list, .category-block ul, .inquiry-list, .blog-list, .site-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.category-block {
  margin-bottom: 20px;
}
.compare-box {
  display: flex;
  gap: 20px;
}
.compare-item {
  flex: 1;
  background: #eee;
  padding: 40px;
  text-align: center;
}
button {
  background: #1f1f6b;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
/*ブログ*/
.blog-section {
  background-color: #3c4370;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color:#fff;
}

.blog-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
}

.blog-card {
  width: 280px;
  text-align: left;
}

.blog-link {
  color: inherit;
  text-decoration: none;
}

.blog-thumb img {
  width: 100%;
  height: auto;
}

.blog-date {
  font-size: 12px;
  color: #555;
  margin: 8px 0;
}

.blog-title {
  font-size: 14px;
  line-height: 1.4;
}

.blog-button-wrap {
  margin-top: 30px;
}

.blog-button {
  display: inline-block;
  background-color: #1f1f6b;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
}

.blog-button:hover {
  background-color: #3535a5;
}

/* 運営サイト */
.operation-sites {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.operation-sites-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.operation-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.operation-card {
  width: 300px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-decoration: none;
  color: #000;
  overflow: hidden;
  padding: 30px 16px 60px 16px;
  transition: transform 0.3s ease;
}

.operation-card:hover {
  transform: translateY(-4px);
}

.operation-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}

.operation-logo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.operation-desc {
  font-size: 14px;
  color: #333;
}