:root {
  --header-height: 198px;
  --max-width: 120rem;
  --section-spacing: 12rem;
  --font-size-base: clamp(16px, calc(1.8290993071593533px + 1.8475750577367205vw), 24px);
  --font-size-l: 32px;
}
#hero-image {
  height: 100%;
}
#main .container {
  margin-inline: auto;
}

#description .scene {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;

  > * {
    flex-basis: 48%;
  }
}
.section-lead {
  max-width: 80%;
  margin-inline: auto;
}

#woodgrain {
  img {
    object-position: left bottom;
    border-radius: 100vh;
  }
}

#banner .section-lead {
  font-size: var(--font-size-l);
}

.caption {
  width: 35%;
}

.banner-img {
  .text {
    font-size: 3rem;
  }
}
.hanger-image {
  padding: 50px 0;
}
.woodgrain-img {
  aspect-ratio: 1;
}
.woodgrain-img {
  width: 300px;
  height: auto;
}
/* ページ全体の中央配置用コンテナ */
.product-layout-container {
  padding: 20px;
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}

.layout-core {
  position: relative;
  display: block;
  margin: 0 auto;
}

.layout-core1 {
  position: relative;
  display: block;
  margin: 0 auto;

  img {
    width: 50%;
  }
}
.caption {
  position: absolute;
  background-color: var(--blue);
  /* padding: 1.5em 2em; */
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: auto;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  animation-name: slideInFade, hoverFloat;
  animation-duration: 0.8s, 3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
}

.caption-top-left {
  top: 0;
  left: 5%;
  border-radius: 21% 79% 40% 60% / 44% 47% 53% 56%;
}

.caption-bottom-left {
  bottom: 30%;
  left: -9%;
  border-radius: 56% 44% 64% 36% / 42% 29% 71% 58%;
}

.caption-top-right {
  top: 8%;
  left: 64%;
  border-radius: 74% 26% 65% 35% / 55% 29% 71% 45%;
}

.caption-bottom-right {
  bottom: 27%;
  right: -21%;
  border-radius: 37% 63% 35% 65% / 42% 29% 71% 58%;
}

#banner .section-lead {
  img {
    width: 150px;
  }
}

.section-lead {
  margin-bottom: 2rem;
}
