html {
  scroll-behavior: smooth;
  font-size: clamp(calc(100vw * 11 / 300), calc(100vw * 16 / 375), 21px);
}

@media screen and (min-width: 500px) {
  html {
    font-size: 21px;
  }
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

#pc-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url("../../../images/09_lp/foodloss/2024/ginger-ale/common/pc_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  #pc-bg {
    display: none;
  }
}

#bg {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

#content {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 500px;
}

#toast {
  visibility: hidden;
  z-index: 2;
  position: fixed;
  top: 24px;
  left: calc(50% - 112px);
  width: 224px;
  padding: 16px 24px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  font-size: 0.75rem;
  text-align: center;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.2s, fadeout 0.2s 3.5s;
  animation: fadein 0.2s, fadeout 0.2s 3.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 24px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 24px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 24px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 24px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

.division-footer {
  position: relative;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
}

.division-footer.blue {
  background: linear-gradient(
    180deg,
    #d8f3ff 0%,
    #d8f3ff 52%,
    #0699d7 52%,
    #0699d7 100%
  );
}

.division-footer.white {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 52%,
    #0699d7 52%,
    #0699d7 100%
  );
}

.division-footer > img {
  width: 100%;
}

#cta {
  z-index: 10;
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  max-width: 500px;
  background-image: url("../../../images/09_lp/foodloss/2024/ginger-ale/common/CTA-close.png");
  background-size: cover;
  background-position: center;
  aspect-ratio: 75/18;
}

#kv {
  background-color: #ffffff;
  position: relative;
}

#kv > .logo {
  position: absolute;
  padding: 1rem;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 2;
}

#kv > .logo > img {
  width: 100%;
}

#kv > .copy {
  width: 100%;
  position: absolute;
}

#kv > .bg {
  width: 100%;
}

#about {
  padding: 3.5rem 1rem 2rem 1rem;
  background: #ffffff;
}

#about > .content > .title {
  color: #07a1dc;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 1.4rem;
}

#about > .content > .text {
  color: #596a71;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 210%;
  margin-bottom: 1.6rem;
}

#about > .content > .text > span {
  color: #07a1dc;
  background-image: radial-gradient(#07a1dc 0.0875rem, transparent 0.0875rem);
  background-size: 0.5rem 0.5rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 0.6rem;
}

#foodloss {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

#foodloss > .content {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: 3.3125rem 0 2rem 0;
  place-items: center;
  width: 100%;
  z-index: 2;
}

#foodloss > .bg {
  position: absolute;
  left: -24rem;
  background: #d8f3ff;
  width: 72rem;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 36rem;
  border-top-right-radius: 36rem;
}

#foodloss .text {
  color: #596a71;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  text-align: center;
}

#foodloss .text > span {
  color: #07a1dc;
}

#foodloss > .content > .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#foodloss > .content > .title > img {
  width: 12rem;
}

#foodloss > .content .about {
  width: calc(100% - 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

#foodloss > .content .about > img {
  width: 100%;
}

#foodloss > .content .detail > p:first-child {
  margin-bottom: 1.25rem;
}

#foodloss > .content .gingerale {
  width: calc(100% - 6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
}

#foodloss > .content .gingerale > img {
  width: 114%;
  margin-left: 6%;
}

#products {
  background: #0699d7;
  padding: 3rem 0 2rem 0;
  margin-bottom: -1px;
}

#products > .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.75rem;
}

#products > .title > img {
  width: 52%;
}

#products > .description {
  width: 100%;
  margin-bottom: 1.5rem;
}

#products > .description > p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 150%;
}

#products > .description > p > span {
  font-size: 1.25rem;
}

#products > .swiper {
  width: 100%;
  height: 375px;
  background-color: #ffffff;
}

#products > .detail {
  padding: 2.5rem 2rem;
  width: 100%;
}

#products > .detail > p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 190%;
}

#products > .detail > p > span {
  color: #f3e66c;
}

#products > .links > .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#products > .links > .top > img {
  width: 100%;
}

#products > .links > .content {
  margin: 0 2rem;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 2rem 1.5rem;
}

#products > .links > .content > p {
  color: #596a71;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 190%;
  margin-bottom: 1rem;
}

#products > .links > .content > .row {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
}

#products > .links > .content > .row.mb {
  margin-bottom: 1rem;
}

#products > .links > .content > .row > a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#products > .links > .content > .row > a > img {
  width: 100%;
}

#products > .links > .content > .note {
  text-align: center;
  color: #596a71;
  text-align: center;
  font-size: 0.625rem;
  line-height: 190%;
}

#products > .links > .content > .note:last-child {
  margin-top: 0.5rem;
}

#products > .links > .content > .divider {
  width: calc(100% - 1rem);
  margin: 0.5rem;
}

#products > .links > .content > .divider:after {
  background: radial-gradient(
    circle farthest-side,
    #07a1dc,
    #07a1dc 40%,
    transparent 40%,
    transparent
  );
  background-size: 6px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  background-size: 6px;
  content: "";
  display: inline-block;
  width: 100%;
}

