.fukubako2026::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../img/bg.jpg) no-repeat;
  background-position: 0% 5em;
  background-size: cover;
  background-attachment: fixed;
}

.fukubako2026 {
  position: relative;
  padding-bottom: 60px;
}

.fukubako2026-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 38px rgba(40, 28, 14, 0.2);
}

.fukubako2026-image {
  margin: 0;
  line-height: 0;
}

.fukubako2026-image img {
  display: block;
  width: 100%;
  height: auto;
}

.fukubako2026-image-has-buttons {
  position: relative;
}

.fukubako2026-buttons {
  position: absolute;
  left: 50.5%;
  bottom: 13%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: min(100%, 640px);
}
.fukubako2026-buttons02 {
  bottom:  29%;
}

.fukubako2026-buttons03 {
  bottom:  36%;
}

.fukubako2026-button {
  display: block;
  width: calc(50% - 8px);
}

.fukubako2026-button img {
  display: block;
  width: 100%;
  height: auto;
}

.fukubako2026-buttons-stack {
  position: absolute;
  left: 50%;
  bottom: 11%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 180px;
  width: min(76%, 486px);
}

.fukubako2026-buttons-stack.buttons-stack02 {
  bottom: 23.5%;
}

.fukubako2026-button-stack {
  display: block;
}

.fukubako2026-button-stack-main {
  width: 100%;
}

.fukubako2026-button-stack-anchor {
  width: min(70%, 253px);
}

.fukubako2026-button-stack img {
  display: block;
  width: 100%;
  height: auto;
}

#fukubako-anchor-09,
#fukubako-anchor-10,
#fukubako-anchor-14 {
  scroll-margin-top: 120px;
}
#teiki-note {
	text-align: center;
	background: #FFF;
	padding: 70px 0 50px;
}
.teiki-note-section02-allergylist img {
	margin: 0 auto;
	padding-bottom: 20px;
}

@media (max-width: 640px) {
  body.fukubako-page::before {
    background-size: auto 100%;
  }

  .fukubako2026-buttons {
    gap: 10px;
    bottom: 10%;
    width: min(95%, 620px);
  }

  .fukubako2026-button {
    width: calc(50% - 5px);
  }

  .fukubako2026-buttons02 {
    bottom:  29%;
  }

  .fukubako2026-buttons03 {
    bottom:  36%;
  }

  .fukubako2026-buttons-stack {
    gap: 26vw;
    bottom: 11%;
    width: min(80%, 520px);
  }

  .fukubako2026-buttons-stack.buttons-stack02 {
    bottom: 23%;
  }

  .fukubako2026-button-stack-anchor {
    width: min(60%, 330px);
  }

  #fukubako-anchor-09,
  #fukubako-anchor-10,
  #fukubako-anchor-14 {
    scroll-margin-top: 90px;
  }
}
