@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-narrow.min.css";
body {
  width: 100%;
  overflow-x: clip;
}

body.fixed {
  overflow: hidden;
}

.contents {
  background-color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
.contents *:before,
.contents *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contents img,
.contents svg {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.contents table {
  border-collapse: collapse;
}
.contents select,
.contents button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: #000;
}
.contents sup {
  font-size: 0.6em;
}
.contents a {
  text-decoration: none;
}
.contents .pc {
  display: block !important;
}
.contents .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .contents .pc {
    display: none !important;
  }
  .contents .sp {
    display: block !important;
  }
}
.contents .refa_bubble_pure {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.75;
  /*--------------------------
    kv
  ----------------------------*/
  /*--------------------------
    nav
  ----------------------------*/
  /*--------------------------
    offer
  ----------------------------*/
  /*--------------------------
    effect
  ----------------------------*/
  /*--------------------------
    data1
  ----------------------------*/
  /*--------------------------
    data2
  ----------------------------*/
  /*--------------------------
    recommend
  ----------------------------*/
  /*--------------------------
    mode
  ----------------------------*/
  /*--------------------------
    bottom
  ----------------------------*/
  /*--------------------------
    saving
  ----------------------------*/
  /*--------------------------
    replacement
  ----------------------------*/
  /*--------------------------
    attachment
  ----------------------------*/
  /*--------------------------
    adapter
  ----------------------------*/
  /*--------------------------
    hose
  ----------------------------*/
  /*--------------------------
    contact
  ----------------------------*/
  /*--------------------------
    comparison
  ----------------------------*/
  /*--------------------------
    buy-now
  ----------------------------*/
  /*--------------------------
    spec
  ----------------------------*/
  /*--------------------------
    faq
  ----------------------------*/
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure {
    margin-bottom: min(9.2307692308vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure {
    margin-bottom: 20.8333333333vmin;
    letter-spacing: 0.075em;
  }
}
.contents .refa_bubble_pure .serif {
  font-family: "Noto Serif JP", serif;
}
.contents .refa_bubble_pure .kv .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .kv .slick-dots {
    bottom: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .kv .slick-dots {
    bottom: 1.3020833333vmin;
  }
}
.contents .refa_bubble_pure .kv .slick-dots li {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .kv .slick-dots li {
    padding: min(0.6153846154vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .kv .slick-dots li {
    padding: 1.3020833333vmin;
  }
}
.contents .refa_bubble_pure .kv .slick-dots li button {
  border-radius: 50%;
  background-color: #8c8c8c;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .kv .slick-dots li button {
    width: min(0.9230769231vw, 12px);
    height: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .kv .slick-dots li button {
    width: 2.0833333333vmin;
    height: 2.0833333333vmin;
  }
}
.contents .refa_bubble_pure .kv .slick-dots li.slick-active button {
  background-color: #fff;
}
.contents .refa_bubble_pure .nav {
  position: relative;
  background: linear-gradient(42deg, #d6dde7, #ebecec);
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav {
    padding: 0 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .nav__list {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .nav__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.contents .refa_bubble_pure .nav__list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list__item {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }
  .contents .refa_bubble_pure .nav__list__item:last-child::before {
    content: "";
    position: absolute;
    top: 2.34375vmin;
    left: 0;
    bottom: 2.34375vmin;
    display: block;
    width: 1px;
    background-color: #d7d7d7;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .nav__list__item + .nav__list__item::before {
    content: "";
    position: absolute;
    top: min(1.0769230769vw, 14px);
    left: 0;
    bottom: min(1.0769230769vw, 14px);
    display: block;
    width: 1px;
    background-color: #d7d7d7;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list__item + .nav__list__item {
    width: 50%;
    border-bottom: 0;
  }
}
.contents .refa_bubble_pure .nav__list__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .nav__list__item a {
    justify-content: center;
    gap: min(1.2307692308vw, 16px);
    height: min(5.3846153846vw, 70px);
    padding: 0 min(2.6923076923vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list__item a {
    justify-content: space-between;
    gap: 0.78125vmin;
    height: 13.0208333333vmin;
    padding-right: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .nav__list__item .txt {
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .nav__list__item .txt {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list__item .txt {
    margin-inline: auto;
    font-size: 2.8645833333vmin;
  }
}
.contents .refa_bubble_pure .nav__list__item .icn {
  rotate: 45deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .nav__list__item .icn {
    width: min(0.6153846154vw, 8px);
    height: min(0.6153846154vw, 8px);
    border-right: min(0.1538461538vw, 2px) solid #000;
    border-bottom: min(0.1538461538vw, 2px) solid #000;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .nav__list__item .icn {
    width: 1.5625vmin;
    height: 1.5625vmin;
    border-right: 0.2604166667vmin solid #000;
    border-bottom: 0.2604166667vmin solid #000;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer {
    display: flex;
    align-items: center;
    gap: min(9.2307692308vw, 120px);
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
    margin-bottom: min(9.2307692308vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer {
    position: relative;
    padding: 15.625vmin 5.2083333333vmin 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .offer__img {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img {
    width: min(43.0769230769vw, 560px);
    padding: 0 min(3.4615384615vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img {
    margin-inline: -5.2083333333vmin;
    margin-bottom: 3.90625vmin;
    padding: 0 9.1145833333vmin;
  }
}
.contents .refa_bubble_pure .offer__img .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  z-index: 10;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow {
    width: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow {
    width: 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .offer__img .slick-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow::before {
    width: min(2.7692307692vw, 36px);
    height: min(2.7692307692vw, 36px);
    border-top: min(0.1538461538vw, 2px) solid #a8a8a8;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow::before {
    width: 6.5104166667vmin;
    height: 6.5104166667vmin;
    border-top: 0.2604166667vmin solid #a8a8a8;
  }
}
.contents .refa_bubble_pure .offer__img .slick-arrow.slick-prev {
  left: 0;
}
.contents .refa_bubble_pure .offer__img .slick-arrow.slick-prev::before {
  rotate: -45deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow.slick-prev::before {
    border-left: min(0.1538461538vw, 2px) solid #a8a8a8;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow.slick-prev::before {
    border-left: 0.2604166667vmin solid #a8a8a8;
  }
}
.contents .refa_bubble_pure .offer__img .slick-arrow.slick-next {
  right: 0;
}
.contents .refa_bubble_pure .offer__img .slick-arrow.slick-next::before {
  rotate: 45deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow.slick-next::before {
    border-right: min(0.1538461538vw, 2px) solid #a8a8a8;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-arrow.slick-next::before {
    border-right: 0.2604166667vmin solid #a8a8a8;
  }
}
.contents .refa_bubble_pure .offer__img .slick-dots {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-dots {
    margin-top: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-dots {
    margin-top: 16.9270833333vmin;
  }
}
.contents .refa_bubble_pure .offer__img .slick-dots li {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-dots li {
    padding: min(0.8461538462vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-dots li {
    padding: 1.6927083333vmin;
  }
}
.contents .refa_bubble_pure .offer__img .slick-dots li button {
  border-radius: 50%;
  background-color: #cbcbcb;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__img .slick-dots li button {
    width: min(0.6153846154vw, 8px);
    height: min(0.6153846154vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__img .slick-dots li button {
    width: 1.5625vmin;
    height: 1.5625vmin;
  }
}
.contents .refa_bubble_pure .offer__img .slick-dots li.slick-active button {
  background-color: #000;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__txt {
    width: min(32.3076923077vw, 420px);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__name {
    margin-bottom: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
}
.contents .refa_bubble_pure .offer__name .jp {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__name .jp {
    font-size: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__name .jp {
    font-size: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .offer__name .en {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__name .en {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__name .en {
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .offer__list {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__list {
    gap: min(0.6153846154vw, 8px);
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__list {
    justify-content: center;
    gap: 1.3020833333vmin;
    margin-bottom: 29.9479166667vmin;
  }
}
.contents .refa_bubble_pure .offer__list__item {
  background-color: #ebebee;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__list__item {
    padding: min(0.3846153846vw, 5px) min(0.7692307692vw, 10px);
    font-size: min(1.1538461538vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__list__item {
    padding: 1.0416666667vmin 1.953125vmin;
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .offer__cartridge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ebebee;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__cartridge {
    gap: min(0.9230769231vw, 12px);
    height: min(4.2307692308vw, 55px);
    margin-bottom: min(1.5384615385vw, 20px);
    padding: 0 min(1.5384615385vw, 20px);
    border-radius: min(0.6153846154vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__cartridge {
    gap: 3.6458333333vmin;
    height: 10.4166666667vmin;
    margin-inline: auto;
    margin-bottom: 5.2083333333vmin;
    padding: 0 3.6458333333vmin;
    border-radius: 1.3020833333vmin;
  }
}
.contents .refa_bubble_pure .offer__cartridge .txt {
  font-weight: 500;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__cartridge .txt {
    font-size: min(1.1538461538vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__cartridge .txt {
    font-size: 2.734375vmin;
  }
}
.contents .refa_bubble_pure .offer__cartridge .icn {
  rotate: 45deg;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__cartridge .icn {
    width: min(0.6153846154vw, 8px);
    height: min(0.6153846154vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__cartridge .icn {
    width: 1.5625vmin;
    height: 1.5625vmin;
  }
}
.contents .refa_bubble_pure .offer__select {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__select {
    margin-bottom: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__select {
    margin-bottom: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .offer__select .select {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__select .select {
    height: min(4.6153846154vw, 60px);
    padding: 0 min(3.0769230769vw, 40px) 0 min(1.5384615385vw, 20px);
    border-radius: min(0.6153846154vw, 8px);
    border: min(0.1538461538vw, 2px) solid #178967;
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__select .select {
    height: 13.0208333333vmin;
    border-radius: 1.3020833333vmin;
    border: 0.390625vmin solid #178967;
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .offer__select .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  rotate: 45deg;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__select .icn {
    right: min(1.5384615385vw, 20px);
    width: min(0.6153846154vw, 8px);
    height: min(0.6153846154vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__select .icn {
    right: 3.90625vmin;
    width: 1.5625vmin;
    height: 1.5625vmin;
  }
}
.contents .refa_bubble_pure .offer__error {
  display: none;
  margin-bottom: 0.25em;
  font-weight: 700;
  text-align: center;
  color: #f00;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__error {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__error {
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .offer__error.is-active {
  display: block;
}
.contents .refa_bubble_pure .offer__cart {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__cart {
    margin: 0 max(-1.0769230769vw, -14px) min(0.3846153846vw, 5px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__cart {
    margin: 0 -3.125vmin 0.5208333333vmin;
  }
}
.contents .refa_bubble_pure .offer__cart.is-disabled {
  opacity: 0.75;
}
.contents .refa_bubble_pure .offer__coupon {
  display: block;
}
.contents .refa_bubble_pure .offer__payment {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__payment {
    width: min(38.4615384615vw, 500px);
    padding: min(3.8461538462vw, 50px) 0 min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__payment {
    padding: 9.765625vmin 5.2083333333vmin 13.0208333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__notes {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
    margin-bottom: min(7.6923076923vw, 100px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__notes {
    margin-bottom: 10.4166666667vmin;
    padding: 0 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .offer__notes__list {
  display: inline-block;
  text-align: left;
}
.contents .refa_bubble_pure .offer__notes__list__item {
  position: relative;
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .offer__notes__list__item {
    padding-left: min(1.8461538462vw, 24px);
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .offer__notes__list__item {
    padding-left: 4.6875vmin;
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .offer__notes__list__item .num {
  position: absolute;
  top: 0;
  left: 0;
}
.contents .refa_bubble_pure .effect {
  background: url(../img/bg-effect.jpg) no-repeat center top/cover;
}
.contents .refa_bubble_pure .effect__kv {
  position: relative;
}
.contents .refa_bubble_pure .effect__kv__notes {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__kv__notes {
    right: min(1.9230769231vw, 25px);
    bottom: min(1.5384615385vw, 20px);
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__kv__notes {
    right: 2.2135416667vmin;
    bottom: 1.5625vmin;
    font-size: 2.34375vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__wrap {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
    padding: min(7.6923076923vw, 100px) 0 min(9.2307692308vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__wrap {
    padding: 13.0208333333vmin 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__section + .effect__section {
    margin-top: min(11.5384615385vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__section + .effect__section {
    margin-top: 19.53125vmin;
  }
}
.contents .refa_bubble_pure .effect__head {
  text-align: center;
  color: #e4d2b0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__head {
    margin-bottom: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__head {
    margin-bottom: 6.5104166667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__head .sub {
    font-size: min(2.1538461538vw, 28px);
    line-height: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__head .sub {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 4.6875vmin;
    line-height: 8.4635416667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__head .main {
    font-size: min(2.9230769231vw, 38px);
    line-height: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__head .main {
    font-size: 5.7291666667vmin;
    line-height: 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .effect__head .label {
  display: inline-block;
  line-height: 1.35;
  background-color: #fff;
  color: #14253f;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__head .label {
    margin-right: min(1.0769230769vw, 14px);
    padding: 0 min(2vw, 26px);
    font-size: min(3.2307692308vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__head .label {
    margin-right: 2.6041666667vmin;
    padding: 0 3.3854166667vmin;
    font-size: 7.03125vmin;
  }
}
.contents .refa_bubble_pure .effect__lead {
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__lead {
    margin-bottom: min(3.8461538462vw, 50px);
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.6153846154vw, 34px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__lead {
    margin-bottom: 10.4166666667vmin;
    font-size: 3.6458333333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .effect__video {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__video {
    width: min(43.8461538462vw, 570px);
    margin-inline: auto;
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__video {
    margin-bottom: 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .effect__video video {
  width: 100%;
  height: auto;
}
.contents .refa_bubble_pure .effect__video__notes {
  position: absolute;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__video__notes {
    right: min(0.7692307692vw, 10px);
    bottom: min(0.7692307692vw, 10px);
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__video__notes {
    right: 1.5625vmin;
    bottom: 1.953125vmin;
    font-size: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .effect__box {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box {
    gap: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box {
    flex-direction: column;
    gap: 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item {
  border: 1px solid #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item {
    flex: 1;
    padding: min(2.7692307692vw, 36px) min(3.8461538462vw, 50px) min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item {
    padding: 6.5104166667vmin 5.078125vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .head {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .head {
    margin-bottom: min(2.3076923077vw, 30px);
    font-size: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .head {
    margin-bottom: 6.5104166667vmin;
    font-size: 4.4270833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .head__sub {
    font-size: 3.125vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .head__sub {
    font-size: 4.4270833333vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .head__main {
  color: #e4d2b0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .head__main {
    font-size: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .head__main {
    font-size: 5.46875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .img {
    margin-bottom: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .img {
    margin-bottom: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .fbia {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .fbia {
    gap: min(2.3076923077vw, 30px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .fbia {
    gap: 5.2083333333vmin;
    margin-bottom: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .fbia__img {
    width: min(6.7692307692vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .fbia__img {
    width: 15.1041666667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .fbia__txt {
  flex: 1;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .fbia__txt {
    font-size: min(1.6923076923vw, 22px);
    line-height: min(2.6153846154vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .fbia__txt {
    font-size: 4.1666666667vmin;
    line-height: 6.3802083333vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .cartridge {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge {
    margin-bottom: min(1.1538461538vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge {
    margin-bottom: 6.5104166667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__img {
    width: min(6.2307692308vw, 81px);
    padding: 0 min(2.0769230769vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__img {
    width: 15.1041666667vmin;
    padding: 0 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .cartridge__txt {
  display: flex;
  flex-direction: column;
}
.contents .refa_bubble_pure .effect__box__item .cartridge__txt__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100vmax;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__txt__label {
    width: min(5.5384615385vw, 72px);
    height: min(2vw, 26px);
    margin-bottom: min(0.4615384615vw, 6px);
    font-size: min(1.3076923077vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__txt__label {
    width: 13.28125vmin;
    height: 4.4270833333vmin;
    margin-bottom: 1.3020833333vmin;
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .cartridge__txt__head {
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__txt__head {
    font-size: min(1.8461538462vw, 24px);
    line-height: min(2.8461538462vw, 37px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .cartridge__txt__head {
    font-size: 4.4270833333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .col {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .col {
    gap: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .col {
    gap: 4.9479166667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .col__item {
  flex: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .col__item__img {
    margin-bottom: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .col__item__img {
    margin-bottom: 4.6875vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .col__item__txt {
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .col__item__txt {
    font-size: min(1.0769230769vw, 14px);
    line-height: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .col__item__txt {
    font-size: 3.125vmin;
    line-height: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .txt {
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .txt {
    margin-bottom: min(1.8461538462vw, 24px);
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .txt {
    margin-bottom: 5.2083333333vmin;
    font-size: 3.6458333333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .effect__box__item .notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .effect__box__item .notes {
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .effect__box__item .notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1 {
    padding: min(9.2307692308vw, 120px) 0 min(7.6923076923vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1 {
    padding: 15.625vmin 5.2083333333vmin min(7.6923076923vw, 100px);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__wrap {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__head {
    margin-bottom: min(4.6153846154vw, 60px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__head {
    margin-bottom: 7.8125vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__head .sub {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__head .sub {
    font-size: 3.6458333333vmin;
    line-height: 6.5104166667vmin;
    letter-spacing: 0.05em;
  }
}
.contents .refa_bubble_pure .data1__head .main {
  display: inline-block;
  margin-top: 0.75em;
  background-color: #14253f;
  line-height: 1.35;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__head .main {
    padding: 0 min(2vw, 26px);
    font-size: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__head .main {
    width: 100%;
    padding: 0 3.3854166667vmin;
    font-size: 6.25vmin;
    letter-spacing: 0;
    text-align: center;
  }
}
.contents .refa_bubble_pure .data1__col {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col {
    gap: min(8.4615384615vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__col {
    flex-direction: column;
    gap: 11.71875vmin;
  }
}
.contents .refa_bubble_pure .data1__col__img {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__img {
    width: min(43.8461538462vw, 570px);
  }
}
.contents .refa_bubble_pure .data1__col__img .notes {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__img .notes {
    right: min(0.7692307692vw, 10px);
    bottom: min(0.7692307692vw, 10px);
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__col__img .notes {
    right: 1.5625vmin;
    bottom: 1.953125vmin;
    font-size: 2.6041666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__txt {
    width: min(36.1538461538vw, 470px);
  }
}
.contents .refa_bubble_pure .data1__col__txt .head {
  border-top: 1px solid #949da7;
  border-bottom: 1px solid #949da7;
  text-align: center;
  color: #101e36;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__txt .head {
    margin-bottom: min(2.3076923077vw, 30px);
    padding: min(0.7692307692vw, 10px) 0;
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__col__txt .head {
    margin-bottom: 10.4166666667vmin;
    padding: 1.5625vmin 0;
    font-size: 4.4270833333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .data1__col__txt .img {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__txt .img {
    width: min(33.3846153846vw, 434px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__col__txt .img {
    width: 76.3020833333vmin;
    margin-bottom: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .data1__col__txt .notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data1__col__txt .notes {
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data1__col__txt .notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__contents {
    padding: min(6.4615384615vw, 84px) 0 min(9.2307692308vw, 120px);
    background: linear-gradient(180deg, #ffffff 0%, #eeeeee 60%);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__contents {
    padding: 13.0208333333vmin 3.90625vmin;
    background: linear-gradient(180deg, #ffffff 10%, #eeeeee 70%);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__wrap {
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .data2__col {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__col {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__col {
    flex-direction: column;
    gap: 10.4166666667vmin;
    margin-bottom: 11.71875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__col__item {
    width: min(36.1538461538vw, 470px);
  }
}
.contents .refa_bubble_pure .data2__col__item .head {
  border-top: 1px solid #949da7;
  border-bottom: 1px solid #949da7;
  text-align: center;
  color: #101e36;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__col__item .head {
    margin-bottom: min(2.3076923077vw, 30px);
    padding: min(0.7692307692vw, 10px) 0;
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__col__item .head {
    margin-bottom: 5.7291666667vmin;
    padding: 1.5625vmin 0;
    font-size: 4.4270833333vmin;
  }
}
.contents .refa_bubble_pure .data2__col__item .img {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__col__item .img {
    width: min(26.9230769231vw, 350px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__col__item .img {
    width: 70.3125vmin;
    margin-bottom: 7.8125vmin;
  }
}
.contents .refa_bubble_pure .data2__col__item .notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__col__item .notes {
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__col__item .notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .data2__box {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box {
    padding: min(2.3076923077vw, 30px) min(4.6153846154vw, 60px) min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box {
    padding: 4.1666666667vmin 5.2083333333vmin 7.8125vmin;
  }
}
.contents .refa_bubble_pure .data2__box__head {
  border-bottom: 1px solid #000;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__head {
    margin-bottom: min(2.3076923077vw, 30px);
    padding-bottom: min(1.5384615385vw, 20px);
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__head {
    margin-bottom: 4.6875vmin;
    padding-bottom: 3.125vmin;
    font-size: 4.6875vmin;
  }
}
.contents .refa_bubble_pure .data2__box__head .strong {
  color: #ac8843;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__txt {
    margin-bottom: min(1.2307692308vw, 16px);
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.1538461538vw, 28px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__txt {
    margin-bottom: 2.6041666667vmin;
    font-size: 3.6458333333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .data2__box__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__notes {
    margin-bottom: min(4.3076923077vw, 56px);
    font-size: min(0.9230769231vw, 12px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__notes {
    margin-bottom: 10.6770833333vmin;
    font-size: 2.34375vmin;
  }
}
.contents .refa_bubble_pure .data2__box__col {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col {
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__col {
    flex-direction: column;
    gap: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col__img {
    width: min(31.5384615385vw, 410px);
  }
}
.contents .refa_bubble_pure .data2__box__col__img .head {
  border-top: 1px solid #949da7;
  border-bottom: 1px solid #949da7;
  text-align: center;
  color: #101e36;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col__img .head {
    margin-bottom: min(2.3076923077vw, 30px);
    padding: min(0.7692307692vw, 10px) 0;
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__col__img .head {
    margin-bottom: 6.5104166667vmin;
    padding: 1.5625vmin 0;
    font-size: 4.4270833333vmin;
  }
}
.contents .refa_bubble_pure .data2__box__col__img .img {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col__img .img {
    width: min(26.9230769231vw, 350px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__col__img .img {
    width: 62.5vmin;
    margin-bottom: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .data2__box__col__img .txt {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col__img .txt {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__col__img .txt {
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .data2__box__col__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .data2__box__col__notes {
    width: min(31.5384615385vw, 410px);
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .data2__box__col__notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend {
    padding: min(6.1538461538vw, 80px) 0;
    background: url(../img/bg-recommend.jpg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend {
    padding: 13.0208333333vmin 5.2083333333vmin 10.4166666667vmin;
    background: url(../img/bg-recommend-sp.jpg) no-repeat center top/cover;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__wrap {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .recommend__head {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__head {
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__head {
    margin-bottom: 7.8125vmin;
  }
}
.contents .refa_bubble_pure .recommend__head .sub {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__head .sub {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__head .sub {
    margin-bottom: 0.5em;
    font-size: 3.3854166667vmin;
  }
}
.contents .refa_bubble_pure .recommend__head .main {
  display: block;
  color: #e4d2b0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__head .main {
    font-size: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__head .main {
    font-size: 7.1614583333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__thumb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__thumb {
    margin-bottom: 13.0208333333vmin;
    padding: 0 7.1614583333vmin;
  }
}
.contents .refa_bubble_pure .recommend__thumb__item {
  position: relative;
  padding: 0 1.5625vmin;
  cursor: pointer;
}
.contents .refa_bubble_pure .recommend__thumb__item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #15233b;
  opacity: 0.38;
  mix-blend-mode: multiply;
  transition: 0.4s all;
}
.contents .refa_bubble_pure .recommend__thumb__item.slick-current::before {
  opacity: 0;
}
.contents .refa_bubble_pure .recommend__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list {
    position: relative;
    margin-bottom: 2.6041666667vmin;
  }
  .contents .refa_bubble_pure .recommend__list .slick-track {
    display: flex;
  }
  .contents .refa_bubble_pure .recommend__list .slick-slide {
    height: auto !important;
  }
  .contents .refa_bubble_pure .recommend__list .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7.8125vmin;
    background: url(../img/im-slider_arrow.png) no-repeat center/contain;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
  }
  .contents .refa_bubble_pure .recommend__list .slick-arrow.slick-prev {
    left: -3.90625vmin;
  }
  .contents .refa_bubble_pure .recommend__list .slick-arrow.slick-next {
    scale: -1;
    right: -3.90625vmin;
  }
}
.contents .refa_bubble_pure .recommend__list__item {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item {
    width: min(29.2307692308vw, 380px);
    padding: 0 min(2.3076923077vw, 30px) min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item {
    padding: 0 5.2083333333vmin 5.7291666667vmin;
  }
}
.contents .refa_bubble_pure .recommend__list__item .col {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col {
    margin-bottom: min(1.8461538462vw, 24px);
    margin-right: max(-2.3076923077vw, -30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col {
    margin-bottom: 4.6875vmin;
    margin-right: -5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt {
    width: min(16.5384615385vw, 215px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt {
    flex: 1;
  }
}
.contents .refa_bubble_pure .recommend__list__item .col__txt .post {
  color: #998358;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .post {
    font-size: min(1.1538461538vw, 15px);
    line-height: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .post {
    margin-bottom: 0.5em;
    font-size: 3.125vmin;
    line-height: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .name {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .name {
    font-size: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .name .small {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col__txt .name .small {
    font-size: 3.6458333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .col__img {
    width: min(12.6923076923vw, 165px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .col__img {
    width: 44.2708333333vmin;
  }
}
.contents .refa_bubble_pure .recommend__list__item .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #998358;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .head {
    height: min(8.4615384615vw, 110px);
    margin-bottom: min(1.5384615385vw, 20px);
    padding-bottom: min(1.5384615385vw, 20px);
    font-size: min(1.3846153846vw, 18px);
    line-height: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .head {
    margin-bottom: 3.90625vmin;
    padding-bottom: 3.90625vmin;
    font-size: 3.90625vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .recommend__list__item .head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .head::before {
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, #000 30%, #000 70%, transparent 90%);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .head::before {
    height: 0.5px;
    background: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__list__item .txt {
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__list__item .txt {
    font-size: 3.6458333333vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .recommend__list__item .txt .strong {
  font-weight: 700;
  color: #998358;
}
.contents .refa_bubble_pure .recommend__notes {
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .recommend__notes {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .recommend__notes {
    font-size: 2.34375vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode {
    padding: min(7.6923076923vw, 100px) 0 min(9.2307692308vw, 120px);
    background: url(../img/bg-mode.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode {
    padding: 19.53125vmin 5.2083333333vmin 15.625vmin;
    background: url(../img/bg-mode-sp.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__wrap {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .mode__head {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__head {
    margin-bottom: min(3.8461538462vw, 50px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__head {
    margin-bottom: 10.4166666667vmin;
    line-height: 7.8125vmin;
  }
}
.contents .refa_bubble_pure .mode__head .label {
  display: inline-block;
  margin-bottom: 0.75em;
  background-color: #14253f;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__head .label {
    padding: min(0.3846153846vw, 5px) min(1.5384615385vw, 20px);
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__head .label {
    padding: 0.6510416667vmin 2.0833333333vmin;
    font-size: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__head .sub {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__head .sub {
    font-size: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__head .main {
    font-size: min(2.9230769231vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__head .main {
    font-size: 7.1614583333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__head .main .num {
    font-size: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__head .main .num {
    font-size: 9.2447916667vmin;
  }
}
.contents .refa_bubble_pure .mode__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list {
    gap: min(4.9230769231vw, 64px) min(6.1538461538vw, 80px);
    margin-bottom: min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list {
    gap: 15.625vmin;
    margin-bottom: 9.1145833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item {
    width: min(43.0769230769vw, 560px);
  }
}
.contents .refa_bubble_pure .mode__list__item .head {
  border-left: 1px solid #14253f;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .head {
    margin-left: min(2.3076923077vw, 30px);
    padding-left: min(1.5384615385vw, 20px);
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .head {
    padding-left: 3.125vmin;
    font-size: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .mode__list__item .movie {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  background-color: #000;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .movie {
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .movie {
    margin-bottom: 3.125vmin;
    margin-left: -5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .mode__list__item .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.contents .refa_bubble_pure .mode__list__item .movie .img {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .movie .img {
    top: min(1.1538461538vw, 15px);
    right: min(1.8461538462vw, 24px);
    width: min(7.7692307692vw, 101px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .movie .img {
    top: 2.6041666667vmin;
    right: 2.6041666667vmin;
    width: 17.4479166667vmin;
  }
}
.contents .refa_bubble_pure .mode__list__item .movie iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .txt {
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .txt {
    font-size: 3.3854166667vmin;
    line-height: 6.25vmin;
  }
}
.contents .refa_bubble_pure .mode__list__item .col {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .col {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .col {
    gap: 3.90625vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .col__txt {
    width: min(17.5384615385vw, 228px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .col__txt {
    flex: 1;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__list__item .col__img {
    width: min(23.0769230769vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__list__item .col__img {
    width: 52.0833333333vmin;
  }
}
.contents .refa_bubble_pure .mode__box {
  display: flex;
  border: 1px solid #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__box {
    align-items: center;
    gap: min(3vw, 39px);
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
    padding: min(2.2307692308vw, 29px) min(4.5384615385vw, 59px) min(2.2307692308vw, 29px) min(3vw, 39px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__box {
    flex-direction: column;
    gap: 5.2083333333vmin;
    padding: 6.5104166667vmin 5.078125vmin 5.078125vmin;
  }
}
.contents .refa_bubble_pure .mode__box__txt {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__box__txt .txt {
    font-size: min(1.8461538462vw, 24px);
    line-height: min(3.3846153846vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__box__txt .txt {
    font-size: 4.4270833333vmin;
    line-height: 7.5520833333vmin;
  }
}
.contents .refa_bubble_pure .mode__box__img {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__box__img {
    width: min(35.2307692308vw, 458px);
  }
}
.contents .refa_bubble_pure .mode__box__img .notes {
  position: absolute;
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .mode__box__img .notes {
    right: min(0.7692307692vw, 10px);
    bottom: min(0.7692307692vw, 10px);
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .mode__box__img .notes {
    right: 1.5625vmin;
    bottom: 1.953125vmin;
    font-size: 2.34375vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .bottom {
    padding: min(7.6923076923vw, 100px) 0 min(9.2307692308vw, 120px);
    background: url(../img/bg-bottom.jpg) no-repeat center top/cover;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .bottom {
    padding: 10.4166666667vmin 5.2083333333vmin 11.71875vmin;
    background: url(../img/bg-bottom.jpg) no-repeat center top/cover;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving {
    width: min(92.3076923077vw, 1200px);
    margin-inline: auto;
    margin-bottom: min(13.8461538462vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving {
    margin-bottom: 20.8333333333vmin;
  }
}
.contents .refa_bubble_pure .saving__header {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: min(0.7692307692vw, 10px);
    width: min(55.3846153846vw, 720px);
    height: min(17.3076923077vw, 225px);
    margin-inline: auto;
    margin-bottom: min(3.8461538462vw, 50px);
    padding-right: min(23.0769230769vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header {
    margin-bottom: 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .saving__header .strong {
  color: #e4d2b0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__head {
    font-size: min(2.5384615385vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__head {
    margin-bottom: 4.6875vmin;
    font-size: 6.25vmin;
    text-align: center;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__head .num {
    font-size: min(3.6923076923vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__head .num {
    font-size: 9.1145833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__head .large {
    font-size: min(3.2307692308vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__head .large {
    font-size: 7.8125vmin;
  }
}
.contents .refa_bubble_pure .saving__header__head .sup {
  position: relative;
  top: -1em;
  font-size: 0.4em;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__txt {
    font-size: min(1.6153846154vw, 21px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__txt {
    width: 39.0625vmin;
    font-size: 3.6458333333vmin;
    line-height: 6.25vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__txt .strong {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__txt .strong {
    font-size: 4.4270833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__header__img {
    position: absolute;
    top: 0;
    right: 0;
    width: min(20.7692307692vw, 270px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__img {
    width: 46.875vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__header__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__img {
    width: min(35.6153846154vw, 463px);
    margin-inline: auto;
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__img {
    margin-bottom: 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation {
    padding: 0 min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation {
    padding: 0 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation::before {
  content: "";
  position: absolute;
  bottom: 100%;
  display: block;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation::before {
    right: 0;
    left: 0;
    width: min(2.9230769231vw, 38px);
    height: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation::before {
    left: 16.40625vmin;
    width: 6.7708333333vmin;
    height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation__head {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__head {
    padding: min(3.8461538462vw, 50px) 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__head {
    padding: 7.8125vmin 0;
  }
}
.contents .refa_bubble_pure .saving__simulation__head .txt {
  color: #e4d2b0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__head .txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__head .txt {
    font-size: 4.6875vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation__head .icn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__head .icn {
    width: min(1.6923076923vw, 22px);
    height: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__head .icn {
    width: 3.6458333333vmin;
    height: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation__head .icn::before, .contents .refa_bubble_pure .saving__simulation__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  background-color: #e4d2b0;
  transition: 0.4s all;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__head .icn::before, .contents .refa_bubble_pure .saving__simulation__head .icn::after {
    height: min(0.1538461538vw, 2px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__head .icn::before, .contents .refa_bubble_pure .saving__simulation__head .icn::after {
    height: 0.5208333333vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation__head:not(.is-open) .icn::before {
  rotate: 90deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__body {
    padding: 0 min(8.4615384615vw, 110px) min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__body {
    padding: 0 0 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .saving__simulation__body .img {
  display: block;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__simulation__body .img {
    width: min(67.6923076923vw, 880px);
    height: min(54.3076923077vw, 706px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__simulation__body .img {
    width: 79.1666666667vmin;
    height: 190.4947916667vmin;
  }
}
.contents .refa_bubble_pure .saving__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .saving__notes {
    margin-top: min(1.5384615385vw, 20px);
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .saving__notes {
    margin-top: 4.1666666667vmin;
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement {
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
    margin-bottom: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement {
    margin-bottom: 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .replacement__head {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__head {
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__head {
    margin-bottom: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .replacement__head .sub {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__head .sub {
    margin-bottom: min(0.7692307692vw, 10px);
    font-size: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__head .sub {
    margin-bottom: 1.3020833333vmin;
    font-size: 3.3854166667vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .replacement__head .main {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__head .main {
    font-size: min(3.2307692308vw, 42px);
    line-height: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__head .main {
    font-size: 7.1614583333vmin;
    line-height: 9.1145833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__head .main .small {
    font-size: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__head .main .small {
    font-size: 5.46875vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__kv {
    margin-inline: -5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .replacement__section {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section {
    margin-top: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section {
    margin-top: 11.71875vmin;
  }
}
.contents .refa_bubble_pure .replacement__section__head {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section__head {
    justify-content: center;
    padding: min(2.3076923077vw, 30px) 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section__head {
    padding: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .replacement__section__head .txt {
  color: #ac8843;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section__head .txt {
    font-size: min(2.1538461538vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section__head .txt {
    font-size: 4.9479166667vmin;
  }
}
.contents .refa_bubble_pure .replacement__section__head .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section__head .icn {
    right: min(4.9230769231vw, 64px);
    width: min(1.6923076923vw, 22px);
    height: min(1.6923076923vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section__head .icn {
    right: 5.2083333333vmin;
    width: 3.90625vmin;
    height: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .replacement__section__head .icn::before, .contents .refa_bubble_pure .replacement__section__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  background-color: #ac8843;
  transition: 0.4s all;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section__head .icn::before, .contents .refa_bubble_pure .replacement__section__head .icn::after {
    height: min(0.1538461538vw, 2px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section__head .icn::before, .contents .refa_bubble_pure .replacement__section__head .icn::after {
    height: 0.2604166667vmin;
  }
}
.contents .refa_bubble_pure .replacement__section__head:not(.is-open) .icn::before {
  rotate: 90deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .replacement__section__body {
    padding: min(2.3076923077vw, 30px) 0 min(6.1538461538vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .replacement__section__body {
    padding: 2.6041666667vmin 5.2083333333vmin 11.71875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: min(4.6153846154vw, 60px);
    margin-bottom: min(9.2307692308vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list {
    position: relative;
    margin-bottom: 18.2291666667vmin;
  }
  .contents .refa_bubble_pure .attachment__list .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6.7708333333vmin;
    background: url(../img/im-slider_arrow2.png) no-repeat center/contain;
    font-size: 0;
    z-index: 10;
  }
  .contents .refa_bubble_pure .attachment__list .slick-arrow.slick-prev {
    left: -5.2083333333vmin;
  }
  .contents .refa_bubble_pure .attachment__list .slick-arrow.slick-next {
    scale: -1;
    right: -5.2083333333vmin;
  }
  .contents .refa_bubble_pure .attachment__list .slick-dots {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .contents .refa_bubble_pure .attachment__list .slick-dots li {
    display: flex;
    padding: 1.3020833333vmin;
  }
  .contents .refa_bubble_pure .attachment__list .slick-dots li button {
    border-radius: 50%;
    background-color: #7dadc3;
    font-size: 0;
    line-height: 1;
    width: 2.0833333333vmin;
    height: 2.0833333333vmin;
  }
  .contents .refa_bubble_pure .attachment__list .slick-dots li.slick-active button {
    background-color: #0093d6;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item {
    width: min(30.7692307692vw, 400px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item {
    padding: 0 3.90625vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .head {
  position: relative;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .head {
    margin-bottom: min(2.3076923077vw, 30px);
    padding-bottom: min(1.9230769231vw, 25px);
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .head {
    margin-bottom: 3.90625vmin;
    padding-bottom: 3.2552083333vmin;
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .head::before {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .head::before {
    height: 0.5px;
  }
}
.contents .refa_bubble_pure .attachment__list__item .col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .col {
    gap: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .col {
    gap: 1.3020833333vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .col__txt {
  flex: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .col__txt {
    padding-left: min(1.5384615385vw, 20px);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .col__img {
    width: min(10.5384615385vw, 137px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .col__img {
    width: 24.7395833333vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .list {
    gap: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .list {
    gap: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .list__item {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .list__item {
    padding-left: min(2.1538461538vw, 28px);
    font-size: min(1.0769230769vw, 14px);
    line-height: min(2.2307692308vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .list__item {
    padding-left: 4.1666666667vmin;
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .list__item .num {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .list__item .num {
    font-size: min(1.8461538462vw, 24px);
    font-weight: 700;
    line-height: 0.8;
  }
}
.contents .refa_bubble_pure .attachment__list__item .disc {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__list__item .disc {
    gap: min(0.3846153846vw, 5px);
    margin-top: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__list__item .disc {
    gap: 1.3020833333vmin;
    margin-top: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .attachment__list__item .disc__item {
  position: relative;
  padding-left: 1em;
}
.contents .refa_bubble_pure .attachment__list__item .disc__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .refa_bubble_pure .attachment__size__head {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__head {
    margin-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__head {
    margin-bottom: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__head .txt {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__head .txt {
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.5384615385vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__head .txt {
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__head .txt + .txt {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__head .txt + .txt {
    margin-top: min(1.8461538462vw, 24px);
    padding-top: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__head .txt + .txt {
    margin-top: 3.90625vmin;
    padding-top: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__head .txt + .txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin-inline: auto;
  background: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__head .txt + .txt::before {
    width: min(32.3076923077vw, 420px);
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__head .txt + .txt::before {
    height: 0.5px;
  }
}
.contents .refa_bubble_pure .attachment__size__img {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__img {
    width: min(55vw, 715px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__img {
    width: 71.3541666667vmin;
    margin-bottom: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__notes {
    margin-bottom: min(2.3076923077vw, 30px);
    font-size: min(0.9230769231vw, 12px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__notes {
    margin-bottom: 9.1145833333vmin;
    font-size: 2.34375vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__box {
  background: linear-gradient(180deg, #f1f6fc, #e6eefa);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__box {
    width: min(46.1538461538vw, 600px);
    margin-inline: auto;
    padding: min(2.3076923077vw, 30px) min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__box {
    padding: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .attachment__size__box .head {
  text-align: center;
  color: #04396d;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__box .head {
    margin-bottom: min(1.2307692308vw, 16px);
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__box .head {
    margin-bottom: 2.0833333333vmin;
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .attachment__size__box .txt {
    font-size: min(1.0769230769vw, 14px);
    line-height: min(2.2307692308vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .attachment__size__box .txt {
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
    text-align: center;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter {
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter {
    margin-bottom: 13.0208333333vmin;
  }
}
.contents .refa_bubble_pure .adapter__head {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__head {
    margin-bottom: min(1.8461538462vw, 24px);
    padding-bottom: min(1.8461538462vw, 24px);
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.5384615385vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__head {
    margin-bottom: 3.90625vmin;
    padding-bottom: 3.90625vmin;
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .adapter__head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin-inline: auto;
  background: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__head::before {
    width: min(32.3076923077vw, 420px);
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__head::before {
    height: 0.5px;
  }
}
.contents .refa_bubble_pure .adapter__txt {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__txt {
    margin-bottom: min(1.8461538462vw, 24px);
    font-size: min(1vw, 13px);
    line-height: min(2.0769230769vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__txt {
    margin-bottom: 9.1145833333vmin;
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .adapter__img {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__img {
    width: min(34.7692307692vw, 452px);
    margin-bottom: min(3.8461538462vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__img {
    width: 65.1041666667vmin;
    margin-bottom: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .adapter__list {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list {
    align-items: flex-start;
    justify-content: center;
    gap: min(1vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list {
    flex-direction: column;
    gap: 2.6041666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list__item {
    width: min(14.6153846154vw, 190px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item {
    display: flex;
    align-items: center;
    gap: 3.125vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list__item .img {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item .img {
    width: 42.96875vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item .box {
    flex: 1;
  }
}
.contents .refa_bubble_pure .adapter__list__item .txt {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list__item .txt {
    padding-left: min(2.4615384615vw, 32px);
    font-size: min(1.0769230769vw, 14px);
    line-height: min(2.2307692308vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item .txt {
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list__item .txt .num {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.7;
    font-size: min(2.0769230769vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item .txt .num {
    display: block;
    margin-bottom: 3.2552083333vmin;
    font-size: 7.1614583333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .adapter__list__item .notes {
    margin-top: min(0.6153846154vw, 8px);
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.6153846154vw, 21px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .adapter__list__item .notes {
    margin-top: 1.953125vmin;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 2.0833333333vmin;
    line-height: 3.515625vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose {
    width: min(51.0769230769vw, 664px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .hose__head {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__head {
    margin-bottom: min(3.0769230769vw, 40px);
    padding-bottom: min(1.8461538462vw, 24px);
    font-size: min(1.2307692308vw, 16px);
    line-height: min(2.5384615385vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__head {
    margin-bottom: 6.5104166667vmin;
    padding-bottom: 3.90625vmin;
    font-size: 3.125vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .hose__head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin-inline: auto;
  background: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__head::before {
    width: min(32.3076923077vw, 420px);
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__head::before {
    height: 0.5px;
  }
}
.contents .refa_bubble_pure .hose__col {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col {
    flex-direction: column;
    gap: 11.71875vmin;
    margin-bottom: 4.6875vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__img {
    width: min(22.3076923077vw, 290px);
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__img .head {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__img .head {
    position: relative;
    margin-bottom: 6.5104166667vmin;
    padding-left: 16.9270833333vmin;
  }
}
.contents .refa_bubble_pure .hose__col__img .head .label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__img .head .label {
    width: min(6vw, 78px);
    height: min(2.1538461538vw, 28px);
    margin-bottom: min(1.5384615385vw, 20px);
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__img .head .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.8020833333vmin;
    height: 5.2083333333vmin;
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .hose__col__img .head .en {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__img .head .en {
    margin-bottom: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__img .head .en {
    margin-bottom: 1.5625vmin;
    line-height: 1;
  }
}
.contents .refa_bubble_pure .hose__col__img .head .jp {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__img .head .jp {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__img .head .jp {
    font-size: 3.125vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__img .img {
    width: 58.984375vmin;
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .hose__col__btn {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__col__btn {
    gap: min(0.9230769231vw, 12px);
    width: min(23.0769230769vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__col__btn {
    gap: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .hose__col__btn .btn {
  display: block;
}
.contents .refa_bubble_pure .hose__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .hose__notes {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .hose__notes {
    font-size: 2.2135416667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact {
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
    margin-bottom: min(6.9230769231vw, 90px);
    padding: min(3.2307692308vw, 42px) min(11.7692307692vw, 153px);
    border: min(0.3076923077vw, 4px) solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact {
    margin-bottom: 13.0208333333vmin;
    padding: 6.5104166667vmin 4.9479166667vmin;
    border: 0.2604166667vmin solid #fff;
  }
}
.contents .refa_bubble_pure .contact__balloon {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__balloon {
    gap: min(1.5384615385vw, 20px);
    margin-bottom: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__balloon {
    gap: 7.2916666667vmin;
    margin-bottom: 5.859375vmin;
  }
}
.contents .refa_bubble_pure .contact__balloon__item {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__balloon__item {
    width: min(22.3076923077vw, 290px);
    padding-bottom: min(2.3076923077vw, 30px);
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__balloon__item {
    width: 33.0729166667vmin;
    padding-bottom: 3.90625vmin;
    font-size: 3.125vmin;
    line-height: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .contact__balloon__item::before, .contents .refa_bubble_pure .contact__balloon__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__balloon__item::before, .contents .refa_bubble_pure .contact__balloon__item::after {
    height: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__balloon__item::before, .contents .refa_bubble_pure .contact__balloon__item::after {
    height: 2.34375vmin;
  }
}
.contents .refa_bubble_pure .contact__balloon__item::before {
  right: calc(50% - 1px);
  border-right: 2px solid #fff;
  transform: skewX(45deg);
  transform-origin: right bottom;
}
.contents .refa_bubble_pure .contact__balloon__item::after {
  left: calc(50% - 1px);
  border-left: 2px solid #fff;
  transform: skewX(-45deg);
  transform-origin: left bottom;
}
.contents .refa_bubble_pure .contact__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/im-contact.png) no-repeat center/cover;
  text-align: center;
  color: #04396d;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__head {
    height: min(10vw, 130px);
    margin-bottom: min(1.1538461538vw, 15px);
    font-size: min(2vw, 26px);
    line-height: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__head {
    height: 26.6927083333vmin;
    margin-bottom: 3.90625vmin;
    font-size: 4.6875vmin;
    line-height: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .contact__support {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__support {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__support {
    font-size: 3.3854166667vmin;
  }
}
.contents .refa_bubble_pure .contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__tel {
    gap: min(0.6153846154vw, 8px);
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__tel {
    gap: 0.6510416667vmin;
  }
}
.contents .refa_bubble_pure .contact__tel__icn {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__tel__icn {
    width: min(4.7692307692vw, 62px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__tel__icn {
    width: 12.5vmin;
  }
}
.contents .refa_bubble_pure .contact__tel__number {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__tel__number {
    font-size: min(2.9230769231vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__tel__number {
    font-size: 8.8541666667vmin;
  }
}
.contents .refa_bubble_pure .contact__time {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .contact__time {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .contact__time {
    font-size: 3.3854166667vmin;
  }
}
.contents .refa_bubble_pure .comparison {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .comparison {
    width: min(53.5384615385vw, 696px);
    margin-inline: auto;
    margin-bottom: min(12.3076923077vw, 160px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .comparison {
    margin-bottom: 20.8333333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now {
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .buy-now__head {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__head {
    margin-bottom: min(3.0769230769vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__head {
    margin-bottom: 7.8125vmin;
  }
}
.contents .refa_bubble_pure .buy-now__head .en {
  display: block;
  color: #e5d3af;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__head .en {
    font-size: min(2vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__head .en {
    font-size: 3.3854166667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__head .jp {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__head .jp {
    font-size: min(3.2307692308vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__head .jp {
    font-size: 7.1614583333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__nav {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__nav {
    gap: min(1.5384615385vw, 20px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__nav {
    gap: 2.8645833333vmin;
    margin-bottom: 11.9791666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__nav__item {
  flex: 1;
}
.contents .refa_bubble_pure .buy-now__nav__item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link {
    height: min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link {
    height: 11.9791666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link__txt {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link__txt {
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .buy-now__nav__item .link__icn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link__icn {
    right: min(1.6923076923vw, 22px);
    width: min(0.7692307692vw, 10px);
    height: min(0.7692307692vw, 10px);
    border-right: min(0.2307692308vw, 3px) solid #2b2c2e;
    border-bottom: min(0.2307692308vw, 3px) solid #2b2c2e;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__nav__item .link__icn {
    right: 3.90625vmin;
    width: 1.3020833333vmin;
    height: 1.3020833333vmin;
    border-right: 0.2604166667vmin solid #2b2c2e;
    border-bottom: 0.2604166667vmin solid #2b2c2e;
  }
}
.contents .refa_bubble_pure .buy-now__section {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section {
    padding: min(4.6153846154vw, 60px) min(10.7692307692vw, 140px) min(5.5384615385vw, 72px);
    border-top: min(1.1538461538vw, 15px) solid #d1d1d1;
    border-bottom: min(1.1538461538vw, 15px) solid #d1d1d1;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section {
    padding: 11.71875vmin 5.2083333333vmin;
    border-top: 1.953125vmin solid #d1d1d1;
    border-bottom: 1.953125vmin solid #d1d1d1;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section + .buy-now__section {
    margin-top: min(4.3076923077vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section + .buy-now__section {
    margin-top: 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cart {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cart {
    width: min(28.9230769231vw, 376px);
    margin-bottom: min(3.0769230769vw, 40px);
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cart {
    margin-bottom: 9.1145833333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cart .radio {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d8dee6;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cart .radio {
    height: min(5.3846153846vw, 70px);
    padding: 0 min(1.0769230769vw, 14px);
    border-radius: min(0.7692307692vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cart .radio {
    height: 16.1458333333vmin;
    padding: 0 1.953125vmin;
    border-radius: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cart .radio:has(:checked) {
  border: 1px solid #8f999f;
}
.contents .refa_bubble_pure .buy-now__section__cart .radio input {
  position: absolute;
  top: 0;
  left: -100vw;
}
.contents .refa_bubble_pure .buy-now__section__cart .radio .txt {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cart .radio .txt {
    font-size: min(1.2307692308vw, 16px);
    line-height: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cart .radio .txt {
    font-size: 3.6458333333vmin;
    line-height: 5.46875vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__head {
  white-space: nowrap;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__head {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__head {
    margin-bottom: 3.90625vmin;
    text-align: center;
  }
}
.contents .refa_bubble_pure .buy-now__section__head .jp {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__head .jp {
    font-size: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__head .jp {
    font-size: 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__head .en {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__head .en {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__head .en {
    font-size: 2.8645833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__img {
    position: absolute;
    top: 0;
    right: 100%;
    width: min(35.3846153846vw, 460px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__img {
    margin: 0 -5.2083333333vmin 3.90625vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__color {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__color {
    gap: min(0.5384615385vw, 7px);
    margin-bottom: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__color {
    gap: 3.90625vmin;
    margin-bottom: 9.375vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__color__item {
  flex: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__color__item .radio {
    gap: min(2.0769230769vw, 27px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__color__item .radio {
    gap: 3.2552083333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__color__item .radio .icn {
  display: block;
  border: 1px solid #6c6c6c;
  border-radius: 50%;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__color__item .radio .icn {
    width: min(2.3846153846vw, 31px);
    height: min(2.3846153846vw, 31px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__color__item .radio .icn {
    width: 8.0729166667vmin;
    height: 8.0729166667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__color__item .radio .icn.white {
  background-color: #fff;
}
.contents .refa_bubble_pure .buy-now__section__color__item .radio .icn.black {
  background-color: #000;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge {
    margin-bottom: 9.375vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__head {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__head {
    margin-bottom: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__head {
    margin-bottom: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__head::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 1px;
  margin: auto 0;
  background-color: #000;
  z-index: 1;
}
.contents .refa_bubble_pure .buy-now__section__cartridge__head .txt {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  letter-spacing: 0;
  z-index: 2;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__head .txt {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__head .txt {
    font-size: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__list {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list {
    gap: min(0.5384615385vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list {
    gap: 3.90625vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__list__item {
  flex: 1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .label {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .label {
    font-size: 2.8645833333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__list__item .off {
  line-height: 1.2;
  color: #f00;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .off {
    margin-bottom: min(0.9230769231vw, 12px);
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .off {
    margin-bottom: 1.5625vmin;
    font-size: 2.8645833333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price {
  line-height: 1.1;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price {
    margin-bottom: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price {
    margin-bottom: 1.5625vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .yen {
    font-size: min(1.4615384615vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .yen {
    font-size: 3.90625vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .num {
    font-size: min(2.2307692308vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .num {
    font-size: 5.9895833333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .tax {
    font-size: min(1vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .price .tax {
    font-size: 2.6041666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .radio {
    gap: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .radio {
    gap: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__cartridge__list__item .radio .img {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .radio .img {
    width: min(4.2307692308vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__cartridge__list__item .radio .img {
    width: 9.375vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__btn {
  position: relative;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__btn {
    margin: 0 max(-1.0769230769vw, -14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__btn {
    margin: 0 -3.125vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__lifeplan {
  border: 1px solid #8595ac;
  background-color: #d9e9ff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan {
    width: min(55vw, 715px);
    margin-inline: auto;
    margin-bottom: min(2.3076923077vw, 30px);
    padding: min(1.8461538462vw, 24px) min(1.8461538462vw, 24px) min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan {
    margin-bottom: 5.46875vmin;
    padding: 3.90625vmin 4.6875vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__lifeplan__header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header {
    justify-content: center;
    gap: min(0.9230769231vw, 12px);
    margin-bottom: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header {
    gap: 1.3020833333vmin;
    margin-bottom: 2.6041666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__logo {
    width: min(8.2307692308vw, 107px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__logo {
    width: 16.5364583333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt {
    gap: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt {
    flex-direction: column;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .label {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .label {
    font-size: 3.6458333333vmin;
    line-height: 1;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .txt {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .txt {
    font-size: 4.1666666667vmin;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .yen {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .yen {
    font-size: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .num {
    font-size: min(2.2307692308vw, 29px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .num {
    font-size: 6.3802083333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .tax {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__header__txt .tax {
    font-size: 2.6041666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__lifeplan__link {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__link {
    justify-content: center;
    gap: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__link {
    flex-direction: column;
  }
}
.contents .refa_bubble_pure .buy-now__section__lifeplan__link__item .link {
  display: block;
  color: #3980d3;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__link__item .link {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__lifeplan__link__item .link {
    font-size: 2.734375vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty {
  border: 1px solid #8595ac;
  background: url(../img/bg-warranty.png) no-repeat center/cover;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty {
    width: min(55vw, 715px);
    margin-inline: auto;
    margin-bottom: min(3.8461538462vw, 50px);
    padding: min(1.8461538462vw, 24px) min(1.8461538462vw, 24px) min(1.0769230769vw, 14px) min(5.8461538462vw, 76px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty {
    margin-bottom: 6.5104166667vmin;
    padding: 2.6041666667vmin 5.46875vmin 3.90625vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty__col {
  display: flex;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__col {
    align-items: flex-start;
    gap: min(1.8461538462vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__col {
    align-items: center;
    gap: 3.125vmin;
    margin-bottom: 3.125vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty__logo {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__logo {
    width: min(2.4615384615vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__logo {
    width: 8.3333333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__head {
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__head {
    font-size: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty__txt {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt {
    gap: min(1.3076923077vw, 17px);
    margin-top: -0.5em;
    padding-left: min(4.3076923077vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt {
    flex-direction: column;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty__txt .link {
  display: block;
  color: #3980d3;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt .link {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt .link {
    margin-bottom: 0.5em;
    font-size: 2.734375vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__warranty__txt .notes {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt .notes {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__warranty__txt .notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__teiki {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__teiki {
    margin-top: min(2.3076923077vw, 30px);
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__teiki {
    margin-top: 5.2083333333vmin;
    margin-bottom: 9.6354166667vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__exchange {
  border: 1px solid #c9c9c9;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__exchange {
    padding: min(1.2307692308vw, 16px) min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__exchange {
    padding: 4.4270833333vmin 5.078125vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__exchange__head {
  text-align: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__head {
    margin-bottom: min(1.9230769231vw, 25px);
    font-size: min(1.3846153846vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__head {
    margin-bottom: 3.3854166667vmin;
    font-size: 4.4270833333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__exchange__list {
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__list {
    gap: min(0.6153846154vw, 8px);
    margin-bottom: min(0.7692307692vw, 10px);
    padding: min(1.5384615385vw, 20px) min(1.9230769231vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__list {
    gap: 1.5625vmin;
    margin-bottom: 2.6041666667vmin;
    padding: 3.125vmin 5.2083333333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__exchange__list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__list__item {
    font-size: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__list__item {
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .buy-now__section__exchange__list__item .title .strong {
  font-weight: 700;
}
.contents .refa_bubble_pure .buy-now__section__exchange__list__item .data {
  font-weight: 700;
}
.contents .refa_bubble_pure .buy-now__section__exchange__notes {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__notes {
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .buy-now__section__exchange__notes {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec {
    border-top: min(0.1538461538vw, 2px) solid #d8dee5;
    border-bottom: min(0.1538461538vw, 2px) solid #d8dee5;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec {
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
  }
}
.contents .refa_bubble_pure .spec .link-wrapper {
  display: block;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec .link-wrapper {
    border-top: min(0.1538461538vw, 2px) solid #d8dee5;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec .link-wrapper {
    border-top: 1px solid #d8dee5;
  }
}
.contents .refa_bubble_pure .spec .link-wrapper .external {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external {
    gap: min(0.9230769231vw, 12px);
    padding: min(2.3076923077vw, 30px) 0;
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external {
    gap: 4.6875vmin;
    padding: 5.859375vmin 0;
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .spec .link-wrapper .external::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external::before {
    width: min(0.7692307692vw, 10px);
    height: min(0.7692307692vw, 10px);
    border-top: min(0.2307692308vw, 3px) solid #2b2c2e;
    border-right: min(0.2307692308vw, 3px) solid #2b2c2e;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external::before {
    width: 1.3020833333vmin;
    height: 1.3020833333vmin;
    border-top: 0.2604166667vmin solid #2b2c2e;
    border-right: 0.2604166667vmin solid #2b2c2e;
  }
}
.contents .refa_bubble_pure .spec .link-wrapper .external::after {
  content: "";
  display: block;
  background: url(../img/ic-openwindow_gray.png) no-repeat center/contain;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external::after {
    width: min(1.2307692308vw, 16px);
    height: min(1.2307692308vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec .link-wrapper .external::after {
    width: 3.125vmin;
    height: 3.125vmin;
  }
}
.contents .refa_bubble_pure .spec__head {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__head {
    padding: min(2.3076923077vw, 30px) 0;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__head {
    padding: 5.859375vmin 0;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__head .txt {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__head .txt {
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .spec__head .icn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__head .icn {
    width: min(1vw, 13px);
    height: min(1vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__head .icn {
    width: 2.0833333333vmin;
    height: 2.0833333333vmin;
  }
}
.contents .refa_bubble_pure .spec__head .icn::before, .contents .refa_bubble_pure .spec__head .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  margin: auto;
  background-color: #2b2c2e;
  transition: 0.4s all;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__head .icn::before, .contents .refa_bubble_pure .spec__head .icn::after {
    height: min(0.2307692308vw, 3px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__head .icn::before, .contents .refa_bubble_pure .spec__head .icn::after {
    height: 0.2604166667vmin;
  }
}
.contents .refa_bubble_pure .spec__head:not(.is-open) .icn::before {
  rotate: 90deg;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__body {
    padding-bottom: min(2.7692307692vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__body {
    padding-bottom: 5.859375vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section + .spec__section {
    margin-top: min(2.7692307692vw, 36px);
    padding-top: min(2.3076923077vw, 30px);
    border-top: min(0.1538461538vw, 2px) solid #d8dee5;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section + .spec__section {
    margin-top: 6.5104166667vmin;
    padding-top: 6.5104166667vmin;
    border-top: 1px solid #d8dee5;
  }
}
.contents .refa_bubble_pure .spec__section__head {
  font-weight: 700;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section__head {
    margin-bottom: min(2.3076923077vw, 30px);
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section__head {
    margin-bottom: 4.6875vmin;
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .spec__section__table {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section__table {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section__table {
    font-size: 3.125vmin;
  }
}
.contents .refa_bubble_pure .spec__section__table th,
.contents .refa_bubble_pure .spec__section__table td {
  vertical-align: top;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section__table th,
  .contents .refa_bubble_pure .spec__section__table td {
    padding-bottom: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section__table th,
  .contents .refa_bubble_pure .spec__section__table td {
    padding-bottom: 5.2083333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section__table th {
    width: min(15.3846153846vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section__table th {
    width: 24.7395833333vmin;
  }
}
.contents .refa_bubble_pure .spec__section__notes__item {
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .spec__section__notes__item {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .spec__section__notes__item {
    font-size: 3.125vmin;
    line-height: 4.8177083333vmin;
  }
}
.contents .refa_bubble_pure .spec__section__notes__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .refa_bubble_pure .faq {
  background-color: #fff;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq {
    padding: min(10.7692307692vw, 140px) 0 min(6.9230769231vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq {
    padding: 22.1354166667vmin 5.2083333333vmin 13.0208333333vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__wrap {
    width: min(76.9230769231vw, 1000px);
    margin-inline: auto;
  }
}
.contents .refa_bubble_pure .faq__head {
  margin-inline: auto;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__head {
    width: min(22.3076923077vw, 290px);
    margin-bottom: min(4.6153846154vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__head {
    width: 39.0625vmin;
    margin-bottom: 10.4166666667vmin;
  }
}
.contents .refa_bubble_pure .faq__list {
  border-top: 1px solid #dfdfdf;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list {
    margin-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list {
    margin-bottom: 6.5104166667vmin;
  }
}
.contents .refa_bubble_pure .faq__list__item {
  border-bottom: 1px solid #dfdfdf;
}
.contents .refa_bubble_pure .faq__list__head {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__head {
    padding: min(2.3076923077vw, 30px) 0;
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__head {
    padding: 5.859375vmin 7.8125vmin 5.859375vmin 0;
    font-size: 3.6458333333vmin;
  }
}
.contents .refa_bubble_pure .faq__list__head::before, .contents .refa_bubble_pure .faq__list__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #04396d;
  transition: 0.4s all;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__head::before, .contents .refa_bubble_pure .faq__list__head::after {
    width: min(1.8461538462vw, 24px);
    height: min(0.2307692308vw, 3px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__head::before, .contents .refa_bubble_pure .faq__list__head::after {
    width: 4.1666666667vmin;
    height: 0.5208333333vmin;
  }
}
.contents .refa_bubble_pure .faq__list__head:not(.is-open)::before {
  rotate: 90deg;
}
.contents .refa_bubble_pure .faq__list__body {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__body {
    padding-bottom: min(2.3076923077vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__body {
    padding-bottom: 5.859375vmin;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__body .txt {
    font-size: min(1.0769230769vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__body .txt {
    font-size: 3.3854166667vmin;
  }
}
.contents .refa_bubble_pure .faq__list__body .notes {
  margin-top: 1em;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__body .notes {
    font-size: min(0.9230769231vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__body .notes {
    font-size: 2.8645833333vmin;
  }
}
.contents .refa_bubble_pure .faq__list__body .img1,
.contents .refa_bubble_pure .faq__list__body .img2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__body .img1,
  .contents .refa_bubble_pure .faq__list__body .img2 {
    width: min(20.1538461538vw, 262px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__body .img1,
  .contents .refa_bubble_pure .faq__list__body .img2 {
    width: 45.5729166667vmin;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__list__body .img2 {
    position: static;
    margin-top: 1em;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__list__body:has(.img2) {
    padding-right: min(23.0769230769vw, 300px);
  }
}
.contents .refa_bubble_pure .faq__notes__item {
  color: #848e99;
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .faq__notes__item {
    font-size: min(0.9230769231vw, 12px);
    line-height: min(1.5384615385vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .faq__notes__item {
    font-size: 2.34375vmin;
    line-height: 4.1666666667vmin;
  }
}
.contents .refa_bubble_pure .js-more {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .js-more:not(.is-open)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, #fff);
    z-index: 10;
  }
  .contents .refa_bubble_pure .js-more:not(.is-open) .js-more-wrap {
    height: 83.3333333333vmin !important;
    overflow: hidden;
  }
  .contents .refa_bubble_pure .js-more:not(.is-open) .js-more-btn::before {
    rotate: 90deg;
  }
}
@media screen and (min-width: 768.1px) {
  .contents .refa_bubble_pure .js-more .js-more-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contents .refa_bubble_pure .js-more .js-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8.3333333333vmin;
    height: 8.3333333333vmin;
    margin-inline: auto;
    border-radius: 50%;
    background-color: #739fb8;
    translate: 0 50%;
    cursor: pointer;
    z-index: 20;
  }
  .contents .refa_bubble_pure .js-more .js-more-btn::before, .contents .refa_bubble_pure .js-more .js-more-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 3.6458333333vmin;
    height: 0.5208333333vmin;
    margin: auto;
    background-color: #14253f;
    transition: 0.4s all;
  }
}
.contents .refa_bubble_pure .js-acc-trigger {
  cursor: pointer;
}
.contents .refa_bubble_pure .js-acc-panel {
  display: none;
}

.social__modal {
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  transition: 0.2s all;
}

@media screen and (max-width: 767px) {
  .social__modal {
    display: block;
    padding: 10.6666666667vw;
    overflow: auto;
  }
}
.social__modal[data-social-modal=false] {
  opacity: 0;
  pointer-events: none;
}

.social__modal[data-social-modal="1"] .social__modal__item:nth-of-type(1) {
  display: flex;
}

@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="1"] .social__modal__item:nth-of-type(1) {
    display: block;
  }
}
.social__modal[data-social-modal="2"] .social__modal__item:nth-of-type(2) {
  display: flex;
}

@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="2"] .social__modal__item:nth-of-type(2) {
    display: block;
  }
}
.social__modal[data-social-modal="3"] .social__modal__item:nth-of-type(3) {
  display: flex;
}

@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="3"] .social__modal__item:nth-of-type(3) {
    display: block;
  }
}
.social__modal[data-social-modal="4"] .social__modal__item:nth-of-type(4) {
  display: flex;
}

@media screen and (max-width: 767px) {
  .social__modal[data-social-modal="4"] .social__modal__item:nth-of-type(4) {
    display: block;
  }
}
.social__modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social__modal__wrap {
  position: relative;
  max-width: 1000px;
  width: 80%;
  padding: 34px;
  background-color: #fff;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .social__modal__wrap {
    width: 100%;
    min-height: 86vh;
    padding: 0;
  }
}
.social__modal__item {
  display: none;
}

.social__modal__photo {
  position: relative;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .social__modal__photo {
    width: auto;
  }
}
.social__modal__photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.social__modal__photo .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.social__modal__photo .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  left: 50%;
  max-height: initial;
  max-width: initial;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.social__modal__txt {
  position: relative;
  width: 58%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .social__modal__txt {
    width: auto;
  }
}
.social__modal__txt__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .social__modal__txt__inner {
    position: static;
    padding: 5.3333333333vw;
  }
}
.social__modal__txt__inner .name {
  margin-bottom: 12px;
  background: url(../images/im_icn_instagram.png) no-repeat left center;
  background-size: 18px auto;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}

@media screen and (max-width: 767px) {
  .social__modal__txt__inner .name {
    margin-bottom: 2.6666666667vw;
    padding-left: 4.8vw;
    background-size: 3.7333333333vw auto;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.social__modal__txt__inner .name a {
  font-weight: 700;
  color: #666;
}

.social__modal__txt__inner .txt {
  position: relative;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .social__modal__txt__inner .txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.social__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .social__modal__close {
    position: fixed;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.social__modal__close::before,
.social__modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 2px;
  margin: auto;
  background-color: #999;
}

@media screen and (max-width: 767px) {
  .social__modal__close::before,
  .social__modal__close::after {
    background-color: #fff;
  }
}
.social__modal__close::before {
  transform: rotate(45deg);
}

.social__modal__close::after {
  transform: rotate(-45deg);
}

.social__modal__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .social__modal__arrow {
    position: fixed;
    width: 10.6666666667vw;
  }
}
.social__modal__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .social__modal__arrow::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.social__modal__arrow.-prev {
  right: 100%;
}

@media screen and (max-width: 767px) {
  .social__modal__arrow.-prev {
    right: auto;
    left: 0;
  }
}
.social__modal__arrow.-next {
  left: 100%;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .social__modal__arrow.-next {
    left: auto;
    right: 0;
  }
}
.social__notes {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .social__notes {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
/*--------------------------
movie
----------------------------*/
.movie {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .movie {
    max-width: none;
    margin-bottom: 16vw;
  }
}
.movie__wrap {
  position: relative;
  padding-bottom: 14.1666666667%;
}

@media screen and (max-width: 767px) {
  .movie__wrap {
    padding-bottom: 34.6666666667vw;
  }
}
.movie__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57.5%;
}

@media screen and (max-width: 767px) {
  .movie__photo {
    width: 88vw;
  }
}
.movie__photo .photo {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .movie__photo .photo {
    margin-bottom: 3.2vw;
  }
}
.movie__photo .photo video {
  width: 100%;
}

.movie__photo .link {
  padding: 0 3.1884057971%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .movie__photo .link {
    padding: 0 4.8vw;
  }
}
.movie__photo .link a {
  display: inline-block;
  width: 28.115942029%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .movie__photo .link a {
    width: 39.4666666667vw;
  }
}
.movie__txt {
  width: 50%;
  padding: 50px 13.3333333333% 50px 10%;
  background: url(../images/bg_movie.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .movie__txt {
    width: auto;
    padding: 9.0666666667vw 4vw 33.0666666667vw 12vw;
    background-image: url(../images/bg_movie-sp.png);
  }
}
.movie__txt .head {
  width: 270px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .movie__txt .head {
    width: 59.4666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
.movie__txt .notes {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .movie__txt .notes {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.movie__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  transition: 0.4s opacity;
}

.movie__modal[data-active=true] {
  opacity: 1;
  pointer-events: auto;
}

.movie__modal__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.movie__modal__inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie__modal__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .movie__modal__close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.movie__modal__close::before,
.movie__modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .movie__modal__close::before,
  .movie__modal__close::after {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
  }
}
.movie__modal__close::before {
  transform: rotate(45deg);
}

.movie__modal__close::after {
  transform: rotate(-45deg);
}

/*--------------------------
anim
----------------------------*/
[data-anim] {
  opacity: 0;
  transform: translateY(50px);
}

/*--------------------------
modal
----------------------------*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0 linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-up-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8scubic-bezier 0.165, 0.84, 0.44, 1;
}

.slide-up-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@keyframes swing1 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }
  to {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
}
@keyframes swing2 {
  0% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
  35% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }
  50% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
  85% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }
  to {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0) translateY(0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    transform: translate3d(0, 0, 0);
  }
  0%, 20%, 40%, 43%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transform: translate3d(0, -15px, 0);
  }
  70%, 90% {
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
#psl,
body.is-show-modal {
  overflow: hidden;
}

#psl {
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  line-break: normal;
  min-width: 75pc;
  padding-bottom: 0;
  color: #231815;
  font-family: YakuHanJP_Narrow, 游ゴシック, 游ゴシック体, YuGothic, YuGothic M, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #psl {
    min-width: 0;
    padding-bottom: 0;
    font-size: 3.73333vw;
  }
}
#psl * {
  box-sizing: border-box;
}

#psl img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #psl img {
    width: 100%;
  }
}
#psl sup {
  top: -0.4em;
}

@media screen and (max-width: 768px) {
  #psl .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #psl .only-sp {
    display: none !important;
  }
}
#psl .js-fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#psl .animation-cover-image {
  position: relative;
  overflow: hidden;
}

#psl .animation-cover-image img,
#psl .animation-cover-image video {
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 0cubic-bezier 0.39, 0.575, 0.565, 1 0.4s;
  will-change: transform;
}

#psl .animation-cover-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background: #ed6c00;
}

#psl .animation-cover-image.is-inview img,
#psl .animation-cover-image.is-inview video {
  transform: scale(1);
  opacity: 1;
}

#psl .animation-cover-image.is-inview:after {
  animation: d 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

#psl .animation-cover-text > span {
  position: relative;
  display: inline-block;
}

#psl .animation-cover-text > span span {
  opacity: 0;
  transition: opacity 0 cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

#psl .animation-cover-text > span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background: #ed6c00;
}

#psl .animation-cover-text.is-inview > span span {
  opacity: 1;
}

#psl .animation-cover-text.is-inview > span:after {
  animation: d 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(2) span {
  transition-delay: 0.5s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(2):after {
  animation-delay: 0.1s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(3) span {
  transition-delay: 0.6s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(3):after {
  animation-delay: 0.2s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(4) span {
  transition-delay: 0.7s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(4):after {
  animation-delay: 0.3s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(5) span {
  transition-delay: 0.8s;
}

#psl .animation-cover-text.is-inview > span:nth-of-type(5):after {
  animation-delay: 0.4s;
}

@keyframes d {
  0% {
    width: 0;
  }
  0%, 50% {
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
  }
  51% {
    width: 100%;
  }
  51%, to {
    left: auto;
    right: 0;
  }
  to {
    width: 0;
  }
}
#psl .animation-slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8scubic-bezier 0.165, 0.84, 0.44, 1;
  will-change: transform;
}

@media screen and (max-width: 768px) {
  #psl .animation-slide-up {
    transform: translateY(5.33333vw);
  }
}
#psl .animation-slide-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

#psl .animation-line strong {
  border-color: transparent !important;
  transition: border-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .animation-line.is-inview strong {
  border-color: #ed6c00 !important;
}

#psl .centering-section {
  width: 100%;
  max-width: 60pc;
  margin-left: auto;
  margin-right: auto;
}

#psl .heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ed6c00;
  line-height: 0.9;
  text-align: center;
  white-space: nowrap;
}

#psl .heading-section__en {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #ed6c00;
  font-family: futura-pt, sans-serif;
  font-size: 78px;
}

@media screen and (max-width: 768px) {
  #psl .heading-section__en {
    padding-bottom: 1.6vw;
    border-width: 0.53333vw;
    font-size: 10.66667vw;
  }
}
#psl .heading-section__ja {
  display: inline-block;
  margin-top: 9pt;
  font-size: 34px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .heading-section__ja {
    margin-top: 2.66667vw;
    font-size: 4vw;
  }
}
#psl .heading-section--white {
  color: #fff;
}

#psl .heading-section--white .heading-section__en {
  border-color: #fff;
}

#psl .hero-psl {
  background: #f0e5db;
}

#psl .hero-psl .carousel-hero {
  width: 100%;
  max-width: 20in;
  margin-left: auto;
  margin-right: auto;
}

#psl .hero-psl .carousel-hero__item {
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

#psl .hero-psl .carousel-hero__image {
  position: relative;
  display: block;
  z-index: 1;
}

#psl .hero-psl .carousel-hero__image img {
  width: 100%;
}

#psl .hero-psl .carousel-hero__video,
#psl .hero-psl .carousel-hero__video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#psl .hero-psl .carousel-hero__video:after {
  content: "";
  display: block;
  z-index: 2;
}

#psl .hero-psl .carousel-hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .hero-psl .carousel-hero__video iframe.is-playing {
  opacity: 1;
  z-index: 1;
}

#psl .hero-psl .carousel-hero .slick-dots {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #psl .hero-psl .carousel-hero .slick-dots {
    bottom: -3.46667vw;
  }
}
#psl .hero-psl .carousel-hero .slick-dots li {
  padding: 0 3px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #psl .hero-psl .carousel-hero .slick-dots li {
    padding: 0 0.66667vw;
  }
}
#psl .hero-psl .carousel-hero .slick-dots li.slick-active button {
  background: #ed6c00;
}

#psl .hero-psl .carousel-hero .slick-dots button {
  width: 36px;
  height: 3px;
  border-radius: 1.5px;
  padding: 0;
  outline: 0;
  border: 0;
  background: #b1b1b1;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #psl .hero-psl .carousel-hero .slick-dots button {
    width: 6.66667vw;
    height: 0.8vw;
    border-radius: 0.4vw;
  }
}
#psl .section-introduction__series {
  padding: 93px 0 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction__series {
    padding: 14.66667vw 0 12vw;
  }
}
#psl .section-introduction__nav {
  background: #ed6c00;
}

#psl .section-introduction__product {
  position: relative;
  margin-top: 70px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction__product {
    margin-top: 8vw;
    padding: 8vw 6.66667vw 0;
  }
}
#psl .section-introduction .heading-series {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .heading-series {
    font-size: 4.8vw;
    line-height: 1.94444;
  }
}
#psl .section-introduction .heading-series strong {
  border-bottom: 3px solid #ed6c00;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .heading-series strong {
    border-width: 0.53333vw;
  }
}
#psl .section-introduction .summary-series {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5pc;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series {
    display: block;
    margin-top: 10.66667vw;
  }
}
#psl .section-introduction .summary-series__list {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__list {
    justify-content: center;
    align-items: center;
  }
}
#psl .section-introduction .summary-series__item:nth-of-type(1) img {
  width: 157px;
  margin: 43px 0;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__item:nth-of-type(1) img {
    width: 32.93333vw;
    margin: 0;
  }
}
#psl .section-introduction .summary-series__item:nth-of-type(2) {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__item:nth-of-type(2) {
    margin-left: 5.33333vw;
  }
}
#psl .section-introduction .summary-series__item:nth-of-type(2) img {
  width: 148px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__item:nth-of-type(2) img {
    width: 30.93333vw;
  }
}
#psl .section-introduction .summary-series__caption {
  margin-top: 20px;
  font-size: 1pc;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__caption {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
#psl .section-introduction .summary-series__text {
  margin-left: 50px;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__text {
    margin: 6vw 0 0;
    padding-bottom: 0;
  }
}
#psl .section-introduction .summary-series__logo {
  width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__logo {
    width: 53.86667vw;
  }
}
#psl .section-introduction .summary-series__lead {
  margin-top: 50px;
  font-size: 19px;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-series__lead {
    margin-top: 4vw;
    font-size: 3.46667vw;
  }
}
#psl .section-introduction .video-series {
  overflow: hidden;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .video-series {
    margin: 6.66667vw 6.66667vw 0;
  }
}
#psl .section-introduction .video-series video {
  width: 100%;
  vertical-align: top;
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, opacity 0cubic-bezier 0.39, 0.575, 0.565, 1 0.4s;
}

#psl .section-introduction .video-series.is-inview video {
  transform: scale(1.3);
}

#psl .section-introduction .anchor-nav {
  width: 100%;
  max-width: 20in;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

#psl .section-introduction .anchor-nav__item {
  width: 50%;
}

#psl .section-introduction .anchor-nav__item a {
  position: relative;
  display: block;
  height: 40pc;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__item a {
    height: 66.66667vw;
  }
}
#psl .section-introduction .anchor-nav__item a:after {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  position: absolute;
  bottom: 30px;
  content: "";
  display: block;
  box-sizing: border-box;
  border: solid 2px #fff;
  background: url(../img/arw_down_anchor.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__item a:after {
    width: 8.4vw;
    height: 8.4vw;
    border-radius: 100%;
    bottom: 2.66667vw;
    border-width: 0.26667vw;
  }
}
#psl .section-introduction .anchor-nav__item:nth-of-type(1) a:after {
  right: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__item:nth-of-type(1) a:after {
    right: 2.66667vw;
  }
}
#psl .section-introduction .anchor-nav__item:nth-of-type(1) img {
  -o-object-position: right center;
     object-position: right center;
}

#psl .section-introduction .anchor-nav__item:nth-of-type(2) a:after {
  left: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__item:nth-of-type(2) a:after {
    left: auto;
    right: 2.66667vw;
  }
}
#psl .section-introduction .anchor-nav__item:nth-of-type(2) img {
  -o-object-position: left center;
     object-position: left center;
}

#psl .section-introduction .anchor-nav__logo {
  position: absolute;
  top: 25pc;
  width: 193px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__logo {
    top: 33.33333vw;
    width: 20vw;
  }
}
#psl .section-introduction .anchor-nav__logo--abs {
  right: 382px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__logo--abs {
    right: auto;
    left: 1.6vw;
  }
}
#psl .section-introduction .anchor-nav__logo--hip-leg {
  left: 410px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .anchor-nav__logo--hip-leg {
    left: auto;
    right: 1.6vw;
  }
}
#psl .section-introduction .summary-product {
  padding-top: 105px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product {
    padding-top: 14.66667vw;
  }
}
#psl .section-introduction .summary-product__name {
  position: absolute;
  top: 70px;
  left: 0;
  box-sizing: content-box;
  padding-left: calc((100% - 980px) / 2);
  border-bottom: 2px solid #000;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__name {
    position: absolute;
    top: 8vw;
    left: 0;
    padding-left: 6.66667vw;
    border-width: 0.26667vw;
  }
}
#psl .section-introduction .summary-product__name--abs {
  width: 268px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__name--abs {
    width: 45.73333vw;
  }
}
#psl .section-introduction .summary-product__name--hip-leg {
  width: 388px;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__name--hip-leg {
    width: 60.53333vw;
  }
}
#psl .section-introduction .summary-product__heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__heading {
    margin-top: 0;
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-introduction .summary-product__image {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__image {
    margin-top: 5.33333vw;
  }
}
#psl .section-introduction .summary-product__image--abs {
  width: 409px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__image--abs {
    width: 61.06667vw;
  }
}
#psl .section-introduction .summary-product__image--hip-leg {
  width: 353px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__image--hip-leg {
    width: 49.86667vw;
  }
}
.ranking__abs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ranking__abs {
    display: inherit;
  }
}
.ranking__abs .ranking__img {
  width: 4in;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .ranking__abs .ranking__img {
    width: 61.06667vw;
    text-align: center;
  }
  .ranking__abs .ranking__img img {
    text-align: center;
  }
}
.ranking__corebelt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ranking__corebelt {
    display: inherit;
  }
}
.ranking__corebelt .ranking__img {
  width: 4in;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .ranking__corebelt .ranking__img {
    width: 61.06667vw;
    text-align: center;
  }
  .ranking__corebelt .ranking__img img {
    text-align: center;
  }
}
#psl .section-introduction .summary-product__body {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__body {
    display: block;
    margin-top: 5.33333vw;
  }
}
#psl .section-introduction .summary-product__text {
  width: 420px;
  margin-top: -5px;
  line-height: 1.77778;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__text {
    width: auto;
    margin-top: 2.66667vw;
    line-height: 1.92857;
  }
}
#psl .section-introduction .summary-product__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .summary-product__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-introduction .spec-product {
  display: flex;
  justify-content: space-between;
  width: 510px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .spec-product {
    width: auto;
    margin-top: 4vw;
  }
}
#psl .section-introduction .spec-product__item {
  width: 242px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .spec-product__item {
    width: 41.86667vw;
  }
}
#psl .section-introduction .spec-product__image picture {
  display: block;
}

#psl .section-introduction .spec-product__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.66667;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .spec-product__caption {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-introduction .button-product {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .button-product {
    margin-top: 4vw;
  }
}
#psl .section-introduction .button-product a {
  width: 468px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed6c00;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .button-product a {
    width: 74.66667vw;
    height: 13.33333vw;
    padding-right: 2.66667vw;
    font-size: 3.2vw;
  }
}
#psl .section-introduction .button-product a:active,
#psl .section-introduction .button-product a:hover {
  background: #333;
}

#psl .section-introduction .button-product a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 14px;
  height: 9px;
  content: "";
  display: block;
  background: url(../img/arw_down_button.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-introduction .button-product a:after {
    width: 2.66667vw;
    height: 1.6vw;
    right: 2.66667vw;
    top: calc(50% - 0.8vw);
  }
}
#psl .section-index {
  width: 100%;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-index {
    width: 100%;
    max-width: 73.33333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21.33333vw;
  }
}
#psl .section-index .heading-index {
  color: #777;
  font-family: futura-pt, sans-serif;
  font-size: 3pc;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-index .heading-index {
    font-size: 7.2vw;
  }
}
#psl .section-index .list-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .section-index .list-index {
    display: block;
    margin-top: 4.53333vw;
    font-size: 4vw;
  }
}
#psl .section-index .list-index__item {
  width: 386px;
  border-bottom: 1px solid #777;
}

@media screen and (max-width: 768px) {
  #psl .section-index .list-index__item {
    width: auto;
    border-width: 0.26667vw;
  }
}
#psl .section-index .list-index__item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 62px;
  color: #777;
}

@media screen and (max-width: 768px) {
  #psl .section-index .list-index__item a {
    height: 10.66667vw;
  }
}
#psl .section-index .list-index__item a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 20px;
  height: 13px;
  content: "";
  display: block;
  background: url(../img/arw_index.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-index .list-index__item a:after {
    position: absolute;
    top: calc(50% - 0.8vw);
    right: 0;
    width: 2.66667vw;
    height: 1.73333vw;
  }
}
#psl .section-technology {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-technology {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
#psl .section-technology__body {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding: 5pc 0 60px;
  color: #fff;
  background: #0f1013 no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__body {
    margin-top: 6.66667vw;
    padding: 72vw 6.66667vw 6.66667vw;
    background-image: url(../img/bg_technology@sp.jpg);
  }
}
#psl .section-technology__background {
  position: absolute;
  top: -20px;
  left: calc(50% - 245px);
  height: 990px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__background {
    top: -20vw;
    left: -6.66667vw;
    height: auto;
    width: 100vw;
  }
}
#psl .section-technology__background:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to left, #0f1013 0, rgba(15, 16, 19, 0) 100%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__background:before {
    display: none;
  }
}
#psl .section-technology__background:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  display: block;
  background: linear-gradient(to top, #0f1013 0, rgba(15, 16, 19, 0) 100%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__background:after {
    display: none;
  }
}
#psl .section-technology__background > div {
  height: 100%;
}

#psl .section-technology__background > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(to right, #0f1013 0, rgba(15, 16, 19, 0) 100%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__background > div:before {
    display: none;
  }
}
#psl .section-technology__background video {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #psl .section-technology__background video {
    height: auto;
    width: 100%;
  }
}
#psl .section-technology__foreground {
  position: relative;
  z-index: 2;
}

#psl .section-technology .summary-technology {
  position: relative;
}

#psl .section-technology .summary-technology__heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.38095;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .summary-technology__heading {
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-technology .summary-technology__text {
  margin-top: 25px;
  line-height: 1.77778;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .summary-technology__text {
    margin-top: 2.66667vw;
    line-height: 1.92857;
  }
}
#psl .section-technology .summary-technology__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .summary-technology__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-technology .summary-technology__notes {
  position: absolute;
  right: 0;
  bottom: -95px;
  font-size: 9pt;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .summary-technology__notes {
    bottom: auto;
    top: -6.66667vw;
    font-size: 2.66667vw;
  }
}
#psl .section-technology .aside-technology {
  display: flex;
  margin-top: 130px;
  border: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology {
    display: block;
    margin-top: 6.66667vw;
    border-width: 0.26667vw;
  }
}
#psl .section-technology .aside-technology__image {
  position: relative;
  width: 350px;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology__image {
    width: 100%;
  }
}
#psl .section-technology .aside-technology__caption {
  position: absolute;
  top: 9pt;
  left: 10px;
  color: #231815;
  font-size: 9pt;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology__caption {
    position: static;
    padding: 2.13333vw 1.33333vw;
    color: #fff;
    font-size: 2.66667vw;
    text-align: right;
  }
}
#psl .section-technology .aside-technology__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: url(../img/bg_technology_aside.jpg);
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology__body {
    padding: 4vw 4.66667vw 5.33333vw;
  }
}
#psl .section-technology .aside-technology__heading {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology__heading {
    font-size: 4.53333vw;
    line-height: 1.76471;
    text-align: center;
  }
}
#psl .section-technology .aside-technology__text {
  margin-top: 9pt;
  font-size: 17px;
  line-height: 1.41176;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .aside-technology__text {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-technology .cost-technology {
  margin-top: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology {
    margin-top: 4vw;
  }
}
#psl .section-technology .cost-technology__heading {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__heading {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}
#psl .section-technology .cost-technology__heading span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__heading span {
    padding-bottom: 0.8vw;
    border-width: 0.26667vw;
  }
}
#psl .section-technology .cost-technology__body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__body {
    margin-top: 2.66667vw;
  }
}
#psl .section-technology .cost-technology__left {
  position: relative;
  margin-right: 10px;
  padding-right: 2pc;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__left {
    margin-right: 1.33333vw;
    padding-right: 4vw;
    font-size: 4.53333vw;
  }
}
#psl .section-technology .cost-technology__left:after {
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 22px;
  height: 18px;
  content: "";
  display: block;
  background: url(../img/arw_cost.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__left:after {
    width: 2.66667vw;
    height: 3.06667vw;
    top: calc(50% - 1.46667vw);
    background-image: url(../img/arw_cost@sp.svg);
  }
}
#psl .section-technology .cost-technology__left small {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__left small {
    font-size: 2.4vw;
  }
}
#psl .section-technology .cost-technology__left small:nth-of-type(1) {
  font-size: 1pc;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__left small:nth-of-type(1) {
    font-size: 3.73333vw;
  }
}
#psl .section-technology .cost-technology__left sup {
  top: -1.4em;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__left sup {
    top: -0.4em;
  }
}
#psl .section-technology .cost-technology__right {
  position: relative;
  font-size: 37px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__right {
    font-size: 7.46667vw;
  }
}
#psl .section-technology .cost-technology__right:after {
  position: absolute;
  bottom: 1px;
  left: 2px;
  width: calc(100% - 6px);
  height: 2px;
  content: "";
  display: block;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__right:after {
    width: calc(100% - 1.06667vw);
    height: 0.26667vw;
    bottom: -0.26667vw;
    left: 0.26667vw;
  }
}
#psl .section-technology .cost-technology__right small {
  font-size: 22px;
  vertical-align: 3px;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .cost-technology__right small {
    font-size: 4vw;
    vertical-align: 0.26667vw;
  }
}
#psl .section-technology .notes-technology {
  margin-top: 10px;
  font-size: 9pt;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-technology .notes-technology {
    margin-top: 2.66667vw;
    font-size: 2.93333vw;
    text-align: center;
  }
}
#psl .section-feature {
  margin-top: 85px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-feature {
    margin-top: 13.33333vw;
    padding-top: 8vw;
  }
}
#psl .section-feature__body {
  padding: 75pt 0 0;
}

@media screen and (max-width: 768px) {
  #psl .section-feature__body {
    padding: 6.66667vw 6.66667vw 0;
  }
}
#psl .section-feature .list-feature__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__item:nth-of-type(2n) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__item:nth-of-type(2n) .list-feature__image {
    padding: 4vw 0 0 20vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__item:nth-of-type(2n) .list-feature__image:before {
    left: -6.66667vw;
  }
}
#psl .section-feature .list-feature__item:nth-of-type(n + 2) {
  margin-top: 60px;
}

#psl .section-feature .list-feature__image {
  position: relative;
  width: 488px;
  padding: 25px 0 25px 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__image {
    width: 100%;
    padding: 4vw 20vw 0 0;
  }
}
#psl .section-feature .list-feature__image:before {
  position: absolute;
  top: 0;
  right: -135px;
  width: 465px;
  height: 100%;
  content: "";
  display: block;
  background: #e9e9e9;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__image:before {
    width: 76vw;
    height: 66.66667vw;
    right: -6.66667vw;
  }
}
#psl .section-feature .list-feature__image img {
  position: relative;
}

#psl .section-feature .list-feature__body {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__body {
    margin-top: 5.33333vw;
  }
}
#psl .section-feature .list-feature__heading {
  position: relative;
  padding-left: 14px;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1.1875;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__heading {
    padding-left: 4.53333vw;
    font-size: 4.53333vw;
    line-height: 1.76471;
  }
}
#psl .section-feature .list-feature__heading:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: calc(100% - 6px);
  content: "";
  display: block;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__heading:after {
    width: 0.8vw;
    height: calc(100% - 2.66667vw);
    top: 1.6vw;
  }
}
#psl .section-feature .list-feature__text {
  margin-top: 15px;
  line-height: 1.77778;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__text {
    margin-top: 2.66667vw;
    line-height: 1.92857;
  }
}
#psl .section-feature .list-feature__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-feature .list-feature__notes {
  margin-top: 5px;
  font-size: 9pt;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-feature .list-feature__notes {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-type {
  margin-top: 10pc;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-type {
    margin-top: 13.33333vw;
    padding-top: 8vw;
  }
}
#psl .section-type__body {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #psl .section-type__body {
    margin-top: 8vw;
  }
}
#psl .section-type__item:nth-of-type(n + 2) {
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  #psl .section-type__item:nth-of-type(n + 2) {
    margin-top: 17.33333vw;
  }
}
#psl .section-type .summary-type {
  position: relative;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type {
    padding: 0 6.66667vw;
  }
}
#psl .section-type .summary-type__heading {
  display: flex;
  justify-content: center;
}

#psl .section-type .summary-type__heading-en {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  padding-right: 17px;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__heading-en {
    margin-right: 2.66667vw;
    padding-right: 2.93333vw;
    font-size: 3.2vw;
  }
}
#psl .section-type .summary-type__heading-en:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  background: #231815;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__heading-en:after {
    width: 0.26667vw;
  }
}
#psl .section-type .summary-type__heading-ja {
  display: inline-block;
  font-size: 3pc;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__heading-ja {
    font-size: 6.66667vw;
    white-space: nowrap;
  }
}
#psl .section-type .summary-type__image {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__image {
    margin: 3.33333vw -6.66667vw 0;
  }
}
#psl .section-type .summary-type__lead {
  margin-top: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.38095;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__lead {
    margin-top: 6.66667vw;
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-type .summary-type__text {
  margin-top: 20px;
  line-height: 1.77778;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__text {
    margin-top: 2.66667vw;
    line-height: 1.92857;
  }
}
#psl .section-type .summary-type__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-type .summary-type__notes {
  margin-top: 5px;
  font-size: 9pt;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__notes {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-type .summary-type__image-2 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__image-2 {
    margin-top: 9.33333vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-type .summary-type__image-2--type2 {
    margin-top: 5.33333vw;
  }
}
#psl .section-type .howto-type {
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type {
    margin-top: 8vw;
    padding: 0 6.66667vw;
  }
}
#psl .section-type .howto-type__heading {
  position: relative;
  padding-left: 20px;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__heading {
    padding-left: 4.8vw;
    font-size: 4.53333vw;
    line-height: 1.3;
  }
}
#psl .section-type .howto-type__heading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  display: block;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__heading:after {
    top: 0.53333vw;
    width: 0.8vw;
    height: calc(100% - 1.06667vw);
  }
}
#psl .section-type .howto-type__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 3pc;
  background: url(../img/img_howto_timeline.png) no-repeat center top;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__list {
    margin-top: 4vw;
    padding-top: 7.46667vw;
    background-image: url(../img/img_howto_timeline@sp.png);
    background-size: 100% auto;
  }
}
#psl .section-type .howto-type__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__item {
    display: block;
  }
}
#psl .section-type .howto-type__item:nth-of-type(1) .howto-type__image {
  width: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__item:nth-of-type(1) .howto-type__image {
    width: 6.66667vw;
  }
}
#psl .section-type .howto-type__item:nth-of-type(2) .howto-type__image {
  width: 84px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__item:nth-of-type(2) .howto-type__image {
    width: 11.2vw;
    padding-top: 2.66667vw;
  }
}
#psl .section-type .howto-type__item:nth-of-type(3) .howto-type__image {
  width: 102px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__item:nth-of-type(3) .howto-type__image {
    width: 13.6vw;
    padding-top: 5.86667vw;
  }
}
#psl .section-type .howto-type__image {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__image {
    margin: 0 auto;
  }
}
#psl .section-type .howto-type__text {
  font-size: 1pc;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__text {
    font-size: 2.66667vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
#psl .section-type .howto-type__notes {
  display: block;
  font-size: 9pt;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type__notes {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 2vw;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
}
#psl .section-type .howto-type-2 {
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2 {
    margin-top: 8vw;
    padding: 0 6.66667vw;
  }
}
#psl .section-type .howto-type-2__heading {
  position: relative;
  padding-left: 20px;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__heading {
    padding-left: 4.8vw;
    font-size: 4.53333vw;
    line-height: 1.3;
  }
}
#psl .section-type .howto-type-2__heading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  display: block;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__heading:after {
    top: 0.53333vw;
    width: 0.8vw;
    height: calc(100% - 1.06667vw);
  }
}
#psl .section-type .howto-type-2__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__list {
    display: block;
    margin-top: 6.66667vw;
  }
}
#psl .section-type .howto-type-2__item {
  width: 465px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__item {
    width: 100%;
  }
}
#psl .section-type .howto-type-2__item:nth-of-type(1) {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__item:nth-of-type(1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__item:nth-of-type(1) .howto-type-2__image {
    width: 67.06667vw;
    margin-left: 11.33333vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__item:nth-of-type(2) {
    margin-top: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__item:nth-of-type(2) .howto-type-2__image {
    width: 76.13333vw;
    margin-left: 2.26667vw;
  }
}
#psl .section-type .howto-type-2__sub-heading {
  color: #ed6c00;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__sub-heading {
    font-size: 4vw;
  }
}
#psl .section-type .howto-type-2__text {
  margin-top: 9pt;
  font-size: 1pc;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__text {
    margin-top: 2vw;
    font-size: 3.73333vw;
    line-height: 1.92857;
  }
}
#psl .section-type .howto-type-2__image {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__image {
    margin-top: 4vw;
  }
}
#psl .section-type .howto-type-2__notes {
  margin-top: 10px;
  font-size: 9pt;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__notes {
    margin-top: 2vw;
    font-size: 2.66667vw;
  }
}
#psl .section-type .howto-type-2__notes span {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#psl .section-type .howto-type-2__recommend {
  margin-top: 30px;
  font-size: 9pt;
  line-height: 1.41667;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__recommend {
    margin-top: 8vw;
    font-size: 2.93333vw;
  }
}
#psl .section-type .howto-type-2__recommend-heading {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__recommend-heading {
    font-size: 3.2vw;
  }
}
#psl .section-type .howto-type-2__recommend-list {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #7b7b7b;
  border-bottom: solid 1px #7b7b7b;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__recommend-list {
    display: block;
    margin-top: 2vw;
  }
}
#psl .section-type .howto-type-2__recommend-item {
  width: 465px;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__recommend-item {
    width: 100%;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-type .howto-type-2__recommend-item:nth-of-type(2) {
    border-top: 0;
  }
}
#psl .section-type .voice-type {
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type {
    margin-top: 8vw;
  }
}
#psl .section-type .voice-type__item {
  padding: 0 10px;
  transform: translateX(-10px);
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__item {
    padding: 0 1.33333vw;
    transform: translateX(0);
  }
}
#psl .section-type .voice-type__inner {
  width: 470px;
  padding: 25px;
  border-radius: 10px;
  background: #e6e6e6;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__inner {
    width: 80vw;
    padding: 4.66667vw;
    border-radius: 1.33333vw;
  }
}
#psl .section-type .voice-type__heading {
  position: relative;
  padding-left: 38px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__heading {
    font-size: 4vw;
    padding-left: 6.4vw;
  }
}
#psl .section-type .voice-type__heading:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 2pc;
  height: 30px;
  content: "";
  display: block;
  background: url(../img/icn_voice.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__heading:before {
    width: 5.33333vw;
    height: 5.2vw;
    top: -0.53333vw;
    background-image: url(../img/icn_voice@sp.png);
  }
}
#psl .section-type .voice-type__text {
  margin-top: 15px;
  font-size: 1pc;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__text {
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}
#psl .section-type .voice-type__profile {
  margin-top: 10px;
  font-size: 1pc;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #psl .section-type .voice-type__profile {
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
  }
}
#psl .section-type .voice-type .slick-list {
  overflow: visible;
  line-height: inherit;
}

#psl .section-type .voice-type .slick-arrow {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 36px);
  border: 0;
  outline: 0;
  background: rgba(237, 108, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 0;
  font-size: 0;
  z-index: 2;
}

#psl .section-type .voice-type .slick-prev {
  left: -92px;
  background-image: url(../img/arw_prev_voice.png);
}

#psl .section-type .voice-type .slick-next {
  right: -92px;
  background-image: url(../img/arw_next_voice.png);
}

#psl .section-type .video-type {
  position: relative;
  margin-top: 8pc;
  padding: 110px 85px 110px 75px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type {
    width: auto;
    margin: 13.33333vw 6.66667vw 0;
    padding: 5.33333vw 5.73333vw;
  }
}
#psl .section-type .video-type:before {
  position: absolute;
  top: 0;
  right: -85px;
  width: 574px;
  height: 100%;
  content: "";
  display: block;
  background: #f0e5db;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type:before {
    top: -5.33333vw;
    right: -6.66667vw;
    width: 26.4vw;
    height: 100vw;
  }
}
#psl .section-type .video-type:after {
  position: absolute;
  top: 50px;
  left: 0;
  width: 917px;
  height: calc(100% - 90pt);
  box-sizing: border-box;
  content: "";
  display: block;
  border: solid 4px #ed6c00;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type:after {
    width: 100%;
    height: 100%;
    top: 0;
    border-width: 0.26667vw;
  }
}
#psl .section-type .video-type__body {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__body {
    display: block;
  }
}
#psl .section-type .video-type__heading {
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__heading {
    font-size: 3.6vw;
    line-height: 1.7037;
    text-align: center;
    white-space: nowrap;
  }
}
#psl .section-type .video-type__image {
  width: 474px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__image {
    width: 100%;
    margin-top: 4.66667vw;
  }
}
#psl .section-type .video-type__button {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__button {
    margin-top: 4vw;
  }
}
#psl .section-type .video-type__button a {
  width: 468px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed6c00;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__button a {
    width: 74.66667vw;
    height: 13.33333vw;
    padding-right: 2.66667vw;
    font-size: 3.2vw;
  }
}
#psl .section-type .video-type__button a:active,
#psl .section-type .video-type__button a:hover {
  background: #333;
}

#psl .section-type .video-type__button a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 14px;
  height: 9px;
  content: "";
  display: block;
  background: url(../img/arw_down_button.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #psl .section-type .video-type__button a:after {
    width: 2.66667vw;
    height: 1.6vw;
    right: 2.66667vw;
    top: calc(50% - 0.8vw);
  }
}
#psl .section-reason {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason {
    margin-top: 12vw;
    padding-top: 8vw;
  }
}
#psl .section-reason__body {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason__body {
    margin-top: 6.66667vw;
  }
}
#psl .section-reason .summary-reason__main {
  background: #d0d0dc;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__main {
    background: 0;
  }
}
#psl .section-reason .summary-reason__main-inner {
  width: 100%;
  max-width: 20in;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#psl .section-reason .summary-reason__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__image {
    position: relative;
    height: auto;
  }
}
#psl .section-reason .summary-reason__body {
  position: relative;
  z-index: 2;
  padding: 180px 0 10pc;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__body {
    padding: 6.66667vw 6.66667vw 0;
  }
}
#psl .section-reason .summary-reason__heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__heading {
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-reason .summary-reason__text {
  width: 360px;
  margin-top: 20px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__text {
    width: auto;
    margin-top: 2.66667vw;
  }
}
#psl .section-reason .summary-reason__sub {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .summary-reason__sub {
    margin-top: 5.33333vw;
    padding: 0 6.66667vw;
  }
}
#psl .section-reason .image-reason {
  display: flex;
  justify-content: space-between;
}

#psl .section-reason .image-reason__item {
  width: 468px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .image-reason__item {
    width: 41.86667vw;
  }
}
#psl .section-reason .balance-reason {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason {
    display: block;
    margin-top: 6.66667vw;
  }
}
#psl .section-reason .balance-reason__body {
  flex: 1;
}

#psl .section-reason .balance-reason__heading {
  font-size: 2pc;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__heading {
    font-size: 4.53333vw;
  }
}
#psl .section-reason .balance-reason__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__text {
    margin-top: 2.66667vw;
  }
}
#psl .section-reason .balance-reason__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-reason .balance-reason__image {
  width: 380px;
  margin-left: 30px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__image {
    display: flex;
    width: auto;
    margin: 5.33333vw 0 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__image img {
    width: 29.2vw;
    margin-right: 4.8vw;
  }
}
#psl .section-reason .balance-reason__caption {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.42857;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .balance-reason__caption {
    flex: 1;
    margin-top: 0;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
}
#psl .section-reason .balance-reason__caption-item {
  display: flex;
}

#psl .section-reason .balance-reason__caption-heading {
  margin-right: 5px;
  white-space: nowrap;
}

#psl .section-reason .balance-reason__caption-text {
  flex: 1;
}

#psl .section-reason .list-reason {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason {
    margin-top: 12vw;
    padding: 0 6.66667vw;
  }
}
#psl .section-reason .list-reason__item:nth-of-type(n + 2) {
  margin-top: 75pt;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__item:nth-of-type(n + 2) {
    margin-top: 12vw;
  }
}
#psl .section-reason .list-reason__heading {
  position: relative;
  padding-left: 20px;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1.1875;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__heading {
    padding-left: 4.8vw;
    font-size: 4.53333vw;
    line-height: 1.47059;
  }
}
#psl .section-reason .list-reason__heading:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  content: "";
  display: block;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__heading:after {
    width: 0.8vw;
    height: calc(100% - 2.66667vw);
    top: 1.06667vw;
  }
}
#psl .section-reason .list-reason__wrapper {
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__wrapper {
    display: block;
    margin-top: 2.66667vw;
  }
}
#psl .section-reason .list-reason__wrapper .list-reason__body {
  flex: 1;
}

#psl .section-reason .list-reason__wrapper .list-reason__text {
  margin-top: 0;
}

#psl .section-reason .list-reason__wrapper .list-reason__image {
  width: 467px;
  margin-left: 25px;
  margin-top: 0;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__wrapper .list-reason__image {
    width: 41.86667vw;
    margin-left: 0;
    padding-top: 5.33333vw;
  }
}
#psl .section-reason .list-reason__text {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__text {
    margin-top: 2.66667vw;
  }
}
#psl .section-reason .list-reason__text strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__text strong {
    border-width: 0.26667vw;
  }
}
#psl .section-reason .list-reason__notes {
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__notes {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}
#psl .section-reason .list-reason__image {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__image {
    margin-top: 4vw;
  }
}
#psl .section-reason .list-reason__image picture {
  position: relative;
  display: inline-block;
}

#psl .section-reason .list-reason__image--place picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/img_reason08_parts01.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .list-reason__image--place picture:after {
    background-image: url(../img/img_reason08_parts01@sp.png);
  }
}
#psl .section-reason .list-reason__image--place.is-inview picture:after {
  animation: e 4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes e {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#psl .section-reason .profile-reason {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .profile-reason {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41.86667vw;
    margin-top: 0;
  }
}
#psl .section-reason .profile-reason__heading {
  padding-bottom: 8px;
  border-bottom: solid 1px #231815;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .profile-reason__heading {
    padding-bottom: 0.8vw;
    border-width: 0.26667vw;
    font-size: 3.2vw;
  }
}
#psl .section-reason .profile-reason__heading small {
  margin-left: 15px;
  font-size: 9pt;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .profile-reason__heading small {
    margin-left: 0;
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}
#psl .section-reason .profile-reason__text {
  margin-top: 6px;
  font-size: 9pt;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .profile-reason__text {
    margin-top: 1.06667vw;
    font-size: 2.93333vw;
  }
}
#psl .section-reason .graph-reason {
  margin-top: 65px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason {
    margin-top: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}
#psl .section-reason .graph-reason__heading {
  font-size: 1pc;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__heading {
    font-size: 3.73333vw;
  }
}
#psl .section-reason .graph-reason__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image {
    margin-top: 2.66667vw;
  }
}
#psl .section-reason .graph-reason__image figure {
  width: 265px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure {
    width: 41.86667vw;
  }
}
#psl .section-reason .graph-reason__image figure:nth-of-type(1) {
  width: 380px;
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(1) {
    width: 100%;
  }
}
#psl .section-reason .graph-reason__image figure:nth-of-type(1) picture:after {
  background-image: url(../img/img_reason09_parts01.png);
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(1) picture:after {
    background-image: url(../img/img_reason09_parts01@sp.png);
  }
}
@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(2) {
    margin-top: 2.4vw;
  }
}
#psl .section-reason .graph-reason__image figure:nth-of-type(2) picture:after {
  background-image: url(../img/img_reason10_parts01.png);
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(2) picture:after {
    background-image: url(../img/img_reason10_parts01@sp.png);
  }
}
@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(3) {
    margin-top: 2.4vw;
  }
}
#psl .section-reason .graph-reason__image figure:nth-of-type(3) picture:after {
  background-image: url(../img/img_reason11_parts01.png);
}

@media screen and (max-width: 768px) {
  #psl .section-reason .graph-reason__image figure:nth-of-type(3) picture:after {
    background-image: url(../img/img_reason11_parts01@sp.png);
  }
}
#psl .section-reason .graph-reason__image picture {
  position: relative;
  display: inline-block;
}

#psl .section-reason .graph-reason__image picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  transition: width 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

#psl .section-reason .graph-reason__image picture.is-inview:after {
  width: 100%;
}

#psl .section-more {
  margin-top: 90pt;
  padding: 85px 0;
  background: #f0e5db;
}

@media screen and (max-width: 768px) {
  #psl .section-more {
    margin-top: 21.33333vw;
    padding: 9.33333vw 6.66667vw 10.66667vw;
  }
}
#psl .section-more > :first-child {
  margin-top: 0;
}

#psl .section-more__header:nth-of-type(n + 2) {
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-more__header:nth-of-type(n + 2) {
    margin-top: 21.33333vw;
  }
}
#psl .section-more__body {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  #psl .section-more__body {
    margin-top: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-more__body--plan {
    margin-top: 10.66667vw;
  }
}
#psl .section-more .list-more__item:nth-of-type(n + 2) {
  margin-top: 90pt;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__item:nth-of-type(n + 2) {
    margin-top: 10.66667vw;
  }
}
#psl .section-more .list-more__heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.47619;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__heading {
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-more .list-more__heading strong {
  border-bottom: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__heading strong {
    border-width: 0.26667vw;
  }
}
#psl .section-more .list-more__heading sup {
  top: -0.8em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__heading sup {
    font-size: 2.66667vw;
  }
}
#psl .section-more .list-more__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__text {
    margin-top: 2.66667vw;
  }
}
#psl .section-more .list-more__text--lifeplan {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__text--lifeplan {
    margin-top: 2.66667vw;
  }
}
#psl .section-more .list-more__notes {
  margin-top: 5px;
  font-size: 9pt;
  line-height: 1.66667;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__notes {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
}
#psl .section-more .list-more__image {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__image {
    margin-top: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-more .list-more__image--lifeplan {
    width: 36.66667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#psl .section-more .list-more__logo {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__logo {
    width: 36vw;
    margin: 0 auto 4vw;
  }
}
#psl .section-more .list-more__button {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__button {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-more .list-more__button--lifeplan {
    margin-top: 6.66667vw;
  }
}
#psl .section-more .list-more__button a {
  width: 468px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed6c00;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__button a {
    width: 86.66667vw;
    height: 16vw;
    font-size: 3.2vw;
  }
}
#psl .section-more .list-more__button a:active,
#psl .section-more .list-more__button a:hover {
  background: #333;
}

#psl .section-more .list-more__button a:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 18px;
  height: 15px;
  content: "";
  display: block;
  background: url(../img/icn_blank.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .list-more__button a:after {
    width: 2.53333vw;
    height: 2.13333vw;
    top: calc(50% - 1.06667vw);
    right: 5.33333vw;
    background-image: url(../img/icn_blank@sp.png);
    background-size: contain;
  }
}
#psl .section-more .homegym-more {
  display: flex;
  align-items: center;
  margin-top: 38px;
  padding-top: 20px;
  padding-left: 5px;
  border-top: 1px solid #404040;
}

@media screen and (max-width: 768px) {
  #psl .section-more .homegym-more {
    display: block;
    margin-top: 6.4vw;
    padding: 5.06667vw 0 0;
    border-width: 0.26667vw;
  }
}
#psl .section-more .homegym-more__heading {
  width: 212px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .homegym-more__heading {
    width: 36.93333vw;
    margin: 0 auto;
  }
}
#psl .section-more .homegym-more__body {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-more .homegym-more__body {
    margin-top: 4vw;
  }
}
#psl .section-more .homegym-more__sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-more .homegym-more__sub-heading {
    font-size: 5.33333vw;
  }
}
#psl .section-more .lifeplan-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more {
    display: block;
    margin-top: 5.33333vw;
    text-align: left;
  }
}
#psl .section-more .lifeplan-more__item {
  width: 300px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__item {
    width: auto;
  }
}
#psl .section-more .lifeplan-more__item:nth-of-type(n + 2) {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 6.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__inner {
    display: flex;
    align-items: center;
  }
}
#psl .section-more .lifeplan-more__image {
  width: 136px;
  height: 136px;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__image {
    width: 23.2vw;
    height: 23.2vw;
    border-radius: 100%;
    margin: 0 4vw 0 0;
  }
}
#psl .section-more .lifeplan-more__body {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__body {
    margin-top: 0;
  }
}
#psl .section-more .lifeplan-more__heading {
  color: #ed6c00;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__heading {
    font-size: 5.33333vw;
    text-align: left;
  }
}
#psl .section-more .lifeplan-more__heading span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__heading span {
    padding-bottom: 0.53333vw;
    border-width: 0.26667vw;
  }
}
#psl .section-more .lifeplan-more__text {
  margin-top: 20px;
  font-size: 1pc;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__text {
    flex: 1;
    margin-top: 2vw;
    font-size: 3.73333vw;
  }
}
#psl .section-more .lifeplan-more__text small {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__text small {
    font-size: 3.2vw;
  }
}
#psl .section-more .lifeplan-more__price {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__price {
    font-size: 4vw;
  }
}
#psl .section-more .lifeplan-more__price span {
  font-size: 35px;
  vertical-align: -2px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__price span {
    font-size: 6.13333vw;
    vertical-align: -0.26667vw;
  }
}
#psl .section-more .lifeplan-more__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61px;
  margin-top: 15px;
  background: #fff;
  font-size: 1pc;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__button {
    height: 12vw;
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
}
#psl .section-more .lifeplan-more__button:after,
#psl .section-more .lifeplan-more__button:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 19px;
  height: 1px;
  content: "";
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__button:after,
  #psl .section-more .lifeplan-more__button:before {
    top: calc(50% - 0.26667vw);
    right: 3.73333vw;
    width: 3.73333vw;
    height: 0.26667vw;
  }
}
#psl .section-more .lifeplan-more__button:after {
  transform: rotate(90deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .section-more .lifeplan-more__button.is-show:after {
  transform: rotate(0);
}

#psl .section-more .lifeplan-more__notes {
  margin-top: 20px;
  font-size: 9pt;
  line-height: 1.66667;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #psl .section-more .lifeplan-more__notes {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
#psl .section-more .lifeplan-more__notes-item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#psl .section-more .detail-plan {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 9pt;
  line-height: 1.66667;
  text-align: left;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan {
    width: auto;
    height: auto;
    position: static;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
#psl .section-more .detail-plan.is-show {
  display: flex;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan.is-show {
    display: block;
  }
}
#psl .section-more .detail-plan__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#psl .section-more .detail-plan__inner {
  position: relative;
  background: #fff;
  padding: 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__inner {
    padding: 2.66667vw 5.33333vw 5.33333vw;
  }
}
#psl .section-more .detail-plan__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__title {
    display: none;
  }
}
#psl .section-more .detail-plan__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__close {
    display: none;
  }
}
#psl .section-more .detail-plan__close:after,
#psl .section-more .detail-plan__close:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 15px;
  height: 1px;
  content: "";
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__close:after,
  #psl .section-more .detail-plan__close:before {
    top: calc(50% - 0.26667vw);
    right: 3.73333vw;
    width: 3.73333vw;
    height: 0.26667vw;
  }
}
#psl .section-more .detail-plan__close:before {
  transform: rotate(-45deg);
}

#psl .section-more .detail-plan__close:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__text sup {
    font-size: 2.4vw;
  }
}
#psl .section-more .detail-plan__heading {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-more .detail-plan__heading {
    margin-top: 2.66667vw;
  }
}
#psl .section-more .detail-plan__list-item {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

#psl .section-lineup__body {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup__body {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__item {
    padding: 0 6.66667vw;
  }
}
#psl .section-lineup .list-lineup__item:nth-of-type(n + 2) {
  margin-top: 5pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__item:nth-of-type(n + 2) {
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 0.26667vw solid #868686;
  }
}
#psl .section-lineup .list-lineup__body {
  display: flex;
  align-items: flex-end;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__body {
    display: block;
  }
}
#psl .section-lineup .list-lineup__summary {
  width: 280px;
  margin-right: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__summary {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
}
#psl .section-lineup .list-lineup__lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__lead {
    font-size: 4vw;
  }
}
#psl .section-lineup .list-lineup__logo {
  display: block;
  width: 228px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__logo {
    width: 40.4vw;
    margin: 4vw auto 0;
  }
}
#psl .section-lineup .list-lineup__name {
  display: block;
  margin-top: 20px;
  color: #8c8b8b;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__name {
    margin-top: 4vw;
  }
}
#psl .section-lineup .list-lineup__size {
  margin-top: 15px;
  font-size: 9pt;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__size {
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
  }
}
#psl .section-lineup .list-lineup__price {
  margin-top: 5px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__price {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--1-1 {
    margin-top: 5.33333vw;
  }
}
#psl .section-lineup .list-lineup__image--1-1 img {
  width: 367px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--1-1 img {
    width: 74.53333vw;
  }
}
#psl .section-lineup .list-lineup__image--1-2 {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--1-2 {
    width: auto;
    margin-top: 8vw;
  }
}
#psl .section-lineup .list-lineup__image--1-2 img {
  width: 152px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--1-2 img {
    width: 45.6vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--2-1 {
    margin-top: 5.33333vw;
  }
}
#psl .section-lineup .list-lineup__image--2-1 img {
  width: 345px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--2-1 img {
    width: 73.33333vw;
  }
}
#psl .section-lineup .list-lineup__image--2-2 {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--2-2 {
    width: auto;
    margin-top: 8vw;
  }
}
#psl .section-lineup .list-lineup__image--2-2 img {
  width: 107px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__image--2-2 img {
    width: 30.13333vw;
  }
}
#psl .section-lineup .list-lineup__caption {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__caption {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 1.33333;
  }
}
#psl .section-lineup .list-lineup__text {
  margin-top: 25px;
  color: #ed6c00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57143;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__text {
    margin-top: 8vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}
#psl .section-lineup .list-lineup__button {
  margin-top: 15px;
}

#psl .section-lineup .list-lineup__button a {
  width: 468px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed6c00;
  font-size: 1pc;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .list-lineup__button a {
    width: 86.66667vw;
    height: 16vw;
    font-size: 3.2vw;
  }
}
#psl .section-lineup .list-lineup__button a:active,
#psl .section-lineup .list-lineup__button a:hover {
  background: #333;
}

#psl .section-lineup .list-lineup__button a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 1pc;
  width: 8px;
  height: 13px;
  content: "";
  display: block;
  background: url(../img/arw_button.png) no-repeat center center;
}

#psl .section-lineup .price-attention {
  width: 632px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention {
    width: 86.66667vw;
    margin-top: 6.66667vw;
  }
}
#psl .section-lineup .price-attention--noborder {
  border-bottom: 0;
}

#psl .section-lineup .price-attention__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#psl .section-lineup .price-attention__item {
  background: #f5f5f5;
  font-size: 18px;
  line-height: 1.83333;
  font-weight: 700;
  text-align: center;
  width: calc(50% - 12px);
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__item {
    font-size: 2.93333vw;
    width: calc(50% - 0.666665vw);
    padding: 0.53333vw 0;
  }
}
#psl .section-lineup .price-attention__item--large {
  width: 100%;
  height: auto;
  margin-top: 24px;
  padding: 14px 0 1pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__item--large {
    margin-top: 1.33333vw;
    padding: 1.86667vw 0 3.2vw;
  }
}
#psl .section-lineup .price-attention__text01 {
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__text01 {
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
#psl .section-lineup .price-attention__text01--strong {
  color: #ed6c00;
  font-weight: 700;
}

#psl .section-lineup .price-attention__text02 {
  font-size: 14px;
  line-height: 1.35714;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__text02 {
    font-size: 2.93333vw;
    line-height: 1.36364;
    margin-top: 1.86667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__text-link {
    margin-top: 1.06667vw;
  }
}
#psl .section-lineup .price-attention__text-link a {
  color: #ed6c00;
  position: relative;
  font-size: 14px;
  line-height: 1.35714;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding-bottom: 0.15em;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__text-link a {
    font-size: 2.93333vw;
    line-height: 1.36364;
  }
}
#psl .section-lineup .price-attention__text-link a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ed6c00;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .price-attention__text-link a:before {
    height: 0.26667vw;
  }
}
#psl .section-lineup .price-attention__text-link a:hover:before {
  opacity: 0;
}

#psl .section-lineup .product-lineup {
  width: 60pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup {
    width: 86.8vw;
  }
}
#psl .section-lineup .product-lineup__item {
  padding: 50px 78px;
  border: 2px solid #868686;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__item {
    padding: 5.33333vw 4vw 4.8vw;
    border: 0.26667vw solid #868686;
  }
}
#psl .section-lineup .product-lineup__item:nth-of-type(n + 2) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__item:nth-of-type(n + 2) {
    margin-top: 6vw;
  }
}
#psl .section-lineup .product-lineup__image {
  width: 600px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__image {
    width: 78.26667vw;
    margin: 3.33333vw 0 0;
  }
}
#psl .section-lineup .product-lineup__copy {
  font-size: 2pc;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__copy {
    padding-left: 0.2em;
    font-size: 4.53333vw;
    line-height: 1.41176;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__copy span {
    display: inline-block;
  }
  #psl .section-lineup .product-lineup__copy span:last-child {
    margin-left: 0.18em;
  }
}
#psl .section-lineup .product-lineup__inner {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__inner {
    margin-top: 3.33333vw;
  }
}
#psl .section-lineup .product-lineup__modal-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__modal-link {
    display: block;
    margin-top: 1.33333vw;
  }
}
#psl .section-lineup .product-lineup__modal-link a {
  background: #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 9pt 18px;
  cursor: pointer;
  width: 70%;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__modal-link a {
    position: relative;
    justify-content: center;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    padding: 1.33333vw 4vw;
    width: 100%;
  }
}
#psl .section-lineup .product-lineup__modal-link a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 10px;
  box-sizing: border-box;
  border: solid #231815;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__modal-link a:after {
    position: absolute;
    top: calc(50% - 0.933335vw);
    right: 4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    margin-left: 0;
    border-width: 0.4vw 0.4vw 0 0;
  }
}
#psl .section-lineup .product-lineup-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1pc;
  border-bottom: 2px solid #868686;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading {
    display: block;
    padding-bottom: 2.66667vw;
    border-bottom-width: 0.26667vw;
  }
}
#psl .section-lineup .product-lineup-heading__name {
  font-size: 2pc;
  line-height: 1.1875;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading__name {
    font-size: 4vw;
    line-height: 1.46667;
    text-align: center;
  }
}
#psl .section-lineup .product-lineup-heading__price {
  color: #ed6c00;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading__price {
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: center;
  }
}
#psl .section-lineup .product-lineup-heading__price .num {
  font-size: 2pc;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading__price .num {
    font-size: 5.33333vw;
    letter-spacing: 0.04em;
  }
}
#psl .section-lineup .product-lineup-heading__price .tax {
  font-size: 18px;
  margin-left: 0.2em;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading__price .tax {
    font-size: 3.46667vw;
  }
}
#psl .section-lineup .product-lineup-heading--split {
  margin-top: -13px;
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading--split {
    margin-top: 2.93333vw;
  }
}
#psl .section-lineup .product-lineup-heading--split .product-lineup-heading__name {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading--split .product-lineup-heading__name {
    font-size: 3.46667vw;
  }
}
#psl .section-lineup .product-lineup-heading--split .product-lineup-heading__name small {
  font-size: 18px;
  margin-left: 0.2em;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading--split .product-lineup-heading__name small {
    font-size: 2.93333vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-heading--split .product-lineup-heading__price {
    margin-top: -0.53333vw;
  }
}
#psl .section-lineup .product-lineup-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-detail {
    margin-top: 2.4vw;
  }
}
#psl .section-lineup .product-lineup-detail__image {
  width: 4.07839pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-detail__image {
    width: 8.4153vw;
  }
}
#psl .section-lineup .product-lineup-detail__text {
  font-size: 18px;
  line-height: 1.77778;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-detail__text {
    font-size: 2.93333vw;
    line-height: 1.36364;
    margin-left: 2.66667vw;
  }
}
#psl .section-lineup .product-lineup-merit {
  background: #f5f5f5;
  margin-top: 50px;
  padding: 28px 75pt 15px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit {
    margin-top: 7.33333vw;
    padding: 4.8vw 0 2vw;
  }
}
#psl .section-lineup .product-lineup-merit__heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__heading {
    font-size: 4vw;
  }
}
#psl .section-lineup .product-lineup-merit__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__list {
    display: block;
    margin-top: 3.46667vw;
    padding-left: 10.66667vw;
  }
}
#psl .section-lineup .product-lineup-merit__item {
  position: relative;
  width: 50%;
  font-size: 18px;
  line-height: 1.44444;
  padding-left: 33px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__item {
    width: auto;
    font-size: 3.46667vw;
    line-height: 1.30769;
    padding-left: 6.66667vw;
    margin-bottom: 3.33333vw;
  }
}
#psl .section-lineup .product-lineup-merit__item span {
  position: absolute;
  top: 3.99996px;
  left: 0;
  display: inline-flex;
  align-items: center;
  width: 1pc;
  height: 1pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__item span {
    top: -0.00001vw;
    width: 4vw;
    height: 4vw;
  }
}
#psl .section-lineup .product-lineup-merit__item span:before {
  display: block;
  content: "";
  width: 1pc;
  height: 1pc;
  box-sizing: border-box;
  border: 1px solid #868686;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__item span:before {
    width: 4vw;
    height: 4vw;
    border-width: 0.26667vw;
  }
}
#psl .section-lineup .product-lineup-merit__item span:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: -2px;
  width: 14px;
  height: 6px;
  box-sizing: border-box;
  border: solid #ed6c00;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-merit__item span:after {
    right: -0.53333vw;
    width: 3.46667vw;
    height: 1.2vw;
    border-width: 0.53333vw 0.53333vw 0 0;
  }
}
#psl .section-lineup .product-lineup-size {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size {
    margin-top: 7.33333vw;
  }
}
#psl .section-lineup .product-lineup-size--flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size--flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size--flex .product-lineup-size__box:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
#psl .section-lineup .product-lineup-size__heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__heading {
    font-size: 4vw;
  }
}
#psl .section-lineup .product-lineup-size__list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__list {
    margin-top: 3.33333vw;
  }
}
#psl .section-lineup .product-lineup-size__list--gender .product-lineup-size__item {
  width: 149px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__list--gender .product-lineup-size__item {
    width: 29.2vw;
  }
}
#psl .section-lineup .product-lineup-size__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 60px;
  height: 60px;
  border: 1px solid #231815;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__item {
    font-size: 4vw;
    width: 12vw;
    height: 12vw;
    border-width: 0.26667vw;
    border-radius: 0.66667vw;
  }
}
#psl .section-lineup .product-lineup-size__item.actived {
  border-width: 2px;
  border-color: #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__item.actived {
    border-width: 0.53333vw;
  }
}
#psl .section-lineup .product-lineup-size__item:nth-of-type(n + 2) {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__item:nth-of-type(n + 2) {
    margin-left: 4.8vw;
  }
}
#psl .section-lineup .product-lineup-size__link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__link {
    display: block;
    margin-top: 4vw;
  }
}
#psl .section-lineup .product-lineup-size__link a {
  background: #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 9pt 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__link a {
    position: relative;
    justify-content: center;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    padding: 1.06667vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__link a span {
    padding-top: 0.05em;
  }
}
#psl .section-lineup .product-lineup-size__link a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 6px;
  box-sizing: border-box;
  border: solid #231815;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-size__link a:after {
    position: absolute;
    top: calc(50% - 0.933335vw);
    right: 4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    margin-left: 0;
    border-width: 0.4vw 0.4vw 0 0;
  }
}
#psl .section-lineup .product-lineup-lifeplan {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 25px 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan {
    display: block;
    margin-top: 7.33333vw;
    padding: 2.66667vw 5.06667vw 4vw;
  }
}
#psl .section-lineup .product-lineup-lifeplan__box {
  position: relative;
  padding-top: 5px;
  padding-left: 84px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__box {
    padding: 0;
  }
}
#psl .section-lineup .product-lineup-lifeplan__box:before {
  display: block;
  position: absolute;
  content: "";
  background: url(/wellness/sixpad/products/powersuit/img/bg_lifeplan02.png) no-repeat center center;
  background-size: contain;
  top: 0;
  left: -10px;
  width: 82px;
  height: 82px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__box:before {
    display: none;
  }
}
#psl .section-lineup .product-lineup-lifeplan__heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__heading:before {
    display: inline-block;
    content: "";
    background: url(/wellness/sixpad/products/powersuit/img/bg_lifeplan02.png) no-repeat center center;
    background-size: contain;
    width: 14vw;
    height: 14vw;
    margin-right: 0.8vw;
  }
}
#psl .section-lineup .product-lineup-lifeplan__subheading {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__subheading {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}
#psl .section-lineup .product-lineup-lifeplan__text {
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__text {
    font-size: 3.2vw;
    line-height: 1.25;
    margin-top: 1.33333vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__link {
    margin-top: 2.93333vw;
  }
}
#psl .section-lineup .product-lineup-lifeplan__link a {
  background: #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 9pt 18px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__link a {
    position: relative;
    justify-content: center;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    padding: 1.06667vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__link a span {
    padding-top: 0.05em;
  }
}
#psl .section-lineup .product-lineup-lifeplan__link a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 6px;
  box-sizing: border-box;
  border: solid #231815;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup-lifeplan__link a:after {
    position: absolute;
    top: calc(50% - 0.933335vw);
    right: 4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    margin-left: 0;
    border-width: 0.4vw 0.4vw 0 0;
  }
}
#psl .section-lineup .product-lineup__buy {
  width: 470px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__buy {
    width: 100%;
    margin-top: 6vw;
  }
}
#psl .section-lineup .product-lineup__buy a {
  color: #fff;
  background: #ed6c00;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__buy a {
    font-size: 3.73333vw;
    padding: 5.06667vw 0;
  }
}
#psl .section-lineup .product-lineup__buy a:before {
  display: inline-block;
  content: "";
  background: url(../img/icn_cart.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 21px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__buy a:before {
    background-position: center top;
    width: 4vw;
    height: 5.06667vw;
    margin-right: 3.73333vw;
  }
}
#psl .section-lineup .product-lineup__buy a:after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 25px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup__buy a:after {
    top: calc(50% - 0.933335vw);
    right: 4vw;
    width: 1.86667vw;
    height: 1.86667vw;
    border-width: 0.4vw 0.4vw 0 0;
  }
}
#psl .section-lineup .product-lineup .about_size_table {
  width: 100%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .about_size_table {
    margin-top: 1.33333vw;
  }
}
#psl .section-lineup .product-lineup .about_size_table td,
#psl .section-lineup .product-lineup .about_size_table th {
  padding: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .about_size_table td,
  #psl .section-lineup .product-lineup .about_size_table th {
    padding: 1.33333vw;
    font-size: 2.4vw;
  }
}
#psl .section-lineup .product-lineup .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.6;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10092;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}

@media screen and (min-width: 769px) {
  #psl .section-lineup .product-lineup .modal {
    padding-top: 90pt;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal {
    padding: 0;
  }
}
#psl .section-lineup .product-lineup .modal[data-modal=true] {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000000;
}

#psl .section-lineup .product-lineup .modal a {
  text-decoration: none;
  color: #595959;
}

#psl .section-lineup .product-lineup .modal_title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 2rem;
}

#psl .section-lineup .product-lineup .modal_2nd_title {
  font-size: 1pc;
  text-align: center;
  font-weight: 700;
  margin-top: 1.5rem;
  color: #ff6b00;
}

#psl .section-lineup .product-lineup .modal_3rd_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1rem;
}

#psl .section-lineup .product-lineup .modal_mt20 {
  margin-top: 20px;
}

#psl .section-lineup .product-lineup .modal__inner {
  width: 90%;
  max-width: 760px;
  max-height: 76vh;
  padding: 0 5px 10px;
  background-color: #fff;
  overflow: auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #psl .section-lineup .product-lineup .modal__inner {
    width: 90%;
    max-width: 600px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner {
    width: 80%;
    max-width: 750px;
    padding: 5.33333vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner img {
  width: 100%;
}

#psl .section-lineup .product-lineup .modal__inner .m-ttl-common {
  position: relative;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-bottom: 9pt;
  font-family: Yu Gothic, YuGothic, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .m-ttl-common {
    margin-bottom: 6.4vw;
    margin-top: 6.4vw;
    padding-bottom: 5.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner .m-ttl-common:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #094;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOWE0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzZDY0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: linear-gradient(90deg, #019a44, #63d649);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .m-ttl-common:before {
    width: 16vw;
    height: 2px;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__att {
  text-align: left;
  margin-bottom: 40px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__att {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
    margin-bottom: 8vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__att li {
  padding-left: 1em;
  text-indent: -1em;
}

#psl .section-lineup .product-lineup .modal__inner .modal__btn {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 9pt;
  border: 2px solid #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__btn {
    margin-bottom: 3.73333vw;
    padding: 3.2vw;
    border-width: 1px;
    font-size: 9pt;
    font-size: 3.2vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 1pc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__btn:before {
    width: 3.73333vw;
    height: 3.73333vw;
    margin: auto 4.26667vw;
    border-width: 1px;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__btn__txt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__btn__txt {
    font-size: 15px;
    font-size: 4vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__btn__notes {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__btn__notes {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
#psl .section-lineup .product-lineup .modal__inner .modal__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__inner .modal__link {
    font-size: 9pt;
    font-size: 3.2vw;
  }
}
#psl .section-lineup .product-lineup .modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 460px;
  height: 42px;
  margin: 30px auto 0;
  border: 1px solid #333;
  cursor: pointer;
}

#psl .section-lineup .product-lineup .modal__step {
  margin-bottom: 2pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__step {
    margin-bottom: 5.33333vw;
  }
}
#psl .section-lineup .product-lineup .modal__step__head {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #094;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__step__head {
    margin-bottom: 6.4vw;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.25;
  }
}
#psl .section-lineup .product-lineup .modal__step__txt {
  margin-bottom: 9pt;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__step__txt {
    margin-bottom: 3.2vw;
    font-size: 9pt;
    font-size: 3.2vw;
  }
}
#psl .section-lineup .product-lineup .modal__step__img {
  margin-bottom: 1pc;
}

@media screen and (max-width: 768px) {
  #psl .section-lineup .product-lineup .modal__step__img {
    margin-bottom: 3.2vw;
  }
}
#psl .section-message {
  position: relative;
  margin-top: 90pt;
  padding: 60px 0 40px;
}

@media screen and (max-width: 768px) {
  #psl .section-message {
    margin-top: 21.33333vw;
    padding: 6.66667vw 0 4vw;
    background: #ed6c00;
  }
}
#psl .section-message__header {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message {
    margin-top: 6.66667vw;
  }
}
#psl .section-message .summary-message__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__image {
    position: static;
  }
}
#psl .section-message .summary-message__body {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  padding-left: 35pc;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__body {
    margin-top: 8vw;
    padding: 0 6.66667vw;
  }
}
#psl .section-message .summary-message__heading {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42857;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__heading {
    margin-bottom: 5.33333vw;
    font-size: 5.33333vw;
    line-height: 1.65;
  }
}
#psl .section-message .summary-message__text {
  margin-top: 18px;
  font-size: 1pc;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__text {
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.65;
  }
}
#psl .section-message .summary-message__sign {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__sign {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-message .summary-message__sign img {
    width: 21.33333vw;
  }
}
#psl .section-faq {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-faq {
    margin-top: 13.33333vw;
    padding: 8vw 6.66667vw 0;
  }
}
#psl .section-faq__body {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-faq__body {
    margin-top: 5.33333vw;
  }
}
#psl .section-faq .list-faq {
  width: 632px;
  margin: 0 auto;
  font-size: 1pc;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .list-faq {
    width: auto;
    font-size: 2.66667vw;
  }
}
#psl .section-faq .list-faq.is-show .list-faq__item:nth-of-type(n + 6) {
  display: block;
}

#psl .section-faq .list-faq__item:nth-of-type(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .list-faq__item:nth-of-type(n + 2) {
    margin-top: 2.66667vw;
  }
}
#psl .section-faq .list-faq__item:nth-of-type(n + 6) {
  display: none;
}

#psl .section-faq .list-faq__q {
  position: relative;
  padding: 15px 60px;
  background: #dfdfdf;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .list-faq__q {
    padding: 4vw 9.33333vw;
  }
}
#psl .section-faq .list-faq__q:after,
#psl .section-faq .list-faq__q:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .list-faq__q:after,
  #psl .section-faq .list-faq__q:before {
    top: calc(50% - 0.26667vw);
    right: 3.73333vw;
    width: 3.73333vw;
    height: 0.26667vw;
  }
}
#psl .section-faq .list-faq__q:after {
  transform: rotate(90deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .section-faq .list-faq__q.is-show:after {
  transform: rotate(0);
}

#psl .section-faq .list-faq__a {
  display: none;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .list-faq__a {
    padding: 2.66667vw 0;
  }
}
#psl .section-faq .button-faq {
  position: relative;
  width: 632px;
  margin: 10px auto 0;
  padding: 15px 60px;
  border: 2px solid #dfdfdf;
  font-size: 1pc;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .button-faq {
    width: auto;
    margin-top: 2.66667vw;
    padding: 4vw 9.33333vw;
    font-size: 2.66667vw;
  }
}
#psl .section-faq .button-faq:after,
#psl .section-faq .button-faq:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #psl .section-faq .button-faq:after,
  #psl .section-faq .button-faq:before {
    top: calc(50% - 0.26667vw);
    right: 3.73333vw;
    width: 3.73333vw;
    height: 0.26667vw;
  }
}
#psl .section-faq .button-faq:after {
  transform: rotate(90deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .section-spec {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-spec {
    margin-top: 13.33333vw;
    padding: 8vw 6.66667vw 0;
  }
}
#psl .section-spec__body {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-spec__body {
    margin-top: 5.33333vw;
  }
}
#psl .section-spec .table-spec {
  font-size: 14px;
  line-height: 1.64286;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec {
    font-size: 3.2vw;
  }
}
#psl .section-spec .table-spec + .table-spec {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec + .table-spec {
    margin-top: 10.66667vw;
  }
}
#psl .section-spec .table-spec caption {
  margin-bottom: 10px;
  padding: 10px;
  background: #dcdddd;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec caption {
    padding: 3.33333vw 1.33333vw 2.66667vw;
    font-size: 4vw;
    line-height: 1.3;
  }
}
#psl .section-spec .table-spec td,
#psl .section-spec .table-spec th {
  padding: 10px 20px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec td,
  #psl .section-spec .table-spec th {
    padding: 2vw 0;
  }
}
#psl .section-spec .table-spec th {
  width: 22.44898%;
  border-bottom: 1px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec th {
    padding-right: 2vw;
    border-width: 0.26667vw;
    width: 45%;
  }
}
#psl .section-spec .table-spec td {
  position: relative;
  width: 77.55102%;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  #psl .section-spec .table-spec td {
    padding-left: 2vw;
    border-width: 0.26667vw;
    width: 55%;
  }
}
#psl .section-spec .table-spec td:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  display: block;
  background: #e6e6e6;
}

#psl .section-spec-body-pdf {
  font-size: 0.9em;
  line-height: 1.4;
}

#psl .section-spec-body-pdfinfo {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 30px;
}

#psl .section-attension {
  margin-top: 130px;
  padding: 60px 50px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #psl .section-attension {
    width: auto;
    margin: 16vw 6.66667vw 0;
    padding: 6.66667vw 5.33333vw;
  }
}
#psl .section-attension__header {
  position: relative;
  cursor: pointer;
}

#psl .section-attension__header:after,
#psl .section-attension__header:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 40px;
  height: 2px;
  content: "";
  display: block;
  background: #000;
}

@media screen and (max-width: 768px) {
  #psl .section-attension__header:after,
  #psl .section-attension__header:before {
    top: calc(50% - 0.26667vw);
    right: 3.73333vw;
    width: 3.73333vw;
    height: 0.26667vw;
  }
}
#psl .section-attension__header:after {
  transform: rotate(90deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .section-attension__header.is-show:after {
  transform: rotate(0);
}

#psl .section-attension__heading {
  position: relative;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-attension__heading {
    font-size: 5.33333vw;
  }
}
#psl .section-attension__heading:after {
  position: absolute;
  top: -60px;
  left: -50px;
  width: 75pt;
  height: 75pt;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
  #psl .section-attension__heading:after {
    position: absolute;
    top: -6.66667vw;
    left: -5.33333vw;
    width: 100vw;
    height: 100vw;
  }
}
#psl .section-attension__body {
  display: none;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  #psl .section-attension__body {
    padding-top: 5.33333vw;
  }
}
#psl .section-attension__text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #psl .section-attension__text {
    font-size: 3.73333vw;
    text-align: left;
  }
}
#psl .section-attension .group-attension {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension {
    font-size: 3.73333vw;
    margin-top: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension + .group-attension {
    margin-top: 5.33333vw;
  }
}
#psl .section-attension .group-attension__product {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__product {
    font-size: 4vw;
  }
}
#psl .section-attension .group-attension__heading {
  line-height: 1.77778;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__heading {
    line-height: 1.28571;
  }
}
#psl .section-attension .group-attension__heading strong {
  color: #ed6c00;
}

#psl .section-attension .group-attension__heading + .group-attension__heading {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__heading + .group-attension__heading {
    margin-top: 2.66667vw;
  }
}
#psl .section-attension .group-attension__body {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__body {
    margin-top: 2.66667vw;
  }
}
#psl .section-attension .group-attension__list {
  font-size: 1pc;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__list {
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-attension .group-attension__list-item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#psl .section-attension .group-attension__notes {
  margin-top: 5px;
  font-size: 9pt;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #psl .section-attension .group-attension__notes {
    margin-top: 5.33333vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
}
#psl .section-attension .group-attension__notes-item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#psl .section-link {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #psl .section-link {
    margin-top: 13.33333vw;
    padding: 8vw 6.66667vw 0;
  }
}
#psl .section-link__body {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #psl .section-link__body {
    margin-top: 6.66667vw;
  }
}
#psl .section-link .list-link {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #psl .section-link .list-link {
    display: block;
  }
}
#psl .section-link .list-link__item {
  width: 468px;
}

@media screen and (max-width: 768px) {
  #psl .section-link .list-link__item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #psl .section-link .list-link__item:nth-of-type(n + 2) {
    margin-top: 9.33333vw;
  }
}
#psl .section-link .list-link__item a {
  display: block;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#psl .section-link .list-link__item a:active,
#psl .section-link .list-link__item a:hover {
  opacity: 0.6;
}

#psl .section-link .list-link__heading {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #psl .section-link .list-link__heading {
    margin-top: 4.8vw;
    font-size: 5.33333vw;
    line-height: 1.5;
    white-space: normal;
  }
}
#psl .section-link .list-link__heading strong {
  color: #ed6c00;
}

#psl .section-link .list-link__text {
  margin-top: 14px;
  font-size: 1pc;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  #psl .section-link .list-link__text {
    margin-top: 3.2vw;
    font-size: 3.73333vw;
  }
}
.footerBnr {
  display: none;
}

.section-comparison {
  padding: 75pt 0 0;
}

@media screen and (max-width: 768px) {
  .section-comparison {
    padding: 18vw 0 4vw;
  }
}
.section-comparison__banner {
  width: 771px;
  margin: 15px auto 140px;
}

@media screen and (max-width: 768px) {
  .section-comparison__banner {
    width: 94.66667vw;
  }
}
.section-comparison .table-comparison {
  width: 60pc;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison {
    width: 94.66667vw;
    margin-top: 6.66667vw;
  }
}
.section-comparison .table-comparison__inner {
  width: 100%;
  border: 1px solid #454545;
}

.section-comparison .table-comparison__note {
  font-size: 9pt;
  line-height: 1.66667;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__note {
    font-size: 2.4vw;
    line-height: 1.33333;
    margin-top: 4.26667vw;
    text-indent: -2em;
    padding-left: 2em;
  }
}
.section-comparison .table-comparison__note + .table-comparison__note {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__note + .table-comparison__note {
    margin-top: 1.33333vw;
  }
}
.section-comparison .table-comparison__link-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  margin-top: 15px;
  padding: 0 0.1em;
  border-bottom: 1px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__link-text {
    font-size: 2.4vw;
    line-height: 1.22222;
    margin-top: 2.66667vw;
    border-bottom: 2px solid #ed6c00;
  }
}
.section-comparison .table-comparison__link-text a {
  display: inline-block;
  position: relative;
}

.section-comparison .table-comparison__link-text a:after {
  content: "";
  display: inline-block;
  background: url(../img/icn_blank_orange.png) no-repeat center center;
  background-size: contain;
  width: 9pt;
  height: 10px;
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__link-text a:after {
    background-image: url(../img/icn_blank_orange@sp.png);
    background-size: contain;
    width: 2.26667vw;
    height: 1.86667vw;
    margin-left: 0.66667vw;
  }
}
.section-comparison .table-comparison__link-text a:hover {
  color: #ed6c00;
}

.section-comparison .table-comparison__thead {
  color: #fff;
  background: #454545;
  text-align: center;
  vertical-align: middle;
}

.section-comparison .table-comparison__tr-head:first-of-type {
  border-bottom: 2px solid #dcdddd;
}

.section-comparison .table-comparison__tr-head:nth-of-type(2) {
  border-bottom: 2px dotted #dcdddd;
}

.section-comparison .table-comparison__th-head01 {
  font-size: 24px;
  line-height: 1.5;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head01 {
    font-size: 4vw;
    line-height: 1.46667;
    padding: 4.66667vw 0;
  }
}
.section-comparison .table-comparison__th-head02 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  padding: 5px 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head02 {
    font-size: 3.46667vw;
    line-height: 1.07692;
    padding: 1.33333vw 0;
  }
}
.section-comparison .table-comparison__th-head02:nth-of-type(2) {
  border-left: 2px solid #dcdddd;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head02:nth-of-type(2) {
    border-left-width: 3px;
  }
}
.section-comparison .table-comparison__th-head03 {
  font-size: 9pt;
  line-height: 1.33333;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head03 {
    font-size: 2.4vw;
    line-height: 1.27273;
    letter-spacing: 0.02em;
    padding: 1.33333vw 0;
  }
}
.section-comparison .table-comparison__th-head03-strong {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head03-strong {
    font-size: 2.93333vw;
  }
}
.section-comparison .table-comparison__th-head03:nth-of-type(1),
.section-comparison .table-comparison__th-head03:nth-of-type(2) {
  width: 25%;
}

.section-comparison .table-comparison__th-head03:nth-of-type(2) {
  border-left: 2px dotted #dcdddd;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head03:nth-of-type(2) {
    border-left-width: 2px;
  }
}
.section-comparison .table-comparison__th-head03:nth-of-type(3) {
  width: 50%;
  border-left: 2px solid #dcdddd;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-head03:nth-of-type(3) {
    border-left-width: 3px;
  }
}
.section-comparison .table-comparison__tbody {
  text-align: center;
}

.section-comparison .table-comparison__th-body01 {
  background: #dcdddd;
  font-size: 14px;
  line-height: 1.35714;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-body01 {
    font-size: 2.93333vw;
    line-height: 1.27273;
    padding: 0.8vw 0;
  }
}
.section-comparison .table-comparison__th-body02 {
  font-size: 14px;
  line-height: 1.35714;
  font-weight: 500;
  border-bottom: 1px solid #454545;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-body02 {
    font-size: 2.93333vw;
    line-height: 1.27273;
    padding: 2vw 0;
    border-bottom-width: 2px;
  }
}
.section-comparison .table-comparison__th-body02-strong {
  font-weight: 700;
}

.section-comparison .table-comparison__th-body02:nth-of-type(2) {
  border-left: 3px solid #454545;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__th-body02:nth-of-type(2) {
    border-left-width: 3px;
  }
}
.section-comparison .table-comparison__td-body01 {
  font-size: 14px;
  line-height: 1.35714;
  font-weight: 500;
  padding: 15px 0 9pt;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 {
    font-size: 2.93333vw;
    line-height: 1.27273;
    letter-spacing: 0.02em;
    padding: 1.6vw 0;
  }
}
.section-comparison .table-comparison__td-body01:nth-of-type(2) {
  border-left: 2px dotted #454545;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01:nth-of-type(2) {
    border-left-width: 2px;
  }
}
.section-comparison .table-comparison__td-body01:nth-of-type(3) {
  border-left: 3px solid #454545;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01:nth-of-type(3) {
    border-left-width: 3px;
  }
}
.section-comparison .table-comparison__td-body01-text {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01-text {
    margin-top: 1.33333vw;
  }
}
.section-comparison .table-comparison__td-body01-text + .table-comparison__td-body01-text {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01-text + .table-comparison__td-body01-text {
    margin-top: 0.53333vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure {
    height: 26vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure--position {
  height: auto;
  flex-direction: row;
  align-items: flex-start;
}

.section-comparison .table-comparison__td-body01 .table-comparison-figure--position + .table-comparison__td-body01-text {
  min-height: 2.71429em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure--position + .table-comparison__td-body01-text {
    font-size: 2.4vw;
    letter-spacing: 0.02em;
    min-height: 4.33333em;
    margin-top: 2vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure--position .table-comparison-figure__image {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure--position .table-comparison-figure__image {
    width: 9.86667vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure__image--01 {
  width: 81pt;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure__image--01 {
    width: 17.73333vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure__image--02 {
  width: 89px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure__image--02 {
    width: 14.53333vw;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure__image--03 {
  width: 362px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure__image--03 {
    width: 39.73333vw;
    margin-left: 0;
  }
}
.section-comparison .table-comparison__td-body01 .table-comparison-figure__image figcaption {
  font-size: 9pt;
  line-height: 1.58333;
  margin-bottom: 4px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body01 .table-comparison-figure__image figcaption {
    font-size: 2vw;
    line-height: 1.33333;
    margin-bottom: 1.06667vw;
    letter-spacing: 0.02em;
  }
}
.section-comparison .table-comparison__td-body02 {
  font-size: 14px;
  line-height: 1.42857;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02 {
    font-size: 2.93333vw;
    line-height: 1.27273;
    padding: 2vw 0;
  }
}
.section-comparison .table-comparison__td-body02:nth-last-of-type(1) {
  border-left: 3px solid #454545;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02:nth-last-of-type(1) {
    border-left-width: 3px;
  }
}
.section-comparison .table-comparison__td-body02:nth-last-of-type(2) {
  border-left: 2px dotted #454545;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02:nth-last-of-type(2) {
    border-left-width: 2px;
  }
}
.section-comparison .table-comparison__td-body02:first-of-type {
  border-left: 0;
}

.section-comparison .table-comparison__td-body02-strong {
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02-strong {
    display: inline-block;
    margin-top: 1.33333vw;
  }
}
.section-comparison .table-comparison__td-body02-super {
  font-size: 10px;
  vertical-align: super;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02-super {
    font-size: 2vw;
  }
}
.section-comparison .table-comparison__td-body02-small {
  font-size: 9pt;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .section-comparison .table-comparison__td-body02-small {
    font-size: 2.4vw;
  }
}
.anc_btn {
  margin: 80px auto 0;
}

.anc_btn .button-product a {
  width: 468px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ed6c00;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .anc_btn .button-product a {
    width: 74.66667vw;
    height: 13.33333vw;
    padding-right: 2.66667vw;
    font-size: 3.2vw;
  }
}
.anc_btn .button-product a:active,
#psl .section-introduction .button-product a:hover {
  background: #333;
}

.anc_btn .button-product a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 14px;
  height: 9px;
  content: "";
  display: block;
  background: url(../img/arw_down_button.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .anc_btn .button-product a:after {
    width: 2.66667vw;
    height: 1.6vw;
    right: 2.66667vw;
    top: calc(50% - 0.8vw);
  }
}
/*------------------------------
voice modal
------------------------------*/
.iziModal {
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  .iziModal {
    max-height: 65vh;
  }
}
.iziModal-overlay.comingIn,
.iziModal.comingIn {
  animation: user-comingIn 0.5s ease !important;
}
@keyframes user-comingIn {
  0% {
    opacity: 0;
    transform: none !important;
  }
  100% {
    opacity: 1;
    transform: none !important;
  }
}
.iziModal:after {
  display: none;
}

.iziModal-overlay {
  z-index: 10000 !important;
}

#voice-modal-wrapper {
  position: relative;
}

#voice-modal-wrapper .swiper-target {
  overflow: hidden;
}

#voice-modal-wrapper .button-next[aria-disabled=true],
#voice-modal-wrapper .button-prev[aria-disabled=true] {
  display: none;
}

#voice-modal-wrapper .button-next::after {
  content: "";
  display: block;
  background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

#voice-modal-wrapper .button-prev::after {
  content: "";
  display: block;
  background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  #voice-modal-wrapper .close-modal {
    position: absolute;
    right: 0;
    top: -50.04px;
    border: none;
    background-color: transparent;
    width: 24.04px;
    height: 24.04px;
  }
  #voice-modal-wrapper .inner {
    display: flex;
    padding: 60px;
    text-decoration: none;
  }
  #voice-modal-wrapper .swiper-slide {
    max-height: 65vh;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
  #voice-modal-wrapper .img-wrapper {
    width: 460px;
    height: 460px;
    margin-right: 40px;
    flex-shrink: 0;
  }
  #voice-modal-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #voice-modal-wrapper .name {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  #voice-modal-wrapper .comment {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #voice-modal-wrapper .button-next,
  #voice-modal-wrapper .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  #voice-modal-wrapper .button-prev {
    left: 10px;
  }
  #voice-modal-wrapper .button-next {
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  #voice-modal {
    margin: auto 4vw;
  }
  #voice-modal-wrapper .close-modal {
    position: absolute;
    right: 0;
    top: -34.04px;
    border: none;
    background-color: transparent;
    width: 24.04px;
    height: 24.04px;
  }
  #voice-modal-wrapper {
    margin: auto;
  }
  #voice-modal-wrapper .swiper-slide {
    max-height: 65vh;
    padding: 8vw;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
  }
  #voice-modal-wrapper .img-wrapper {
    margin-bottom: 16px;
  }
  #voice-modal-wrapper .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #voice-modal-wrapper .name {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  #voice-modal-wrapper .comment {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #voice-modal-wrapper .swiper-target a {
    text-decoration: none;
  }
  #voice-modal-wrapper .swiper-target .img-wrapper {
    height: 53.9306666667vw;
  }
  #voice-modal-wrapper .swiper-target img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #voice-modal-wrapper .aster-wrapper {
    margin: auto 4vw;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.96px;
    color: #5c656b;
  }
  #voice-modal-wrapper .button-next,
  #voice-modal-wrapper .button-prev {
    position: absolute;
    top: 53.9306666667vw;
    z-index: 1;
    cursor: pointer;
  }
  #voice-modal-wrapper .button-prev {
    left: 8px;
  }
  #voice-modal-wrapper .button-next {
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  #voice-modal {
    width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }
  #voice-modal-wrapper .img-wrapper {
    width: 42.5925925926vw;
  }
}
/*--------------------------
/assets/common/lifeplan/lifeplan-modal/css/style.css
----------------------------*/
/*--------------------------
ブレークポイント設定
----------------------------*/
[data-lifeplan-modal] {
  cursor: pointer;
}

/*--------------------------
lifeplan-modal
----------------------------*/
.lifeplan-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.lifeplan-modal.-modal-active {
  opacity: 1;
  pointer-events: auto;
}

.lifeplan-modal__wrap {
  position: relative;
  max-width: 750px;
  max-height: calc(100vh - 140px);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .lifeplan-modal__wrap {
    max-width: none;
    max-height: none;
    width: 86vw;
    height: 78vh;
  }
}
.lifeplan-modal__inner {
  height: 100%;
  padding: 40px 60px;
  background-color: #fff;
  overflow: auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .lifeplan-modal__inner {
    padding: 8vw 5.33333vw 10.66667vw;
    font-size: 3.2vw;
  }
}
.lifeplan-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #696969;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lifeplan-modal__close {
    top: -4.26667vw;
    right: -4.26667vw;
    width: 8.53333vw;
    height: 8.53333vw;
  }
}
.lifeplan-modal__close:before,
.lifeplan-modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .lifeplan-modal__close:before,
  .lifeplan-modal__close:after {
    height: 2px;
  }
}
.lifeplan-modal__close:before {
  transform: rotate(45deg);
}

.lifeplan-modal__close:after {
  transform: rotate(-45deg);
}

/*--------------------------
content
----------------------------*/
#lifeplan_detail_content figure,
#lifeplan_detail_content figcaption {
  display: block;
}

#lifeplan_detail_content a {
  color: #000;
  text-decoration: underline;
}

#lifeplan_detail_content h1 {
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 1rem;
  padding: 0;
}

#lifeplan_detail_content h1:after {
  content: "";
  position: relative;
  display: block;
  bottom: 0;
  margin: 0 auto;
  width: 30%;
  max-width: 200px;
  height: 2px;
  background-color: #8c99cb;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content h1 {
    font-size: 6vw;
    line-height: 1.4;
    padding-bottom: 0.7rem;
  }
  #lifeplan_detail_content h1:after {
    bottom: -0.5rem;
  }
}
#lifeplan_detail_content h2 {
  color: white;
  font-weight: bold;
  background-color: #1c2c6a;
  text-align: center;
  font-size: 120%;
  padding: 0.3rem;
  margin: 2rem auto 1rem;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content h2 {
    font-size: 4vw;
  }
}
#lifeplan_detail_content h3 {
  color: #d90000;
  border: 2px solid #d90000;
  padding: 0.5rem;
  text-align: center;
  margin: 2rem auto 1rem;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content h3 {
    font-size: 4vw;
  }
}
#lifeplan_detail_content h3 + p {
  font-size: 110%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content h3 + p {
    font-size: 3.2vw;
  }
}
#lifeplan_detail_content .lifeplan_about {
  margin-bottom: 1.5rem;
}

#lifeplan_detail_content .lifeplan_about li {
  list-style: decimal;
  list-style-position: inside;
  background-color: #f3f4f7;
  margin-bottom: 3px;
  padding: 10px 70px;
  font-size: 130%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content .lifeplan_about li {
    font-size: 4vw;
    padding: 0.5rem 1rem 0.5rem 8vw;
    text-indent: -4vw;
  }
}
#lifeplan_detail_content .lifeplan_about_attention {
  margin: 0 0 0 2.3rem;
  text-indent: -2.3rem;
}

#lifeplan_detail_content .lifeplan_about_attention span {
  display: block;
  margin: 1rem 0 0 2.3rem;
}

#lifeplan_detail_content .lifeplan_about_attention li {
  margin-bottom: 0.7rem;
}

#lifeplan_detail_content .lifeplan_about_attention li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content .lifeplan_about_attention {
    margin: 0 0 0 9vw;
    text-indent: -8.2vw;
  }
  #lifeplan_detail_content .lifeplan_about_attention span {
    margin: 1rem 0 0 0;
    text-indent: 0;
  }
}
#lifeplan_detail_content .lifeplan_coverage_img {
  text-align: center;
  margin: 0 auto 20px;
}

#lifeplan_detail_content .lifeplan_coverage_img img {
  width: 80%;
}

#lifeplan_detail_content .lifeplan_coverage_img figcaption {
  text-align: center;
  font-size: 120%;
  margin-top: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content .lifeplan_coverage_img {
    margin-bottom: 0 auto 0.7rem;
  }
  #lifeplan_detail_content .lifeplan_coverage_img img {
    width: 100%;
  }
}
#lifeplan_detail_content .lifeplan_coverage_table {
  margin-bottom: 20px;
}

#lifeplan_detail_content .lifeplan_coverage_table th {
  background-color: #f3f4f7;
  text-align: center;
  width: 30%;
  border-bottom: 4px solid #fff;
  font-size: 110%;
}

#lifeplan_detail_content .lifeplan_coverage_table td {
  width: 100%;
  margin: 0.7rem 0 0.7rem 1.3rem;
  display: block;
  font-size: 110%;
}

#lifeplan_detail_content .lifeplan_coverage_table dl {
  margin-top: 0.7rem;
}

#lifeplan_detail_content .lifeplan_coverage_table dd {
  font-size: 80%;
  margin-left: 1.2rem;
  text-indent: -1.2rem;
}

#lifeplan_detail_content .lifeplan_coverage_table + p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #lifeplan_detail_content .lifeplan_coverage_table {
    margin-bottom: 0;
  }
  #lifeplan_detail_content .lifeplan_coverage_table th {
    display: block;
    width: 100%;
    border-bottom: none;
    font-weight: bold;
  }
  #lifeplan_detail_content .lifeplan_coverage_table td {
    font-size: 3.2vw;
    margin: 0.5rem 0 1rem 0;
  }
  #lifeplan_detail_content .lifeplan_coverage_table dd {
    margin-left: 4vw;
    text-indent: -4vw;
  }
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
[data-jaccs-modal] {
  cursor: pointer;
}

/*--------------------------
 jaccs-modal
----------------------------*/
.jaccs-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10092;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.jaccs-modal.-modal-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000000;
}

.jaccs-modal a {
  text-decoration: none;
  color: #595959;
}

.jaccs-modal .pc-only {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .jaccs-modal .pc-only {
    display: none;
  }
}
.jaccs-modal .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .jaccs-modal .sp-only {
    display: inherit;
  }
}
.jaccs-modal__wrap {
  position: relative;
  max-width: 750px;
  max-height: calc(100vh - 140px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__wrap {
    max-width: none;
    max-height: none;
    width: 86vw;
    height: 78vh;
  }
}
.jaccs-modal__inner {
  height: 100%;
  padding: 40px 119px;
  background-color: #fff;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__inner {
    padding: 8vw 5.33333vw 10.66667vw;
  }
}
.jaccs-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #696969;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__close {
    top: -4.26667vw;
    right: -4.26667vw;
    width: 8.53333vw;
    height: 8.53333vw;
  }
}
.jaccs-modal__close::before,
.jaccs-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__close::before,
  .jaccs-modal__close::after {
    height: 2px;
  }
}
.jaccs-modal__close::before {
  transform: rotate(45deg);
}

.jaccs-modal__close::after {
  transform: rotate(-45deg);
}

.jaccs-modal__head {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__head {
    margin-bottom: 6.4vw;
    padding-bottom: 5.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.jaccs-modal__head::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #094;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOWE0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzZDY0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(90deg, #019a44, #63d649);
}

@media screen and (max-width: 767px) {
  .jaccs-modal__head::before {
    width: 16vw;
    height: 2px;
  }
}
.jaccs-modal__step {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__step {
    margin-bottom: 5.33333vw;
  }
}
.jaccs-modal__step__head {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #094;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__step__head {
    margin-bottom: 6.4vw;
    font-size: 25px;
    font-size: 6.66667vw;
  }
}
.jaccs-modal__step__txt {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__step__txt {
    margin-bottom: 3.2vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.jaccs-modal__step__img {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__step__img {
    margin-bottom: 3.2vw;
  }
}
.jaccs-modal__btn {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 2px solid #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__btn {
    margin-bottom: 3.73333vw;
    padding: 3.2vw;
    border-width: 1px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.jaccs-modal__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .jaccs-modal__btn::before {
    width: 3.73333vw;
    height: 3.73333vw;
    margin: auto 4.26667vw;
    border-width: 1px;
  }
}
.jaccs-modal__btn__txt {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__btn__txt {
    font-size: 15px;
    font-size: 4vw;
  }
}
.jaccs-modal__btn__notes {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__btn__notes {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.jaccs-modal__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal__link {
    font-size: 12px;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */