html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 440px) {
  html {
    font-size: 3.6363636364vw;
  }
}

body {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.125rem;
  background-image: url(../img/top-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

header {
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  display: flex;
  align-items: center;
}

.header_logo {
  width: 8.75rem;
  margin: 0 auto;
}

.fv {
  position: relative;
}
.fv .woman01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 27.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.fv .fukidashi {
  position: absolute;
  top: 2.1875rem;
  left: 2.9375rem;
  width: 10.3125rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_copy_wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.fv .fv_copy_wrap .fv_copy01 {
  font-size: 1.25rem;
  transform: rotate(-8deg);
  margin-left: 3.875rem;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}
.fv .fv_copy_wrap .circle_text_wrap {
  display: flex;
  margin-left: 1.5rem;
}
.fv .fv_copy_wrap .circle_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5rem;
  transform: rotate(-5deg);
  margin-top: 2.5rem;
  position: relative;
}
.fv .fv_copy_wrap .circle_text::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: rgba(192, 190, 255, 0.5);
  z-index: -1;
}
.fv .fv_copy_wrap .fv_copy03 {
  top: 0.625rem;
  left: 0.5rem;
}
.fv .fv_copy_wrap .fv_copy04 {
  font-size: 2.125rem;
  margin-left: 2.375rem;
}
.fv .fv_text_wrap01 {
  margin-top: 1rem;
  margin-left: 2.625rem;
  text-shadow: 0px 0px 3px #FFFFFF;
  font-family: "Zen Old Mincho", serif;
}
.fv .fv_text_wrap01 .fv_text {
  margin-bottom: 0.5rem;
  background: linear-gradient(transparent 60%, #E5D5AC 0%);
  padding: 0 1px 0px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
}
.fv .fv_text_wrap01 .fv_text:nth-child(3) {
  margin-top: 0.75rem;
}
.fv .fv_text_wrap02 {
  font-size: 0.875rem;
  background: rgba(255, 255, 255, 0.65);
  padding: 0.375rem 0.75rem;
  text-align: center;
  margin: 1.0625rem 1.75rem 1.0625rem;
}
.fv .fv_text_wrap02 span {
  font-family: "Abril Fatface", cursive;
}

.col-red {
  color: #7E0403;
}

.f-lg {
  font-size: 1.5625rem;
}

.f-md {
  font-size: 1.125rem;
}

.f-sm {
  font-size: 0.9375rem;
}

.fv_text {
  font-size: 1.25rem;
}

.manga {
  padding-top: 5px;
  background-color: #fff;
}
.manga .inner {
  margin: 0 1.25rem;
}

.cta {
  background-image: url(../img/woman02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.cta .inner {
  padding: 2.1875rem 2.8125rem;
}

.cta_copy_wrap {
  background: #fff;
  padding: 0.1875rem 0.3125rem 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "BIZ UDPGothic", sans-serif;
}

.cta_text_wrap {
  margin: 0.6875rem 0 1.25rem;
}
.cta_text_wrap p {
  text-align: center;
  font-size: 0.875rem;
}
.cta_text_wrap p span {
  background: linear-gradient(transparent 60%, #E5D5AC 0%);
  display: inline;
  padding: 0 1px 0px;
}

.cta_btn {
  width: 18.75rem;
  height: 3.4375rem;
  background: linear-gradient(90deg, #C0BEFF 0%, #97DDFD 100%);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  position: relative;
}
.cta_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cta_btn .cta_btn_text {
  line-height: 1.2;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}
.cta_btn .cta_btn_text span {
  font-size: 0.75rem;
  text-align: center;
}

footer {
  background: #E5D5AC;
  padding: 1.625rem 0 0.75rem;
}
footer a {
  display: block;
  text-align: center;
}
footer .footer_link_pp {
  margin-top: 1.375rem;
  font-size: 0.625rem;
}
footer .footer_link_company {
  font-size: 0.75rem;
}

.cta_btn {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.cta_btn::before {
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
  content: "";
  animation: flash 1.5s infinite;
}

.cta_btn:hover::before {
  animation: flash2 0.75s;
}

@keyframes flash2 {
  100% {
    left: 120%;
  }
}
@keyframes flash {
  0% {
    left: -60%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}/*# sourceMappingURL=style.css.map */