.lp-contents {
  margin-bottom: 70px;
}

.lp-contents .links {
  display: flex;
  padding: 0 20px;
}

.lp-contents .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 42px;
  padding-bottom: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

.lp-contents .link--men {
  position: relative;
  background-color: #7088c7;
  border: 1px solid #7088c7;
}

.lp-contents .link--men::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #7088c7 transparent transparent;
  transform: translateX(-50%);
}

.lp-contents .link--women {
  position: relative;
  margin-left: 7px;
  color: #de8d8e;
  border: 1px solid #de8d8e;
}

.lp-contents .link--women::before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url('/assets/images/link_icon.svg');
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .lp-contents .links {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 45px 0;
  }

  .lp-contents .link {
    height: 64px;
    font-size: 20px;
  }

  .lp-contents .link--men:hover {
    color: #fff;
  }

  .lp-contents .link--men::before {
    border-width: 11px 10px 0 10px;
  }

  .lp-contents .link--women {
    margin-left: 21px;
    border: 1px solid #e0dcd3;
    transition: all 0.2s ease-in-out;
  }

  .lp-contents .link--women:hover {
    color: #de8d8e;
    border-color: #de8d8e;
  }

  .lp-contents .link--women::before {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

/**
 * mv
 */

.mv {
  margin-top: 16px;
}

@media screen and (min-width: 1000px) {
  .mv {
    margin-top: 30px;
  }
}

/**
 * trouble
 */

.trouble {
  background-color: #e9e3e0;
}

.trouble__container {
  padding: 86px 20px 60px;
}

.trouble__heading {
  text-align: center;
}

.trouble__heading img {
  width: 300px;
}

.trouble__content {
  margin-top: 40px;
}

.trouble__text {}

.trouble__text picture {
  display: block;
  border-radius: 30px;
  box-shadow: 0 8.09179px 48.5507px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1000px) {
  .trouble__container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 108px 50px 128px;
  }

  .trouble__heading img {
    width: 649px;
  }

  .trouble__content {
    display: flex;
    flex-wrap: wrap;
    margin: 92px -12px 0;
  }

  .trouble__text {
    width: calc(100% / 3);
    padding: 0 12px;
    border-radius: 60px;
  }

  .trouble__text picture {
    position: relative;
    border-radius: 60px;
  }

  .trouble__text picture::before {
    position: absolute;
    top: -12px;
    right: 40px;
    width: 21px;
    height: 50.46px;
    content: '';
    background-image: url('/assets/images/trouble_obj.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .trouble__text:nth-child(n + 4) {
    margin-top: 32px;
  }
}

/**
 * group
 */

.group {
  background-image: url('/assets/images/pattern.png');
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .group {
    background-image: url('/assets/images/pattern_md.png');
    background-size: 1600px;
  }
}

/**
 * solution
 */
.solution {}

.solution__container {}

.solution__heading {
  padding: 60px 0 37px;
  text-align: center;
  background-color: #fff;
}

.solution__heading img {
  width: 306px;
}

.solution__img {
  margin-top: -1px;
}

.solution__content {
  padding: 0 20px;
  margin-top: -57px;
}

.solution__block:nth-child(n + 2) {
  margin-top: 7px;
}

.solution__text {
  border-radius: 100px;
  box-shadow: 0 8.35618px 50.1371px rgba(0, 0, 0, 0.1);
}

.solution__text:nth-child(n + 2) {
  margin-top: 7px;
}

@media screen and (min-width: 1000px) {
  .solution__container {
    position: relative;
  }

  .solution__heading {
    padding: 81px 0 92px;
  }

  .solution__heading img {
    width: 999px;
  }

  .solution__img img {
    width: 100%;
    height: 732px;
    object-fit: cover;
    object-position: 50% 0;
  }

  .solution__content {
    position: absolute;
    bottom: -27px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    max-width: 1380px;
    width: 100%;
    padding: 0 45px;
    transform: translateX(-50%);
  }

  .solution__block:nth-child(n + 2) {
    margin-top: 0;
  }

  .solution__text {
    width: 330px;
    box-shadow: 0 10.9415px 65.649px rgba(0, 0, 0, 0.1), 0 10px 60px rgba(0, 0, 0, 0.1);
  }

  .solution__text:nth-child(n + 2) {
    margin-top: 33px;
  }

  .solution__block:nth-child(1) .solution__text:nth-child(1),
  .solution__block:nth-child(1) .solution__text:nth-child(3) {
    margin-left: 62px;
  }

  .solution__block:nth-child(2) .solution__text:nth-child(1),
  .solution__block:nth-child(2) .solution__text:nth-child(3) {
    margin-right: 62px;
  }

  .solution__block:nth-child(2) .solution__text:nth-child(2) {
    margin-left: auto;
  }
}

/**
 * reason
 */
.reason {}

.reason__container {
  padding-top: 60px;
}

.reason__heading {
  text-align: center;
}

.reason__heading img {
  width: 247px;
}

.reason__content {
  padding: 40px 20px 0;
}

.reason__item {
  padding: 40px 0;
  border-top: 1px solid #e0ddd3;
}

.reason__item:last-child {
  border-bottom: 1px solid #e0ddd3;
}

.reason__num {
  text-align: center;
}

.reason__num img {
  width: 66px;
}

.reason__title {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0;
}

.reason__title--negative {
  letter-spacing: -0.2px;
}

.reason__title span {
  color: #f5a000;
}

.reason__img {
  margin-top: 35px;
  filter: drop-shadow(0 0 10.7372px rgba(0, 0, 0, 0.1));
}

.reason__body {
  margin-top: 28px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.reason__note {
  margin-top: 10px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .reason__container {
    max-width: 1380px;
    width: 100%;
    padding: 128px 45px 0;
    margin: 0 auto;
  }

  .reason__heading img {
    width: 395px;
  }

  .reason__content {
    padding: 68px 0 0;
  }

  .reason__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 0;
  }

  .reason__item:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .reason__inner {
    width: calc(50% - 97px);
    margin-right: 40px;
  }

  .reason__item:nth-child(2n) .reason__inner {
    margin-right: 0;
    margin-left: 40px;
  }

  .reason__num img {
    width: 80px;
  }

  .reason__title {
    margin-top: 33px;
    font-size: 32px;
  }

  .reason__img {
    width: 624px;
    margin-top: 0;
  }

  .reason__body {
    margin-top: 46px;
    font-size: 18px;
    line-height: 2;
  }
}

/**
 * birth
 */
.birth {
  padding: 120px 20px 0;
}

.birth__container {
  position: relative;
  z-index: 2;
  padding: 80px 30px 26px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.birth__label {
  position: absolute;
  top: -57px;
  right: 50%;
  transform: translateX(50%);
}

.birth__label img {
  width: 119px;
}

.birth__block {}

.birth__text {}

.birth__body {
  margin-top: 37px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .birth {
    max-width: 1380px;
    width: 100%;
    padding: 64px 45px 0;
    margin: 0 auto;
  }

  .birth__container {
    padding: 113px 138px 97px 151px;
    border-radius: 60px;
  }

  .birth__label {
    top: -41px;
    right: -49px;
    transform: translateX(0);
  }

  .birth__label img {
    width: 173px;
  }

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

  .birth__text {
    width: 301px;
    margin-right: 40px;
  }

  .birth__body {
    width: 578px;
    margin-top: 0;
    font-size: 18px;
    line-height: 2;
  }
}

/**
 * item
 */
.item {
  position: relative;
  z-index: 1;
  background-image: url('/assets/images/item_bg_bottom.png');
  background-color: #6eb8f6;
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: contain;
}

.item::before {
  position: absolute;
  top: -63px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 195px;
  content: '';
  background-image: url('/assets/images/item_bg_top.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.item__container {
  padding: 60px 20px 210px;
}

.item--bottom .item__container {
  padding-top: 0;
}

.item__heading {
  text-align: center;
}

.item__heading img {
  width: 294px;
}

.item__content {
  margin-top: 40px;
}

.item__block {}

.item__block:nth-child(n + 2) {
  margin-top: 20px;
}

.item__block-inner {
  position: relative;
  padding: 30px 30px 43px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8.2716px rgba(0, 0, 0, 0.1);
}

.item__categorys {
  position: absolute;
  top: 20px;
  right: 20px;
}

.item__category {
  text-align: right;
}

.item__category:nth-child(n + 2) {
  margin-top: 3px;
}

.item__category span {
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 7px 1px 9px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
}

.item__category--residual span {
  background-color: #8c8ad5;
}

.item__category--exudation span {
  background-color: #72abce;
}

.item__category--deodorize span {
  background-color: #a7c258;
}

.item__category--amount span {
  background-color: #e3b775;
}

.item__img {
  border-radius: 10px;
}

.item__inner {
  margin-top: 13px;
}

.item__title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

.item__price {
  margin-top: -3px;
  font-family: 'acumin-pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.item__body {
  margin-top: 10px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.item__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 26px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #e3714f;
  border-radius: 82px;
  filter: drop-shadow(0 8px 30px rgba(227, 113, 79, 0.4));
}

.item__link::before {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 30px;
  height: 30px;
  content: '';
  background-image: url('/assets/images/item_icon01.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.item__more {
  padding: 29px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(85, 67, 57, 0.3);
  border-bottom: 1px solid rgba(85, 67, 57, 0.3);
}

.item__more-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}

.item__more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.item__more-link img {
  width: 24px;
  margin-top: 2px;
  margin-right: 15px;
}

@media screen and (min-width: 1000px) {
  .item {
    background-image: url('/assets/images/item_bg_bottom_md.png');
  }

  .item::before {
    top: -196px;
    height: 500px;
    background-image: url('/assets/images/item_bg_top_md.png');
    background-position: 50% 0;
  }

  .item__container {
    max-width: 1380px;
    width: 100%;
    padding: 138px 45px 450px;
    margin: 0 auto;
  }

  .item__heading img {
    width: 659px;
  }

  .item__content {
    display: flex;
    flex-wrap: wrap;
    margin: 92px -18.5px 0;
  }

  .item__block {
    width: calc(100% / 3);
    padding: 0 18.5px;
  }

  .item__block:nth-child(n + 2) {
    margin-top: 0;
  }

  .item__block:nth-child(n + 4) {
    margin-top: 37px;
  }

  .item__block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
  }

  .item__categorys {
    top: 30px;
    right: 30px;
  }

  .item__inner {
    margin-top: 16px;
  }

  .item__title {
    font-size: 20px;
  }

  .item__price {
    margin-top: -6px;
    font-size: 24px;
  }

  .item__body {
    margin-top: 16px;
  }

  .item__link {
    padding-left: 32px;
    margin-top: 28px;
  }

  .item__link::before {
    right: 21px;
    width: 28px;
    height: 28px;
  }

  .item__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 0 32px;
    margin-top: 72px;
  }

  .item__more-text {
    font-size: 20px;
  }

  .item__more-link {
    margin-top: 0;
  }

  .item__more-link:hover {
    text-decoration: none;
  }
}

/**
 * cv
 */
.cv {
  margin-top: 60px;
}

.cv__title {
  text-align: center;
}

.cv__title img {
  width: 223px;
}

.cv__img {
  display: block;
  margin-top: 41px;
}

@media screen and (min-width: 1000px) {
  .cv__img {
    margin-top: 68px;
    pointer-events: none;
  }
}

/**
 * movie
 */
.movie {
  background-image: url('/assets/images/pattern.png');
  background-size: contain;
}

.movie__container {
  padding: 60px 20px;
}

.movie__heading {
  text-align: center;
}

.movie__heading img {
  width: 214px;
}

.movie__content {
  margin-top: 40px;
}

.movie__item {}

.movie__item:nth-child(n + 2) {
  margin-top: 40px;
}

.movie__item iframe {
  width: 100%;
  height: 188px;
}

.movie__text {
  margin-top: 12px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .movie {
    background-image: url('/assets/images/pattern_md.png');
    background-size: 1600px;
  }

  .movie__container {
    max-width: 1380px;
    width: 100%;
    padding: 144px 45px 124px;
    margin: 0 auto;
  }

  .movie__heading img {
    width: 591px;
  }

  .movie__content {
    display: flex;
    flex-wrap: wrap;
    margin: 92px -26.5px 0;
  }

  .movie__item {
    width: calc(100% / 2);
    padding: 0 26.5px;
  }

  .movie__item:nth-child(n + 2) {
    margin-top: 0;
  }

  .movie__item:nth-child(n + 3) {
    margin-top: 60px;
  }

  .movie__item iframe {
    height: 348px;
  }

  .movie__text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 2;
  }
}

