/*========================== 変更 ==========================*/

/*==================================
# 共通パーツ
================================== */

.l-main {
  width: 100%;
}

.page-section {
  margin-bottom: 180px;
}

.section-inner {
  margin: 0 auto;z
  padding: 0 60px;
}

.section-inner_large {
  max-width: 1300px;
}

.section-inner_small {
  max-width: 980px;
}

.common__point {
  width: 79px;
  height: 79px;
  background: #d6b48f;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common__point-text {
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
}

.common__point-text_large {
  font-size: 23px;
  margin-bottom: 7px;
}

.common__point-text_small {
  font-size: 17px;
}

.img__sp {
  display: none;
}

.br__sp_1200 {
  display: none;
}

@media screen and (max-width: 1080px) {
  .page-section {
    margin-bottom: 150px;
  }

  .section-inner {
    padding: 0 20px;
  }

  .common__point {
    width: 67px;
    height: 67px;
    top: 10px;
    left: 12px;
  }

  .common__point-text {
    font-weight: 400;
  }

  .common__point-text_large {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .common__point-text_small {
    font-size: 14px;
  }

  .img__pc {
    display: none;
  }

  .img__sp {
    display: block;
  }

  .br__sp_1200 {
    display: block;
  }

  .br__pc_1200 {
    display: none;
  }
}

/* btn */

/* a.btn {
  height: 70px;
}

.btn_brown {
  color: #fff;
  background: #5d4140;
}

.btn_large {
  max-width: 340px;
  box-sizing: border-box;
}

a.btn.btn_large {
  color: #fff;
}

a.btn-area.btn-area-left {
  margin: 0 auto 0 0;
} */

.btn {
  width: 340px;
}

.btn_center {
  margin: 0 auto;
}

.btn__link {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 27px 0;
  position: relative;
  transition: all 0.3s;
}

.btn__link_bg-white {
  color: #fff;
  border: 1px solid #faf9f5;
  transition: all 0.3s;
}

.btn__link_bg-white:hover {
  color: #5d4140;
  background: #fff;
}

.btn__link_bg-white::after {
  content: '';
  display: block;
  width: 23px;
  height: 8px;
  background: url(../images/contact/arw_white.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn__link_bg-white:hover::after {
  background: url(../images/common/arw.svg) no-repeat;
}

.btn__link_bg-brown {
  color: #fff;
  background: #5d4140;
  border: 1px solid #5d4140;
}

.btn__link_bg-brown:hover {
  color: #5d4140;
  background: #fff;
}

.btn__link_bg-brown:after {
  content: '';
  display: block;
  width: 23px;
  height: 8px;
  background: url(../images/common/arw_white.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn__link_bg-brown:hover::after {
  background: url(../images/common/arw.svg) no-repeat;
}

@media screen and (max-width: 1080px) {
  .btn {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}

/*============= ファーストビュー =============*/

.bg-wrapper {
  width: 100%;
  margin: 72px 0 180px;
}

.bg-wrapper img {
  vertical-align: bottom;
}

.bg-wrapper_sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .bg-wrapper {
    margin: 0 0 100px;
  }

  .bg-wrapper_pc {
    display: none;
  }

  .bg-wrapper_sp {
    display: block;
  }
}

/*============= ページタイトル =============*/

.page__title {
  text-align: center;
  margin: 0 auto 70px;
}

.page__title img {
  width: auto;
  vertical-align: bottom;
}

.page__title_faq,
.page__title_contact,
.page__title_privacy {
  padding-top: 252px;
}

.page__title_privacy {
  width: 502px;
}

@media screen and (max-width: 1080px) {
  .page__title {
    max-width: 250px;
    margin: 0 auto 40px;
  }

  .page__title_subscription-first {
    width: 100%;
    max-width: 90%;
  }

  .page__title_faq,
  .page__title_contact,
  .page__title_privacy {
    padding-top: 160px;
  }

  .page__title_privacy {
    /* width: 100%; */
    max-width: 300px;
  }
}

/*============= ページタイトル END =============*/

/*==================================
# 共通パーツ END
================================== */

/*============= ヘッダー改 =============*/

.l-header {
  width: 100%;
  height: 72px;
  background: #a99480;
  position: fixed;
  top: 0;
  z-index: 500;
}

.l-header__inner {
  width: 100%;
  height: inherit;
  padding: 0 40px;
  background: #a99480;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.l-header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__logo {
  margin-right: 53px;
  position: relative;
  z-index: 500;
}

.l-header__logo a {
  line-height: 1;
  display: block;
}

.l-header__logo a img {
  vertical-align: bottom;
}

.l-header__nav {
  height: 72px;
}

.l-header__list {
  height: 72px;
  display: flex;
  align-items: center;
}

.l-header__item {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}

.l-header__item:not(:last-child) {
  margin-right: 30px;
}

.l-header__link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
}

.l-header__sub-list {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.l-header__sub-item {
  background: #faf9f5;
  cursor: pointer;
}

.l-header__sub-link {
  font-size: 16px;
  color: #a99480;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 15px 0 19px;
  cursor: pointer;
  transition: background 0.7s;
}

.l-header__sub-link:hover {
  background: #efe9e1;
}

.l-header__store {
  position: relative;
  z-index: 500;
}

.l-header__store-link {
  line-height: 1;
  display: block;
}

.l-header__store-link img {
  vertical-align: bottom;
}

.l-header__img_sp {
  display: none;
}

.l-header__nav-button {
  display: none;
}

.l-header__hamburger {
  display: none;
}

@media screen and (max-width: 1080px) {
  .l-header {
    height: 60px;
    background: none;
  }

  .l-header__inner {
    padding: 0 20px 0 0;
    background: none;
  }

  .l-header__logo {
    width: 80px;
    margin-right: 0;
  }

  .l-header__nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    padding-top: 60px;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 400;
  }

  .l-header__nav.js-active {
    display: block;
  }

  .l-header__list {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column;
  }

  .l-header__item {
    width: 100%;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    position: relative;
  }

  .l-header__item:not(:nth-of-type(2))::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg);
  }

  .l-header__item:nth-of-type(2)::after {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #555;
    position: absolute;
    top: 27px;
    right: 5px;
  }

  .l-header__item:nth-of-type(2)::before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #555;
    position: absolute;
    top: 22px;
    right: 10px;
    transition: opacity 0.2s;
  }

  .l-header__item:nth-of-type(2).js-active::before {
    opacity: 0;
  }

  .l-header__item:last-of-type {
    border-bottom: 1px solid #ddd;
  }

  .l-header__item:not(:last-child) {
    margin-right: 0;
  }

  .l-header__link {
    font-size: 14px;
    color: #333;
  }

  .l-header__sub-list {
    width: 100%;
    position: initial;
    top: auto;
    left: auto;
    transform: translateX(0%);
  }

  .l-header__sub-link {
    font-size: 14px;
    color: #333;
    text-align: left;
    text-indent: 1em;
    padding: 15px 0 15px;
    background: #fff;
  }

  .l-header__store {
    width: 30px;
  }

  .l-header__img_pc {
    display: none;
  }

  .l-header__img_sp {
    display: block;
  }

  /* sp時カートボタン */

  .l-header__nav-button {
    width: 86.133%;
    max-width: 400px;
    display: block;
    margin: 30px auto 0;
  }

  .l-header__nav-buttonLink {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    background: #5d4140;
    display: block;
    position: relative;
  }

  .l-header__nav-buttonLink::before {
    content: '';
    background-image: url(../images/common/icon-shop-w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 22px;
    height: 22px;
  }

  .l-header__nav-buttonLink::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 23px;
    height: 6px;
    background-image: url(../images/common/arw-w.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* sp時カートボタン END */

  /* ハンバーガーメニュー */
  .l-header__hamburger {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 500;
  }

  .l-header__hamburger-line {
    width: 21px;
    height: 2px;
    background: #5d4140;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }

  .l-header__hamburger-line:nth-of-type(1) {
    top: 20px;
    transition: 0.5s;
  }

  .l-header__hamburger-line:nth-of-type(1).js-active {
    transform: translateX(-13px) rotate(-45deg);
    transform-origin: right center;
  }

  .l-header__hamburger-line:nth-of-type(2) {
    top: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }

  .l-header__hamburger-line:nth-of-type(2).js-active {
    opacity: 0;
  }

  .l-header__hamburger-line:nth-of-type(3) {
    bottom: 18px;
    transition: 0.5s;
  }

  .l-header__hamburger-line:nth-of-type(3).js-active {
    transform-origin: right center;
    transform: translate(-13px, -5px) rotate(45deg);
  }
}

/*============= ヘッダー改 END =============*/

.l-footer {
  width: 100%;
  background-color: #5d4140;
  padding: 80px 0;
}

.l-footer__inner {
  max-width: 1300px;
  padding: 0 60px;
  margin: 0 auto;
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  gap: 30px;
}

.l-footer__item {
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}

.l-footer__item:hover {
  opacity: 0.75;
}

.l-footer__item_sp {
  display: none;
}

.l-footer__link {
  font-size: 16px;
  color: #fff;
  display: block;
  transition: opacity 0.3s;
}

.l-footer__link:hover {
  opacity: 0.75;
}

.l-footer__sub-list {
}

.l-footer__sub-link {
  font-size: 16px;
  color: #fff;
  display: block;
}

.l-footer__btn {
  width: 320px;
}

.l-footer__btn-link {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  position: relative;
  transition: all 0.3s;
}

.l-footer__btn-link:hover {
  background-color: #a37575;
  border: 1px solid #a37575;
}

.l-footer__btn-link::before,
.l-footer__btn-link::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.l-footer__btn-link::before {
  width: 22px;
  height: 22px;
  background-image: url(../images/common/icon-shop-w.svg);
  left: 20px;
}

.l-footer__btn-link::after {
  width: 23px;
  height: 6px;
  background-image: url(../images/common/arw-w.png);
  right: 20px;
}

.l-footer__insta {
  margin-bottom: 70px;
}

.l-footer__insta-link {
  margin-bottom: 15px;
}

.l-footer__insta-link a {
  font-size: 16px;
  color: #fff;
  display: block;
  transition: opacity 0.3s;
}

.l-footer__insta-link a:hover {
  opacity: 0.75;
}

.l-footer__insta-icon {
  background-image: url(../images/common/icon-insta-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.l-footer__insta-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.l-footer__policy-list {
  display: flex;
  margin-bottom: 70px;
}

.l-footer__policy-item:not(:last-child) {
  margin-right: 30px;
}

.l-footer__policy-link {
  font-size: 13px;
  color: #d0b8b8;
  display: block;
  transition: opacity 0.3s;
}

.l-footer__policy-link:hover {
  opacity: 0.75;
}

.l-footer__copyright {
  font-size: 11px;
  color: #a88d8d;
}

@media screen and (max-width: 1080px) {
  .l-footer {
    padding: 40px 0;
  }

  .l-footer__inner {
    padding: 0 20px;
  }

  .l-footer__container {
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .l-footer__list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: 0;
    gap: 0;
  }

  .l-footer__item {
    font-size: 14px;
    padding: 15px 0;
    border-top: #745e5e 1px solid;
  }

  .l-footer__item:last-of-type {
    border-bottom: #745e5e 1px solid;
  }

  .l-footer__item_pc {
    display: none;
  }

  .l-footer__item_sp {
    display: block;
  }

  .l-footer__sub-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .l-footer__sub-link {
    font-size: 14px;
    text-indent: 1em;
    padding: 10px 0;
    position: relative;
  }

  .l-footer__sub-link::before {
    content: '';
    position: absolute;
    top: 40%;
    right: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .l-footer__sub-item:nth-of-type(1) .l-footer__sub-link {
    padding-top: 15px;
  }

  .l-footer__btn {
    width: 325px;
    margin: 0 auto 40px;
  }

  .l-footer__btn-link {
    font-size: 14px;
    color: #fff;
    position: relative;
  }

  .l-footer__insta {
    margin-bottom: 40px;
  }

  .l-footer__insta-link a {
    font-size: 14px;
  }

  .l-footer__insta-text {
    font-size: 12px;
  }

  .l-footer__policy-list {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .l-footer__policy-item:not(:last-child) {
    margin-right: 30px;
  }

  .l-footer__policy-link {
    font-size: 13px;
    padding: 10px 0;
  }
}

/*-- ============= フッター改 ============= --*/

/*-- ============= フッター改 END ============= --*/

/*-- ============= トップページ ============= --*/

.bg-wrapper_top img {
  height: 735px;
  object-fit: cover;
  object-position: 50% 100%;
}

@media screen and (max-width: 1080px) {
  .bg-wrapper_top img {
    height: auto;
    object-fit: cover;
    object-position: 50% 100%;
  }
}

/* concept */

.top-concept {
  width: 100%;
}

.top-concept img {
  width: auto;
  vertical-align: bottom;
}

.top-concept__heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #5d4140;
  text-align: center;
  margin-bottom: 50px;
}

.top-concept__inner {
  text-align: center;
  margin-bottom: 60px;
}

.top-concept__text {
  font-size: 20px;
}

.top-concept__text:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  /* .top-concept.page-section {
    margin-bottom: 100px;
  } */

  .top-concept .page__title_top {
    width: 104px;
  }

  .top-concept__heading {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .top-concept__inner {
    text-align: left;
    padding: 0 18px;
    margin-bottom: 30px;
  }

  .top-concept__text {
    font-size: 16px;
  }

  .top-concept__text:first-child {
    margin-bottom: 15px;
  }
}

/* top-concept END */

/* top-product */

.top-product {
  width: 100%;
}

.top-product img {
  width: auto;
  vertical-align: bottom;
}

.top-product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 50px;
}

.top-product__item {
  width: 30%;
}

.top-product__images {
  margin-bottom: 20px;
}

.top-product__images img {
  width: 100%;
}

.top-product__name a {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.top-product__price {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .top-product .page__title_top-product {
    width: 104px;
  }

  .top-product__list {
    flex-direction: column;
    row-gap: 30px;
  }

  .top-product__item {
    width: 100%;
  }

  .top-product__images {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .top-product__images img {
    width: 100%;
  }

  .top-product__name a {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .top-product__price {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

/* top-product END */

/* top-howtouse */

.top-howtouse {
  width: 100%;
  padding: 120px 0;
  background: #725e51;
}

.top-howtouse img {
  width: auto;
  vertical-align: bottom;
}

.top-howtouse__container {
  display: flex;
  justify-content: center;
  padding: 0 93px 0 79px;
}

.top-howtouse__images {
  text-align: right;
  width: 44.3267%;
  margin-right: 70px;
}
.top-howtouse__desc {
  flex: 1;
  margin-left: 90px;
}

.top-howtouse__heading {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 44px;
}

.top-howtouse__text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 98px;
}

@media screen and (max-width: 1080px) {
  .top-howtouse {
    padding: 70px 0;
  }

  .top-howtouse.page-section {
    margin-bottom: 100px;
  }

  .top-howtouse .page__title_top-howtouse {
    width: 140px;
  }

  .top-howtouse__container {
    flex-direction: column;
    padding: 0;
  }

  .top-howtouse__images {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 47px;
  }

  .top-howtouse__images img {
    width: 100%;
  }

  .top-howtouse__desc {
    width: 100%;
    margin-left: 0;
    padding-right: 0px;
  }

  .top-howtouse__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .top-howtouse__text {
    font-size: 16px;
    margin-bottom: 70px;
  }
}

/* hop-howtouse END */

/* top-kodawari */

.top-kodawari {
  width: 100%;
  background: #faf9f5;
}

.top-kodawari img {
  width: auto;
  vertical-align: bottom;
}

.page__title_top-kodawari {
  width: 300px;
}

@media screen and (max-width: 1080px) {
  .top-kodawari .page__title_top-kodawari {
    width: 196px;
  }

  .top-kodawari ul.main-list {
    margin-top: 0;
  }

  .top-kodawari ul.main-list li:nth-child(odd),
  .top-kodawari ul.main-list li:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .top-kodawari .main-list li:not(:last-child) {
    margin-bottom: 40px;
  }

  .top-kodawari .top-kodawari-fig {
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto 20px;
  }
}

/* top-kodawari END */

@media screen and (max-width: 1080px) {
  .voice-area .top-voice-ttl {
    width: 174px;
  }
}

/* top-femcarecolumn */

.top-femcarecolumn.page-section {
  margin-top: 180px;
}

@media screen and (max-width: 1080px) {
  .top-femcarecolumn.page-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .top-femcarecolumn .page__title_top-femcarecolumn {
    width: 224px;
  }
}

/* top-femcarecolumn END */

/* top-news  */

.top-news .page__title_top-news {
  width: 66px;
}

.top-news .section-inner {
  max-width: 900px;
  padding: 0 80px;
}

@media screen and (max-width: 1080px) {
  .top-news .section-inner {
    max-width: 900px;
    padding: 0 48px;
  }
}

/* top-news END  */

/* top-beginner */

.top-beginner {
  width: 100%;
  padding: 120px 0 180px;
  background: #efe9e1;
}

.top-beginner.page-section {
  margin-bottom: 0;
}

.top-beginner img {
  width: auto;
  vertical-align: bottom;
}

.top-beginner__text {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

.top-beginner__text:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 2.5;
}

.top-beginner__images {
  text-align: center;
  margin-bottom: 40px;
}

.top-beginner .btn {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .top-beginner {
    padding: 100px 0 150px;
  }

  .top-beginner .page__title_top-beginner {
    width: 168px;
  }

  .top-beginner__text {
    font-size: 18px;
  }

  .top-beginner__text:nth-of-type(2) {
    line-height: 2;
    letter-spacing: 0;
  }

  .top-beginner__images {
    width: 100%;
  }

  .top-beginner__images img {
    width: 100%;
  }
}

/* top-beginner END */

/*-- ============= トップページ END ============= --*/

/*-- ============= コンセプトページ ============= --*/

/* concept-intro  */

.concept-intro {
  width: 100%;
}

.concept-intro img {
  width: auto;
  vertical-align: bottom;
}

.concept-intro__text {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

.concept-intro__text:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .concept-intro .page__title_concept {
    width: 170px;
  }

  .concept-intro__text {
    font-size: 16px;
  }

  .concept-intro__text:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .concept-intro__text {
    text-align: left;
  }
}

/* concept-intro END  */

/* concept-aging  */

.concept-aging {
  width: 100%;
  padding: 120px 0 180px;
  position: relative;
}

.concept-aging::before {
  content: '';
  display: block;
  width: 75vw;
  max-width: 1440px;
  height: 100%;
  background: #efe9e1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.concept-aging img {
  width: auto;
  vertical-align: bottom;
}

.concept-aging.page-section {
  margin-bottom: 0;
}

.concept-aging img {
  width: auto;
  vertical-align: bottom;
}

.concept-aging__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-aging__images {
  width: 650px;
  width: 50%;
}

.concept-aging__desc {
  flex: 1;
  margin-left: 97px;
  padding-right: 64px;
}

.concept-aging__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #5d4140;
  margin-bottom: 47px;
}

.concept-aging__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0;
}

.concept-aging__text:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .concept-aging {
    padding: 80px 0 130px;
  }

  .concept-aging::before {
    width: 78vw;
  }

  .concept-aging__container {
    flex-direction: column;
  }

  .concept-aging__images {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 47px;
  }

  .concept-aging__images img {
    /* width: 98.667vw; */
    width: 70vw;
    /* height: 50vh; */
    object-fit: cover;
    object-position: top;
  }

  .concept-aging__desc {
    flex: 1;
    margin-left: 0px;
    padding-right: 0px;
  }

  .concept-aging__heading {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 47px;
  }

  .concept-aging__text:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .concept-aging__images {
    width: auto;
  }

  .concept-aging__images img {
    width: 98.667vw;
  }
}

/* concept-aging END */

/* concept-bg__top  */

.concept-bg {
  width: 100%;
}

.concept-bg__top {
  margin-bottom: 0;
}

.concept-bg img {
  vertical-align: bottom;
}

.concept-bg__sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .concept-bg__pc {
    display: none;
  }

  .concept-bg__sp {
    display: block;
  }
}

/* concept-bg__top END  */

/* concept-change */

.concept-change {
  width: 100%;
  padding: 120px 0 180px;
  position: relative;
}

.concept-change:before {
  content: '';
  display: block;
  width: 75vw;
  max-width: 1440px;
  height: 100%;
  background: #efe9e1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.concept-change img {
  width: auto;
  vertical-align: bottom;
}

.concept-change__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-change__images {
  width: 650px;
  width: 50%;
}

.concept-change__desc {
  flex: 1;
  padding-left: 64px;
  margin-right: 97px;
}

.concept-change__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #5d4140;
  margin-bottom: 47px;
}

.concept-change__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0;
}

.concept-change__text:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .concept-change {
    padding: 80px 0 130px;
  }

  .concept-change:before {
    width: 78vw;
  }

  .concept-change__container {
    flex-direction: column-reverse;
  }

  .concept-change__images {
    margin-right: calc(53% - 50vw);
    margin-bottom: 47px;
    width: 100vw;
    text-align: right;
  }

  .concept-change__images img {
    margin: 0 auto;
    width: 98.667vw;
    width: 70vw;
  }

  .concept-change__desc {
    flex: 1;
    padding-left: 0;
    margin-right: 0;
  }

  .concept-change__heading {
    font-size: 18px;
    margin-bottom: 47px;
  }

  .concept-change__text:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .concept-change__images {
    width: auto;
    margin-right: calc(50% - 50vw);
    text-align: right;
  }

  .concept-change__images img {
    width: 98.667vw;
  }
}

/* concept-change END */

/* concept-care */

.concept-aging {
  width: 100%;
}

.concept-care img {
  width: auto;
  vertical-align: bottom;
}

.concept-care .page__title_concept {
  font-size: 30px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
}

.concept-care__container {
  display: flex;
  justify-content: center;
  padding: 0 65px 0 75px;
}

.concept-care__images {
  width: 43.104%;
  padding-right: 75px;
}

.concept-care__desc {
  flex: 1;
  margin-left: 97px;
}

.concept-care__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.concept-care__text:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 1080px) {
  .concept-care .page__title_concept {
    font-size: 18px;
    max-width: 100%;
  }

  .concept-care__container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .concept-care__images {
    width: 70%;
    padding-right: 0;
    margin-bottom: 48px;
  }

  .concept-care__images img {
    width: 100%;
  }

  .concept-care__desc {
    /* width: 50%; */
    flex: 1;
    margin-left: 0px;
  }

  .concept-care__text:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .concept-care__images {
    width: 100%;
  }

  .concept-care__images img {
    width: 100%;
  }
}

/* concept-care END */

/* concept-everyday */

.concept-everyday {
  width: 100%;
}

.concept-everyday img {
  width: auto;
  vertical-align: bottom;
}

.concept-everyday .page__title_concept {
  font-size: 30px;
  font-weight: 600;
  color: #5d4140;
  max-width: 100%;
}

.concept-everyday__inner {
  width: fit-content;
  margin: 0 auto 180px;
}

.concept-everyday__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  width: fit-content;
  margin: 0 auto 0 0;
  text-align: left;
}

.concept-everyday__text:nth-of-type(1),
.concept-everyday__text:nth-of-type(2) {
  margin-bottom: 30px;
}

.concept-everyday__images {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .concept-everyday .page__title_concept {
    font-size: 18px;
    letter-spacing: 0;
  }

  .concept-everyday__inner {
    margin-bottom: 100px;
  }

  .concept-everyday__text {
    font-size: 16px;
    text-align: left;
  }

  .concept-everyday__text:nth-of-type(1),
  .concept-everyday__text:nth-of-type(2) {
    margin-bottom: 1em;
  }

  .concept-everyday__images {
    text-align: center;
  }
}

/* concept-everyday END */

/* concept-philosophy */

.concept-philosophy {
  width: 100%;
}

.concept-philosophy img {
  width: auto;
  vertical-align: bottom;
}

.concept-philosophy__heading {
  font-size: 28px;
  font-weight: 400;
  color: #5d4140;
  margin-bottom: 50px;
  text-align: center;
}

.concept-philosophy__container {
  display: flex;
  justify-content: center;
  column-gap: 75px;
  margin-bottom: 50px;
}

.concept-philosophy__images {
  margin-bottom: 22px;
}

.concept-philosophy__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.concept-philosophy__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .concept-philosophy .page__title_concept {
    width: 146px;
  }

  .concept-philosophy__heading {
    font-size: 22px;
  }

  .concept-philosophy__container {
    flex-direction: column;
    align-items: center;
    column-gap: 0px;
    row-gap: 47px;
    margin-bottom: 50px;
  }

  .concept-philosophy__content {
    width: 100%;
  }

  .concept-philosophy__images {
    width: 50.746%;
    width: 170px;
    margin: 0 auto 22px;
  }

  .concept-philosophy__images img {
    width: 100%;
  }

  .concept-philosophy__name {
    font-size: 16px;
  }

  .concept-philosophy__text {
    text-align: left;
  }
}

