@charset "UTF-8";


/* 共通 */
img {
  width: 100%;
  vertical-align: bottom;
}

body {
  max-width: 500px;
  margin: 0 auto;
  background: #F6F1EE;
}

.kv, .worries, .design, .features, .recommend, .step {
  position: relative;
}

.kv {
  background-color: #ebb6bf;
}

.kv__coupon img {
  width: calc(343 / 375 * 100%);
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
}

.coupon {
  position: absolute;
  margin: 0 calc(16 / 375 * 100%);
}

.coupon--features {
  bottom: 6%;
}

.coupon__02 {
  position: absolute;
  margin: 0 calc(45 / 375 * 100%);
}

.coupon--recommend {
  bottom: 1.5%;
}

.coupon--step {
  bottom: 5%;
}

.tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  display: none;
  z-index: 1000;
}

.clipboardCopy {
  /* background: blue; */
  position: absolute;
  width: calc(310/ 375 * 100%);
  padding-bottom: calc(55 / 375 * 100%);
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

/* クーポンのクリップボードコピー */
.kv__clipboardCopy {
  bottom: 2.8%;
}

.features__clipboardCopy {
  bottom: 3.3%;
}

.recommend__clipboardCopy {
  bottom: 3.8%;
}

.step__clipboardCopy {
  bottom: 3.4%;
}

.kv__link, .worries__link, .design__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.kv__link {
  bottom: 5%;
}

.worries__link {
  bottom: 0.6%;
}

.design__link {
  bottom: 0.8%;
}

.linkBtn {
  display: block;
  width: calc(263px + (350 - 263) * ((100vw - 375px) / (500 - 375)));
  height: calc(63px + (85 - 63) * ((100vw - 375px) / (500 - 375)));
  max-width: 350px;
  max-height: 85px;
  /* background-color: blue; */
}



/* QA */
.qa {
  padding: 64px 0 24px;
  background: #F6F1EE;
}

.qa__title {
  margin: 0 calc(99 / 375 * 100%) 0;
}



.qa__inner .qa__question {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #323232;
  color: #fff;
  cursor: pointer;
  font-size: clamp(0.75rem, 3.2vw, 1rem);
  min-height: 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px calc(16 / 343 * 100%) 9px;
}

.qa__questionMarc {
  margin-right: 4px;
}

.qa__question::after {
  content: "";
  position: absolute;
  top: 40%;
  margin: auto 0;
  right: calc(16 / 343 * 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 0;
}

.qa__question:not(:first-child) {
  margin-top: 8px;
}

.qa__question.open::after {
  content: "";
  position: absolute;
  top: 40%;
  margin: auto 0;
  right: calc(16 / 343 * 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 0;
  transform: rotate(180deg);
}

.qa__content {
  background: #F6F6F6;
  border-radius: 0 0 10px 10px;
  margin-top: -8px;
  padding: 16px calc(16 / 343* 100%) 8px;
}

.qa__answer {
  font-size: clamp(0.75rem, 3.2vw, 1rem);
  min-height: 0;
  font-weight: 400;
}

.qa__inner {
  margin: 24px calc(30 / 375 * 100%) 0;
}


.btn__shadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.45));
  -webkit-animation: motion 0.75s alternate infinite ease-in !important;
  animation: motion 0.75s alternate infinite ease-in !important;
  will-change: transform;
  display: inline-block;
}



.copyright {
  background: #000;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  padding: 8px 0;
}

.ctaFixed {
  max-width: 500px;
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  width: 100vw;
  padding: 8px 0 16px;
  z-index: 9999;

}

.ctaFixed__link {
  text-decoration: none;
}



.ctaFixed__subBtn {
  width: calc(54 / 375 * 100%);
  display: block;
  z-index: 10;
  position: absolute;
  top: -4%;
  left: 4%;

}

.ctaFixed__subText {
  text-align: center;
  font-size: clamp(0.875rem, 0.011rem + 3.69vw, 1.163rem);
  color: #323232;
  font-weight: 500;
}


.ctaFixed__btn {
  width: calc(311 / 375 * 100%);
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 500px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.45));
  will-change: transform;
}

.ctaFixed__btn:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite !important;
  animation: reflection 4s ease-in-out infinite !important;
}

.ctaFixed__text {
  text-align: center;
  font-size: clamp(1.125rem, 4.8vw, 1.5rem);
  color: #fff;
  font-weight: 500;
}


@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  70% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  71% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  70% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  71% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}