﻿@charset "UTF-8";
@media screen and (max-width: 767.98px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  body.fixed {
    overflow: hidden;
  }
  .contents {
    overflow: hidden;
    color: #000;
    font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .contents *:before,
  .contents *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents img,
  .contents svg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .contents table {
    border-collapse: collapse;
  }
  .contents .container {
    max-width: 750px;
    margin: 0 auto;
  }
  .contents .container-l {
    max-width: 940px;
    margin: 0 auto;
  }
  .pc-only,
  .pc_only,
  .only-pc {
    display: none !important;
  }
  .bg-screen-blend {
    position: relative;
  }
  .bg-screen-blend::after {
    content: "";
    width: 50vw;
    height: 32vw;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
    background: url(../img/bg-screen-blend.png) center / 100% auto no-repeat;
  }
  .z-1 {
    position: relative;
    z-index: 1;
  }
  #pageTopBtn {
    display: none;
  }
}
/*--------------------------
 kv
----------------------------*/
@media screen and (max-width: 767.98px) {
  .kv {
    position: relative;
  }
  .kv-button {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    display: inline-block;
    visibility: hidden;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 5;
  }
  .kv-button02 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    display: inline-block;
    visibility: hidden;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 5;
  }
  .kv-button.on,
  .kv-button02.on {
    visibility: visible;
    opacity: 1;
  }
  .kv_wrapper {
    max-width: 100%;
    margin: auto;
  }
  .kv_wrapper {
    position: relative;
    height: 138vw;
    width: 100vw;
    overflow: hidden;
  }
}
/*--------------------------
 menu
----------------------------*/
@media screen and (max-width: 767.98px) {
  .menu_wrapper {
    width: 92vw;
    margin-inline: auto;
  }
  .menu_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }
  .menu_wrapper ul li {
    width: 30vw;
    font-size: 3.2vw;
    text-align: center;
    border-radius: 100px;
    background: url(../img/ic-arrow-down.png) right 1vw center / 4vw 4vw no-repeat;
    background-color: #fbdddf;
  }
  .menu_wrapper ul li a {
    display: block;
    width: 100%;
    padding: 2.4vw;
    text-decoration: none;
  }
}
/*--------------------------
 offer
----------------------------*/
@media screen and (max-width: 767.98px) {
  .offer {
    padding-top: 20vw;
    background-color: #fff7f3;
  }
  .offer_wrapper {
    padding: 20vw 4vw 16vw;
  }
  .display_soldout a,
  section.buy-now .block-line .cart.display_soldout {
    background-color: #bfbfbf;
    pointer-events: none;
  }
  .display_soldout a::after {
    display: none !important;
  }
  .offer .block-inner .product {
    width: 94vw;
    margin-inline: calc(50% - 50vw);
  }
  .offer_txt .price {
    font-size: 1.75rem;
    line-height: calc(33.6 / 28);
    letter-spacing: 0.08em;
    margin-bottom: 4vw;
  }
  .offer_txt .yen {
    font-size: 1.4375rem;
    line-height: calc(33.6 / 23);
    letter-spacing: 0.08em;
  }
  .offer_txt .tax {
    font-size: 0.825rem;
    line-height: calc(33.6 / 13.2);
    letter-spacing: 0.08em;
  }
  .offer_txt .set_title {
    margin-bottom: 2vw;
    font-size: 3.46vw;
  }
  .display_soldout a,
  section.buy-now .block-line .cart.display_soldout {
    background-color: #bfbfbf;
    pointer-events: none;
  }
  .display_soldout a::after {
    display: none !important;
  }
  .offer .block-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 54px;
    border: 1px solid #afb7bc;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    position: relative;
    text-align: center;
  }
  .offer .block-line a:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-arrow-right-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*--------------------------
 user's voice
