body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
*:focus {
  outline: none;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.w-90 {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.mb-5 {
  margin-bottom: 5%;
}
.mb-m5 {
  margin-bottom: -5%;
}
.mb-10 {
  margin-bottom: 5%;
}
.question {
  background: #F6E1E8;
  padding-bottom: 5%;
}
.question.q2,
.question.q3,
.answer__after,
.enquete-finished-contents,
.enquete-finished-form {
  display: none;
}
.answer {
  background: #ffffff;
  width: 95%;
  margin: 5% auto;
  padding: 10% 3% 7.5%;
  border-radius: min(4.1666666667vw, 20px);
  text-align: center;
}
.answer__title {
  margin-bottom: 7.5%;
  border-radius: min(4.1666666667vw, 20px);
  color: #595959;
}
.answer__title span {
  display: block;
  font-size: 0.75em;
  text-align: center;
}
.answer__list.answer__list-flex {
  display: flex;
  gap: 2.5%;
}
.answer__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFE9E5;
  width: 100%;
  min-height: 40px;
  margin-bottom: 5%;
  padding: 5% 0;
  border-radius: min(4.1666666667vw, 20px);
  font-size: 16px;
  color: #595959;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  transition: all 0.25s;
}
.answer__list.answer__list-flex .answer__item {
  margin-bottom: 0;
}
.answer__item.active {
  background-color: #B5A0A7;
  color: #ffffff;
}
.answer__item:last-child {
  margin-bottom: 0;
}
.answer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ED6D9E;
  width: 100%;
  min-height: 50px;
  margin-top: 7.5%;
  padding: 5% 0;
  border-radius: 100px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
}
.cta {
  display: block;
  background: #F6E1E8;
  width: 100%;
  padding: 5%;
}

.offer {
  margin-top: -5%;
}
.offer__annotation {
  background: #ffffff;
  width: 95%;
  margin: 0 auto;
}
.offer__annotation__btn {
  background: #474747;
  border: 1px solid #AFAFB0;
  padding: 1% 0;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .offer__annotation__btn {
    font-size: 3.125vw;
  }
}
.offer__annotation__btn span {
  position: relative;
}
.offer__annotation__btn span::before,
.offer__annotation__btn span::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -10%;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.offer__annotation__btn span::before {
  top: calc(50% + 2px);
  transform:translateY(-50%) rotate(90deg);
  transition: transform 0.25s linear;
}
@media screen and (max-width: 960px) {
  .offer__annotation__btn span::before,
  .offer__annotation__btn span::after {
    top: calc(50% + 0.1041666667vw);
    width: 2.08333333333vw;
    height: 0.2083333333vw;
  }
  .offer__annotation__btn span::before {
    top: calc(50% + 0.2083333333vw);
  }
}
.offer__annotation.active .offer__annotation__btn span::before {
  transform:translateY(-50%) rotate(0deg) !important;
}
.annotation-text {
  display: none;
  padding: 2.5%;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .annotation-text {
    font-size: 10px;
  }
}
.offer__annotation.active .annotation-text {
  display: block;
  animation: appear .5s ease;
}
@keyframes appear {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fragrance {
  position: relative;
  background: #F6E1E8;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20%;
}
.fragrance .swiper-pagination {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
.fragrance .swiper-pagination-bullet {
  background: #D0D0D0;
  opacity: 1;
}
.fragrance .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px;
}
.fragrance .swiper-pagination-bullet-active {
  background: #595959;
}

