@charset "utf-8";
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.wrapper {
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 2px 1em rgba(0, 0, 0, .3);
}
.mt20 {
  margin-top: 20px;
}
.cta {
  position: relative;
}
.btn_cart {
  position: absolute;
  width: 86%;
  top: 72%;
  right: 7%;
}
.btn_cart:hover {
  opacity: 0.7;
}

/*======= ToggleBtn =======*/
#cancel {
  padding-top: 30px;
  background: #fff;
}
.toggleArea {
  padding-bottom: 30px;
  background: #ffffff;
}
/* ボタン */
.toggleBtn {
  position: relative;
}
.toggleArea.faq .toggleBtn {
  border-bottom: solid 4px #fff7d4;
}
.toggleBtn p {
  position: absolute;
  top: 30%;
  right: 5%;
}
.toggleBtn p img.open {
  transform: rotate(0deg);
}
.toggleBtn p img.close {
  transform: rotate(180deg);
}
.toggleBtn p img {
  width: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* 中身 */
.toggleItem {
  display: none;
}
/*PC調整*/
@media screen and (min-width:1024px) {
  .toggleBtn p {
    position: absolute;
    top: 43%;
    right: 4%;
  }
  .toggleBtn p img {
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/* gif */
.anime_gif {
  position: relative;
}
.gif_img {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.footer_wrap ul {
  padding: 6.66% 0;
}
.footer_wrap ul li a {
  display: block;
  padding: 2.6%;
  margin-bottom: 3%;
  box-sizing: border-box;
  font-size: 3.466666667vw;
  text-align: center;
  color: #1e1e14;
  text-decoration: none;
}
.footer_wrap ul li:last-of-type a {
  margin-bottom: 0;
}
.footer_logo {
  background: #f2f2f2;
  padding: 4.66% 0;
  text-align: center;
}
.footer_logo p {
  width: 53.33%;
  margin: 0 auto;
}
.footer_logo p.copy {
  padding-top: 3.33%;
  color: #1e1e14;
  font-size: 3.2vw;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .footer_wrap ul {
    padding: 4% 0;
    display: flex;
    justify-content: center;
  }
  .footer_wrap ul li a {
    font-size: 1em;
    margin: 0 10px;
    padding: 0;
  }
  .footer_logo img {
    width: 40%;
  }
  .footer_logo p.copy {
    font-size: 1em;
  }
}
/*======= ボタン設定 =======*/
.btn_cart.anime a:hover img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pop {
  10% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn_cart.anime {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* slider */
.slider01_wrap {
  position: relative;
  background: url(../img/basic/voice_a_bg.webp) no-repeat;
  background-size: 100% auto;
  padding: 30% 0 15%;
}
.slider01 {
  width: 85%;
  margin: 0 auto;
}
.slider01_wrap .slider_illust {
  position: absolute;
  width: 30%;
  bottom: 5%;
  right: 2%;
}
.slider02_wrap {
  background: url(../img/basic/voice_b_bg.webp) no-repeat;
  background-size: 100% auto;
  padding: 45% 0 28%;
}
.slider02 {
  width: 95%;
  padding: 8% 0 0;
  margin: 0 auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slide {
  margin: 0 auto;
  padding: 0 1%;
}
.slider01 .slick-slide {
  padding: 0 0.2%;
}
.slick-slider img {
  width: 100%;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 1.8rem !important;
  line-height: 1;
  color: #00a33e !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -8% !important;
}
.slick-next {
  right: -6% !important;
}
.slider02 .slick-prev {
  left: 2% !important;
  top: 30% !important;
}
.slider02 .slick-next {
  right: 4% !important;
  top: 30% !important;
}
.slick-dots {
  bottom: -3% !important;
}
.slider01 .slick-dots {
  bottom: -10% !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 12px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button:before {
  font-size: 10px !important;
}
.slick-dots li.slick-active button:before {
  color: #5eb96c !important;
  opacity: 1 !important;
}
/* Q&A */
.qa {
  padding: 8% 0 0;
  background: url(../../alo_2409/img/lp23_bg.jpg) no-repeat;
  background-size: 100% auto;
}
.qa h2 {
  width: 100%;
  margin: 0 auto 5%;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #EA6279 0%, #F09495 100%);
  background: -webkit-linear-gradient(-45deg, #EA6279 0%, #F09495 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qa h2 span {
  display: block;
  width: 10%;
  margin: 0 auto;
}
.qa h2 img {
  width: 100%;
  height: auto;
}
.accordion_container {
  max-width: 80%;
  margin: 0 auto;
  padding: 30% 0 15%;
}
.accordion_title {
  padding: 2% 0 3%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 8px;
}
.accordion_title:hover {
  opacity: 1;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 34%;
  right: -2%;
  width: 45px;
  height: 45px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #575757;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}
.accordion_title.open .icon_wrap .icon:before {
  content: none;
}
.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  padding: 2% 0 8%;
}
.ac_inner_wraper {
  height: auto;
}
p.txt_a_ac {
  margin: 0;
}
p.txt_a_ac span {
  font-weight: bold;
}