@charset "UTF-8";
html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
.trial-catch {
  display: block;
  position: relative;
  margin: 0rem auto;
  padding: 5rem 2rem;
}
.trial-catch-header {
  position: relative;
  max-width: 100rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
}
.trial-catch-header__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  color: #d9aab9;
}
.trial-catch-contents {
  position: relative;
  max-width: 78rem;
  width: auto;
  margin: auto;
  padding: 2rem;
  z-index: 1;
}
.trial-catch-contents__images {
  max-width: 72rem;
  width: 100%;
  margin: 2rem auto 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.trial-catch-contents__images__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 15rem;
  padding: 1rem;
}
.trial-catch-contents__images__item__a__image {
  display: block;
  width: 100%;
  height: auto;
}
.trial-catch-contents__text {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}
.trial-catch-contents__link {
  display: block;
  width: max-content;
  margin: auto;
  padding: 1rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.2rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  color: #c9bc9c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.trial-catch-contents__link::after {
  content: "＞";
  display: inline-block;
  margin-left: 0.5em;
}
.trial-catch-contents__link:hover {
  opacity: 0.8;
}
.trial-transfer {
  padding: 3rem;
  background-color: #f4e6ea;
}
.trial-transfer-body {
  max-width: 75rem;
  width: auto;
  margin: auto;
  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;
}
.trial-transfer-body__text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 8rem;
  font-size: 1.6rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
