@charset "utf-8";
/* CSS Document */
.section-top {
  margin: 200px auto;
  position: relative;
  max-width: 1700px;
}
.section-top-wrapper {
  position: relative;
  display: flex;
}
.section-top-wrapper h2 {
  font-family: A-OTF Ryumin Pr6N KL, YuMincho, 'Noto Serif JP', "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4rem;
  color: #6a8079;
  margin: 15% 0 0 100px;
}
.section-top__top-image {
  width: 60%;
  height: auto;
  margin-left: auto;
}
.section-top__script {
  position: absolute;
  width: 600px;
  top: 60%;
  left: 20%;
}
@media(max-width: 1024px) {
  .section-top {
    margin: 50px 0;
    width: 100%;
  }
  .section-top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-top-wrapper h2 {
    font-size: 3.2rem;
    color: #6a8079;
    margin: -20px 0 0 60px;
  }
  .section-top__top-image {
    width: 85%;
    max-width: 600px;
    height: auto;
    margin-left: auto;
  }
  .section-top__script {
    display: none;
  }
}
@media(max-width: 599px) {
  .section-top {
    margin: 30px 0;
  }
  .section-top-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-top-wrapper h2 {
    font-size: 2.4rem;
    color: #6a8079;
    margin: 0 0 0 24px;
  }
  .section-top__top-image {
    width: 85%;
    height: auto;
    margin-left: auto;
  }
}
.section-moisteane {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  background: #6A8079;
}
.section-moisteane h4 {
  display: none;
}
.section-moisteane__title {
  width: 9.3%;
  height: auto;
  margin: 6.94%;
}
.section-moisteane__top-image {
  margin-left: 6.94%;
  width: 76.38%;
}
.section-moisteane__for-whom {
  width: 50%;
  position: absolute;
  top: 60%;
  right: 1%;
}
.section-moisteane__others {
  display: grid;
  margin: 25% auto 0;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  width: 90%;
}
.section-moisteane__others img {
  margin: 0 auto;
}
.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: Baskerville URW, 'Libre Baskerville';
  margin: 0 auto;
  padding: 100px 0;
}
.more-button a {
  color: #f5f5f5;
}
.more-button::before {
  border-top: 1px solid #f5f5f5;
  content: "";
  width: 3em;
  margin-right: 0.5em;
}
@media(max-width: 1024px) {
  .section-moisteane {
    margin-top: 80px;
  }
  .section-moisteane__title {
    width: 18%;
    height: auto;
    margin: 10%;
  }
  .section-moisteane__top-image {
    margin: 0 auto;
    width: 80%;
  }
  .section-moisteane__for-whom {
    width: 80%;
    position: relative;
    top: 0%;
    right: 0%;
    margin: 0 auto;
  }
  .section-moisteane__others {
    margin: 80px auto 0;
    gap: 0;
    grid-template-columns: none;
    width: 80%;
  }
  .section-moisteane__others img {
    width: 100%;
    margin: 0 auto 50px;
  }
  .more-button {
    padding: 50px 0 80px;
  }
}
@media(max-width: 599px) {
  .section-moisteane {
    margin-top: 80px;
  }
  .section-moisteane__title {
    width: 25.64%;
    height: auto;
    margin: 6.94%;
  }
  .section-moisteane__top-image {
    margin: 0 5.12%;
    width: 90%;
  }
  .section-moisteane__for-whom {
    width: 90%;
    position: relative;
    top: 0%;
    right: 0%;
    margin: 0 5.12%;
  }
  .section-moisteane__others {
    margin: 80px auto 0;
    gap: 0;
    grid-template-columns: none;
    width: 80%;
  }
  .section-moisteane__others img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .more-button {
    padding: 50px 0 80px;
  }
}
.section-lamino {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  background: #CADBD5;
}
.section-lamino h4 {
  display: none;
}
.section-lamino__title {
  width: 9.3%;
  height: auto;
  margin: 6.94%;
}
.section-lamino__top-image {
  margin-left: 6.94%;
  width: 76.38%;
  margin-bottom: 200px;
}
.section-lamino__for-whom {
  width: 50%;
  position: absolute;
  top: 60%;
  right: 1%;
}
@media(max-width: 1024px) {
  .section-lamino__title {
    width: 15%;
    height: auto;
    margin: 10%;
  }
  .section-lamino__top-image {
    margin: 0 auto;
    width: 80%;
  }
  .section-lamino__for-whom {
    width: 80%;
    position: relative;
    top: 0%;
    right: 0%;
    margin: 0 auto;
  }
}
@media(max-width: 599px) {
  .section-lamino {
    margin-bottom: 50px;
  }
  .section-lamino__title {
    width: 25.64%;
    height: auto;
    margin: 6.94%;
  }
  .section-lamino__top-image {
    margin: 0 5.12%;
    width: 90%;
  }
  .section-lamino__for-whom {
    width: 90%;
    position: relative;
    top: 0%;
    right: 0%;
    margin: 0 5.12% 30px;
  }
}