/**
 * media
 */
.media {}

.media__container {
  padding: 60px 0;
}

.media__heading {
  text-align: center;
}

.media__heading img {
  width: 301px;
}

.media__logo {
  padding-left: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  .media__container {
    max-width: 1380px;
    width: 100%;
    padding: 128px 45px;
    margin: 0 auto;
  }

  .media__heading img {
    width: 493px;
  }

  .media__logo {
    padding-left: 0;
    margin-top: 92px;
  }
}

/**
 * voice
 */
.voice {
  padding-top: 38px;
  background-color: #b7a384;
}

.voice__container {
  padding: 55px 20px 60px;
  background-color: #f4eee4;
  background-image: url('/assets/images/voice_obj.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.voice__heading {
  text-align: center;
}

.voice__heading img {
  width: 220px;
}

.voice__content {
  margin-top: 55px;
}

.voice__group:nth-child(n + 2) {
  margin-top: 55px;
}

.voice__item {}

.voice__item:nth-child(n + 2) {
  margin-top: 55px;
}

.voice__inner {
  position: relative;
  padding: 36px 30px;
  background-color: #fbf9f6;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.voice__inner::before {
  position: absolute;
  top: -16px;
  right: 14px;
  width: 38px;
  height: 68px;
  content: '';
  background-image: url('/assets/images/voice_pin.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.voice__title {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0;
}

.voice__title span {
  color: #e3714f;
}

.voice__body {
  margin-top: 24px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.voice__text {
  display: flex;
  align-items: center;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
}

.voice__icon {
  margin-right: 17px;
}

.voice__icon img {
  width: 44px;
}

@media screen and (min-width: 1000px) {
  .voice {
    padding: 70px 60px 128px;
  }

  .voice__container {
    padding: 108px 94px 127px;
    background-image: url('/assets/images/voice_obj_md.png');
    background-position: 0 58px;
    border-radius: 60px;
  }

  .voice__heading img {
    width: 501px;
  }

  .voice__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 92px -28px 0;
  }

  .voice__group {
    width: 50%;
    padding: 0 28px;
  }

  .voice__group:nth-child(n + 2) {
    margin-top: 0;
  }

  .voice__item {}

  .voice__item:nth-child(n + 2) {
    margin-top: 48px;
  }

  .voice__inner {
    padding: 58px 55px;
  }

  .voice__inner::before {
    top: -20px;
    right: 30px;
    width: 45px;
    height: 85px;
  }

  .voice__title {
    font-size: 24px;
  }

  .voice__body {
    font-size: 18px;
    line-height: 2;
  }

  .voice__text {
    margin-top: 32px;
    font-size: 18px;
  }

  .voice__icon {
    margin-right: 24px;
  }

  .voice__icon img {
    width: 50px;
  }
}

/**
 * question
 */
.question {
  margin: auto;
  background-color: #b7a384;
}

.question__container {
  padding: 60px 20px;
}

.question__heading {
  text-align: center;
}

.question__heading img {
  width: 309px;
}

.question__content {
  margin-top: 40px;
}

.question__list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.question__list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.question__title {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 18px 47px 18px 12px;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0;
}

.question__title::before,
.question__title::after {
  position: absolute;
  top: 40px;
  right: 12px;
  width: 16px;
  height: 2px;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
}

.question__title::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.question__title.is-active::after {
  transform: rotate(0);
}

.question__title img {
  width: 44px;
  margin-right: 16px;
}

.question__title span {
  margin: 8px 0;
}

.question__detail {
  display: none;
}

.question__detail-inner {
  display: flex;
  align-items: flex-start;
  padding: 33px 30px 28px 28px;
  background-color: #fbf9f6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.question__detail-inner img {
  width: 44px;
  margin-top: -5px;
  margin-right: 19px;
}

.question__detail-inner p {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

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

.question__link a {
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.3) !important;
}

.question__link img {
  width: 20px;
  margin-top: 1px;
  margin-right: 10px;
}

@media screen and (min-width: 1000px) {
  .question__container {
    max-width: 1380px;
    width: 100%;
    padding: 0 135px 115px;
    margin: 0 auto;
  }

  .question__heading img {
    width: 454px;
  }

  .question__content {
    margin-top: 90px;
  }

  .question__title {
    padding: 23px 30px 25px;
    font-size: 20px;
    cursor: pointer;
  }

  .question__title::before,
  .question__title::after {
    top: 49px;
    right: 38px;
    width: 18px;
  }

  .question__title img {
    width: 52px;
    margin-right: 35px;
  }

  .question__detail-inner {
    padding: 31px 38px 38px 30px;
  }

  .question__detail-inner img {
    width: 52px;
    margin-right: 35px;
  }

  .question__detail-inner p {
    font-size: 18px;
    line-height: 2;
  }

  .question__link {
    margin-top: 67px;
  }

  .question__link a {
    font-size: 18px;
  }

  .question__link a:hover {
    color: #fff !important;
    text-decoration: none;
  }

  .question__link img {
    width: 24px;
    margin-top: 2px;
    margin-right: 15px;
  }
}

/**
 * support
 */
.support {}

.support__container {
  padding: 50px 20px 120px;
}

.support__header {}

.support__heading {
  text-align: center;
}

.support__heading img {
  width: 289px;
}

.support__lede {
  margin-top: 33px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.support__link {
  display: block;
  margin-top: 41px;
}

@media screen and (min-width: 1000px) {
  .support__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1380px;
    width: 100%;
    padding: 94px 45px 290px;
    margin: 0 auto;
  }

  .support__header {
    margin-top: 20px;
  }

  .support__heading {
    text-align: left;
  }

  .support__heading img {
    width: 351px;
  }

  .support__lede {
    margin-top: 42px;
    font-size: 18px;
    line-height: 2;
  }

  .support__link {
    margin-top: 0;
    pointer-events: none;
  }

  .support__link img {
    width: 660px;
  }
}