@charset "UTF-8";

#lp {
  color: #333;
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  overflow: hidden;
}

#lp *,
#lp *::before,
#lp *::after {
  box-sizing: border-box;
}

#lp img {
  display: block;
  width: 100%;
  height: auto;
}

#lp a {
  color: inherit;
  text-decoration: none;
}

#lp a:hover {
  text-decoration: none;
}

#lp h1,
#lp h2,
#lp h3,
#lp .lp-kicker,
#lp .lp-product-card__label,
#lp .lp-product-card h3,
#lp .lp-storage__items span,
#lp .lp-products__list span {
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

#lp h1,
#lp h2,
#lp h3,
#lp p {
  margin: 0;
}

#lp p {
  color: #555;
}

#lp .lp-container {
  width: min(1200px, 90%);
  margin-right: auto;
  margin-left: auto;
}

#lp .lp-section {
  padding-top: 170px;
}

#lp .lp-kicker {
  margin-bottom: 22px;
  color: #7f7f7f;
  font-size: 2.1rem;
  font-style: italic;
  line-height: 2.6rem;
  letter-spacing: 1px;
}

#lp h1 {
  font-size: 5rem;
  line-height: 6.6rem;
  letter-spacing: 1px;
}

#lp h2 {
  margin-bottom: 34px;
  font-size: 4.2rem;
  line-height: 5.8rem;
  letter-spacing: 1px;
}

#lp h3 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}

#lp .lp-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 0 34px;
  border: 1px solid #7f7f7f;
  background: transparent;
  color: #333;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1), color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-button::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #aa0000;
  border-bottom: 1px solid #aa0000;
  pointer-events: none;
}

#lp .lp-button:hover {
  background: #eeeff0;
}

#lp .lp-button--light {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

#lp .lp-button--light:hover {
  background: rgba(255, 255, 255, 0.14);
}

#lp .lp-button--large {
  min-width: 240px;
}

#lp .lp-text-link {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 6px;
  color: #333;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", serif;
  font-size: 1.8rem;
  font-style: italic;
}

#lp .lp-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #aa0000;
}

#lp .reveal {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 900ms cubic-bezier(0.19, 1, 0.22, 1), transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .reveal.is-visible {
  opacity: 1;
  transform: none;
}

#lp .reveal-delay-1 {
  transition-delay: 120ms;
}

#lp .reveal-delay-2 {
  transition-delay: 240ms;
}

#lp .lp-hero {
  position: relative;
  min-height: calc(100vh - 53px);
  display: flex;
  align-items: center;
  color: #fff;
  background: #16242f;
}

#lp .lp-hero__media {
  position: absolute;
  inset: 0;
}

#lp .lp-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#lp .lp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 44, 0.58) 0%, rgba(10, 28, 44, 0.45) 34%, rgba(10, 28, 44, 0.18) 68%, rgba(10, 28, 44, 0.10) 100%),
    linear-gradient(180deg, rgba(10, 28, 44, 0.14) 0%, rgba(10, 28, 44, 0) 36%, rgba(10, 28, 44, 0.22) 100%);
}

#lp .lp-hero__content {
  position: relative;
  z-index: 1;
  width: min(1200px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

#lp .lp-hero__content > * {
  max-width: 520px;
}

#lp .lp-hero h1 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

#lp .lp-hero__content .lp-kicker,
#lp .lp-hero__lead,
#lp .lp-hero__meta li {
  color: #fff;
}

#lp .lp-hero__lead {
  margin-top: 18px;
  font-size: 2rem;
  line-height: 3.4rem;
}

#lp .lp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 48px 0 42px;
  padding: 0;
  list-style: none;
}

#lp .lp-hero__meta li {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#lp .lp-hero__meta li:last-child {
  border-right: 0;
}

#lp .lp-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
  background: rgba(255, 255, 255, 0.96);
}

#lp .lp-nav a {
  position: relative;
  display: block;
  padding: 17px 32px 16px;
  color: #333;
  font-size: 1.4rem;
  line-height: 2rem;
}

#lp .lp-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 13px;
  left: 50%;
  border-bottom: 1px solid #333;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-nav a:hover::after {
  right: 32px;
  left: 32px;
}

#lp .lp-intro__grid,
#lp .lp-storage,
#lp .lp-maintenance__top {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 8%;
  align-items: center;
}

