﻿@charset "UTF-8";

body section.buy-now .block-line .cart.disabled{
  opacity: 0.7;
  pointer-events: none;
}
body section.buy-now .red{
  color: #d6001c;
}
body section.buy-now .block-choice .list > a.disabled{
  pointer-events: none;
  opacity: 0.7;
  border: 1px solid #8F999F;
}
@media screen and (max-width: 767.98px) {
  #buy-now-choice-2 .list .block-right,
  #buy-now-choice .list .block-right{
    font-size: 0.8125rem;
    line-height: calc(44.8 / 26);
    letter-spacing: 0.08em;
  }
}
@media (min-width: 768px){
  #buy-now-choice-2 .list .block-right,
  #buy-now-choice .list .block-right{
    font-size: 0.8125rem;
    line-height: calc(18.2 / 13);
    letter-spacing: 0.08em;
  }
}
/*----------------------------------
お客様の声
----------------------------------*/
@media (min-width: 768px){
  body #refa-dryer-smart-slider .inner{
    cursor: pointer;
  }
  body #refa-dryer-smart-slider .inner:hover{
    opacity: 0.7;
  }
}
/*----------------------------------
選べる2タイプ
----------------------------------*/
@media (min-width: 768px){
  body section .common-lockoil {
    background-color: #f4f4f6;
    padding:0 60px;
  }
  body section .common-lockoil .lockoil-head{
    text-align: center;
    margin: auto auto 14px auto;
    font-size: 1rem;
    line-height: calc(22.43 / 16);
    letter-spacing: 0.08em;
    width: 100%;
  }
  body section .common-lockoil .lockoil-head:before{
    content:'';
    width: 100%;
    height: 1px;
    background-color: #d8dee5;
    display: block;
    margin-bottom: 30px;
  }
  body section .common-lockoil .lockoil-inner{
    display: flex;
    gap: 20px;
    width: 480px;
    margin: auto;
    align-items: stretch;
  }
  body section .common-lockoil .img-wrapper{
    position: relative;
    margin-bottom: 6px;
  }
  body section .common-lockoil .img-wrapper img{
    width: 100%;
  }
  body section .common-lockoil .new:after{
    content:'';
    position: absolute;
    right: -8px;
    top: -10px;
    width: 65px;
    height: 65px;
    background-image: url('/assets/beauty/refa/haircare/products/img/lockoil-new.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
  body section .common-lockoil .catch{
    font-size: 0.75rem;
    line-height: calc(16.8 / 12);
    letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 10px;
  }
  body section .common-lockoil .text{
    font-size:0.875rem;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 214px;
    padding: 0;
    letter-spacing: 0.08em;
    border-radius: 12.5px;
    border: 1px solid #afb7bc;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  body section .common-lockoil {
    background-color: #f4f4f6;
    padding:0 calc(20 / 375 * 100vw);
  }
  body section .common-lockoil .lockoil-head{
    text-align: center;
    margin: auto auto 14px auto;
    font-size: 1rem;
    line-height: calc(22.43 / 16);
    letter-spacing: 0.08em;
    width: 100%;
  }
  body section .common-lockoil .lockoil-head:before{
    content:'';
    width: 100%;
    height: 1px;
    background-color: #d8dee5;
    display: block;
    margin-bottom: 30px;
  }
  body section .common-lockoil .lockoil-inner{
    display: flex;
    gap: calc(20 / 375 * 100vw);
    width: auto;
    margin: auto;
    align-items: stretch;
  }
  body section .common-lockoil .lockoil-inner > *{
    width: calc((100% - 21 / 375 * 100vw) / 2);
  }
  body section .common-lockoil .img-wrapper{
    position: relative;
    margin-bottom: 6px;
  }
  body section .common-lockoil .img-wrapper img{
    width: 100%;
  }
  body section .common-lockoil .new:after{
    content:'';
    position: absolute;
    right: calc(-7 / 375 * 100vw);
    top: calc(-5 / 375 * 100vw);
    width: calc(35 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
    background-image: url('/assets/beauty/refa/haircare/products/img/lockoil-new.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
  body section .common-lockoil .catch{
    font-size: 0.75rem;
    line-height: calc(16.8 / 12);
    letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 10px;
  }
  body section .common-lockoil .text{
    font-size:0.625rem;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    letter-spacing: 0.08em;
    line-height: calc(28 / 18);
    border-radius: 12.5px;
    border: 1px solid #afb7bc;
    font-weight: 500;
  }
  body section .common-lockoil .text span{
    transform: scale(0.9);
    white-space: nowrap;
  }
}