/* concept-philosophy END */

/* concept-clinic  */

.concept-clinic {
  width: 100%;
  padding: 120px 0 180px;
  background: #efe9e1;
}

.concept-clinic.page-section {
  margin-bottom: 0;
}

.concept-clinic img {
  width: auto;
  vertical-align: bottom;
}

.concept-clinic__text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 70px;
}

.concept-clinic__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
}

.concept-clinic__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.concept-clinic__images {
  margin-bottom: 20px;
}

.concept-clinic__link {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
}

.concept-clinic__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .concept-clinic {
    padding: 100px 0 150px;
  }

  .concept-clinic .page__title_concept {
    width: 224px;
  }

  .concept-clinic__text {
    margin-bottom: 40px;
  }

  .concept-clinic__container {
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    flex-wrap: nowrap;
    gap: 0;
  }

  .concept-clinic__content {
    width: 50%;
    width: 44.776%;
  }

  .concept-clinic__content:nth-child(even) {
    margin: 0 0 0 auto;
    margin-top: -55px;
  }

  .concept-clinic__images {
    width: 100%;
    margin-bottom: 20px;
  }

  .concept-clinic__images img {
    width: 100%;
  }

  .concept-clinic__link {
    font-size: 14px;
    position: relative;
  }
}

/* concept-clinic END  */

