@charset "UTF-8";
html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
.soap-catch {
  display: block;
  position: relative;
  margin: 0rem auto;
  padding: 5rem 1.5rem;
}
.soap-catch-header {
  position: relative;
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
}
.soap-catch-header__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #d9aab9;
}
.soap-catch-contents {
  position: relative;
  max-width: 75rem;
  width: auto;
  margin: auto;
  padding: 3rem;
  z-index: 1;
}
.soap-catch-contents__text {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
.soap-catch-contents__link {
  display: block;
  width: max-content;
  margin: auto;
  padding: 1rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  color: #c9bc9c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.soap-catch-contents__link::after {
  content: "＞";
  display: inline-block;
  margin-left: 0.5em;
}
.soap-catch-contents__link:hover {
  opacity: 0.8;
}
.soap-process {
  display: block;
  position: relative;
  margin: 0rem auto;
  padding: 5rem 1.5rem;
}
.soap-process-header {
  position: relative;
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
}
.soap-process-header__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #d9aab9;
}
.soap-process-contents {
  position: relative;
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.soap-process-contents__images {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
  padding: 1.5rem;
}
.soap-process-contents__images__picture, .soap-process-contents__images__picture img {
  display: block;
  width: 100%;
  height: auto;
}
.soap-process-contents__text {
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 30rem;
  padding: 1.5rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
}
.soap-process-background {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  z-index: 0;
}
.soap-process-background__picture, .soap-process-background__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}
.soap-policy {
  font-feature-settings: "palt";
}
.soap-policy-header {
  position: relative;
  padding: 1.5rem;
  background-color: #c9bc9c;
}
.soap-policy-header__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
.soap-policy-contents__text {
  position: relative;
  max-width: 75rem;
  width: auto;
  margin: auto;
  padding: 8rem 2rem;
  z-index: 1;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  word-break: keep-all;
}
.soap-policy-contents__images img, .soap-policy-contents__images picture {
  display: block;
  width: 100%;
  height: auto;
}
.soap-policy-contents__header {
  position: relative;
  max-width: 65rem;
  width: auto;
  margin: auto;
  padding: 5rem 3rem;
  z-index: 1;
}
.soap-policy-contents__header__heading {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #d9aab9;
}
.soap-policy-contents__header__lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  word-break: keep-all;
}
.soap-policy-contents__materials {
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.soap-policy-contents__materials__item {
  padding: 6rem 0rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-top-style: solid;
  border-top-width: 0.1rem;
  border-top-color: #d9aab9;
}
.soap-policy-contents__materials__item__images {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 15rem;
  height: 15rem;
  overflow: hidden;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9aab9;
  border-radius: 50%;
}
.soap-policy-contents__materials__item__images__picture, .soap-policy-contents__materials__item__images__picture img {
  display: block;
  width: 100%;
  height: auto;
}
.soap-policy-contents__materials__item__texts {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
  padding: 0rem 4rem 0rem 2rem;
}
.soap-policy-contents__materials__item__texts__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #d9aab9;
  font-feature-settings: "palt";
}
.soap-policy-contents__materials__item__texts__text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.soap-order {
  display: block;
  position: relative;
  margin: 0rem auto;
  padding: 5rem 1.5rem;
  background-color: #f8f8f8;
}
.soap-order-header {
  position: relative;
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
}
.soap-order-header__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #d9aab9;
}
.soap-order-contents {
  position: relative;
  max-width: 75rem;
  width: auto;
  margin: auto;
  padding: 3rem;
  z-index: 1;
}
.soap-order-contents__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.03em;
  word-break: keep-all;
}
.soap-order-contents__link {
  display: block;
  width: max-content;
  margin: auto;
  padding: 1rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  color: #c9bc9c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.soap-order-contents__link::after {
  content: "＞";
  display: inline-block;
  margin-left: 0.5em;
}
.soap-order-contents__link:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=./style.css.map */