@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
#lp_form_wrap ul {
  list-style-type: none !important;
}

.sample_btn {
  color: #fff;
  transform-origin: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 50px;
  text-align: center;
  background-color: #f4425c;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sample_btn::after {
  animation: anime_cvbtn02 3s ease-in-out infinite;
  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%);
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

select,
input:not([type]),
[type=tel],
[type=email],
[type=password] {
  border: 1px solid #808080;
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
  outline: none;
}
select::placeholder,
input:not([type])::placeholder,
[type=tel]::placeholder,
[type=email]::placeholder,
[type=password]::placeholder {
  color: #acacac;
}
@media (max-width: 750px) {
  select,
  input:not([type]),
  [type=tel],
  [type=email],
  [type=password] {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-wrapper-none {
  height: 100%;
  overflow: unset;
}
.l-wrapper-none .p-page_content {
  padding: 0;
}

body header.custom-header,
body footer.custom-footer,
.l-container__row:not(:has(.lp_body)) {
  display: none !important;
}

main.l-container {
  height: 100% !important;
  padding: 0 !important;
}
main.l-container .l-container__row {
  margin-bottom: 0;
}

.lp_main {
  width: 100%;
  overflow-x: hidden;
}
.lp_main .pc_only {
  display: block;
}
.lp_main .sp_only {
  display: none;
}
@media (max-width: 750px) {
  .lp_main .pc_only {
    display: none;
  }
  .lp_main .sp_only {
    display: block;
  }
}

footer.footer {
  background-color: #fff;
  padding: 0 0 28px;
}
footer.footer .f_inner {
  width: 460px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  footer.footer .f_inner {
    padding: 0 20px 14px;
    width: 100%;
  }
}
footer.footer .f_inner .logo {
  width: 164px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  footer.footer .f_inner .logo {
    width: 120px;
    margin: 0 0 30px;
  }
}
footer.footer .f_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
footer.footer .f_inner ul li {
  padding-left: 15px;
  position: relative;
}
footer.footer .f_inner ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-bottom: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
}
footer.footer .f_inner ul li a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 750px) {
  footer.footer .f_inner ul {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  footer.footer .f_inner ul li {
    width: 100%;
    padding-left: 15px;
    position: relative;
  }
  footer.footer .f_inner ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    top: 50%;
  }
  footer.footer .f_inner ul li a {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none;
  }
}
footer.footer .f_inner .copyright {
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 750px) {
  footer.footer .f_inner .copyright {
    font-size: 10px;
    text-align: right;
  }
}

