@charset "UTF-8";
body {
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    
}
@media screen and (min-width: 750px) {
  .body-inner {
    max-width: 750px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}
img {
  width: 100%;
  margin-top: -1px; /*--隙間調整--*/
}

/* フローティングバナー */
/* ============================================ */
.float-bnr {
  height: 0;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}

.float-bnr.show {
  display: block;
  height: auto;
  opacity: 1;
  transition: 1s;
  pointer-events: painted;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
/* フローティングバナー ここまで */
/* ============================================ */

/* コンテンツの横幅 */
/* ============================================ */
.contents-inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* コンテンツの横幅 ここまで */
/* ============================================ */

/* スライダー */
/* ============================================ */
.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 100%;
  display: block;
}

.slider .pagination {
  text-align: center;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 2px;
}


.swiper-pagination-bullet-active {
  background: #999999; /*スライダーのドットの色*/
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: -24px;
}

.swiper-button-next {
  background-image: url(../images/arrow.png);
  transform: scale(-1, 1);
  margin-right: -10px;
}

.swiper-button-prev {
  background-image: url(../images/arrow.png);
  margin-left: -10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
/* スライダー ここまで*/
/* ============================================ */
/* ボタン */
/* ============================================ */
.first-view{
  position: relative;
}
.botann-1{
  position: absolute;
  width: 82.5%;
  top: 90.1%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

img.btn_animate1{
  margin: 0 auto;
  animation: beside 2s linear infinite;
  transform-origin:center;
  cursor: pointer;
  }
  @keyframes beside {
  0% { transform: translate(2px, 0px);}
  5% {transform: translate(-2px, 0px);}
  10% {transform: translate(2px, 0px);}
  15% {transform: translate(-2px, 0px);}
  20% {transform: translate(2px, 0px);}
  25% {transform: translate(-2px, 0px);}
  30% {transform: translate(0px, 0px);}
  }




.suuryou-genntei{
  position: relative;
}
.botann-2{
  position: absolute;
  width: 82.0%;
  top: 75.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

img.btn_animate2{
  margin: 0 auto;
  animation: beside 2s linear infinite;
  transform-origin:center;
  cursor: pointer;
  }
  @keyframes beside {
  0% { transform: translate(2px, 0px);}
  5% {transform: translate(-2px, 0px);}
  10% {transform: translate(2px, 0px);}
  15% {transform: translate(-2px, 0px);}
  20% {transform: translate(2px, 0px);}
  25% {transform: translate(-2px, 0px);}
  30% {transform: translate(0px, 0px);}
  }




  .vegetable{
    position: relative;
  }

  .botann-3{
    position: absolute;
    width: 82.0%;
    top: 70.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  img.btn_animate4 {
    margin: 0 auto;
    animation: vertical 2s linear infinite;
    transform-origin:center;
    cursor: pointer;
    will-change: プロパティ名;

    }
    @keyframes vertical {
      0% {transform: translate(0px, 2px);}
      5% {transform: translate(0px, -2px);}
      10% {transform: translate(0px, 2px);}
      15% {transform: translate(0px, -2px);}
      20% {transform: translate(0px, 2px);}
      25% {transform: translate(0px, -2px);}
      30% {transform: translate(0px, 0px)}
      }

    









/* アニメーション01
  .vegetable{
    position: relative;
  }

  .botann-2{
    position: absolute;
    width: 82.0%;
    top: 75.7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  img.btn_animate3 {
    margin: 0 auto;
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin:center;
    cursor: pointer;
    }
    @keyframes fuwafuwa {
    from {transform: scale(0.9,0.9);}
    to {transform: scale(1,1);}
    }
/* ボタン ここまで*/
/* ============================================ */






/* QA */
/* ============================================ */
.faq {
  background-color : #fee8eb;
  padding-bottom: 25px;
}
.faq__title {
  padding-bottom: 0;
}
.faq__toggle-contents {
  margin-bottom: 3px;
  padding: 0 20px;
}
.faq__toggle-title {
  position: relative;
  cursor: pointer;
  padding: 10px 0 0;
}
.top-none{
  padding-top: 0;
}
.faq__toggle-btn {
  position: absolute;
  top: 60%;
  right: 2%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.position{
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.faq__toggle-btn:before,
.faq__toggle-btn:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__toggle-btn:before {
  width: 2px;
  height: 10px;
}
.faq__toggle-title.selected .faq__toggle-btn:before {
  content: normal;
}
.faq__toggle-contents dd {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 0;
  line-height: 1.8;
  margin-bottom: 12px;
}

@media screen and (min-width: 750px) {
  .faq {
    padding-bottom: 0px;
  }
  .faq__toggle-contents {
    padding: 0 30px;
  }
  .faq__toggle-btn:before {
    height: 15px;
  }
  .faq__toggle-btn:after {
    width: 15px;
  }
  .faq__toggle-contents dd {
    font-size: 18px;
    padding: 0;
  }
}
/* QA ここまで */
/* ============================================ */

/* video */
/* ============================================ */
.video {
  position: relative;
}
.video__item img {
  width: 86%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* video ここまで */
/* ============================================ */

/* CTAボタン */
/* ============================================ */

/* CTAボタン ここまで */
/* ============================================ */

/* footer */
/* ============================================ */
footer {
  display: block;
  padding-top: 10px;
  border-top: 3px solid #ddd;
  background: #fff;
}
ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
  padding: 10px 0;
}
.footer_nav li {
  display: inline-block;
  margin: 0 5px 0 0;
  border-right: #000 solid thin;
  font-size: 13px;
}
.footer_nav li:nth-child(2) {
  border-right: none;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #000;
}
.footer_nav li:last-child {
  border: none;
}
footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
}
/* footer ここまで */
/* ============================================ */
