﻿@charset "UTF-8";
@media (min-width: 768px) {
  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;
  }
  .sp-only,
  .sp_only,
  .only-sp {
    display: none !important;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  .clearfix {
    display: block;
  }
  .bg-screen-blend {
    position: relative;
  }
  .bg-screen-blend::after {
    content: "";
    width: 500px;
    height: 320px;
    position: absolute;
    top: 0;
    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 (min-width: 768px) {
  .kv {
    background-color: #e4dce5;
    position: relative;
  }
  .kv-button {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 110px;
    display: inline-block;
    visibility: hidden;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 5;
  }
  .kv-button02 {
    position: fixed;
    bottom: 110px;
    right: 0;
    height: 75px;
    width: auto;
    display: inline-block;
    visibility: hidden;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 5;
  }
  .kv-button img,
  .kv-button02 img {
    height: 100%;
    width: auto;
  }
  .kv-button.on,
  .kv-button02.on {
    visibility: visible;
    opacity: 1;
  }
  .kv-button.on:hover,
  .kv-button02.on:hover {
    opacity: 0.7;
  }
  .kv_wrapper {
    max-width: 1600px;
    margin: auto;
    position: relative;
  }
  .kv_wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
    min-width: 1600px;
    margin: 0 calc((100vw - 1600px) / 2);
  }
  .kv_wrapper img {
    object-fit: cover;
  }
}
/*--------------------------
 menu
----------------------------*/
@media (min-width: 768px) {
  .menu_wrapper {
    width: min(92vw, 1000px);
    margin-inline: auto;
  }
  .menu_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .menu_wrapper ul li {
    width: min(17vw, 185px);
    font-size: min(3.2vw, 16px);
    text-align: center;
    border-radius: 100px;
    background: url(../img/ic-arrow-down.png) right 12px center / 16px 16px no-repeat;
    background-color: #fbdddf;
  }
  .menu_wrapper ul li a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-decoration: none;
  }
  .menu_wrapper ul li a:hover {
    opacity: 0.7;
  }
}
/*--------------------------
 offer
----------------------------*/
@media (min-width: 768px) {
  .offer {
    padding-top: 70px;
    background-color: #fff7f3;
  }
  .offer_wrapper {
    padding-bottom: 100px;
  }
  .offer .offer_txt {
    text-align: left;
  }
  .offer_txt .en {
    font-size: 0.825rem;
    line-height: calc(22.4 / 16);
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    margin-bottom: 24px;
    display: block;
  }
  .offer_txt .ja {
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    margin-bottom: 9px;
    display: block;
  }
  .offer_txt .price {
    margin: 8px 0;
    font-size: 1.75rem;
    line-height: calc(33.6 / 28);
    letter-spacing: 0.08em;
  }
  .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;
  }
}
/*--------------------------
 fragrance
----------------------------*/
@media (min-width: 768px) {
  .fragrance .block-inner {
    margin: 50px auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .fragrance .block-inner .block-left,
  .fragrance .block-inner .block-right {
    width: 46%;
  }
  .fragrance .block-inner .product .desc {
    width: 92%;
    margin: 12px 0 40px auto;
  }
  .fragrance .accordion {
    padding-top: 24px;
    border-top: 1px solid #000;
  }
  .fragrance .accordion[data-active="true"] {
    padding-bottom: 32px;
    border-bottom: 1px solid #000;
  }
  .fragrance .accordion[data-active="true"] .accordion_head:after {
    transform: rotate(180deg);
  }
  .fragrance .accordion_img {
    padding: 32px 0 14px;
  }
  .fragrance .accordion_head {
    position: relative;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    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 (min-width: 768px) {
  .hair_quality {
    padding: 130px 0 140px;
  }
  .hair_quality .block-inner {
    margin: 36px auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .hair_quality .block-inner .head {
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fd8c93;
  }
  .hair_quality .block-inner .lead {
    margin: 8px 0 12px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .hair_quality .block-inner .block-left,
  .hair_quality .block-inner .block-right {
    width: 48%;
  }
  .hair_quality .block-inner .block-left img,
  .hair_quality .block-inner .block-right img {
    margin-bottom: 15px;
  }
}
/*--------------------------
 feature
----------------------------*/
@media (min-width: 768px) {
  .feature > .block-inner {
    margin: 64px auto 100px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .feature > .block-inner .block-left,
  .feature > .block-inner .block-right {
    width: 48%;
  }
  .feature > .block-inner .lead {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.1em;
  }
}
/* point
-------------------------*/
@media (min-width: 768px) {
  .point {
    position: relative;
    max-width: 1000px;
    margin-inline: auto;
    padding: 60px 50px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 3px #fadfe2;
  }
  .point:nth-child(even) {
    margin: 100px auto;
  }
  .point:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -40px;
    width: 100px;
    height: 72px;
  }
  .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;
    max-width: max-content;
    margin: auto;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .point_head::after {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    white-space: pre;
    font-size: 16px;
    line-height: 1.4;
    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: 64px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .point .block-inner .block-left {
    width: min(30vw, 430px);
  }
  .point .block-inner .block-right {
    width: 48%;
  }
  .point--first .accordion {
    margin-top: 72px;
    padding-top: 32px;
    border-top: 1px solid #000;
  }
  .point--first .accordion[data-active="true"] {
    padding-bottom: 54px;
    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: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
  .point--first .accordion_head span {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 24px;
  }
  .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: 36px;
    display: flex;
    justify-content: space-between;
  }
  .point--first .accordion_inner_left,
  .point--first .accordion_inner_right {
    padding: 24px 36px;
    width: 48%;
  }
  .point--first .accordion_inner_left {
    position: relative;
    background-color: #f3f2f3;
  }
  .point--first .accordion_inner_left::after {
    position: absolute;
    content: "";
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 60px;
    background: #f3f2f3;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .point--first .accordion_inner_right {
    background-color: #fcf4e8;
  }
}
/*--------------------------
 user's voice
----------------------------*/
@media (min-width: 768px) {
  .user-voice {
    padding-top: 80px;
  }
  .user-voice > .head {
    text-align: center;
  }
  .user-voice > .head h2 {
    font-size: 36px;
    letter-spacing: 0.04em;
    color: #fdccd2;
  }
  .user-voice > .head p {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .user-voice-slider {
    max-width: 1440px;
    margin: 60px auto 0;
  }
  .user-voice-slider .item {
    padding: 30px 48px;
    background-color: #f3f2f3;
    cursor: grab;
  }
  .user-voice-slider .head {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .user-voice-slider .head h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .user-voice-slider .head figure {
    width: 120px;
  }
  .user-voice-slider .profile {
    margin-top: 12px;
    font-size: 14px;
  }
  .user-voice-slider .text {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
}
/*--------------------------
 voice(instagram)
----------------------------*/
@media (min-width: 768px) {
  .voice {
    background-color: #f2f2f4;
    padding: 73px 0 35px 0;
  }
  .voice .block-title {
    margin-bottom: 41px;
    text-align: center;
  }
  .voice .block-title:after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background-color: #3c4249;
    margin: 18px auto auto auto;
  }
  .voice .block-title .sub {
    font-size: 0.875rem;
    line-height: calc(33.6 / 14);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: -9px;
  }
  .voice .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
    letter-spacing: 0.08em;
    position: relative;
    top: 7px;
    display: block;
  }
  .voice .swiper-target {
    margin: auto;
    width: 720px;
    margin-bottom: 17px;
    overflow: hidden;
  }
  .voice .list > li {
    max-width: calc((100% - 24px) / 4);
    margin-right: 8px;
    max-height: 283px;
    overflow: hidden;
    position: relative;
  }
  .voice .list > li .img-wrapper {
    margin-bottom: 13px;
  }
  .voice #vue-app-freepage-slider .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice .list > li a {
    text-decoration: none;
  }
  .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 .aster-wrapper {
    color: #5c656b;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    width: 720px;
    margin: auto;
  }
  .voice .button-next,
  .voice .button-prev {
    position: absolute;
    top: 124px;
    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;
    width: 840px;
    margin: auto;
  }
  .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 (min-width: 768px) {
  section.kv-3 {
    background-color: #edeef2;
    position: relative;
  }
  section.kv-3 .inner {
    position: relative;
    height: 300px;
    overflow: hidden;
    min-width: 1600px;
    width: 1600px;
    background-color: #515e6f;
    margin: 0 calc((100vw - 1600px) / 2);
  }
  section.kv-3 .text-wrapper {
    position: absolute;
    left: 296px;
    top: calc(50%);
    transform: translateY(-50%);
  }
  section.kv-3 .text-1 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    display: block;
    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: 2rem;
    line-height: calc(44.8 / 32);
    letter-spacing: 0.08em;
    display: block;
    color: #000;
  }
}
/*--------------------------
 howto
----------------------------*/
@media (min-width: 768px) {
  .howto {
    max-width: 1000px;
    margin: 150px auto 100px;
    padding: 30px 70px 60px;
    background-color: #fcede9;
  }
  .howto > .head {
    position: relative;
    top: -65px;
    text-align: center;
  }
  .howto > .head h2 {
    font-size: 36px;
    letter-spacing: 0.04em;
    color: #fdccd2;
  }
  .howto > .head p {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .howto .block-inner {
    display: flex;
    justify-content: space-between;
  }
  .howto .block-inner .text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 2;
  }
  .howto .block-inner .block-left,
  .howto .block-inner .block-right {
    position: relative;
    width: 46%;
  }
  .howto .block-inner .block-left::before,
  .howto .block-inner .block-right::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -10px;
    width: 72px;
    height: 72px;
  }
  .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;
  }
}
/*--------------------------
 arrange
----------------------------*/
@media (min-width: 768px) {
  section.arrange {
    padding-top: 74px;
    padding-bottom: 85px;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
  }
  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.125rem;
    /*font-size: 1.5rem;*/
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
    padding-bottom: 5px;
  }
  section.arrange .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 0.08em;
    display: block;
  }
  section.arrange .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 14px auto 0 auto;
    display: block;
  }
  section.arrange .text-1 {
    text-align: center;
    margin-bottom: 40px;
  }
  section.arrange .inner-2 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;
  }
  section.arrange .inner-2 .img-wrapper {
    max-width: 229px;
    width: 100%;
    margin-bottom: 20px;
  }
  section.arrange .inner-2 .block {
    width: 25%;
    margin-right: 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: 340px;
    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;
  }
}
/*--------------------------
 faq
----------------------------*/
@media (min-width: 768px) {
  section.faq {
    background-color: #c7d5de;
    padding: 46px 0 100px 0;
  }
  section.faq .block-title {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
  }
  section.faq .block-title .sub {
    display: block;
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 22px;
  }
  section.faq .block-title .main {
    display: block;
    font-size: 36px;
    letter-spacing: 0.15em;
  }
  section.faq #vue-app-freepage-faq {
    width: 720px;
    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 20px;
    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: 0 34px 40px 20px;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
  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 {
    display: none;
  }
  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;
  }
  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: 20px;
    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;
    top: 30px;
    right: 15px;
  }
  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;
    top: 30px;
    right: 15px;
  }
  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: 20px;
    flex-shrink: 0;
    position: relative;
    top: 6px;
  }
}
/*--------------------------
 buy now
----------------------------*/
@media (min-width: 768px) {
  section.buy-now {
    padding: 78px 0 0;
  }
  section.buy-now .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 48px;
  }
  section.buy-now .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
  }
  section.buy-now .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 0.08em;
    display: block;
  }
  section.buy-now .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 14px auto 0 auto;
    display: block;
  }
  section.buy-now #vue-app-freepage-buy-now.inner,
  section.buy-now #vue-app-freepage-buy-now-2.inner {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: auto auto 20px auto;
  }
  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;
    margin-bottom: 6px;
  }
  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;
  }
  section.buy-now #vue-app-freepage-buy-now .offer_txt,
  section.buy-now #vue-app-freepage-buy-now-2 .offer_txt {
    margin-bottom: 48px;
  }
  section.buy-now #vue-app-freepage-buy-now .block-left,
  section.buy-now #vue-app-freepage-buy-now-2 .block-left {
    width: 460px;
    margin-right: 60px;
  }
  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;
  }
  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: 20px;
    right: 20px;
  }
  section.buy-now #vue-app-freepage-buy-now .block-right {
    width: 480px;
  }
  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: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: 10px;
  }
  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: 82px;
    border: 1px solid #d8dee5;
  }
  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 .button-next,
  section.buy-now #vue-app-freepage-buy-now .button-prev,
  section.buy-now #vue-app-freepage-buy-now-2 .button-next,
  section.buy-now #vue-app-freepage-buy-now-2 .button-prev {
    position: absolute;
    top: 50%;
    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 {
    left: 15px;
  }
  section.buy-now #vue-app-freepage-buy-now .button-next {
    right: 15px;
  }
  section.buy-now #vue-app-freepage-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: 32px;
    height: 32px;
  }
  section.buy-now #vue-app-freepage-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: 32px;
    height: 32px;
  }
  section.buy-now .block-choice {
    max-width: 720px;
    margin: auto auto 40px auto;
  }
  section.buy-now .block-choice .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: calc(23.8 / 16);
    letter-spacing: 0.08em;
    margin-bottom: 18px;
  }
  section.buy-now .block-choice .list {
    display: flex;
    justify-content: space-between;
  }
  section.buy-now .block-choice .list > a {
    display: block;
    width: 32.5%;
    padding: 8px 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: 40px 1fr;
    align-items: center;
    gap: 4px;
    height: 100%;
  }
  section.buy-now .block-choice .list > a .inner .block-right {
    font-size: 11px !important;
  }
  /* 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: -11px;
    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;
    font-size: 11px;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    background-color: #739fba;
    color: #fff;
    padding: 0.7rem;
    border-radius: 6px;
    pointer-events: none;
  } */
  section.buy-now .block-line {
    width: 465px;
    margin: 60px auto 24px auto;
  }
  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: 17px;
  }
  section.buy-now .block-line .link {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
  }
  section.buy-now .block-line .link:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 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;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 64px;
    margin-bottom: 10px;
  }
  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;
  }
  .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.spec-table {
    width: 720px;
    margin: 50px auto 0 auto;
  }
  section.spec-table .table-wrapper {
    border-bottom: 1px solid #d8dee5;
  }
  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: 154px;
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 154px);
    color: #5c656b;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  section.spec-table .title {
    display: block;
    border-top: 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: 14px;
    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: 38px;
  }
  section.spec-table .title[aria-expanded="true"] {
    margin-bottom: 37px;
    border-bottom: 1px solid #d8dee5;
  }
  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.regular .block-split {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 40px;
  }
  section.regular .block-split .inner p.text-1 {
    text-align: center;
    font-size: 1.25rem;
    line-height: calc(26.6 / 20);
    letter-spacing: 1.12px;
    margin-bottom: 40px;
  }
  section.regular .block-split .inner-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 0;
  }
  section.regular .block-split .btn-link {
    border: 1px solid #afb7bc;
    width: 480px;
    background-color: #fff;
    background-position: 94.5% center;
    background-size: 10% 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 .block-right {
    margin-left: 40px;
  }
  section.regular .block-split .btn-link a {
    display: flex;
    align-items: 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: 11px 50px 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: 61px 0 60px 0;
  }
  .association .head {
    text-align: center;
    font-size: 1.25rem;
    line-height: calc(26.6 / 20);
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .association .inner {
    width: calc(480px * 2 + 40px);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .association .inner-2 {
    display: flex;
    padding: 40px 40px 22px 40px;
    align-items: stretch;
  }
  .association .inner .block-right,
  .association .inner .block-left {
    background-color: #fff;
    position: relative;
    width: 48%;
    min-height: 242px;
  }
  .association .text-1 {
    font-size: 1.0625rem;
    line-height: calc(25.6 / 17);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    display: block;
  }
  .association .text-2 {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    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: 19px;
  }
  .association .link {
    text-decoration: none;
    display: flex;
    right: 40px;
    bottom: 25px;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    justify-content: flex-end;
    position: absolute;
    bottom: 21px;
  }
  .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 0;
  }
  section.support .inner {
    width: 720px;
    margin: auto;
    display: flex;
    padding: 40px 39px 35px 43px;
    border: 1px solid #8f999f;
  }
  section.support .inner .block-left,
  section.support .inner .block-right {
    width: 300px;
  }
  section.support .inner .block-left {
    margin-right: 38px;
  }
  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(26.6 / 18);
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  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;
    width: 300px;
    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;
  }
  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: -7px;
    top: -2px;
  }
  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;
  }
}
/*--------------------------
 lock-series banner
----------------------------*/
@media (min-width: 768px) {
  .lock-series_banner {
    max-width: 690px;
    margin: 120px auto 140px;
  }
  .lock-series_banner .block-title {
    text-align: center;
    margin-bottom: 80px;
  }
  .lock-series_banner .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 19px auto 0 auto;
    display: block;
  }
  .lock-series_banner .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 0.08em;
    display: block;
  }
  .lock-series_banner .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
  }
}
/*--------------------------
 TIPS
----------------------------*/
@media (min-width: 768px) {
  #refaHairTips {
    background-color: #f4f4f6;
    padding: 76px 0 79px 0;
  }
  #refaHairTips .block-inner {
    max-width: 1000px;
    margin: auto;
  }
  #refaHairTips .block-inner .caption {
    text-align: center;
    font-size: 1rem;
    color: #000000;
    line-height: calc(28.8 / 16);
    letter-spacing: 1.28px;
    margin-bottom: 31px;
  }
  #refaHairTips .block-inner-2 {
    text-align: center;
  }
  #refaHairTips .block-inner .picture-wrapper {
    text-align: center;
    margin-bottom: 39px;
  }
  #refaHairTips .block-inner .picture-wrapper {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #refaHairTips .block-title {
    text-align: center;
    margin-bottom: 40px;
  }
  #refaHairTips .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 19px auto 0 auto;
    display: block;
  }
  #refaHairTips .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
  }
  #refaHairTips .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 0.08em;
    display: block;
  }
  #refaHairTips .btn-link {
    border: 1px solid #8f999f;
    width: 315px;
    margin: 30px 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 (min-width: 768px) {
  .offer .offer__txt {
    font-size: 0.75rem;
    line-height: calc(20 / 12);
    letter-spacing: 0.02em;
    color: #5c656b;
    text-align: left;
    padding-left: 210px;
    margin: 0 auto;
    padding-top: 16px;
  }
  .award_wrapper {
    max-width: 840px;
    margin: min(20vw, 80px) auto min(14vw, 150px);
  }
  .award_img {
    width: 473.5px;
    margin: 0 auto 23px;
  }
  .offer_head {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: center;
    color: #3f3f3f;
  }
  .offer_head--small {
    font-size: 26px;
    text-align: center;
    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: 16px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .offer_text span {
    margin-top: 16px;
    display: block;
    font-size: 70%;
  }
  .offer_text_min {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .offer_menu {
    margin: 20px auto 100px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .offer_menu li {
    width: min(40vw, 330px);
    font-size: min(2vw, 17px);
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 100px;
    background: url(../img/ic-arrow-down-w.png) right 24px center / 24px 24px no-repeat;
    background-color: #798598;
  }
  .offer_menu li a {
    display: block;
    width: 100%;
    padding: 16px 12px;
    color: #fff;
    text-decoration: none;
  }
  .offer_menu li a:hover {
    opacity: 0.7;
  }
  .award_wrapper .offer__txt {
    font-size: 12px;
    width: fit-content;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
  }
  .award_wrapper .offer__txt p {
    display: flex;
    margin-left: -4px;
  }
  .award_wrapper .offer__txt p + p {
    margin-top: 5px;
  }
  .award_wrapper .offer__txt p > span {
    flex-shrink: 0;
    margin-right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .award_wrapper .offer__txt {
    padding-left: 20px;
  }
}
.package__wrap {
  margin: 85px 20px 0;
}
.package__box {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #d3dbe3;
  padding: 40px 20px 60px;
}
.package__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.package__ttl span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid;
}
.package__box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.package__box__inner img {
  max-width: 301px;
}
.package__box__inner p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

/* 20240529追加 styling */
.styling__bg {
  background-color: #e8e8e8;
  padding: 64px 0 120px;
}
.styling__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.styling__ttl img {
  width: 194px;
  height: auto;
}
.styling__ttl__sub {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
.styling__ttl__main {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
.swiper.styling__slider {
  max-width: 1056px;
  padding: 0 18px;
}
.styling__slider .swiper-slide {
  width: 46%;
  max-width: 470px;
  background-color: #fff;
  margin: 0 2%;
  padding: 36px min(2vw, 20px) 30px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.styling__slider__item .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.styling__slider__item .ttl-num {
  display: flex;
  align-items: center;
  width: min(11vw, 110px);
  height: min(5.5vw, 55px);
}
.styling__slider__item .ttl-num img {
  width: auto;
  height: 100%;
}
.styling__slider__item .ttl-txt {
  text-align: center;
  font-size: min(1.4vw, 14px);
  line-height: 2;
  letter-spacing: 0.08em;
}
.styling__slider__item .ttl-txt-large {
  display: block;
  font-size: min(2.2vw, 22px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.styling__slider__item .text {
  text-align: center;
  font-size: min(1.4vw, 15px);
  line-height: calc(26 / 15);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.styling__slider__item > img {
  margin-top: auto;
}
.styling__slider__item .btn {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #505050;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  height: 60px;
  max-width: 100%;
  letter-spacing: 0.14em;
}
.styling__slider__item .btn::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.styling__slider .swiper-button-prev {
  color: #a8adb2;
  left: 0;
  background-image: none;
}
.styling__slider .swiper-button-next {
  color: #a8adb2;
  right: 0;
  background-image: none;
}
