.wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.rel_img {
  position: relative;
}

/*--- ユーザーボイス ---*/
.user_voice {
  display: block;
  position: relative;
}
.uservoiceFirst {
  display: block;
}
.moreButton {
  display: block;
  width: 100%;
  cursor: pointer;
}
.uservoiceContent {
  display: none;
  width: 100%;
}

/*--- ユーザーボイスここまで ---*/

.cta_btn {
  width: 95%;
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sp_only {
  display: none;
}


@media screen and (max-width:768px) {
  .cta_btn {
    width: 94%;
    bottom: 7%;
  }
}

/*--- CTA ---*/
.cta_area{
  position: relative;
  display: flex;
}
.cta_area_button{
  position: absolute;
  top: 83%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
/*--- CTA ---*/
/*--- CTAボタンアニメーションここから ---*/
.keyframe {
  animation-name: anim_sc;
  transform: scale(1, 1);
}
@keyframes anim_sc {
  100% {
    transform: scale(0.9, 0.9);
  }
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
}
/*--- CTAボタンアニメーションここまで ---*/

/* ここからモーダル */
.modal-div {
  position: absolute;
  bottom: 192px;
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.modal-div-henkin {
  width: 100%;
}
.modal-open {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  text-decoration: underline;
  border: none;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,75%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #515151;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}
.modal-content p {
  margin: 1em 0;
}
.modal-content-henkin {
  background: #fff;
  text-align: left;
  line-height: 1.25;
  padding: 4% 4% 4% 8%;
}

@media screen and (max-width:768px) {
  .modal-div {
    bottom: 20%;
    line-height: 1.3;
  }
  .modal-open {
    font-size: 12px;
  }
  .sp_only {
    display: block;
  }
  .modal-content-henkin {
    padding: 8% 4% 8% 8%;
  }
}
/* ここまでモーダル */

/* ここからPOINT2モーダル */
.ingredients_link {
  width: 380px;
  height: 50px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width:768px) {
  .ingredients_link {
    width: 80%;
    height: 46px;
    bottom: 33%;
  }
}
/* ここまでPOINT2モーダル */

/* ここからQ&A */

.faq{
  background: #eeeadd;
  padding: 30px;
}

.custom-qa dl {
  margin-bottom: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 3px;
}
.qa_num {
  position: relative;
  padding-right: 10px;
  margin-right: 20px;
  font-size: 26px;
  white-space: nowrap;
}
.qa_num::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2em;
  background-color: #515151;
  opacity: .7;
}
.custom-question {
  font-size: 22px;
  color: #515151;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-accordion-trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-right: 40px;
  cursor: pointer;
  color: #515151;
  background: #fff;
}
.custom-trigger_inner {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.custom-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.custom-accordion-trigger .qa_num {
  opacity: .7;
}
.custom-answer {
  color: #515151;
}
.custom-accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.custom-answer_inner {
  padding: 40px 0 0;
  display: flex;
  align-items: flex-start;
  font-size: 22px;
}
.custom-answer_read {
  padding-top: 1em;
  font-size: 16px;
}
.custom-accordion-trigger .symbol {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3f7fc9;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  text-align: center;
  transition: transform 0.3s ease;
  font-family: 'Arial', sans-serif;
}
.custom-question .symbol::before {
  content: '＋';
}
.custom-question.is-open .symbol::before {
  content: '−';
}

@media screen and (max-width:768px) {
  .faq{
    background: #eeeadd;
    padding: 5px;
  }
  .custom-qa {
    width: 95%;
    margin: 0 auto;
  }
  .custom-trigger_inner {
    font-size: 18px;
  }
  .qa_num {
    font-size: 22px;
  }
  .custom-qa dl {
    padding: 16px;
  }
  .custom-accordion-trigger .symbol {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
  }
  .custom-answer_inner {
    padding: 30px 0 0;
    font-size: 18px;
  }
  .custom-answer_read {
    font-size: 14px;
  }
}
/* ここまでQ&A */
/* FVのアコーディオン */
.fv_acd_wrapper {
  position: relative;
  cursor: pointer;
}
.fv_acd_wrapper img {
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.fv_acd_wrapper img.fv_acd_visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative;
}