.AnchorContainer {
  margin-bottom: 80px;
}

.-safety .Button__label {
  font-weight: 400;
}

.Button.-center {
  justify-content: center;
}

.-safety h2 {
  margin: 0;
}

.-safety p {
  letter-spacing: 0;
  margin: 0;
}

.-safety .-main-text {
  font-size: 16px;
  line-height: 200%;
}

.-safety .section-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.-safety .sub-title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.allergie-container {
  height: 252px;
  overflow-y: auto;
  border: 1px solid #CCCCCC;
  padding: 24px;
}

.-safety .allergie-notice {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 16px;
}

.-safety .allergie-notice-title {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.-safety .first-section {
  margin-top: 0px;
  margin-bottom: 24px;
}

.Icon.-rotate-90 {
  transform: rotate(90deg);
}

.-safety .-mt0 {
  margin-top: 0!important;
}

.-title {
  font-size: 24px;
  margin: 120px 20px 32px 20px;
  height: auto;
  border-bottom: 1px solid #CCCCCC;
  background: none;
}

.grid_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 0;
}

.AnchorMenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 24px;
  background-color: #F8F8F8;
  padding: 1.6rem;
}

.AnchorMenu__item {
  text-align: center;
}

.AnchorMenu__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: none;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  justify-content: center;
}

.AnchorMenu__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.AnchorMenu__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.AnchorMenu__arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid currentColor;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .Button.-center {
    justify-content: start;
  }

  .AnchorMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 1rem;
  }
  
  .AnchorMenu__link {
    padding: 0;
  }

  .grid_menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .AnchorMenu {
    grid-template-columns: 1fr;
  }

  .AnchorMenu__item {
    text-align: left;
  }

  .AnchorMenu__link {
    flex-direction: row;
    justify-content: left;
  }

  .-mlauto {
    margin-left: auto;
  }

  .AnchorContainer {
    margin-bottom: 40px;
  }

  .allergie-notice-title {
    letter-spacing: 0;
  }

  .allergie-container {
    height: 288px;
    padding: 16px;
  }

  .-title {
  margin-top: 80px;
}
}