﻿@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;
  }

  .sp-only,
  .sp_only,
  .only-sp {
    display: none !important;
  }

  img {
    height: auto;
  }
}

/*--------------------------
 kv
----------------------------*/
@media (min-width: 768px) {
  .kv {
    background: #000;
  }

  .kv_wrapper {
    margin: auto;
    position: relative;
  }

  .kv_wrapper img {
    object-fit: cover;
  }

  .kv_line_coupon {
    background-color: #000;
  }
  .kv_line_coupon a {
    background-color: #00a87b;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    text-decoration: none;
    font-size: 1rem;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.08em;
  }

  .kv_line_coupon a:after {
    content: "";
    background-image: url("../../img/ic-arrow-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 11px;
    position: relative;
    top: 2px;
  }

  .kv_line_coupon img {
    width: 375px;
  }

  .kv_wrapper {
    position: relative;
    height: 465px;
    overflow: hidden;
    width: 1440px;
    margin: 0 calc((100vw - 1600px) / 2);
    background-color: #1f2026;
  }
}

/*--------------------------
 offer
----------------------------*/
@media (min-width: 768px) {
  .offer_wrapper {
    background-color: #fff;
    text-align: center;
    padding: 80px 0 120px 0;
    width: 1000px;
    margin: 0 auto;
  }

  .offer .offer__txt {
    font-size: 0.75rem;
    line-height: calc(20 / 12);
    letter-spacing: 0.08em;
    color: #5c656b;
    text-align: left;
    padding-left: 210px;
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 70px;
  }

  .offer .block-inner {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    justify-content: center;
  }

  .offer .block-inner .block-left {
    margin-right: 60px;
    display: flex;
    align-items: center;
  }

  .offer .block-inner .block-right {
    width: 460px;
  }

  .offer .block-inner .img-wrapper {
    width: 480px;
  }

  .offer .offer_txt {
    text-align: left;
  }

  .offer_txt .en {
    font-size: 1rem;
    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 .ja .size {
    font-size: 1.2rem;
  }

  .offer_txt .price {
    font-size: 1.75rem;
    line-height: calc(33.6 / 28);
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }

  .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_button_area {
    width: 100%;
    margin-top: 30px;
  }

  .offer_button_area a {
    position: relative;
    text-decoration: none;
  }

  .offer_btn1 a {
    background-color: #010000;
    color: #fff;
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: bold;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.08em;
  }

  .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_btn1 a:before {
    content: "";
    background-image: url("../../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    left: -10px;
  }

  .offer_btn1 a:after {
    content: "";
    background-image: url("../../img/ic-arrow-down-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .offer_button_text {
    font-size: 1rem;
    position: relative;
    left: -4px;
  }

  .offer .block-split,
  .offer .block-line {
    margin-top: 12px;
  }

  .offer .block-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 40px;
    /* padding: 10px 40px 10px 40px; */
    padding: 10px;
    border: 1px solid #afb7bc;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    position: relative;
  }

  .offer .block-line a:after {
    content: "";
    background-image: url("../../img/ic-arrow-right-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .vertical_movie {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
}

/*--------------------------
 award
----------------------------*/

@media (min-width: 768px) {
  .award_wrapper {
    /*padding: 40px 100px 50px;*/
    padding: 40px 100px 0;
    width: 720px;
    margin: 0 auto;
  }

  .award_img {
    /* width: 242px; */
    width: 510px;
    margin: 0 auto 20px;
  }

  .award_wrapper .offer__txt {
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 0;
  }
  .award_wrapper .offer__txt p + p {
    margin-top: 4px;
  }

  .award_wrapper .offer__txt p > span {
    margin-right: 10px;
  }
}

/*--------------------------
 promotion
----------------------------*/
@media (min-width: 768px) {
  .promotion {
    margin-bottom: 80px;
    background-color: #dde3e9;
  }

  .promotion .block-inner {
    display: flex;
    margin: 0 calc((100vw - 1440px) / 2);
  }

  .promotion .block-inner .block-left {
    width: 770px;
    flex-shrink: 0;
    position: relative;
    height: 535px;
    overflow: hidden;
    background-image: url("../../straight_iron/img/im-reduces-bg.jpg");
    background-repeat: no-repeat;
    background-position-x: -9px;
  }

  .promotion .block-inner .block-left .picture_wrapper {
    max-width: 770px;
  }

  .promotion .block-inner .block-left .picture_wrapper img {
    position: relative;
    left: -38px;
  }

  .promotion .block-inner .block-right {
    max-width: 540px;
    position: relative;
    flex-shrink: 0;
  }

  .promotion .block-inner .block-right .text-wrapper {
    position: relative;
    left: -38px;
    top: 70px;
  }

  .promotion .large-text {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2rem;
    line-height: calc(45 / 32);
    margin-bottom: 25px;
    letter-spacing: 0.08em;
  }

  .promotion .small-text {
    font-size: 1rem;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.08em;
  }

  .promotion .small-text span {
    display: block;
    margin-bottom: 29px;
  }

  .promotion .small-text span:last-of-type {
    margin-bottom: 0;
  }

  .joint .joint__box {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 0;
    border: 3px solid #d1d5d8;
    padding: 43px 140px 50px 140px;
  }

  .joint .joint__box .joint__box__title {
    text-align: center;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d8dee5;
  }

  .joint .joint__box .joint__box__cols {
    display: flex;
    align-items: flex-end;
    margin-top: 60px;
    gap: 28px;
  }
  .joint .joint__box .joint__box__cols:nth-of-type(n + 2) {
    margin-top: 37px;
  }
  .joint .joint__box .joint__box__cols .joint__box__cols__img {
    width: 200px;
    flex-shrink: 0;
  }
  .joint .joint__box .joint__box__cols .joint__box__cols__detail {
    font-size: calc(14 / 16 * 1rem);
    letter-spacing: 0.08em;
    line-height: calc(25.6 / 14);
  }

  .joint .joint__box .joint__box__cols:nth-child(odd) .joint__box__cols__img {
    display: flex;
    order: 1;
  }

  .joint .joint__box .joint__box__cols .joint__box__cols__detail .name {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }

  .joint .joint__box .joint__box__cols .joint__box__cols__detail .name span {
    margin-right: 20px;
    font-size: calc(14 / 16 * 1rem);
    letter-spacing: 0.08em;
    line-height: calc(25.2 / 14);
  }

  .joint .joint__box .joint__box__cols .joint__box__cols__detail .detail {
    font-size: calc(14 / 16 * 1rem);
    letter-spacing: 0.08em;
    line-height: calc(25.6 / 14);
  }

  .joint .joint__box .block-title .sub {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 10px;
  }

  .joint .joint__box .block-title .main {
    font-size: calc(24 / 16 * 1rem);
    margin-bottom: 20px;
    letter-spacing: 0.08em;
    line-height: calc(33.6 / 24);
  }

  .joint .joint__box .joint__box__note {
    font-size: calc(12 / 16 * 1rem);
    color: #5c656b;
    margin-top: 30px;
  }

  .joint .joint__box .block-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8dee5;
    display: block;
    margin: 30px auto auto auto;
  }

  .joint {
    overflow-x: hidden;
  }

  .joint .block-title {
    margin-bottom: 46px;
    text-align: center;
  }

  .joint .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #000000;
    display: block;
    margin: 24px auto auto auto;
  }

  .joint .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: -7px;
  }

  .joint .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 3.2px;
    position: relative;
    top: 7px;
    display: block;
  }

  .joint .block-img {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}

/*--------------------------
 user's voice
----------------------------*/
@media (min-width: 768px) {
  .joint + .voice {
    margin-top: 80px;
  }
  .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: 576px;
    margin-bottom: 17px;
    overflow: hidden;
  }

  .voice .list > li {
    max-width: calc((100% - 30px) / 3);
    margin-right: 15px;
    max-height: 283px;
    overflow: hidden;
    position: relative;
  }

  .voice .list > li .img-wrapper {
    margin-bottom: 13px;
  }
  .voice .list > li .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, 244, 0), rgba(242, 242, 244, 1));
  }

  .voice .aster-wrapper {
    width: 720px;
    margin: auto;
    font-size: calc(12 / 16 * 1rem);
    color: #5c656b;
  }

  .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("../../../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("../../../common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }

  .voice #dryer_bx-slider {
    position: relative;
    width: 576px;
    margin: auto;
  }

  .voice #dryer_bx-slider .name {
    margin-bottom: 6px;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.96px;
  }

  .voice #dryer_bx-slider .comment {
    font-size: 0.6875rem;
    line-height: calc(17.58 / 11);
    letter-spacing: 0.88px;
  }
}