#lp .lp-intro__headline h2 {
  max-width: 640px;
}

#lp .lp-intro__body p {
  max-width: 620px;
  font-size: 1.75rem;
  line-height: 3.5rem;
}

#lp .lp-intro__body p + p {
  margin-top: 16px;
}

#lp .lp-intro__body strong {
  color: #333;
  font-weight: bold;
}

#lp .lp-step__header {
  max-width: 780px;
  margin-bottom: 70px;
}

#lp .lp-step__header p:last-child,
#lp .lp-maintenance__top p {
  font-size: 1.75rem;
  line-height: 3.5rem;
}

#lp .lp-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

#lp .lp-product-card {
  display: grid;
  grid-template-columns: 46% 54%;
  border: 1px solid #dfdfdf;
  background: #fff;
  transition: border-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-product-card:hover {
  border-color: #afb0b1;
}

#lp .lp-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 24px;
  background: #fff;
}

#lp .lp-product-card__image img {
  max-width: min(340px, 92%);
  max-height: 320px;
  object-fit: contain;
}

#lp .lp-product-card__body {
  padding: 44px 42px;
}

#lp .lp-product-card__label {
  margin-bottom: 12px;
  color: #7f7f7f;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 2rem;
}

#lp .lp-product-card h3 {
  margin-bottom: 18px;
}

#lp .lp-product-card__spec {
  margin-bottom: 18px;
  color: #333;
  font-size: 1.7rem;
  line-height: 2.7rem;
}

#lp .lp-product-card__spec strong {
  color: #aa0000;
  font-size: 2.1rem;
  font-weight: normal;
}

#lp .lp-product-card__body p:not(.lp-product-card__label):not(.lp-product-card__spec) {
  font-size: 1.65rem;
  line-height: 3.2rem;
}

#lp .lp-step--storage {
  position: relative;
  margin-top: 170px;
  padding: 150px 0;
  min-height: 720px;
  color: #fff;
  background: #16242f url("../../image/koromogae-storage-bg.webp") center / cover no-repeat;
}

#lp .lp-step--storage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 28, 44, 0.16) 0%, rgba(10, 28, 44, 0.32) 42%, rgba(10, 28, 44, 0.78) 100%),
    linear-gradient(180deg, rgba(10, 28, 44, 0.20) 0%, rgba(10, 28, 44, 0.42) 100%);
  pointer-events: none;
}

#lp .lp-storage {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#lp .lp-storage__photo {
  margin: 0;
  overflow: hidden;
}

#lp .lp-storage__photo img {
  height: 520px;
  object-fit: cover;
}

#lp .lp-storage__copy {
  width: min(520px, 100%);
}

#lp .lp-storage__copy h2,
#lp .lp-storage__copy p,
#lp .lp-storage__copy .lp-kicker {
  color: #fff;
}

#lp .lp-storage__copy > p {
  color: #dfdfdf;
  font-size: 1.75rem;
  line-height: 3.5rem;
}

#lp .lp-storage__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 42px 0;
}

#lp .lp-storage__items a {
  display: block;
  min-height: 114px;
  padding: 22px;
  border: 1px solid #3e5566;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-storage__items a:hover {
  background: #1f3645;
}

#lp .lp-storage__items span,
#lp .lp-products__list span {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  line-height: 3rem;
}

#lp .lp-storage__items small,
#lp .lp-products__list small {
  color: #afb0b1;
  font-size: 1.45rem;
  line-height: 2.3rem;
}

#lp .lp-step--maintenance {
  background: #fff;
}

#lp .lp-maintenance__top {
  align-items: center;
  margin-bottom: 70px;
}

#lp .lp-maintenance__image {
  margin: 0;
  overflow: hidden;
  background: #eeeff0;
}

#lp .lp-maintenance__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
}

#lp .lp-care-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

#lp .lp-care-card {
  min-height: 250px;
  padding: 38px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

#lp .lp-care-card__image {
  margin: 0 0 30px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #fbfaf7;
}

#lp .lp-care-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#lp .lp-care-card span {
  display: block;
  margin-bottom: 18px;
  color: #aa0000;
  font-family: "EB Garamond", "游明朝", YuMincho, serif;
  font-size: 2.3rem;
  font-style: italic;
}

#lp .lp-care-card h3 {
  margin-bottom: 18px;
  font-size: 2.3rem;
}