----------------------------*/
@media screen and (max-width: 767.98px) {
  .user-voice {
    padding-top: 20vw;
  }
  .user-voice > .head {
    text-align: center;
  }
  .user-voice > .head h2 {
    font-size: 7.19vw;
    letter-spacing: 0.04em;
    color: #fdccd2;
  }
  .user-voice > .head p {
    font-size: 4.53vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .user-voice-slider {
    margin-top: 10vw;
  }
  .user-voice-slider .item {
    padding: 8vw 6vw;
    background-color: #f3f2f3;
    cursor: grab;
  }
  .user-voice-slider .head {
    margin-bottom: 7vw;
    display: flex;
    justify-content: space-between;
  }
  .user-voice-slider .head h3 {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .user-voice-slider .head figure {
    width: 25vw;
  }
  .user-voice-slider .profile {
    margin-top: 3vw;
    font-size: 2.93vw;
  }
  .user-voice-slider .text {
    font-size: 3.46vw;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
}
/*--------------------------
 voice(instagram)
----------------------------*/
@media (max-width: 767.98px) {
  .voice {
    background-color: #f2f2f4;
    padding: 54px 0 60px 0;
  }
  .voice .block-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .voice .block-title:after {
    content: "";
    width: 22px;
    height: 1px;
    margin: 21px auto auto auto;
    background-color: #000000;
    display: block;
  }
  .voice .block-title .sub {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    display: block;
  }
  .voice .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.1875rem;
    line-height: calc(26.6 / 19);
    letter-spacing: 0.08em;
    position: relative;
    top: 7px;
    display: block;
  }
  .voice .swiper-target {
    margin: auto calc(15 / 375 * 100vw) 15px calc(15 / 375 * 100vw);
    overflow: hidden;
  }
  .voice .swiper-target a {
    text-decoration: none;
  }
  .voice .list > li {
    max-width: calc((100% - 14px) / 3);
    margin-right: 8px;
    max-height: calc(211 / 375 * 100vw);
    overflow: hidden;
    position: relative;
  }
  .voice .list > li:last-of-type {
    margin-right: 0;
  }
  .voice .list > li:after {
    content: "";
    height: 60px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 1));
  }
  .voice #vue-app-freepage-slider .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice .aster-wrapper {
    margin: auto calc(15 / 375 * 100vw);
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.96px;
    color: #5c656b;
  }
  .voice .button-next,
  .voice .button-prev {
    position: absolute;
    top: calc(91 / 375 * 100vw);
    z-index: 1;
    cursor: pointer;
  }
  .voice .button-next[aria-disabled="true"],
  .voice .button-prev[aria-disabled="true"] {
    display: none;
  }
  .voice .button-prev {
    left: 8px;
  }
  .voice .button-next {
    right: 8px;
  }
  .voice .button-next::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .voice .button-prev::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  .voice #vue-app-freepage-slider {
    position: relative;
    margin: auto;
  }
  .voice #vue-app-freepage-slider .img-wrapper {
    margin-bottom: 11px;
  }
  .voice #vue-app-freepage-slider .name {
    margin-bottom: 6px;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.96px;
    color: #5c656b;
  }
  .voice #vue-app-freepage-slider .comment {
    font-size: 0.6875rem;
    line-height: calc(17.58 / 11);
    letter-spacing: 0.88px;
    color: #5c656b;
  }
}
/*--------------------------
 kv-3
----------------------------*/
@media (max-width: 767.98px) {
  section.kv-3 .inner {
    position: relative;
    width: 100%;
    height: calc(740 / 750 * 100vw);
  }
  section.kv-3 .text-1 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em;
    position: absolute;
    left: calc(14 / 375 * 100vw);
    top: calc(38 / 375 * 100vw);
    color: #000;
  }
  section.kv-3 .note {
    font-size: 0.75rem;
    position: relative;
    top: -9px;
  }
  section.kv-3 .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em;
    top: calc(90 / 375 * 100vw);
    position: absolute;
    left: calc(14 / 375 * 100vw);
    color: #000;
  }
}
/*--------------------------
 howto
----------------------------*/
@media (max-width: 767.98px) {
  .howto {
    max-width: 92vw;
    margin: 30vw auto 20vw;
    padding: 5vw 8vw 11vw;
    background-color: #fcede9;
  }
  .howto > .head {
    position: relative;
    top: -11.5vw;
    text-align: center;
  }
  .howto > .head h2 {
    font-size: 7.19vw;
    letter-spacing: 0.04em;
    color: #fdccd2;
  }
  .howto > .head p {
    font-size: 4.53vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .howto .block-inner .text {
    margin-top: 5vw;
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .howto .block-inner .block-left,
  .howto .block-inner .block-right {
    position: relative;
  }
  .howto .block-inner .block-right {
    margin-top: 13vw;
  }
  .howto .block-inner .block-left::before,
  .howto .block-inner .block-right::before {
    position: absolute;
    content: "";
    top: -4vw;
    left: -4vw;
    width: 16vw;
    height: 16vw;
  }
  .howto .block-inner .block-left::before {
    background: url(../img/im-lockoil-step01_num.png) center / 100% auto no-repeat;
  }
  .howto .block-inner .block-right::before {
    background: url(../img/im-lockoil-step02_num.png) center / 100% auto no-repeat;
  }
}
/*--------------------------
 fragrance
----------------------------*/
@media (max-width: 767.98px) {
  .fragrance .block-inner {
    margin: 8vw auto 0;
  }
  .fragrance .block-inner .product .desc {
    width: 92%;
    margin: 6vw 4vw 10vw 7vw;
  }
  .fragrance .accordion {
    padding-top: 7vw;
    border-top: 1px solid #000;
  }
  .fragrance .accordion[data-active="true"] {
    padding-bottom: 5vw;
    margin-inline: auto;
    border-bottom: 1px solid #000;
  }
  .fragrance .accordion[data-active="true"] .accordion_head:after {
    transform: rotate(180deg);
  }
  .fragrance .accordion_img {
    padding: 7vw 0;
  }
  .fragrance .accordion_head {
    position: relative;
    font-size: 3.73vw;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  .fragrance .accordion_head:after,
  .fragrance .accordion_head:before {
    background-color: #fd8c93;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .fragrance .accordion_head:after {
    transform: rotate(270deg);
    transition: transform 0.3s;
  }
  .fragrance .accordion_content {
    display: none;
  }
}
/*--------------------------
 hair quality
----------------------------*/
@media (max-width: 767.98px) {
  .hair_quality {
    padding: 20vw 0 35vw;
  }
  .hair_quality .block-inner {
    margin-top: 5vw;
  }
  .hair_quality .block-inner .block-left {
    margin-bottom: 14vw;
  }
  .hair_quality .block-inner .head {
    font-size: 8.79vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fd8c93;
  }
  .hair_quality .block-inner .lead {
    margin: 5vw 0 3vw;
    font-size: 4.53vw;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .hair_quality .block-inner .block-left figure,
  .hair_quality .block-inner .block-right figure {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
/*--------------------------
 feature
----------------------------*/
@media (max-width: 767.98px) {
  .feature > .block-inner {
    margin-top: 4vw;
    margin-bottom: 17vw;
  }
  .feature > .block-inner .block-left {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .feature > .block-inner .lead {
    margin: 7vw 0 3vw;
    font-size: 4.53vw;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
/* point--first
-------------------------*/
@media (max-width: 767.98px) {
  .point {
    position: relative;
    margin-inline: auto;
    padding: 10vw 8vw 13vw;
    background-color: #fff;
    box-shadow: 0px 0px 32px 3px #fadfe2;
  }
  .point:nth-child(even) {
    margin: 17vw auto;
  }
  .point:before {
    content: "";
    position: absolute;
    left: 3vw;
    top: -9vw;
    width: 20vw;
    height: 16vw;
  }
  .point--first:before {
    background: url(../img/hx-point1_num.png) center / 100% auto no-repeat;
  }
  .point--second:before {
    background: url(../img/hx-point2_num.png) center / 100% auto no-repeat;
  }
  .point--third:before {
    background: url(../img/hx-point3_num.png) center / 100% auto no-repeat;
  }
  .point_head {
    position: relative;
    font-size: 4.53vw;
    letter-spacing: 0.06em;
    line-height: 1.65;
  }
  .point_head::after {
    width: 22vw;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    white-space: pre;
    font-size: 3.73vw;
    text-align: center;
    border: solid 1px #fd8c93;
    border-radius: 100vmin;
    background-color: #fff;
    color: #fd8c93;
  }
  .point--first .point_head::after {
    content: "きれいに\Aロック";
  }
  .point--second .point_head::after {
    content: "ダメージ\A補修";
  }
  .point--third .point_head::after {
    content: "質感\Aメイク";
  }
  .point .block-inner {
    margin-top: 5vw;
  }
  .point .block-inner .block-right {
    margin-top: 9vw;
  }
  .point--first .accordion {
    margin-top: 10vw;
    padding-top: 4vw;
    border-top: 1px solid #000;
  }
  .point--first .accordion[data-active="true"] {
    padding-bottom: 10vw;
    border-bottom: 1px solid #000;
  }
  .point--first .accordion[data-active="true"] .accordion_head:after {
    transform: rotate(180deg);
  }
  .point--first .accordion_img {
    padding: 32px 0 14px;
  }
  .point--first .accordion_head {
    position: relative;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  .point--first .accordion_head span {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 5vw;
    letter-spacing: 0.16em;
  }
  .point--first .accordion_head:after,
  .point--first .accordion_head:before {
    background-color: #fd8c93;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .point--first .accordion_head:after {
    transform: rotate(270deg);
    transition: transform 0.3s;
  }
  .point--first .accordion_content {
    display: none;
  }
  .point--first .accordion_inner {
    margin-top: 5vw;
  }
  .point--first .accordion_inner_left,
  .point--first .accordion_inner_right {
    padding: 24px;
  }
  .point--first .accordion_inner_left {
    margin-bottom: 5vw;
    position: relative;
    background-color: #f3f2f3;
  }
  .point--first .accordion_inner_left::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8vw;
    transform: translateX(-50%);
    display: inline-block;
    width: 14vw;
    height: 8vw;
    background: #f3f2f3;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  .point--first .accordion_inner_right {
    background-color: #fcf4e8;
  }
}
/*--------------------------
 arrange
----------------------------*/
@media (max-width: 767.98px) {
  section.arrange {
    padding: 40px calc(15 / 375 * 100vw) 20px calc(15 / 375 * 100vw);
  }
  section.arrange .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }
  section.arrange .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em;
    display: block;
    padding-bottom: 5px;
  }
  section.arrange .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em;
    display: block;
  }
  section.arrange .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  section.arrange .text-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  section.arrange .inner-2 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;
  }
  section.arrange .inner-2 .img-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  section.arrange .inner-2 .block {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 30px;
  }
  section.arrange .inner-2 .block:last-child {
    margin-right: 0px;
  }
  section.arrange .inner-2 .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.1875rem;
    line-height: calc(26.6 / 19);
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  section.arrange .inner-2 .text-3 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
  }
  section.arrange .btn-link {
    border: 1px solid #8f999f;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  section.arrange .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 1.12px;
    color: #000000;
    padding: 10px 40px 10px 34px;
    position: relative;
  }
  section.arrange .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: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
/*--------------------------
 lock-series banner
----------------------------*/
@media (max-width: 767.98px) {
  .lock-series_banner {
    max-width: 690px;
    padding: 0 4vw 32vw;
  }
  .lock-series_banner .block-title {
    text-align: center;
    margin-bottom: 34px;
  }
  .lock-series_banner .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  .lock-series_banner .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em;
    display: block;
  }
  .lock-series_banner .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 7px;
  }
}
/*--------------------------
 faq
----------------------------*/
@media (max-width: 767.98px) {
  section.faq {
    background-color: #c6d5de;
    padding: 11vw 4vw 8vw;
  }
  section.faq .block-title {
    margin: auto;
    text-align: center;
    margin-bottom: 10vw;
    letter-spacing: 0.1em;
  }
  section.faq .block-title .sub {
    display: block;
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 4.53vw;
  }
  section.faq .block-title .main {
    display: block;
    font-size: 7.19vw;
    letter-spacing: 0.15em;
  }
  section.faq #vue-app-freepage-faq {
    background-color: #fff;
    margin: auto;
  }
  section.faq #vue-app-freepage-faq .list > li:nth-of-type(n + 2) {
    border-top: 1px solid #d8dee5;
  }
  section.faq #vue-app-freepage-faq .question {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 20px 40px 20px calc(15 / 375 * 100vw);
    font-size: 1rem;
    line-height: calc(25.2 / 16);
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  section.faq #vue-app-freepage-faq .answer .inner {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 2px 16px 40px calc(15 / 375 * 100vw);
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
  section.faq #vue-app-freepage-faq .answer {
    display: none;
  }
  section.faq #vue-app-freepage-faq .question:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-question.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: calc(15 / 375 * 100vw);
    flex-shrink: 0;
  }
  section.faq #vue-app-freepage-faq .question[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/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;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq #vue-app-freepage-faq .question[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/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;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq #vue-app-freepage-faq .question span {
    width: calc(100% - 50px - 25px);
    position: relative;
    top: 4px;
  }
  section.faq #vue-app-freepage-faq .answer .inner:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-answer.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: calc(15 / 375 * 100vw);
    flex-shrink: 0;
    position: relative;
    top: 5px;
  }
  section.faq #vue-app-freepage-faq .question p {
    position: relative;
    top: 2px;
  }
  section.faq #vue-app-freepage-faq .answer .inner p {
    position: relative;
    top: 10px;
  }
  section.faq #vue-app-freepage-faq .answer a {
    text-decoration: none;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
}
/*--------------------------
 buy now
----------------------------*/
@media (max-width: 767.98px) {
  section.buy-now {
    padding: 14vw 4vw;
  }
  section.buy-now .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }
  section.buy-now .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 7px;
  }
  section.buy-now .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em;
    display: block;
  }
  section.buy-now .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  section.buy-now #vue-app-freepage-buy-now.inner,
  section.buy-now #vue-app-freepage-buy-now-2.inner {
    /* margin: auto calc(15 / 375 * 100vw) 30px calc(15 / 375 * 100vw); */
  }
  section.buy-now #vue-app-freepage-buy-now .offer_txt .ja,
  section.buy-now #vue-app-freepage-buy-now-2 .offer_txt .ja {
    font-size: 1.375rem;
    line-height: calc(30.8 / 22);
    letter-spacing: 0.08em;
    display: block;
  }
  section.buy-now #vue-app-freepage-buy-now .offer_txt .en,
  section.buy-now #vue-app-freepage-buy-now-2 .offer_txt .en {
    font-size: 1rem;
    line-height: calc(22.4 / 16);
    letter-spacing: 0.08em;
    display: block;
    margin: 3vw 0 4vw;
  }
  section.buy-now #vue-app-freepage-buy-now .offer_txt,
  section.buy-now #vue-app-freepage-buy-now-2 .offer_txt {
  }
  section.buy-now #vue-app-freepage-buy-now .block-left .slide-target,
  section.buy-now #vue-app-freepage-buy-now-2 .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }
  section.buy-now #vue-app-freepage-buy-now .block-left .img-wrapper,
  section.buy-now #vue-app-freepage-buy-now-2 .block-left .img-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  section.buy-now #vue-app-freepage-buy-now .block-left .zoom:after,
  section.buy-now #vue-app-freepage-buy-now-2 .block-left .zoom:after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right .variation,
  section.buy-now #vue-app-freepage-buy-now-2 .block-right .variation {
    display: flex;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right .variation > li,
  section.buy-now #vue-app-freepage-buy-now-2 .block-right .variation > li {
    width: 18vw;
    border: 1px solid #d8dee5;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right .variation > li:nth-of-type(n + 2),
  section.buy-now #vue-app-freepage-buy-now-2 .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: 7px;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right .variation > li.active,
  section.buy-now #vue-app-freepage-buy-now-2 .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right .variation .img-wrapper,
  section.buy-now #vue-app-freepage-buy-now-2 .block-right .variation .img-wrapper {
    width: calc(63 / 375 * 100vw);
  }
  section.buy-now #vue-app-freepage-buy-now .button-next,
  section.buy-now #vue-app-freepage-buy-now-2 .button-prev {
    position: absolute;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #vue-app-freepage-buy-now .button-next[aria-disabled="true"],
  section.buy-now #vue-app-freepage-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #vue-app-freepage-buy-now .button-prev,
  section.buy-now #vue-app-freepage-buy-now-2 .button-prev {
    left: 10px;
  }
  section.buy-now #vue-app-freepage-buy-now .button-next,
  section.buy-now #vue-app-freepage-buy-now-2 .button-next {
    right: 10px;
  }
  section.buy-now #vue-app-freepage-buy-now .button-next::after,
  section.buy-now #vue-app-freepage-buy-now-2 .button-next::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #vue-app-freepage-buy-now .button-prev::after,
  section.buy-now #vue-app-freepage-buy-now-2 .button-prev::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now .block-split {
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: 40px;
  }
  section.buy-now .block-split .inner {
    padding: 14px calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
    align-items: center;
  }
  section.buy-now .block-split .inner-2 {
    padding: 0 calc(15 / 375 * 100vw) 18px calc(15 / 375 * 100vw);
  }
  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;
    width: 315px;
    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: calc(16.8 / 12);
    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("/assets/beauty/refa/haircare/common/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: calc(23.8 / 17);
    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: calc(25.2 / 10.8);
    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: calc(23.8 / 17);
    letter-spacing: 0.08em;
  }
  section.buy-now .block-purchase {
    margin: auto calc(15 / 375 * 100vw) 34px calc(15 / 375 * 100vw);
    border: 3px solid #d8dee5;
    padding: 24px 0 24px 0;
  }
  section.buy-now .block-purchase .inner {
    padding: 0 calc(15 / 375 * 100vw);
  }
  section.buy-now .block-purchase .head {
    font-size: 1.0625rem;
    line-height: calc(23.8 / 17);
    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 calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
  }
  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("/assets/beauty/refa/haircare/products/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: calc(19.6 / 14);
    letter-spacing: 0.08em;
    position: relative;
    top: -2px;
  }
  section.buy-now .block-choice {
    margin: 15vw 0 7vw;
  }
  section.buy-now .block-choice .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: calc(23.8 / 16);
    letter-spacing: 0.08em;
    margin-bottom: 2vw;
  }
  section.buy-now .block-choice .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  section.buy-now .block-choice .list > a {
    display: block;
    width: 48%;
    padding: 4px;
    border-radius: 6px;
    border: 2px solid #e7e7e7;
    text-decoration: none;
    position: relative;
  }
  section.buy-now .block-choice .list > a.active {
    border: 2px solid #888;
  }
  section.buy-now .block-choice .list > a .inner {
    display: grid;
    grid-template-columns: 10vw 1fr;
    align-items: center;
    height: 100%;
  }
  section.buy-now .block-choice .list > a .inner .block-right {
    font-size: 3vw !important;
  }
  section.buy-now .block-choice .list > a:nth-child(3) .inner .block-right {
    font-size: 2.3vw !important;
  }
  /* section.buy-now .block-choice .list > a[data-cart^="#cart-twin"] {
    margin-top: 100px;
  } */
  /* section.buy-now .block-choice .list > a[data-cart^="#cart-twin"]:before{
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #739fba;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%); 
    pointer-events: none;
  }
  section.buy-now .block-choice .list > a[data-cart^="#cart-twin"]:after{
    content: "おしゃれ上級者はこちら\Aヘアスタイルによって使い分けよう";
    white-space: pre;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: -86px;
    left: 0;
    background-color: #739fba;
    color: #fff;
    padding: 0.7rem;
    border-radius: 6px;
    pointer-events: none;
  } */
  section.buy-now .block-guarantee {
    margin: auto calc(15 / 375 * 100vw) 35px calc(15 / 375 * 100vw);
    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: calc(23.8 / 17);
    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: calc(19.6 / 14);
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 13px;
  }
  section.buy-now .block-guarantee .aster-wrapper {
    display: inline-block;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.08em;
    color: #5c656b;
  }
  section.buy-now .block-guarantee .aster-wrapper span {
    margin-right: 4px;
  }
  section.buy-now .block-line {
    width: 100%;
    margin: auto auto 23px auto;
    text-align: center;
  }
  section.buy-now .block-line .text-1 {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    color: #08aa7f;
    margin-bottom: 5px;
  }
  section.buy-now .block-line .link {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
    margin-bottom: 19px;
    display: block;
  }
  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: 11px;
    height: 11px;
    display: block;
    margin-left: 4px;
    display: inline-block;
  }
  section.buy-now #cart-black {
    display: none;
  }
  section.buy-now .block-line .cart {
    background-color: #010000;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.08em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 17vw;
    margin: 0 auto 2.61vw auto;
  }
  .display_soldout a,
  section.buy-now .block-line .cart.display_soldout {
    background-color: #bfbfbf;
    pointer-events: none;
  }
  .display_soldout a::after {
    display: none !important;
  }
  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }
  section.spec-table {
    margin: auto calc(15 / 375 * 100vw) 50px calc(15 / 375 * 100vw);
  }
  section.spec-table .d-table {
    display: table;
  }
  section.spec-table .d-row {
    display: table-row;
  }
  section.spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    padding-bottom: 40px;
  }
  section.spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: calc(92 / 375 * 100vw);
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 92 / 375 * 100vw);
    color: #5c656b;
    padding-left: 38px;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  section.spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    padding: 20px 0 21px 0;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  section.spec-table .bullet-list > li {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
  }
  section.spec-table .bullet-list > li:last-of-type {
    margin-bottom: 40px;
  }
  section.spec-table .title[aria-expanded="true"] {
    border-bottom: 1px solid #d8dee5;
    margin-bottom: 35px;
  }
  section.spec-table .title[aria-expanded="false"] {
    border-bottom: 1px solid #d8dee5;
  }
  section.spec-table .title[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .table-wrapper {
    display: none;
    border-bottom: 1px solid #d8dee5;
  }
  section.spec-table .link-wrapper {
    margin-bottom: 40px;
  }
  section.spec-table .external {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
  }
  section.spec-table .external:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    order: 2;
    margin-left: 4px;
  }
  section.spec-table .external:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/common/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%);
  }
  section.regular {
    padding: 54px calc(15 / 375 * 100vw) 23vw calc(15 / 375 * 100vw);
  }
  section.regular .block-split {
    width: 100%;
    margin: auto;
  }
  section.regular .block-split .inner p.text-1 {
    text-align: center;
    font-size: 1.1875rem;
    line-height: calc(26.6 / 19);
    letter-spacing: 1.12px;
    margin-bottom: 40px;
  }
  section.regular .block-split .btn-link {
    border: 1px solid #afb7bc;
    width: 100%;
    margin: 0 auto 13px;
    background-color: #fff;
    background-position: 93.5% center;
    background-size: 48px auto;
    background-repeat: no-repeat;
  }
  section.regular .block-split .btn-link:nth-child(1) {
    background-image: url("/assets/beauty/refa/haircare/products/lock_oil/img/im-lockoil_01.png");
  }
  section.regular .block-split .btn-link:nth-child(2) {
    background-image: url("/assets/beauty/refa/haircare/products/lock_oil/img/im-lockoil_02.png");
  }
  section.regular .block-split .btn-link:nth-child(3) {
    background-image: url("/assets/beauty/refa/haircare/products/lock_oil/img/im-lockoil-bloom_01.png");
  }
  section.regular .block-split .btn-link:nth-child(4) {
    background-image: url("/assets/beauty/refa/haircare/products/lock_oil/img/im-lockoil-bloom_02.png");
  }
  section.regular .block-split .btn-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 56px;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 1.12px;
    color: #000000;
    padding: 11px 20px 11px 20px;
    position: relative;
  }
  section.regular .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: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
  }
  /* ---------------------------------
	association
---------------------------------- */
  .association {
    background-color: #f4f4f6;
    padding: 10vw calc(15 / 375 * 100vw) 5vw;
  }
  .association .head {
    text-align: center;
    font-size: 1.1875rem;
    line-height: calc(26.6 / 19);
    letter-spacing: 0.08em;
    margin-bottom: 9vw;
  }
  .association .inner {
    margin: auto;
  }
  .association .inner-2 {
    padding: 5vw calc(15 / 375 * 100vw);
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
  .association .inner .block-right,
  .association .inner .block-left {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  .association .text-1 {
    font-size: 1.0625rem;
    line-height: calc(25.6 / 17);
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    display: block;
  }
  .association .text-2 {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    margin-bottom: 17px;
    display: block;
  }
  .association .text-3 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
    display: block;
  }
  .association .img-wrapper {
    width: 126px;
  }
  .association .b-left {
    margin-right: 16px;
  }
  .association .b-left .img-wrapper {
    margin-bottom: 36px;
  }
  .association .b-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .association .b-right .img-wrapper {
    margin-bottom: 22vw;
    margin-bottom: 24px;
  }
  .association .inner .block-right .b-right .img-wrapper {
    margin-bottom: 24px;
  }
  .association .link {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
  }
  .association .link:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/im-arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
  }
  section.support {
    background-color: #fff;
    margin: 60px calc(15 / 375 * 100vw);
  }
  section.support .inner {
    margin: auto;
    padding: 27px calc(15 / 375 * 100vw) 30px calc(15 / 375 * 100vw);
    border: 1px solid #8f999f;
  }
  section.support .inner .block-right {
    display: flex;
    align-items: center;
  }
  section.support .text-1 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.125rem;
    line-height: calc(25.2 / 18);
    letter-spacing: 0.08em;
    margin-bottom: 6px;
  }
  section.support .text-2 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
  }
  section.support .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    background-color: #010000;
    position: relative;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    width: 100%;
    margin-top: 8px;
  }
  section.support .link:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-support-wh.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    left: -13px;
  }
  section.support .link:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-arrow-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  #refaHairTips {
    background-color: #f4f4f6;
    padding: 52px calc(15 / 375 * 100vw) 60px calc(15 / 375 * 100vw);
  }
  #refaHairTips .block-inner {
    margin: auto;
  }
  #refaHairTips .block-inner .caption {
    font-size: 1rem;
    color: #000000;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.083em;
    margin-bottom: 18px;
  }
  #refaHairTips .block-inner .picture-wrapper {
    text-align: center;
    margin-bottom: 27px;
  }
  #refaHairTips .block-inner .picture-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #refaHairTips .block-title {
    text-align: center;
    margin-bottom: 34px;
  }
  #refaHairTips .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 7px;
  }
  #refaHairTips .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em;
    display: block;
  }
  #refaHairTips .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  #refaHairTips .btn-link {
    border: 1px solid #8f999f;
    width: 315px;
    margin: 0 auto 0 auto;
  }
  #refaHairTips .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 1.12px;
    color: #000000;
    padding: 10px 40px 10px 34px;
    position: relative;
  }
  #refaHairTips .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: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