/*--------------------------
 offer-2
----------------------------*/
@media (min-width: 768px) {
  .offer-2 {
    width: 720px;
    margin: auto;
    padding: 93px 0 70px 0;
  }

  .offer-2 .title {
    font-size: 1.125rem;
    color: #739fb9;
    line-height: calc(25 / 18);
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #fff;
    width: 340px;
    padding-left: 10px;
    padding-right: 10px;
    top: -12px;
    position: absolute;
    left: calc(50% - 3px);
    transform: translateX(-50%);
    z-index: 1;
  }

  .offer-2 .inner {
    position: relative;
    border: 1px solid #739fb8;
    padding: 46px 80px 40px 80px;
  }

  .offer-2 .inner-2 {
    display: flex;
  }

  .offer-2 .inner-2 > .block-left {
    width: 172px;
    height: 172px;
    margin-right: 40px;
    flex-shrink: 0;
  }

  .offer-2 .inner-2 > .block-right {
    width: 348px;
  }

  .offer-2 .inner-2 img {
    width: 100%;
    height: auto;
  }

  .offer-2 .offer_txt .ja {
    font-size: 1rem;
    line-height: calc(22.4 / 16);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 10px;
  }

  .offer-2 .offer_txt .en {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 10px;
  }

  .offer-2 .offer_button_area {
    margin-top: 15px;
  }

  .offer-2 .offer_btn1 a {
    height: 56px;
    width: 348px;
  }

  .offer-2 .block-line {
    margin-top: 12px;
  }

  .offer-2 .block-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 40px;
    border: 1px solid #afb7bc;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    position: relative;
  }

  .offer-2 .block-line a:after {
    content: "";
    background-image: url("../../img/ic-arrow-right-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .offer-2 .offer_button_text {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    left: 3px;
    top: 2px;
  }

  .offer-2 .offer_btn1 a:before {
    left: -5px;
  }

  .offer-2 .offer_btn1 a:after {
    right: 12px;
  }
}

/*--------------------------
 association
----------------------------*/
@media (min-width: 768px) {
  section.association {
    background-color: #f4f4f6;
    padding: 61px 0 60px 0;
  }

  section.association .head {
    text-align: center;
    font-size: 1.25rem;
    line-height: calc(26.6 / 20);
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }

  section.association .inner {
    width: calc(480px * 2 + 40px);
    margin: auto;
    display: flex;
  }

  section.association .inner-2 {
    display: flex;
    padding: 40px 40px 22px 40px;
    align-items: stretch;
    justify-content: space-between;
  }

  section.association .inner .block-right,
  section.association .inner .block-left {
    background-color: #fff;
    position: relative;
    width: 480px;
    min-height: 242px;
  }

  section.association .inner .block-left {
    margin-right: 40px;
  }

  section.association .text-1 {
    font-size: 1.0625rem;
    line-height: calc(25.6 / 17);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    display: block;
  }

  section.association .text-2 {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: block;
  }

  section.association .text-3 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5c656b;
    display: block;
  }

  section.association .img-wrapper {
    width: 126px;
  }

  section.association .b-left {
    margin-right: 19px;
  }

  section.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;
  }

  section.association .link:after {
    content: "";
    background-image: url("../../img/im-arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
  }
}

@media (min-width: 768px) {
  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("../../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("../../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;
  }
}

