@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a {
  color: inherit;
  text-decoration: none
}

ol,
ul {
  list-style: none
}

img,
video {
  max-width: 100%;
  height: auto;
  margin-top: -0.6px
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
  display: block;
  cursor: pointer
}

body,
html {
  font-size: 1.3333333333vw
}

@media screen and (min-width:750px) {

  body,
  html {
    font-size: 10px
  }
}

body {
  font-family: "noto-serif", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 0
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden
}

main {
  display: block
}

.speed__wrap {
  position: relative;
}

.speed__movie {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63rem;
  padding: 1rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.speed__movie iframe {
  width: 100%;
  height: calc(315 / 560 * 61rem)
}

.meritBox03__movie {
  width: 61rem;
  margin: 0 auto
}

.meritBox03__movie iframe {
  max-width: 100%;
  height: 45.8rem
}

.voice__movie {
  width: 61rem;
  margin: 0 auto
}

.voice__movie iframe {
  width: 100%;
  height: calc(315 / 560 * 61rem)
}

.soldHistory {
  margin-top: 8rem;
  margin-bottom: 4rem
}

.kv-video {
  position: relative
}

.kv-video__video {
  width: 100%;
  height: auto
}

.kv-title {
  position: relative;
  margin-top: -10%;
  z-index: 1;
}

.kv-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.cv-colorsVari_01 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 251, 1) 50%);
}

.cv-top-txt {
  position: relative;
}

.cv-top-txt span {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: itemanim 4s ease-out 0s infinite;
}

@keyframes itemanim {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-5%);
  }

  40% {
    transform: translateY(-5%);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.cv-voice__box {
  margin-bottom: 0em;
}

.cv-voice__box li:not(:last-child) {
  margin-bottom: 0em;
}

.cv-colorsBlock_01 {
  padding-bottom: 5.4rem
}

.cv-colorsBlock_01__list {
  padding-left: 4rem;
  padding-right: 7.4rem;
  position: relative;
  z-index: 10
}

.cv-colorsBlock_01__item {
  display: block;
  position: relative;
  width: 100%
}

.cv-colorsBlock_01__item:not(:last-of-type) {
  margin-bottom: 1.1rem
}

.cv-colorsBlock_01__item .btn-body {
  display: block;
  position: absolute;
  right: -3.4rem;
  top: 6rem;
  width: 14rem;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  animation: btnanim 1.5s ease 0s infinite;
}

.cv-colorsBlock_02 {
  /* padding-bottom: 8rem */
}

.cv-colorsBlock_02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 3.6rem;
  position: relative;
  z-index: 10;
  padding-bottom: 8rem;
}

.cv-colorsBlock_02__item {
  display: block;
  -ms-flex-preferred-size: 27.73%;
  flex-basis: 27.73%;
  max-width: 27.73%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6))
}

.cv-colorsBlock_02__item .btn-body {
  display: block;
  position: absolute;
  left: 3.2rem;
  bottom: -1.5em;
  width: 14rem;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  animation: btnanim 1.5s ease 0s infinite;
}

