/* b-002カスタム追加クラス */
.b-002-header-icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 1100;
}
.b-002-header-container {
  justify-content: flex-end;
  max-width: none;
  padding: 0 40px;
}
.b-002-header-icons-group {
  /* 既存の .header-icons を継承 */
}
.b-002-hero-content {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-002-logo-block {
  padding: 80px 0 0 80px;
}
.b-002-logo {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 40px;
}
.b-002-main-content {
  /* 追加調整が必要ならここに */
}
.b-002-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.b-002-hero-nav {
  position: static;
  left: auto;
  bottom: auto;
  margin: 0 0 60px 80px;
}
.b-002-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.b-002-nav-item {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 120px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
}
.b-002-hero-image {
  position: relative;
}
.b-002-cta-button {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: white;
  flex-direction: column;
}
@media (max-width: 768px) {
  .b-002-logo-block {
    padding: 40px 0 0 0;
  }
  .b-002-hero-nav {
    margin: 0 0 30px 0;
  }
  .b-002-cta-button {
    position: static;
    width: 140px;
    height: 140px;
    margin: 20px auto 0 auto;
  }
}
