body {
  overflow-x: clip;
}

[data-aos] {
  will-change: transform, opacity;
  contain: layout paint;
}

#page.onsen .mv {
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #page.onsen .mv {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  #page.onsen .sp-title-move {
    padding: 0 18px;
  }
  #page.onsen .sp-title-move .header-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  #page.onsen .sp-title-move .header-page-title .en-title {
    font-weight: 500;
    font-size: 33px;
    letter-spacing: 0.04em;
    margin-right: 30px;
  }
  #page.onsen .sp-title-move .header-page-title .ja-title {
    font-size: 14px;
    line-height: 1.749661705;
  }
}
#page.onsen .text-contens {
  padding: 90px 0 87px;
}
#page.onsen .contens-title {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5384615385;
  margin-bottom: 50px;
}
#page.onsen .contens-text {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.2105263158;
}
@media (max-width: 767px) {
  #page.onsen .text-contens {
    padding: 32px 0 65px;
  }
  #page.onsen .contens-title {
    font-size: 24px;
    line-height: 1.684;
    letter-spacing: 0.05rem;
    margin-bottom: 35px;
  }
  #page.onsen .contens-text {
    font-size: 16px;
    line-height: 2.125;
  }
}
#page.onsen .efficacy-contents {
  padding: 55px 0px 65px;
}
#page.onsen .contens-wrap {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
#page.onsen .contens-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.onsen .contens-vertical {
  width: 20%;
}
#page.onsen .contens-vertical-title {
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.onsen .contens-vertical-title.sub {
  font-size: 33px;
  line-height: 1.5;
}
#page.onsen .contens-vertical-title .number {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
#page.onsen .contens-horizontal {
  width: 73%;
}
#page.onsen .contens-horizontal-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 2.037037037;
  margin-bottom: 30px;
}
#page.onsen .contens-horizontal-text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.25;
  margin-bottom: 35px;
  text-align: justify;
}
#page.onsen .contens-line {
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 2px;
  margin-bottom: 35px;
}
#page.onsen .efficacy-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1764705882;
  margin-bottom: 32px;
}
#page.onsen .contens-overview {
  width: 100%;
}
#page.onsen .contens-overview th {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1333333333;
  width: 150px;
  padding-bottom: 35px;
}
#page.onsen .contens-overview td {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1333333333;
  width: calc(100% - 150px);
  padding-bottom: 35px;
}
@media (max-width: 960px) {
  #page.onsen .contens-wrap {
    padding: 0px 15px;
  }
  #page.onsen .contens-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #page.onsen .efficacy-contents {
    padding-bottom: 0;
  }
  #page.onsen .contens-wrap {
    padding: 0px 45px;
  }
  #page.onsen .contens-flex {
    display: block;
  }
  #page.onsen .contens-vertical {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #page.onsen .contens-horizontal {
    width: 100%;
  }
  #page.onsen .contens-vertical-title {
    font-size: 31px;
    letter-spacing: 0.12em;
    line-height: 1.66;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 22px;
  }
  #page.onsen .contens-vertical-title.sub {
    font-size: 28px;
  }
  #page.onsen .contens-vertical-title.sub .parentheses {
    letter-spacing: -0.18em;
    font-size: 20px;
    vertical-align: super;
    margin-left: -3px;
  }
  #page.onsen .contens-vertical-title.sub .parentheses.bottom {
    vertical-align: bottom;
    margin-left: 0;
  }
  #page.onsen .contens-vertical-title .number {
    font-size: 16px;
    margin-bottom: 0;
  }
  #page.onsen .contens-horizontal-title {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.8181818182;
    margin-bottom: 16px;
  }
  #page.onsen .contens-horizontal-title span {
    letter-spacing: 0.03em;
  }
  #page.onsen .contens-horizontal-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8571428571;
  }
  #page.onsen .efficacy-title {
    margin-bottom: 35px;
  }
  #page.onsen .contens-overview {
    margin-bottom: 65px;
  }
  #page.onsen .contens-overview th {
    width: 90px;
    line-height: 1.4666666667;
    padding-bottom: 20px;
  }
  #page.onsen .contens-overview td {
    width: calc(100% - 90px);
    line-height: 1.4666666667;
    padding-bottom: 20px;
  }
  #page.onsen .contens-overview tr:last-child th, #page.onsen .contens-overview tr:last-child td {
    padding-bottom: 0;
  }
}
#page.onsen .swiper-pagination.pagination-vertical {
  left: 25px;
  right: inherit;
  bottom: 35px;
  width: 10px;
}
#page.onsen .swiper-pagination.pagination-vertical .swiper-pagination-bullet {
  background-color: #cccbbc;
  opacity: 0.9;
  margin: 0 auto 10px;
}
#page.onsen .swiper-pagination.pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 767px) {
  #page.onsen .swiper-pagination.pagination-vertical {
    bottom: 25px;
    width: 5px;
  }
  #page.onsen .swiper-pagination.pagination-vertical .swiper-pagination-bullet {
    margin: 0 auto 0px;
    width: 5px;
    height: 5px;
  }
}

.conversion-contens {
  padding-bottom: 130px;
}

.onsen-footer-bk {
  margin-bottom: -54px;
}

.breadcrumb-wrap {
  padding-top: 0;
}
.breadcrumb-wrap li {
  color: #fff;
}

@media (max-width: 767px) {
  .conversion-contens {
    padding-bottom: 65px;
  }
  .onsen-footer-bk {
    margin-bottom: 0px;
  }
  .breadcrumb-wrap {
    padding-top: 15px;
  }
  .breadcrumb-wrap li {
    color: #3e3a39;
  }
}