/*-- ============= コンセプトページ END ============= --*/

/*-- ============= プロダクトページ ============= --*/

.product__btn {
  max-width: 300px;
  width: 100%;
}

.product__btn_center {
  margin: 0 auto;
}

.product__btn-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 20px;
  position: relative;
}

.product__btn-link_white {
  color: #5d4140;
  border: 1px solid #5d4140;
  background: #faf9f5;
  transition: all 0.3s;
}

.product__btn-link_white:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #5d4140;
}

.product__btn-link_white::after {
  content: '';
  display: block;
  width: 23px;
  height: 8px;
  background: url(../images/common/arw.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.product__btn-link_white:hover::after {
  background: url(../images/common/arw_white.svg) no-repeat;
}

.product__btn-link_brown {
  color: #fff;
  border: 1px solid #fff;
  background: #725e51;
  transition: all 0.3s;
}

.product__btn-link_brown:hover {
  color: #5d4140;
  background: #faf9f5;
}

.product__btn-link_brown::after {
  content: '';
  display: block;
  width: 23px;
  height: 8px;
  background: url(../images/common/arw_white.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.product__btn-link_brown:hover::after {
  background: url(../images/common/arw.svg) no-repeat;
}

.product__btn-link_dark-brown {
  color: #fff;
  border: 1px solid #fff;
  background: #5d4140;
  transition: all 0.3s;
}

.product__btn-link_dark-brown:hover {
  color: #5d4140;
  border: 1px solid #5d4140;
  background: #fff;
}

.product__btn-link_dark-brown::after {
  content: '';
  display: block;
  width: 23px;
  height: 8px;
  background: url(../images/common/arw_white.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.product__btn-link_dark-brown:hover::after {
  background: url(../images/common/arw.svg) no-repeat;
}

@media screen and (max-width: 1080px) {
  .product__btn-link {
    font-size: 12px;
    padding: 8px;
  }
}

/* product-series */

.product-series {
  width: 100%;
}

.product-series img {
  width: auto;
  vertical-align: bottom;
}

.product-series__text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.product-series__text:not(:nth-of-type(1)) {
  margin-bottom: 30px;
}

.product-series__note {
  font-size: 11px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.product-series__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 33px;
  margin-bottom: 70px;
}

.product-series__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-series__images {
  margin-bottom: 20px;
}

.product-series__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  margin-bottom: auto;
  text-align: center;
}

.product-series .product__btn {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  .product-series .page__title_product {
    min-width: 335px;
    max-width: 335px;
  }

  .product-series__text {
    font-size: 16px;
    margin-bottom: 37px;
  }

  .product-series__text:not(:nth-of-type(1)) {
    margin-bottom: 15px;
  }

  .product-series__note {
    text-align: left;
    padding-left: 17px;
  }

  .product-series__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 17px;
    row-gap: 40px;
    margin-bottom: 40px;
  }

  .product-series__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-series__images {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-series__images img {
    width: 100%;
  }

  .product-series__name {
    font-size: 12px;
    text-align: center;
  }

  .product-series .product__btn {
    margin-top: 23px;
  }
}

/* product-series END */

/* product-oil */

.product-oil {
  width: 100%;
  background: #efe9e1;
  padding: 120px 0;
}

.product-oil.page-section {
  margin-bottom: 0;
}

.product-oil img {
  width: auto;
  vertical-align: bottom;
}

.product-oil__container {
  display: flex;
  justify-content: space-between;
  padding: 0 72px;
}

.product-oil__container:nth-of-type(1) {
  margin-bottom: 70px;
}

.product-oil__container:nth-of-type(2) {
  flex-direction: row-reverse;
}

.product-oil__images {
  width: 43.253%;
  margin-right: 78px;
}

.product-oil__container:nth-of-type(2) .product-oil__images {
  margin-right: 0;
  margin-left: 88px;
}

.product-oil__images img {
  width: 100%;
}

.product-oil__desc {
  flex: 1;
  margin-left: 88px;
}

.product-oil__container:nth-of-type(2) .product-oil__desc {
  flex: 1;
  margin-left: 0;
  margin-right: 78px;
}

.product-oil__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
  margin-bottom: 48px;
}

.product-oil__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.product-oil__text:not(:last-child) {
  margin-bottom: 30px;
}

.product-oil__text:nth-of-type(3) {
  margin-bottom: 10px;
}

.product-oil__note {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 1080px) {
  .product-oil {
    width: 100%;
    background: #efe9e1;
    padding: 100px 0 150px;
  }

  .product-oil .page__title_product {
    width: 170px;
  }

  .product-oil__container {
    flex-direction: column;
    padding: 0;
  }

  .product-oil__container:nth-of-type(1) {
    margin-bottom: 100px;
  }

  .product-oil__container:nth-of-type(2) {
    flex-direction: column;
  }

  .product-oil__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .product-oil__container:nth-of-type(2) .product-oil__images {
    margin-left: 0;
  }

  .product-oil__desc {
    flex: 1;
    width: 100%;
    margin-left: 0;
  }

  .product-oil__container:nth-of-type(2) .product-oil__desc {
    margin-right: 0;
  }

  .product-oil__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-oil__text {
    font-size: 14px;
  }

  .product-oil__text:not(:last-child) {
    margin-bottom: 15px;
  }

  .product-oil__text:nth-of-type(3) {
    margin-bottom: 10px;
  }

  .product-oil__note {
    font-size: 12px;
  }
}

/* product-oil END */

/* product-simple */

.product-simple {
  width: 100%;
  padding: 120px 0 180px;
}

.product-simple.page-section {
  margin-bottom: 0;
}

.product-simple img {
  width: auto;
  vertical-align: bottom;
}

.product-simple .page__title_product {
  font-size: 36px;
  font-weight: 600;
  color: #5d4140;
}

.product-simple__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 70px;
}

.product-simple__wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  margin-bottom: 70px;
}

.product-simple__container {
  max-width: 980px;
  display: flex;
  padding: 29px 45px 29px 17px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0 0, 0, 0.16);
}

.product-simple__container:nth-of-type(1),
.product-simple__container:nth-of-type(2) {
  cursor: pointer;
}

.product-simple__images {
  width: 225px;
  margin-right: 58px;
}

.product-simple__desc {
  flex: 1;
}

.product-simple__heaging {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  margin-bottom: 20px;
}

.product-simple__desc-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

.product-simple__btn {
  font-size: 16px;
  font-weight: 400;
  color: #5d4140;
  margin-top: 20px;
  text-align: right;
  padding-right: 15px;
  position: relative;
}

.product-simple__btn::after {
  content: '';
  display: block;
  display: inline-block;
  color: #5d4140;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: relative;
  bottom: 0;
  right: -10px;
}

.product-simple__inner {
  text-align: left;
  padding: 50px 0 30px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease-out;
  /* padding: 50px 0 30px; */
}

.product-simple__inner.active {
  padding: 50px 0 30px;
}

.product-simple__inner-images_s {
  width: 470px;
  margin: 0 auto;
}

.product-simple__inner-block {
  margin-bottom: 45px;
}

.product-simple__free {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .product-simple {
    width: 100%;
    padding: 100px 0 150px;
  }

  .product-simple .page__title_product {
    font-size: 26px;
  }

  .product-simple__text {
    font-size: 16px;
  }

  .product-simple__wrp {
    row-gap: 35px;
    margin-bottom: 40px;
  }

  .product-simple__container {
    max-width: 980px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 28px 55px;
  }

  .product-simple__images {
    width: 200px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .product-simple__desc {
    flex: 1;
  }

  .product-simple__heaging {
    font-size: 18px;
    text-align: center;
  }

  .product-simple__inner-images {
    text-align: center;
  }

  .product-simple__inner-images_s {
    width: 100%;
  }

  .product-simple__inner-block {
    margin-bottom: 35px;
  }

  .product-simple__free {
    margin: 0 auto;
  }

  .product-simple__free img {
    width: 100%;
  }
}

/* product-simple END */

/* product-type */

.product-type {
  width: 100%;
  padding: 120px 0;
  background: #725e51;
}

.product-type.page-section {
  margin-bottom: 0;
}

.product-type img {
  width: auto;
  vertical-align: bottom;
}

.product-type .page__title_product {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.product-type__text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.product-type__container {
  display: flex;
  justify-content: center;
  column-gap: 73px;
}

.product-series__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-type__images {
  margin-bottom: 40px;
  position: relative;
}

.product-type__name,
.product-type__price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.product-type__name {
  margin-bottom: 15px;
  margin-bottom: auto;
}

.product-type__price {
  margin-top: 15px;
  margin-bottom: 55px;
}

@media screen and (max-width: 1080px) {
  .product-type {
    padding: 100px 0 150px;
  }

  .product-type .page__title_product {
    font-size: 28px;
    max-width: 100%;
  }

  .product-type__text {
    font-size: 16px;
    margin-bottom: 43px;
  }

  .product-type__container {
    flex-direction: column;
    row-gap: 40px;
  }

  .product-type__images {
    margin-bottom: 35px;
  }

  .product-type__images img {
    width: 100%;
  }

  .product-type__name,
  .product-type__price {
    font-size: 15px;
  }

  .product-type__name {
    margin-bottom: 10px;
  }

  .product-type__price {
    margin-bottom: 36px;
  }

  .product-type .product__btn-link {
    padding: 21px 0;
  }
}

/* product-type END */

/* product-soap */

.product-soap {
  width: 100%;
  padding: 120px 0;
  background: #efe9e1;
}

.product-soap.page-section {
  margin-bottom: 0;
}

.product-soap img {
  width: auto;
  vertical-align: bottom;
}

.product-soap__container {
  display: flex;
  justify-content: space-between;
  padding: 0 72px;
}

.product-soap__container:nth-of-type(1) {
  margin-bottom: 70px;
}

.product-soap__container:nth-of-type(2) {
  flex-direction: row-reverse;
}

.product-soap__images {
  width: 43.253%;
  margin-right: 78px;
}

.product-soap__container:nth-of-type(2) .product-soap__images {
  margin-right: 0;
  margin-left: 88px;
}

.product-soap__images img {
  width: 100%;
}

.product-soap__desc {
  flex: 1;
  margin-left: 88px;
}

.product-soap__container:nth-of-type(2) .product-soap__desc {
  flex: 1;
  margin-left: 0;
  margin-right: 78px;
}

.product-soap__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  margin-bottom: 48px;
}

.product-soap__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.product-soap__text:nth-last-child(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .product-soap {
    padding: 100px 0 150px;
  }

  .product-soap .page__title_product {
    width: 170px;
  }

  .product-soap__container {
    flex-direction: column;
    padding: 0;
  }

  .product-soap__container:nth-of-type(1) {
    margin-bottom: 100px;
  }

  .product-soap__container:nth-of-type(2) {
    flex-direction: column;
  }

  .product-soap__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .product-soap__container:nth-of-type(2) .product-soap__images {
    margin-left: 0;
  }

  .product-soap__desc {
    flex: 1;
    width: 100%;
    margin-left: 0;
  }

  .product-soap__container:nth-of-type(2) .product-soap__desc {
    margin-right: 0;
  }

  .product-soap__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-soap__text {
    font-size: 14px;
  }

  .product-soap__text:nth-last-child(2) {
    margin-bottom: 15px;
  }
}

/* product-soap END */

/* product-combination */

.product-combination {
  width: 100%;
  padding: 120px 0 180px;
}

.product-combination.page-section {
  margin-bottom: 0;
}

.product-combination img {
  width: auto;
  vertical-align: bottom;
}

.product-combination .page__title_product {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #5d4140;
}

.product-combination__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 70px;
}

.product-combination__container {
  max-width: 980px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 14px 45px 14px 30px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product-combination__container:nth-of-type(1) {
  margin-bottom: 40px;
}
.product-combination__container:nth-of-type(2) {
  margin-bottom: 70px;
}

.product-combination__images {
  width: 200px;
  margin-right: 73px;
}

.product-combination__desc {
  flex: 1;
}

.product-combination__heading {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
  margin-bottom: 20px;
}

.product-combination__desc-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

.product-combination__illustration {
  text-align: center;
  margin-bottom: 70px;
}

.product-combination__component {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .product-combination .page__title_product {
    max-width: 275px;
    text-align: left;
  }

  .product-combination__text {
    letter-spacing: 0.04em;
  }

  .product-combination {
    width: 100%;
    padding: 100px 0 150px;
  }

  .product-combination .page__title_product {
    font-size: 26px;
  }

  .product-combination__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .product-combination__container {
    flex-direction: column;
    padding: 30px 23px;
  }

  .product-combination__container:nth-of-type(1) {
    margin-bottom: 35px;
  }
  .product-combination__container:nth-of-type(2) {
    margin-bottom: 40px;
  }

  .product-combination__images {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product-combination__heading {
    font-size: 18px;
    text-align: center;
    margin-bottom: 22px;
  }

  .product-combination__illustration {
    margin-bottom: 40px;
  }

  .product-combination__illustration img,
  .product-combination__component img {
    margin: 0 auto;
  }
}

/* product-combination END */

/* product-refill */

.product-refill {
  width: 100%;
  padding: 120px 0;
  background: #725e51;
}

.product-refill img {
  width: auto;
  vertical-align: bottom;
}

.product-refill .page__title_product {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

.product-refill__text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 70px;
}

.product-refill__container {
  display: flex;
  justify-content: center;
  column-gap: 73px;
}

.product-refill__content {
  width: 385px;
}

.product-refill__images {
  margin-bottom: 40px;
}

.product-refill__images img {
  width: 100%;
}

.product-refill__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-refill__name,
.product-refill__price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}

.product-refill__price {
  margin-bottom: 55px;
}

@media screen and (max-width: 1080px) {
  .product-refill {
    padding: 100px 0 150px;
  }

  .product-refill .page__title_product {
    font-size: 26px;
    max-width: 100%;
  }

  .product-refill__text {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .product-refill__container {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 40px;
  }

  .product-refill__content {
    width: 100%;
  }

  .product-refill__images {
    width: 100%;
    margin-bottom: 33px;
  }

  .product-refill__name,
  .product-refill__price {
    font-size: 15px;
  }

  .product-refill__price {
    margin-bottom: 33px;
  }

  .product-refill .product__btn-link {
    padding: 21px 0;
  }
}

/* product-refill END */

/* product-step */

.product-step {
  width: 100%;
}

.product-step img {
  width: auto;
  vertical-align: bottom;
}

.product-step__wrp {
  padding: 120px 0;
  background: #fff;
}

.product-step__container {
  display: flex;
  justify-content: center;
  padding: 0 72px;
}

.product-step__images {
  width: 43.253%;
  margin-right: 78px;
}

.product-step__desc {
  flex: 1;
  margin-left: 88px;
}

.product-step__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  margin-bottom: 70px;
}

.product-step__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 82px;
}

@media screen and (max-width: 1080px) {
  .product-step__wrp {
    padding: 100px 0;
  }

  .product-step .page__title_product {
    width: 280px;
  }

  .product-step__container {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }

  .product-step__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .product-step__images img {
    width: 100%;
  }

  .product-step__desc {
    width: 100%;
    margin-left: 0;
  }

  .product-step__heading {
    margin-bottom: 43px;
    line-height: 1.3;
    text-align: center;
  }

  .product-step__text {
    margin-bottom: 28px;
  }

  .product-step .product__btn {
    margin: 0 auto;
  }

  .product-step .product__btn-link {
    padding: 21px 0;
  }
}

/* product-step END*/

/* product-set */

.product-set {
  width: 100%;
  padding: 120px 0;
  background: #725e51;
}

.product-set.page-section {
  margin-bottom: 0;
}

.product-set img {
  width: auto;
  vertical-align: bottom;
}

.product-set .page__title_product {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.product-set__text {
  font-size: 20px;
  font-weight: 60;
  color: #fff;
  text-align: center;
  margin-bottom: 79px;
}

.product-set__content {
  text-align: center;
}

.product-set__images {
  margin-bottom: 40px;
}

.product-set__note,
.product-set__name,
.product-set__price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.product-set__price {
  margin-bottom: 55px;
}

@media screen and (max-width: 1080px) {
  .product-set {
    padding: 100px 0 150px;
  }

  .product-set .page__title_product {
    font-size: 28px;
    line-height: 1.3;
    max-width: 100%;
  }

  .product-set__text {
    font-size: 16px;
    margin-bottom: 65px;
  }

  .product-set__images {
    margin-bottom: 30px;
    width: 100%;
  }

  .product-set__images img {
    width: 100%;
  }

  .product-set__note,
  .product-set__name,
  .product-set__price {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .product-set__price {
    margin-bottom: 30px;
  }

  .product-set .product__btn-link {
    padding: 21px 0;
  }
}

/* product-set END */

/* product-wash */

.product-wash {
  width: 100%;
  padding: 120px 0;
  background: #efe9e1;
}

.product-wash.page-section {
  margin-bottom: 0;
}

.product-wash img {
  width: auto;
  vertical-align: bottom;
}

.product-wash__container {
  display: flex;
  justify-content: space-between;
  padding: 0 72px;
}

.product-wash__container:nth-of-type(1) {
  margin-bottom: 70px;
}

.product-wash__container:nth-of-type(2) {
  flex-direction: row-reverse;
}

.product-wash__images {
  width: 43.253%;
  margin-right: 78px;
}

.product-wash__container:nth-of-type(2) .product-wash__images {
  margin-right: 0;
  margin-left: 88px;
}

.product-wash__images img {
  width: 100%;
}

.product-wash__desc {
  flex: 1;
  margin-left: 88px;
}

.product-wash__container:nth-of-type(2) .product-wash__desc {
  flex: 1;
  margin-left: 0;
  margin-right: 78px;
}

.product-wash__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
}

.product-wash__container:nth-of-type(1) .product-wash__heading {
  margin-bottom: 70px;
}

.product-wash__container:nth-of-type(2) .product-wash__heading {
  margin-bottom: 20px;
}

.product-wash__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.product-wash__text:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .product-wash {
    padding: 100px 0 150px;
  }

  .product-wash .page__title_product {
    width: 252px;
    display: flex;
    justify-content: center;
  }

  .product-wash .page__title_product img {
    width: 60%;
  }

  .product-wash__container {
    flex-direction: column;
    padding: 0;
  }

  .product-wash__container:nth-of-type(1) {
    margin-bottom: 100px;
  }

  .product-wash__container:nth-of-type(2) {
    flex-direction: column;
  }

  .product-wash__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .product-wash__container:nth-of-type(2) .product-wash__images {
    margin-left: 0;
  }

  .product-wash__desc {
    flex: 1;
    width: 100%;
    margin-left: 0;
  }

  .product-wash__container:nth-of-type(2) .product-wash__desc {
    margin-right: 0;
  }

  .product-wash__heading {
    font-size: 20px;
  }

  .product-wash__container:nth-of-type(1) .product-wash__heading {
    margin-bottom: 15px;
  }

  .product-wash__container:nth-of-type(2) .product-wash__heading {
    margin-bottom: 15px;
  }

  .product-wash__text {
    font-size: 14px;
  }

  .product-wash__text:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* product-wash END */

/* product-large */

.product-large {
  width: 100%;
  padding: 120px 0;
  background: #725e51;
}

.product-large.page-section {
  margin-bottom: 0;
}

.product-large img {
  width: auto;
  vertical-align: bottom;
}

.product-large .page__title_product {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.product-large__text {
  font-size: 20px;
  font-weight: 60;
  color: #fff;
  text-align: center;
  margin-bottom: 79px;
}

.product-large__content {
  text-align: center;
}

.product-large__images {
  width: 385px;
  margin: 0 auto 40px;
}

.product-large__images img {
  width: 100%;
}

.product-large__name,
.product-large__price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.product-large__price {
  margin-bottom: 55px;
}

@media screen and (max-width: 1080px) {
  .product-large {
    padding: 100px 0 150px;
  }

  .product-large .page__title_product {
    font-size: 28px;
    line-height: 1.3;
    max-width: 100%;
  }

  .product-large__text {
    font-size: 16px;
    margin-bottom: 65px;
  }

  .product-large__images {
    margin-bottom: 30px;
    width: 100%;
  }

  .product-large__images img {
    width: 100%;
  }

  .product-large__name,
  .product-large__price {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .product-large__price {
    margin-bottom: 30px;
  }

  .product-large .product__btn-link {
    padding: 21px 0;
  }
}

/* product-large END */

/* product-subscription */

.product-subscription {
  width: 100%;
  padding: 120px 0 180px;
  background: #efe9e1;
}

.product-subscription.page-section {
  margin-bottom: 0;
}

.product-subscription img {
  width: auto;
  vertical-align: bottom;
}

.product-subscription__container {
  display: flex;
  justify-content: center;
  padding: 0 72px;
}

.product-subscription__images {
  width: 43.253%;
  margin-right: 78px;
}

.product-subscription__desc {
  flex: 1;
  margin-left: 88px;
}

.product-subscription__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  margin-bottom: 40px;
}

.product-subscription__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 70px;
}

@media screen and (max-width: 1080px) {
  .product-subscription {
    padding: 100px 0 150px;
  }

  .product-subscription .page__title_product {
    width: 168px;
  }

  .product-subscription__container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .product-subscription__images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .product-subscription__images img {
    width: 100%;
  }

  .product-subscription__desc {
    width: 100%;
    margin-left: 0;
  }

  .product-subscription__heading {
    font-size: 18px;
    margin-bottom: 43px;
  }

  .product-subscription__text {
    margin-bottom: 47px;
  }

  .product-subscription .product__btn {
    margin: 0 auto;
  }

  .product-subscription .product__btn-link {
    padding: 21px 0;
  }
}

/* product-subscription END */

/*-- ============= プロダクトページEND ============= --*/

/*============= subscriptionページ =============*/

/* subscription-bargain */

.subscription-bargain {
  width: 100%;
}

.subscription-bargain img {
  width: auto;
  vertical-align: bottom;
}

.subscription-bargain__text {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.subscription-bargain__text:nth-of-type(2) {
  font-size: 20px;
}

.subscription-bargain__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 70px;
}

.subscription-bargain__content {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 27px 50px;
  background: #fff;
}

.subscription-bargain__images {
  width: 82px;
  margin: 0 auto 22px;
}

.subscription-bargain__desc {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.subscription-bargain__note {
  font-size: 20px;
  font-weight: 600;
  color: #d6b48f;
  line-height: 1;
  margin-bottom: 10px;
}

.subscription-bargain__heading {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 26px;
}

.subscription-bargain__desc-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  .subscription-bargain .page__title_subscription {
    width: 168px;
  }

  .subscription-bargain__text {
    font-size: 18px;
  }

  .subscription-bargain__text:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .subscription-bargain__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }

  .subscription-bargain__content {
    padding: 30px 26px 25px;
  }

  .subscription-bargain__images {
    width: 60px;
    margin: 0 auto 20px;
  }

  .subscription-bargain__desc {
    display: flex;
    flex-direction: column;
    place-items: center;
  }

  .subscription-bargain__note {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .subscription-bargain__heading {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
/* subscription-bargain END */

/* subscription-first */

.subscription-first {
  width: 100%;
  background: #725e51;
  padding: 120px 0 180px;
}

.subscription-first img {
  width: auto;
  vertical-align: bottom;
}

.subscription-first__text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}

.subscription-first__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 72px;
}

.subscription-first__images {
  margin-bottom: 70px;
  position: relative;
}

.subscription-first__desc {
  color: #fff;
  display: flex;
  flex-direction: column;
  place-items: center;
}

.subscription-first__heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 33px;
}

.subscription-first__regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.subscription-first__inner {
  text-align: center;
  margin-bottom: 67px;
}

.subscription-first__inner-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.subscription-first__inner-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.subscription-first__inner-text:nth-of-type(1) {
  margin-bottom: 10px;
}

.subscription-first__inner-tax {
  font-size: 16px;
  font-weight: 600;
}

.subscription-first__btn {
  width: 84.42%;
  margin: 0 auto;
}

.subscription-first__desc-link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 20px 0;
  border: 1px solid #fff;
  transition: all 0.3s;
}

