@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;
}
/* スライダー ここまで*/
/* ============================================ */
/* ボタン */
/* ============================================ */





/* ボタン ここまで*/
/* ============================================ */
/* 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: 56%;
  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: 46%;
  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: 25px;
  }
  .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ボタン */
/* ============================================ */
.coupon-hakkou {
  position: relative;
}

.coupon-hakkou-countdown {
  position: absolute;
  inset: 66% 0 auto;
  width: fit-content;
  margin: 0 auto;
  padding: min( 6px, calc( 6 / 750 * 100vw ) ) min( 20px, calc( 20 / 750 * 100vw ) );
  border: 2px solid #d24b3f;
  border-radius: 5px;
  font-weight: 700;
  font-size: min( 52px, calc( 52 / 750 * 100vw ) );
  color: #d24b3f;
  background: #fff;
}

.coupon-hakkou-countdown small {
  font-size: calc( 33 / 52 * 1em );
}

.botann-1 {
  position: relative;
}

.btn_animate1 {
  position: absolute;
  width: 84.3%;
  top: 48.7%;
  left: 50.0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.botann-2 {
  position: relative;
}

.botann-2-countdown {
  position: absolute;
  inset: 74% 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  border-radius: min( 5px, calc( 5 / 750 * 100vw ) );
  font-size: min( 43px, calc( 43 / 750 * 100vw ) );
  font-weight: 700;
  line-height: min( 40px, calc( 40 / 750 * 100vw ) );
  color: #d24b3f;
}

.botann-2-countdown small {
  font-size: calc( 25 / 32 * 1em );
}

.botann-2-countdown-suffix {
  font-size: calc( 25 / 32 * 1em );
  color: #000;
}

.-ended + .botann-2-countdown-suffix {
  display: none;
}

.btn_animate2 {
  position: absolute;
  width: 84.3%;
  top: 39.8%;
  left: 50.0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.botann-3 {
  position: relative;
}

.btn_animate3 {
  position: absolute;
  width: 77.3%;
  top: 21%;
  left: 50.0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.coupon-hakkou_3 {
  position: relative;
}

.coupon-hakkou_3-countdown {
  position: absolute;
  inset: 36% 0 auto;
  width: fit-content;
  margin: 0 auto;
  padding: min( 6px, calc( 6 / 750 * 100vw ) ) min( 20px, calc( 20 / 750 * 100vw ) );
  border: 2px solid #d24b3f;
  border-radius: 5px;
  font-weight: 700;
  font-size: min( 52px, calc( 52 / 750 * 100vw ) );
  color: #d24b3f;
}

.coupon-hakkou_3-countdown small {
  font-size: calc( 33 / 52 * 1em );
}

.botann-back {
  position: absolute;
  width: 78.3%;
  top: 77.8%;
  left: 50.0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.hover1 {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.hover1:hover {
  opacity: 0.7;
}




/* 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;
}

/* .header {
  position: relative;
}

.specific-commercial {
  position: absolute;
  font-size: 80%;
  color: #344a4b;
  width: 77.3%;
  top: 17%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.privacy-policy {
  position: absolute;
  font-size: 80%;
  color: #344a4b;
  width: 77.3%;
  top: 33%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.company-profile {
  position: absolute;
  font-size: 80%;
  color: #344a4b;
  width: 77.3%;
  top: 49%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.font-1{
  width: 100%;
  padding: 3%;
} */





.contents-footer {
  position: relative;
}

.contents-footer-links {
  display: flex;
  flex-direction: column;
  gap: min( 50px, calc( 50 / 750 * 100vw ) );
  padding: min( 50px, calc( 50 / 750 * 100vw ) ) min( 150px, calc( 150 / 750 * 100vw ) );
  margin: 0;
  list-style: none;
  font-size: min( 26px, calc( 26 / 750 * 100vw ) );
}

.contents-footer-copyright {
  padding: min( 50px, calc( 50 / 750 * 100vw ) );
  font-size: min( 26px, calc( 26 / 750 * 100vw ) );
  text-align: center;
  color: #fff;
  background: #333333;
}


/* footer ここまで */
/* ============================================ */
