@charset "utf-8";

:root {
  --gray0: #ffffff;
  --gray100: #1e1e1e;
  --green1: #038c3e;
  --green2: #026c33;
  --green4: #e7f6dc;
  --brown2: #462b00;
  --primary-yellow: #f9ed0e;
  --bg: #fefefe;
  --brown-bg: #f7efe1;
  --serif: "Noto Serif JP", serif;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 700;
  color: var(--gray100);
}



html {

  color: var(--gray100);
  background: var(--bg);
}

.page-sales_landingpage {
  margin: 0;
}

.pane-landingpage-contents {
  margin: 0;
  margin-bottom: 20px;
}

.container {
  margin: 0 !important;
  width: auto !important;
}

.pane-main {
  margin: 0;
  width: auto;
}

main.sansoninto-main {
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto 40px;
  box-shadow: 0 0 20px 0 rgba(70, 43, 0, 0.1);
}

/* main.sansoninto-main img {
  max-width: 750px;
  width: 100%;
} */

p {
  font-size: 16px;
  text-align: justify;
}

span {
  display: inline !important;
}

.serif {
  font-family: var(--serif);
}

@media (min-width: 501px) {
  .ch501 {
    display: none !important;
  }
}

.ul-g {
  background: linear-gradient(transparent 80%, #038c3e 20%);
  display: inline;
}

.kv {
  background-image: url(/img/sansoninto-img/fumin-bg20.jpg);
  background-size: cover;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)),
      50% 100%,
      0 calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)));
  padding-bottom: 50px;
  position: relative;
  z-index: 30;
}

.introduction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, calc(0.000px + 8vw), 60px) 0 clamp(19px, calc(11vw + -22px), 60px);
}

.intro1 {
  width: 320px;
  margin: 0 auto 20px;
  width: clamp(320px, 82.05vw, 450px);
}

.intro2 {
  font-size: 18px;
  line-height: 150%;
}

.intro3 {
  width: 291.836px;
  width: clamp(291px, 74.61vw, 400px);
  margin: 0 auto;
}

.introduction p {
  text-align: center;
}

.introduction p.ul-g {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 auto;
}

/*========= about ===============*/
.about {
  margin-top: clamp(-70px, calc(-50px - (20 * ((100vw - 375px) / 375))), -50px);
  position: relative;
  z-index: 29;
}

.about-upper {
  background: var(--brown-bg, #f7efe1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: clamp(50px, calc(30.000px + 5.333vw), 70px);
}

.about-upper .checklist {
  width: clamp(340px, calc(230.000px + 29.333vw), 450px);
  margin: clamp(40px, calc(5vw + 20px), 60px) auto;
}


.nemuri-care p {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  margin-bottom: clamp(4px, calc(2vw + -2px), 10px);
}

.nemuri-care p.g-check::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/img/sansoninto-img/g-check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.fukidashi {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: clamp(16px, calc(12px + 1.067vw), 20px) 10px;
  background-color: var(--brown2);
  color: var(--gray0, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.fukidashi span {
  color: var(--primary-yellow, #f9ed0e);
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: var(--brown2) transparent transparent;
  translate: -50% 100%;
  z-index: 29;
}

.Product-Information {
  display: flex;
  padding: clamp(30px, calc(20.000px + 2.667vw), 40px) 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: var(--gray0, #fff);
  box-shadow: 2px 2px 14px 0 rgba(70, 43, 0, 0.05);
}

.Product-Information1 {
  background-image: url(/img/sansoninto-img/product-bg.jpg);
  background-size: 1080px;
  background-position-x: center;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)),
      50% 100%,
      0 calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)));
  position: relative;
  z-index: 28
}

@media (min-width: 501px) {
  .Product-Information1 {
    background-size: 1320px;
  }
}

