@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
* {
  vertical-align: top;
}

body {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
}

img {
  vertical-align: top;
  width: 100%;
  display: block;
}

.container {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .base_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -11;
    background-image: url(./images/allbg.png);
    background-repeat: repeat;
    background-position: center top;
  }
  .container {
    width: 750px;
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0px;
    box-shadow: 0 0 10px #999999;
  }
}


/* オファー */

.offer .cta {
  position: relative;
  z-index: 10;
}

.offer .cta .parts01 {
  position: absolute;
  z-index: 30;
  top: 27.11209%;
  right: 0;
  left: 0;
}

.offer .cta .coupon {
  position: absolute;
  z-index: 20;
  top: 37%;
  right: 0;
  left: 0;
}

.offer .cta .purchase {
  position: absolute;
  z-index: 40;
  top: 84.15240%;
  right: 0;
  left: 0;
}

.offer .cta .coupon img {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

.offer .cta .purchase:hover {
  animation: flash 1s infinite;
}

.offer .cta .purchase img {
  animation: beating 3s infinite;
}

.offer .cta .purchase img:hover {
  animation-play-state: paused;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -20px);
  }
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    -webkit-transform: translate(0%, -20px);
  }
}

@-moz-keyframes ball {
  0% {
    -moz-transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    -moz-transform: translate(0%, -20px);
  }
}

@keyframes beating {
  0%,
  100% {
    transform: scale(0.9, 0.9);
  }
  20% {
    transform: scale(1.2, 1.2);
  }
  95% {
    transform: scale(1, 1);
  }
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@media (min-width: 750px) {
  @keyframes beating {
    0%,
    100% {
      transform: scale(0.8, 0.8);
    }
    20% {
      transform: scale(1, 1);
    }
    95% {
      transform: scale(0.9, 0.9);
    }
  }
}


/* FAQ */

#explain_faq {
  background-color: #fff;
  padding-bottom: 3vw;
}

.qanda_area {
  margin: 5.3333% 0;
}

.qanda_area .qanda {
  font-size: 26px;
  line-height: 1.5em;
  margin: 0 2.8% 5.3333%;
}

.qanda_area .qanda .q_ttl {
  position: relative;
  font-weight: 500;
}

.qanda_area .qanda .q_ans {
  position: relative;
  padding: 4% 4% 1.8%;
  border: 1px solid #c9c9c9;
  border-top: none;
  text-align: justify;
  font-feature-settings: "palt";
}

.qanda_area .qanda .q_ttl:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("./images/s_c7_faq_p.png");
  background-size: 100% auto;
  background-position: center center;
  vertical-align: middle;
  text-align: center;
  top: 36%;
  right: 2%;
}

.qanda_area .qanda .q_ttl.q_ttl_m:after {
  top: 40%;
}

.qanda_area .qanda .q_ttl.q_ttl_l:after {
  top: 43%;
}

.qanda_area .qanda.active .q_ttl:after {
  background-image: url("./images/s_c7_faq_m.png");
  background-size: 100% auto;
}

.qanda_area .qanda .q_ttl.row01:before {
  top: -12.5%;
}

.qanda_area .qanda .q_ttl.row02:before {
  top: 12.5%;
}

.qanda_area .qanda .q_ttl.row01:after {
  top: 5%;
}

.qanda_area .qanda .q_ttl.row02:after {
  top: 18%;
}

.qanda_area .qanda .q_ans .tel_img {
  margin: 1% 0 0 0;
}

.qanda_area dl:last-child {
  margin-bottom: 0;
}

.bg_ylw {
  background-image: repeating-linear-gradient(to bottom, transparent 0%, transparent 35%, #fffbb2 35%, #fffbb2 90%, transparent 90%, transparent 100%);
}

@media screen and (max-width: 750px) {
  .qanda_area .qanda {
    font-size: 3.4666666667vw;
  }
  .qanda_area .qanda .q_ans {
    padding: 5.3333333333vw 5.2vw;
  }
  .qanda_area .qanda .q_ttl:before,
  .qanda_area .qanda .q_ans:before {
    width: 4vw;
    height: 4vw;
    font-size: 10vw;
  }
  .qanda_area .qanda .q_ttl:after,
  .qanda_area .qanda .q_ans:after {
    width: 4vw;
    height: 4vw;
  }
  .qanda_area .qanda .q_ttl:before {
    top: 15%;
  }
  .qanda_area .qanda .q_ttl.row01:before {
    top: -22%;
  }
  .qanda_area .qanda .q_ttl.row02:before {
    top: 2%;
  }
}

footer {
  background-color: #000;
  color: #fff;
  font-family: 'Sawarabi Gothic', sans-serif;
  padding: 5px 0 50px;
}

footer img {
  display: block;
  margin: 0 auto;
  padding: 45px 0;
  width: 50%;
}

ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 90%;
}

ul.menu li {
  border-bottom: dotted 1px #fff;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

ul.menu li:nth-child(n+2) {
  border-left: none;
  margin-top: 10px;
}

ul.menu li a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}

p.copy {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 45px auto 0;
  text-align: center;
}


/* ダミーフォーム */

.dummyformarea {
  width: 100%;
  background-color: #999;
  padding: 20px 0;
  text-align: center;
}

.dummyformarea .inner {
  width: 94%;
  height: 1200px;
  background-color: #bbb;
  margin: 0px auto;
  padding: 200px 0 0 0;
}

.dummyformarea .inner p {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 600;
}