@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a [href=""] {
  pointer-events: none;
}
@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  height: auto;
  border-style: none;
  vertical-align: top;
}

h1, h2, h3, p {
  margin: 0;
  word-break: break-all;
}

dl, dt, dd {
  margin: 0;
}
dl a, dt a, dd a {
  text-decoration: none;
}

.lp_wrap {
  width: 100%;
  overflow: hidden;
  max-width: 750px;
  margin-inline: auto;
  background: #FFFFFF;
}

img {
  width: 100%;
}

.offer.offer01 .offer_box a {
  bottom: 19.2rem;
}
.offer .offer_box {
  position: relative;
}
.offer .offer_box a {
  width: 60.1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: calc(50% - 29.6rem);
  bottom: 13.8rem;
  -webkit-animation: zoom 1s linear infinite alternate !important;
          animation: zoom 1s linear infinite alternate !important;
  position: absolute;
}
.offer .offer_box a:hover {
  opacity: 0.7;
}
.offer .offer_box a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.offer .offer_box a span::before {
  content: "";
  display: block;
  width: 30%;
  height: 300%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -100%;
  left: -30%;
  -webkit-animation: 2s twinkle01 infinite !important;
          animation: 2s twinkle01 infinite !important;
}

@media (max-width: 749.9px) {
  .offer.offer01 .offer_box a {
    bottom: 25.6vw;
  }
  .offer .offer_box a {
    width: 80.1333333333vw;
    left: calc(50% - 39.4666666667vw);
    bottom: 18.4vw;
  }
}
.lp_content > * {
  margin-top: -0.1333333333vw;
}
.lp_content .trouble01 {
  position: relative;
  z-index: 2;
  margin-bottom: -8%;
}

@-webkit-keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.offer_tel_dl {
  padding: 0 7.5%;
  color: #ffffff;
  background: #0d3255;
  margin-top: -12%;
  padding-bottom: 12%;
  position: relative;
  z-index: 5;
  text-align: center;
}
.offer_tel_dl a {
  color: #ffffff;
}
.offer_tel_dl dt {
  font-size: 2rem;
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
}
.offer_tel_dl .offer_tel_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer_tel_dl .offer_tel_no img {
  width: 12%;
  margin-right: 3%;
}
.offer_tel_dl .offer_tel_no span {
  font-size: 3.75rem;
  font-weight: 800;
}
.offer_tel_dl .offer_tel_att {
  border-top: 2px solid #ffffff;
  margin-top: 2%;
  padding-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.5rem;
}
.offer_tel_dl .offer_tel_att span {
  margin-right: 1em;
}
.offer_tel_dl .offer_tel_att small {
  font-size: 0.875em;
}

.offer.offer_reg .offer_box a {
  bottom: 16rem;
}

@media (max-width: 749.9px) {
  .offer.offer_reg .offer_box a {
    bottom: 21.3333333333vw;
  }
}
@media (min-width: 750px) {
  .ft_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ft_nav li {
  font-size: 14px;
  margin-inline: 0.5em;
  text-align: center;
  line-height: 1.8;
}
.ft_nav li a {
  color: #ca044c;
  text-decoration: underline;
}

.ft_logo {
  margin: 4rem 0 6rem;
  text-align: center;
}
.ft_logo img {
  width: 132px;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: darken;
}

.copyright {
  text-align: center;
  color: #ffffff;
  background: #e94263;
  font-size: 12px;
  padding: 1.6rem 0 2.4rem;
}