@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

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

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

/*--------------------------
    共通設定
----------------------------*/
body.fixed {
  overflow: hidden;
}

/* 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: #85c7d6;
  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: 767px) {
  .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;
  }
}
#pageTopBtn {
  display: none !important;
}

@media (min-width: 768px) {
  .spec-table {
    width: 720px;
    margin: auto auto 65px auto;
  }
  .spec-table .d-table {
    display: table;
  }
  .spec-table .d-row {
    display: table-row;
  }
  .spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 33px;
  }
  .spec-table .link-wrapper {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 150px;
  }
  .spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 150px);
    color: #5c656b;
  }
  .spec-table .text:nth-of-type(n + 2) {
    margin-top: 4px;
  }
  .spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    margin-top: -1px;
    padding: 20px 0 21px 0;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  .spec-table .bullet-list > li {
    margin-bottom: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .spec-table .bullet-list > li:last-of-type {
    margin-bottom: 38px;
  }
  .spec-table .title[aria-expanded=true] {
    margin-bottom: 35px;
    border-bottom: 1px solid #d8dee5;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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%);
  }
}
@media screen and (max-width: 767px) {
  .spec-table {
    margin: auto 0 sp_vw(40) 0 !important;
  }
  .spec-table .d-table {
    display: table;
  }
  .spec-table .d-row {
    display: table-row;
  }
  .spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 40px;
  }
  .spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 24.5333333333vw;
  }
  .spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 24.5333333333vw);
    color: #5c656b;
    padding-left: 38px;
  }
  .spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    margin-top: -1px;
    padding: 20px 0 21px 0;
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  .spec-table .bullet-list > li {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .spec-table .bullet-list > li:last-of-type {
    margin-bottom: 40px;
  }
  .spec-table .title[aria-expanded=true] {
    border-bottom: 1px solid #d8dee5;
    margin-bottom: 35px;
  }
  .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;
  }
  .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;
  }
  .spec-table .table-wrapper {
    display: none;
  }
  .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: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .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;
  }
  .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%);
  }
}
/*--------------------------
 buy now
----------------------------*/
@media (min-width: 768px) {
  section.buy-now #refa-epi-go-cool-buy-now.inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1000px, 92.5925925926vw);
    margin: auto auto min(20px, 1.8518518519vw) auto;
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .en {
    display: block;
    width: min(350px, 32.4074074074vw);
    margin-bottom: min(15px, 1.3888888889vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .ja {
    font-size: min(15px, 1.3888888889vw);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: min(20px, 1.8518518519vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .price {
    display: block;
    width: min(193px, 17.8703703704vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-left {
    width: min(480px, 44.4444444444vw);
    margin: 0 max(-60px, -5.5555555556vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-left .img-wrapper {
    position: relative;
    pointer-events: none;
  }
  section.buy-now #refa-epi-go-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(24px, 2.2222222222vw);
    height: min(24px, 2.2222222222vw);
    position: absolute;
    bottom: min(20px, 1.8518518519vw);
    right: min(20px, 1.8518518519vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right {
    position: relative;
    z-index: 10;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation {
    display: flex;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: min(10px, 0.9259259259vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation .img-wrapper {
    width: min(84px, 7.7777777778vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next,
  section.buy-now #refa-epi-go-cool-buy-now .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next[aria-disabled=true],
  section.buy-now #refa-epi-go-cool-buy-now .button-prev[aria-disabled=true] {
    display: none;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-prev {
    left: min(15px, 1.3888888889vw);
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next {
    right: min(15px, 1.3888888889vw);
  }
  section.buy-now #refa-epi-go-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(32px, 2.962962963vw);
    height: min(32px, 2.962962963vw);
  }
  section.buy-now #refa-epi-go-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(32px, 2.962962963vw);
    height: min(32px, 2.962962963vw);
  }
  section.buy-now .block-split {
    width: min(720px, 66.6666666667vw);
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: min(40px, 3.7037037037vw);
  }
  section.buy-now .block-split .inner {
    padding: min(42px, 3.8888888889vw) min(80px, 7.4074074074vw) 0 min(118px, 10.9259259259vw);
    display: flex;
    align-items: center;
  }
  section.buy-now .block-split .inner-2 {
    display: flex;
    padding: 0 min(40px, 3.7037037037vw) min(40px, 3.7037037037vw) min(40px, 3.7037037037vw);
  }
  section.buy-now .block-split .inner .block-left {
    width: min(98px, 9.0740740741vw);
    margin-right: min(13px, 1.2037037037vw);
  }
  section.buy-now .block-split .inner .block-right {
    margin-left: max(-1px, -0.0925925926vw);
  }
  section.buy-now .block-split .inner-2 .block-left {
    margin-right: min(20px, 1.8518518519vw);
  }
  section.buy-now .block-split .btn-link {
    border: 1px solid #8f999f;
    width: min(310px, 28.7037037037vw);
    margin: min(18px, 1.6666666667vw) 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(56px, 5.1851851852vw);
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: min(11px, 1.0185185185vw) min(20px, 1.8518518519vw) min(11px, 1.0185185185vw) min(20px, 1.8518518519vw);
    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(10px, 0.9259259259vw);
    height: min(10px, 0.9259259259vw);
    display: block;
    position: absolute;
    right: min(12px, 1.1111111111vw);
  }
  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(18px, 1.6666666667vw);
    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(18px, 1.6666666667vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.buy-now .block-purchase {
    width: min(720px, 66.6666666667vw);
    margin: auto auto min(30px, 2.7777777778vw) auto;
    border: min(3px, 0.2777777778vw) solid #d8dee5;
    padding: min(24px, 2.2222222222vw) 0;
  }
  section.buy-now .block-purchase h4 {
    font-size: min(18px, 1.6666666667vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: min(14px, 1.2962962963vw);
    width: min(640px, 59.2592592593vw);
    margin: auto;
    border-bottom: 1px solid #d8dee5;
  }
  section.buy-now .block-purchase .list {
    display: flex;
    flex-wrap: wrap;
    padding: min(32px, 2.962962963vw) min(37px, 3.4259259259vw) 0 min(37px, 3.4259259259vw);
  }
  section.buy-now .block-purchase .list > li {
    display: flex;
    align-items: stretch;
    width: min(310px, 28.7037037037vw);
  }
  section.buy-now .block-purchase .list > li:nth-of-type(2n + 1) {
    margin-right: min(20px, 1.8518518519vw);
  }
  section.buy-now .block-purchase .list > li:nth-of-type(n + 3) {
    margin-top: min(10px, 0.9259259259vw);
  }
  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(14px, 1.2962962963vw);
    height: min(14px, 1.2962962963vw);
    display: block;
    margin-right: min(8px, 0.7407407407vw);
  }
  section.buy-now .block-purchase .list > li span {
    font-size: min(14px, 1.2962962963vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    top: max(-2px, -0.1851851852vw);
  }
  section.buy-now .block-choice {
    width: min(720px, 66.6666666667vw);
    margin: auto auto min(40px, 3.7037037037vw) auto;
  }
  section.buy-now .block-choice .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4875;
    letter-spacing: 0.08em;
    margin-bottom: min(18px, 1.6666666667vw);
  }
  section.buy-now .block-choice .list {
    display: flex;
  }
  section.buy-now .block-choice .list > a {
    width: min(232px, 21.4814814815vw);
    border-radius: min(6px, 0.5555555556vw);
    border: 1px solid #8f999f;
    text-decoration: none;
  }
  section.buy-now .block-choice .list > a:nth-of-type(n + 2) {
    margin-left: min(11px, 1.0185185185vw);
  }
  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(12px, 1.1111111111vw);
  }
  section.buy-now .block-choice .list > a .inner .block-left {
    width: min(50px, 4.6296296296vw);
    margin-right: min(12px, 1.1111111111vw);
  }
  section.buy-now .block-guarantee {
    width: min(720px, 66.6666666667vw);
    margin: auto auto min(37px, 3.4259259259vw) auto;
    border: min(3px, 0.2777777778vw) solid #d8dee5;
  }
  section.buy-now .block-guarantee .inner {
    display: flex;
    padding: min(16px, 1.4814814815vw) min(20px, 1.8518518519vw) min(13px, 1.2037037037vw) min(20px, 1.8518518519vw);
  }
  section.buy-now .block-guarantee .inner .block-left {
    width: min(44px, 4.0740740741vw);
    margin-right: min(8px, 0.7407407407vw);
  }
  section.buy-now .block-guarantee .inner .text {
    margin-top: min(3px, 0.2777777778vw);
    margin-bottom: min(11px, 1.0185185185vw);
  }
  section.buy-now .block-guarantee .inner .text-1 {
    font-size: min(18px, 1.6666666667vw);
    line-height: 1.0888888889;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: min(2px, 0.1851851852vw);
    display: block;
  }
  section.buy-now .block-guarantee .inner .text-2 {
    font-size: min(14px, 1.2962962963vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: min(13px, 1.2037037037vw);
  }
  section.buy-now .block-guarantee .inner .external {
    font-size: min(14px, 1.2962962963vw);
    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(12px, 1.1111111111vw);
    height: min(12px, 1.1111111111vw);
    display: block;
    margin-left: min(3px, 0.2777777778vw);
  }
  section.buy-now .block-guarantee .aster-wrapper {
    margin-left: min(15px, 1.3888888889vw);
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0em;
    color: #5c656b;
    display: inline-flex;
  }
  section.buy-now .block-line {
    width: min(460px, 42.5925925926vw);
    margin: auto auto min(23px, 2.1296296296vw) auto;
    text-align: center;
  }
  section.buy-now .block-line .text-1 {
    font-size: min(14px, 1.2962962963vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #08aa7f;
    margin-bottom: min(17px, 1.5740740741vw);
  }
  section.buy-now .block-line .link {
    font-size: min(14px, 1.2962962963vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #5c656b;
    margin-bottom: min(5px, 0.462962963vw);
    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(11px, 1.0185185185vw);
    height: min(11px, 1.0185185185vw);
    display: block;
    margin-left: min(4px, 0.3703703704vw);
    display: inline-block;
  }
  section.buy-now #cart-black {
    display: none;
  }
  section.buy-now .block-line .cart {
    position: relative;
    background-color: #000;
    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(64px, 5.9259259259vw);
    margin-bottom: min(30px, 2.7777777778vw);
  }
  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: min(22px, 2.037037037vw);
    height: min(22px, 2.037037037vw);
    display: block;
    margin-right: min(8px, 0.7407407407vw);
    position: relative;
    top: max(-1px, -0.0925925926vw);
  }
  section.buy-now .block-line .cart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: min(10px, 0.9259259259vw);
    height: min(10px, 0.9259259259vw);
    margin: auto min(20px, 1.8518518519vw);
    border-top: min(2px, 0.1851851852vw) solid #fff;
    border-right: min(2px, 0.1851851852vw) 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;
  }
}
/*--------------------------
 buy now
----------------------------*/
@media (max-width: 767px) {
  section.buy-now #refa-epi-go-cool-buy-now.inner {
    margin-bottom: 5.3333333333vw;
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .ja {
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .en {
    display: block;
    width: 74.9333333333vw;
    margin: 0 auto 3.2vw;
  }
  section.buy-now #refa-epi-go-cool-buy-now .offer_txt .price {
    width: 44.4vw;
    margin: 0 auto;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-left .img-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  section.buy-now #refa-epi-go-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-go-cool-buy-now .block-right .variation {
    display: flex;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: 7px;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #refa-epi-go-cool-buy-now .block-right .variation .img-wrapper {
    width: 16.8vw;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next,
  section.buy-now #refa-epi-go-cool-buy-now .button-prev {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next[aria-disabled=true],
  section.buy-now #refa-epi-go-cool-buy-now .button-prev[aria-disabled=true] {
    display: none;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-prev {
    left: 10px;
  }
  section.buy-now #refa-epi-go-cool-buy-now .button-next {
    right: 10px;
  }
  section.buy-now #refa-epi-go-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-go-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 .block-split {
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: 3.3333333333vw;
  }
  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: #000;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 17.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.4666666667vw;
    height: 5.7333333333vw;
    display: block;
    margin-right: 3.3333333333vw;
    position: relative;
    top: -1px;
  }
  section.buy-now .block-line .cart:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: auto 4vw;
    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;
  }
}
.block-line-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .block-line-link {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .block-line-link {
    margin-bottom: 2.6666666667vw;
  }
}

/* 20250415 sp cartin modal */
@media screen and (max-width: 767px) {
  #pageTopBtn {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .p-modal {
    display: none !important;
  }
  .p-spfloatBtn {
    display: none !important;
  }
}
.offer_btn1 a.js-modal-open::after {
  display: none;
}

.p-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  position: fixed;
  z-index: -10;
  top: 0;
  width: 100%;
  transition: all 0.6s;
}

.p-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.p-modal.is-visible {
  opacity: 1;
  z-index: 2147483800;
  pointer-events: all;
  visibility: visible;
}

.p-modal.is-visible .p-modal__content {
  bottom: 0;
}

.p-modal.is-visible .p-modal__content .p-modal__ttl.is-fixed {
  position: fixed;
  top: auto;
  bottom: 96vw;
}

.p-modal.is-visible .p-modal__content .p-modal__closeicon.is-fixed {
  position: fixed;
  top: auto;
  bottom: 108.5vw;
}

.p-modal.is-visible .p-modal__content .p-modal__cartbtnwrap.is-fixed {
  position: fixed;
}

.p-modal__content {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 120vw;
  bottom: -120%;
  width: 100vw;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  border-radius: 10px 10px 0 0;
  padding: 18.66666667vw 0 0;
  transition: all 0.6s;
}

.p-modal__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0666667vw;
  line-height: 1;
  margin-bottom: 8vw;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 5.6vw 0;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  z-index: 5;
  top: 0;
}

.p-modal__content-wrap {
  border-bottom: 1px solid #d8dee5;
}

.p-modal__content-wrap + .p-modal__content-wrap {
  margin-top: 7.2vw;
}

.p-modal__content-wrap .ttl {
  padding: 0 8vw;
  font-weight: 500;
  font-size: 4.2666667vw;
  line-height: 1.21875;
  margin-bottom: 2.4vw;
}

.p-modal__content-wrap .ttl-note {
  display: block;
  font-size: 2.9333333vw;
  line-height: 1.73;
}

.p-modal__content-wrap .subttl {
  padding: 0 8vw;
  margin-bottom: 3.2vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3.73333333vw;
  line-height: 1;
}

.p-modal__content-wrap .item {
  display: flex;
  align-items: center;
  padding: 2.8vw 8vw;
  border-top: 1px solid #d8dee5;
  letter-spacing: 0;
}

.p-modal__content-wrap .item img {
  width: 16.4vw;
}

.p-modal__content-wrap .item .item-text {
  margin-left: 3.2vw;
  flex: 1;
}

.p-modal__content-wrap .item .item-text-color {
  font-size: 3.36vw;
  line-height: 1.18;
  margin-bottom: 1.6vw;
}

.p-modal__content-wrap .item .item-text-odor {
  font-size: 2.64vw;
  line-height: 1.364;
  margin-bottom: 1.6vw;
}

.p-modal__content-wrap .item .item-text-odor.orange {
  color: #e99a45;
}

.p-modal__content-wrap .item .item-text-odor.pink {
  color: #dc6164;
}

.p-modal__content-wrap .item .item-text-price {
  font-size: 4.8vw;
  line-height: 1;
}

.p-modal__content-wrap .item .item-text-price .yen {
  font-size: 4vw;
}

.p-modal__content-wrap .item .item-text-price .tax {
  font-size: 2.6666667vw;
}

.p-modal__content-wrap .item .btn {
  display: flex;
  align-items: center;
  width: 32.4vw;
  height: 9.72vw;
  border-radius: 1.3333333vw;
  background-color: #000;
  color: #fff;
  font-size: 3.12vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 7.92vw;
  text-decoration: none;
}

.p-modal__content-wrap .item .btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart.png);
  top: 50%;
  transform: translateY(-50%);
  width: 3.6vw;
  height: 3.96vw;
  left: 2.88vw;
}

.p-modal__content-wrap .item .btn.disabled {
  background-color: #bbbbbb;
  pointer-events: none;
  justify-content: center;
  padding-left: 0;
}

.p-modal__content-wrap .item .btn.disabled::before {
  display: none;
}

.p-modal__content-wrap .item .block-choice__text {
  color: #ff0f26;
}

.p-modal__content-wrap .item .block-choice__text,
.p-modal__content-wrap .item .block-choice__text span {
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}

.p-modal__closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3vw 0 3.6vw;
  column-gap: 1.33333vw;
  font-size: 3.733333vw;
  font-weight: 500;
}

.p-modal__closebtn img {
  width: 3.6vw;
  height: 3.6vw;
}

.p-modal__closeicon {
  position: absolute;
  z-index: 5;
  width: 5.6vw;
  height: 5.6vw;
  top: 5.6vw;
  right: 4vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-batsu.png);
}

.p-modal__cartbtnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 3.2vw 0;
}

.p-modal__cartbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #010000;
  color: #fff;
  width: 53.6vw;
  height: 10vw;
  font-size: 4vw;
  border-radius: 1.066666667vw;
  text-decoration: none;
}

.p-modal__cartbtn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart-arrow.png);
  width: 1.733333vw;
  height: 3.2vw;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2vw;
}

