:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #ffffff;
  color: #444444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.ingredient-banner-detail-shell {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.ingredient-banner-detail {
  width: 1440px;
  height: 1933px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.ingredient-banner-detail__image {
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 1;
}

.ingredient-banner-detail__image--pse2 {
  top: 0;
  left: 0;
  width: 1440px;
  height: 1933px;
  object-fit: fill;
}

.ingredient-banner-detail__image--pse1,
.ingredient-banner-detail__image--p4 {
  z-index: 2;
}

.ingredient-banner-detail__image--pse1 {
  top: 234px;
  left: 144px;
  width: 771px;
  height: 362px;
  object-fit: fill;
}

.ingredient-banner-detail__image--p4 {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: fill;
}

.ingredient-banner-detail__p4-link {
  position: absolute;
  top: 1766px;
  left: 570px;
  width: 305px;
  height: 56px;
  z-index: 2;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.ingredient-banner-detail__mobile {
  display: none;
}

@media (max-width: 1023px) {
  .ingredient-banner-detail-shell {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 0;
  }

  .ingredient-banner-detail {
    width: 390px;
    height: 2262px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }

  .ingredient-banner-detail__image--pse2,
  .ingredient-banner-detail__image--pse1,
  .ingredient-banner-detail__image--p4 {
    display: none;
  }

  .ingredient-banner-detail__mobile {
    display: block;
  }

  .ingredient-banner-detail__mobile-image {
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    object-fit: fill;
    z-index: 1;
  }

  .ingredient-banner-detail__mobile-image--sse2 {
    top: 0;
    left: 0;
    width: 390px;
    height: 2262px;
    z-index: 0;
  }

  .ingredient-banner-detail__mobile-image--sse1 {
    top: 116px;
    left: 30px;
    width: 326px;
    height: 154px;
  }

  .ingredient-banner-detail__mobile-image--spre {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .ingredient-banner-detail__spre-link {
    position: absolute;
    top: 2188px;
    left: 95px;
    width: 200px;
    height: 45px;
    z-index: 1;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ingredient-banner-detail__p4-link {
    transition: transform 0.25s ease, filter 0.25s ease;
    transform-origin: center;
  }

  .ingredient-banner-detail__p4-link:hover {
    transform: translateY(-1px) scale(1.005);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
  }
}

.ingredient-banner-detail__p4-link:active {
  transform: translateY(1px) scale(0.98);
}

.ingredient-banner-detail__spre-link {
  transition: transform 0.25s ease;
  transform-origin: center;
}

.ingredient-banner-detail__spre-link:active {
  transform: translateY(1px) scale(0.985);
}

@media (prefers-reduced-motion: reduce) {
  .ingredient-banner-detail__p4-link,
  .ingredient-banner-detail__spre-link {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
