.wp-site-blocks {
  padding-top: 0 !important;
  margin: 0 !important;
}


.hero-visual {
  width: 100vw;
  overflow-x: hidden;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.hero-visual img {
  width: 100vw;
  height: auto;
  display: none;
  vertical-align: top;
  max-width: 100%;
  margin: -1px 0 0 0 !important;
  padding: 0 !important;
  border: none;
}

.hero-visual img.pc {
  display: block;
}

@media (max-width: 768px) {
  .hero-visual img.pc {
    display: none;
  }

  .hero-visual img.sp {
    display: block;
  }

  /* ✅ モバイルのみ：バナーと画像の間に隙間を入れる */
  .wp-site-blocks {
    padding-top: calc(70px + env(safe-area-inset-top)) !important;
  }

  .header-banner .logo img {
    margin-top: 34px !important;
  }
}