@media (min-width: 768px) {
  section.dryer {
    width: 480px;
    margin: auto auto 56px auto;
  }

  section.dryer .block-title {
    text-align: center;
    margin-bottom: 46px;
  }

  section.dryer .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: calc(22 / 16 * 1rem);
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
  }

  section.dryer .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: calc(40 / 16 * 1rem);
    line-height: calc(56 / 40);
    letter-spacing: 0.08em;
    display: block;
  }

  section.dryer .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 14px auto 0 auto;
    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 .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 .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 19px auto 0 auto;
    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("../../../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}

@media (min-width: 768px) {
  /*--------------------------
  awards
  ----------------------------*/
  .awards {
    border-top: 1px solid #d8dee5;
  }
  .awards .inner {
    max-width: 720px;
    margin: 80px auto;
    text-align: center;
  }

  .awards .is_pc {
    display: initial !important;
  }

  .awards .is_sp {
    display: none !important;
  }

  .awards .block-title {
    margin-bottom: 50px;
    text-align: center;
  }

  .awards .block-title .sub {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 9px;
  }
  .awards .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    display: block;
  }
  .awards .block-title:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #3c4249;
    margin: 12px auto 0 auto;
    display: block;
  }

  .awards_logo {
    margin-bottom: 20px;
  }

  .awards_logo img {
    margin: auto;
  }

  .awards_note p.txt {
    color: #5c656b;
    font-size: calc(1.2rem * 10 / 16);
    line-height: calc(20 / 12);
    letter-spacing: 0.08em;
    text-align: left;
  }
}

/*--------------------------
  user_voice
  ----------------------------*/
.user_voice {
  padding: 80px 0;
  background: #f4f4f6;
}

.user_voice .is_pc {
  display: initial !important;
}

.user_voice .is_sp {
  display: none !important;
}

.user_voice_content {
  max-width: 1000px;
  margin: 0 auto;
}

.user_voice .block-title {
  margin-bottom: 20px;
  text-align: center;
}

.user_voice .block-title .sub {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: 0.875rem;
  line-height: calc(19.6 / 14);
  letter-spacing: 0.08em;
  display: block;
}
.user_voice .block-title .main {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: 1.5rem;
  line-height: calc(33.6 / 24);
  letter-spacing: 0.08em;
  display: block;
}

.user_voice .block-title:after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: #3c4249;
  margin: 18px auto auto auto;
}

.user_voice_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user_voice_load {
  width: 45%;
  text-align: center;
}

.user_voice_load img {
  margin: auto;
}

.user_voice_detail {
  width: 50%;
}

.user_voice_note p.txt {
  color: #5c656b;
  font-size: calc(1.2rem * 10 / 16);
  line-height: calc(20 / 12);
  text-align: left;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}

.user_voice_detail ul li {
  padding: 30px 0;
  border-bottom: 1px solid #dfe4ea;
}

.user_voice_detail ul li:last-child {
  border-bottom: 0px solid #dfe4ea;
}

.user_voice_detail ul li p.txt01 {
  font-size: calc(1.4rem * 10 / 16);
  color: #000000;
  line-height: 1.6;
  padding-bottom: 10px;
}

.user_voice_detail ul li p.txt02 {
  font-size: calc(1.4rem * 10 / 16);
  color: #5c656b;
  line-height: 1.6;
}

/*--------------------------
 guarantee
----------------------------*/
@media (min-width: 768px) {
  section.guarantee {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  section.guarantee .head {
    text-align: center;
    margin: auto;
    margin-bottom: 70px;
    font-size: 1.25rem;
    line-height: calc(26.6 / 20);
    letter-spacing: 0.08em;
  }
  section.guarantee .block-1 {
    width: 720px;
    margin-inline: auto;
    padding: 40px 0;
    background: #f4f4f6;
    text-align: center;
  }
  section.guarantee .block-1 .title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 1rem;
  }
  section.guarantee .block-1 .text {
    margin-bottom: 20px;
    line-height: 1.8;
  }
  section.guarantee .block-1 .note {
    font-size: 0.625rem;
    line-height: 1;
  }
  section.guarantee .block-1 .note br {
    display: none;
  }
}

/*--------------------------
 faq
----------------------------*/
@media (min-width: 768px) {
  section.faq {
    background-color: #c7d5de;
    padding: 54px 0 100px 0;
  }

  section.faq .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }

  section.faq .block-title .sub {
    font-size: 0.875rem;
    line-height: calc(33.6 / 14);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: -3px;
  }

  section.faq .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
    letter-spacing: 0.08em;
    display: block;
  }

  section.faq .block-title:after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background-color: #3c4249;
    margin: 12px auto auto auto;
  }

  section.faq #dryer_bx-faq {
    width: 720px;
    background-color: #fff;
    margin: auto;
  }

  section.faq #dryer_bx-faq .list > li:nth-of-type(n + 2) {
    border-top: 1px solid #d8dee5;
  }

  section.faq #dryer_bx-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 #dryer_bx-faq .answer .inner {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 34px 20px 20px;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }

  section.faq #dryer_bx-faq .question p {
    position: relative;
    top: 2px;
  }

  section.faq #dryer_bx-faq .answer .inner p {
    position: relative;
    margin-top: 10px;
  }

  section.faq #dryer_bx-faq .answer {
    display: none;
  }

  section.faq #dryer_bx-faq .answer a {
    text-decoration: none;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }

  section.faq #dryer_bx-faq .question:before {
    content: "";
    background-image: url("../../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 #dryer_bx-faq .question[aria-expanded="false"]:after {
    content: "";
    background-image: url("../../img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }

  section.faq #dryer_bx-faq .question[aria-expanded="true"]:after {
    content: "";
    background-image: url("../../img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }

  section.faq #dryer_bx-faq .question span {
    width: calc(100% - 50px - 25px);
    position: relative;
    top: 4px;
  }

  section.faq #dryer_bx-faq .answer .inner:before {
    content: "";
    background-image: url("../../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;
  }
}

/*--------------------------
 faq SP
----------------------------*/

@media (max-width: 767.98px) {
  section.faq {
    background-color: #c7d5de;
    padding: 54px calc(15 / 375 * 100vw) 60px calc(15 / 375 * 100vw);
  }

  section.faq .block-title {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
  }

  section.faq .block-title .sub {
    font-size: 0.875rem;
    line-height: calc(33.6 / 14);
    letter-spacing: 0.08em;
    display: block;
  }

  section.faq .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.375rem;
    line-height: calc(30.8 / 22);
    letter-spacing: 0.08em;
    display: block;
  }

  section.faq .block-title:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #000000;
    margin: 14px auto 0 auto;
    display: block;
  }

  section.faq #dryer_bx-faq {
    background-color: #fff;
    margin: auto;
  }

  section.faq #dryer_bx-faq .list > li:nth-of-type(n + 2) {
    border-top: 1px solid #d8dee5;
  }

  section.faq #dryer_bx-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 #dryer_bx-faq .answer .inner {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 2px 16px 19px calc(15 / 375 * 100vw);
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }

  section.faq #dryer_bx-faq .answer {
    display: none;
  }

  section.faq #dryer_bx-faq .question:before {
    content: "";
    background-image: url("../../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 #dryer_bx-faq .question[aria-expanded="false"]:after {
    content: "";
    background-image: url("../../img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  section.faq #dryer_bx-faq .question[aria-expanded="true"]:after {
    content: "";
    background-image: url("../../img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  section.faq #dryer_bx-faq .question span {
    width: calc(100% - 50px - 25px);
    position: relative;
    top: 4px;
  }

  section.faq #dryer_bx-faq .answer .inner:before {
    content: "";
    background-image: url("../../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 #dryer_bx-faq .question p {
    position: relative;
    top: 2px;
  }

  section.faq #dryer_bx-faq .answer .inner p {
    position: relative;
    margin-top: 10px;
  }

  section.faq #dryer_bx-faq .answer a {
    text-decoration: none;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
}