.subscription-first__desc-link:hover {
  color: #5d4140;
  background: #fff;
}

@media screen and (max-width: 1375px) {
  .subscription-first__heading {
    font-size: 16px;
  }

  .subscription-first__regular {
    font-size: 14px;
  }

  .subscription-first__inner-title {
    font-size: 16px;
  }

  .subscription-first__inner-text {
    font-size: 16px;
  }

  .subscription-first__inner-tax {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .subscription-first {
    padding: 100px 0 150px;
    max-width: 100%;
  }

  .subscription-first .page__title.page__title_subscription-first {
    width: 320px;
    max-width: 100%;
  }

  .subscription-first__text {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .subscription-first__container {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }

  .subscription-first__images {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 47px;
  }

  .subscription-first__images img {
    width: 100%;
  }

  .subscription-first__heading {
    margin-bottom: 30px;
  }

  .subscription-first__regular {
    margin-bottom: 15px;
  }

  .subscription-first__inner {
    margin-bottom: 46px;
  }

  .subscription-first__btn {
    width: 335px;
  }

  .subscription-first__desc-link {
    padding: 18px 0;
  }
}

/* subscription-first ENS */

/* subscription-present */

.subscription-present {
  width: 100%;
}

.subscription-present img {
  width: auto;
  vertical-align: bottom;
}

.subscription-present__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 70px;
}

.subscription-present__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 52px;
}

