/* AFFINGER5の本文幅・回り込みを、この専用トップページだけ解除します。 */
body.ymh-wordpress-home,
body.ymh-wordpress-home main#top {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  clear: both !important;
}

body.ymh-wordpress-home .site-header,
body.ymh-wordpress-home footer {
  width: 100% !important;
  float: none !important;
}

body.ymh-wordpress-home .food-truth-card {
  background: #dfe7ed;
}

/* 仮文字の「葉」を、やさしい葉っぱのロゴマークに変更します。 */
body.ymh-wordpress-home .brand-mark {
  position: relative;
  overflow: hidden;
  background: #f7faf4;
}

body.ymh-wordpress-home .brand-mark::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 27px;
  left: 13px;
  top: 7px;
  border: 1.5px solid #527862;
  border-radius: 100% 0 100% 0;
  background: #dfe9db;
  transform: rotate(-32deg);
}

body.ymh-wordpress-home .brand-mark::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  left: 23px;
  top: 16px;
  background: #527862;
  transform: rotate(38deg);
  transform-origin: top;
}

body.ymh-wordpress-home .hero-visual > p {
  right: 10% !important;
  max-width: 38%;
  margin: 0;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.8;
  white-space: nowrap;
}

body.ymh-wordpress-home .hero h1 {
  font-size: clamp(38px, 4vw, 54px);
  letter-spacing: 0.045em;
}

@media (max-width: 600px) {
  body.ymh-wordpress-home .hero-visual > p {
    right: 6% !important;
    max-width: 44%;
    font-size: 13px;
  }
}

body.ymh-wordpress-home .profile-photo {
  overflow: hidden;
  padding: 0;
  background: #f5ead9;
  box-shadow: 0 14px 35px rgba(76, 89, 72, 0.12);
}

body.ymh-wordpress-home .profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.ymh-wordpress-home .video-placeholder.video-embed {
  display: block;
  background: #203d33;
}

body.ymh-wordpress-home .video-placeholder.video-embed::after {
  display: none;
}

body.ymh-wordpress-home .video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.ymh-wordpress-home .video-url-needed {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  text-align: center;
}

body.ymh-wordpress-home .video-url-needed strong {
  font-size: 20px;
}

body.ymh-wordpress-home .video-url-needed span {
  font-size: 13px;
  opacity: 0.82;
}
