@charset "UTF-8";
@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;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
main.lp_main .fixed_blk .close_btn {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 25px;
}
main.lp_main .fixed_blk.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  main.lp_main .fixed_blk {
    width: 100%;
  }
  main.lp_main .fixed_blk .close_btn {
    top: 0;
    right: 3.2vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
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: #35392f;
}
@media (min-width: 1920px) {
  main.lp_main .lp_body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  main.lp_main .lp_body {
    width: 100%;
  }
}
main.lp_main .lp_body div.sec_products {
  width: 100%;
  margin-top: 20px;
  padding: 80px 0 70px;
  background: url("https://d2w53g1q050m78.cloudfront.net/bylysetjp/uploads/lp/st-premium111/img/products_bg_pc.jpg") top center repeat;
  background-size: 1920px auto;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products {
    margin-top: 2.6666666667vw;
    padding: 7.2vw 5.3333333333vw 10.6666666667vw;
    background: url("https://d2w53g1q050m78.cloudfront.net/bylysetjp/uploads/lp/st-premium111/img/products_bg_sp.png") top center repeat;
    background-size: 100% auto;
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk {
  position: relative;
  width: 100%;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.icon {
  position: absolute;
  top: -45px;
  left: -50px;
  z-index: 1;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.icon img {
  width: 185px;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(138, 147, 120, 0.5);
}
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: 150px;
  width: 450px;
  height: 80px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.icon {
    top: -5.8666666667vw;
    left: -5.0666666667vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.icon img {
    width: 24vw;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner {
    border-radius: 4vw;
    overflow: hidden;
    box-shadow: 0 1.3333333333vw 4vw rgba(138, 147, 120, 0.5);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.recurring_blk div.blk_inner a.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 div.txt_blk {
  width: 100%;
  margin: 30px 0 60px;
  padding: 28px 40px 40px;
  background: rgba(255, 255, 255, 0.8);
}
main.lp_main .lp_body div.sec_products div.sec_inner div.txt_blk div.blk_ttl {
  width: 96.86%;
  padding-bottom: 20px;
  border-bottom: 2px solid #8c8c8c;
  margin: 0 auto 20px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
main.lp_main .lp_body div.sec_products div.sec_inner div.txt_blk div.blk_txt {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner div.txt_blk {
    margin: 2.6666666667vw 0 8vw;
    padding: 4vw 4vw 5.3333333333vw;
    background: rgba(255, 255, 255, 0.8);
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.txt_blk div.blk_ttl {
    width: 76vw;
    padding-bottom: 2.1333333333vw;
    border-bottom: 2px solid #8c8c8c;
    margin: 0 auto 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 500;
  }
  main.lp_main .lp_body div.sec_products div.sec_inner div.txt_blk div.blk_txt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 400;
  }
}
main.lp_main .lp_body div.sec_products div.sec_inner .single_blk {
  width: 100%;
  margin-bottom: 60px;
  box-shadow: 0 10px 20px rgba(138, 147, 120, 0.5);
  position: relative;
  border-radius: 20px;
}
main.lp_main .lp_body div.sec_products div.sec_inner .single_blk .anc_pos {
  position: absolute;
  bottom: 40px;
  left: 185px;
  width: 380px;
  height: 75px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .single_blk {
    margin-bottom: 8vw;
    box-shadow: 0 2.6666666667vw 5.3333333333vw rgba(138, 147, 120, 0.5);
    border-radius: 4vw;
  }
  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%;
  margin-bottom: 70px;
  box-shadow: 0 10px 20px rgba(138, 147, 120, 0.5);
  position: relative;
  border-radius: 20px;
}
main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk .anc_pos {
  position: absolute;
  bottom: 40px;
  left: 150px;
  width: 450px;
  height: 80px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body div.sec_products div.sec_inner .multiple_blk {
    margin-bottom: 0;
    box-shadow: 0 1.3333333333vw 4vw rgba(138, 147, 120, 0.5);
    border-radius: 4vw;
  }
  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_empathy {
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_empathy {
    box-shadow: 0 2.6666666667vw 5.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
main.lp_main .lp_body .sec_cta2 {
  position: relative;
}
main.lp_main .lp_body .sec_cta2 .anc_pos {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 450px;
  height: 80px;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_cta2 .anc_pos {
    bottom: 8vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body .sec_about_recurring {
  background: #faf8f1;
  padding: 28px 0 40px;
}
main.lp_main .lp_body .sec_about_recurring .txt_blk {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
main.lp_main .lp_body .sec_about_recurring .txt_blk div.blk_ttl {
  width: 96.86%;
  padding-bottom: 20px;
  border-bottom: 2px solid #8c8c8c;
  margin: 0 auto 20px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
main.lp_main .lp_body .sec_about_recurring .txt_blk div.blk_txt {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_about_recurring {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  main.lp_main .lp_body .sec_about_recurring .txt_blk div.blk_ttl {
    width: 84vw;
    padding-bottom: 2.1333333333vw;
    margin: 0 auto 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
  }
  main.lp_main .lp_body .sec_about_recurring .txt_blk div.blk_txt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 400;
  }
}
main.lp_main .lp_body .sec_cta3 {
  padding: 60px 0;
  background: url("https://d2w53g1q050m78.cloudfront.net/bylysetjp/uploads/lp/st-premium111/img/products_bg_pc.jpg") top center repeat;
  background-size: 1920px auto;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_cta3 {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
    background: url("https://d2w53g1q050m78.cloudfront.net/bylysetjp/uploads/lp/st-premium111/img/products_bg_sp.png") top center repeat;
    background-size: 100% auto;
  }
}
main.lp_main .lp_body .sec_cta3 .single_blk {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 60px;
  box-shadow: 0 10px 20px rgba(138, 147, 120, 0.5);
  position: relative;
  border-radius: 20px;
}
main.lp_main .lp_body .sec_cta3 .single_blk .anc_pos {
  position: absolute;
  bottom: 40px;
  left: 185px;
  width: 380px;
  height: 75px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_cta3 .single_blk {
    margin-bottom: 8vw;
    box-shadow: 0 2.6666666667vw 5.3333333333vw rgba(138, 147, 120, 0.5);
    border-radius: 4vw;
  }
  main.lp_main .lp_body .sec_cta3 .single_blk .anc_pos {
    bottom: 8vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body .sec_cta3 .multiple_blk {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 10px 20px rgba(138, 147, 120, 0.5);
  position: relative;
  border-radius: 20px;
}
main.lp_main .lp_body .sec_cta3 .multiple_blk .anc_pos {
  position: absolute;
  bottom: 40px;
  left: 150px;
  width: 450px;
  height: 80px;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_cta3 .multiple_blk {
    margin-bottom: 0;
    box-shadow: 0 1.3333333333vw 4vw rgba(138, 147, 120, 0.5);
    border-radius: 4vw;
  }
  main.lp_main .lp_body .sec_cta3 .multiple_blk .anc_pos {
    bottom: 8vw;
    left: 50%;
    width: 81.3333333333vw;
    height: 20vw;
    transform: translateX(-50%);
  }
}
main.lp_main .lp_body .sec_component {
  background: #faf8f1;
  padding: 60px 0;
}
main.lp_main .lp_body .sec_component .txt_blk {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
main.lp_main .lp_body .sec_component .txt_blk div.blk_ttl {
  width: 96.86%;
  padding-bottom: 20px;
  border-bottom: 2px solid #8c8c8c;
  margin: 0 auto 20px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
main.lp_main .lp_body .sec_component .txt_blk div.blk_txt {
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_component {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_ttl {
    width: 84vw;
    padding-bottom: 2.1333333333vw;
    margin: 0 auto 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
  }
  main.lp_main .lp_body .sec_component .txt_blk div.blk_txt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 400;
  }
}
main.lp_main .lp_body .sec_note {
  background: #faf8f1;
  padding: 60px 0;
}
main.lp_main .lp_body .sec_note .txt_blk {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_ttl {
  width: 96.86%;
  padding-bottom: 20px;
  border-bottom: 2px solid #8c8c8c;
  margin: 0 auto 20px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li {
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li::before {
  content: "・";
  display: block;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  main.lp_main .lp_body .sec_note {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_ttl {
    width: 84vw;
    padding-bottom: 2.1333333333vw;
    margin: 0 auto 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul {
    gap: 1.3333333333vw;
  }
  main.lp_main .lp_body .sec_note .txt_blk div.blk_txt ul li {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
}