.wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.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;
}
.folate_movie {
  width: 200px;
  position: absolute;
  bottom: 380px;
}
.normal_folate {
  left: 25px;
}
.yeast_folate {
  right: 25px;
}

@media screen and (max-width:768px) {
  .cta_btn {
    width: 94%;
    bottom: 7%;
  }
  .folate_movie {
    width: 140px;
    bottom: 26%;
  }
}

/*--- CTA ---*/
.cta_area{
  position: relative;
  display: flex;
}
.cta_area_button{
  position: absolute;
  top: 78%;
  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ボタンアニメーションここまで ---*/

/* sliderエリアに必要なstyle大枠ここから */
.rel_img {
  position: relative;
}

/* docotorのsliderここから */
.doctor_content { 
  display: block; 
  opacity: 1; 
  visibility: visible; 
  transition: none; 
}

.doctor_slider { 
  max-width: 520px; 
  width: 100%; 
  position: absolute; 
  bottom: 66px; 
  left: 50%; 
  transform: translateX(-50%); 
}

.doctor_slider_inner img {
  width: 100%;
  height: auto;
}

.doctor_slick_prev, .doctor_slick_next { 
  width: 46px; 
  position: absolute; 
  z-index: 1; 
  top: 50%; 
  transform: translateY(-50%); 
}

.doctor_slick_prev { left: 2px; }
.doctor_slick_next { right: 2px; }

.doctor_slider_inner .slick-slide { margin: 0 10px; }

@media screen and (max-width:768px) { 
  .doctor_slider 
  { width: 100%;
    bottom: 9%;
  }
  
  .doctor_slick_prev, .doctor_slick_next {
    width: 35px; 
  } 
}
/* docotorのsliderここまで */
/* sliderエリアに必要なstyle大枠ここまで */

/* ここからモーダル */
.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: #fff;
  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: 22%;
    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: 35px;
    bottom: 8%;
  }
}
/* ここまでPOINT2モーダル */

/* ここからQ&A */
.custom-qa dl {
  margin-bottom: 20px;
  padding: 24px;
  background: #ff7e0a;
  border-radius: 15px;
}
.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: #fff;
  opacity: .7;
}
.custom-question {
  font-size: 22px;
  color: #fff;
  background: #ff7e0a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.custom-accordion-trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-right: 40px;
  cursor: pointer;
  color: #fff;
  background: #ff7e0a;
}
.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: #fff;
}
.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: #fff;
  color: #ff7e0a;
  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) {
  .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;
}