.halu .site-header {
  background: linear-gradient(135deg, #003300 60%,#fff);;
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
  border: 1px solid #000;
}
.site-header__logo {
  width:147px;
  margin-top:4px;
  margin-left:6px;
}
.site-header__title {
  width: 60%;
  color: #fff;
}
.site-header__category {
  border-bottom:1px solid #fff;
  margin-top:5px;
  padding-bottom:3px;
}

.site-header__product-name {
  font-size: 24pt;
}
.site-header__product-image {
  background:#fff;
  margin: 0;
}

.tokkyo {
  font-size: 10pt;
  text-align: right;
}

.header-halu {
  margin: 0 1em;
}

.halu .section-heading {
  background-color: #030;
  color: #fff;
}

.halu .intro-lead span {
  color: #4b6640;
}

figcaption {
  text-align: center;
}



/* ========================================
   スマホ対応 (768px以下)
   ======================================== */
@media screen and (max-width: 768px) {
  .halu .site-header {
    flex-direction: column;
  }
  .site-header__title {
  width:100%;}
}