/* gift */
.gift_straight {
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .gift_straight {
    padding: calc((80 / 750) * 100vw) calc((30 / 750) * 100vw);
  }
}

/*--------------------------
 banner
----------------------------*/
@media (min-width: 768px) {
  section.banner {
    padding: 80px 0 78px 0;
  }

  section.banner .img-wrapper {
    width: 720px;
    margin: auto;
  }
}

/*--------------------------
 buy now
----------------------------*/

@media (min-width: 768px) {
  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 #dryer_bx-buy-now-2.inner,
  section.buy-now #dryer_bx-buy-now.inner {
    display: flex;
    align-items: stretch;
    width: 1000px;
    margin: auto auto 20px auto;
  }

  section.buy-now #dryer_bx-buy-now-2 .offer_txt .ja,
  section.buy-now #dryer_bx-buy-now .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 #dryer_bx-buy-now-2 .offer_txt .en,
  section.buy-now #dryer_bx-buy-now .offer_txt .en {
    font-size: 1rem;
    line-height: calc(22.4 / 16);
    letter-spacing: 0.08em;
    display: block;
  }

  section.buy-now #dryer_bx-buy-now-2 .offer_txt,
  section.buy-now #dryer_bx-buy-now .offer_txt {
    margin-bottom: 36px;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-left,
  section.buy-now #dryer_bx-buy-now .block-left {
    width: 480px;
    margin-right: 60px;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-left .slide-target,
  section.buy-now #dryer_bx-buy-now .block-left .slide-target {
    overflow: hidden;
    position: relative;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-left .img-wrapper,
  section.buy-now #dryer_bx-buy-now .block-left .img-wrapper {
    position: relative;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-left .zoom:after,
  section.buy-now #dryer_bx-buy-now .block-left .zoom:after {
    content: "";
    display: block;
    background-image: url("../../img/ic-zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-right .variation,
  section.buy-now #dryer_bx-buy-now .block-right .variation {
    display: flex;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-right .variation > li:nth-of-type(n + 2),
  section.buy-now #dryer_bx-buy-now .block-right .variation > li:nth-of-type(n + 2) {
    margin-left: 10px;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-right .variation > li,
  section.buy-now #dryer_bx-buy-now .block-right .variation > li {
    border: 1px solid #d8dee5;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-right .variation > li.active,
  section.buy-now #dryer_bx-buy-now .block-right .variation > li.active {
    border: 1px solid #8f999f;
  }

  section.buy-now #dryer_bx-buy-now-2 .block-right .variation .img-wrapper,
  section.buy-now #dryer_bx-buy-now .block-right .variation .img-wrapper {
    width: 84px;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-next,
  section.buy-now #dryer_bx-buy-now-2 .button-prev,
  section.buy-now #dryer_bx-buy-now .button-next,
  section.buy-now #dryer_bx-buy-now .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-next[aria-disabled="true"],
  section.buy-now #dryer_bx-buy-now-2 .button-prev[aria-disabled="true"],
  section.buy-now #dryer_bx-buy-now .button-next[aria-disabled="true"],
  section.buy-now #dryer_bx-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-prev,
  section.buy-now #dryer_bx-buy-now .button-prev {
    left: 15px;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-next,
  section.buy-now #dryer_bx-buy-now .button-next {
    right: 15px;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-next::after,
  section.buy-now #dryer_bx-buy-now .button-next::after {
    content: "";
    display: block;
    background-image: url("../../../common/img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }

  section.buy-now #dryer_bx-buy-now-2 .button-prev::after,
  section.buy-now #dryer_bx-buy-now .button-prev::after {
    content: "";
    display: block;
    background-image: url("../../../common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }

  section.buy-now .block-split {
    width: 720px;
    background-color: #f4f4f6;
    margin: auto;
    margin-bottom: 40px;
  }

  section.buy-now .block-split .inner {
    padding: 42px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.buy-now .block-split .inner-2 {
    display: flex;
    padding: 0 40px 40px 40px;
  }

  section.buy-now .block-split .inner .block-left {
    width: 98px;
    margin-right: 13px;
  }

  section.buy-now .block-split .inner .block-right {
    margin-left: -1px;
  }

  section.buy-now .block-split .inner-2 .block-left {
    margin-right: 20px;
  }

  section.buy-now .block-split .btn-link {
    border: 1px solid #8f999f;
    width: 310px;
    margin: 18px auto 0 auto;
    background-color: #fff;
  }

  section.buy-now .block-split .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.75rem;
    line-height: calc(16.8 / 12);
    letter-spacing: 1.12px;
    color: #000000;
    padding: 11px 20px 11px 20px;
    position: relative;
    text-align: center;
  }

  section.buy-now .block-split .btn-link a:after {
    content: "";
    background-image: url("../../../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.125rem;
    line-height: calc(25.2 / 18);
    letter-spacing: 0.08em;
  }

  section.buy-now .block-split .text-5:before {
    content: " ";
  }

  section.buy-now .block-split .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.575rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  section.buy-now .block-split .text-3 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 0.675rem;
    line-height: 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.125rem;
    line-height: calc(25.2 / 18);
    letter-spacing: 0.08em;
  }

  section.buy-now .block-purchase {
    width: 720px;
    margin: auto auto 80px auto;
    border: 3px solid #d8dee5;
    padding: 24px 0;
  }

  section.buy-now .block-purchase h4 {
    font-size: 1.125rem;
    line-height: calc(25.2 / 18);
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: 14px;
    width: 640px;
    margin: auto;
    border-bottom: 1px solid #d8dee5;
  }

  section.buy-now .block-purchase .list {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 37px 0 37px;
  }

  section.buy-now .block-purchase .list > li {
    display: flex;
    align-items: stretch;
    width: 310px;
  }

  section.buy-now .block-purchase .list > li:nth-of-type(2n + 1) {
    margin-right: 20px;
  }

  section.buy-now .block-purchase .list > li:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  section.buy-now .block-purchase .list > li:before {
    content: "";
    background-image: url("../../img/ic-checkbox.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 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 {
    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;
  }

  section.buy-now .block-choice .list > a {
    width: 232px;
    border-radius: 6px;
    border: 1px solid #8f999f;
    text-decoration: none;
  }

  section.buy-now .block-choice .list > a:nth-of-type(n + 2) {
    margin-left: 11px;
  }

  section.buy-now .block-choice .list > a.active {
    border: 1px solid #000000;
  }

  section.buy-now .block-choice .list > a .inner {
    display: flex;
    align-items: center;
    padding: 12px 6px;
  }

  section.buy-now .block-choice .list > a .inner .block-left {
    width: 50px;
    margin-right: 7px;
    flex-shrink: 0;
  }

  section.buy-now .block-choice .list > a .inner .block-left img {
    height: 50px;
    object-fit: contain;
  }

  section.buy-now .block-guarantee {
    width: 720px;
    margin: auto auto 37px auto;
    border: 3px solid #d8dee5;
  }

  section.buy-now .block-guarantee .inner {
    display: flex;
    padding: 16px 20px 13px 20px;
  }

  section.buy-now .block-guarantee .inner .block-left {
    width: 44px;
    margin-right: 8px;
  }

  section.buy-now .block-guarantee .inner .text {
    margin-top: 3px;
    margin-bottom: 11px;
  }

  section.buy-now .block-guarantee .inner .text-1 {
    font-size: 1.125rem;
    line-height: calc(19.6 / 18);
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
  }

  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 .inner .external {
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    color: #3980d3;
    display: inline-flex;
    align-items: center;
  }

  section.buy-now .block-guarantee .inner .external:after {
    content: "";
    background-image: url("../../img/ic-openwindow-blue.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 3px;
  }

  section.buy-now .block-guarantee .aster-wrapper {
    margin-left: 20px;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.08em;
    color: #5c656b;
    display: inline-flex;
  }

  section.buy-now .block-line {
    width: 444px;
    margin: auto auto 23px auto;
    text-align: center;
  }

  section.buy-now .offer .block-line {
    margin-bottom: 10px;
  }

  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: 8px;
  }

  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;
    text-decoration: none;
  }

  section.buy-now .block-line .link:after {
    content: "";
    background-image: url("../../../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-lock-light {
    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: 64px;
    margin: 10px auto;
  }

  section.buy-now .block-line #goodsspec_body {
    margin: 20px 0;
  }

  section.buy-now .cart-arrival-text {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    /* margin-bottom: 20px; */
  }

  section.buy-now .block-line .cart:before {
    content: "";
    background-image: url("../../img/ic-cart.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }

  section.spec-table {
    width: 720px;
    margin: auto auto 84px auto;
  }

  section.spec-table .d-table {
    display: table;
  }

  section.spec-table .d-row {
    display: table-row;
  }

  section.spec-table .d-cell {
    display: table-cell;
    font-size: 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 .txt-b {
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.spec-table .table-wrapper.border {
    border-top: 1px solid #d8dee5;
    padding-top: 50px;
  }
  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"]:after {
    content: "";
    background-image: url("../../img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }

  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("../../img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }

  section.spec-table .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;
  }

  section.spec-table .external:before {
    content: "";
    background-image: url("../../img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    order: 2;
    margin-left: 4px;
  }

  section.spec-table .external:after {
    content: "";
    background-image: url("../../../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%);
  }

  .offer_txt .en {
    font-size: calc(1.6rem * 10 / 16);
    line-height: calc(22.4 / 16);
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    margin-bottom: 24px;
    display: block;
  }

  .offer_txt .ja {
    font-size: calc(2.4rem * 10 / 16);
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em;
    margin-bottom: 9px;
    display: block;
  }

  .offer_txt .price {
    font-size: calc(2.8rem * 10 / 16);
    line-height: calc(33.6 / 28);
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }

  .offer_txt .yen {
    font-size: calc(2.3rem * 10 / 16);
    line-height: calc(33.6 / 23);
    letter-spacing: 0.08em;
  }

  .offer_txt .tax {
    font-size: calc(1.3rem * 10 / 16);
    line-height: calc(33.6 / 13.2);
    letter-spacing: 0.08em;
  }
}

/*--------------------------
 kv-2
----------------------------*/
@media (min-width: 768px) {
  section.kv-2 .title,
  section.kv-2 {
    background: #fdfdfd;
    position: relative;
  }

  section.kv-2 .inner {
    position: relative;
    height: 290px;
    overflow: hidden;
    min-width: 1600px;
    width: 1600px;
    background-color: #515e6f;
    margin: 0 calc((100vw - 1600px) / 2);
    background: #fdfdfd;
    left: -10px;
  }
  section.kv-2 .text-wrapper {
    position: absolute;
    right: 329px;
    top: 105px;
    text-align: right;
  }

  section.kv-2 .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: 6px;
    display: block;
  }

  section.kv-2 .note {
    font-size: 0.75rem;
    position: relative;
    top: -9px;
  }

  section.kv-2 .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2rem;
    line-height: calc(44.8 / 32);
    letter-spacing: 0.04em;
    display: block;
    position: relative;
    left: -11px;
  }
}

/*--------------------------
 kv-4
----------------------------*/
@media (min-width: 768px) {
  section.kv-4 .title {
    background: #eaecef;
    position: relative;
    left: -37px;
  }

  section.kv-4 {
    background: #eaecef;
    position: relative;
  }

  section.kv-4 .inner {
    position: relative;
    min-width: 1600px;
    width: 1600px;
    background: #eaecef;
    margin: 0 calc((100vw - 1600px) / 2);
  }

  section.kv-4 .picture_wrapper {
    position: relative;
    height: 290px;
    overflow: hidden;
  }

  section.kv-4 .text-wrapper {
    position: absolute;
    right: 273px;
    top: 105px;
    text-align: right;
  }

  section.kv-4 .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: 6px;
    display: block;
  }

  section.kv-4 .note {
    font-size: 0.75rem;
    position: relative;
    top: -9px;
  }

  section.kv-4 .text-2 {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2rem;
    line-height: calc(44.8 / 32);
    letter-spacing: 0.04em;
    display: block;
    position: relative;
  }
}

.hair_banner {
  height: calc(29rem * 10 / 16);
  width: 100%;
  max-width: calc(144rem * 10 / 16);
  margin: 0 auto;
  background: url("../img/bg-hair1.png") no-repeat top center;
  background-size: cover;
  position: relative;
}

.hair_banner__title {
  max-width: calc(30.375rem);
  position: absolute;
  top: 50%;
  right: calc((240 / 1440) * 100%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1099.98px) {
  .hair_banner {
    height: calc(290 / 1440 * 100vw);
    width: 100vw;
  }
}
.hair-device1 .hair_inner__media {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
/* hair content */
.hair_content {
  width: 100%;
  padding: calc(6rem * 10 / 16) 0;
  background-color: #c6d5de;
}

.hair_content p {
  font-size: calc(1.6rem * 10 / 16);
  letter-spacing: 0.08em;
  line-height: calc(2.8rem * 10 / 16);
  color: #000;
}

.hair_inner {
  max-width: calc(100rem * 10 / 16);
  padding: calc(6rem * 10 / 16) 4%;
  margin: 0 auto;
  background-color: #fff;
}

.hair_inner--title {
  margin-bottom: calc(4rem * 10 / 16);
  text-align: center;
}

.hair_inner--title {
  text-align: center;
  margin-bottom: calc(4rem * 10 / 16);
}

.hair_inner--title .sub {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: calc(1.8rem * 10 / 16);
  line-height: calc(33.6 / 18);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: calc(0.3rem * 10 / 16);
}

.hair_inner--title .main {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: calc(2.4rem * 10 / 16);
  line-height: calc(33.6 / 24);
  letter-spacing: 0.08em;
  display: block;
}

/* end hair content */

/* hair inner method */
.hair_inner__media {
  margin-bottom: calc(6rem * 10 / 16);
  text-align: center;
}

.hair_inner__method {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: calc(6rem * 10 / 16);
}

.hair_inner__method .hair_inner__title {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  letter-spacing: 0.08em;
}

.hair_inner__method-item {
  width: 45.23%;
  max-width: calc(38rem * 10 / 16);
}

.hair_inner__method-txt {
  font-size: 1calc (4rem * 10/16);
  color: #000;
}

.hair_inner__method .hair_inner__method-item:first-child {
  position: relative;
}

.hair_inner__method .hair_inner__method-item:first-child::before {
  width: calc(2.2rem * 10 / 16);
  height: calc(3rem * 10 / 16);
  content: "";
  background: url("../img/ic-arrow.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: calc(7.5rem * 10 / 16);
  /* right: calc(-1*9rem*10/16); */
  right: -15%;
  z-index: 1;
}

/* hair inner box */
.hair_inner__title {
  font-size: calc(2rem * 10 / 16);
  letter-spacing: 0.08em;
  line-height: calc(2.8rem * 10 / 16);
  color: #333;
  text-align: center;
  padding-bottom: calc(2rem * 10 / 16);
  margin-bottom: calc(2rem * 10 / 16);
  border-bottom: 1px solid #dce0e4;
}

.hair_inner__box {
  padding: calc(4rem * 10 / 16) calc(6rem * 10 / 16);
  border: 3px solid #d8dee5;
}

.hair_inner .hair_inner__box:not(:last-child) {
  margin-bottom: calc(6rem * 10 / 16);
}

.hair_inner__box .hair_inner__title {
  margin-bottom: calc(4rem * 10 / 16);
}

.hair_inner__box-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hair_inner__box-lists .hair_inner__box-list:not(:last-child) {
  margin-bottom: calc(4rem * 10 / 16);
}

.hair_inner__box .hair_inner__box-list__media {
  width: 43.75%;
  max-width: calc(31.5rem * 10 / 16);
}

.hair_inner__box .hair_inner__box-list__media img {
  width: 100%;
  height: auto;
}

.hair_inner__box .hair_inner__box-list__des {
  width: 51%;
  max-width: calc(37rem * 10 / 16);
}

.hair_inner__box .hair_inner__box-list__des-title {
  margin-bottom: calc(2rem * 10 / 16);
  font-size: calc(1.6rem * 10 / 16);
  line-height: calc(2.5rem * 10 / 16);
  color: #000;
}

.hair_inner__box .hair_inner__box-list__des-txt {
  font-size: 1calc (4rem * 10/16);
  line-height: calc(2.5rem * 10 / 16);
  color: #5c656b;
}

.hair_inner__box .hair_inner__box-list__note {
  margin-top: calc(2rem * 10 / 16);
  counter-reset: section;
}

.hair_inner__box .hair_inner__box-list__note-txt {
  color: #5c656b;
  font-size: calc(1.2rem * 10 / 16);
  line-height: calc(2rem * 10 / 16);
  padding-left: calc(2rem * 10 / 16);
  position: relative;
}

.hair_inner__box .hair_inner__box-list__note-txt::before {
  counter-increment: section;
  content: "※" counter(section);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* hair cart */
.hair_cart {
  max-width: calc(72rem * 10 / 16);
  padding: calc(4rem * 10 / 16) calc(6rem * 10 / 16);
  border: 1px solid #739fb9;
  margin: calc(6rem * 10 / 16) auto;
  position: relative;
}

.cart__head {
  padding: 0 calc(1.5rem * 10 / 16);
  font-size: calc(1.8rem * 10 / 16);
  letter-spacing: 0.08em;
  line-height: calc(2.5rem * 10 / 16);
  color: #739fb9;
  background-color: #fff;
  transform: translateX(-50%);
  position: absolute;
  top: calc(-1 * 1.4rem * 10 / 16);
  left: 50%;
  z-index: 1;
}

.cart__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__photo {
  width: 29%;
  max-width: calc(17.4rem * 10 / 16);
}

.cart__detail {
  width: 59%;
  max-width: calc(35rem * 10 / 16);
}

.cart__name-jp {
  font-size: calc(1.6rem * 10 / 16);
  line-height: calc(2.2rem * 10 / 16);
  color: #000;
  margin-bottom: calc(1rem * 10 / 16);
  letter-spacing: 0.08em;
}

.cart__name-en {
  font-size: 1calc (4rem * 10/16);
  line-height: 1;
  color: #000;
  margin-bottom: calc(2rem * 10 / 16);
  letter-spacing: 0.08em;
}

/* button */
.cart__button {
  max-width: calc(35rem * 10 / 16);
  height: calc(5.5rem * 10 / 16);
  background-color: #000;
  margin-bottom: calc(1rem * 10 / 16);
}

.cart-button {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.cart-button span {
  font-size: calc(1.6rem * 10 / 16);
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
}

.cart-button:before {
  display: block;
  width: calc(2.2rem * 10 / 16);
  height: calc(2.1rem * 10 / 16);
  content: "";
  position: absolute;
  background: url("../img/ic-cart.png") center/100% auto no-repeat;
  left: 20%;
  z-index: 1;
}

.cart-button--arrow:after {
  width: calc(1rem * 10 / 16);
  height: calc(1rem * 10 / 16);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  top: calc(2rem * 10 / 16);
  right: calc(2rem * 10 / 16);
  transform: rotate(135deg);
  z-index: 1;
}

.cart__line {
  max-width: calc(35rem * 10 / 16);
  height: calc(4rem * 10 / 16);
  border: 1px solid #a8adb2;
}

.cart-line {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.cart-line span {
  font-size: 0.875rem;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
}

.cart-button--line:after {
  width: calc(0.8rem * 10 / 16);
  height: calc(0.8rem * 10 / 16);
  border-top: 1px solid #a8adb2;
  border-right: 1px solid #a8adb2;
  margin-top: -0calc (4rem * 10/16);
  top: 50%;
  transform: rotate(45deg);
}

.hair-device2 .hair_inner__media {
  margin-bottom: calc(2rem * 10 / 16);
}

/* end hair banner */

.hair_waves {
  padding-right: 7%;
  padding-left: 7%;
  margin-bottom: calc(4rem * 10 / 16);
}

/* how to movie */
.to_movie {
  margin-top: calc(6rem * 10 / 16);
  text-align: center;
}

.to_movie .block-title {
  text-align: center;
  margin: auto;
  margin-bottom: calc(4rem * 10 / 16);
}

.to_movie .block-title .sub {
  font-size: calc(1.4rem * 10 / 16);
  line-height: calc(33.6 / 14);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: -3px;
}

.to_movie .block-title .main {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: calc(2.4rem * 10 / 16);
  line-height: calc(36 / 24);
  letter-spacing: 0.08em;
  display: block;
}

.to_movie .block-title:after {
  display: block;
  width: calc(2.2rem * 10 / 16);
  height: 1px;
  content: "";
  background-color: #3c4249;
  margin: calc(1rem * 10 / 16) auto 0 auto;
}

.to_movie .video-wrapper {
  max-width: calc(48.2rem * 10 / 16);
  margin: 0 auto calc(4rem * 10 / 16);
}

.to_movie .video-inner .img-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.to_movie .video-inner .img-wrapper:after {
  content: "";
  background-image: url(/assets/beauty/refa/haircare/products/img/ic-play.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.to_movie .video-inner {
  position: relative;
  overflow: hidden;
}

.to_movie .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.to_movie .cart__line {
  max-width: calc(32rem * 10 / 16);
  height: calc(6.5rem * 10 / 16);
  margin: 0 auto;
}

/* user manual */
.user_manual {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: calc(6rem * 10 / 16);
}

.user_manual-item {
  width: calc((100% / 3) - 3rem);
  max-width: calc(24.5rem * 10 / 16);
  margin: 0 calc(1.5rem * 10 / 16);
  color: #000;
}

.user_manual-photo {
  text-align: center;
  margin: auto auto 13px auto;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.user_manual-photo.n-1 {
  /*left: -6px;*/
}

.user_manual-photo.n-1 img {
  width: 52px;
}

.user_manual-photo.n-2 {
  /*left: -2px;*/
}

.user_manual-photo.n-2 img {
  width: 53px;
}

.user_manual-photo.n-3 {
  /*left: 4px;*/
}

.user_manual-photo.n-3 img {
  width: 52px;
}

.user_manual-title {
  font-size: calc(1.8rem * 10 / 16);
  line-height: calc(2.3rem * 10 / 16);
  text-align: center;
  margin-bottom: calc(2rem * 10 / 16);
}

.user_manual-item p {
  font-size: calc(1.4rem * 10 / 16);
}

.user_manual__temp {
  display: flex;
  justify-content: space-between;
}

.user_manual__temp .user_manual__temp-hight {
  width: calc(7.5rem * 10 / 16);
  height: calc(2.2rem * 10 / 16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #a9b1b7;
  font-size: calc(1.6rem * 10 / 16);
}

.user_manual__temp .user_manual__temp-low {
  text-align: center;
}

/* user recommend */
.user_recommend {
  background-color: #f3f4f5;
  padding: calc(4rem * 10 / 16) calc(6rem * 10 / 16);
}

.user_recommend .hair_inner__box-list__media {
  /*width: 31%;
    max-width: calc(22rem*10/16);*/
  width: 220px;
  margin-right: 40px;
  flex-shrink: 0;
}

.user_recommend .hair_inner__box-list {
  flex-wrap: nowrap;
}

.user_recommend .hair_inner__box-list__media img {
  width: 100%;
  height: auto;
}

.user_recommend .hair_inner__box-list__des {
}

.user_recommend .hair_inner__box-list__des .block-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.user_recommend .hair_inner__box-list__des .block-top .img-wrapper {
  display: flex;
  width: 63px;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.user_recommend .hair_inner__box-list__des .block-top .img-wrapper .mix-blend-mode {
  position: absolute;
  top: 0;
  width: 100%;
  height: 56px;
  left: 0;
  background: #f3f4f5;
  mix-blend-mode: darken;
}

.user_recommend .hair_inner__box-list__des .block-top .name {
  font-size: 0.875rem;
  line-height: calc(25.2 / 14);
  letter-spacing: 0.08em;
  color: #5c656b;
}

.user_recommend .hair_inner__box-list__des-photo {
  margin-bottom: calc(4rem * 10 / 16);
}

.user_recommend .hair_inner__box-list__des-title {
  color: #5c656b;
  font-size: 0.875rem;
  line-height: calc(25.6 / 14);
  font-weight: bold;
  color: #5c656b;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.user_recommend .hair_inner__box-list__des-txt {
  color: #5c656b;
  font-size: 0.875rem;
  line-height: calc(25.6 / 14);
  letter-spacing: 0.08em;
  color: #5c656b;
}
.user_recommend .hair_inner__box-list__des-txt.note {
  font-size: 0.75rem;
  line-height: calc(20 / 12);
  letter-spacing: 0.08em;
  margin-top: 8px;
  color: #5c656b;
}

/* -----------------------------------------------
cp bnr
------------------------------------------------*/
.gwp_wrapper {
  margin: 0 auto 0;
  width: 90%;
  max-width: 720px;
}
.gwp_top {
  margin-top: 1.5rem;
}
.gwp_cart {
  margin-bottom: 1.5rem;
}

/* 20230829追加アコーディオン */
.accordion-head {
  display: flex;
}
.accordion-head .img-wrapper-1 {
  width: 60px;
  height: 49px;
  margin: auto;
  margin: auto 0;
}
.accordion-head__text .head {
  text-align: center;
  margin-bottom: 10px;
}
.accordion-head__text .head .main {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: 1.75rem;
  line-height: calc(33.6 / 24);
  letter-spacing: 0.08em;
  display: block;
}
.accordion-head__text {
  flex: 1;
  padding-right: 65px;
}
.accordion-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  width: 172px;
  height: 32px;
  border: 1px solid #a8adb2;
  transition: all 0.3s;
  margin: 0 auto;
}
.accordion-btn::before,
.accordion-btn::after {
  position: absolute;
  content: "";
  background-color: #a8adb2;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.accordion-btn::before {
  width: 14px;
  height: 1px;
  right: 16px;
}
.accordion-btn::after {
  width: 1px;
  height: 14px;
  right: 23px;
}
.accordion-btn.is-open::after {
  height: 0;
}
.hair_inner .hair_inner__box:not(:last-child) {
  margin-bottom: calc(2rem * 10 / 16);
}
.hair_inner__box {
  padding: calc(2rem * 10 / 16);
}
.accordion-content {
  padding: calc(2rem * 10 / 16) calc(4rem * 10 / 16);
}

/* 20231107追加 */
.youtube-slider {
  margin: 30px 0;
}
.youtube-slider__inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.youtube-slider__ttl {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
}
.youtube-slider .swiper-slide {
  text-align: center;
}
.movie__modal__inner iframe.youtube-slider__movie {
  width: 312px !important;
  height: 560px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube-slider .swiper-slide img {
  border-radius: 20px;
}
.youtube-slider .swiper-button-prev,
.youtube-slider .swiper-button-next {
  background-image: url("../../../common/img/im-carousel-right.png");
  width: 40px;
  height: 40px;
  background-size: contain;
  display: none;
}
.youtube-slider .swiper-button-prev {
  transform: scale(-1, 1);
}
.youtube-slider .swiper-button-prev::after,
.youtube-slider .swiper-button-next::after {
  content: "";
  display: none;
}
.youtube-slider .swiper-slide .img-wrapper {
  position: relative;
  display: block;
}
.youtube-slider .swiper-slide .img-wrapper:after {
  content: "";
  background-image: url(/assets/beauty/refa/haircare/products/img/ic-play.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 20231117追加 */
.gift {
  margin: 60px 0;
  padding: 0 1rem;
}
.gift__box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #c6d5de;
  padding: 22px;
  display: flex;
  align-items: center;
}
.gift__box::after {
  position: absolute;
  content: "";
  display: block;
  width: 98%;
  height: 93%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #c6d5de;
}
.gift__box__text {
  flex: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
.gift__box__text img {
  width: 38px;
  height: 38px;
}
.gift__box__text .ttl {
  margin: 14px 0;
}
.gift__box__text .ttl span {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, rgba(198, 213, 222, 0.5) 60%);
}
.gift__box__text .text {
  font-size: 20px;
  line-height: 1.8;
}
.gift__box__img {
  width: 44.5%;
}
