@charset "UTF-8";


@font-face {
    font-family: 'MON-MDI';
    src: url('../fonts/Montserrat-Medium.woff2');
}
@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSansJP-Bold.woff2');
}
@font-face {
    font-family: 'IBM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-MDI';
    src: url('../fonts/IBMPlexSans-Medium.woff2');
}
@font-face {
    font-family: 'IBM-JP-MDI';
    src: url('../fonts/IBMPlexSansJP-Medium.woff2');
}
@font-face {
    font-family: 'IBM-SEM-BLD';
    src: url('../fonts/IBMPlexSans-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-SEM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.otf');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
    font-family: 'NOTO-BLK';
    src: url('../fonts/NotoSansJP-Black.otf');
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-main-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.lp-contents-box,
.lp-contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fv-section {
  width: 100%;
}

.hero-visual {
  width: 100%;
  margin: 0 auto;
}

.intro-section {
  padding: 5.3125vw 0 6.09375vw;
  background: #f7f7f7;
}

.section-title {
  margin: 0;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.intro-title {
  font-family: 'MON-MDI';
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 90px;
}

.coordinate-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.products-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.intro-text {
  font-family: 'NOTO';
  font-size: 16px;
  line-height: 36px;
  margin: 0px auto 0px auto;
  text-align: left;
  color: #333;
  width: 900px;
}

.coordinate-section {
  padding: 5.729166vw 0 7.916666vw;
}

.coordinate-section .section-title {
  font-family: 'MON-MDI';
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 80px;
}

.coordinate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  width: 75.3125vw;
  max-width: 1446px;
  margin: 0 auto;
}

.coordinate-card {
  min-width: 0;
}

.coordinate-image {
  margin-bottom: 1.25vw;
}

.coordinate-items {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coordinate-items li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 0.8vw;
  color: #333;
  font-family: 'NOTO';
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.coordinate-items li::after {
  content: "";
  display: block;
  order: 2;
  height: 1px;
  background: #202020;
}

.coordinate-items a {
  display: inline-flex;
  order: 3;
  align-items: center;
  justify-content: center;
  width: 109px;
  min-height: 34px;
  border: 1px solid #333;
  border-radius: 999px;
  color: #333;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 24px;
}

.coordinate-items a:hover {
  display: inline-flex;
  order: 3;
  align-items: center;
  justify-content: center;
  width: 109px;
  min-height: 34px;
  border: 1px solid #333;
  background-color: #333;
  border-radius: 999px;
  color: #fff;
  font-family: 'NOTO-BLD';
  font-size: 20px;
  line-height: 24px;
}

.products-section {
  padding: 0 0 6.25vw;
}

.products-section .section-title {
  font-family: 'MON-MDI';
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 64px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.75vw;
  row-gap: 3.75vw;
  width: 66.25vw;
  max-width: 1272px;
  margin: 0 auto 2.760416vw;
  text-align: left;
}

.product-card a {
  opacity: 1;
}

.product-card a:hover {
  opacity: 0.5;
}

.product-card img {
  margin-bottom: 11px;
}

.product-card h3 {
  margin: 0px auto 11px 0px;
  color: #000;
  font-family: 'NOTO-BLD';
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.product-card p {
  margin: 0px auto 0px 0px;
  color: #000;
  font-family: 'NOTO';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 480px;
  min-height: 64px;
  border-radius: 999px;
  border: solid 1px #333;
  background: #333;
  color: #fff;
  font-family: 'NOTO-BLD';
  font-size: 18px;
  line-height: 28px;
}

.more-button:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 480px;
  min-height: 64px;
  border-radius: 999px;
  border: solid 1px #333;
  background: #fff;
  color: #333;
  font-family: 'NOTO-BLD';
  font-size: 18px;
  line-height: 28px;
}

.bottom-visual {
  width: 43.59375vw;
  max-width: 837px;
  min-height: 17.447916vw;
  margin: 0 auto 8.177083vw;
  background: #d9d9d9;
}

.bottom-visual img {
  width: 100%;
}

@media (max-width: 1099px) {
  .hero-visual {
    height: auto;
    overflow: hidden;
  }

  .hero-visual img {
    width: 100%;
  }

  .intro-section {
    padding: 48px 0 68px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1.16;
  }

  .intro-title {
    font-family: 'MON-MDI';
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 48px;
  }

  .coordinate-title {
    font-size: 22px;
    line-height: 1.16;
  }

  .products-title {
    font-size: 22px;
    line-height: 1.16;
  }

  .intro-text {
    font-family: 'NOTO';
    font-size: 16px;
    line-height: 36px;
    margin: 0px auto 0px auto;
    text-align: left;
    color: #333;
    width: 88%;
  }

  .coordinate-section {
    padding: 63px 0 83px;
  }

  .coordinate-section .section-title {
    font-family: 'MON-MDI';
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 48px;
  }

  .coordinate-list {
    grid-template-columns: 1fr;
    gap: 45px;
    width: 88%;
  }

  .coordinate-image {
    margin-bottom: 20px;
  }

  .coordinate-items {
    gap: 11px;
  }

  .coordinate-items li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 5vw;
    color: #333;
    font-family: 'NOTO';
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .coordinate-items a {
    display: inline-flex;
    order: 3;
    align-items: center;
    justify-content: center;
    width: 109px;
    min-height: 34px;
    border: 1px solid #333;
    border-radius: 999px;
    color: #333;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 24px;
  }

  .coordinate-items a:hover {
    display: inline-flex;
    order: 3;
    align-items: center;
    justify-content: center;
    width: 109px;
    min-height: 34px;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 999px;
    color: #fff;
    font-family: 'NOTO-BLD';
    font-size: 20px;
    line-height: 24px;
  }

  .products-section {
    padding-bottom: 42px;
  }

  .products-section .section-title {
    font-family: 'MON-MDI';
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 48px;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 16px;
    width: 88%;
    margin-bottom: 48px;
  }

  .product-card img {
    margin-bottom: 11px;
  }

  .product-card h3 {
    margin: 0px auto 11px 0px;
    color: #000;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .product-card p {
    margin: 0px auto 0px 0px;
    color: #000;
    font-family: 'NOTO';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
  }

  .more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    min-height: 64px;
    border-radius: 999px;
    border: solid 1px #333;
    background: #333;
    color: #fff;
    font-family: 'NOTO-BLD';
    font-size: 18px;
    line-height: 28px;
  }

  .more-button:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88%;
    min-height: 64px;
    border-radius: 999px;
    border: solid 1px #333;
    background: #fff;
    color: #333;
    font-family: 'NOTO-BLD';
    font-size: 18px;
    line-height: 28px;
  }

  .bottom-visual {
    width: 88%;
    margin-bottom: 64px;
  }
}

@media (min-width: 1100px) and (max-width: 1919px) {
  .intro-section,
  .coordinate-section,
  .products-section,
  .coordinate-list,
  .product-list,
  .bottom-visual,
  .more-button {
    transform-origin: top center;
  }

  .coordinate-list {
    grid-template-columns: repeat(3, 23.4375vw);
    width: 75.3125vw;
    gap: 2.5vw;
  }

  .product-list {
    grid-template-columns: repeat(3, 19.583333vw);
    width: 66.25vw;
    column-gap: 3.75vw;
  }
}