.subscription-present__content {
  background: #fff;
  padding: 65px 0 48px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscription-present__content-inner {
  width: 87%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 47px;
}

.subscription-present__content-inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #5d4140;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.subscription-present__content-title {
  font-size: 30px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
  width: 100%;
  padding-bottom: 60px;
  /* margin-bottom: 47px; */
  text-align: center;
  position: relative;
}

.subscription-present__content:first-child
  .subscription-present__content-title::before {
  content: '';
  display: block;
  background: url(/assets/images/subscription/icon_oil.png) no-repeat;
  background-size: cover;
  width: 107px;
  height: 112px;
  position: absolute;
  left: 15px;
  bottom: 5px;
}

.subscription-present__content:last-child
  .subscription-present__content-title::before {
  content: '';
  display: block;
  background: url(/assets/images/subscription/icon_soap.png) no-repeat;
  background-size: cover;
  width: 47px;
  height: 108px;
  position: absolute;
  left: 74px;
  bottom: 5px;
}

.subscription-present__content-heading {
  font-size: 26px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #5d4140;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 0 20px;
  margin-bottom: 30px;
}

.subscription-present__content-heading_small {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.subscription-present__content-images {
  width: 48.0778%;
  text-align: center;
  margin: 0 auto 40px;
}

.subscription-present__content-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.subscription-present__content-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  padding: 0 83px;
  margin-bottom: 30px;
}