.Product-Information .g-ttl {
  display: flex;
  padding: clamp(10px, calc(-40px + 13.333vw), 12px) clamp(20px, calc(-30px + 13.333vw), 22px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--green1, #038c3e);
  color: var(--gray0, #fff);
  font-size: clamp(14px, calc(10.500px + 1vw), 18px);
  font-weight: 700;
  line-height: 130%;
}

.Product-Information .upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Product-Information .upper .package {
  width: clamp(330px, calc(160.000px + 45.333vw), 500px);
}

.Product-Information .upper h3 img {
  width: clamp(139px, calc(28.000px + 29.6vw), 250px);
}

.Product-Information .upper small {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.Product-Information .upper small span {
  /* display: flex; */
  height: 20px;
  padding: 3px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gray100, #1e1e1e);
  background: var(--gray0, #fff);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}

.Product-Information .upper .Product-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.Product-Information .upper .Product-right p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
}

.Product-Information .upper .Product-right small {
  font-size: 11.7px;
  font-weight: 500;
  line-height: 150%;
}

.Product-Information .upper .Product-right small span {
  display: flex;
  width: 75px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray100, #1e1e1e);
  background: var(--gray0, #fff);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}

.Product-Information .bottom {
  display: flex;
  padding: clamp(10px, calc(-3.238px + 9.524vw), 12px) clamp(16px, calc(14px + 0.533vw), 18px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  background: var(--gray0);
  margin-bottom: 30px;
}

.Product-Information .bottom h4 {
  color: var(--green1, #038c3e);
  text-align: center;
  font-size: clamp(12px, calc(10px + 0.533vw), 14px);
  font-weight: 700;
  line-height: 150%;
}

.Product-Information .bottom hr {
  width: 100%;
  height: 1px;
  background: #bababa;
  margin: 0;
}

.Product-Information .bottom p {
  text-align: center;
  font-size: clamp(11px, 8.375px + 0.75vw, 14px);
  font-weight: 700;
  line-height: 150%;
}

.Product-Information2 {
  background-image: url(/img/sansoninto-img/product-bg.jpg);
  background-size: 1110px;
  background-position-x: center;
}

@media (min-width: 501px) {
  .Product-Information .g-ttl {
    font-size: 18px;
  }

  .Product-Information2 {
    background-size: 1290px;
  }

  .Product-Information .bottom p {
    font-size: 14px;
  }
}

.Product-Information2 .description {
  width: clamp(320px, calc(200.000px + 32vw), 440px);
  line-height: 170%;
}

.oshiete {
  padding: 0 15px;
  background-image: url(/img/sansoninto-img/dot-bg.png);
  background-size: 800px 600px;
}

.oshiete p.h2sub {
  text-align: center;
  font-size: clamp(16px, calc(14.000px + 0.533vw), 18px);
  font-weight: 700;
  line-height: 170%;
}

.oshiete p.h2sub::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  background-image: url(/img/sansoninto-img/emphasis-g.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  margin-right: -7px;
}

.oshiete .oshiete-ttl {
  display: flex;
  height: 96px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px 8px 0 0;
  background: var(--brown2, #462b00);
  color: var(--gray0, #fff);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.oshiete .oshiete-ttl::after {
  content: "";
  display: inline-block;
  width: 88px;
  height: 102.029px;
  background-image: url(/img/sansoninto-img/oshiete.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 7px;
  margin-right: -35px;
}

.oshiete .oshiete-ttl h2 {
  color: var(--gray0, #fff);
  text-align: center;
  font-size: clamp(25px, calc(22.375px + 0.75vw), 28px);
  font-weight: 700;
  line-height: 130%;
  width: fit-content;
}

.oshiete .oshiete-ttl h2 span {
  font-size: clamp(25px, calc(22.375px + 0.75vw), 28px);
  color: var(--primary-yellow, #f9ed0e);
}

.oshiete ul {
  display: flex;
  padding: 40px 15px;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, calc(0px + 5.333vw), 40px);
  width: fit-content;
  max-width: 550px;
  margin: 0 auto;
}

.oshiete ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.oshiete ul li img {
  width: 60px;
}

.oshiete ul li p {
  position: relative;
  display: inline-block;
  padding: clamp(10px, calc(8px + 0.533vw), 12px) clamp(16px, calc(14px + 0.533vw), 18px);
  border-radius: 4px;
  text-align: left;
  font-weight: 700;
  line-height: 170%;
}

.oshiete ul li.user-voice p {
  margin-left: 14px;
  background-color: var(--brown-bg);
}

.oshiete ul li.staff-voice p {
  margin-right: 14px;
  background-color: var(--green4);
}

.oshiete ul li p::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
}

.oshiete ul li.user-voice p::after {
  left: 0;
  border-width: 8px 14px 8px 0;
  border-color: transparent var(--brown-bg) transparent transparent;
  translate: -100% -50%;
}

.oshiete ul li.staff-voice p::after {
  right: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--green4);
  translate: 100% -50%;
}

.oshiete ul li.accumulation {
  background-image: url(/img/sansoninto-img/accumulation-bg.jpg);
  background-size: cover;
  width: 100%;
  display: flex;
  padding: 30px 0 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}

.oshiete ul li.accumulation h3 {
  text-align: center;
  font-size: clamp(26px, calc(22.500px + 1vw), 30px);
  font-weight: 700;
  line-height: 100%;
  color: var(--gray0);
}

.oshiete ul li.accumulation h3 span {
  text-decoration: underline;
  text-decoration-color: var(--primary-yellow, #f9ed0e);
  text-decoration-thickness: 6px;
  text-underline-offset: 16%;
}

.oshiete ul li.accumulation h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 27px;
  background-image: url(/img/sansoninto-img/attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
}

.oshiete ul li.accumulation img {
  width: clamp(300px, calc(200px + 26.667vw), 400px);
}

.w-i-kampo {
  padding: clamp(90px, calc(60.000px + 8vw), 120px) 0 0;
  position: relative;
  margin-top: clamp(-70px, calc(-50px - (20 * ((100vw - 375px) / 375))), -50px);
}


.shoyaku-box .fukidashi-g {
  background: var(--green2, #026c33);
}

.fukidashi-g::after {
  border-color: var(--green2, #026c33) transparent transparent;
}

.shoyaku-box h3 {
  color: var(--gray0, #fff);
  text-align: center;
  font-size: clamp(14px, calc(10.500px + 1vw), 18px);
  font-weight: 700;
  line-height: 130%;
}

.shoyaku-box h3 span {
  color: var(--primary-yellow, #f9ed0e);
  font-size: clamp(20px, calc(16px + 1.067vw), 24px);
  font-weight: 700;
  line-height: 130%;
}

.bottom-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px clamp(14px, calc(8px + 1.6vw), 20px);
  flex-wrap: wrap;
  padding: clamp(40px, calc(20.000px + 5.333vw), 60px) 10px clamp(70px, calc(40px + 8vw), 100px) 10px;
  background-image: url(/img/sansoninto-img/herbal-bg.jpg);
  background-size: cover;
  width: 100%;
  max-width: initial;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)),
      50% 100%,
      0 calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)));
}

.bottom-box li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, calc(12px + 0.533vw), 16px);
  font-weight: 700;
  line-height: 100%;
  font-family: var(--serif);
  gap: 6px;
}

.bottom-box li img {
  width: clamp(92px, calc(74px + 4.8vw), 110px);
}

/*========= about ===============*/

/*========= cta ===============*/
.cta {
  background-image: url(/img/sansoninto-img/cta-bg.jpg);
  background-size: cover;
  padding: clamp(90px, calc(60px + 8vw), 120px) 10px 60px;
}

.cta1 {
  margin-top: clamp(-70px, calc(-50px - (20 * ((100vw - 375px) / 375))), -50px);
}

.cta .h2sub {
  color: var(--gray0, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.cta h2 {
  color: var(--gray0, #fff);
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.cta h2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 40.56px;
  background-image: url(/img/sansoninto-img/light-bulb.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.cta h2 span {
  font-size: 34px;
  color: var(--primary-yellow, #f9ed0e);
}

.cta .w-box {
  display: flex;
  width: clamp(320px, calc(75.000px + 70vw), 600px);
  padding: clamp(30px, calc(21.250px + 2.5vw), 40px) clamp(20px, calc(11.250px + 2.5vw), 30px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background-color: #fafaf8;
  background-blend-mode: multiply, normal;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  margin: 20px auto 40px;
}

.cta .w-box p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.cta .w-box p span {
  color: var(--green1, #038c3e);
  font-weight: 700;
}

.cta .w-box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cta .w-box ul li {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(14px, calc(10.500px + 1vw), 18px);
  font-weight: 700;
  line-height: 100%;
}

.cta .w-box ul li img {
  width: clamp(51.59px, calc(39.18px + 3.309vw), 64px);
  margin-right: 7px;
}

.cta .w-box ul li span {
  color: var(--orange2, #ff6a00);
  text-align: center;
  font-size: clamp(28px, calc(24.500px + 1vw), 32px);
}

.cta .w-box ul li span.span24 {
  /* font-size: clamp(21px, 5.79vw, 24px); */
  font-size: clamp(19px, calc(7.625px + 3.25vw), 32px);
}

.cta .w-box ul li span.span26 {
  font-size: clamp(20px, calc(9.500px + 3vw), 32px);
}

.cta .w-box img.payment {
  width: clamp(320px, calc(285.000px + 10vw), 360px);
}

.cta .w-box .notes {
  display: flex;
  flex-direction: column;
  gap: clamp(1px, calc(-3px + 1.067vw), 5px);
}

.cta .w-box .notes p {
  font-weight: 500;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.cta .btn-area .ttl {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  justify-content: center;
  margin-bottom: 12px;
}

.cta .btn-area .ttl p {
  color: var(--gray0, #fff);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.cta .btn-area .ttl img {
  width: 16px;
}

.cta .btn-area a,
.btn-area2 a {
  display: flex;
  width: 320px;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #eb5e0b;
  color: #fafaf7;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto;
}


.cta .btn-area a span,
.btn-area2 a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 18px solid var(--gray0);
  border-bottom: 0;
}

.cta .btn-area1 {
  margin-bottom: 40px;
}

/*========= cta ===============*/

/*========= worry ===============*/
.worry {
  position: relative;
  margin-top: -1px;
}

.worry::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  border-left: clamp(160px, 50vw, 375px) solid transparent;
  border-right: clamp(160px, 50vw, 375px) solid transparent;
  border-top: clamp(50px, 12.8vw, 70px) solid var(--gray0);
  /* bottom: clamp(-69.5px, -12.8vw, -49.5px); */
}

.sleep {
  background-color: #ababab;
  background-image: url(/img/sansoninto-img/gussuri-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  height: clamp(1100px, calc(1060.000px + 10.667vw), 1140px);
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)),
      50% 100%,
      0 calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)));
}

.sleep p {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  margin-top: 35px;
}

@media (min-width: 660px) {
  .sleep p {
    color: var(--gray0);
  }
}

.sleep ul {
  display: flex;
  padding: 20px 0 0;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.sleep ul li {
  display: flex;
  width: 320px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sleep ul li.woman-voice,
.sleep ul li.man-voice {
  width: clamp(340px, calc(360px - (10 * ((100vw - 375px) / 375))));
}

.sleep ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-align: left;
  width: 204px;
}

.sleep .tai5 {
  width: clamp(375px, calc(250px + 33.333vw), 500px);
  margin: 0 auto;
}

.mental-care-wrap {
  background-color: #fff;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)),
      50% 100%,
      0 calc(100% - clamp(50px, calc(50px + (20 * ((100vw - 375px) / 375))), 70px)));
}

.mental-care {
  background-image: url(/img/sansoninto-img/mental-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: clamp(410px, calc(380.000px + 8vw), 440px);
  padding: clamp(30px, calc(20.000px + 2.667vw), 40px) 10px 0;
}

@media (min-width: 501px) {
  .mental-care {
    background-position-y: 46%;
  }
}

.mental-care h2 {
  text-align: center;
  font-size: clamp(16px, calc(14.000px + 0.533vw), 18px);
  font-weight: 700;
  line-height: 150%;
}

.mental-care h2 span {
  color: var(--green1, #038c3e);
  font-size: 24px;
}

.mental-care ul {
  display: flex;
  width: clamp(330px, calc(225.000px + 30vw), 450px);
  justify-content: space-between;
  align-items: flex-start;
  margin: clamp(20px, calc(0.000px + 5.333vw), 40px) auto;
}

.mental-care ul li {
  /* width: clamp(114px, calc(98.000px + 4.267vw), 130px);
  height: clamp(118.145px, calc(101.145px + 4.533vw), 135.145px); */
  width: clamp(108.3px, calc(95.000px + 3.8vw), 123.5px);
  height: clamp(112.238px, calc(96.088px + 4.306vw), 128.388px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray0, #fff);
  text-align: center;
  font-size: clamp(14px, calc(12.000px + 0.533vw), 16px);
  font-weight: 700;
  line-height: 130%;
  font-family: var(--serif);
  background-image: url(/img/sansoninto-img/kokoro-blob.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mental-care p {
  color: var(--gray0, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.mental-care p span {
  font-size: 32px;
}

.w-i-sansoninto {
  padding: clamp(100px, calc(80.000px + 5.333vw), 120px) 0 40px;
  margin-top: clamp(-70px, calc(-50px - (20 * ((100vw - 375px) / 375))), -50px);
}

.w-i-sansoninto .oshiete-ttl::after {
  margin-right: -88px;
}

.power {
  width: clamp(360px, calc(220px + 37.333vw), 500px);
  margin: 0 auto;
  display: flex;
  padding: 40px 0 30px 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-image: url(/img/sansoninto-img/herbal-bg.jpg);
  background-position: center;
}

.power h3 {
  text-align: center;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 100%;
}

.power h3 span {
  color: var(--green1, #038c3e);
  font-size: 32px;
}

.oshiete .power ul {
  padding: 0;
}

.oshiete .power ul li img {
  width: 340px;
}

/*========= worry ===============*/

/*========= kodawari ===============*/
.kodawari {
  background-image: url(/img/sansoninto-img/dot-bg.png);
  background-size: 800px 600px;
}

.factory {
  padding: 60px 0 40px;
}

.factory p.f-area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  gap: 2px;
}

.factory p.f-area img {
  width: 17px;
}

.factory h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

.factory h2 img {
  width: 52px;
  height: 87px;
}

.factory p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.factory p span {
  color: var(--green1, #038c3e);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.factory img.factory-img {
  margin: clamp(20px, calc(0px + 5.333vw), 40px) auto 0;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 501px) {
  .factory-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .factory img.factory-img {
    max-width: 340px;
    margin: 0;
  }
}

.storevoice {
  margin: clamp(20px, calc(0px + 5.333vw), 40px) auto 0;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.storevoice p {
  position: relative;
  display: inline-block;
  padding: clamp(10px, calc(8px + 0.533vw), 12px) clamp(16px, calc(14px + 0.533vw), 18px);
  border-radius: 4px;
  text-align: left;
  font-weight: 700;
  line-height: 170%;
  margin-right: 14px;
  background-color: var(--green4);
  font-size: 16px;
  max-width: 436px;
}

.storevoice p::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
  right: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--green4);
  translate: 100% -50%;
}

.storevoice img {
  width: 60px;
}

.kodawari .oshiete {
  background-image: none;
  padding: 0;
}

.kodawari .oshiete-ttl {
  gap: 0;
}

.kodawari .oshiete-ttl::after {
  margin-right: -56px;
}





.kodawari5 img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.kodawari5 h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  padding-top: clamp(40px, calc(20.000px + 5.333vw), 60px);
  background: #fff;
}

.kodawari5 h3 span {
  font-size: 24px;
  line-height: 130%;
  padding-bottom: 6px;
}

/*========= kodawari ===============*/

/*========= アコーディオン===============*/
.faq-wrap {
  width: clamp(360px, calc(64vw + 120px), 600px);
  margin: 0 auto;
}

.faq-wrap .faq-box {
  display: flex;
  padding: 60px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.faq-wrap .faq-box h2 {
  color: var(--green1, #038c3e);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}

.faq-wrap .faq-box ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 60px;
}

.faq-wrap .faq-box ul.menu {
  padding-bottom: 18px;
  gap: 0;
}

.faq-wrap .faq-box ul.menu li {
  display: flex;
  align-items: center;
  max-width: 200px;
  gap: 5px;
}

.faq-wrap .faq-box ul.menu li span {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.faq-wrap .faq-box ul.menu li span.line {
  flex: 1;
  border-bottom: 2px dotted var(--gray100);
}

.faq-wrap .faq-box ul.qa {
  gap: 5px;
}

.faq-wrap .faq-box ul.qa li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.faq-wrap .faq-box ul.qa li span {
  color: var(--green1, #038c3e);
}

.faq-wrap .faq-box ul.qa li small {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.faq-wrap .faq-box ul li dl {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 0 20px;
}

.faq-wrap .faq-box ul li dl .toggle__title2 {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 30px 0;
}

.faq-wrap .faq-box ul li dl .toggle__title2 p {
  color: var(--green1, #038c3e);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  width: 85%;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .faq-box ul li dl .toggle__title2 p .beginning {
  color: var(--green1, #038c3e);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-right: 24px;
  padding-left: 6%;
  margin-top: -5px;
}

.faq-wrap .faq-box ul li dl .toggle__title2 .toggle_btn {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: var(--green1, #038c3e);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 3%;
}

.faq-wrap .faq-box ul li dl .toggle__title2 .toggle_btn::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  transition: 0.2s ease-out;
}

.faq-wrap .faq-box ul li dl .toggle__title2 .toggle_btn::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-out;
}

.faq-wrap .faq-box ul li dl .toggle__title2.show2 .toggle_btn:before {
  content: normal;
}

.faq-wrap .faq-box ul li dl .toggle__content {
  display: none;
  padding: 10px 0 22px;
}

.faq-wrap .faq-box ul li dl .toggle__content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

.faq-wrap .faq-box ul li dl .toggle__content p .beginning {
  color: var(--green1, #038c3e);
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
  letter-spacing: 0.8px;
  margin-right: 24px;
  padding-left: 6%;
  margin-top: -3px;
}

.faq-wrap .faq-box ul li dl .toggle__content p a {
  text-decoration: underline;
}

.faq-wrap .faq-box ul li dl .toggle__content p.toggle__content1 {
  padding-bottom: 0;
}

ul.precautions li {
  display: flex;
  align-items: flex-start;
  gap: 1px;
}

ul.precautions li span {
  padding-top: 2px;
}

/*========= アコーディオン ===============*/

/*========= info-checkbox ===============*/
.info-checkbox {
  display: flex;
  padding: 40px 15px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: var(--gray10, #F3F3F3);
}

.info-checkbox p.checkbox-alert {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  max-width: 600px;
}

.info-checkbox .checkbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.info-checkbox p.checkbox-wrapper__require {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #EB1010;
  color: var(--gray0, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
}

.info-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.info-checkbox input {
  width: 30px;
  height: 30px;
  border: solid 2px #999;
}

/*========= info-checkbox ===============*/


/*========= form ===============*/
.block-landingpage-login--member,
#frmLP {
  max-width: 750px;
  width: 100%;
  margin: 15px auto 0;
}

#frmLP h2 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: normal;
}

.block-landingpage-login--guest {
  margin: 40px auto;
}

h2.block-landingpage-form--method-title {
  margin: 20px 0;
  font-size: 22px;
  font-weight: normal;
}

.block-landingpage-form--payment-content h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
}

/*========= form ===============*/