@media (min-width:960px) {
  .trial-transfer-body__text {
    word-break: keep-all;
  }
}
.trial-transfer-body__link {
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 21rem;
  padding: 1.5rem;
  margin-left: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9aab9;
  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;
}
.trial-transfer-body__link::before, .trial-transfer-body__link::after {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: -2rem;
  margin: auto;
  z-index: 3;
  background-color: #d9aab9;
}
.trial-transfer-body__link::before {
  width: 4rem;
  height: 0.1rem;
}
.trial-transfer-body__link::after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.trial-transfer-body__link__text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  word-break: keep-all;
  color: #d9aab9;
}
.trial-transfer-body__link__image {
  display: block;
  width: 5rem;
  height: auto;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 5rem;
  margin: 0rem 1rem;
}
.trial-skincare {
  display: block;
  max-width: 100rem;
  width: auto;
  padding: 6rem 2rem;
  margin: auto;
  box-sizing: border-box;
}
.trial-skincare-body {
  border-style: solid;
  border-width: 0.1rem;
  border-color: #c9bc9c;
}
.trial-skincare-body__title {
  display: block;
  padding: 1rem;
  background-color: #c9bc9c;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
.trial-skincare-body__flow {
  max-width: 60rem;
  width: auto;
  padding: 4rem 2rem;
  margin: auto;
  list-style: none;
  counter-reset: flow;
}
.trial-skincare-body__flow__item {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trial-skincare-body__flow__item__text {
  -webkit-box-flex: 3;
  flex-grow: 3;
  flex-shrink: 3;
  flex-basis: 16rem;
  position: relative;
  padding: 1rem;
  padding-left: 3em;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-feature-settings: "palt";
}
.trial-skincare-body__flow__item__text::before {
  counter-increment: flow;
  content: counter(flow) ".";
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0rem;
  font-size: 2.5em;
  font-family: imperial-urw, sans-serif;
  color: #c9bc9c;
}
.trial-skincare-body__flow__item__image {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 14rem;
}
.trial-skincare-body__flow__item__image__img {
  display: block;
  width: 100%;
  height: auto;
}
.trial-skincare-body__flow__item--arrow, .trial-skincare-body__flow__item--plus {
  position: relative;
}
.trial-skincare-body__flow__item--arrow::before, .trial-skincare-body__flow__item--plus::before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  margin: auto;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.trial-skincare-body__flow__item--arrow {
  padding-top: 8rem;
}
.trial-skincare-body__flow__item--arrow::before {
  margin-top: 1rem;
  background-image: url("../images/icon_arrow.png");
}
.trial-skincare-body__flow__item--plus {
  padding-top: 8rem;
}
.trial-skincare-body__flow__item--plus::before {
  margin-top: 1rem;
  background-image: url("../images/icon_plus.png");
}
.trial-skincare-body__flow__item--bared .trial-skincare-body__flow__item__text::before {
  display: none;
}
.trial-items {
  display: block;
  max-width: 100rem;
  width: auto;
  padding: 6rem 2rem;
  margin: auto;
  box-sizing: border-box;
}
.trial-items-item {
  list-style: none;
}
.trial-items-item + .trial-items-item {
  margin-top: 6rem;
}
.trial-items-item__body {
  border-style: solid;
  border-width: 0.2rem;
  border-color: #d9aab9;
}
.trial-items-item__body__header {
  padding: 1.5rem;
  background-color: #d9aab9;
}
.trial-items-item__body__header__title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  font-feature-settings: "palt";
}
.trial-items-item__body__contents {
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trial-items-item__body__contents__message {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 5rem 1.5rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.trial-items-item__body__contents__summary {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
  padding: 1.5rem;
}
.trial-items-item__body__contents__summary__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.trial-items-item__body__contents__summary__items {
  padding: 2rem 0rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.trial-items-item__body__contents__summary__pricetag {
  padding: 2rem 0rem;
}
.trial-items-item__body__contents__summary__pricetag__amount {
  font-size: 2.2rem;
}
.trial-items-item__body__contents__summary__pricetag__price {
  padding: 1rem 0rem;
  color: #d9aab9;
}
.trial-items-item__body__contents__summary__pricetag__price__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.trial-items-item__body__contents__summary__pricetag__price__body__number {
  font-size: 8.5rem;
  line-height: 1em;
}
.trial-items-item__body__contents__summary__pricetag__price__body__unit {
  text-align: center;
  font-size: 5.5rem;
  line-height: 1em;
}
.trial-items-item__body__contents__summary__pricetag__price__body__unit__small {
  display: block;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1em;
}
.trial-items-item__body__contents__summary__pricetag__price__caption {
  position: relative;
  padding-left: 1.5em;
  margin-top: 1.5rem;
  font-size: 1.7rem;
  color: #666;
}
.trial-items-item__body__contents__summary__pricetag__price__caption + .trial-items-item__body__contents__summary__pricetag__price__caption {
  margin-top: 0.5rem;
}
.trial-items-item__body__contents__summary__pricetag__price__caption::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media (max-width:959px) {
  .trial-items-item__body__contents__summary__pricetag {
    padding: 1rem 0rem;
    margin: 2rem 0rem;
    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;
    -webkit-justify-content: center;
    justify-content: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
    border-top-color: #d9aab9;
    border-bottom-color: #d9aab9;
  }
  .trial-items-item__body__contents__summary__pricetag__amount {
    margin-right: 2rem;
  }
  .trial-items-item__body__contents__summary__pricetag__price {
    max-width: 32rem;
    width: auto;
  }
  .trial-items-item__body__contents__summary__pricetag__price__body__number {
    font-size: 6rem;
  }
  .trial-items-item__body__contents__summary__pricetag__price__body__unit {
    font-size: 4rem;
  }
  .trial-items-item__body__contents__summary__pricetag__price__body__unit__small {
    font-size: 1.8rem;
  }
  .trial-items-item__body__contents__summary__pricetag__price__caption {
    font-size: 1.8rem;
  }
}
.trial-items-item__body__contents__detail {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
  padding: 2rem;
}
.trial-items-item__body__contents__detail__products {
  list-style: none;
}
.trial-items-item__body__contents__detail__products__item {
  padding-left: 2rem;
  border-left-style: solid;
  border-left-width: 0.8rem;
  border-left-color: #e8e8e8;
}
.trial-items-item__body__contents__detail__products__item + .trial-items-item__body__contents__detail__products__item {
  margin-top: 3rem;
}
.trial-items-item__body__contents__detail__products__item__lead {
  font-size: 1.9rem;
  color: #d9aab9;
}
.trial-items-item__body__contents__detail__products__item__productnames__item {
  list-style: none;
  font-size: 2.3rem;
  color: #d9aab9;
  font-feature-settings: "palt";
}
.trial-items-item__body__contents__detail__products__item__productnames__item__amount {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.8rem;
}
.trial-items-item__body__contents__detail__products__item__text {
  padding: 1rem 0rem;
  text-align: justify;
  font-size: 1.6rem;
}
.trial-items-item__body__contents__detail__products__item__links {
  padding: 1rem 0rem;
}
.trial-items-item__body__contents__detail__products__item__links__item {
  list-style: none;
  font-size: 1.7rem;
  color: #c9bc9c;
  font-feature-settings: "palt";
}
.trial-items-item__body__contents__detail__products__item__links__item__link {
  display: block;
  padding: 0.5rem 0rem;
  font-size: 1.7rem;
  color: #c9bc9c;
}
.trial-items-item__body__contents__detail__products__item__links__item__link::after {
  content: "＞";
  display: inline-block;
  margin-left: 0.5em;
}
.trial-items-item__body__contents__detail__products__item__caption {
  padding: 1rem 0rem;
  text-align: justify;
  font-size: 1.6rem;
}
.trial-items-item__body__contents__detail__products__item__caption__annotation {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.trial-items-item__body__contents__detail__products__item__caption__annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.trial-items-item__buttons {
  max-width: 68rem;
  width: auto;
  margin: auto;
  padding: 3rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
}
.trial-items-item__buttons__button--order {
  position: relative;
  padding: 2rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  background-color: #c9bc9c;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
.trial-items-item__buttons__button--order::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: -1rem 0rem;
  margin-right: 1em;
  background-image: url("../images/icon_cart.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.trial-items-item__buttons__button--term {
  padding: 2rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
  background-color: #e0e0e0;
  text-align: center;
  font-size: 2rem;
}
.trial-items-item__buttons__button--about {
  padding: 2rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #c9bc9c;
  text-align: center;
  font-size: 2.2rem;
  color: #c9bc9c;
}
/*# sourceMappingURL=./style.css.map */