#products > .links > .button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

#products > .links > .button > a {
  width: calc(100% - 6rem);
}

#products > .links > .button > a > img {
  width: 100%;
}

#products > #slider {
  width: 100%;
}

#favtown {
  background-color: #0699d7;
  position: relative;
  overflow: hidden;
}

#favtown > .content {
  padding: 2rem;
  z-index: 2;
  position: relative;
}

#favtown > .bg {
  background-color: #ffffff;
  position: absolute;
  left: -24rem;
  width: 72rem;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 36rem;
  border-top-right-radius: 36rem;
}

#favtown > .content > .title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
}

#favtown > .content > .title > img {
  width: 80%;
}

#favtown > .content > .description {
  width: 100%;
}

#favtown > .content > .description > p {
  color: #596a71;
  font-size: 0.9375rem;
  line-height: 190%;
  margin-bottom: 1.5rem;
}

#favtown > .content > .description > p > span {
  color: #07a1dc;
}

#favtown > .content > .furusato-gift,
#favtown > .content > .benefit {
  border-radius: 0.9375rem;
  background-color: #d8f3ff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.875rem 1.75rem;
  margin-bottom: 1.875rem;
}

#favtown > .content > .furusato-gift > .title,
#favtown > .content > .benefit > .title {
  color: #596a71;
  text-align: center;
  font-size: 1rem;
  line-height: 175%;
  margin-bottom: 1rem;
}

#favtown > .content > .furusato-gift > .title > span,
#favtown > .content > .benefit > .title > span {
  color: #07a1dc;
}

#favtown > .content > .furusato-gift > .description {
  padding: 0.75rem 0.875rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  color: #07a1dc;
  text-align: center;
  font-size: 1rem;
  line-height: 170%;
  margin-bottom: 1.1875rem;
}

#favtown > .content > .furusato-gift > .image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3125rem;
}

#favtown > .content > .furusato-gift > .image > img {
  width: 100%;
  margin-right: 1rem;
}

#favtown > .content > .furusato-gift > .button {
  width: 100%;
}

#favtown > .content > .furusato-gift > .button > img {
  width: 100%;
}

#favtown > .content > .benefit > .step {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.75rem 2rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}

#favtown > .content > .benefit > .step:last-child {
  margin-bottom: 0;
}

#favtown > .content > .benefit > .step > img {
  height: 1.5625rem;
  margin-right: 1.1875rem;
}

#favtown > .content > .benefit > .step > p {
  color: #07a1dc;
  font-size: 0.9375rem;
  line-height: 150%;
}

#favtown > .content > .ja-wakayama {
  border-radius: 0.9375rem;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 0.125rem dashed rgba(7, 161, 220, 0.4);
}

#favtown > .content > .ja-wakayama > img {
  width: 60%;
}

#favtown > .content > .ja-wakayama > p {
  color: #596a71;
  text-align: center;
  font-size: 1rem;
  line-height: 175%;
}

#requirements {
  background-color: #0699d7;
  padding: 3.75rem 2rem;
}

#requirements > .title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

#requirements > .title > img {
  width: 90%;
}

#requirements > .section {
  margin-bottom: 0.875rem;
}

#requirements > .section > .title {
  color: #f3e66c;
  font-size: 1rem;
  line-height: 190%;
}

#requirements > .section > .detail,
#requirements > .section > ul {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 190%;
}

#requirements > .section > ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

#requirements > .section > .detail > a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

#requirements > .section > .detail > a > img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.5rem;
}

#requirements > .button {
  margin: 2rem 0;
}

#requirements > .button > a > img {
  width: 100%;
}

#requirements > .share {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.625rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#requirements > .share > p {
  color: #07a1dc;
  text-align: center;
  font-size: 1rem;
  line-height: 175%;
}

#requirements > .share > .icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
}

#requirements > .share > .icons > .icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  cursor: pointer;
}

#requirements > .share > .icons > .icon > img {
  width: 100%;
}

.animate {
  opacity: 0;
  transform: translateY(30px);
}

.animate.active {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#slider {
  width: 100%;
  overflow: hidden;
}

#slider .slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#slider .slick-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}

#slider .slick-slide img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: cover;
}

#slider .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: calc(42% - 1.25rem);
  z-index: 1;
  background-image: url("../../../images/09_lp/foodloss/2024/ginger-ale/products/products-arrow.png");
  background-position: center;
  background-size: cover;
}

#slider .slick-next {
  right: 1.5rem;
  transform: rotate(180deg);
}

#slider .slick-prev {
  left: 1.5rem;
}

.dots-1 .slick-dots {
  text-align: center;
}

.dots-1 .slick-dots li {
  display: inline-block;
}

.dots-1 .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.25rem;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 50%;
}

.dots-1 .slick-dots .slick-active button {
  background: #d8f3ff;
}