.subscription-present__content-link {
  width: 100%;
  line-height: 1;
  text-align: right;
  margin-top: auto;
}

.subscription-present__content-link a {
  font-size: 18px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
  display: inline-block;
  padding-right: 30px;
  margin-right: 83px;
  position: relative;
  transition: opacity 0.3s;
}

.subscription-present__content-link a:hover {
  opacity: 0.7;
}

.subscription-present__content-link a::after {
  content: url('/assets/images/subscription/arw.svg');
  display: block;
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .subscription-present__content-title {
    font-size: 24px;
  }

  .subscription-present__content-heading {
    font-size: 20px;
  }

  .subscription-present__content-heading_small {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .subscription-present__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .subscription-present__container {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 40px;
  }

  .subscription-present__content {
    padding: 30px 0 32px;
  }

  .subscription-present__content-inner {
    width: 87%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 34px;
  }

  .subscription-present__content-title {
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 32px;
  }

  .subscription-present__content:first-child
    .subscription-present__content-title::before {
    width: 55px;
    height: 58px;
    left: -65px;
    bottom: 5px;
  }

  .subscription-present__content:last-child
    .subscription-present__content-title::before {
    width: 25px;
    height: 57px;
    left: -45px;
    bottom: 5px;
  }

  .subscription-present__content-heading {
    font-size: 16px;
    padding: 0;
    margin-bottom: 28px;
  }

  .subscription-present__content-heading_small {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .subscription-present__content-images {
    width: 48.1%;
    margin: 0 auto 30px;
  }

  .subscription-present__content-images img {
    width: 100%;
  }

  .subscription-present__content-text {
    font-size: 16px;
    padding: 0 16px;
    margin-bottom: 19px;
  }

  .subscription-present__content-link {
    text-align: right;
  }

  .subscription-present__content-link a {
    font-size: 11px;
    margin-right: 16px;
  }
}

/* subscription-present END */

/*-- ============= subscriptionページ END ============= --*/

/*============= howtouseページ =============*/

/* howtouse-step */

.howtouse-step {
  width: 100%;
}

.howtouse-step img {
  width: auto;
  vertical-align: bottom;
}

.howtouse-step__heading {
  font-size: 36px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 40px;
}

.howtouse-step__container {
  display: flex;
  justify-content: space-between;
}

.howtouse-step__content {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.howtouse-step-head {
  width: 96%;
  margin-bottom: 58px;
}

.howtouse-step__images {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 26px;
}

.howtouse-step__block {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto auto;
}

.howtouse-step__block-inner {
  width: 43.2693%;
}

.howtouse-step__block-images {
  margin-bottom: 14px;
}

.howtouse-step__block-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.4;
}

.howtouse-step__point {
  width: 80%;
  min-height: 186px;
  background: rgba(214, 180, 143, 0.16);
  margin: 42px auto 0;
  padding: 27px 42px 28px;
  box-sizing: border-box;
}

.howtouse-step__point-heading {
  font-size: 20px;
  font-weight: 600;
  color: #d6b48f;
  text-align: center;
}

.howtouse-step__point-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  .howtouse-step .page__title_howtouse {
    width: 212px;
  }

  .howtouse-step__heading {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .howtouse-step__container {
    flex-direction: column;
  }

  .howtouse-step__content {
    width: 100%;
    flex-direction: column;
  }

  .howtouse-step__content:first-child {
    margin-bottom: 55px;
  }

  .howtouse-step-head {
    width: 100%;
    margin-bottom: 50px;
  }

  .howtouse-step-head img {
    width: 100%;
  }

  .howtouse-step__images {
    width: 100%;
    margin-bottom: 40px;
  }

  .howtouse-step__images img {
    width: 100%;
  }

  .howtouse-step__block {
    width: 100%;
    flex-direction: column;
  }

  .howtouse-step__block-inner {
    width: 100%;
  }

  .howtouse-step__block-inner:first-child {
    margin-bottom: 74px;
  }

  .howtouse-step__block-images {
    width: 67.164%;
    margin: 0 auto 15px;
    text-align: center;
  }

  .howtouse-step__block-images img {
    width: 100%;
  }

  .howtouse-step__block-text {
    /* padding: 0 20px; */
  }

  /* .howtouse-step__block-inner:nth-of-type(2) .howtouse-step__block-text {
    text-align: center;
  } */

  .howtouse-step__point {
    width: 100%;
    min-height: auto;
    margin: 45px auto 0;
    padding: 26px;
  }
}

/* .howtouse-step END */

/* howtouse-worries */

.howtouse-worries {
  width: 100%;
}

.howtouse-worries__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 70px;
}

.howtouse-worries__list {
  max-width: 980px;
  margin: 0 auto;
}

.howtouse-worries__item {
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  cursor: pointer;
}

.howtouse-worries__item:not(:last-child) {
  margin-bottom: 30px;
}

.howtouse-worries__head {
  font-size: 20px;
  color: #5d4140;
  line-height: 1.5;
  padding: 22px 25px 20px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  position: relative;
}

.howtouse-worries__head.js-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.howtouse-worries__head-inner {
  position: relative;
  padding-right: 55px;
  padding-left: 12px;
}

.howtouse-worries__head-inner.js-active {
  padding-bottom: 21px;
  border-bottom: 1px solid #d6b48f;
}

.howtouse-worries_open-btn {
  width: 40px;
  height: 40px;
  background: #d6b48f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.howtouse-worries__line {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.howtouse-worries__line_vertical {
  width: 2px;
  height: 18px;
  transition: opacity 0.3s;
}

.howtouse-worries__line_vertical.js-active {
  opacity: 0;
}

.howtouse-worries__line_beside {
  width: 18px;
  height: 2px;
}

.howtouse-worries__body {
  background: #fff;
}

.howtouse-worries__body-inner {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  padding: 27px 130px 45px 42px;
  background: #fff;
}

@media screen and (max-width: 1080px) {
  .howtouse-worries .page__title_howtouse {
    width: 270px;
    max-width: 100%;
  }

  .howtouse-worries__text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .howtouse-worries__item:not(:last-child) {
    margin-bottom: 35px;
  }

  .howtouse-worries__head {
    font-size: 16px;
    padding: 22px 25px 20px 20px;
  }

  .howtouse-worries__head-inner {
    padding-right: 20px;
    padding-left: 5px;
  }

  .howtouse-worries__head-inner.js-active {
    padding-bottom: 21px;
  }

  .howtouse-worries_open-btn {
    width: 30px;
    height: 30px;
    right: 20px;
  }

  .howtouse-worries__line_vertical {
    height: 15px;
  }

  .howtouse-worries__line_beside {
    width: 15px;
  }

  .howtouse-worries__body-inner {
    padding: 26px 30px 26px 30px;
  }
}

/* howtouse-worries END */

/* howtouse-alkaline  */

.howtouse-alkaline {
  width: 100%;
}

.howtouse-alkaline img {
  width: auto;
  vertical-align: bottom;
}

.howtouse-alkaline__heading {
  font-size: 36px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 70px;
}

.howtouse-alkaline__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.howtouse-alkaline__desc {
  width: 50%;
  padding: 0 34px 0 100px;
}

.howtouse-alkaline__item {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.howtouse-alkaline__number {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1;
  position: absolute;
  top: 17px;
  transform: translateY(-50%);
  left: -30px;
}

.howtouse-alkaline__item:not(:last-child) {
  margin-bottom: 30px;
}

.howtouse-alkaline__images {
  width: 50%;
  padding-left: 68px;
}

@media screen and (max-width: 1080px) {
  .howtouse-alkaline img {
    width: auto;
    vertical-align: bottom;
  }

  .howtouse-alkaline__heading {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .howtouse-alkaline__container {
    flex-direction: column-reverse;
  }

  .howtouse-alkaline__desc {
    width: 100%;
    padding: 0 0px 0 50px;
    padding: 0;
  }

  .howtouse-alkaline__item {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 36px;
  }

  .howtouse-alkaline__number {
    top: 0;
    transform: translateY(0);
    left: 0px;
  }

  .howtouse-alkaline__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .howtouse-alkaline__images {
    width: 100%;
    padding-left: 0;
    margin-bottom: 44px;
  }

  .howtouse-alkaline__images img {
    width: 100%;
  }
}
/* howtouse-alkaline */

/* howtouse-regular */

.howtouse-regular {
  width: 100%;
  padding: 120px 0 180px;
  background: #efe9e1;
}

.howtouse-regular img {
  width: auto;
  vertical-align: bottom;
}

.howtouse-regular__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.howtouse-regular__images {
  width: 50%;
  text-align: right;
  margin-right: 5.77%;
}

.howtouse-regular__desc {
  width: 50%;
  padding-right: 64px;
  margin-left: 7.462%;
}

.howtouse-regular__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.3;
  margin-bottom: 40px;
}

.howtouse-regular__text {
  margin-bottom: 62px;
}

/* .howtouse-regular a.btn {
  margin: 0 auto 0 0;
  text-align: left;
  max-width: 340px;
  transition: all 0.3s;
}

.howtouse-regular a.btn:hover {
  color: red;
  background-color: #fff;
} */

@media screen and (max-width: 1080px) {
  .howtouse-regular .page__title_howtouse {
    width: 168px;
  }

  .howtouse-regular {
    padding: 100px 0 150px;
  }

  .howtouse-regular__container {
    flex-direction: column;
  }

  .howtouse-regular__images {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .howtouse-regular__images img {
    width: 100%;
  }

  .howtouse-regular__desc {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }

  .howtouse-regular__heading {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
  }

  .howtouse-regular__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .howtouse-regular .btn-area {
    padding: 0;
  }

  .howtouse-regular a.btn {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    max-width: 340px;
  }
}

/* howtouse-regular END */

/* howtouse-support */

.howtouse-support {
  width: 100%;
}

.howtouse-support img {
  width: auto;
  vertical-align: bottom;
}

.howtouse-support__images {
  text-align: center;
  margin-bottom: 70px;
}

.howtouse-support__heading {
  font-size: 36px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.howtouse-support__text {
  text-align: center;
  margin-bottom: 70px;
}

.howtouse-support a.btn {
  max-width: 340px;
}

@media screen and (max-width: 1080px) {
  .howtouse-support.page-section {
    margin-bottom: 100px;
  }

  .howtouse-support__images {
    text-align: center;
    margin-bottom: 35px;
  }

  .howtouse-support__heading {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .howtouse-support__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .howtouse-support .btn-area {
    padding: 0;
  }

  .howtouse-support a.btn {
    font-size: 15px;
    max-width: 340px;
    margin: 0 auto;
  }
}
/* howtouse-support END */

/* howtouse-info */

.howtouse-info {
  width: 100%;
}

.howtouse-info img {
  width: auto;
  vertical-align: bottom;
}

.section-inner_info {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
}

.howtouse-info__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.howtouse-info__images {
  width: 50%;
  text-align: right;
  margin-right: 5.77%;
}

.howtouse-info__desc {
  width: 50%;
  padding-right: 64px;
  margin-left: 7.462%;
}

.howtouse-info__heading {
  font-size: 22px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.3;
  margin-bottom: 40px;
}

.howtouse-info__text {
  margin-bottom: 62px;
}

.howtouse-info a.btn {
  margin: 0 auto 0 0;
  text-align: left;
  max-width: 340px;
}

@media screen and (max-width: 1080px) {
  .howtouse-info {
    background: #faf9f5;
  }

  .howtouse-info .page__title_howtouse {
    width: 252px;
    max-width: 100%;
  }

  .howtouse-info .section-inner_info {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 20px;
  }

  .howtouse-info .section-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .howtouse-info__container {
    flex-direction: column;
  }

  .howtouse-info__images {
    width: 81.2%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 38px;
  }

  .howtouse-info__images img {
    width: 100%;
  }

  .howtouse-info__desc {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }

  .howtouse-info__heading {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }

  .howtouse-info__text {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 28px;
  }

  .howtouse-info .btn-area {
    padding: 0;
  }

  .howtouse-info a.btn {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    max-width: 340px;
  }
}
/*============= howtouseページ END =============*/

/*============= faqページ =============*/

.faq-question__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 78px;
}

.faq-question__list {
  width: 100%;
}

.faq-question__item {
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  cursor: pointer;
}

.faq-question__item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-question__head {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  padding: 22px 25px 20px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  position: relative;
}

.faq-question__head.js-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.faq-question__head-inner {
  position: relative;
  padding-right: 55px;
  padding-left: 74px;
}

.faq-question__head-inner::before {
  content: url('');
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 40px;
  background: url('../images/faq/Q.svg') no-repeat center / contain;
}

.faq-question__head-inner.js-active {
  padding-bottom: 21px;
  border-bottom: 1px solid #d6b48f;
}

.faq-question_open-btn {
  width: 40px;
  height: 40px;
  background: #d6b48f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}

.faq-question__line {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-question__line_vertical {
  width: 2px;
  height: 18px;
  transition: opacity 0.3s;
}

.faq-question__line_vertical.js-active {
  opacity: 0;
}

.faq-question__line_beside {
  width: 18px;
  height: 2px;
}

.faq-question__body {
  background: #fff;
}

.faq-question__body-inner {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  padding: 27px 130px 52px 98px;
  background: #fff;
}

.faq-question__br {
  display: none;
}

@media screen and (max-width: 880px) {
  .page__title.page__title_faq {
    width: 180px;
  }

  .faq-question__text {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .faq-question__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .faq-question__head {
    font-size: 16px;
    padding: 22px 27px 22px 30px;
  }

  .faq-question__head-inner {
    padding: 0 18px 0 25px;
  }

  .faq-question__head-inner::before {
    width: 24px;
    height: 30px;
    background-size: cover;
    top: 0;
    left: -25px;
    width: 24px;
    height: 30px;
  }

  .faq-question_open-btn {
    width: 25px;
    height: 25px;
    right: 15px;
  }

  .faq-question__line_vertical {
    height: 12px;
  }

  .faq-question__line_beside {
    width: 12px;
  }

  .faq-question__body-inner {
    font-size: 14px;
    padding: 27px 27px 40px 27px;
  }

  .faq-question__br {
    display: block;
  }
}

/*============= faq END =============*/

/*============= contactページ =============*/

/* contact-support */

.contact-support {
  width: 100%;
}

.contact-support__images {
  margin-bottom: 43px;
}

.contact-support__images img {
  vertical-align: bottom;
}

.contact-support__heading {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 30px;
}

.contact-support__text {
  font-size: 20px;
  font-weight: 600;
  color: #5d4140;
  text-align: center;
  margin-bottom: 52px;
}

.contact-support .btn {
  transition: all 0.3s;
}

.contact-support .btn::before {
  background-image: url(../images/common/arw-w.png);
}

.contact-support .btn:hover {
  background: #fff;
  color: #5d4140;
}

.contact-support .btn:hover::before {
  background-image: url(../images/common/arw.png);
  transition: all 0.3s;
}

.contact-support__br {
  display: none;
}

@media screen and (max-width: 768px) {
  .page__title.page__title_contact {
    width: 188px;
  }

  .contact-support__images {
    margin-bottom: 38px;
  }

  .contact-support__heading {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .contact-support__text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .contact-support .btn-area-center {
    margin: 0 auto;
    padding: 0;
  }

  .contact-support .btn_large {
    font-size: 16px;
  }

  .contact-support__br {
    display: block;
  }
}

/* contact-support END */

/* 追加修正箇所 */

.l-main_contact .contents-area {
  padding-top: 0;
}

.contact-form__contents {
  margin-bottom: 70px;
}

.contact-form__heading {
  font-size: 26px;
  font-weight: 600;
  color: #5d4140;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
}

.contact-form__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.l-main_contact .notice-txt {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact-form__contents {
    margin-bottom: 47px;
  }

  .contact-form__heading {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-form__text {
    font-size: 14px;
    text-align: left;
  }

  .l-main_contact .notice-txt {
    width: fit-content;
    margin: 0 auto;
  }
}

/* 追加修正箇所 END */

/*============= contactページ END =============*/

/* カテゴリーページ */
.femcarecolumn-archive__mv,
.femcarecolumn-archive__mv,
.femcarecolumn-single__mv {
  margin-top: 72px;
}

@media screen and (max-width: 1080px) {
  .femcarecolumn-archive__mv,
  .femcarecolumn-archive__mv,
  .femcarecolumn-single__mv {
    margin-top: 0;
  }
}

/* カテゴリーページ END */

/*-- ============= campaign ============= --*/

.l-main_campaign {
  margin-top: 72px;
  width: 100%;
  background: #fffdf1;
}

.campaign-wrp {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/campaign/bg_campaign.jpg) repeat-y;
  background-position: center;
  background-size: contain;
}

.l-main_campaign img {
  vertical-align: bottom;
}

.l-main_campaign a {
  display: block;
}

.campaign__campaign__section {
  width: 100%;
  max-width: 800px;
  width: 41.667%;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .l-main_campaign {
    margin-top: 0;
  }

  .campaign-wrp {
    background: none;
  }

  .campaign__campaign__section {
    width: 100%;
    max-width: 100%;
  }

  .campaign__campaign__section img {
    width: 100%;
  }
}

/*-- ============= campaign END ============= --*/
