/*------------------------------
RESET
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Roboto:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------
common
--------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:root {
  --vw: 1vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@keyframes animeFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animeFadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content_fadeIn {
  opacity: 0;
}
.content_fadeIn.is-animated {
  animation: animeFadeIn 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.content_fadeUp {
  opacity: 0;
}
.content_fadeUp.is-animated {
  animation: animeFadeUp 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#page-lp03-solution {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #4d0600;
  letter-spacing: 0.1em;
  background-color: #e3dbc2;
}
.color-red {
  color: #ab2138;
}

.color-yellow {
  color: #fbcb4f;
}

.color-brown {
  color: #4d0600;
}

.header_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inr {
    padding: 3.7rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inr {
    padding: 3rem 0;
  }
}

.header_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 20.2rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 20.6rem;
    height: 3.5rem;
    margin: 0 auto;
  }
}

.hero_section {
  position: relative;
}

.hero_head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .hero_head {
    gap: 0.8rem;
    padding-top: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_head {
    flex-direction: column;
    gap: 2.2rem;
    align-items: center;
    padding-top: 7rem;
  }
}

.hero_head_sub {
  letter-spacing: 0.065em;
}
@media screen and (min-width: 769px) {
  .hero_head_sub {
    line-height: 1;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_head_sub {
    line-height: 1;
    font-size: 4.6rem;
  }
}

.hero_head_main {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .hero_head_main {
    line-height: 1;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_head_main {
    line-height: 1;
    font-size: 6.8rem;
    padding-left: 0.5em;
  }
}

.hero_images {
  display: block;
}
@media screen and (min-width: 769px) {
  .hero_images {
    width: 118rem;
    height: 65rem;
    margin: 1.2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hero_images {
    width: 70rem;
    margin-inline: auto;
  }
}

.hero_lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .hero_lead {
    margin-top: 2.2rem;
    line-height: 2.1em;
    font-size: 2rem;
  }
  .hero_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_lead > p:first-of-type {
    margin-top: -0.55em;
  }
  .hero_lead > p:last-of-type {
    margin-bottom: -0.55em;
  }
}
@media screen and (max-width: 768px) {
  .hero_lead {
    margin-top: 9.5rem;
    line-height: 2.154em;
    font-size: 2.6rem;
  }
  .hero_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_lead > p:first-of-type {
    margin-top: -0.576em;
  }
  .hero_lead > p:last-of-type {
    margin-bottom: -0.576em;
  }
}

@media screen and (min-width: 769px) {
  .hero_contents {
    width: 112rem;
    margin: 12rem auto 0;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents {
    margin-top: 13.5rem;
  }
}
@media screen and (min-width: 769px) {
  .hero_contents .contents_head {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents .contents_head {
    row-gap: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.hero_contents_balloon {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .hero_contents_balloon {
    padding: 0 1.8rem;
    line-height: 1;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_balloon {
    padding: 0 2rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}
.hero_contents_balloon::before, .hero_contents_balloon::after {
  content: "";
  position: absolute;
  background-color: #4d0600;
  transform-origin: bottom center;
}
@media screen and (min-width: 769px) {
  .hero_contents_balloon::before, .hero_contents_balloon::after {
    width: 0.2rem;
    height: 3.5rem;
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_balloon::before, .hero_contents_balloon::after {
    width: 0.2rem;
    height: 2.8rem;
    bottom: -0.1rem;
  }
}
.hero_contents_balloon::before {
  left: 0;
  rotate: -32deg;
}
.hero_contents_balloon::after {
  right: 0;
  rotate: 32deg;
}

.contents_head {
  display: grid;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 769px) {
  .contents_head {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_head {
    margin-bottom: 6rem;
  }
}

.contents_head_balloon {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 100vmax;
}
.contents_head_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 18' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L52,0 C42,0 38,8 32,14 C28,18 24,18 20,14 C14,8 10,0 0,0 Z'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .contents_head_balloon {
    padding: 2.3rem 5.4rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .contents_head_balloon::after {
    width: 5.2rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_head_balloon {
    margin-bottom: 5.5rem;
    padding: 2.3rem 5.5rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .contents_head_balloon::after {
    width: 5.2rem;
    height: 1.8rem;
  }
}

.contents_head_title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .contents_head_title {
    line-height: 1.632em;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_head_title {
    letter-spacing: 0.08em;
    line-height: 1.55em;
    font-size: 4rem;
  }
}

.hero_contents_images {
  display: grid;
}
@media screen and (min-width: 769px) {
  .hero_contents_images {
    grid-template-columns: 34rem 34.8rem;
    align-items: center;
    width: 69.4rem;
    margin: 0 auto;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_images {
    grid-template-columns: 37.8rem 31.4rem;
    align-items: center;
    width: 68.2rem;
    margin-inline: auto;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_contents_image02 {
    translate: -4.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_image02 {
    translate: -4rem 0;
  }
}

@media screen and (min-width: 769px) {
  .hero_contents_image01 {
    width: 55rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_image01 {
    width: 61rem;
    margin: 4rem auto 0;
  }
}

.hero_contents_image01_txt {
  text-align: center;
  letter-spacing: 0.28em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero_contents_image01_txt {
    margin-top: 8rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_image01_txt {
    margin-top: 8.5rem;
    line-height: 1;
    font-size: 3rem;
  }
}

.hero_contents_text {
  display: block;
}
@media screen and (min-width: 769px) {
  .hero_contents_text {
    width: 55rem;
    margin: 2.4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_text {
    width: 59.8rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .hero_contents_osusume {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_osusume {
    margin-top: 12rem;
  }
}

.hero_contents_osusume_txt {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .hero_contents_osusume_txt {
    padding: 0 4rem;
    line-height: 1.572em;
    font-size: 2.8rem;
  }
  .hero_contents_osusume_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_contents_osusume_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  .hero_contents_osusume_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_osusume_txt {
    line-height: 1.6em;
    font-size: 3rem;
  }
  .hero_contents_osusume_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_contents_osusume_txt > p:first-of-type {
    margin-top: -0.3em;
  }
  .hero_contents_osusume_txt > p:last-of-type {
    margin-bottom: -0.3em;
  }
  .hero_contents_osusume_txt {
    padding: 0 2.4rem;
  }
}
.hero_contents_osusume_txt::before, .hero_contents_osusume_txt::after {
  content: "";
  position: absolute;
  background-color: #4d0600;
  transform-origin: bottom center;
}
@media screen and (min-width: 769px) {
  .hero_contents_osusume_txt::before, .hero_contents_osusume_txt::after {
    width: 0.4rem;
    height: 8.2rem;
    bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_osusume_txt::before, .hero_contents_osusume_txt::after {
    width: 0.4rem;
    height: 8.2rem;
    bottom: 0.8rem;
  }
}
.hero_contents_osusume_txt::before {
  left: 0;
  rotate: -32deg;
}
.hero_contents_osusume_txt::after {
  right: 0;
  rotate: 32deg;
}

.hero_contents_osusume_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .hero_contents_osusume_img {
    width: 75rem;
    margin: 4rem auto 0;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_contents_osusume_img {
    width: 100%;
    margin: 4rem auto 0;
  }
}

.hero_element {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hero_element {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hero_element01 {
    top: 86.5rem;
    left: 0;
    width: 40.2rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_element02 {
    top: 97.7rem;
    right: 0;
    width: 23rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_element03 {
    top: 132.5rem;
    right: 0;
    width: 37rem;
  }
}

@media screen and (min-width: 769px) {
  .hero_element04 {
    bottom: 63.5rem;
    left: 0;
    width: 32rem;
  }
}

.sec_start {
  position: relative;
  background-color: #4d0600;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .sec_start {
    padding: 10rem 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_start {
    padding: 12rem 0;
  }
}
.sec_start .contents_head_balloon {
  color: #4d0600;
}
.sec_start .contents_head_title {
  letter-spacing: 0.174em;
}
@media screen and (min-width: 769px) {
  .sec_start .contents_head_title {
    line-height: 1.53em;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_start .contents_head_title {
    line-height: 1.563em;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .sec_start_inr {
    width: 112rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_start_inr {
    width: 62.2rem;
    margin: 0 auto;
  }
}

.starter_set_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .starter_set_img {
    width: 64rem;
    margin: 2.4rem auto 0;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_img {
    width: 62.2rem;
    margin: -2rem auto 0;
    border-radius: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_txt {
    width: 63.6rem;
    margin: 2.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_txt {
    width: 62.2rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_otoku {
    width: 63rem;
    margin: 12.2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_otoku {
    width: 61rem;
    margin: 9rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_off {
    width: 67rem;
    margin: 0.8rem auto 0;
    translate: -2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_off {
    width: 63rem;
    margin: 2rem auto 0;
    translate: -1rem 0;
  }
}

.starter_set_coupon_wrap {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .starter_set_coupon_wrap {
    grid-template-columns: 45.4rem 1fr;
    column-gap: 2.5rem;
    width: 64rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_coupon_wrap {
    grid-template-columns: 45rem 1fr;
    column-gap: 2.5rem;
    width: 65rem;
    margin: 5rem -3rem 0 0;
  }
}

.starter_set_coupon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border-radius: 100vmax;
  font-weight: 700;
  overflow: hidden;
  border: 0.1rem solid #fff;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .starter_set_coupon {
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_coupon {
    border-width: 0.2rem;
  }
}

.starter_set_coupon_title {
  text-align: center;
  color: #000;
  font-weight: 900;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .starter_set_coupon_title {
    padding: 1.5rem;
    line-height: 1;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_coupon_title {
    padding: 2.8rem 0.8rem 2.8rem 1.2rem;
    line-height: 1;
    font-size: 2.4rem;
  }
}

.starter_set_coupon_code {
  text-align: center;
  color: #fff;
  background-color: #4d0600;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .starter_set_coupon_code {
    padding: 1.4rem 1.5rem 1.6rem;
    line-height: 1;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_coupon_code {
    padding: 2.8rem 2.6rem 2.8rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}

.starter_set_not {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) {
  .starter_set_not {
    line-height: 1.5em;
    font-size: 1.6rem;
  }
  .starter_set_not > p {
    line-height: inherit;
    font: inherit;
  }
  .starter_set_not > p:first-of-type {
    margin-top: -0.25em;
  }
  .starter_set_not > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_not {
    line-height: 1.546em;
    font-size: 2.2rem;
  }
  .starter_set_not > p {
    line-height: inherit;
    font: inherit;
  }
  .starter_set_not > p:first-of-type {
    margin-top: -0.272em;
  }
  .starter_set_not > p:last-of-type {
    margin-bottom: -0.272em;
  }
}

.starter_set_contents {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .starter_set_contents {
    width: 112rem;
    margin: 8.5rem auto 0;
    padding: 4.8rem 19rem 8rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents {
    width: 62.2rem;
    margin: 12rem auto 0;
    padding: 7.5rem 5rem 6rem;
    border-radius: 5rem;
  }
}

.starter_set_contents_head {
  position: relative;
}
.starter_set_contents_head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 0.2rem;
  background-color: #4d0600;
}
@media screen and (max-width: 768px) {
  .starter_set_contents_head::before {
    content: none;
  }
}

.starter_set_contents_head_txts {
  display: grid;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_head_txts {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    row-gap: 1rem;
    padding: 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_head_txts {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    row-gap: 1.8rem;
  }
}

.starter_set_contents_head_sub {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_head_sub {
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_head_sub {
    line-height: 1;
    font-size: 2.5rem;
  }
}

.starter_set_contents_head_title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_head_title {
    line-height: 1;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_head_title {
    line-height: 1;
    font-size: 4.1rem;
  }
}

.starter_set_contents_items {
  display: grid;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_items {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_items {
    grid-template-columns: 1fr;
    margin-top: 4.5rem;
  }
}

.starter_set_contents_item {
  display: grid;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_item {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_item {
    grid-template-columns: 19.8rem 1fr;
    column-gap: 3.4rem;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_contents_item_img {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_item_img {
    padding-left: 1.2rem;
  }
}

.starter_set_contents_item_btn {
  position: relative;
}
.starter_set_contents_item_btn a {
  display: block;
  position: relative;
  background-color: #ab2138;
  color: #fff;
  border-radius: 100vmax;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_item_btn a {
    padding: 1.4rem 4rem;
    line-height: 1.53em;
    font-size: 1.7rem;
    box-shadow: 0px 0.6rem 0px 0px rgba(81, 32, 32, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_item_btn a {
    padding: 2rem 4.5rem;
    line-height: 1.385em;
    font-size: 2.6rem;
    box-shadow: 0px 0.8rem 0px 0px rgba(81, 32, 32, 0.2);
  }
}
.starter_set_contents_item_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url("/html/user_data/lp/lp03-solution/img/icon_btn.webp") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .starter_set_contents_item_btn a::before {
    right: 3.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set_contents_item_btn a::before {
    right: 3.3rem;
    width: 3rem;
    height: 3rem;
  }
}

.starter_set_element {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .starter_set_element {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_elem01 {
    top: 52.6rem;
    left: 0;
    width: 36rem;
  }
}

@media screen and (min-width: 769px) {
  .starter_set_elem02 {
    top: 96.5rem;
    right: 0;
    width: 30.8rem;
  }
}

.sec_satisfy {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_satisfy {
    padding: 12rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_satisfy {
    padding: 12rem 0 6rem;
  }
}

.satisfy_head {
  font-weight: 900;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
  .satisfy_head {
    display: flex;
    justify-content: center;
    line-height: 1;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_head {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    line-height: 1.477em;
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_lead {
    width: 64.4rem;
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_lead {
    margin: 8.5rem auto 0;
  }
}

.satisfy_lead_txt {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .satisfy_lead_txt {
    padding: 0 1.9rem;
    line-height: 1;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_lead_txt {
    padding: 0 2.5rem;
    line-height: 1.5em;
    font-size: 3.2rem;
    text-align: center;
  }
}
.satisfy_lead_txt::before, .satisfy_lead_txt::after {
  content: "";
  position: absolute;
  background-color: #4d0600;
  transform-origin: bottom center;
}
@media screen and (min-width: 769px) {
  .satisfy_lead_txt::before, .satisfy_lead_txt::after {
    width: 0.2rem;
    height: 3.5rem;
    bottom: -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_lead_txt::before, .satisfy_lead_txt::after {
    width: 0.4rem;
    height: 7rem;
    bottom: 0.6rem;
  }
}
.satisfy_lead_txt::before {
  left: 0;
  rotate: -25deg;
}
.satisfy_lead_txt::after {
  right: 0;
  rotate: 25deg;
}

.satisfy_img01 {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .satisfy_img01 {
    margin: 3.4rem auto 0;
    border-radius: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_img01 {
    margin: 3.8rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_contents_wrap {
    width: 112rem;
    margin: 18rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_wrap {
    width: 62.2rem;
    margin: 22.5rem auto 0;
  }
}

.satisfy_contents {
  position: relative;
  display: grid;
}
@media screen and (min-width: 769px) {
  .satisfy_contents.pc-col2 {
    grid-template-columns: 54rem 32.8rem;
    align-items: end;
    column-gap: 2rem;
    width: 88.8rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents.pc-col2 {
    grid-template-columns: 36.8rem 23.4rem;
    align-items: end;
    column-gap: 2rem;
    width: 62.2rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .satisfy_contents.pc-col3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents.pc-col3 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 2.2rem;
    row-gap: 2rem;
  }
  .satisfy_contents.pc-col3 .satisfy_contents_item.col1 {
    grid-area: 1/1/2/3;
  }
  .satisfy_contents.pc-col3 .satisfy_contents_item.col2 {
    grid-area: 1/3/2/5;
  }
  .satisfy_contents.pc-col3 .satisfy_contents_item.col3 {
    grid-area: 2/2/3/4;
  }
}
@media screen and (min-width: 769px) {
  .satisfy_contents + .satisfy_contents {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents + .satisfy_contents {
    margin-top: 22.2rem;
  }
}

.satisfy_contents_item {
  position: relative;
}

.satisfy_contents_item_balloon {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 100vmax;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .satisfy_contents_item_balloon {
    top: -7.8rem;
    padding: 4rem 5rem;
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_item_balloon {
    top: -13rem;
    padding: 4.2rem 7rem;
    line-height: 1;
    font-size: 2.4rem;
  }
}
.satisfy_contents_item_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 18' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L52,0 C42,0 38,8 32,14 C28,18 24,18 20,14 C14,8 10,0 0,0 Z'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .satisfy_contents_item_balloon::after {
    width: 5.2rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_item_balloon::after {
    width: 6rem;
    height: 2.1rem;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_contents_item_balloon01 {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_item_balloon01 {
    top: -14.4rem;
    padding: 4.6rem 3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_contents_item_balloon02 {
    top: -9rem;
    padding: 3rem 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_item_balloon02 {
    top: -11rem;
    padding: 3rem 3.5rem;
  }
}

.satisfy_contents_item_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .satisfy_contents_item_img {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_contents_item_img {
    border-radius: 1.6rem;
  }
}

.satisfy_prods {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .satisfy_prods {
    width: 112rem;
    margin: 6rem auto 0;
    padding: 7.8rem 19rem 8rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_prods {
    width: 62.2rem;
    margin: 10rem auto 0;
    padding: 8rem 5rem 6rem;
    border-radius: 5rem;
  }
}

.satisfy_prods_sub {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .satisfy_prods_sub {
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_prods_sub {
    margin-bottom: 2rem;
    line-height: 1;
    font-size: 2.5rem;
  }
}

.satisfy_prods_title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .satisfy_prods_title {
    padding: 0 3rem;
    line-height: 1;
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_prods_title {
    margin-bottom: 6rem;
    line-height: 1;
    font-size: 3.6rem;
  }
}
.satisfy_prods_title::before, .satisfy_prods_title::after {
  content: "";
  position: absolute;
  background-color: #4d0600;
  transform-origin: bottom center;
}
@media screen and (min-width: 769px) {
  .satisfy_prods_title::before, .satisfy_prods_title::after {
    width: 0.4rem;
    height: 4.2rem;
    bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .satisfy_prods_title::before, .satisfy_prods_title::after {
    content: none;
  }
}
.satisfy_prods_title::before {
  left: 0;
  rotate: -30deg;
}
.satisfy_prods_title::after {
  right: 0;
  rotate: 30deg;
}

.satisfy_element {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .satisfy_element {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_elem01 {
    top: 7rem;
    right: 0;
    width: 28rem;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_elem02 {
    top: 36rem;
    left: 0;
    width: 46.6rem;
  }
}

@media screen and (min-width: 769px) {
  .satisfy_elem03 {
    bottom: 29rem;
    right: 0;
    width: 25rem;
  }
}

.end_img {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .end_img figure {
    height: 19.6rem;
  }
}
@media screen and (max-width: 768px) {
  .end_img figure img {
    width: auto;
    max-width: inherit;
    height: 100%;
    position: relative;
    left: -12.2rem;
  }
}

.sec_faq {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sec_faq {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq {
    padding: 11.5rem 0 12rem;
  }
}
.sec_faq .btn_buy {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_buy {
    width: 43rem;
    height: 8rem;
    margin-top: 10rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_buy {
    width: 62.2rem;
    height: 12rem;
    margin-top: 12rem;
    font-size: 3.2rem;
  }
}
.sec_faq .btn_buy i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: -90deg;
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_buy i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_buy i {
    right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_arrow {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_arrow {
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_arrow i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_arrow i {
    right: 4rem;
  }
}

.faq_cont {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .faq_cont {
    width: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont {
    width: 62.2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_cont + .faq_cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont + .faq_cont {
    margin-top: 8rem;
  }
}

.faq_cont_head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .faq_cont_head {
    margin-bottom: 6rem;
    line-height: 1.685em;
    font-size: 3.8rem;
  }
  .faq_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head > h2:first-of-type {
    margin-top: -0.342em;
  }
  .faq_cont_head > h2:last-of-type {
    margin-bottom: -0.342em;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont_head {
    margin-bottom: 6rem;
    line-height: 1.696em;
    font-size: 4.6rem;
  }
  .faq_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head > h2:first-of-type {
    margin-top: -0.347em;
  }
  .faq_cont_head > h2:last-of-type {
    margin-bottom: -0.347em;
  }
}

.faq_cont_head_sub {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .faq_cont_head_sub {
    margin-bottom: 4rem;
    line-height: 1.734em;
    font-size: 3rem;
  }
  .faq_cont_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head_sub > h2:first-of-type {
    margin-top: -0.366em;
  }
  .faq_cont_head_sub > h2:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont_head_sub {
    margin-bottom: 6rem;
    line-height: 1.723em;
    font-size: 3.6rem;
  }
  .faq_cont_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head_sub > h2:first-of-type {
    margin-top: -0.361em;
  }
  .faq_cont_head_sub > h2:last-of-type {
    margin-bottom: -0.361em;
  }
}

.faq_item {
  background-color: #f5f1e6;
}
@media screen and (min-width: 769px) {
  .faq_item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_item + .faq_item {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item + .faq_item {
    margin-top: 2rem;
  }
}

.faq_item_cont {
  display: flex;
}
@media screen and (min-width: 769px) {
  .faq_item_cont {
    column-gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_cont {
    column-gap: 2.5rem;
  }
}
.faq_item_cont i {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .faq_item_cont i {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_cont i {
    width: 6rem;
  }
}

.faq_item_q {
  position: relative;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .faq_item_q {
    padding: 2rem 9.5rem 2rem 2.8rem;
    line-height: 1.334em;
    font-size: 1.8rem;
  }
  .faq_item_q > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_q > p:first-of-type {
    margin-top: -0.166em;
  }
  .faq_item_q > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_q {
    min-height: 14.4rem;
    padding: 2rem 10.5rem 2rem 3.5rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_q > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_q > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_q > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_item_q::before, .faq_item_q::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #645045;
}
@media screen and (min-width: 769px) {
  .faq_item_q::before, .faq_item_q::after {
    right: 4rem;
    width: 2rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_q::before, .faq_item_q::after {
    right: 3.5rem;
    width: 3rem;
    height: 0.4rem;
  }
}
.faq_item_q::after {
  transform-origin: 50% 50%;
  transition: rotate 0.5s;
  rotate: 90deg;
}
.faq_item_q.active::after {
  rotate: 0deg;
}
.faq_item_q.active .faq_item_a {
  transition: max-height 0.6s ease-out;
}
.faq_item_q p {
  pointer-events: none;
}

.faq_item_a {
  max-height: 0;
  overflow: hidden;
  display: flex;
  font-weight: 500;
  transition: all 0.5s;
  transition: max-height 0.4s ease-out;
  color: #323232;
}

.faq_item_a_inr {
  width: 100%;
  border-top: solid #fff;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr {
    padding-top: 3.2rem;
    padding-right: 4rem;
    padding-left: 2.8rem;
    padding-bottom: 5rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr > p:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr > p:last-of-type {
    margin-bottom: -0.357em;
  }
  .faq_item_a_inr {
    border-top-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr {
    padding-top: 6rem;
    padding-right: 10.5rem;
    padding-left: 3.5rem;
    padding-bottom: 6rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr > p:last-of-type {
    margin-bottom: -0.333em;
  }
  .faq_item_a_inr {
    border-top-width: 0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p {
    padding-top: 0.6rem;
  }
}
.faq_item_a_inr p + p {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p + dl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr p + dl {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p + ul {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr p + ul {
    margin-top: 4rem;
  }
}
.faq_item_a_inr dl dt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr dl dt {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr dl dt > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr dl dt > p:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr dl dt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr dl dt {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr dl dt > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr dl dt > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr dl dt > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr dl dd {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr dl dd {
    padding-top: 4rem;
  }
}
.faq_item_a_inr ol {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ol {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr ol > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ol > li:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr ol > li:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ol {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr ol > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ol > li:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr ol > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ol + ol {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ol + ol {
    margin-top: 5.5rem;
  }
}
.faq_item_a_inr ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq_item_a_inr ul {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ul {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr ul > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ul > li:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr ul > li:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ul {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr ul > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ul > li:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr ul > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_item_a_inr ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ul + p {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ul + p {
    margin-top: 5rem;
  }
}