@charset "UTF-8";
figure {
  margin: 0;
}

img {
  max-width: 100%;
}

[class*="--inner"] {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
}

.header {
  background: #fff;
  padding: 20px 0;
}
.header-logo img {
  height: 50px;
}

.main-img {
  position: relative;
  text-align: center;
}
.main-img::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: 10%;
  width: 10%;
  max-width: 150px;
  aspect-ratio: 330/509;
  background: url("../img/koban.webp") no-repeat center center;
  background-size: 100% auto;
}

.presents {
  padding-bottom: 60px;
}
.presents-first {
  position: relative;
  max-width: 100%;
  aspect-ratio: 1719/898;
}
.presents-first img {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media (max-width: 1200px) {
  .presents-first {
    overflow: hidden;
  }
}
.presents-sencond-third {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.presents-sencond-third figure {
  flex-basis: 50%;
}

.about {
  padding-bottom: 40px;
}
.about-desc {
  padding: 20px;
  background: #fff;
}
.about-desc h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-desc h2 span {
  font-size: 10px;
  display: inline-block;
}
.about-desc p {
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}
.about-desc p strong {
  color: #00a0e9;
  font-weight: normal;
}
.about-desc p strong::before {
  content: "【";
  margin-right: 5px;
}
.about-desc p strong::after {
  content: "】";
  margin-left: 5px;
}

.footer {
  padding: 40px 0 180px;
  background: #fff;
}
.footer--inner {
  text-align: center;
}
.footer-profile {
  margin-bottom: 40px;
}
.footer-profile img {
  height: 80px;
}
.footer .copyright {
  font-size: 10px;
}

.entry-btn {
  display: block;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.entry-btn img {
  width: 400px;
}
.entry-btn:hover {
  filter: contrast(1.2);
}

@media (max-width: 600px) {
  .header {
    padding: 10px 0;
    text-align: center;
  }
  .header-logo img {
    height: 40px;
  }
  body {
    background: none;
  }
  main {
    background: radial-gradient(circle at top center, rgba(255, 255, 220, 0.6) 0%, transparent 40%), linear-gradient(to bottom, #f7e5b6 0%, rgb(196, 162, 76) 100%);
    position: relative;
    z-index: -2;
  }
  main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bk_sp_top.jpg") no-repeat;
    opacity: 0.4;
    background-size: 100% auto;
  }
  main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 406/869;
    background: url("../img/bk_sp_bottom.jpg") no-repeat;
    background-size: 100% auto;
    z-index: -1;
    opacity: 0.3;
  }
  .main-img::after {
    display: none;
  }
  .presents {
    padding-bottom: 30px;
  }
  .presents-first {
    aspect-ratio: auto;
  }
  .presents-first img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    height: auto;
    width: 100%;
  }
  .presents--inner {
    padding: 0;
  }
  .presents-sencond-third {
    display: block;
  }
  .products {
    padding-bottom: 40px;
  }
  .about {
    padding-bottom: 0px;
  }
  .about--inner {
    padding: 0;
    background: #fff;
  }
  .about h2 {
    padding: 20px;
    font-weight: bold;
    margin: 0;
  }
  .about h2 span {
    margin-top: 10px;
    display: block;
    color: #00a0e9;
    font-size: 14px;
    line-height: 1.2;
  }
  .about p {
    background: #e6e6e6;
    padding: 10px 20px;
  }
  .about-desc {
    padding: 0;
    background: none;
  }
  .footer {
    padding-bottom: 80px;
  }
  .entry-btn {
    width: 280px;
  }
}/*# sourceMappingURL=lp.css.map */