﻿@charset "UTF-8";
/*--------------------------
 user's voice
----------------------------*/
@media (min-width: 768px){
  html.iziModal-isOverflow{
    height: auto;
  }
  .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 #refa-ugc .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 #refa-ugc .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .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 #refa-ugc{
    position: relative;
    width: 840px;
    margin: auto;
  }
  .voice #refa-ugc .name{
    margin-bottom: 6px;
    font-size: 0.75rem;
    line-height: calc(19.2 / 12);
    letter-spacing: 0.96px;
  }
  .voice #refa-ugc .comment{
    font-size: 0.6875rem;
    line-height: calc(17.58 / 11);
    letter-spacing: 0.88px;
  }
}
/*--------------------------
 その他
----------------------------*/
@media (min-width: 768px) {
  section.graph{
    margin-top: 60px;
  }
}
/*--------------------------
 association
----------------------------*/
@media (min-width: 768px) {
  section.association .title{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
  }
  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;
  }

  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;
  }
}
/*--------------------------
 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;
  }
}