:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

main {
  box-sizing: border-box;
}

.l-container {
  padding-top: 0;
}

.hifu_refresh_3dhifu-mainimg {
  background-color: #eadfdd;
}

.hifu_refresh_3dhifu__head {
  color: #102d4e;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #102d4e;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu__head {
    font-size: 3.6rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.hifu_refresh_3dhifu__head-supplement {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #102d4e;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu__head-supplement {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/* #feature
================================================ */
.hifu_refresh_3dhifu-feature {
  background-color: rgb(var(--bg));
}
.hifu_refresh_3dhifu-feature .u-inner {
  text-align: center;
}
.hifu_refresh_3dhifu-feature .u-inner02 {
  text-align: left;
}
.hifu_refresh_3dhifu-feature__area-img {
  max-width: 71.5%;
  margin: 0 auto;
}
.hifu_refresh_3dhifu-feature__list {
  counter-reset: num;
  margin-top: -20px;
}
.hifu_refresh_3dhifu-feature__item {
  background-color: #fff;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__item {
    width: 780px;
    margin: 0 auto;
  }
}
.hifu_refresh_3dhifu-feature__item-inner {
  padding: 15px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__item-inner {
    padding: 30px;
  }
}
.hifu_refresh_3dhifu-feature__item + .hifu_refresh_3dhifu-feature__item {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__item + .hifu_refresh_3dhifu-feature__item {
    margin-top: 30px;
  }
}
.hifu_refresh_3dhifu-feature__list-head {
  color: #fff;
  background-color: rgb(var(--accent));
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px 10px 0px 0px;
  padding-left: 40px;
  position: relative;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__list-head {
    font-size: 3rem;
    padding: 20px 30px;
  }
}
.hifu_refresh_3dhifu-feature__list-head::before {
  font-size: 2rem;
  color: rgb(var(--accent));
  background-color: #fff;
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  border-radius: 50%;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__list-head::before {
    font-size: 3rem;
    left: 30px;
  }
}
.hifu_refresh_3dhifu-feature__list-head-supplement {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-feature__list-head-supplement {
    font-size: 2rem;
  }
}
.hifu_refresh_3dhifu-feature__splide {
  text-align: center;
}
@media all and (max-width: 767px) {
  .hifu_refresh_3dhifu-feature__splide {
    width: 90%;
    margin: 0 auto;
  }
}
.hifu_refresh_3dhifu-feature .c-video01 {
  width: 100%;
}

.splide__arrow--prev {
  left: 0 !important;
}
@media all and (max-width: 767px) {
  .splide__arrow--prev {
    left: -1.5em !important;
  }
}

.splide__arrow--next {
  right: 0 !important;
}
@media all and (max-width: 767px) {
  .splide__arrow--next {
    right: -1.5em !important;
  }
}

/* #case
================================================ */
.hifu_refresh_3dhifu-case .u-inner {
  text-align: center;
}
.hifu_refresh_3dhifu-case .u-inner02 {
  text-align: left;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-case__head {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.hifu_refresh_3dhifu-case__comparison {
  margin: 0 auto;
  text-align: center;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-case__comparison {
    width: 630px;
  }
}
.hifu_refresh_3dhifu-case__comparison + .hifu_refresh_3dhifu-case__comparison {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-case__comparison + .hifu_refresh_3dhifu-case__comparison {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .hifu_refresh_3dhifu-case__txt {
    margin-top: 30px;
  }
}

/* #cartridge
================================================ */
.hifu_refresh_3dhifu-cartridge .u-inner {
  text-align: center;
}
.hifu_refresh_3dhifu-cartridge .u-inner02 {
  text-align: left;
}

/* #difference
================================================ */
.hifu_refresh_3dhifu-difference {
  text-align: center;
}