/*--------------------------
 award
----------------------------*/
@media screen and (max-width: 767.98px) {
  .offer .offer__txt {
    font-size: 0.75rem;
    line-height: calc(40 / 24);
    letter-spacing: 0.08em;
    color: #5c656b;
    text-align: left;
    padding: 10px calc(15 / 375 * 100vw) 0 calc(15 / 375 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .award_wrapper {
    max-width: 92vw;
    margin: 12vw auto 0;
  }
  .award_img {
    /* width: 84%; */
    width: 92vw;
    margin: 0 auto 8vw;
  }
  .offer_head {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 6.6vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
    text-align: center;
    color: #3f3f3f;
  }
  .offer_head--small {
    font-size: 5.6vw;
    letter-spacing: 0.08em;
  }
  .offer_head_en {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fd8c93;
  }
  .offer_text {
    font-size: 3.73vw;
    letter-spacing: 0.06em;
    line-height: 1.9;
  }
  .offer_text span {
    margin-top: 3vw;
    display: block;
    font-size: 70%;
    line-height: 1.6;
  }
  .offer_text_min {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 4.53vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .offer_menu {
    margin: 3vw auto 16vw;
    display: flex;
    justify-content: center;
    gap: 2vw;
  }
  .offer_menu li {
    width: 45vw;
    font-size: 3.46vw;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    border-radius: 100px;
    background: url(../img/ic-arrow-down-w.png) right 1vw center / 5vw 5vw no-repeat;
    background-color: #798598;
  }
  .offer_menu li a {
    display: block;
    width: 100%;
    padding: 2.2vw;
    color: #fff;
    text-decoration: none;
  }
  .award_wrapper .offer__txt {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .award_wrapper .offer__txt p {
    display: flex;
    margin-left: -1.07vw;
  }
  .award_wrapper .offer__txt p + p {
    margin-top: 1.33vw;
  }
  .award_wrapper .offer__txt p > span {
    flex-shrink: 0;
    margin-right: 1.07vw;
  }
  /* 20231005追加 */
  .package__wrap {
    margin: 45px 0 0;
  }
  .package__box {
    max-width: 92vw;
    padding: 5.33333vw 0 4vw;
  }
  .package__ttl {
    text-align: center;
    margin-bottom: 4vw;
  }
  .package__ttl span {
    font-size: 4.32vw;
  }
  .package__box__inner {
    flex-direction: column-reverse;
    row-gap: 4vw;
  }
  .package__box__inner img {
    max-width: 70vw;
  }
  .package__box__inner p {
    font-size: 3.2vw;
  }

  /* 20240529追加 styling */
  .styling__bg {
    padding: 14.8vw 0 18.6666667vw;
  }
  .styling__ttl {
    margin-bottom: 8vw;
  }
  .styling__ttl img {
    width: 38vw;
  }
  .styling__ttl__sub {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .styling__ttl__main {
    font-size: 5.06666667vw;
  }
  .swiper.styling__slider {
    max-width: 100vw;
    padding: 0;
  }
  .styling__slider .swiper-slide {
    width: 76vw;
    max-width: none;
    margin: 0 2.66666667vw;
    padding: 5.6vw 3.2vw 5.06666667vw;
  }
  .styling__slider__item .ttl {
    margin-bottom: 2.4vw;
  }
  .styling__slider__item .ttl-num {
    width: 20vw;
    height: 9.06666667vw;
  }
  .styling__slider__item .ttl-num img {
    width: auto;
    height: 100%;
  }
  .styling__slider__item .ttl-txt {
    font-size: 2.264vw;
  }
  .styling__slider__item .ttl-txt-large {
    font-size: 3.556vw;
  }
  .styling__slider__item .text {
    font-size: 2.4vw;
    line-height: calc(32 / 18);
    margin-bottom: 2.4vw;
    letter-spacing: 0;
  }
  .styling__slider__item .btn {
    margin-top: 4.8vw;
    width: 51.7333333vw;
    height: 9.066666667vw;
    font-size: 2.264vw;
  }
  .styling__slider__item .btn::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 2.4vw;
  }
  .styling__slider .swiper-button-prev {
    left: 4vw;
  }
  .styling__slider .swiper-button-next {
    right: 4vw;
  }
}
