.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333333;
  margin: 0;
}

p {
  margin: 0;
  word-wrap: break-word;
}

ul {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}

.coupon {
  width: 96%;
  display: block;
  margin: 5% auto;
  position: relative;
  overflow: hidden;
}
.coupon.first {
  margin-bottom: 0;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.coupon::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
  font-size: 1.3rem;
}
.swiper-button-prev:after {
  content: "◀︎";
}
.swiper-button-next:after {
  content: "▶";
  right: 0;
}
.buy {
  width: 70%;
  display: block;
  margin: 0 auto 5%;
}

.point {
  background: #d3e7f4;
  padding: 5% 5% 10%;
}
.point .point-check {
  display: none;
}
.point .point-label {
  background: #00a1e5;
  color: #fff;
  font-size: 4.2vw;
  display: block;
  text-align: center;
  padding: 3% 0;
  width: 80%;
  margin: auto;
}
.point .point-acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.point .point-check:checked + .point-label + .point-acd-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 5%;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  #wrapper {
    max-width: 750px;
    margin: 0 auto;
  }

  .fv-logo {
    width: 80px;
    margin: 5px auto;
  }

  .mov_area2 iframe {
    width: 700px;
    height: 390px;
    display: block;
    margin: 0px auto;
  }

  div.mov_area2 {
    background: #edeff3;
    padding: 25px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 300px;
  }

  footer a.logo {
    display: block;
    width: 100px;
    margin: 0 auto;
  }

  footer p {
    margin: 30px 0;
    text-align: center;
  }
  footer p a:hover {
    text-decoration: underline;
  }

  footer small {
    display: block;
    text-align: center;
    font-size: 16px;
  }

  .interview {
    position: relative;
  }
  .interview a {
    display: block;
    width: 205px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 460px;
    z-index: +1;
    cursor: pointer;
  }

  .faq ul li {
    margin-bottom: 2rem;
  }
  .faq .acd-check {
    display: none;
  }
  .faq .acd-label {
    background: #004c8b;
    color: #fff;
    display: block;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 29px;
    line-height: 1.4;
    height: 100px;
  }
  .faq .acd-label .question {
    margin-right: 20px;
    background: #006699;
    color: #fff;
    font-weight: normal;
    padding: 0rem 1rem;
    width: 30px;
    height: 100px;
    font-size: 40px;
    line-height: 2.4;
  }
  .faq .acd-label:after {
    content: "＋";
    position: absolute;
    right: 1rem;
    top: 1.4rem;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
  }
  .faq .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
    font-size: 29px;
    line-height: 1.4;
    padding: 0 2.5%;
  }
  .faq .acd-content p {
    margin-bottom: 1rem;
  }
  .faq .acd-content p .bold {
    font-weight: bold;
  }
  .faq .acd-content a {
    color: #09a3e6;
    text-decoration: underline;
  }
  .faq .acd-check:checked + .acd-label:after {
    content: "ー";
  }
  .faq .acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 25px 2.5% 15px;
  }
  .faq .faq1 {
    position: relative;
  }
  .faq .faq1 a {
    display: block;
    position: absolute;
    width: 128px;
    height: 45px;
    background: white;
    top: 8px;
    left: 98px;
    opacity: 0;
  }
  .faq .faq3 {
    position: relative;
  }
  .faq .faq3 a {
    display: block;
    position: absolute;
    width: 128px;
    height: 45px;
    background: white;
    top: 50px;
    left: 203px;
    opacity: 0;
  }

  .faq a:hover {
    opacity: 0.4;
  }

  .point .point-label {
    font-size: 1.8rem;
  }

  .floating-bnr {
    width: 250px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 530px;
    z-index: 10;
    display: none;
  }
  .floating-bnr.show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .fv-logo {
    width: 12%;
    margin: 5px auto;
  }

  .mov_area2 iframe {
    width: 100%;
    height: 260px;
    display: block;
    margin: 0px auto;
  }

  div.mov_area2 {
    background: #edeff3;
    padding: 10px;
    margin: 0 auto;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 35vw;
  }

  footer a.logo {
    display: block;
    width: 40px;
    margin: 0 auto;
  }

  footer p {
    margin: 10px 0;
    text-align: center;
  }
  footer p a:hover {
    text-decoration: underline;
  }

  footer small {
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .interview {
    position: relative;
    margin-bottom: 30px;
  }

  .faq ul {
    padding: 0 2%;
  }
  .faq ul li {
    margin-bottom: 1.2rem;
  }
  .faq .acd-check {
    display: none;
  }
  .faq .acd-label {
    background: #004c8b;
    color: #fff;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 3.9vw;
    line-height: 1.5;
    height: 15vw;
  }
  .faq .acd-label .question {
    margin-right: 3%;
    background: #6694b9;
    color: #fff;
    font-weight: normal;
    padding: 0 1.5%;
    width: 5%;
    height: 15vw;
    font-size: 6vw;
    line-height: 2.4;
  }
  .faq .acd-label:after {
    content: "＋";
    position: absolute;
    right: 2.5%;
    top: 25%;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
  }
  .faq .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
    font-size: 3.9vw;
    line-height: 1.6;
    padding: 0 2.5%;
  }
  .faq .acd-content p {
    margin-bottom: 1rem;
  }
  .faq .acd-content p .bold {
    font-weight: bold;
  }
  .faq .acd-content a {
    color: #09a3e6;
    text-decoration: underline;
  }
  .faq .acd-check:checked + .acd-label:after {
    content: "ー";
  }
  .faq .acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 3vw 2.5% 2vw;
  }

  .floating-bnr {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 2% 0;
    z-index: 10;
    display: none;
  }
  .floating-bnr.show {
    display: block;
  }
  .floating-bnr a {
    display: block;
    width: 96%;
    margin: auto;
  }
}
