@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  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;
}

.movieBox iframe {
  width: 100%;
}

.speed__wrap {
  position: relative;
}

.speed__movie {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63rem;
  padding: 1rem;
  background-color: #fff;
  transform: translateX(-50%);
}
.speed__movie iframe {
  height: calc(315 / 560 * 61rem);
}

.meritBox03__movie {
  width: 61rem;
  margin: 0 auto;
}
.meritBox03__movie iframe {
  height: 61rem;
}

.voice__movie {
  width: 61rem;
  margin: 0 auto;
}
.voice__movie iframe {
  height: calc(315 / 560 * 61rem);
}

.soldHistory {
  margin-bottom: 10rem;
}

/**************** コンバージョンエリア *****************/
/* button */
.cv-colorsBlock {
  padding-bottom: 8rem;
}
.cv-colorsBlock__title {
  margin-bottom: -2rem;
}
.cv-colorsBlock__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 3.6rem;
  position: relative;
  z-index: 10;
}
.cv-colorsBlock__item {
  display: block;
  flex-basis: 27.73%;
  max-width: 27.73%;
  flex-shrink: 0;
  position: relative;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.6));
}
.cv-colorsBlock__item .btn-body {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 67.3%;
  border-radius: 50%;
  transform: translate(-50%, 6%);
  z-index: 1;
  filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.6));
  overflow: hidden;
}
.cv-colorsBlock__item .btn-body::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  height: 300%;
  background: rgba(255, 255, 255, 0.6);
  transform: rotate(15deg) translate(-300%, -50%);
  animation: lightThrough 2s ease-in-out infinite;
  content: "";
  z-index: 10;
}
.cv-colorsBlock__item-new {
  position: relative;
}
.cv-colorsBlock__item-new::before {
  display: block;
  position: absolute;
  left: -1.2rem;
  top: 0.4rem;
  width: 9.4rem;
  height: 5.6rem;
  background-image: url(../img/icon_btn_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@keyframes lightThrough {
  0% {
    transform: rotate(15deg) translate(-300%, -50%);
  }
  30% {
    transform: rotate(15deg) translate(300%, -50%);
  }
  100% {
    transform: rotate(15deg) translate(300%, -50%);
  }
}
/* 注釈 */
.cv-attntionBlock {
  padding: 0 2rem;
}

.cv-main01 {
  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: flex;
  align-items: 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 .copyright {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
/* ---------------------------------------------------------------
	Loading
--------------------------------------------------------------- */
.loader-wrap {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #0bd;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.loader-wrap > div{
	text-align: center;
}
/* .loader-wrap > div > img.loading_bnr{
	display: block;
	width: 90%;
	margin: -10% auto 5%;
} */
.loader-wrap > div > img.loading_logo{
	display: block;
	width: 70%;
	margin: -10% auto 5%;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 10% auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* SP�̂� */
@media all and (max-width: 750px) {
	.loader {
		font-size: calc(10vw / 750 * 100);
	}
}

/* 「bot_loaded」クラスを非表示にするスタイル */
.bot_loaded{
  display: none;
}

/* 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%に制限 */
  }
}