.p-modal__cartintxt {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.4vw;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 13px rgba(94, 96, 102, 0.5);
  border-radius: 0.853333333vw;
  padding: 4.8vw 0;
  text-align: center;
}

.p-modal__cartintxt p {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  font-weight: 700;
}

.p-spfloatBtn {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none;
  opacity: 0;
  padding: 2vw;
  width: 100vw;
  transition: all 0.25s ease;
  transform: translateY(60px);
}

.p-spfloatBtn.on {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.refa_epi_go_cool {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.refa_epi_go_cool img {
  width: 100%;
  height: auto;
}
.refa_epi_go_cool video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.refa_epi_go_cool a {
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool a:hover {
    opacity: 0.7;
  }
}
.refa_epi_go_cool .sup {
  vertical-align: super;
  font-size: 55%;
}
.refa_epi_go_cool .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .l-inner {
    max-width: min(1000px, 92.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .l-inner {
    max-width: 92vw;
  }
}
.refa_epi_go_cool .p-float {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
}
.refa_epi_go_cool .p-float.on {
  opacity: 1;
  transform: translateY(0);
}
.refa_epi_go_cool .p-float__nav {
  display: flex;
  justify-content: center;
  background-color: #7fa1be;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__nav {
    padding: min(8px, 0.7407407407vw);
  }
}
.refa_epi_go_cool .p-float__nav-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__nav-item:not(:last-of-type) {
    padding-right: min(20px, 1.8518518519vw);
    margin-right: min(20px, 1.8518518519vw);
    border-right: 1px solid #fff;
  }
}
.refa_epi_go_cool .p-float__nav-item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__nav-item a {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-float__btn {
  display: flex;
  justify-content: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__btn {
    column-gap: min(14px, 1.2962962963vw);
    padding: min(13px, 1.2037037037vw) 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__btn img {
    width: min(21px, 1.9444444444vw);
  }
}
.refa_epi_go_cool .p-float__btn-txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-float__btn-txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-kv {
  background-color: #8da5d4;
}
.refa_epi_go_cool .p-kv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__inner {
    margin: 0 auto;
    max-width: 1600px;
  }
}
.refa_epi_go_cool .p-kv__text {
  position: absolute;
  z-index: 1;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text {
    top: 50%;
    transform: translateY(-50%);
    left: 815px;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text {
    left: 50.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-kv__text {
    left: 50%;
    bottom: -9.3333333333vw;
    transform: translate(-50%, 100%);
  }
}
.refa_epi_go_cool .p-kv__text-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text-ttl {
    row-gap: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-kv__text-ttl {
    row-gap: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text-ttl .txt {
    font-size: clamp(20px, 3.7037037037vw, 40px);
    line-height: 1.3;
    letter-spacing: 0.18em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-kv__text-ttl .txt {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1.3076923077;
    letter-spacing: 0.18em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text-ttl .by {
    width: min(28px, 2.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-kv__text-ttl .by {
    width: 4.6666666667vw;
  }
}
.refa_epi_go_cool .p-kv__text-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-kv__text-logo {
    width: min(176px, 16.2962962963vw);
    margin-top: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-kv__text-logo {
    width: 39.7333333333vw;
    margin-top: 4.8vw;
  }
}
.refa_epi_go_cool .p-design {
  font-family: "Noto Serif JP", serif;
}
.refa_epi_go_cool .p-design__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__bg {
    background-image: url(../img/bg-design.jpg);
    padding: min(90px, 8.3333333333vw) 0 min(100px, 9.2592592593vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__bg {
    background-image: url(../img/bg-design-sp.jpg);
    padding: 56.2666666667vw 0 18.9333333333vw;
  }
}
.refa_epi_go_cool .p-design__title {
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__title {
    font-size: clamp(17px, 3.1481481481vw, 34px);
    line-height: 1.8823529412;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__title {
    font-size: calc(48 / 750 * 100vw);
    line-height: 2.0833333333;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__title {
    margin-bottom: min(36px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__title {
    margin-bottom: 6.4vw;
    padding-top: 8.5333333333vw;
  }
  .refa_epi_go_cool .p-design__title::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0.2666666667vw;
    background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
    top: 0;
    left: 0;
  }
}
.refa_epi_go_cool .p-design__title-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__title-main {
    font-size: clamp(27px, 5vw, 54px);
    line-height: 1.1666666667;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__title-main {
    font-size: calc(76 / 750 * 100vw);
    line-height: 1.3157894737;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-design__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__list {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}
.refa_epi_go_cool .p-design__list-item a {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__list-item a {
    width: min(240px, 22.2222222222vw);
    height: min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__list-item a {
    width: 44.8vw;
    height: 10.6666666667vw;
  }
}
.refa_epi_go_cool .p-design__list-item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-27deg, #0a588f 0%, #002756 54%, #001740 100%);
  color: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__list-item .num {
    font-size: clamp(12px, 2.2222222222vw, 24px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__list-item .num {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__list-item .num {
    width: min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__list-item .num {
    width: 10.6666666667vw;
  }
}
.refa_epi_go_cool .p-design__list-item .txt {
  flex: 1;
  text-align: center;
  color: #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__list-item .txt {
    font-size: clamp(11px, 2.037037037vw, 22px);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__list-item .txt {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-design__note {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.12em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__note {
    margin-top: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__note {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider {
    display: flex;
    justify-content: space-between;
    margin-top: min(8px, 0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider {
    margin: 2.1333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider .slick-list {
    overflow: visible;
  }
}
.refa_epi_go_cool .p-design__slider-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-item {
    width: min(240px, 22.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-item {
    width: 92vw;
    margin: 0 4vw;
  }
}
.refa_epi_go_cool .p-design__slider-item::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/im-design-shadow.png);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-item::after {
    width: min(259px, 23.9814814815vw);
    height: min(46px, 4.2592592593vw);
    bottom: max(-22px, -2.037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-item::after {
    width: 99.0666666667vw;
    height: 17.6vw;
    bottom: -8.8vw;
  }
}
.refa_epi_go_cool .p-design__slider a {
  position: relative;
  z-index: 3;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider a {
    padding: min(8px, 0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider a {
    padding: 3.2vw 3.2vw 4vw;
  }
}
.refa_epi_go_cool .p-design__slider-img {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-img {
    margin-bottom: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-img {
    margin-bottom: 4vw;
  }
}
.refa_epi_go_cool .p-design__slider-img .note {
  position: absolute;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-img .note {
    font-size: clamp(3.5px, 0.6481481481vw, 7px);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-img .note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-img .note {
    bottom: min(4px, 0.3703703704vw);
    right: min(5px, 0.462962963vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-img .note {
    bottom: 2vw;
    right: 2.2666666667vw;
  }
}
.refa_epi_go_cool .p-design__slider-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-text .txt {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-text .txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-text .txt {
    margin-bottom: min(8px, 0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-text .txt {
    margin-bottom: 2.4vw;
  }
}
.refa_epi_go_cool .p-design__slider-text .ttl {
  color: #064377;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-text .ttl {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-text .ttl {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-text .ttl {
    padding-right: min(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-text .ttl {
    padding-right: 5.8666666667vw;
  }
}
.refa_epi_go_cool .p-design__slider-text .ttl::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-bl.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-design__slider-text .ttl::after {
    width: min(9px, 0.8333333333vw);
    height: min(5px, 0.462962963vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-design__slider-text .ttl::after {
    width: 3.2vw;
    height: 1.6vw;
  }
}
.refa_epi_go_cool .p-design__slider .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -6.6666666667vw;
  column-gap: 1.3333333333vw;
}
.refa_epi_go_cool .p-design__slider .slick-dots li {
  display: flex;
}
.refa_epi_go_cool .p-design__slider .slick-dots li.slick-active button {
  background-color: #001842;
  opacity: 1;
}
.refa_epi_go_cool .p-design__slider .slick-dots li button {
  font-size: 0;
  border: none;
  box-shadow: none;
  outline: none;
  width: 8vw;
  height: 0.8vw;
  background-color: #ffffff;
  opacity: 0.3;
}
.refa_epi_go_cool {
  /*--------------------------
  	outline
  ----------------------------*/
}
.refa_epi_go_cool .outline {
  background-color: #f0f1f2;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline {
    padding: min(100px, 9.2592592593vw) 0;
    margin-bottom: min(100px, 9.2592592593vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline {
    padding: 11.7333333333vw 0 17.0666666667vw;
    margin-bottom: 16vw;
  }
}
.refa_epi_go_cool .outline__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__wrap {
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img {
    width: min(408px, 37.7777777778vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img {
    width: 81.3333333333vw;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-list {
    width: 78.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img img {
    margin: 0 0.1333333333vw;
  }
}
.refa_epi_go_cool .outline__img .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-left: 2px solid #9a9a9a;
  border-bottom: 2px solid #9a9a9a;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img .slick-arrow {
    width: min(34px, 3.1481481481vw);
    height: min(34px, 3.1481481481vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-arrow {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.refa_epi_go_cool .outline__img .slick-arrow.slick-prev {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img .slick-arrow.slick-prev {
    left: max(-8px, -0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-arrow.slick-prev {
    left: -1.3333333333vw;
  }
}
.refa_epi_go_cool .outline__img .slick-arrow.slick-next {
  transform: translate(50%, -50%) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img .slick-arrow.slick-next {
    right: max(-8px, -0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-arrow.slick-next {
    right: 0;
  }
}
.refa_epi_go_cool .outline__img .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img .slick-dots {
    bottom: max(-40px, -3.7037037037vw);
    column-gap: min(13px, 1.2037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-dots {
    bottom: -8.2666666667vw;
    column-gap: 3.4666666667vw;
  }
}
.refa_epi_go_cool .outline__img .slick-dots li {
  display: flex;
}
.refa_epi_go_cool .outline__img .slick-dots li.slick-active button {
  background-color: #0d0d0d;
}
.refa_epi_go_cool .outline__img .slick-dots li button {
  font-size: 0;
  background-color: #cccccc;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__img .slick-dots li button {
    width: min(7px, 0.6481481481vw);
    height: min(7px, 0.6481481481vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__img .slick-dots li button {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt {
    width: min(460px, 42.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt {
    width: 81.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .name {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .name {
    margin-bottom: 6.4vw;
  }
}
.refa_epi_go_cool .outline__txt .name__en {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .name__en {
    width: min(327px, 30.2777777778vw);
    margin-bottom: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .name__en {
    width: 74.9333333333vw;
    margin-inline: auto;
    margin-bottom: 3.2vw;
  }
}
.refa_epi_go_cool .outline__txt .name__jp {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .name__jp {
    font-size: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .name__jp {
    font-size: 3.2vw;
    text-align: center;
  }
}
.refa_epi_go_cool .outline__txt .merit {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .merit {
    margin-bottom: min(8px, 0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .merit {
    margin-bottom: 2.6666666667vw;
  }
}
.refa_epi_go_cool .outline__txt .merit li {
  color: #064377;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .merit li {
    font-size: clamp(7.5px, 1.3888888889vw, 15px);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .merit li {
    font-size: calc(21 / 750 * 100vw);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .merit li {
    padding: min(8px, 0.7407407407vw) min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .merit li {
    padding: 1.3333333333vw 1.0666666667vw;
  }
}
.refa_epi_go_cool .outline__txt .split {
  background-color: #fff;
  border: 1px solid #0c2e51;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split {
    margin-bottom: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split {
    margin-bottom: 5.3333333333vw;
  }
}
.refa_epi_go_cool .outline__txt .split__head {
  background-color: #0c2e51;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__head {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__head {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__head {
    padding: min(8px, 0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__head {
    padding: 1.0666666667vw;
  }
}
.refa_epi_go_cool .outline__txt .split__body {
  text-align: center;
  color: #0c2e51;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body {
    padding: 0 0 min(6px, 0.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body {
    padding: 0 0 2vw;
  }
}
.refa_epi_go_cool .outline__txt .split__body__txt {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body__txt {
    font-size: clamp(16px, 2.962962963vw, 32px);
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body__txt {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.7916666667;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body__txt .price {
    font-size: clamp(20px, 3.7037037037vw, 40px);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body__txt .price {
    font-size: calc(62 / 750 * 100vw);
    line-height: 1.3870967742;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body__txt .tax {
    font-size: clamp(7.5px, 1.3888888889vw, 15px);
    line-height: 3.7333333333;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body__txt .tax {
    font-size: calc(24 / 750 * 100vw);
    line-height: 3.5833333333;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body__note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.12em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .split__body__note {
    margin-top: max(-8px, -0.7407407407vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .split__body__note {
    margin-top: -1.6vw;
  }
}
.refa_epi_go_cool .outline__txt .sp .btn::before {
  rotate: -45deg;
}
.refa_epi_go_cool .outline__txt .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .btn {
    gap: min(9px, 0.8333333333vw);
    height: min(64px, 5.9259259259vw);
    margin-bottom: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .btn {
    gap: 5.3333333333vw;
    height: 17.0666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.refa_epi_go_cool .outline__txt .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .btn::before {
    right: min(24px, 2.2222222222vw);
    width: min(12px, 1.1111111111vw);
    height: min(12px, 1.1111111111vw);
    border-right: min(2px, 0.1851851852vw) solid #fff;
    border-bottom: min(2px, 0.1851851852vw) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .btn::before {
    right: 4.2666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.refa_epi_go_cool .outline__txt .btn__icn {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .btn__icn {
    width: min(23px, 2.1296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .btn__icn {
    width: 5.6vw;
  }
}
.refa_epi_go_cool .outline__txt .btn__txt {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .outline__txt .btn__txt {
    font-size: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .outline__txt .btn__txt {
    font-size: 4vw;
  }
}
.refa_epi_go_cool .outline__txt .line {
  display: block;
}
.refa_epi_go_cool {
  /*--------------------------
  	product
  ----------------------------*/
}
.refa_epi_go_cool .p-product {
  position: relative;
}
.refa_epi_go_cool .p-product__kv {
  display: flex;
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-img {
    width: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-img {
    width: 100%;
  }
}
.refa_epi_go_cool .p-product__kv-text {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-image: url(../img/bg-product.jpg);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text {
    background-image: url(../img/bg-product-sp.jpg);
    width: 100%;
    padding: 8vw 0 88vw;
  }
}
.refa_epi_go_cool .p-product__kv-text .title {
  color: #064377;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text .title {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 2.6;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text .title {
    font-size: calc(32 / 750 * 100vw);
    line-height: 2.1875;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text .title {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 7.8125vw;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .refa_epi_go_cool .p-product__kv-text .title {
    padding-left: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text .title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text .title-main {
    font-size: clamp(17px, 3.1481481481vw, 34px);
    line-height: 1.5294117647;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text .title-main {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.652173913;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text .notes {
    padding-left: min(20px, 1.8518518519vw);
    padding-bottom: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text .notes {
    text-align: center;
    margin-top: 4.8vw;
  }
}
.refa_epi_go_cool .p-product__kv-text .notes-txt {
  color: #4c4c4c;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__kv-text .notes-txt {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__kv-text .notes-txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__movie {
    background: linear-gradient(135deg, #e7f1fa 0%, #abc4ec 100%);
    padding: min(80px, 7.4074074074vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__movie {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12.8vw;
  }
}
.refa_epi_go_cool .p-product__movie-box {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__movie-box {
    margin: 0 auto;
    max-width: min(768px, 71.1111111111vw);
    padding: min(24px, 2.2222222222vw) min(16px, 1.4814814815vw) min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__movie-box {
    width: 92vw;
    padding: 5.3333333333vw 3.2vw 3.2vw;
  }
}
.refa_epi_go_cool .p-product__movie-box::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  background: url(../img/im-shadow.png) no-repeat center top/100% auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__movie-box::before {
    height: min(106px, 9.8148148148vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__movie-box::before {
    height: 17.6vw;
  }
}
.refa_epi_go_cool .p-product__movie-box .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__movie-box .txt {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__movie-box .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-product__movie-box .txt {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-product__movie-box .txt {
    margin-bottom: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-product__movie-box iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.refa_epi_go_cool {
  /*--------------------------
  	function
  ----------------------------*/
}
.refa_epi_go_cool .p-function__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__bg {
    padding: min(100px, 9.2592592593vw) 0 min(120px, 11.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__bg {
    padding: 11.7333333333vw 0 16vw;
  }
}
.refa_epi_go_cool .p-function__bg::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__bg::before {
    background-image: url(../img/bg-function.jpg);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__bg::before {
    background-image: url(../img/bg-function-sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head {
    margin-bottom: min(50px, 4.6296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head {
    margin-bottom: 16vw;
  }
}
.refa_epi_go_cool .p-function__head-lead {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-lead {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-lead {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-lead {
    padding-bottom: min(12px, 1.1111111111vw);
    margin-bottom: min(32px, 2.962962963vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-lead {
    padding-bottom: 2.4vw;
    margin-bottom: 6.4vw;
  }
}
.refa_epi_go_cool .p-function__head-lead::after {
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-lead::after {
    width: min(168px, 15.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-lead::after {
    width: 35.2vw;
  }
}
.refa_epi_go_cool .p-function__head-title {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title {
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title {
    margin-bottom: 8.4vw;
  }
}
.refa_epi_go_cool .p-function__head-title .txtwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .txtwrap {
    column-gap: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .txtwrap {
    flex-direction: column;
  }
}
.refa_epi_go_cool .p-function__head-title .by {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .by {
    width: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .by {
    width: 4.6666666667vw;
    margin: 3.2vw auto;
  }
}
.refa_epi_go_cool .p-function__head-title .txt {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .txt {
    font-size: clamp(27px, 5vw, 54px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .txt {
    font-size: calc(100 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function__head-title .txt03 {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .txt03 {
    font-size: clamp(9.5px, 1.7592592593vw, 19px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .txt03 {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .txt03 {
    margin: min(30px, 2.7777777778vw) 0 min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .txt03 {
    margin: 2.6666666667vw 0 15.2vw;
  }
}
.refa_epi_go_cool .p-function__head-title .txt04 {
  display: inline-block;
  background: linear-gradient(-27deg, #0a588f 0%, #002756 54%, #001740 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-title .txt04 {
    font-size: clamp(23px, 4.2592592593vw, 46px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-title .txt04 {
    font-size: calc(84 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__head-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list {
    flex-direction: column;
    row-gap: 3.2vw;
  }
}
.refa_epi_go_cool .p-function__head-list .item {
  display: flex;
  background-color: #fff;
  border: 1px solid #064377;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item {
    width: min(240px, 22.2222222222vw);
    height: min(64px, 5.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item {
    width: 100%;
    height: 19.2vw;
  }
}
.refa_epi_go_cool .p-function__head-list .item-num {
  background: linear-gradient(-27deg, #0a588f 0%, #002756 54%, #001740 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item-num {
    font-size: clamp(12px, 2.2222222222vw, 24px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item-num {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item-num {
    width: min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item-num {
    width: 19.2vw;
  }
}
.refa_epi_go_cool .p-function__head-list .item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item-text {
    padding-left: min(10px, 0.9259259259vw);
    row-gap: min(6px, 0.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item-text {
    padding-left: 4vw;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item-text-sub {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item-text-sub {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function__head-list .item-text-main {
  color: #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-list .item-text-main {
    font-size: clamp(13px, 2.4074074074vw, 26px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-list .item-text-main {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__head-note {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__head-note {
    margin-top: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__head-note {
    margin-top: -7.2vw;
    margin-right: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item:not(:last-of-type) {
    margin-bottom: min(120px, 11.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
.refa_epi_go_cool .p-function__item-titlewrap {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-titlewrap {
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-titlewrap {
    margin-bottom: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-titlewrap .p-function__item-title {
  margin-bottom: 0;
}
.refa_epi_go_cool .p-function__item-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-title {
    margin-bottom: min(54px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-title {
    margin-bottom: 8vw;
  }
}
.refa_epi_go_cool .p-function__item-title .num {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-title .num {
    height: min(64px, 5.9259259259vw);
    margin-bottom: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-title .num {
    height: 10.4vw;
    margin-bottom: 3.2vw;
  }
}
.refa_epi_go_cool .p-function__item-title .txt {
  color: #064377;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-title .txt {
    font-size: clamp(12px, 2.2222222222vw, 24px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-title .txt {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.8421052632;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-title .txt-main {
    font-size: clamp(18px, 3.3333333333vw, 36px);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-title .txt-main {
    font-size: calc(63 / 750 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__item-title .txt-main sup {
  font-size: 40%;
  position: relative;
  top: -1.2em;
}
.refa_epi_go_cool .p-function__item-titlenote {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-titlenote {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-titlenote {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-titlenote {
    margin-right: min(42px, 3.8888888889vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top.mb {
    margin-bottom: min(70px, 6.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top.mb {
    margin-bottom: 14.6666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-top .img {
  position: relative;
  z-index: 3;
  display: flex;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .img {
    width: min(480px, 44.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .img {
    width: 90.6666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-top .img-note {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .img-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .img-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .img-note {
    bottom: min(10px, 0.9259259259vw);
    right: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .img-note {
    bottom: 1.6vw;
    right: 1.6vw;
  }
}
.refa_epi_go_cool .p-function__item-top .text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text {
    flex-shrink: 0;
    margin-left: max(-60px, -5.5555555556vw);
    margin-top: min(60px, 5.5555555556vw);
    width: min(580px, 53.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text {
    width: 90.6666666667vw;
    margin-top: -17.7333333333vw;
    margin-left: auto;
  }
}
.refa_epi_go_cool .p-function__item-top .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(6, 67, 119, 0.1);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text-box {
    padding: 0 min(78px, 7.2222222222vw) 0 min(111px, 10.2777777778vw);
    height: min(272px, 25.1851851852vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text-box {
    padding-top: 24vw;
    padding-bottom: 6.4vw;
    padding-left: 8vw;
    padding-right: 9.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-top .text-box-txt {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text-box-txt {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1.8888888889;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text-box-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.9285714286;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text-box.large {
    height: min(322px, 29.8148148148vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text-box.large {
    padding-top: 33.3333333333vw;
    margin-top: -27.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top .text-note {
    margin-top: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top .text-note {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top.reverse .img {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top.reverse .text {
    margin-left: 0;
    margin-right: max(-60px, -5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top.reverse .text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top.reverse .text-box {
    padding: 0 min(111px, 10.2777777778vw) 0 min(60px, 5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-top.reverse .text-box {
    padding-left: 9.3333333333vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-top.reverse .text-box-txt {
    letter-spacing: 0.06em;
  }
}
.refa_epi_go_cool .p-function__item-subtitle {
  text-align: center;
  color: #064377;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-subtitle {
    font-size: clamp(16px, 2.962962963vw, 32px);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-subtitle {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-subtitle {
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-subtitle {
    margin-bottom: 4.8vw;
  }
}
.refa_epi_go_cool .p-function__item-subtitle .small {
  font-size: 60%;
}
.refa_epi_go_cool .p-function__item-box {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #064377;
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox {
    padding: 7.4666666667vw 5.3333333333vw 6.4vw;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .title {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .title {
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .title {
    margin-bottom: 6.4vw;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .title-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.refa_epi_go_cool .p-function__item-resultbox .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .wrap {
    justify-content: center;
    align-items: flex-start;
    column-gap: min(36px, 3.3333333333vw);
    margin-bottom: min(64px, 5.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .wrap {
    flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .img {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .img {
    width: min(490px, 45.3703703704vw);
  }
}
.refa_epi_go_cool .p-function__item-resultbox .img-icon {
  position: absolute;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: center/contain no-repeat url(../img/bg-part.png);
  color: #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon {
    width: min(104px, 9.6296296296vw);
    height: min(104px, 9.6296296296vw);
    top: max(-32px, -2.962962963vw);
    left: max(-10px, -0.9259259259vw);
    padding-top: min(4px, 0.3703703704vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    top: -4.2666666667vw;
    left: -2.1333333333vw;
    padding-top: 0.5333333333vw;
    row-gap: 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon-part {
    font-size: clamp(17px, 3.1481481481vw, 34px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .img-icon-part {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .text {
    width: min(360px, 33.3333333333vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .text-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .text-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .ba {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba {
    column-gap: min(80px, 7.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba {
    justify-content: space-between;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .ba-item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item {
    width: min(290px, 26.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item {
    width: 35.2vw;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .ba-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-bl2.png);
  top: 50%;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item:not(:last-of-type)::after {
    right: max(-36px, -3.3333333333vw);
    width: min(12px, 1.1111111111vw);
    height: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item:not(:last-of-type)::after {
    right: -4.8vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}
.refa_epi_go_cool .p-function__item-resultbox .ba-item-ttl {
  background-color: #064377;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-ttl {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-ttl {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-ttl {
    padding: min(6px, 0.5555555556vw) 0;
    margin-bottom: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-ttl {
    padding: 1.0666666667vw 0;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-txt {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-txt {
    margin-top: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-resultbox .ba-item-txt {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item--resultbox01 {
    padding: min(40px, 3.7037037037vw) 0 min(60px, 5.5555555556vw);
    margin-bottom: min(32px, 2.962962963vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item--resultbox01 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item--resultbox02 {
    padding: min(70px, 6.4814814815vw) 0 min(90px, 8.3333333333vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit {
    margin-top: min(56px, 5.1851851852vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit {
    margin-top: 10.6666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-merit .list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .list {
    column-gap: min(8px, 0.7407407407vw);
  }
}
.refa_epi_go_cool .p-function__item-merit .list-item {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 30px 15px rgba(107, 195, 232, 0.24);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .list-item {
    width: min(136px, 12.5925925926vw);
    height: min(136px, 12.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .list-item {
    width: 25.4666666667vw;
    height: 25.4666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-merit .list-item:nth-of-type(2n) {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .list-item:nth-of-type(2n) {
    margin-top: min(80px, 7.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .list-item:nth-of-type(2n) {
    margin-top: 20.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .list-item:nth-of-type(n+2) {
    margin-left: -6vw;
  }
}
.refa_epi_go_cool .p-function__item-merit .list-item-txt {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .list-item-txt {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .list-item-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__item-merit .list-item sup {
  position: absolute;
  top: -0.8em;
  font-size: 60%;
  right: -0.25em;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .notes {
    width: max-content;
    margin-left: auto;
    margin-top: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .notes {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-merit .notes-txt {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-merit .notes-txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment {
    margin-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment {
    margin-top: 8vw;
  }
}
.refa_epi_go_cool .p-function__item-attachment .plusicon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon {
    margin-bottom: min(30px, 2.7777777778vw);
    width: min(56px, 5.1851851852vw);
    height: min(56px, 5.1851851852vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon {
    margin-bottom: 6vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.refa_epi_go_cool .p-function__item-attachment .plusicon::before, .refa_epi_go_cool .p-function__item-attachment .plusicon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #064377;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.refa_epi_go_cool .p-function__item-attachment .plusicon::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon::before {
    height: 0.2666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-attachment .plusicon::after {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon::after {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment .plusicon::after {
    width: 0.2666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-attachment .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .wrap {
    align-items: center;
    justify-content: space-between;
    margin-top: min(36px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment .wrap {
    flex-direction: column;
    row-gap: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .img {
    width: min(500px, 46.2962962963vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .text {
    width: min(455px, 42.1296296296vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-attachment .text-txt {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1.8888888889;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-attachment .text-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.9285714286;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point {
    margin-top: min(80px, 7.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point {
    margin-top: 16vw;
  }
}
.refa_epi_go_cool .p-function__item-point .number {
  text-align: center;
  background-color: #064377;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .number {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1;
    letter-spacing: 0.22em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .number {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.22em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .number {
    padding: min(12px, 1.1111111111vw) 0;
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .number {
    padding: 2.4vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-point .title01 {
  text-align: center;
  color: #064377;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .title01 {
    font-size: clamp(14px, 2.5925925926vw, 28px);
    line-height: 1.6071428571;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .title01 {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__item-point .title02 {
  text-align: center;
  color: #064377;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .title02 {
    font-size: clamp(13px, 2.4074074074vw, 26px);
    line-height: 1.6153846154;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .title02 {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__item-point .title02 .small {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts {
    margin-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts {
    margin-top: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-title {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-title {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-title {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-title {
    margin-bottom: 2.4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-list {
    margin-bottom: min(75px, 6.9444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-list {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item {
    width: min(120px, 11.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item {
    width: 22vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-list-item-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item-txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item-txt {
    margin-top: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-list-item-txt {
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion {
    width: min(688px, 63.7037037037vw);
    margin-bottom: min(80px, 7.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion {
    margin-bottom: 8.5333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-accordion-body {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-body {
    padding: min(48px, 4.4444444444vw) min(158px, 14.6296296296vw) min(48px, 4.4444444444vw) min(184px, 17.037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-body {
    padding: 4vw 4.4vw 4vw 10.2666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-accordion-caution {
  background-color: #fff;
  border: 1px solid #bdc1c7;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution {
    padding: min(30px, 2.7777777778vw) min(45px, 4.1666666667vw) min(24px, 2.2222222222vw);
    margin-top: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution {
    margin-top: 5.3333333333vw;
    padding: 6vw 6.6666666667vw 4.8vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title {
    column-gap: min(6px, 0.5555555556vw);
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title {
    column-gap: 1.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title img {
    width: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title img {
    width: 4.4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title .txt {
  color: #d6001c;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title .txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-title .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-accordion-caution-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-accordion-caution-txt {
    font-feature-settings: "palt";
  }
}
.refa_epi_go_cool .p-function__item-point .parts-tablecontainer {
  position: relative;
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-tablewrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
    padding-bottom: 10.4vw;
    padding-left: 4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .parts-tablewrap .simplebar-track {
  background-color: #d9d9d9;
  height: 0.8vw;
}
.refa_epi_go_cool .p-function__item-point .parts-tablewrap .simplebar-scrollbar::before {
  border-radius: 0;
  opacity: 1 !important;
  background: linear-gradient(to right, #0a588f 0%, #002756, 54%, #001740 100%);
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-table {
    display: flex;
  }
  .refa_epi_go_cool .p-function__item-point .parts-table::after {
    flex-shrink: 0;
    content: "";
    display: block;
    width: 4vw;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-table img {
    max-width: none;
    width: 182.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .parts-note {
    margin-top: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .parts-note {
    position: absolute;
    left: 0;
    bottom: 4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment {
    flex-direction: column;
    row-gap: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item {
    width: min(480px, 44.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item {
    width: 100%;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box {
    margin-top: min(30px, 2.7777777778vw);
    padding: min(30px, 2.7777777778vw) min(28px, 2.5925925926vw) min(36px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box {
    margin-top: 4.8vw;
    padding: 7.7333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box-title {
  text-align: center;
  border-bottom: 1px solid #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title {
    padding-bottom: min(10px, 0.9259259259vw);
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title {
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box-title .title {
  color: #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .title {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box-title .note {
  color: #e1002a;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .note {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .note {
    margin-top: min(3px, 0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-title .note {
    margin-top: 0.6666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-wrap {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-wrap img {
    width: min(184px, 17.037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-wrap img {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text {
    width: min(220px, 20.3703703704vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .price {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .price {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function__item-point .attachment-item-box-text .price-tax {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6923076923;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .txt {
    margin-top: min(18px, 1.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .attachment-item-box-text .txt {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features {
    margin-top: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features {
    margin-top: 5.6vw;
  }
}
.refa_epi_go_cool .p-function__item-point .features .p-function__item-box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box {
    display: flex;
    flex-direction: column;
    padding: min(32px, 2.962962963vw) min(28px, 2.5925925926vw) min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box.w50 {
    width: min(480px, 44.4444444444vw);
  }
}
.refa_epi_go_cool .p-function__item-point .features-box-title {
  text-align: center;
  color: #064377;
  border-bottom: 1px solid #064377;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-title {
    font-size: clamp(10px, 1.8518518519vw, 20px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-title {
    padding-bottom: min(30px, 2.7777777778vw);
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-title {
    padding-bottom: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6923076923;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-txt.pc-ta-c {
    text-align: center;
  }
}
.refa_epi_go_cool .p-function__item-point .features-box-sensor {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor {
    flex-direction: column;
    align-items: center;
    row-gap: 10.6666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img01 {
    width: min(204px, 18.8888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img01 {
    width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img02 {
    width: min(347px, 32.1296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img02 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img03 {
    width: min(328px, 30.3703703704vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-sensor-img03 {
    width: 100%;
  }
}
.refa_epi_go_cool .p-function__item-point .features-box-method {
  display: block;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-method {
    margin-top: min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-method {
    margin-top: 6.4vw;
  }
}
.refa_epi_go_cool .p-function__item-point .features-box-subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-subtitle {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-subtitle {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-subtitle {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-subtitle {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-mode {
    margin-top: min(24px, 2.2222222222vw);
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-mode {
    margin-top: 6.4vw;
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-level {
    margin-bottom: min(24px, 2.2222222222vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-note {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-box-note {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-box-note {
    margin-top: 3.4666666667vw;
  }
}
.refa_epi_go_cool .p-function__item-point .features-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-wrap {
    justify-content: space-between;
    margin-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-wrap {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-accordion {
    margin-top: min(80px, 7.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-accordion {
    margin-top: 5.3333333333vw;
  }
}
.refa_epi_go_cool .p-function__item-point .features-accordion-body {
  display: flex;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-accordion-body {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: min(20px, 1.8518518519vw);
    padding: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function__item-point .features-accordion-body {
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function__item-point .features-accordion-body img {
    width: min(470px, 43.5185185185vw);
  }
}
.refa_epi_go_cool .p-function .js-accordion {
  margin-left: auto;
  margin-right: auto;
}
.refa_epi_go_cool .p-function .js-accordion-trigger {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger {
    padding: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger {
    padding: 2.4vw 0;
  }
}
.refa_epi_go_cool .p-function .js-accordion-trigger.is-active .icon::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .txt {
    font-size: clamp(9px, 1.6666666667vw, 18px);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .p-function .js-accordion-trigger .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon {
    width: min(16px, 1.4814814815vw);
    height: min(16px, 1.4814814815vw);
    right: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 2.9333333333vw;
  }
}
.refa_epi_go_cool .p-function .js-accordion-trigger .icon::before, .refa_epi_go_cool .p-function .js-accordion-trigger .icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.refa_epi_go_cool .p-function .js-accordion-trigger .icon::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon::before {
    height: 0.2666666667vw;
  }
}
.refa_epi_go_cool .p-function .js-accordion-trigger .icon::after {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon::after {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .p-function .js-accordion-trigger .icon::after {
    width: 0.2666666667vw;
  }
}
.refa_epi_go_cool .p-function .js-accordion-panel {
  display: none;
}
.refa_epi_go_cool {
  /*--------------------------
  	shaver
  ----------------------------*/
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-shaver.attachmentver .p-shaver__col__txt .txt {
    font-size: min(15px, 1.3888888889vw);
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .p-shaver.attachmentver .p-shaver__col__img {
    width: min(120px, 11.1111111111vw);
  }
}
.refa_epi_go_cool {
  /*--------------------------
  	faq
  ----------------------------*/
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq {
    margin: min(100px, 9.2592592593vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq {
    margin: 32vw 0 0;
  }
}
.refa_epi_go_cool .faq__head {
  color: #064377;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #bdc1c7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__head {
    font-size: clamp(17px, 3.1481481481vw, 34px);
    line-height: 1;
    letter-spacing: 0.24em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__head {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.24em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__head {
    padding-bottom: min(40px, 3.7037037037vw);
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__head {
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item {
    margin-bottom: min(60px, 5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item {
    margin-bottom: 8vw;
  }
}
.refa_epi_go_cool .faq__item.is-open .faq__item__q::before {
  transform: rotate(0deg);
}
.refa_epi_go_cool .faq__item__q {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__q {
    padding-right: min(45px, 4.1666666667vw);
    padding-left: min(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__q {
    padding: 0 8vw;
  }
}
.refa_epi_go_cool .faq__item__q::before, .refa_epi_go_cool .faq__item__q::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-color: #0c2e51;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__q::before, .refa_epi_go_cool .faq__item__q::after {
    width: min(29px, 2.6851851852vw);
    height: min(2px, 0.1851851852vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__q::before, .refa_epi_go_cool .faq__item__q::after {
    width: 5.0666666667vw;
    height: 0.4vw;
  }
}
.refa_epi_go_cool .faq__item__q::before {
  transform: rotate(90deg);
  transition: 0.4s all;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__q .txt {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.875;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__q .txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .faq__item__q .txt::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/ic-q.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__q .txt::before {
    width: min(22px, 2.037037037vw);
    height: min(22px, 2.037037037vw);
    top: min(3px, 0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__q .txt::before {
    top: 0.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
.refa_epi_go_cool .faq__item__a {
  position: relative;
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__a {
    margin-top: min(20px, 1.8518518519vw);
    padding-left: min(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__a {
    margin-top: 2.6666666667vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__a .txt {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__a .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.refa_epi_go_cool .faq__item__a .txt::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/ic-a.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__a .txt::before {
    width: min(22px, 2.037037037vw);
    height: min(22px, 2.037037037vw);
    top: min(3px, 0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__a .txt::before {
    top: 0.6666666667vw;
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__a .notes {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__a .notes {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .faq__item__a .notes {
    margin-top: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .faq__item__a .notes {
    margin-top: 2vw;
  }
}
.refa_epi_go_cool {
  /*--------------------------
  	buy-now
  ----------------------------*/
}
.refa_epi_go_cool #buy-now {
  background-color: #f0f1f2;
  color: #000;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool #buy-now {
    padding: min(90px, 8.3333333333vw) 0 min(120px, 11.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool #buy-now {
    padding: 16vw 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .buy-now #goodsspec_body {
    margin-top: min(30px, 2.7777777778vw) !important;
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .buy-now #goodsspec_body {
    margin-bottom: 2.6666666667vw;
  }
}
.refa_epi_go_cool .buy-now__box {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .buy-now__box {
    margin-bottom: min(56px, 5.1851851852vw);
    padding: 0 0 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .buy-now__box {
    padding: 5.3333333333vw 5.3333333333vw 16vw;
    margin-bottom: 10.6666666667vw;
  }
}
.refa_epi_go_cool .buy-now__box::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  background: url(../img/im-shadow.png) no-repeat center top/100% auto;
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .buy-now__box::before {
    height: min(66px, 6.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .buy-now__box::before {
    height: 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .refa_epi_go_cool .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .refa_epi_go_cool .sp {
    display: none;
  }
}