main.lp_main .fixed_blk {
  width: 870px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  transition-duration: 0.3s;
  transform: translateX(-50%);
}
main.lp_main .fixed_blk .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 25px;
}
main.lp_main .fixed_blk.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .fixed_blk {
    width: 100vw;
  }
  main.lp_main .fixed_blk .close_btn {
    width: 2.8735632184vw;
    height: 2.8735632184vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .fixed_blk {
    width: 100%;
  }
  main.lp_main .fixed_blk .close_btn {
    top: 0;
    right: 1.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
main.lp_main .test_red {
  background: #f00;
  opacity: 0.5;
}
main.lp_main .lp_body {
  width: 1920px;
  position: relative;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #676879;
}
@media (min-width: 1920px) {
  main.lp_main .lp_body {
    width: 100%;
  }
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body {
    width: 220.6896551724vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body {
    width: 100%;
  }
}
main.lp_main .lp_body div.sec_products {
  width: 100%;
  padding: 50px 0 70px;
}
main.lp_main .lp_body div.sec_products.bottom {
  padding: 80px 0 60px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products {
    padding: 4.8vw 4vw 16vw;
  }
  main.lp_main .lp_body div.sec_products.bottom {
    padding: 16vw 4vw;
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body div.sec_products div.sec_inner {
    max-width: 88.5057471264vw;
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_ttl {
  width: 421px;
  margin: 0 auto 11px;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner a.anc_pos {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 450px;
  height: 80px;
  transform: translateX(-50%);
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk {
    margin-bottom: 5.7471264368vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_ttl {
    width: 48.3908045977vw;
    margin: 0 auto 1.2643678161vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner {
    box-shadow: 1.1494252874vw 1.1494252874vw 2.2988505747vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner a.anc_pos {
    bottom: 4.5977011494vw;
    width: 51.724137931vw;
    height: 9.1954022989vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk {
    margin-bottom: 8vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_ttl {
    width: 89.3333333333vw;
    margin: 0 auto 0.8vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner {
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner a.anc_pos {
    bottom: 197.3333333333vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner .single_blk {
  width: 100%;
  margin-bottom: 50px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  position: relative;
}
main.lp_main .lp_body div.sec_products div.sec_inner .single_blk .anc_pos {
  width: 380px;
  height: 75px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .single_blk {
    margin-bottom: 5.7471264368vw;
    box-shadow: 1.1494252874vw 1.1494252874vw 2.2988505747vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner .single_blk .anc_pos {
    width: 43.6781609195vw;
    height: 8.6206896552vw;
    bottom: 3.4482758621vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .single_blk {
    margin-bottom: 8vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner .single_blk .anc_pos {
    bottom: 8vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk {
  width: 100%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  position: relative;
}
main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk .anc_pos {
  width: 450px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk {
    box-shadow: 1.1494252874vw 1.1494252874vw 2.2988505747vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk .anc_pos {
    width: 51.724137931vw;
    height: 9.1954022989vw;
    bottom: 4.5977011494vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk {
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.24);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk .anc_pos {
    bottom: 8vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body .sec_faq {
  position: relative;
  z-index: 3;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_faq {
    box-shadow: 0 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
}
main.lp_main .lp_body .sec_note {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  padding: 34px 0 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
main.lp_main .lp_body .sec_note .txt_blk {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_ttl {
  width: 100%;
  margin: 0 0 14px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
  color: #106fb8;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: #c8cfd5;
  border-radius: 50%;
  margin-top: 4px;
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body .sec_note {
    padding: 3.908045977vw 0 4.5977011494vw;
    box-shadow: 0 1.1494252874vw 1.1494252874vw rgba(0, 0, 0, 0.1);
  }
  main.lp_main .lp_body .sec_note .txt_blk {
    max-width: 90.8045977011vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_ttl {
    margin: 0 0 1.6091954023vw;
    font-size: 2.9885057471vw;
    line-height: 4.367816092vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul {
    gap: 1.724137931vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li {
    font-size: 1.6091954023vw;
    line-height: 2.2988505747vw;
    gap: 0.6896551724vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li::before {
    width: 1.6091954023vw;
    height: 1.6091954023vw;
    margin-top: 0.4597701149vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_note {
    padding: 8.2666666667vw 4vw 9.3333333333vw;
    box-shadow: 0 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_ttl {
    margin: 0 0 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
    letter-spacing: 0;
    font-weight: 600;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul {
    gap: 2.4vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    gap: 2.1333333333vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li::before {
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 4px;
  }
}
main.lp_main .lp_body .sec_component {
  position: relative;
  z-index: 1;
  background: #efefef;
  padding: 34px 0 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
main.lp_main .lp_body .sec_component .txt_blk {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0;
}
main.lp_main .lp_body .sec_component .txt_blk div.blk_ttl {
  width: 100%;
  margin: 0 0 14px;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
  color: #106fb8;
}
main.lp_main .lp_body .sec_component .txt_blk div.blk_txt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 870px) {
  main.lp_main .lp_body .sec_component {
    padding: 3.908045977vw 0 4.5977011494vw;
    box-shadow: 0 1.1494252874vw 1.1494252874vw rgba(0, 0, 0, 0.1);
  }
  main.lp_main .lp_body .sec_component .txt_blk {
    max-width: 90.8045977011vw;
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_ttl {
    margin: 0 0 1.6091954023vw;
    font-size: 2.9885057471vw;
    line-height: 4.367816092vw;
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_txt {
    font-size: 1.6091954023vw;
    line-height: 2.2988505747vw;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_component {
    padding: 8.2666666667vw 4vw 9.3333333333vw;
    box-shadow: 0 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_ttl {
    margin: 0 0 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
    letter-spacing: 0;
    font-weight: 600;
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_txt {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}