@keyframes btnanim {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cv-colorsBlock_02__item-new {
  position: relative
}

.cv-attntionBlock {
  padding: 0 2rem
}

.cv-main01 {
  /* margin-top: 8rem; */
  /* padding-bottom: 5rem */
}

.cv-main02 .cv-attntionBlock {
  padding-top: 3.6rem;
  background-color: #e9e9e3
}

.cv-main02 .cv-attntionBlock__box+.cv-attntionBlock__box {
  margin-top: 4rem
}

.footer {
  padding: 5rem 0;
  background-color: #e9e9e3
}

.footer__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.footer__linkList li {
  padding: 0 0.5em;
  font-size: 1.8rem;
  line-height: 1.2
}

.footer__linkList li+li {
  border-left: 1px solid #000
}

.footer__linkList li a {
  text-decoration: underline
}

.footer .jadma {
  margin-top: 3em;
  text-align: center;
}

.footer .copyright {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1
}

.mb10p {
  margin-bottom: 10%;
}

/* Q&Aセクションのスタイル */
.qa-section {
  background-color: #def5f4;
  padding: 40px 0 20px;
  margin: 30px 0;
}

.qa-header {
  text-align: center;
  margin-bottom: 20px;
}

.qa-title {
  font-family: 'A1MinchoStd', serif;
  font-size: 5rem;
  color: #00bab3;
  margin-bottom: 5px;
  line-height: 1.4;
  font-weight: normal;
}

.qa-subtitle {
  font-family: 'RoHMinSKokPr5N', serif;
  font-size: 6.5rem;
  color: #00bab3;
  line-height: 1.4;
}

.qa-list {
  padding: 0 20px;
}

.qa-item {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.qa-question {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  border-bottom: none; /* 初期状態では下線を表示しない */
  width: 98%; /* 下線の横幅を調整 */
  margin: 0 auto; /* 中央揃え */
}

.qa-q {
  font-family: 'A1MinchoStd', serif;
  font-size: 2.6rem;
  color: #00bab3;
  margin-right: 15px;
  line-height: 1.4;
}

.qa-question p {
  font-family: 'GothicBBBPro', sans-serif;
  font-size: 2.2rem;
  color: #351200;
  flex: 1;
  line-height: 1.4;
}

.qa-toggle {
  font-size: 1.8rem;
  color: #351200;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.qa-answer {
  display: flex;
  padding: 15px 0;
  margin: 0 auto;
  line-height: 1.4;
  background-color: #ffffff;
  width: 98%;
}

.qa-a {
  font-family: 'A1MinchoStd', serif;
  font-size: 2.4rem;
  color: #00bab3;
  margin-right: 15px;
  line-height: 1.4;
  position: relative;
  top: -3px; /* 上に移動 */
  left: 3px;
}

.qa-answer p {
  font-family: 'GothicBBBPro', sans-serif;
  font-size: 2rem;
  color: #351200;
  flex: 1;
  line-height: 1.6;
}

.qa-title .and-symbol{
  font-size:2.5rem ;
  vertical-align: middle;
  position: relative;
  top: -0.1em;

}

/* スマホ表示時のみQ&Aセクションのフォントサイズを大きくする */
@media screen and (max-width:749px) {
  .qa-question p {
    font-size: 3rem;
  }

  .qa-answer p {
    font-size: 2.8rem;
  }
  .qa-toggle {
    font-size: 2.5rem;
  }
  .qa-q {
    font-size: 5rem;
  }
  .qa-a {
    font-size: 5rem;
    position: relative;
    top: -6px; /* 上に移動 */
  }
  .qa-title .and-symbol{
    font-size:3.5rem ;
    vertical-align: middle;
    position: relative;
    top: -0.1em;

  }

  /* 特定の質問文を改行する */
  /* 「濡れた髪と乾いた髪だとどちらが染まりますか？」の改行 */
  .qa-list .qa-item:nth-child(2) .qa-question p {
    position: relative;
    font-size: 0; /* 元のテキストを非表示にする */
  }
  .qa-list .qa-item:nth-child(2) .qa-question p::before {
    content: "濡れた髪と乾いた髪だと";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }
  .qa-list .qa-item:nth-child(2) .qa-question p::after {
    content: "どちらが染まりますか？";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }

  /* 「美容院でのパーマ・ヘアカラーのタイミングを教えてください。」の改行 */
  .qa-list .qa-item:nth-child(3) .qa-question p {
    position: relative;
    font-size: 0; /* 元のテキストを非表示にする */
  }
  .qa-list .qa-item:nth-child(3) .qa-question p::before {
    content: "美容院でのパーマ・ヘアカラーの";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }
  .qa-list .qa-item:nth-child(3) .qa-question p::after {
    content: "タイミングを教えてください。";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }

  /* 「使ったあとに、またシャンプーを使っていいですか？」の改行 */
  .qa-list .qa-item:nth-child(8) .qa-question p {
    position: relative;
    font-size: 0; /* 元のテキストを非表示にする */
  }
  .qa-list .qa-item:nth-child(8) .qa-question p::before {
    content: "使ったあとに、";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }
  .qa-list .qa-item:nth-child(8) .qa-question p::after {
    content: "またシャンプーを使っていいですか？";
    display: block;
    line-height: 1.4;
    font-size: 3rem; /* フォントサイズを元に戻す */
  }
}

/* 追従バナー */
.floating-banner {
  position: fixed;
  bottom: 10px; /* 下余白を10pxに変更 */
  right: calc(50% - 375px); /* wrapperの中央から右に375px（wrapperの幅の半分）の位置 */
  width: 450px; /* コンテンツ幅(750px)の60% */
  z-index: 100;
  text-align: center;
  transition: opacity 0.3s ease;
}

.floating-banner img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.floating-banner.hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .floating-banner {
    width: 60%; /* コンテンツ幅の60% */
    right: 0; /* 右余白なし */
    bottom: 5px; /* 下余白5px */
    max-width: 60%; /* 最大幅を60%に制限 */
  }
}
/*# sourceMappingURL=style.css.map */
