@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
:root {
  --q1Size: 0px;
}

html {
  font-size: 120%;
}
@media screen and (max-width: 414px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: middle;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

br.sp {
  display: none;
}
@media screen and (max-width: 414px) {
  br.sp {
    display: block;
  }
}

.note {
  font-size: 0.5rem;
  vertical-align: top;
}

.accent {
  font-weight: bold;
  color: #e73058;
}

.separateImg img {
  margin: 20px 0;
}

.container {
  max-width: 700px;
  margin: auto;
  background-color: #b6385c;
}
.container section {
  width: 90%;
  margin: 0 auto 30px;
  background-color: #fff;
  overflow: auto;
}
.container section.q1::before {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #b6385c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateY(-1px);
}
.container section.q2, .container section.q3, .container section.q4 {
  margin-top: 30px;
}
.container section .question, .container section .answer, .container section .column {
  width: 90%;
  margin: 0 auto;
}
.container section .question {
  text-align: center;
}
.container section .question .Qtitle {
  font-weight: bold;
  color: #7B2E00;
  margin-bottom: 0.5em;
}
.container section .question .Qtxt {
  margin-bottom: 20px;
}
.container section .question .Qtxt .Qtxt_txt {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 1em 0 0;
}
.container section .question .Qtxt .Qtxt_multi {
  display: inline-block;
  vertical-align: baseline;
  padding: 0.5em;
  background-color: #E8C7B3;
  color: #fff;
  font-size: 0.8em;
  line-height: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 0;
}
.container section .question ul {
  margin-top: 30px;
}
.container section .question ul.Qnum {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .container section .question ul.Qnum {
    width: 55%;
  }
}
.container section .question ul.Qnum li:nth-of-type(odd) {
  border-radius: 50%;
  background-color: #E8C7B3;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}
.container section .question ul.Qnum li:nth-of-type(even) {
  display: flex;
  flex-grow: 1;
  height: 2px;
  background-image: linear-gradient(to right, #7B2E00, #7B2E00 3px, transparent 3px, transparent 5px);
  background-size: 5px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.container section .question ul.Qnum li.is-num {
  background-color: #7B2E00;
}
.container section .answer {
  margin-top: 30px;
}
.container section .answer ul {
  margin-bottom: 30px;
}
.container section .answer ul li {
  border: 1px solid #b6385c;
  border-radius: 1em;
  text-align: center;
  padding: 1em 0.5em;
  margin: 1em 0;
  cursor: pointer;
  color: #b6385c;
  font-size: 1.2em;
  font-weight: 400;
}
.container section .answer ul li.selected {
  background: #b6385c;
  color: #fff;
}
.container section .answer ul#illustTap {
  position: relative;
  background: url("https://kaoriaihara.vitamin.jp/kinofolio/wp-content/uploads/2023/08/concerning-BG.jpg") no-repeat center top/95%;
  padding-top: 90%;
}
.container section .answer ul#illustTap li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 1px #b6385c inset, 0 0 0 5px #fff;
  width: calc(var(--q1Size) * 0.25);
  height: calc(var(--q1Size) * 0.25);
  border-radius: 50%;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 414px) {
  .container section .answer ul#illustTap li {
    width: calc(var(--q1Size) * 0.3);
    height: calc(var(--q1Size) * 0.3);
  }
}
.container section .answer ul#illustTap li:nth-of-type(1) {
  top: 18%;
  left: 0;
  transform: translateY(-18%);
}
.container section .answer ul#illustTap li:nth-of-type(2) {
  top: 43%;
  right: 0;
  transform: translateY(-43%);
}
.container section .answer ul#illustTap li:nth-of-type(3) {
  top: 68%;
  left: 0;
  transform: translateY(-68%);
}
.container section .answer ul#illustTap li#js-Qall {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  width: 100%;
  height: auto;
}
.container section .answer ul#illustTap li.selected {
  background: #b6385c;
  color: #fff;
  filter: none;
}
.container section .answer ul.w_product li {
  position: relative;
}
.container section .answer ul.w_product li p {
  width: calc(100% - 50px);
}
.container section .answer ul.w_product li img {
  position: absolute;
  top: 0;
  right: -20px;
  width: 100px;
  transform: rotate(15deg);
}
.container section .answer ul.twoColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 414px) {
  .container section .answer ul.twoColumns {
    gap: 20px;
  }
}
.container section .answer ul.twoColumns li {
  border: 1px solid #b6385c;
  border-radius: 1em;
  text-align: center;
  padding: 1em 0.5em;
  margin: 1em 0;
  cursor: pointer;
  width: calc(50% - 10px);
  margin: 0;
}
@media screen and (max-width: 414px) {
  .container section .answer ul.twoColumns li {
    width: calc(50% - 10px);
  }
}
.container section .answer ul.twoColumns li > img {
  margin-bottom: 5px;
}
.container section .answer ul.twoColumns li#js-Qall {
  border: 1px solid #b6385c;
  border-radius: 1em;
  text-align: center;
  padding: 1em 0.5em;
  margin: 1em 0;
  cursor: pointer;
  flex: 1;
  margin: 0;
}
.container section .answer ul.twoColumns li#js-Qall:active {
  background: #b6385c;
  color: #fff;
}
.container section .answer p.attention {
  display: none;
  color: #f00;
  text-align: center;
}
.container section .hiddenContents {
  display: none;
  transform: scale(1, 0);
  transform-origin: 0 0;
  opacity: 0;
}
.container section .hiddenContents.is-show {
  display: block;
  animation: slideDown 1s forwards;
}
@keyframes slideDown {
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.container section.cta {
  width: 90%;
}
.container section.cta .thanks {
  background-color: #b6385c;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  padding: 20px 0;
}
.container section.cta .offer::before {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #b6385c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateY(-1px);
  margin-bottom: 20px;
}
.container section button {
  position: relative;
  display: block;
  border-radius: 2em;
  border: 2px solid #fff;
  background: linear-gradient(to bottom, #da7793 0%, #b6385c 100%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  width: 10em;
  padding: 1em;
  margin: 2em auto;
  filter: grayscale(100%) brightness(1.5);
  cursor: pointer;
}
.container section button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent transparent #fff;
}
.container section button:hover {
  opacity: 0.8;
}
.container section button:active {
  transform: translateY(3px);
  box-shadow: none;
}
.container section button.is-active {
  filter: none;
}
.container section .btn-cv {
  margin: 30px auto 50px;
  animation: hopping 1.2s ease-in-out infinite;
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
.container section .btn-cv:hover {
  opacity: 0.8;
}
@keyframes hopping {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
.container ul.remarks {
  width: 90%;
  margin: 10px auto;
}
.container ul.remarks li {
  font-size: 0.5rem;
}
.container ul.remarks.astarisk li {
  display: table-row;
  line-height: 1.2;
}
.container ul.remarks.astarisk li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}

.footer {
  text-align: center;
  margin: 50px 0 20px;
  padding-top: 20px;
  background-color: #fff;
}
.footer .logo img {
  width: 20%;
}
.footer .company {
  font-size: 0.8rem;
}
.footer .nav {
  font-size: 0.7rem;
  letter-spacing: -0.01em;
}
.footer .nav a {
  text-decoration: none;
}/*# sourceMappingURL=enquete-3.css.map */