#lp .lp-care-card p {
  font-size: 1.65rem;
  line-height: 3.2rem;
}

#lp .lp-products {
  margin-top: 170px;
  padding: 150px 0;
  background: #eeeff0;
}

#lp .lp-products__header {
  text-align: center;
}

#lp .lp-products__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 60px;
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
}

#lp .lp-products__list a {
  min-height: 150px;
  padding: 30px;
  background: #fff;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-products__list a:hover {
  background: #f7f7f7;
}

#lp .lp-products__list figure {
  margin: 0 0 24px;
  aspect-ratio: 1 / 1;
  background: #fff;
}

#lp .lp-products__list figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lp .lp-products__list small {
  color: #7f7f7f;
}

#lp .lp-products__cta {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  text-align: center;
}

#lp .lp-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: rgba(136, 136, 136, 0.95);
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: background-color 600ms cubic-bezier(0.19, 1, 0.22, 1), transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#lp .lp-back-to-top:hover {
  background: rgba(112, 112, 112, 0.98);
  transform: translateY(-2px);
}

#lp .lp-back-to-top::before {
  content: "∧";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-indent: 0;
}

@media only screen and (max-width: 768px) {
  #lp {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  #lp .lp-container,
  #lp .lp-hero__content {
    width: 88%;
  }

  #lp .lp-section {
    padding-top: 96px;
  }

  #lp .lp-kicker {
    margin-bottom: 14px;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  #lp h1 {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }

  #lp h2 {
    margin-bottom: 24px;
    font-size: 3rem;
    line-height: 4.4rem;
  }

  #lp h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  #lp .lp-hero {
    min-height: 74vh;
  }

  #lp .lp-hero__media img {
    object-position: 68% center;
  }

  #lp .lp-hero__media::after {
    background:
      linear-gradient(90deg, rgba(10, 28, 44, 0.66) 0%, rgba(10, 28, 44, 0.48) 58%, rgba(10, 28, 44, 0.22) 100%),
      linear-gradient(180deg, rgba(10, 28, 44, 0.10) 0%, rgba(10, 28, 44, 0.10) 60%, rgba(10, 28, 44, 0.30) 100%);
  }

  #lp .lp-hero__lead {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  #lp .lp-hero__meta {
    gap: 12px;
    margin: 34px 0 32px;
  }

  #lp .lp-nav {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #lp .lp-nav a {
    flex: 0 0 auto;
    padding: 14px 22px 13px;
    white-space: nowrap;
  }

  #lp .lp-intro__grid,
  #lp .lp-storage,
  #lp .lp-maintenance__top,
  #lp .lp-product-grid,
  #lp .lp-care-list,
  #lp .lp-products__list {
    grid-template-columns: 1fr;
  }

  #lp .lp-intro__body p,
  #lp .lp-step__header p:last-child,
  #lp .lp-maintenance__top p,
  #lp .lp-storage__copy > p {
    font-size: 1.55rem;
    line-height: 3rem;
  }

  #lp .lp-step__header {
    margin-bottom: 44px;
  }

  #lp .lp-product-card {
    grid-template-columns: 1fr;
  }

  #lp .lp-product-card__image {
    min-height: 260px;
  }

  #lp .lp-product-card__body {
    padding: 30px;
  }

  #lp .lp-step--storage,
  #lp .lp-products {
    margin-top: 96px;
    padding: 88px 0;
  }

  #lp .lp-step--storage {
    min-height: 680px;
    background-position: 34% center;
  }

  #lp .lp-step--storage::before {
    background:
      linear-gradient(90deg, rgba(10, 28, 44, 0.40) 0%, rgba(10, 28, 44, 0.54) 50%, rgba(10, 28, 44, 0.74) 100%),
      linear-gradient(180deg, rgba(10, 28, 44, 0.30) 0%, rgba(10, 28, 44, 0.54) 100%);
  }

  #lp .lp-storage {
    min-height: 500px;
    align-items: flex-end;
  }

  #lp .lp-storage__photo img {
    height: auto;
  }

  #lp .lp-maintenance__image img {
    height: auto;
  }

  #lp .lp-storage__items {
    grid-template-columns: 1fr;
  }

  #lp .lp-button {
    width: 100%;
  }

  #lp .lp-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
}
