@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
[data-anim] {
  transition: 0.6s all;
}

[data-anim="false"] {
  transform: translateY(2vh);
  -ms-transform: translateY(100px);
  opacity: 0;
}

/*--------------------------
    共通設定
----------------------------*/
body {
  width: 100% !important;
  font-size: 62.5%;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

.contents {
  width: 100%;
  overflow: hidden;
  color: #000;
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.contents *:before,
.contents *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contents img,
.contents svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.contents .cart_btn {
  background: #d2e7a8;
  padding: 5px;
  margin-top: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.contents .cart_btn a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(#a3ce4b, #7dad00);
  border: none;
  padding: 50;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
}

.contents .cart_btn a:hover {
  filter: opacity(0.8);
  transition: all 0.5s ease;
}

.contents .cart_btn a:focus {
  outline: none;
}

.contents .cart_btn a:after {
  content: url(https://d3mf92r87u7kbc.cloudfront.net/assets/beauty/refa/refa_collagen/lp/2019_subscriptions_50/images/i_arrow.png);
  right: 15px;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
}

.contents a {
  color: #000;
  text-decoration: none;
}

.contents table {
  border-collapse: collapse;
}

.contents .container {
  max-width: 750px;
  margin: 0 auto;
}

.contents .pc {
  display: inherit;
}

.contents .sp {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .contents .pc {
    display: none;
  }
  .contents .sp {
    display: inherit;
  }
}
.contents .sup {
  vertical-align: super;
  font-size: 0.6em;
}

/* LINE連携露出強化 */
.head-announce {
  padding: 0;
}

.head-announce a,
.head-announce span {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  background-color: #85c7d7;
  text-decoration: none;
  font-size: min(1.4545454545vw, 16px);
}

.head-announce a:after {
  content: "";
  background-image: url("/assets/beauty/refa/haircare/products/img/ic-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 11px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .head-announce a,
  .head-announce span {
    height: 12.8vmin;
    font-size: 2.9333333333vmin;
    letter-spacing: -0.025em;
  }
  .head-announce a:after {
    margin-left: 13px;
    top: auto;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

[data-movie-id] {
  cursor: pointer;
}

[data-anim] {
  transition: 0.6s all;
}

[data-anim="false"] {
  transform: translateY(2vh);
  opacity: 0;
}

.wrapper_ {
  padding-top: 0 !important;
}

#psl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

#pageTopBtn {
  display: none !important;
}

/* 20231018追加 */
.product-buy-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  display: inline-block;
  visibility: hidden;
  width: 100px;
  height: 100px;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
}

.product-buy-button.on {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .product-buy-button.on:hover {
    opacity: 0.7;
  }
}
/* 20231018追加 */
@media only screen and (max-width: 767.98px) {
  .product-buy-button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  #floating-bnr {
    top: auto;
    right: auto;
    bottom: 1vw;
    left: 1vw;
    width: 22.666666vw;
    max-width: 170px;
    transform: translateX(-10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

[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;
}

/*--------------------------
 buy now
----------------------------*/
@media (min-width: 768px) {
  section.buy-now #refa-epi-cool-buy-now.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(90.9090909091vw, 1000px);
    margin: auto auto min(1.8181818182vw, 20px) auto;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .ja {
    font-size: 15px;
    line-height: calc(30.8 / 22);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: min(1.8181818182vw, 20px);
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .en {
    display: block;
    width: min(29.5454545455vw, 325px);
    margin-bottom: min(1.3636363636vw, 15px);
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .price {
    display: block;
    width: min(17.2727272727vw, 190px);
    margin-bottom: min(2.7272727273vw, 30px);
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt {
    margin-bottom: min(3.2727272727vw, 36px);
  }
  section.buy-now #refa-epi-cool-buy-now .block-left {
    width: min(43.6363636364vw, 480px);
    margin: 0 min(-5.4545454545vw, -60px);
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .img-wrapper {
    position: relative;
    pointer-events: none;
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .zoom:after {
    content: "";
    display: block;
    background-image: url("../img/ic-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(2.1818181818vw, 24px);
    height: min(2.1818181818vw, 24px);
    position: absolute;
    bottom: min(1.8181818182vw, 20px);
    right: min(1.8181818182vw, 20px);
  }
  section.buy-now #refa-epi-cool-buy-now .block-right {
    position: relative;
    z-index: 10;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation {
    display: flex;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: min(0.9090909091vw, 10px);
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation .img-wrapper {
    width: min(7.6363636364vw, 84px);
  }
  section.buy-now #refa-epi-cool-buy-now .button-next,
  section.buy-now #refa-epi-cool-buy-now .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-epi-cool-buy-now .button-next[aria-disabled="true"],
  section.buy-now #refa-epi-cool-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #refa-epi-cool-buy-now .button-prev {
    left: min(1.3636363636vw, 15px);
  }
  section.buy-now #refa-epi-cool-buy-now .button-next {
    right: min(1.3636363636vw, 15px);
  }
  section.buy-now #refa-epi-cool-buy-now .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: min(2.9090909091vw, 32px);
    height: min(2.9090909091vw, 32px);
  }
  section.buy-now #refa-epi-cool-buy-now .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: min(2.9090909091vw, 32px);
    height: min(2.9090909091vw, 32px);
  }
  section.buy-now .block-split {
    width: min(65.4545454545vw, 720px);
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: min(3.6363636364vw, 40px);
  }
  section.buy-now .block-split .inner {
    padding: min(3.8181818182vw, 42px) min(7.2727272727vw, 80px) 0 min(10.7272727273vw, 118px);
    display: flex;
    align-items: center;
  }
  section.buy-now .block-split .inner-2 {
    display: flex;
    padding: 0 min(3.6363636364vw, 40px) min(3.6363636364vw, 40px) min(3.6363636364vw, 40px);
  }
  section.buy-now .block-split .inner .block-left {
    width: min(8.9090909091vw, 98px);
    margin-right: min(1.1818181818vw, 13px);
  }
  section.buy-now .block-split .inner .block-right {
    margin-left: min(-0.0909090909vw, -1px);
  }
  section.buy-now .block-split .inner-2 .block-left {
    margin-right: min(1.8181818182vw, 20px);
  }
  section.buy-now .block-split .btn-link {
    border: 1px solid #8f999f;
    width: min(28.1818181818vw, 310px);
    margin: min(1.6363636364vw, 18px) auto 0 auto;
    background-color: #fff;
  }
  section.buy-now .block-split .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: min(5.0909090909vw, 56px);
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: min(1vw, 11px) min(1.8181818182vw, 20px) min(1vw, 11px) min(1.8181818182vw, 20px);
    position: relative;
    text-align: center;
  }
  section.buy-now .block-split .btn-link a:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(0.9090909091vw, 10px);
    height: min(0.9090909091vw, 10px);
    display: block;
    position: absolute;
    right: min(1.0909090909vw, 12px);
  }
  section.buy-now .block-split .text-5,
  section.buy-now .block-split .text-1 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: min(1.6363636364vw, 18px);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-5:before {
    content: " ";
  }
  section.buy-now .block-split .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.575rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-3 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 0.675rem;
    line-height: 2.3333333333;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-4 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: min(1.6363636364vw, 18px);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-purchase {
    width: min(65.4545454545vw, 720px);
    margin: auto auto min(2.7272727273vw, 30px) auto;
    border: min(0.2727272727vw, 3px) solid #d8dee5;
    padding: min(2.1818181818vw, 24px) 0;
  }
  section.buy-now .block-purchase h4 {
    font-size: min(1.6363636364vw, 18px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: min(1.2727272727vw, 14px);
    width: min(58.1818181818vw, 640px);
    margin: auto;
    border-bottom: 1px solid #d8dee5;
  }
  section.buy-now .block-purchase .list {
    display: flex;
    flex-wrap: wrap;
    padding: min(2.9090909091vw, 32px) min(3.3636363636vw, 37px) 0 min(3.3636363636vw, 37px);
  }
  section.buy-now .block-purchase .list > li {
    display: flex;
    align-items: stretch;
    width: min(28.1818181818vw, 310px);
  }
  section.buy-now .block-purchase .list > li:nth-of-type(2n + 1) {
    margin-right: min(1.8181818182vw, 20px);
  }
  section.buy-now .block-purchase .list > li:nth-of-type(n + 3) {
    margin-top: min(0.9090909091vw, 10px);
  }
  section.buy-now .block-purchase .list > li:before {
    content: "";
    background-image: url("../img/ic-checkbox.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1.2727272727vw, 14px);
    height: min(1.2727272727vw, 14px);
    display: block;
    margin-right: min(0.7272727273vw, 8px);
  }
  section.buy-now .block-purchase .list > li span {
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    top: min(-0.1818181818vw, -2px);
  }
  section.buy-now .block-choice {
    width: min(65.4545454545vw, 720px);
    margin: auto auto min(3.6363636364vw, 40px) auto;
  }
  section.buy-now .block-choice .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4875;
    letter-spacing: 0.08em;
    margin-bottom: min(1.6363636364vw, 18px);
  }
  section.buy-now .block-choice .list {
    display: flex;
  }
  section.buy-now .block-choice .list > a {
    width: min(21.0909090909vw, 232px);
    border-radius: min(0.5454545455vw, 6px);
    border: 1px solid #8f999f;
    text-decoration: none;
  }
  section.buy-now .block-choice .list > a:nth-of-type(n + 2) {
    margin-left: min(1vw, 11px);
  }
  section.buy-now .block-choice .list > a.active {
    border: 1px solid #000000;
  }
  section.buy-now .block-choice .list > a .inner {
    display: flex;
    align-items: center;
    padding: min(1.0909090909vw, 12px);
  }
  section.buy-now .block-choice .list > a .inner .block-left {
    width: min(4.5454545455vw, 50px);
    margin-right: min(1.0909090909vw, 12px);
  }
  section.buy-now .block-guarantee {
    width: min(65.4545454545vw, 720px);
    margin: auto auto min(3.3636363636vw, 37px) auto;
    border: min(0.2727272727vw, 3px) solid #d8dee5;
  }
  section.buy-now .block-guarantee .inner {
    display: flex;
    padding: min(1.4545454545vw, 16px) min(1.8181818182vw, 20px) min(1.1818181818vw, 13px) min(1.8181818182vw, 20px);
  }
  section.buy-now .block-guarantee .inner .block-left {
    width: min(4vw, 44px);
    margin-right: min(0.7272727273vw, 8px);
  }
  section.buy-now .block-guarantee .inner .text {
    margin-top: min(0.2727272727vw, 3px);
    margin-bottom: min(1vw, 11px);
  }
  section.buy-now .block-guarantee .inner .text-1 {
    font-size: min(1.6363636364vw, 18px);
    line-height: 1.0888888889;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: min(0.1818181818vw, 2px);
    display: block;
  }
  section.buy-now .block-guarantee .inner .text-2 {
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: min(1.1818181818vw, 13px);
  }
  section.buy-now .block-guarantee .inner .external {
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #3980d3;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  section.buy-now .block-guarantee .inner .external:after {
    content: "";
    background-image: url("../img/ic-openwindow-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1.0909090909vw, 12px);
    height: min(1.0909090909vw, 12px);
    display: block;
    margin-left: min(0.2727272727vw, 3px);
  }
  section.buy-now .block-guarantee .aster-wrapper {
    margin-left: min(1.3636363636vw, 15px);
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0em;
    color: #5c656b;
    display: inline-flex;
  }
  section.buy-now .block-line {
    width: min(37.2727272727vw, 410px);
    margin: auto auto min(2.0909090909vw, 23px) auto;
    text-align: center;
  }
  section.buy-now .block-line .text-1 {
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #08aa7f;
    margin-bottom: min(1.5454545455vw, 17px);
  }
  section.buy-now .block-line .link {
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #5c656b;
    margin-bottom: min(0.4545454545vw, 5px);
    display: block;
    text-decoration: none;
  }
  section.buy-now .block-line .link:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1vw, 11px);
    height: min(1vw, 11px);
    display: block;
    margin-left: min(0.3636363636vw, 4px);
    display: inline-block;
  }
  section.buy-now #cart-black {
    display: none;
  }
  section.buy-now .block-line .cart {
    position: relative;
    background-color: #014082;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: min(5.8181818182vw, 64px);
    margin-bottom: min(0.9090909091vw, 10px);
  }
  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(2vw, 22px);
    height: min(2vw, 22px);
    display: block;
    margin-right: min(0.7272727273vw, 8px);
    position: relative;
    top: min(-0.0909090909vw, -1px);
  }
  section.buy-now .block-line .cart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: min(0.9090909091vw, 10px);
    height: min(0.9090909091vw, 10px);
    margin: auto min(1.8181818182vw, 20px);
    border-top: min(0.1818181818vw, 2px) solid #fff;
    border-right: min(0.1818181818vw, 2px) solid #fff;
    rotate: 45deg;
  }
  section.buy-now .block-line .cart.display_soldout {
    background-color: #bfbfbf;
    pointer-events: none;
  }
  section.buy-now .block-line .cart.display_soldout:before {
    content: none;
  }
  section.spec-table {
    width: min(65.4545454545vw, 720px);
    margin: auto auto min(7.6363636364vw, 84px) auto;
  }
  section.spec-table .d-table {
    display: table;
  }
  section.spec-table .d-row {
    display: table-row;
  }
  section.spec-table .d-cell {
    display: table-cell;
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: min(3.6363636364vw, 40px);
  }
  section.spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 154px;
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 154px);
    color: #5c656b;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: min(0.7272727273vw, 8px);
  }
  section.spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    padding: min(1.8181818182vw, 20px) 0 min(1.9090909091vw, 21px) 0;
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  section.spec-table .bullet-list > li {
    margin-bottom: min(1.2727272727vw, 14px);
    font-size: min(1.2727272727vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  section.spec-table .bullet-list > li:last-of-type {
    margin-bottom: min(3.4545454545vw, 38px);
  }
  section.spec-table .title[aria-expanded="true"] {
    margin-bottom: min(3.3636363636vw, 37px);
    border-bottom: 1px solid #d8dee5;
  }
  section.spec-table .title[aria-expanded="false"]:after {
    content: "";
    background-image: url("../img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1vw, 11px);
    height: min(1vw, 11px);
    display: block;
    margin-left: min(1.2727272727vw, 14px);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(1.0909090909vw, 12px);
  }
  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("../img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1vw, 11px);
    height: min(1vw, 11px);
    display: block;
    margin-left: min(1.2727272727vw, 14px);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(1.0909090909vw, 12px);
  }
  section.spec-table .external {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: min(1.8181818182vw, 20px) 0;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    text-decoration: none;
    font-size: min(1.2727272727vw, 14px);
  }
  section.spec-table .external:before {
    content: "";
    background-image: url("../img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(1.2727272727vw, 14px);
    height: min(1.2727272727vw, 14px);
    display: block;
    position: relative;
    order: 2;
    margin-left: min(0.3636363636vw, 4px);
  }
  section.spec-table .external:after {
    content: "";
    background-image: url("../img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(0.9090909091vw, 10px);
    height: min(0.9090909091vw, 10px);
    display: block;
    position: absolute;
    right: min(1.0909090909vw, 12px);
    top: 50%;
    transform: translateY(-50%);
  }
}
/*--------------------------
 buy now
----------------------------*/
@media (max-width: 767.98px) {
  section.buy-now .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 10.6666666667vmin;
  }
  section.buy-now .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 7px;
  }
  section.buy-now .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
  }
  section.buy-now .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  section.buy-now #refa-epi-cool-buy-now.inner {
    margin: auto 4vw 30px 4vw;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .ja {
    margin-bottom: 4.8vmin;
    font-size: 4.2vmin;
    line-height: calc(30.8 / 22);
    letter-spacing: 0.08em;
    display: block;
    text-align: center;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .ja .small {
    font-size: 0.6em;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .en {
    display: block;
    width: 50.6vmin;
    margin: 0 auto 1.6vmin;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt .price {
    width: 44vmin;
    margin: 0 auto;
  }
  section.buy-now #refa-epi-cool-buy-now .offer_txt {
    margin-bottom: 19px;
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .img-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  section.buy-now #refa-epi-cool-buy-now .block-left .zoom:after {
    content: "";
    display: block;
    background-image: url("../img/ic-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation {
    display: flex;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: 7px;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #refa-epi-cool-buy-now .block-right .variation .img-wrapper {
    width: 16.8vw;
  }
  section.buy-now #refa-epi-cool-buy-now .button-next,
  section.buy-now #refa-epi-cool-buy-now .button-prev {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-epi-cool-buy-now .button-next[aria-disabled="true"],
  section.buy-now #refa-epi-cool-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #refa-epi-cool-buy-now .button-prev {
    left: 10px;
  }
  section.buy-now #refa-epi-cool-buy-now .button-next {
    right: 10px;
  }
  section.buy-now #refa-epi-cool-buy-now .button-next::after {
    content: "";
    display: block;
    background-image: url("../img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #refa-epi-cool-buy-now .button-prev::after {
    content: "";
    display: block;
    background-image: url("../img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #refa-epi-cool-set-buy-now.inner {
    margin: auto 4vw 30px 4vw;
  }
  section.buy-now #refa-epi-cool-set-buy-now .offer_txt .ja {
    margin-bottom: 1.6vmin;
    font-size: 5.8666666667vmin;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.03em;
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  section.buy-now #refa-epi-cool-set-buy-now .offer_txt .ja .small {
    font-size: 0.6em;
  }
  section.buy-now #refa-epi-cool-set-buy-now .offer_txt .en {
    display: block;
    width: 57.8666666667vmin;
    margin: 0 auto 6.6666666667vmin;
  }
  section.buy-now #refa-epi-cool-set-buy-now .offer_txt {
    margin-bottom: 19px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .offer_txt .price {
    display: block;
    width: 43.2vmin;
    margin: 0 auto;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-left .img-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-left .zoom:after {
    content: "";
    display: block;
    background-image: url("../img/ic-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-right .variation {
    display: flex;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: 7px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #refa-epi-cool-set-buy-now .block-right .variation .img-wrapper {
    width: 16.8vw;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-next,
  section.buy-now #refa-epi-cool-set-buy-now .button-prev {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-next[aria-disabled="true"],
  section.buy-now #refa-epi-cool-set-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-prev {
    left: 10px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-next {
    right: 10px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-next::after {
    content: "";
    display: block;
    background-image: url("../img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #refa-epi-cool-set-buy-now .button-prev::after {
    content: "";
    display: block;
    background-image: url("../img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now .block-split {
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: 6.6666666667vmin;
  }
  section.buy-now .block-split .inner {
    padding: 14px 4vw 0 4vw;
    align-items: center;
  }
  section.buy-now .block-split .inner-2 {
    padding: 0 4vw 18px 4vw;
  }
  section.buy-now .block-split .inner .block-left {
    width: 98px;
    margin: auto auto 8px auto;
  }
  section.buy-now .block-split .inner .block-right {
    text-align: center;
  }
  section.buy-now .block-split .btn-link {
    border: 1px solid #8f999f;
    margin: 14px auto 0 auto;
    background-color: #fff;
  }
  section.buy-now .block-split .block-right .btn-link {
    margin-top: 12px;
  }
  section.buy-now .block-split .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 50px;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: 9px 10px 9px 11px;
    position: relative;
    text-align: center;
  }
  section.buy-now .block-split .btn-link a:after {
    content: "";
    background-image: url("../img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
  }
  section.buy-now .block-split .text-5,
  section.buy-now .block-split .text-1 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.575rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-3 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 0.675rem;
    line-height: 2.3333333333;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-split .text-4 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-purchase {
    margin: auto 0 25px 0;
    border: 3px solid #d8dee5;
    padding: 24px 0 24px 0;
  }
  section.buy-now .block-purchase .inner {
    padding: 0 4vw;
  }
  section.buy-now .block-purchase .head {
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: 15px;
    margin: auto;
    border-bottom: 1px solid #d8dee5;
  }
  section.buy-now .block-purchase .list {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 4vw 0 4vw;
  }
  section.buy-now .block-purchase .list > li {
    display: flex;
    align-items: stretch;
    width: 310px;
  }
  section.buy-now .block-purchase .list > li:nth-of-type(n + 2) {
    margin-top: 9px;
  }
  section.buy-now .block-purchase .list > li:before {
    content: "";
    background-image: url("../img/ic-checkbox.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 8px;
  }
  section.buy-now .block-purchase .list > li span {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    top: -2px;
  }
  section.buy-now .block-choice {
    margin: auto 4vw 30px 4vw;
  }
  section.buy-now .block-choice .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4875;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
  section.buy-now .block-choice .list > a {
    display: block;
    border-radius: 6px;
    border: 1px solid #8f999f;
    text-decoration: none;
  }
  section.buy-now .block-choice .list > a:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  section.buy-now .block-choice .list > a.active {
    border: 1px solid #000000;
  }
  section.buy-now .block-choice .list > a .inner {
    display: flex;
    align-items: center;
    padding: 12px;
  }
  section.buy-now .block-choice .list > a .inner .block-left {
    width: 50px;
    margin-right: 12px;
  }
  section.buy-now .block-guarantee {
    margin: auto 0 25px 0;
    border: 3px solid #d8dee5;
  }
  section.buy-now .block-guarantee .inner {
    padding: 17px;
    position: relative;
  }
  section.buy-now .block-guarantee .inner .block-left {
    width: 45px;
    margin-bottom: 6px;
  }
  section.buy-now .block-guarantee .inner .block-right .text {
    margin-bottom: 3px;
  }
  section.buy-now .block-guarantee .inner .text-1 {
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 2px;
    position: absolute;
    top: 27px;
    left: 73px;
  }
  section.buy-now .block-guarantee .inner .text-2 {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 13px;
  }
  section.buy-now .block-guarantee .inner .external {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #3980d3;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }
  section.buy-now .block-guarantee .inner .external:after {
    content: "";
    background-image: url("../img/ic-openwindow-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 3px;
  }
  section.buy-now .block-guarantee .aster-wrapper {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #5c656b;
  }
  section.buy-now .block-guarantee .aster-wrapper span {
    margin-right: 4px;
  }
  section.buy-now .block-line {
    margin: auto auto 23px auto;
    text-align: center;
  }
  section.buy-now #cart-black {
    display: none;
  }
  section.buy-now .block-line .text-1 {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #08aa7f;
    margin-bottom: 5px;
  }
  section.buy-now .block-line .link {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #5c656b;
    margin-bottom: 19px;
    display: block;
    text-decoration: none;
  }
  section.buy-now .block-line .link:after {
    content: "";
    background-image: url("../img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 4px;
    display: inline-block;
  }
  section.buy-now .block-line .cart {
    position: relative;
    background-color: #014082;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 17.0666666667vmin;
    margin: 0 auto 10px auto;
  }
  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }
  section.buy-now .block-line .cart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    margin: auto 4vmin;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    rotate: 45deg;
  }
  section.buy-now .block-line .cart.display_soldout {
    background-color: #bfbfbf;
    pointer-events: none;
  }
  section.buy-now .block-line .cart.display_soldout:before {
    content: none;
  }
  section.spec-table {
    margin: auto 4vw 0 4vw;
  }
  section.spec-table .d-table {
    display: table;
  }
  section.spec-table .d-row {
    display: table-row;
  }
  section.spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 40px;
  }
  section.spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 24.5333333333vw;
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 24.5333333333vw);
    color: #5c656b;
    padding-left: 38px;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  section.spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    padding: 20px 0 21px 0;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  section.spec-table .bullet-wrapper {
    display: flex;
  }
  section.spec-table .bullet-wrapper > span:first-of-type {
    flex-shrink: 0;
  }
  section.spec-table .bullet-list > li {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  section.spec-table .bullet-list > li:last-of-type {
    margin-bottom: 40px;
  }
  section.spec-table .title[aria-expanded="true"] {
    border-bottom: 1px solid #d8dee5;
    margin-bottom: 35px;
  }
  section.spec-table .title[aria-expanded="false"]:after {
    content: "";
    background-image: url("../img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("../img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .table-wrapper {
    display: none;
  }
  section.spec-table .link-wrapper {
    margin-bottom: 40px;
  }
  section.spec-table .external {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    text-decoration: none;
    font-size: 3.7333333333vmin;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.spec-table .external:before {
    content: "";
    background-image: url("../img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    order: 2;
    margin-left: 4px;
  }
  section.spec-table .external:after {
    content: "";
    background-image: url("../img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.block-line-link::after {
  content: "";
  background-image: url("../img/ic-arrow-right-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.block-line-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #afb7bc;
  /* font-size: 0.875rem; */
  font-size: min(1.1818181818vw, 13px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .block-line-link {
    height: 14.6666666667vw;
    margin: 0 auto 5.3333333333vw;
    font-size: 3.4666666667vmin;
  }
}
.block-line-link::after {
  content: "";
  background-image: url("../img/ic-arrow-right-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

body {
  overflow-x: hidden !important;
}

.refa_epi_cool {
  color: #000;
  /*--------------------------
  	kv
  ----------------------------*/
  /*--------------------------
  	outline
  ----------------------------*/
  /*--------------------------
  	system
  ----------------------------*/
  /*--------------------------
  	skincare
  ----------------------------*/
  /*--------------------------
  	function
  ----------------------------*/
  /*--------------------------
  	tvcm
  ----------------------------*/
  /*--------------------------
  	message
  ----------------------------*/
  /*--------------------------
  	ipl
  ----------------------------*/
  /*--------------------------
  	expert
  ----------------------------*/
  /*--------------------------
  	guarantee
  ----------------------------*/
  /*--------------------------
  	parts
  ----------------------------*/
  /*--------------------------
  	specification
  ----------------------------*/
  /*--------------------------
  	howto
  ----------------------------*/
  /*--------------------------
  	safety
  ----------------------------*/
  /*--------------------------
  	faq
  ----------------------------*/
  /*--------------------------
  	comparison
  ----------------------------*/
  /*--------------------------
  	buy-now
  ----------------------------*/
  /*--------------------------
  	spec
  ----------------------------*/
}
.refa_epi_cool .kv {
  position: relative;
}
.refa_epi_cool .kv__slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__slider .slick-dots {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__slider .slick-dots {
    margin-bottom: min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__slider .slick-dots {
    margin-bottom: 2.6666666667vmin;
  }
}
.refa_epi_cool .kv__slider .slick-dots li {
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__slider .slick-dots li {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__slider .slick-dots li {
    padding: min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__slider .slick-dots li {
    padding: 2.6666666667vmin;
  }
}
.refa_epi_cool .kv__slider .slick-dots li button {
  border-radius: 50%;
  outline: 0;
  border: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__slider .slick-dots li button {
    width: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__slider .slick-dots li button {
    height: min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__slider .slick-dots li button {
    width: 2.1333333333vmin;
    height: 2.1333333333vmin;
  }
}
.refa_epi_cool .kv__slider .slick-dots li.slick-active button {
  background: #014082;
}
.refa_epi_cool .kv__bottom {
  background: url(../img/bg-award.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__bottom {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__bottom {
    padding-top: min(5.4545454545vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__bottom {
    padding-top: 9vmin;
    padding-bottom: 7vmin;
  }
}
.refa_epi_cool .kv__bottom__award {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__bottom__award {
    width: 400px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__bottom__award {
    width: min(59.0909090909vw, 300px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__bottom__award {
    width: 72vmin;
    margin: 0 auto 5vmin;
  }
}
.refa_epi_cool .kv__bottom__emblem {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__bottom__emblem {
    width: 788px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__bottom__emblem {
    width: min(59.0909090909vw, 828px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__bottom__emblem {
    width: 88vmin;
    margin: 0 auto 4vmin;
  }
}
.refa_epi_cool .kv__bottom__reviews {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .kv__bottom__reviews {
    width: 828px;
    margin: 60px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .kv__bottom__reviews {
    width: min(59.0909090909vw, 828px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__bottom__reviews {
    max-width: 88vmin;
    margin-top: 4vmin;
  }
}
.refa_epi_cool .outline {
  background: url(../img/bg-outline02.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline {
    padding-top: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline {
    padding-bottom: min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline {
    padding: 10.6666666667vmin 4vmin;
    background-image: url(../img/bg-outline02-sp.jpg);
  }
}
/* @media screen and (min-width: 768px) {
  .refa_epi_cool .outline__head {
    width: min(39.0909090909vw, 430px);
    margin: 0 auto min(-3.1818181818vw, -35px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__head {
    width: 80.8vmin;
    margin: 0 auto;
  }
} */
.refa_epi_cool .outline__features {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__features {
    width: 650px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__features {
    width: min(59.0909090909vw, 650px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__features {
    margin-bottom: min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__features {
    margin: 0 -4vmin 5.3333333333vmin;
  }
}
.refa_epi_cool .outline__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__box {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
    padding: 60px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__box {
    padding: min(5.4545454545vw, 60px) min(1.81818181818vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__box {
    padding: 10.6666666667vmin 4vmin 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__box__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img {
    width: min(43.63636363636vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img {
    width: 92vw;
    margin-left: -4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__txt {
    width: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__txt {
    width: min(41.8181818182vw, 460px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__name {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__name {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__name {
    margin-bottom: 5.3333333333vmin;
    text-align: center;
  }
}
.refa_epi_cool .outline__name .en {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__name .en {
    width: 295px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__name .en {
    width: min(26.8181818182vw, 295px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__name .en {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__name .en {
    width: 71.4666666667vmin;
    margin: 0 auto 2.6666666667vmin;
  }
}
.refa_epi_cool .outline__name .jp {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__name .jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__name .jp {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__name .jp {
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__price {
    width: 186px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__price {
    width: min(16.9090909091vw, 186px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__price {
    margin-bottom: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__price {
    width: 42.9333333333vmin;
    margin: 0 auto 4.8vmin;
  }
}
.refa_epi_cool .outline__merit {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__merit {
    margin-bottom: 15px;
    gap: min(0.3636363636vw, 4px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__merit {
    margin-bottom: 4vmin;
    gap: 0.8vmin;
  }
}
.refa_epi_cool .outline__merit__item {
  background-color: #ebebee;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__merit__item {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit__item {
    padding-top: min(0.1818181818vw, 2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit__item {
    padding-right: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit__item {
    padding-bottom: min(0.1818181818vw, 2px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit__item {
    padding-left: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__merit__item {
    font-size: min(1.1818181818vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__merit__item {
    padding: 0.2666666667vmin 1.3333333333vmin;
    font-size: 2.6666666667vmin;
    letter-spacing: -0.035em;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn {
    margin-top: min(1vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__btn {
    margin-top: 4vmin;
  }
}
.refa_epi_cool .outline__btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #014082;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__btn__link {
    height: 64px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    height: min(5.8181818182vw, 64px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    padding-top: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    padding-right: min(2.7272727273vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    padding-bottom: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    padding-left: min(2.7272727273vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__btn__link {
    height: 17.0666666667vmin;
    font-size: 4.2666666667vmin;
  }
}
.refa_epi_cool .outline__btn__link::before {
  content: "";
  position: relative;
  display: block;
  background-image: url(../img/ic-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__btn__link::before {
    left: -10px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::before {
    left: min(-0.9090909091vw, -10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::before {
    width: min(2vw, 22px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::before {
    height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__btn__link::before {
    left: -2.6666666667vmin;
    width: 5.8666666667vmin;
    height: 5.8666666667vmin;
  }
}
.refa_epi_cool .outline__btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-image: url(../img/ic-arrow-down-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__btn__link::after {
    right: 22px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::after {
    right: min(2vw, 22px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::after {
    width: min(1.2727272727vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__btn__link::after {
    height: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__btn__link::after {
    right: 5.8666666667vmin;
    width: 3.7333333333vmin;
    height: 3.7333333333vmin;
  }
}
.refa_epi_cool .outline__btn__link.display_soldout {
  background-color: #bfbfbf;
  pointer-events: none;
}
.refa_epi_cool .outline__btn__link.display_soldout::before,
.refa_epi_cool .outline__btn__link.display_soldout::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__line {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line {
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__line {
    margin-bottom: 8vmin;
  }
}
.refa_epi_cool .outline__line__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #afb7bc;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__line__link {
    height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link {
    height: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link {
    padding: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link {
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__line__link {
    height: 14.4vmin;
    padding: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
    line-height: 1.25;
    text-align: center;
  }
}
.refa_epi_cool .outline__line__link::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/ic-arrow-right-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__line__link::after {
    right: 14px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link::after {
    right: min(1.2727272727vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link::after {
    width: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__line__link::after {
    height: min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__line__link::after {
    right: 3.7333333333vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__instalment {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__instalment {
    margin-top: min(2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__instalment {
    margin-top: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__rental {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__rental {
    margin-top: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__rental {
    margin-top: 9vmin;
  }
}
.refa_epi_cool .system {
  background: #fff url(../img/bg-system.jpg) no-repeat center min(16.3636363636vw, 180px);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system {
    padding: min(13.6363636364vw, 150px) 0 min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system {
    padding: 22.6666666667vmin 4vmin 8vmin;
    background-image: url(../img/bg-system-sp.jpg);
    background-position: center 29.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__head {
    width: min(55.6363636364vw, 612px);
    margin: 0 auto min(7.7272727273vw, 85px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__head {
    width: 66.9333333333vmin;
    margin: 0 auto 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__lead {
    margin-bottom: min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__lead {
    margin-bottom: 8vmin;
  }
}
.refa_epi_cool .system__lead__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__lead__img {
    margin-bottom: min(5vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__lead__img {
    margin-bottom: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__lead__img2 {
    margin-top: min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__lead__img2 {
    width: 100vw;
    margin: 8vmin calc(50% - 50vw);
  }
}
.refa_epi_cool .system__lead__img .caption {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__lead__img .caption {
    right: min(0.7272727273vw, 8px);
    bottom: min(0.4545454545vw, 5px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__lead__img .caption {
    right: 1.3333333333vmin;
    bottom: 0.8vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__lead__txt {
    width: min(67.2727272727vw, 740px);
    margin: 0 auto min(5vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__lead__txt {
    margin: 0 auto 8vmin;
  }
}
.refa_epi_cool .system__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box {
    padding: min(5.4545454545vw, 60px) min(5.4545454545vw, 60px) min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box {
    padding: 8vmin 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .system__box--1 figure {
    max-width: 670px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .system__box--1 figure figcaption {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .system__box--1 figure figcaption {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__head1 {
    width: min(40vw, 440px);
    margin: 0 auto min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__head1 {
    margin: 0 auto 8vmin;
  }
}
.refa_epi_cool .system__box__head2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__head2 {
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__head2 {
    margin-bottom: 9.3333333333vmin;
  }
}
.refa_epi_cool .system__box__head2 .txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__head2 .txt {
    padding: 0 min(1.6363636364vw, 18px);
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__head2 .txt {
    padding: 0 2vmin;
    font-size: 4vmin;
  }
}
.refa_epi_cool .system__box__head2 .txt::before,
.refa_epi_cool .system__box__head2 .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url(../img/bg-head.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__head2 .txt::before,
  .refa_epi_cool .system__box__head2 .txt::after {
    width: min(5.2727272727vw, 58px);
    height: min(0.3636363636vw, 4px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__head2 .txt::before,
  .refa_epi_cool .system__box__head2 .txt::after {
    width: 10.9333333333vmin;
    height: 1.0666666667vmin;
  }
}
.refa_epi_cool .system__box__head2 .txt::before {
  right: 100%;
}
.refa_epi_cool .system__box__head2 .txt::after {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section + .system__box__section {
    /* margin-top: min(10.9090909091vw, 120px); */
  }
  .refa_epi_cool .system__box__section.mb {
    margin-bottom: min(10.9090909091vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section + .system__box__section {
    /* margin-top: 18.6666666667vmin; */
  }
  .refa_epi_cool .system__box__section.mb {
    margin-bottom: 18.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section:nth-of-type(even) .system__box__section__col {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section:nth-of-type(even) .system__box__section__col__img .icn {
    right: min(-1vw, -11px);
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: min(7.2727272727vw, 80px);
  }
}
.refa_epi_cool .system__box__section__col__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col__img {
    width: min(43.6363636364vw, 480px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__col__img {
    margin-bottom: 16.8vmin;
  }
}
.refa_epi_cool .system__box__section__col__img .icn {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col__img .icn {
    top: min(-3.8181818182vw, -42px);
    left: min(-1vw, -11px);
    width: min(9.8181818182vw, 108px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__col__img .icn {
    top: -9.0666666667vmin;
    left: -2.9333333333vmin;
    width: 20.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col__txt {
    width: min(31.8181818182vw, 350px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
.refa_epi_cool .system__box__section__col__txt .txt.strong {
  font-weight: bold;
  color: #014082;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col__txt .notes {
    margin-top: min(1.3636363636vw, 15px);
    font-size: min(1.0909090909vw, 12px);
    line-height: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__col__txt .notes {
    margin-top: 4vmin;
    font-size: 2.6666666667vmin;
    line-height: 4.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__col .system__box__section__before-after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__col .system__box__section__before-after {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70.4vmin;
    margin: 0 auto 8vmin;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after__item {
    position: relative;
    width: 30.4vmin;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after__item .caption {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    text-align: center;
    margin-bottom: 2.1333333333vmin;
    font-size: 3.2vmin;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after__arrow {
    width: 6.4vmin;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after.single {
    flex-direction: column;
    width: 62.6666666667vmin;
    margin: 0 auto 8vmin;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after.single .system__box__section__before-after__item {
    width: 100%;
  }
  .refa_epi_cool .system__box__section__col .system__box__section__before-after.single .system__box__section__before-after__arrow {
    margin: -1.3333333333vmin auto 8vmin;
    rotate: 90deg;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .system__box__section__before-after {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(2.2727272727vw, 25px);
  }
  .refa_epi_cool .system__box__section__before-after__item {
    position: relative;
    width: min(26.3636363636vw, 290px);
  }
  .refa_epi_cool .system__box__section__before-after__item .caption {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    text-align: center;
    margin-bottom: min(0.9090909091vw, 10px);
    font-size: min(1.2727272727vw, 14px);
  }
  .refa_epi_cool .system__box__section__before-after__arrow {
    width: min(2.9090909091vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .system__box__section__before-after {
    display: none;
  }
}
.refa_epi_cool .skincare {
  background: #fff url(../img/bg-skincare.jpg) no-repeat center min(16.3636363636vw, 180px);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare {
    padding: min(13.6363636364vw, 150px) 0 min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare {
    padding: 22.6666666667vmin 4vmin 8vmin;
    background-image: url(../img/bg-skincare-sp.jpg);
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__head {
    width: min(21.25vw, 340px);
    margin: 0 auto min(7.7272727273vw, 85px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__head {
    width: 63.6666666667vmin;
    margin: 0 auto 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: min(7.5vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__col {
    margin-bottom: 7.333333vmin;
  }
}
.refa_epi_cool .skincare__col:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__col__img {
    width: min(50vw, 550px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__col__img {
    margin-bottom: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__col__txt {
    width: min(36.3636363636vw, 400px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__col__txt .head {
    width: min(16.875vw, 270px);
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__col__txt .head {
    width: 59vw;
    margin: 0 auto 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__img {
    margin-bottom: min(6.25vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__img__notes {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__img__notes {
    margin-top: 2.6666666667vmin;
    margin-left: 4vmin;
    font-size: 2.6666666667vmin;
  }
}
.refa_epi_cool .skincare__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box {
    padding: min(5.4545454545vw, 60px) min(5.4545454545vw, 60px) min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box {
    padding: 10.6666666667vmin 6.6666666667vmin 8vmin;
  }
}
.refa_epi_cool .skincare__box__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__head {
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__head {
    margin-bottom: 14.6666666667vmin;
  }
}
.refa_epi_cool .skincare__box__head .txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__head .txt {
    padding: 0 min(1.6363636364vw, 18px);
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__head .txt {
    padding: 0 3.2vmin;
    font-size: 4.2666666667vmin;
  }
}
.refa_epi_cool .skincare__box__head .txt::before,
.refa_epi_cool .skincare__box__head .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url(../img/bg-head.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__head .txt::before,
  .refa_epi_cool .skincare__box__head .txt::after {
    width: min(5.2727272727vw, 58px);
    height: min(0.3636363636vw, 4px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__head .txt::before,
  .refa_epi_cool .skincare__box__head .txt::after {
    width: 10.9333333333vmin;
    height: 1.0666666667vmin;
  }
}
.refa_epi_cool .skincare__box__head .txt::before {
  right: 100%;
}
.refa_epi_cool .skincare__box__head .txt::after {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__img {
    width: min(50vw, 550px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__img {
    margin-bottom: 8vmin;
  }
}
.refa_epi_cool .skincare__box__col__img__before-after {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__img__before-after {
    gap: min(0.8181818182vw, 9px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__img__before-after {
    flex-direction: column;
    width: 62.6666666667vmin;
    margin: 0 auto 8vmin;
  }
}
.refa_epi_cool .skincare__box__col__img__before-after__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__img__before-after__item {
    width: min(22.7272727273vw, 250px);
  }
}
.refa_epi_cool .skincare__box__col__img__before-after__item .caption {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__img__before-after__item .caption {
    margin-bottom: min(0.9090909091vw, 10px);
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__img__before-after__item .caption {
    margin-bottom: 2.1333333333vmin;
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__img__before-after__arrow {
    width: min(2.9090909091vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__img__before-after__arrow {
    width: 6.4vmin;
    margin: -1.3333333333vmin auto 8vmin;
    rotate: 90deg;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__txt {
    width: min(26.3636363636vw, 290px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
.refa_epi_cool .skincare__box__col__txt .txt.strong {
  font-weight: bold;
  color: #014082;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .skincare__box__col__txt .notes {
    margin-top: min(1.3636363636vw, 15px);
    font-size: min(1.0909090909vw, 12px);
    line-height: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .skincare__box__col__txt .notes {
    margin-top: 4vmin;
    font-size: 2.6666666667vmin;
    line-height: 4.2666666667vmin;
  }
}
.refa_epi_cool .function {
  background: #fff url(../img/bg-function.jpg?250401) no-repeat center min(16.3636363636vw, 180px);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function {
    padding: min(13.6363636364vw, 150px) 0 min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function {
    padding: 22.6666666667vmin 4vmin 13.3333333333vmin;
    background-image: url(../img/bg-function-sp.jpg?250401);
    background-position: center 29.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__head {
    width: min(55.6363636364vw, 612px);
    margin: 0 auto min(7.7272727273vw, 85px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__head {
    width: 79.4666666667vmin;
    margin: 0 auto 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__movie {
    width: min(67.2727272727vw, 740px);
    margin: 0 auto min(7.7272727273vw, 85px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__movie {
    margin-bottom: 16vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode {
    margin-bottom: min(5.4545454545vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__mode {
    margin-bottom: 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__head {
    width: min(27.2727272727vw, 300px);
    margin: 0 auto min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__mode__head {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__col__img {
    width: min(36.3636363636vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__mode__col__img {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__col__txt {
    width: min(26.3636363636vw, 290px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__mode__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__mode__col__txt .notes {
    margin-top: min(0.9090909091vw, 10px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__mode__col__txt .notes {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.refa_epi_cool .function__box {
  border: 1px solid #cacaca;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__box {
    margin-bottom: min(9.0909090909vw, 100px);
    padding: min(2.7272727273vw, 30px) min(5.4545454545vw, 60px) min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__box {
    margin-bottom: 17.3333333333vmin;
    padding: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__box .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__box .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__box .notes {
    margin-top: min(0.9090909091vw, 10px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__box .notes {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__box .img {
    margin-top: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__box .img {
    margin: 4vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__head {
    width: min(27.2727272727vw, 300px);
    margin: 0 auto min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__irradiation__head {
    margin-bottom: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
    gap: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__col__img {
    width: min(46.1818181818vw, 508px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__irradiation__col__img {
    margin-bottom: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__col__txt {
    width: min(36.3636363636vw, 400px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__irradiation__col__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__irradiation__col__txt .notes {
    margin-top: min(0.9090909091vw, 10px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__irradiation__col__txt .notes {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube {
    margin-top: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__youtube {
    margin-top: 9vw;
  }
}
.refa_epi_cool .function__youtube__movie {
  margin-inline: auto;
  aspect-ratio: 16 / 9;
}
.refa_epi_cool .function__youtube__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube__movie {
    width: 75%;
  }
}
.refa_epi_cool .function__youtube__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube__head {
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__youtube__head {
    margin-bottom: 6vmin;
  }
}
.refa_epi_cool .function__youtube__head .txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube__head .txt {
    padding: 0 min(1.6363636364vw, 18px);
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__youtube__head .txt {
    padding: 0 2vmin;
    font-size: 4vmin;
  }
}
.refa_epi_cool .function__youtube__head .txt::before,
.refa_epi_cool .function__youtube__head .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background: url(../img/bg-head.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube__head .txt::before,
  .refa_epi_cool .function__youtube__head .txt::after {
    width: min(5.2727272727vw, 58px);
    height: min(0.3636363636vw, 4px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__youtube__head .txt::before,
  .refa_epi_cool .function__youtube__head .txt::after {
    width: 10.9333333333vmin;
    height: 1.0666666667vmin;
  }
}
.refa_epi_cool .function__youtube__head .txt::before {
  right: 100%;
}
.refa_epi_cool .function__youtube__head .txt::after {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .tvcm {
    padding: min(11.8181818182vw, 130px) 0;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .tvcm {
    padding: 16vmin 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .tvcm__wrap {
    width: min(67.2727272727vw, 740px);
    margin: 0 auto;
  }
}
.refa_epi_cool .tvcm__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .tvcm__head {
    width: min(32.4545454545vw, 357px);
    margin-bottom: min(5.9090909091vw, 65px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .tvcm__head {
    width: 69.3333333333vmin;
    margin-bottom: 9.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message {
    padding: 0 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
.refa_epi_cool .message__head {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__head {
    width: min(11.8181818182vw, 130px);
    margin-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__head {
    margin-bottom: 41.3333333333vmin;
  }
}
.refa_epi_cool .message__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item {
    margin: 0 -4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item1 {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item1 {
    margin-bottom: min(21.8181818182vw, 240px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item.item1 {
    margin-bottom: 52vmin;
  }
}
.refa_epi_cool .message__item.item1 .message__item__photo {
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item1 .message__item__photo {
    top: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item1 .message__item__photo {
    top: min(5.2727272727vw, 58px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item1 .message__item__txt {
    margin-left: auto;
    padding-left: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item1 .message__item__txt {
    padding-left: min(14.5454545455vw, 160px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item2 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item2 {
    margin-bottom: min(9.0909090909vw, 100px);
  }
}
.refa_epi_cool .message__item.item2 .message__item__photo {
  right: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item2 .message__item__photo {
    bottom: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item2 .message__item__photo {
    bottom: min(5.2727272727vw, 58px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item.item2 .message__item__txt {
    padding-right: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item.item2 .message__item__txt {
    padding-right: min(14.5454545455vw, 160px);
  }
}
.refa_epi_cool .message__item__photo {
  position: absolute;
  width: 390px;
}
@media screen and (max-width: 1100px) {
  .refa_epi_cool .message__item__photo {
    width: min(35.4545454545vw, 390px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__photo {
    width: 66.6666666667vmin;
    top: -33.3333333333vmin;
  }
}
.refa_epi_cool .message__item__txt {
  background: url(../img/bg-message02.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt {
    width: 710px;
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt {
    width: min(64.5454545455vw, 710px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt {
    padding: min(5.4545454545vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt {
    padding: 42.6666666667vmin 10.6666666667vmin 13.3333333333vmin;
    background-image: url(../img/bg-message02-sp.jpg);
  }
}
.refa_epi_cool .message__item__txt .name {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt .name {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .name {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt .name {
    margin-bottom: 5.3333333333vmin;
  }
}
.refa_epi_cool .message__item__txt .name .name1 {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt .name .name1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .name .name1 {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt .name .name1 {
    font-size: 3.7333333333vmin;
  }
}
.refa_epi_cool .message__item__txt .name .name2 {
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt .name .name2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .name .name2 {
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt .name .name2 {
    font-size: 4.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt .name .name3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .name .name3 {
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt .name .name3 {
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .message__item__txt .txt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .message__item__txt .txt {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .message__item__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
.refa_epi_cool .ipl {
  background: #fff url(../img/bg-ipl.jpg) no-repeat center min(16.3636363636vw, 180px);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl {
    padding: min(13.6363636364vw, 150px) 0 min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl {
    padding: 20vmin 4vmin 18vmin;
    background-image: url(../img/bg-ipl-sp.jpg);
    background-position: center 26.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__head {
    width: min(24.125vw, 386px);
    margin: 0 auto min(7.7272727273vw, 85px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__head {
    width: 77vw;
    margin: 0 auto 7.666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col1 {
    margin-bottom: 9.333333vmin;
  }
}
.refa_epi_cool .ipl__col1__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1__img {
    width: min(50vw, 550px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col1__img {
    margin-bottom: 9vmin;
  }
}
.refa_epi_cool .ipl__col1__img .caption {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1__img .caption {
    right: min(0.7272727273vw, 8px);
    bottom: min(0.7272727273vw, 8px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col1__img .caption {
    right: 1.0666666667vmin;
    bottom: 1.0666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1__txt {
    width: min(36.3636363636vw, 400px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1__txt .head {
    margin-bottom: min(2.625vw, 42px);
    width: min(16.125vw, 258px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col1__txt .head {
    width: 88vw;
    margin: 0 auto 7.666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col1__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col1__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.refa_epi_cool .ipl__col2__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2__img {
    width: min(36.3636363636vw, 400px);
  }
}
.refa_epi_cool .ipl__col2__img .caption {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2__img .caption {
    margin-top: min(0.9090909091vw, 10px);
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col2__img .caption {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2__txt {
    width: min(50vw, 550px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2__txt .head {
    width: min(20.125vw, 322px);
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col2__txt .head {
    width: 70vw;
    margin: 9vw auto 7vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .ipl__col2__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .ipl__col2__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert {
    padding: min(11.8181818182vw, 130px) 0;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert {
    padding: 13.3333333333vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
.refa_epi_cool .expert__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__head {
    width: min(12.7272727273vw, 140px);
    margin-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__head {
    width: 92vmin;
    margin-bottom: 8vmin;
  }
}
.refa_epi_cool .expert__col {
  position: relative;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col {
    padding-top: 35.4666666667vmin;
  }
}
.refa_epi_cool .expert__col__photo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__photo {
    bottom: 0;
    display: flex;
    align-items: center;
    width: 390px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__photo {
    width: min(35.4545454545vw, 390px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__photo {
    right: 0;
    width: 70.6666666667vmin;
    margin: 0 auto;
  }
}
.refa_epi_cool .expert__col__txt {
  background: url(../img/bg-expert.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__txt {
    width: 700px;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt {
    width: min(63.6363636364vw, 700px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt {
    padding-top: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt {
    padding-right: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt {
    padding-bottom: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt {
    padding-left: min(14.5454545455vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__txt {
    padding: 44vmin 14.6666666667vmin 10.6666666667vmin;
    background-image: url(../img/bg-expert-sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__txt .name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .name {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .name {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .name {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__txt .name {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
    line-height: 6.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__txt .head {
    width: min(42.1818181818vw, 464px);
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__txt .head {
    margin-bottom: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__txt .txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .txt {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .txt {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__txt .txt {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .expert__col__txt .notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .expert__col__txt .notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .expert__col__txt .notes {
    font-size: 2.6666666667vmin;
  }
}
/* ----- survey-results ----- */
.refa_epi_cool .survey-results {
  padding: 70px 0 80px;
  background-image: url(../img/bg-survey-results02.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .survey-results {
    padding: 17.33vw 0 13.33vw;
    background-image: url(../img/bg-survey-results02-sp.jpg);
  }
}

.refa_epi_cool .survey-results__wrap {
  max-width: min(92vw, 1000px);
  margin: auto;
}

/* ----- user-voice ----- */
.refa_epi_cool .user-voice {
  padding: 90px 0 40px;
  background: url(../img/bg-user-voice02.jpg) bottom center / cover no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice {
    padding: 24vw 0 4vw;
    background-image: url(../img/bg-user-voice02-sp.jpg);
  }
}
.refa_epi_cool .user-voice__wrap {
  max-width: min(90.9090909091vw, 1000px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice__wrap {
    max-width: 100%;
  }
}
.refa_epi_cool .user-voice__head {
  width: min(30vw, 270px);
  margin: 0 auto min(3.6363636364vw, 40px);
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice__head {
    width: 53vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .user-voice-col {
    display: flex;
    justify-content: space-between;
  }
}
.refa_epi_cool .user-voice-col__item {
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .user-voice-col__item {
    width: calc(100% / 3 - 12px);
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice-col__item {
    width: 100%;
    margin: 0 10px;
    padding: 6vw;
    height: 106vw;
  }
}
.refa_epi_cool .user-voice-col__item h3 {
  margin: 12px 0 4px;
  font-size: min(2.2vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  color: #023265;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice-col__item h3 {
    margin: 3vw 0 0;
    font-size: 5vw;
  }
}
.refa_epi_cool .user-voice-col__item p {
  margin-bottom: 8px;
  font-size: min(1.4vw, 15px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice-col__item p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice-col__item img {
    max-width: 90%;
  }
}
.refa_epi_cool .user-voice-col__item p span {
  position: relative;
  padding-bottom: 4px;
  font-weight: bold;
  background: linear-gradient(90deg, #ff9939 0%, #ff5c2c 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
}
.refa_epi_cool .user-voice__notes {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .user-voice__notes {
    font-size: 2.8vw;
  }
}
/* ----- user-voice realvoice ----- */
.refa_epi_cool .realvoice .user-voice__head {
  width: min(35.2222222vw, 317px);
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .realvoice .user-voice__head {
    width: 62.8vw;
  }
}
.refa_epi_cool .realvoice .user-voice-col__item img {
  margin-bottom: min(1.7777778vw, 16px);
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .realvoice .user-voice-col__item img {
    max-width: 100%;
    margin-bottom: 3.2vw;
  }
}
.refa_epi_cool .realvoice .user-voice-col__item .username {
  color: #023265;
  font-weight: 700;
  font-size: min(1.6666667vw, 15px);
  margin-top: min(1.6666667vw, 15px);
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .realvoice .user-voice-col__item .username {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .refa_epi_cool .realvoice .slick-track {
    display: flex;
  }
  .refa_epi_cool .realvoice .user-voice-col__item {
    height: auto;
  }
}
/* ----- merit ----- */
.refa_epi_cool .merit {
  padding: 90px 0;
  background: url(../img/bg-merit.jpg) bottom center / 100% auto no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit {
    padding: 17vw 0 15vw;
    background-image: url(../img/bg-merit-sp.jpg);
    background-size: auto 100%;
  }
}
.refa_epi_cool .merit__wrap {
  max-width: min(90.9090909091vw, 1000px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit__wrap {
    max-width: 100%;
  }
}
.refa_epi_cool .merit__head {
  width: min(27.7vw, 444px);
  margin: 0 auto min(5.43vw, 88px);
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit__head {
    width: 70vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .merit-col {
    display: flex;
    justify-content: space-between;
  }
}
.refa_epi_cool .merit-col__item {
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .merit-col__item {
    width: calc(100% / 3 - 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit-col__item {
    width: 100%;
    margin: 0 10px;
    height: 85vw;
  }
}
.refa_epi_cool .merit-col__inner {
  padding: 36px 26px 58px 26px;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit-col__inner {
    padding: 6vw;
  }
}
.refa_epi_cool .merit-col__item h3 {
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: clamp(12px, 1.6vw, 19px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #56b8eb;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit-col__item h3 {
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    font-size: 4.5vw;
  }
}
.refa_epi_cool .merit-col__item p {
  font-size: min(1.4vw, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .merit-col__item p {
    font-size: 3.6vw;
  }
}
.refa_epi_cool .merit-col__item img {
  max-width: 100%;
}
/* ★ */
.refa_epi_cool .guarantee {
  display: flex;
  margin: 0 auto 30px;
  border: 6px solid #eceef1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee {
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 740px;
    padding: 30px;
    border-width: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee {
    gap: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee {
    width: min(67.2727272727vw, 740px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee {
    padding: min(2.7272727273vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee {
    border-width: min(0.5454545455vw, 6px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .guarantee {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 4vmin 4vmin;
    padding: 6.1333333333vmin 5.3333333333vmin 4vmin;
    border-width: 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee__img {
    width: 146px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__img {
    width: min(13.2727272727vw, 146px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .guarantee__img {
    width: 31.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee__txt {
    width: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt {
    width: min(30.9090909091vw, 340px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .guarantee__txt {
    width: 40vmin;
  }
}
.refa_epi_cool .guarantee__txt .head {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee__txt .head {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .head {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .head {
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .guarantee__txt .head {
    margin-bottom: 3.2vmin;
    font-size: 4.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee__txt .txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .txt {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .txt {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .guarantee__txt .txt {
    font-size: 3.7333333333vmin;
    line-height: 6.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .guarantee__txt .notes {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .guarantee__txt .notes {
    line-height: min(1.8181818182vw, 20px);
  }
}
.refa_epi_cool .guarantee__notes {
  width: 100%;
  margin-top: 5.3333333333vmin;
  font-size: 2.6666666667vmin;
  line-height: 4vmin;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__wrap {
    width: min(67.2727272727vw, 740px);
    padding: min(11.8181818182vw, 130px) 0 min(9.0909090909vw, 100px);
    margin: 0 auto;
    /* margin: min(11.8181818182vw, 130px) auto min(9.0909090909vw, 100px); */
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__wrap {
    padding: 18.6666666667vmin 4vmin 0;
  }
}
.refa_epi_cool .parts__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__head {
    width: min(29.0909090909vw, 320px);
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__head {
    width: 70.4vmin;
    margin-bottom: 5.3333333333vmin;
  }
}
.refa_epi_cool .parts__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__lead {
    margin-bottom: min(4.0909090909vw, 45px);
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__lead {
    margin-bottom: 5.3333333333vmin;
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
    letter-spacing: -0.02em;
  }
}
.refa_epi_cool .parts__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__list {
    /* margin-bottom: 60px; */
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .parts__list {
    /* margin-bottom: min(5.4545454545vw, 60px); */
    margin-bottom: min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__list {
    /* margin-bottom: 8vmin; */
    margin-bottom: 6vmin;
  }
}
.refa_epi_cool .parts__list__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__list__title {
    margin-bottom: min(0.9090909091vw, 10px);
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__list__title {
    margin-bottom: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__list__item {
    width: 182px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .parts__list__item {
    width: min(16.5454545455vw, 182px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .parts__list__item {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__list__item {
    width: calc(25% - 1px);
    margin-bottom: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__list__item .img {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .parts__list__item .img {
    margin-bottom: min(0.5454545455vw, 6px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__list__item .img {
    margin-bottom: 1.3333333333vmin;
  }
}
.refa_epi_cool .parts__list__item .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__list__item .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .parts__list__item .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__list__item .txt {
    font-size: 3.7333333333vmin;
  }
}
.refa_epi_cool .parts__box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cacaca;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__box {
    align-items: center;
    margin-bottom: min(7.2727272727vw, 80px);
    padding: min(3.1818181818vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__box {
    align-items: flex-end;
    margin-bottom: 13.3333333333vmin;
    padding: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__box__txt {
    width: min(42.2727272727vw, 465px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__box__txt {
    width: 40vmin;
  }
}
.refa_epi_cool .parts__box__txt .head {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__box__txt .head {
    margin-bottom: min(1.3636363636vw, 15px);
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__box__txt .head {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__box__txt .txt {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__box__txt .txt {
    font-size: 3.2vmin;
    line-height: 5.8666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__box__img {
    width: min(14.1818181818vw, 156px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__box__img {
    width: 30.9333333333vmin;
  }
}

.refa_epi_cool .parts__img__share {
  margin-bottom: 60px;
}

.refa_epi_cool .parts__img__share .parts__img__share__upr figcaption {
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

.refa_epi_cool .parts__img__share .parts__img__share__mid {
  font-size: 32px;
  font-weight: bold;
  margin: 60px 0;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.12em;
}

.refa_epi_cool .parts__img__share .parts__img__share__btm {
  display: flex;
  justify-content: center;
}
.refa_epi_cool .parts__img__share .parts__img__share__btm figcaption {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 15px;
}

.refa_epi_cool .parts__img__share .parts__img__share__btm figure {
  width: 250px;
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__img__share {
    margin-bottom: 8vmin;
  }

  .refa_epi_cool .parts__img__share .parts__img__share__upr figcaption {
    font-size: 2.66vmin;
    margin-top: 2.66vmin;
  }
  .refa_epi_cool .parts__img__share .parts__img__share__mid {
    font-size: 6.13vmin;
    margin: 8vmin 0;
  }
  .refa_epi_cool .parts__img__share .parts__img__share__btm figure {
    margin: 0 2.66vmin;
  }
  .refa_epi_cool .parts__img__share .parts__img__share__btm figcaption {
    font-size: 4.26vmin;
    margin-top: 2vmin;
  }
}

@media screen and (min-width: 768px) {
  .refa_epi_cool .specification {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto min(10.9090909091vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification {
    padding: 18.6666666667vmin 0 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__head {
    width: min(17.2727272727vw, 190px);
    margin: 0 auto min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__head {
    width: 37.3333333333vmin;
    margin: 0 auto 8vmin;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table {
    display: grid;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner {
    padding: 0 4vmin 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner table {
    width: 100%;
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner table {
    font-size: 3.2vmin;
    line-height: 3.7333333333vmin;
  }
}
.refa_epi_cool .specification__table__inner thead th {
  position: relative;
  border-bottom: 1px solid #cdced0;
  border-left: 1px solid #cdced0;
  background-color: #e5e8eb;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner thead th {
    padding: min(1.0909090909vw, 12px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner thead th {
    padding: 1.6vmin 2.1333333333vmin;
    white-space: nowrap;
  }
}
.refa_epi_cool .specification__table__inner thead th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner thead th::before {
    border: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner thead th::before {
    border: 0.2666666667vmin solid #fff;
  }
}
.refa_epi_cool .specification__table__inner thead th:empty {
  background: none;
  border-left: none;
}
.refa_epi_cool .specification__table__inner tbody th {
  position: relative;
  border-bottom: 1px solid #cdced0;
  background-color: #f2f4f7;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner tbody th {
    padding: min(1.0909090909vw, 12px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner tbody th {
    padding: 1.6vmin 2.1333333333vmin;
  }
}
.refa_epi_cool .specification__table__inner tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner tbody th::before {
    border: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner tbody th::before {
    border: 0.2666666667vmin solid #fff;
  }
}
.refa_epi_cool .specification__table__inner tbody td {
  border-bottom: 1px solid #cdced0;
  border-left: 1px solid #cdced0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .specification__table__inner tbody td {
    width: 28%;
    padding: min(1.0909090909vw, 12px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .specification__table__inner tbody td {
    min-width: 37.3333333333vmin;
    padding: 1.6vmin 2.1333333333vmin;
  }
}
.refa_epi_cool .specification__table__inner tbody td:not(.left) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto {
    margin-bottom: min(10.9090909091vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto {
    padding: 18.6666666667vmin 4vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
.refa_epi_cool .howto__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__head {
    width: min(45.8181818182vw, 504px);
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__head {
    margin-bottom: 5.3333333333vmin;
  }
}
.refa_epi_cool .howto__img {
  margin: 0 auto;
  background-color: #a4a4a4;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__img {
    width: 740px;
    height: 460px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__img {
    width: min(67.2727272727vw, 740px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__img {
    height: min(41.8181818182vw, 460px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__img {
    margin-bottom: min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__img {
    height: 173.3333333333vmin;
    margin: 0 -4vmin 16vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step {
    margin-bottom: min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step {
    margin-bottom: 16vmin;
  }
}
.refa_epi_cool .howto__step__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__head {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__head {
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__head {
    font-size: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__head {
    margin-bottom: 8vmin;
    font-size: 4.8vmin;
    line-height: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.refa_epi_cool .howto__step__list__item {
  background-color: #f2f4f7;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item {
    width: 490px;
    margin-bottom: 20px;
    padding-top: 36px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    width: min(44.5454545455vw, 490px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    padding-top: min(3.2727272727vw, 36px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    padding-right: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    padding-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item {
    padding-left: min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item {
    margin-bottom: 4vmin;
    padding: 8vmin 2.6666666667vmin 5.3333333333vmin 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step1 {
    min-height: 282px;
    background-image: url(../img/bg-howto-step1.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step1 {
    min-height: min(25.6363636364vw, 282px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step1 {
    min-height: 73.6vmin;
    background-image: url(../img/bg-howto-step1-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step1 .howto__step__list__txt {
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step1 .howto__step__list__txt {
    width: min(17.2727272727vw, 190px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step2 {
    min-height: 282px;
    background-image: url(../img/bg-howto-step2.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step2 {
    min-height: min(25.6363636364vw, 282px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step2 {
    min-height: 53.3333333333vmin;
    background-image: url(../img/bg-howto-step2-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step2 .howto__step__list__txt {
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step2 .howto__step__list__txt {
    width: min(17.2727272727vw, 190px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step2 .howto__step__list__txt {
    width: 38.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step3 {
    min-height: 302px;
    background-image: url(../img/bg-howto-step3.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step3 {
    min-height: min(27.4545454545vw, 302px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step3 {
    min-height: 70.4vmin;
    background-image: url(../img/bg-howto-step3-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step4 {
    min-height: 302px;
    background-image: url(../img/bg-howto-step4.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step4 {
    min-height: min(27.4545454545vw, 302px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step4 {
    min-height: 65.0666666667vmin;
    background-image: url(../img/bg-howto-step4-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step5 {
    min-height: 352px;
    background-image: url(../img/bg-howto-step5.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step5 {
    min-height: min(32vw, 352px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step5 {
    min-height: 84.2666666667vmin;
    background-image: url(../img/bg-howto-step5-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step6 {
    min-height: 352px;
    background-image: url(../img/bg-howto-step6.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step6 {
    min-height: min(32vw, 352px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step6 {
    min-height: 59.2vmin;
    background-image: url(../img/bg-howto-step6-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__item.step6 .howto__step__list__txt {
    width: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__item.step6 .howto__step__list__txt {
    width: min(17.2727272727vw, 190px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__item.step6 .howto__step__list__txt {
    width: 37.3333333333vmin;
  }
}
.refa_epi_cool .howto__step__list__head {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__head {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__head {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__head {
    margin-bottom: 4vmin;
  }
}
.refa_epi_cool .howto__step__list__head .step {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__head .step {
    width: 75px;
    margin-right: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__head .step {
    width: min(6.8181818182vw, 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__head .step {
    margin-right: min(1vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__head .step {
    width: 16.5333333333vmin;
    margin-right: 2.1333333333vmin;
  }
}
.refa_epi_cool .howto__step__list__head .txt {
  display: block;
  margin-top: -0.25em;
  line-height: 1.5;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__head .txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__head .txt {
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__head .txt {
    font-size: 4.2666666667vmin;
    line-height: 7.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__txt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__txt {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__txt {
    font-size: 3.7333333333vmin;
    line-height: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__txt .notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__txt .notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__txt .notes {
    font-size: 2.9333333333vmin;
  }
}
.refa_epi_cool .howto__step__list__list__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__list__item {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__list__item {
    align-items: center;
    margin-bottom: 4vmin;
  }
}
.refa_epi_cool .howto__step__list__list__item.item1 {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__list__item.item2 {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item.item2 {
    width: min(21.8181818182vw, 240px);
  }
}
.refa_epi_cool .howto__step__list__list__item .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.075em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    width: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    height: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    margin-right: min(0.7272727273vw, 8px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    font-size: min(1vw, 11px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    line-height: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__list__item .icn {
    width: 16vmin;
    height: 16vmin;
    margin-right: 2.1333333333vmin;
    font-size: 2.6666666667vmin;
    line-height: 3.2vmin;
  }
}
.refa_epi_cool .howto__step__list__list__item .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__list__list__item .txt {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__list__list__item .txt {
    line-height: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__list__list__item .txt {
    font-size: 3.7333333333vmin;
    line-height: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__step__notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .howto__step__notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__step__notes {
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__head {
    width: min(27.2727272727vw, 300px);
    margin: 0 auto min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__head {
    width: 53.3333333333vmin;
    margin: 0 auto 10.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table {
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table {
    display: grid;
    margin: 0 -4vmin 2.6666666667vmin;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner {
    padding: 0 4vmin 2.6666666667vmin;
  }
}
.refa_epi_cool .howto__schedule__table__inner table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner table {
    font-size: min(1.4545454545vw, 16px);
    line-height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner table {
    font-size: 3.2vmin;
    line-height: 3.7333333333vmin;
  }
}
.refa_epi_cool .howto__schedule__table__inner thead th {
  position: relative;
  border-bottom: 1px solid #cdced0;
  border-left: 1px solid #cdced0;
  background-color: #e5e8eb;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner thead th {
    padding: min(1.0909090909vw, 12px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner thead th {
    padding: 1.6vmin 2.1333333333vmin;
    white-space: nowrap;
  }
}
.refa_epi_cool .howto__schedule__table__inner thead th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner thead th::before {
    border: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner thead th::before {
    border: 0.2666666667vmin solid #fff;
  }
}
.refa_epi_cool .howto__schedule__table__inner thead th:empty {
  background: none;
  border-left: none;
}
.refa_epi_cool .howto__schedule__table__inner tbody th {
  position: relative;
  border-bottom: 1px solid #cdced0;
  background-color: #f2f4f7;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner tbody th {
    width: 16.6666%;
    padding: min(2.1818181818vw, 24px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner tbody th {
    padding: 2.1333333333vmin;
  }
}
.refa_epi_cool .howto__schedule__table__inner tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner tbody th::before {
    border: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner tbody th::before {
    border: 0.2666666667vmin solid #fff;
  }
}
.refa_epi_cool .howto__schedule__table__inner tbody td {
  width: 16.6666%;
  border-bottom: 1px solid #cdced0;
  border-left: 1px solid #cdced0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner tbody td {
    padding: min(1.0909090909vw, 12px) min(1.7272727273vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner tbody td {
    min-width: 32vmin;
    padding: 2.1333333333vmin;
  }
}
.refa_epi_cool .howto__schedule__table__inner tbody td:not(.left) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__table__inner tbody td .small {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__table__inner tbody td .small {
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .howto__schedule__notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .howto__schedule__notes {
    font-size: 2.6666666667vmin;
  }
}
.refa_epi_cool .safety {
  background-color: #f2f4f7;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety {
    padding-top: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety {
    padding-bottom: min(6.3636363636vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety {
    padding: 13.3333333333vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__wrap {
    width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__wrap {
    width: min(67.2727272727vw, 740px);
  }
}
.refa_epi_cool .safety__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__head {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__head {
    margin-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__head {
    font-size: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__head {
    margin-bottom: 6.6666666667vmin;
    font-size: 4.8vmin;
  }
}
.refa_epi_cool .safety__support {
  border: 1px solid #3271ae;
  background-color: #fff;
  text-align: center;
}
/* ★ */
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support {
    /* margin-top: 30px; */
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support {
    /* margin-top: min(2.7272727273vw, 30px); */
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support {
    padding: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support {
    /* margin: 4vmin 4vmin 0; */
    margin: 0 4vmin 0;
    padding: 6.6666666667vmin 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__head {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__head {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__head {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__head {
    margin-bottom: 4vmin;
    font-size: 4.2666666667vmin;
  }
}
.refa_epi_cool .safety__support__head .head {
  display: inline-block;
  border-bottom: 1px solid #3271ae;
  color: #3271ae;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__head .head {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__head .head {
    padding-bottom: min(0.4545454545vw, 5px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__head .head {
    padding-bottom: 1.6vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__lead {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__lead {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__lead {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__lead {
    margin-bottom: 4vmin;
    font-size: 4.2666666667vmin;
    line-height: 2;
  }
}
.refa_epi_cool .safety__support__txt {
  color: #3271ae;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__txt {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__txt {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__txt {
    font-size: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__txt {
    margin-bottom: 4vmin;
    font-size: 3.7333333333vmin;
  }
}
.refa_epi_cool .safety__support__tel {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__tel {
    width: 292px;
    margin-bottom: 15px;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__tel {
    width: min(26.5454545455vw, 292px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__tel {
    margin-bottom: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__tel {
    width: 67.7333333333vmin;
    margin-bottom: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .safety__support__notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .safety__support__notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .safety__support__notes {
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq {
    margin-bottom: min(10.9090909091vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq {
    margin: 0 4vmin 16vmin;
  }
}
.refa_epi_cool .faq__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__head {
    width: min(9.6363636364vw, 106px);
    margin-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__head {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item {
    margin-bottom: min(5.4545454545vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item {
    margin-bottom: 8vmin;
  }
}
.refa_epi_cool .faq__item.is-open .faq__item__q::before {
  transform: rotate(0deg);
}
.refa_epi_cool .faq__item__q {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__q {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q {
    padding-right: min(4.0909090909vw, 45px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q {
    padding-left: min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__q {
    padding: 0 8vmin;
  }
}
.refa_epi_cool .faq__item__q::before,
.refa_epi_cool .faq__item__q::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #014082;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__q::before,
  .refa_epi_cool .faq__item__q::after {
    width: 29px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q::before,
  .refa_epi_cool .faq__item__q::after {
    width: min(2.6363636364vw, 29px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q::before,
  .refa_epi_cool .faq__item__q::after {
    height: min(0.1818181818vw, 2px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__q::before,
  .refa_epi_cool .faq__item__q::after {
    width: 5.0666666667vmin;
    height: 0.5333333333vmin;
  }
}
.refa_epi_cool .faq__item__q::before {
  transform: rotate(90deg);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__q .txt {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q .txt {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q .txt {
    line-height: min(2.5454545455vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__q .txt {
    font-size: 3.7333333333vmin;
    line-height: 6.4vmin;
  }
}
.refa_epi_cool .faq__item__q .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ic-q.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__q .txt::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q .txt::before {
    width: min(2vw, 22px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__q .txt::before {
    height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__q .txt::before {
    width: 4.8vmin;
    height: 4.8vmin;
  }
}
.refa_epi_cool .faq__item__a {
  position: relative;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__a {
    margin-top: 20px;
    padding-left: 45px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a {
    margin-top: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a {
    padding-left: min(4.0909090909vw, 45px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a {
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a {
    line-height: min(2.3636363636vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__a {
    margin-top: 2.6666666667vmin;
    padding-left: 8vmin;
    font-size: 3.2vmin;
    line-height: 5.8666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__a .txt {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .txt {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__a .txt {
    margin-bottom: 4vmin;
  }
}
.refa_epi_cool .faq__item__a .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ic-a.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__a .txt::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .txt::before {
    width: min(2vw, 22px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .txt::before {
    height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__a .txt::before {
    width: 4.8vmin;
    height: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__a .notes {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .notes {
    line-height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__a .notes {
    font-size: 2.9333333333vmin;
    line-height: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__item__a .list {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__item__a .list {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__item__a .list {
    margin-bottom: 4vmin;
  }
}
.refa_epi_cool .faq__item__a .list li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .faq__notes {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__notes {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .faq__notes {
    line-height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .faq__notes {
    font-size: 2.9333333333vmin;
    line-height: 4.8vmin;
  }
}
.refa_epi_cool .comparison {
  background-color: #d2d9e0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison {
    margin-bottom: min(10.9090909091vw, 120px);
    padding: min(9.0909090909vw, 100px) 0 min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison {
    padding: 6.6666666667vmin 0 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table {
    margin-bottom: min(3.6363636364vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table {
    display: grid;
    margin-bottom: 8vmin;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner {
    padding: 0 4vmin 2.6666666667vmin;
  }
}
.refa_epi_cool .comparison__table__inner table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table {
    font-size: min(1.2727272727vw, 14px);
    line-height: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table {
    font-size: 3.2vmin;
    line-height: 3.7333333333vmin;
  }
}
.refa_epi_cool .comparison__table__inner table thead th {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table thead th {
    padding: min(0.3636363636vw, 4px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table thead th {
    padding: 0.5333333333vmin;
  }
}
.refa_epi_cool .comparison__table__inner table thead th:empty {
  border-top: none;
  border-left: none;
}
.refa_epi_cool .comparison__table__inner table tbody th {
  position: relative;
  border-bottom: 1px solid #b6b6b6;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table tbody th {
    padding: min(1.3636363636vw, 15px) min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table tbody th {
    padding: 2.6666666667vmin 3.2vmin;
  }
}
.refa_epi_cool .comparison__table__inner table tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table tbody th::before {
    border: min(0.3636363636vw, 4px) solid #d2d9e0;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table tbody th::before {
    border: 0.2666666667vmin solid #d2d9e0;
  }
}
.refa_epi_cool .comparison__table__inner table tbody td {
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table tbody td {
    width: 30%;
    padding: min(1.3636363636vw, 15px) min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table tbody td {
    min-width: 42.6666666667vmin;
    padding: 2.6666666667vmin 3.2vmin;
  }
}
.refa_epi_cool .comparison__table__inner table tbody td .left {
  text-align: left;
}
.refa_epi_cool .comparison__table__inner table tbody td .strong {
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table tbody td .strong {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table tbody td .strong {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__table__inner table tbody td .small {
    font-size: min(1.0909090909vw, 12px);
    line-height: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__table__inner table tbody td .small {
    font-size: 2.6666666667vmin;
    line-height: 4.2666666667vmin;
  }
}
.refa_epi_cool .comparison__table__inner table tbody td li {
  margin-bottom: 0.5em;
}
.refa_epi_cool .comparison__buttons {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__buttons {
    justify-content: center;
    gap: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__buttons {
    justify-content: space-between;
    padding: 0 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .comparison__buttons__item {
    width: min(20.9090909091vw, 230px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .comparison__buttons__item {
    width: 42.1333333333vmin;
  }
}
.refa_epi_cool #buy-now {
  background: url(../img/bg-buy-now.jpg) no-repeat center top;
  background-size: cover;
  color: #000;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool #buy-now {
    padding: min(7.2727272727vw, 80px) min(3.6363636364vw, 40px) min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool #buy-now {
    padding: 10.1333333333vmin 4vmin 13.3333333333vmin;
    background-image: url(../img/bg-buy-now-sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .refa_epi_cool .buy-now #goodsspec_body {
    margin-top: min(2.7272727273vw, 30px) !important;
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 768.9px) {
  .refa_epi_cool .buy-now #goodsspec_body {
    margin-bottom: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__wrap {
    width: min(90.9090909091vw, 1000px);
    margin: 0 auto;
  }
}
.refa_epi_cool .buy-now__box {
  background-color: #fff;
}
.refa_epi_cool .buy-now__box.buy-now__box__bnr {
  background-color: inherit;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__box {
    margin-bottom: min(3.6363636364vw, 40px);
    padding: min(7.2727272727vw, 80px) 0 min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__box {
    margin-bottom: 8.5333333333vmin;
    padding: 10.6666666667vmin 4vmin 5.3333333333vmin;
  }
}
.refa_epi_cool .buy-now__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__head {
    width: min(15.4545454545vw, 170px);
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__head {
    width: 35.7333333333vmin;
    margin-bottom: 6.6666666667vmin;
  }
}
.refa_epi_cool .buy-now__caution {
  margin-bottom: 1em;
  color: #d6001c;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__caution {
    font-size: min(1.0909090909vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__caution {
    font-size: 3.2vmin;
  }
}
/* @media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other {
    padding: min(5.4545454545vw, 60px) min(4.5454545455vw, 50px) min(4.5454545455vw, 50px) min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other {
    margin: 8vmin 0;
    padding: 10.6666666667vmin 6.6666666667vmin 6.6666666667vmin;
  }
}
.refa_epi_cool .buy-now__other__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__head {
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__head {
    margin-bottom: 5.3333333333vmin;
  }
}
.refa_epi_cool .buy-now__other__head .head {
  display: inline-block;
  background-color: #f2f4f7;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__head .head {
    padding: 0 min(3.1818181818vw, 35px);
    font-size: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__head .head {
    padding: 1.0666666667vmin 7.4666666667vmin;
    font-size: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col {
    display: flex;
    justify-content: space-between;
    padding-left: min(5.4545454545vw, 60px);
  }
}
.refa_epi_cool .buy-now__other__col__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__item {
    width: 43.8596491228%;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__item + .buy-now__other__col__item {
    margin-top: 16vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__img {
    width: min(15.4545454545vw, 170px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__img {
    width: 29.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt {
    width: min(20.1818181818vw, 222px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt {
    width: 49.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt .head {
    margin-bottom: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt .head {
    margin-bottom: 4vmin;
  }
}
.refa_epi_cool .buy-now__other__col__txt .head .jp {
  display: block;
  font-weight: bold;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt .head .jp {
    margin-bottom: min(0.9090909091vw, 10px);
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt .head .jp {
    margin-bottom: 0.5333333333vmin;
    font-size: 4.5333333333vmin;
  }
}
.refa_epi_cool .buy-now__other__col__txt .head .en {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt .txt {
    margin-bottom: min(2.7272727273vw, 30px);
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt .txt {
    margin-bottom: 6.6666666667vmin;
    font-size: 3.7333333333vmin;
  }
}
.refa_epi_cool .buy-now__other__col__txt .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt .btn {
    height: min(3.8181818182vw, 42px);
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt .btn {
    height: 9.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.refa_epi_cool .buy-now__other__col__txt .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__other__col__txt .btn::before {
    width: min(0.7272727273vw, 8px);
    height: min(0.7272727273vw, 8px);
    margin: auto min(1.0909090909vw, 12px);
    border-top: min(0.1818181818vw, 2px) solid #fff;
    border-right: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .buy-now__other__col__txt .btn::before {
    width: 1.6vmin;
    height: 1.6vmin;
    margin: auto 3.2vmin;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
} */
.refa_epi_cool .buy-now__guarantee {
  display: block;
  margin: 0 auto 23px;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .buy-now__guarantee {
    width: min(65.4545454545vw, 720px);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .spec {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .spec {
    margin-bottom: min(13.6363636364vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .spec {
    margin: 0 4vmin 16vmin;
  }
}
.refa_epi_cool .spec__list {
  margin-bottom: 40px;
  font-size: 14px;
  color: #000;
}
.refa_epi_cool .spec__list li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .spec-table .table-wrapper-inner {
    margin-bottom: 50px;
  }
}
.refa_epi_cool .spec-table .table-wrapper-inner + .table-wrapper-inner {
  border-top: 1px solid #dbe0e7;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .spec-table .table-wrapper-inner + .table-wrapper-inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .spec-table .table-wrapper-inner + .table-wrapper-inner {
    padding-top: 25px;
  }
}
.refa_epi_cool .spec-table .table-wrapper-inner .txt-b {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .spec-table .table-wrapper-inner .txt-b {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .spec-table .table-wrapper-inner .txt-b {
    margin-bottom: 50px;
  }
} /*# sourceMappingURL=style.css.map */

/* 20240701追加 */
.epi-comparison_head {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .epi-comparison_head {
    width: min(13.75vw, 220px);
    margin-bottom: min(2.5vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .epi-comparison_head {
    width: 48vw;
    margin-bottom: 7.6vw;
  }
}

/* 20240725追加LINEバナー */
.line-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.block-line .line-bnr {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .block-line .line-bnr {
    margin-bottom: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .block-line .line-bnr {
    margin-bottom: 3.7333333333vw;
  }
}
.line-float-bnr {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  visibility: hidden;
  width: 360px;
  height: 120px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
}
.line-float-bnr.coupon {
  width: 312px;
  height: 104px;
}
.line-float-bnr.on {
  visibility: visible;
  opacity: 1;
}
.line-float-bnr .closebtn {
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .line-float-bnr {
    width: 56vw;
    height: 22.66666666666667vw;
    bottom: 2.8vw;
    right: 2.8vw;
  }
  .line-float-bnr.coupon {
    width: 43.7333333vw;
    height: 22.66666666666667vw;
  }
  .line-float-bnr .closebtn {
    width: 4.2vw;
    height: 4.2vw;
    top: 0.9vw;
    right: 0.9vw;
  }
  .line-float-bnr.coupon .closebtn {
    top: 2vw;
    right: 2vw;
  }
}

/* 20240826追加 クーポンコードコピー */
.outline__coupon__ttl {
  position: relative;
  width: max-content;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(transparent 60%, rgba(133, 199, 215, 0.5) 60%);
}
.outline__coupon__notes {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline !important;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .outline__coupon {
    margin: 20px 0 16px;
  }
  .outline__coupon__ttl {
    margin: 0 auto 16px;
    padding: 0 6px;
    font-size: 20px;
  }
  .outline__coupon__notes {
    font-size: 12px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .outline__coupon {
    margin: 1.25vw 0 1vw;
  }
  .outline__coupon__ttl {
    margin: 0 auto 0.5vw;
    padding: 0 0.375vw;
    font-size: 1.25vw;
  }
  .outline__coupon__notes {
    font-size: 0.8125vw;
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .outline__coupon {
    margin: 6.4vw 0 4.26666667vw;
  }
  .outline__coupon__ttl {
    margin: 0 auto 5.2vw;
    padding: 0 2.8vw;
    font-size: 5.33333333vw;
  }
  .outline__coupon__notes {
    font-size: 3.2vw;
    margin-top: 1.2vw;
  }
}

/* 20250312フリック追加 */
.refa_epi_cool .outline__img__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider {
    margin-bottom: 18.6666666667vmin;
  }
}
.refa_epi_cool .outline__img__slider button {
  border: none;
  outline: none;
  background: none;
  appearance: none;
  font-size: 0;
}
.refa_epi_cool .outline__img__slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-arrow {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-arrow {
    width: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-arrow {
    width: 8vmin;
  }
}
.refa_epi_cool .outline__img__slider .slick-arrow::before {
  content: "";
  display: block;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-arrow::before {
    width: 35px;
    height: 35px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-arrow::before {
    width: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-arrow::before {
    height: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-arrow::before {
    width: 6.6666666667vmin;
    height: 6.6666666667vmin;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
}
.refa_epi_cool .outline__img__slider .slick-arrow.slick-next {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-next {
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-prev {
    left: 0.625vw;
  }
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-next {
    right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-prev {
    left: 3vw;
  }
  .refa_epi_cool .outline__img__slider .slick-arrow.slick-next {
    right: 3vw;
  }
}
.refa_epi_cool .outline__img__slider .slick-dots {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-dots {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-dots {
    margin-top: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-dots {
    margin-top: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-dots li {
    padding: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-dots li {
    padding: 0.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-dots li {
    padding: 1.8666666667vmin;
  }
}
.refa_epi_cool .outline__img__slider .slick-dots li button {
  border-radius: 50%;
  background: #ccc;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-dots li button {
    width: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider .slick-dots li button {
    height: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider .slick-dots li button {
    width: 1.6vmin;
    height: 1.6vmin;
  }
}
.refa_epi_cool .outline__img__slider .slick-dots li.slick-active button {
  background: #000;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__img__slider__item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider__item {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_cool .outline__img__slider__item {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__img__slider__item {
    padding: 0 8vmin;
  }
}

/* 20250401追加 */

.refa_epi_cool .kv__bottom.kv__bottom--bg-lg {
  background: url(../img/bg-award-lg.jpg) no-repeat center top;
  background-size: cover;
}

.refa_epi_cool .kv__bottom__graph {
  max-width: 828px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .function__head {
    margin: 0 auto 6vmin;
  }
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .kv__bottom__graph {
    max-width: 88vmin;
    margin: 10vmin auto 5vmin;
  }
}

.function__mode__graph {
  max-width: 880px;
  margin: 0 auto min(7.7272727273vw, 85px);
}

@media screen and (max-width: 767px) {
  .function__mode__graph {
    margin: 0 auto 12vmin;
  }
}

@media screen and (min-width: 768px) {
  .refa_epi_cool .function__youtube__head {
    font-weight: 500;
    margin-bottom: 25px;
  }
  .refa_epi_cool .function__youtube {
    margin-bottom: min(9.0909090909vw, 100px);
  }
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .function__youtube__head {
    margin-bottom: 20px;
    font-weight: 500;
  }
  .refa_epi_cool .function__youtube {
    margin-bottom: 17.3333333333vmin;
  }
}

/* 20250512肌色センサー追加 */
.refa_epi_cool .function__box .gif {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .function__box .gif {
    max-width: min(54.545454545vw, 600px);
    margin-top: min(4vw, 44px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .function__box .gif {
    width: 100%;
    margin-top: 6vmin;
  }
}
.refa_epi_cool .parts__movie {
  max-width: 203px;
  margin-left: auto;
  margin-right: auto;
}
.refa_epi_cool .parts__movie iframe {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .parts__movie {
    margin-bottom: min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .parts__movie {
    margin-bottom: 6vmin;
  }
}
/* 20250526追加 タグ構造調整 */
/* h1,
p {
  padding-left: 0 !important;
} */

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
}

.refa_epi_cool .br-sp {
  display: none;
}

.c-ttl {
  font-size: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: -10px;
  margin-bottom: 80px;
}

.c-ttl--user-voice {
  position: relative;
}

.c-ttl--user-voice::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #014082;
  opacity: 0.3;
  z-index: 1;
}

.c-ttl--parts {
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.c-ttl__en {
  display: inline-block;
  font-size: 70px;
  font-weight: 500;
  color: #014082;
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 20px;
}

.c-ttl--user-voice .c-ttl__en {
  font-size: 50px;
  margin-bottom: 10px;
}

.c-head {
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 110px;
  position: relative;
}

.c-head::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #014082, #2dc5ea);
  z-index: 1;
}

.outline__head {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}

.outline__bg {
  width: 700px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: -20px auto 0;
  position: relative;
}

.outline__bg__txt01 {
  position: absolute;
  top: 165px;
  left: 114px;
}

.outline__bg__txt02 {
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
}

.outline__bg__txt03 {
  position: absolute;
  top: 148px;
  left: 470px;
}

.outline__bg__txt03 span {
  letter-spacing: -0.08em;
}

.outline__bg__txt04 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 60px;
}

.system__lead__head {
  font-size: 32px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.refa_epi_cool .skincare__col__txt .head {
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -12px;
}

.refa_epi_cool .ipl__col1__txt .head {
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  margin-top: -12px;
}

.refa_epi_cool .ipl__col2__txt .head {
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  margin-top: -12px;
}

.survey-results__items {
  display: flex;
  justify-content: center;
  max-width: 810px;
  margin: 0 auto;
}

.survey-results__item1 {
  width: 215px;
  flex-shrink: 0;
}

.survey-results__items2 {
  width: 595px;
  flex-shrink: 0;
}

.tvcm__ttl {
  font-size: 26px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}

.tvcm__ttl span {
  font-size: 32px;
}

.howto__heading {
  font-size: 26px;
  text-align: center;
  margin-bottom: 45px;
}

.specification__heading__wrap {
  text-align: center;
}

.specification__heading {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, rgba(180, 236, 239, 0.5), rgba(188, 212, 239, 0.5));
  padding: 2px 45px;
  margin-bottom: 45px;
}

.howto__schedule__heading__wrap {
  text-align: center;
}

.howto__schedule__heading {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, rgba(180, 236, 239, 0.5), rgba(188, 212, 239, 0.5));
  padding: 2px 45px;
  margin-bottom: 45px;
}

.faq__heading {
  font-size: 18px;
  text-align: center;
  margin-bottom: 125px;
  position: relative;
}

.faq__heading::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #014082, #2dc5ea);
  z-index: 1;
}

.faq__heading span {
  font-size: 26px;
}

.epi-comparison__heading {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.epi-comparison__heading span {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, rgba(180, 236, 239, 0.5), rgba(188, 212, 239, 0.5));
  padding: 2px 45px;
}

.refa_epi_cool .buy-now__other__head .head {
  font-family: "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1080px) {
  .refa_epi_cool .skincare__col__txt .head {
    font-size: 26px;
  }

  .refa_epi_cool .ipl__col1__txt .head {
    font-size: 26px;
  }

  .refa_epi_cool .ipl__col2__txt .head {
    font-size: 26px;
  }

  .survey-results__items {
    display: flex;
    justify-content: center;
    max-width: 740px;
    margin: 0 auto;
  }

  .survey-results__item1 {
    width: 180px;
  }

  .survey-results__items2 {
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .refa_epi_cool .br-pc {
    display: none;
  }

  .refa_epi_cool .br-sp {
    display: block;
  }

  .c-ttl {
    font-size: 5vw;
    font-weight: 600;
    margin-top: -1vw;
    margin-bottom: 10vw;
  }

  .c-ttl--user-voice {
    margin-bottom: 15vw;
  }

  .c-ttl--user-voice::before {
    bottom: -9.4vw;
    height: 8vw;
  }

  .c-ttl--parts {
    font-size: 6.8vw;
    font-weight: 600;
    margin-bottom: 1.3vw;
  }

  .c-ttl__en {
    font-size: 13.3vw;
    line-height: 1;
    margin-bottom: 3vw;
  }

  .c-ttl--user-voice .c-ttl__en {
    font-size: 10vw;
    margin-bottom: 2vw;
  }

  .c-head {
    font-size: 6.9vw;
    font-weight: 600;
    margin-bottom: 14vw;
  }

  .c-head::before {
    bottom: -8vw;
    height: 8vw;
  }

  .outline__head {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .c-head--message {
    margin-bottom: 52vw;
  }

  .outline__bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 4.2vw;
    line-height: 1.4;
  }

  .outline__bg__txt01 {
    position: absolute;
    top: 34.7vw;
    left: 10.4vw;
  }

  .outline__bg__txt02 {
    position: absolute;
    top: 16.3vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .outline__bg__txt03 {
    position: absolute;
    top: 31.8vw;
    left: 69.5vw;
  }

  .outline__bg__txt03 span {
    letter-spacing: -0.08em;
  }

  .outline__bg__txt04 {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: -16vw;
    margin-bottom: 8vw;
  }

  .system__lead__head {
    font-size: 6.9vw;
    margin-bottom: 2vw;
  }

  .refa_epi_cool .skincare__col__txt .head {
    font-size: 6.6vw;
    margin-top: 0;
    text-align: center;
  }

  .refa_epi_cool .ipl__col1__txt .head {
    font-size: 6.6vw;
    text-align: center;
    margin-top: 0;
  }

  .refa_epi_cool .ipl__col2__txt .head {
    font-size: 6.6vw;
    text-align: center;
    margin: 9vw auto 7vmin;
  }

  .survey-results__items {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 auto;
  }

  .survey-results__item1 {
    display: none;
  }

  .survey-results__items2 {
    width: 93%;
    margin: 0 auto;
  }

  .survey-results__items3 {
    width: 100%;
  }

  .tvcm__ttl {
    font-size: 5.2vw;
    font-weight: 600;
    margin-bottom: 6.6vw;
  }

  .tvcm__ttl span {
    font-size: 7.2vw;
  }

  .howto__heading {
    font-size: 5.2vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5vw;
  }

  .specification__heading {
    font-size: 4vw;
    font-weight: 600;
    padding: 0.5vw 6vw;
    margin-bottom: 8vw;
  }
  .howto__schedule__heading {
    font-size: 4vw;
    font-weight: 600;
    padding: 0.5vw 6vw;
    margin-bottom: 8vw;
  }

  .faq__heading {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 18vw;
  }

  .faq__heading::before {
    bottom: -10vw;
    height: 8vw;
  }

  .faq__heading span {
    font-size: 5.2vw;
    font-weight: 600;
  }

  .epi-comparison__heading {
    font-size: 5.2vw;
    font-weight: 600;
    margin-bottom: 8vw;
  }

  .epi-comparison__heading span {
    font-size: 4vw;
    font-weight: 600;
    padding: 0.5vw 6vw;
  }
}

/* 202506_ポイントバックキャンペーン */

@media screen and (min-width: 769px) {
  .refa_epi_cool .outline__box .point-back + .outline__instalment {
    margin-top: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 768.9px) {
  .refa_epi_cool .outline__box .point-back + .outline__instalment {
     margin-top: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_cool .outline__box .point-back {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .refa_epi_cool .outline__box .point-back {
    margin-top: min(2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_cool .outline__box .point-back {
    margin-top: 4vmin;
  }
}
@media screen and (min-width: 769px) {
  section.buy-now .block-line .point-back {
    margin-bottom: min(0.9090909091vw, 10px);
  }
}
@media screen and (max-width: 768.9px) {
  section.buy-now .block-line .point-back {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .point-back-txt {
    color: rgb(255, 0, 0);
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 768.9px) {
  .point-back-txt {
    color: rgb(255, 0, 0);
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 1rem;
  }
}


/* 20250623 コラムコメント追加 */
.survey-results__column {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.survey-results__column__img {
  position: relative;
  z-index: 5;
}
.survey-results__column__img .caption {
  line-height: 1.5;
}
.survey-results__column__text {
  position: relative;
  z-index: 1;
}
.survey-results__column__text::before {
  position: absolute;
  content: '';
  display: block;
  background-color: #d5dede;
  opacity: 0.5;
  z-index: -1;
}
.survey-results__column__text .ttl {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
}
.survey-results__column__text .txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .survey-results__column {
    width: min(90.9090909091vw, 1000px);
    margin-bottom: min(7.27272727vw, 80px);
  }
  .survey-results__column__img {
    margin-top: min(2vw, 22px);
    width: min(36.3636363636vw, 400px);
  }
  .survey-results__column__img .caption {
    font-size: min(1.2727272727vw, 14px);
    margin-top: min(0.3636363636vw, 4px);
  }
  .survey-results__column__text {
    flex: 1;
    padding: min(4.545454545vw, 50px) min(4.545454545vw, 50px) min(4.545454545vw, 50px) min(4vw, 44px);
  }
  .survey-results__column__text::before {
    top: 0;
    right: 0;
    height: 100%;
    width: min(70.4545454545vw, 775px);
  }
  .survey-results__column__text .ttl {
    font-size: min(2.3636363636vw, 26px);
    line-height: 1.6153846;
    margin-bottom: min(2vw, 22px);
  }
  .survey-results__column__text .txt {
    font-size: min(1.45454545vw, 16px);
    letter-spacing: 0.01em;
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .survey-results__column {
    flex-direction: column;
    row-gap: 9vw;
    margin-bottom: 12vw;
  }
  .survey-results__column__img {
    width: 78.666666667vw;
  }
  .survey-results__column__img .caption {
    font-size: 3.2vw;
    margin-top: 1.2vw;
  }
  .survey-results__column__text {
    width: 92vw;
    padding: 0 6.66666667vw 6.66666667vw;
  }
  .survey-results__column__text::before {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 145.6vw;
  }
  .survey-results__column__text .ttl {
    font-size: 6.93333333vw;
    text-align: center;
    line-height: 1.6153846;
    margin-bottom: 4vw;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
  .survey-results__column__text .txt {
    font-size: 3.733333333vw;
    letter-spacing: 0.02em;
    line-height: 1.92857;
  }
}