
@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Condensed-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DINCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Alternate-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DINAlternate-Bold.ttf") format("truetype");
}

:root {
  --font-family-din_alternate-bold: "DIN Alternate-Bold", Helvetica;
  --font-family-din_condensed-bold: "DIN Condensed-Bold", Helvetica;
  --font-family-noto_sans_jp: "Noto Sans JP", Helvetica;
}

/* resetcss */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '' '';
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

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

a:hover {
  opacity: 0.7;
}

a:active,
a:focus {
  outline: 0;
}

/* base */
html {
  overflow: auto;
  visibility: visible;
}

body {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

body.is-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

p {
  line-height: 1.7;
}

li {
  line-height: 1.8;
}

a,
a img {
  transition: opacity 0.5s;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

/* LP */
.lp-contact-form {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.lp-contact-form a {
  color: #f3a4af;
}
.lp-fadeIn {
  opacity: 0;
  transition: all 1s ease;
  transform: translate(0, 30px);
}

.lp-fadeIn.js-active {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.lp-changeImg.is-changed img:last-of-type {
  opacity: 1;
}

.lp-changeImg img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.lp-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.lp-container__inner {
  max-width: 100%;
}

.lp-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 520px) * 0.85);
  height: 100%;
  transition: opacity 0.5s ease;
}

.lp-top__inner {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: calc(6.25vw - 50px);
  text-align: center;
}

.lp-top__logo {
  display: block;
  width: 80%;
  max-width: 360px;
  margin: 0 auto 20px;
}

.lp-top__logo a {
  display: block;
}

.lp-top__logo img {
  margin-left: calc(-1vw - 10px);
}

.lp-top__catch {
  margin-bottom: 6.3%;
  font-size: calc(1.3vw - 31.25%);
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.01rem;
}

.lp-top__consult {
  margin-bottom: 2.5%;
}

.lp-top__line {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}

.lp-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 48px;
  /*IE,edge*/
  scrollbar-width: none;
  /*firefox*/
  -ms-overflow-style: none;
}

.lp-contents::-webkit-scrollbar {
  display: none;
  /*chrome,safari*/
}

.lp-contents.js-active {
  opacity: 1;
}

.lp-header {
  z-index: 100;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 48px;
  transition: opacity 0.7s ease 0.5s;
  background: #fff;
}

.lp-header__inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.lp-header.js-active {
  opacity: 1;
}

.lp-header__logo {
  max-width: 300px;
  width: calc(100% - 50px);
}

.lp-sticky__badge {
  position: fixed;
  z-index: 99;
  top: 48px;
  left: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0%,
    calc(100% - 20px) 100%,
    0 100%
  );
  background: #fff;
  padding: 7px 25px 7px 15px;
}

.lp-sticky__badge img {
  width: 110px;
}

.lp-gnav {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100%;
  transition: 0.3s ease-in-out;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.lp-gnav.is-open {
  visibility: visible;
  transition: 0.5s ease-in-out;
  opacity: 1;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  pointer-events: visible;
  overflow-y: scroll;
}

.lp-gnav.is-disabled {
  transition: none !important;
}

.lp-gnav .lp-header__logo {
  position: absolute;
  top: 13px;
  left: 15px;
  width: calc(100% - 80px);
}

.lp-gnav__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.lp-gnav__list {
  color: #fff;
  font-size: 16px;
  padding: 40px 20px 20px;
}

.lp-gnav__list::before {
  display: none;
}

.lp-gnav__item {
  position: relative;
  padding: 10px;
}

.lp-gnav__link {
  cursor: pointer;
  font-weight: 700;
  transition: opacity 0.3s ease;
  &:hover,
  &.is-active {
    opacity: 1;
    border-bottom: 2px solid #6EFF45;
  }
}

.lp-gnav-toggle {
  display: block;
  position: fixed;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item {
  background: transparent;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item::before {
  transform: rotate(-45deg);
  margin-top: 0;
  background: #fff;
}

.lp-gnav-toggle.is-open .lp-gnav-toggle__item::after {
  transform: rotate(45deg);
  margin-top: 0;
  background: #fff;
}

.lp-gnav-toggle__item, .lp-gnav-toggle__item::before, .lp-gnav-toggle__item::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  height: 2px;
  width: 25px;
  background: #000;
  display: block;
  transform: translateY(-50%);
  border-radius: 2px;
  content: "";
  transition: 0.5s ease;
}

.lp-gnav-toggle__item::before {
  margin-top: -8px;
}

.lp-gnav-toggle__item::after {
  margin-top: 8px;
}

.lp-gnav .lp-cta {
  width: 320px;
}

.lp-gnav .lp-cta__panel {
  padding: 0;
  background: transparent;
}


.lp-gnav .lp-cta__text {
  color: #fff;
}

.lp-gnav .lp-cta__links {
  padding: 0;
}

.lp-gnav .lp-cta__link-text {
  font-size: 14px;
}

.lp-gnav__toplink {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  max-width: 300px;
  margin: 20px auto 0;
}

.lp-gnav__toplink::after {
  position: absolute;
  content: '';
  display: block;
  right: 0px;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-90deg);
  width: 15px;
  height: 15px;
  background: url('../images/icon-arrow.svg') no-repeat center center/contain;
}

.lp-gnav__badge {
  display: none;
}

.lp-gnav__badge img {
  transform: skewX(25deg);
  width: 250px;
}

.lp-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  align-items: center;
  background-color: #f7f7ee;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.lp-main section {
  width: 100%;
}


.lp-txt-point {
  color: #00C853;
}

.lp-txt-s {
  font-size: 0.7em;
}

.lp-main__heading {
  position: relative;
  padding: 0 20px;
}

.lp-main__heading-caption {
  font-size: 24px;
  font-weight: 700;
  color: #CFB56D;
  font-family: var(--font-family-din_alternate-bold);
}

.lp-main__heading-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #00BD56;
}

.lp-main__heading-vertical {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  right: -20px;
  font-family: var(--font-family-din_condensed-bold);
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  writing-mode: vertical-rl;
}

.lp-mainvisual {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  min-height: 600px;
  overflow: hidden;
  background: url('../images/img-mainvisual-info.jpg')  no-repeat top center/cover;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 2.1;
}

.lp-mainvisual__bg {
  display: block;
  width: 100%;
  height: auto;
}

.lp-mainvisual__title {
  padding: 50px 20px;
}

.lp-mainvisual .lp-info {
  margin: auto auto 80px;
}

.lp-intro {
  position: relative;
  transform: translateY(-50px);
  padding: 0 20px;
}

.lp-intro__panel {
  position: relative;
  background: #FFF;
  padding: 30px 20px 20px;
  border-radius: 25px;
  filter: drop-shadow(0 8px 2px #8cdda9);
}

.lp-intro__panel::before {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 30px solid #FFF;
}

.lp-intro__title {
  font-size: 18px;
  font-weight: 700;
  color: #03C13D;
  text-align: center;
  margin-bottom: 20px;
}

.lp-intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-intro__item {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
}

.lp-intro__icon {
  width: 70px;
  height: 53px;
  margin: 0 auto 10px;
}

.lp-intro__item-text {
  text-align: center;
  font-size: 14px;
  color: #454545;
  font-weight: bold;
}

.lp-about {
  padding-bottom: 20px;
}

.lp-about__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px 20px;
}

.lp-about__title small {
  font-size: 20px;
  font-weight: 700;
}

.lp-about__title img {
  display: inline-block;
  width: 95px;
  margin-right: 8px;
  margin-bottom: -5px;
  font-weight: 700;
}

.lp-about__title span {
  font-size: 23px;
}

.lp-about__img {
  max-width: calc(100% - 30px);
  margin-left: 0;
}

.lp-about__img-caption {
  position: relative;
  padding: 25px 30px 30px;
  max-width: 350px;
  height: auto;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #00BD56, #05FF51);
  transform: translate(20px, -130px) skew(-10deg);
  margin-left: auto;
  margin-bottom: -100px;
}

.lp-about__img-caption::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translate(5px, -5px);
}

.lp-about__img-caption h3 {
  transform: skew(10deg);
  font-size: 18px;
  font-weight: 700;
}

.lp-about__badge {
  padding: 0 30px;
  max-width: 400px;
  margin: 0 auto 30px;
}

.lp-cta {
  position: relative;
  text-align: center;
  font-weight: 700;
}

.lp-cta__panel {
  background: linear-gradient(to right, #59E985, #38D974);
  border-radius: 20px;
  padding: 35px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.lp-cta__btn {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0.25);
  padding: 35px 20px 25px;
  font-size: 18px;
  font-weight: 700;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.lp-cta__btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  transform: translateY(5px);
}

.lp-cta__btn-caption {
  width: 225px;
  background: #373737;
  color: #6EFF45;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

.lp-cta__btn-caption::before {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #373737;
}

.lp-cta__text {
  font-size: 14px;
  padding: 10px 10px 7px;
}

.lp-cta__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}

.lp-cta__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.lp-cta__link-text {
  font-size: 13px;
}

.lp-cta__reserve {
  width: 50%;
  max-width: 170px;
  background: linear-gradient(to bottom, #38D974, #00CF5A);
  color: #fff;
  box-shadow: 0 4px 0px #009600;
}

.lp-cta__shop {
  width: 50%;
  max-width: 170px;
  background: linear-gradient(to bottom, #FFFFFF, #FBFBF5);
  color: #03C13D;
  box-shadow: 0 4px 0px #B8B29F;
}

.lp-cta__link:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.lp-merit__intro {
  width: 100%;
  background: #EFFDEB;
  padding: 30px 20px;
}

.lp-merit__title {
  margin-bottom: 30px;
}

.lp-merit__navitem {
  margin-bottom: 10px;
}

.lp-merit__navlink {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 10px;
  line-height: 1.5;
  gap: 15px;
  transition: all 0.3s ease;
}

.lp-merit__navlink::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/icon-arrow.svg') no-repeat center center/contain;
}

.lp-merit__navlink span {
  font-family: var(--font-family-din_alternate-bold);
  color: #00BD56;
  font-size: 40px;
  flex-shrink: 0;
}

.lp-merit__heading {
  position: relative;
  padding: 25px 30px 30px 50px;
  max-width: 350px;
  height: auto;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #05FF51, #00BD56);
  transform: translate(-20px, -20px) skew(-10deg);
  margin-right: auto;
  margin-bottom: -5px;
}

.lp-merit__heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translate(-5px, -5px);
}


.lp-merit__number {
  z-index: 1;
  position: absolute;
  top: -20%;
  left: 20px;
  transform: translateY(-50%) skew(10deg);
  display: block;
  width: 80px;
  mix-blend-mode: hard-light;
}

.lp-merit__subtitle {
  font-size: 18px;
  font-weight: 700;
  transform: skew(10deg);
}

.lp-merit__text {
  font-size: 14px;
  padding: 0 20px 40px;
  font-weight: 500;
}

.lp-merit__cta {
  margin-bottom: 60px;
}

.lp-loop__slider,
.lp-loop__slider-2 {
  height: 180px;
  position: relative;
  padding: 0;
}

.lp-loop__slide {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-loop__img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
}

.lp-loop__slider .swiper-wrapper,
.lp-loop__slider-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.lp-curriculum {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
}

.lp-curriculum__wrapper {
  position: relative;
}

.lp-curriculum__text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding: 0 20px 20px;
}

.lp-curriculum__wrapper {
  position: relative;
}

.lp-curriculum__heading {
  margin-bottom: 25px;
}

.lp-curriculum__heading .lp-main__heading-vertical {
  top: 95%;
  right: 0px;
}

.lp-curriculum__intro {
  position: relative;
  z-index: 4;
}

.lp-curriculum__intro-inner {
  padding-left: 10px;
}

.lp-curriculum__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0;
}

.lp-curriculum__day01 {
  opacity: 1;
  position: relative;
  background: url("../images/bg-day-01.png") no-repeat center center/cover;
}

.lp-curriculum__day02 {
  background: url("../images/bg-day-02.png") no-repeat center center/cover;
}

.lp-curriculum__day03 {
  background: url("../images/bg-day-03.png") no-repeat center center/cover;
}

.lp-curriculum__inner {
  padding: 120px 20px 30px;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.lp-curriculum__nav {
  position: absolute;
  display: block;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 360px;
  z-index: 3;
}

.lp-curriculum__navlist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.lp-curriculum__navitem {
  width: calc(100% / 3);
}

.lp-curriculum__navlink {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}

.lp-curriculum__navlink img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-out;
}

.lp-curriculum__navlink img:first-of-type {
  opacity: 0;
}

.lp-curriculum__navlink img:last-of-type {
  opacity: 1;
}

.lp-curriculum__navlink.is-active  img:first-of-type {
  opacity: 1;
}

.lp-curriculum__navlink.is-active  img:last-of-type {
  opacity: 0;
}

.lp-curriculum__card-img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.lp-curriculum__card-content {
  background: #fff;
  padding: 10px 10px 20px 20px;
}

.lp-curriculum__card-heading {
  position: relative;
  display: flex;
  max-width: calc(100% - 20px);
  background: #31d469;
  transform: skew(-15deg);
  margin: 0 auto 20px;
  padding: 10px 10px 20px 20px;
}

.lp-curriculum__card-heading::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translate(-5px, -5px);
}

.lp-curriculum__card-number {
  position: absolute;
  top: -30px;
  left: -15px;
  transform: skew(15deg);
  z-index: 1;
  margin: 0;
  width: 70px;
}

.lp-curriculum__card-title {
  position: relative;
  transform: skew(15deg);
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  padding-left: 40px;
  margin-right: -10px;
}

.lp-curriculum__list {
  list-style: disc;
  padding-left: 25px;
  font-size: 14px;
}

.lp-curriculum__scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transform: translateX(-50%);
  top: 520px;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
  animation: floatUpDown 1.5s ease-in-out infinite;
  opacity: 0;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 15px);
  }
}

.lp-cta__mid {
  position: relative;
  padding: 40px 0;
  width: 100%;
  background: rgba(239,253,235,1);
}

.lp-voice {
  position: relative;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}

.lp-voice::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(239,253,235,1);
  border-radius: 40px 40px 0 0;
}

.lp-voice__heading {
  padding: 0 40px 30px;
}

.lp-voice__heading .lp-main__heading-vertical {
  right: 0px;
  top: 40%;
}

.lp-voice__slider {
  margin-bottom: 40px;
}


.lp-voice__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 80px;
}

.lp-voice__slide {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

.lp-voice__slide::before {
  position: absolute;
  content: '';
  display: block;
  left: 30%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 40px solid #FFF;
}

.lp-voice__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.lp-voice__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
}

.lp-voice__meta {
  text-align: right;
  font-size: 16px;
  color: rgba(0, 189, 86, 1);
  font-weight: 700;
  margin: 0;
}

.lp-voice__text {
  font-size: 14px;
  line-height: 1.6;
}

.swiper-pagination-bullet {
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background: #03C13D;
}

.lp-flow {
  position: relative;
  z-index: 0;
  background: rgba(239,253,235,1);
  border-radius: 0 0 40px 40px;
  width: 100%;
  padding: 40px 0 60px;
}

.lp-flow__heading {
  padding: 0 40px;
  margin-bottom: 10px;
}

.lp-flow__heading .lp-main__heading-vertical {
  right: 0px;
}

.lp-flow__slide {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
  margin: 12px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}

.lp-flow__header {
  display: flex;
  align-items: center;
  padding: 0 0px 20px 5px;
}

.lp-flow__step {
  margin-right: 10px;
}

.lp-flow__step img {
  width: 95px;
}

.lp-flow__title {
  font-size: 16px;
  font-weight: 700;
}

.lp-flow__slider {
  margin-bottom: 40px;
}

.lp-flow__slider .swiper-wrapper {
  margin-bottom: 40px;
}

.lp-flow__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.lp-flow__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-flow__prev,
.lp-flow__next {
  background-image: none!important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #03C13D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lp-flow__prev { left: 10px; }
.lp-flow__next { right: 10px; }

.lp-flow__prev::before,
.lp-flow__next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.lp-flow__prev::before {
  transform: translateX(20%) rotate(-135deg);
}

.lp-flow__next::before {
  transform:  translateX(-20%) rotate(45deg);
}

.lp-flow__prev::after,
.lp-flow__next::after {
  display: none;
}

.lp-flow__prev.swiper-button-disabled,
.lp-flow__next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.lp-faq {
  padding: 40px 20px 30px;
}

.lp-faq__list {
  margin-bottom: 60px;
}

.lp-faq__item {
  background: #ffffff;
  border-bottom: 3px solid #F3F1BD;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 20px 0 0;
  overflow: hidden;
}

.lp-faq__item.lp-faq__item--open {
  padding-bottom: 20px;
}

.lp-faq__question {
  display: flex;
  padding: 0px 40px 0px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}

.lp-faq__label {
  font-size: 30px;
  font-family: var(--font-family-din_alternate-bold);
  font-weight: bold;
  margin-right: 8px;
  line-height: 0.8;
}

.lp-faq__label--question {
  color: #00BD56;
}

.lp-faq__label--answer {
  color: #000;
}

.lp-faq__text {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

.lp-faq__question::after {
  content: '+';
  font-size: 20px;
  color: #00BD56;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lp-faq__answer {
  display: flex;
  padding: 0px 40px 0px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-top: 20px;
  transition: height 300ms ease;
}

.lp-faq__item--open .lp-faq__question::after {
  content: '−';
}

.lp-toppage__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 50px;
  border: 3px solid #000;
  max-width: 300px;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.lp-toppage__link:hover {
  background: #000;
  color: #fff;
}

.lp-toppage__link::after {
  position: absolute;
  content: '';
  display: block;
  right: 20px;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-90deg);
  width: 15px;
  height: 15px;
  background:  url('../images/icon-arrow.svg') no-repeat center center/contain;
}

.lp-footer {
  width: 100%;
}

.lp-footer__logo {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-footer__logo img {
  width: 100%;
  max-width: 100%;
}

.lp-footer__copy {
  position: relative;
  background: #000;
  text-align: center;
  padding: 20px 20px 140px;
}

.lp-footer__copy::before {
  position: absolute;
  content: '';
  display: block;
  background: url("../images/bg-footer.svg") no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.lp-footer__copy p {
  display: inline-block;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}

.lp-switch-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100vh;
}

.lp-switch-bg__item {
  display: none;
}

.lp-switch-bg__item.is-active {
  display: block;
}

.lp-switch-bg__item:first-of-type {
  display: block;
}

.lp-switch-bg__item::before {
  position: absolute;
  content: '';
  right: -180px;
  bottom: 0px;
  background:  url('../images/img-index-sidebg.svg') no-repeat center center/contain;
  width: 250px;
  height: 400px;
  z-index: 1;
}

.lp-switch-bg__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -50%);
}

.lp-switch-bg__item.is-active .lp-switch-bg__img {
  animation: slideIn 0.5s ease-in-out forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.lp-switch-bg__item.slide-out .lp-switch-bg__img {
  animation: slideOut 0.5s ease-in-out forwards;
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}

.lp-switch-bg__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  color: #fff;
  gap: 30px;
  opacity: 0;
  transform: translateX(-50%) translateY(30px);
}

.lp-switch-bg__item.is-active .lp-switch-bg__content {
  animation: contentSlideIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

.lp-switch-bg__item.slide-out .lp-switch-bg__content {
  animation: contentSlideOut 0.5s ease-out forwards;
  animation-delay: -0.3s;
}

@keyframes contentSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes contentSlideOut {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
  }
}

.lp-switch-bg__title {
  font-family: var(--font-family-din_condensed-bold);
  font-size: 60px;
  line-height: 1;
  writing-mode: vertical-rl;
}

.lp-switch-bg__text {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1;
  padding-left: 15px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.lp-switch-bg__qr {
  display: none;
}

.lp-pagetop__btn {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #f7f7ee;
  display: block;
  padding: 10px 50px 15px 30px;
  transform: translateX(20px) skewX(-20deg);
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.25), 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.lp-pagetop__btn img {
  transform: skewX(20deg);
}

.lp-sticky-cta {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0px;
  width: 100%;
  z-index: 100;
  max-width: 420px;
  margin: 0 auto;
}

.lp-sticky-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  max-width: none;
}

.lp-info {
  width: 100%;
  padding: 30px 10px 20px;
  background: #FFF1F1;
  border: 2px solid #FED6D6;
  box-shadow: 0 4px 4px 0 #FF000040;
  border-radius: 20px;
  max-width: calc(100% - 20px);
  margin: 30px auto 30px;
}

.lp-info__title {
  font-size: 5.2vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #CC2929;
}

.lp-info__text {
  font-size: 3vw;
  text-align: center;
  margin-bottom: 10px;
}

.lp-info__subtitle {
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #CC2929;
}

.lp-info__list {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.lp-info__item {
  background: #FED6D6;
  border: 1px solid #cc2929;
  box-shadow: 4px 4px 0 0 #87000033;
  border-radius: 10px;
  letter-spacing: -0.1rem;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  line-height: 1.5;
  font-size: 2.8vw;
}



@media screen and (min-width: 360px) {
  .lp-main__heading-title {
    font-size: 24px;
  }

  .lp-intro__panel {
    padding: 30px 25px 20px;
  }

  .lp-intro__title {
    font-size: 20px;
  }

  .lp-about__img-caption h3 {
    font-size: 20px;
  }

  .lp-cta__btn {
    font-size: 20px;
  }

  .lp-cta__link-text {
    font-size: 15px;
  }

  .lp-merit__navlink {
    font-size: 15px;
  }

  .lp-merit__subtitle {
    font-size: 20px;
  }

  .lp-curriculum__card-title {
    font-size: 19px;
  }

  .lp-footer__copy p {
    font-size: 15px;
  }

  .lp-sticky-cta__btn {
    font-size: 14px;
  }

  .lp-info {
    padding: 30px 15px;
    max-width: calc(100% - 40px);
  }

  .lp-info__title {
    font-size: 4.8vw;
  }

  .lp-info__text {
    font-size: 2.7vw;
  }

  .lp-info__subtitle {
    font-size: 4.2vw;
  }

  .lp-info__item {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 768px) {
  .lp-top {
    display: block;
    width: calc(100% - 400px);
    background: #F8F8E8;
  }


  .lp-top__bg {
    overflow:
     hidden;
    position: relative;
    width: 100%;
    max-height: 500px;
    max-height: calc(100vh - 250px);
  }

  .lp-top__heading {
    position: relative;
  }

  .lp-top__heading::before {
    position: absolute;
    content: '';
    display: block;
    top: -30px;
    left: -40px;
    width: 77px;
    height: 500px;
    background: url("../images/index-mainvisual.svg") no-repeat center center/contain;
  }

  .lp-top__logo {
    position: relative;
    padding: 7px 20px 0px;
  }

  .lp-top__logo::before {
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    transform: skewX(-25deg);
  }

  .lp-top__logo::after {
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    transform: translateX(calc(-100% + 50px));
  }

  .lp-top__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 500px;
    padding-left: 70px;
  }

  .lp-top__nav-list {
    text-align: left;
  }

  .lp-top__nav__link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #494747;
    font-weight: 700;
    margin-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
  }

  .lp-top__nav__link.is-active {
    border-bottom: 2px solid #00C853;
  }

  .lp-top__nav__link.is-active::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #00C853;
    border-radius: 50%;
  }

  .lp-top__cta {
    max-width: 200px;
    width: 100%;
  }

  .lp-top__cta .lp-cta__link {
    width: 100%;
    max-width: none;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .lp-contents {
    max-width: 400px;
    box-shadow: 0 0 20px rgba(187,161,75,1);
    margin-right: 0;
    padding-top: 62px;
  }

  .lp-header {
    height: 62px;
  }

  .lp-header__inner {
    padding: 0 25px;
  }

  .lp-header__logo {
    max-width: 520px;
  }

  .lp-sticky__badge {
    top: 62px;
    left: auto;
    right: 400px;
    transform: translateX(100%);
  }

  .lp-gnav .lp-header__logo {
    top: 12px;
    left: 25px;
  }

  .lp-gnav__list {
    position: relative;
    padding: 80px 20px 30px;
  }

  .lp-gnav__list::before {
    position: absolute;
    content: "";
    display: block;
    top: 120px;
    left: 50%;
    width: 750px;
    height: 600px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transform: translateX(-50%);
  }

  .lp-gnav-toggle {
     top: 15px;
  }

  .lp-gnav .lp-cta {
    width: 450px;
    margin-bottom: 20px;
  }

  .lp-gnav .lp-cta__btn {
    max-width: 100%;
    box-shadow: 0 5px 0 #03C13D;
    padding: 50px 20px 40px;
  }

  .lp-gnav .lp-cta__btn:hover {
    box-shadow: 0 0 0 #03C13D;
  }

  .lp-gnav .lp-cta__text {
    padding: 20px;
    font-size: 16px;
  }

  .lp-gnav .lp-cta__link {
    max-width: none;
  }

  .lp-gnav .lp-cta__link-text {
    font-size: 16px;
  }

  .lp-gnav__badge {
    z-index: 0;
    position: relative;
    display: block;
    transform: skewX(-25deg);
    background: #fff;
    padding: 7px 30px 0px;
    margin-bottom: 20px;
  }

  .lp-curriculum__nav {
    top: 70px;
    max-width: 440px;
  }

  .lp-curriculum__scroll {
    display: none;
  }

  .lp-pagetop__btn {
    bottom: 0px;
    padding: 10px 50px 10px 30px;
  }

  .lp-sticky-cta {
    display: none;
  }

  .lp-switch-bg {
    display: block;
  }

  .lp-info__title {
    font-size: 20px;
  }

  .lp-info__text {
    font-size: 11px;
  }

  .lp-info__subtitle {
    font-size: 18px;
  }

  .lp-info__item {
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .lp-top {
    width: calc((100% - 500px) - 200px);
  }

 .lp-contents {
    max-width: 500px;
    margin-right: 200px;
  }

  .lp-sticky__badge {
    right: 700px;
  }

  .lp-sticky__badge img {
    padding: 5px 0px 5px 10px;
    width: 130px;
  }

  .lp-gnav__list::before {
    height: 620px;
  }

  .lp-main__heading-caption {
    font-size: 32px;
  }

  .lp-main__heading-title {
    font-size: 32px;
  }

  .lp-main__heading-vertical {
    font-size: 90px;
  }

  .lp-mainvisual {
    aspect-ratio: 1 / 1.92;
  }

  .lp-mainvisual__title {
    padding: 65px 50px;
  }

  .lp-intro__title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .lp-intro__item-text {
    font-size: 17px;
  }

  .lp-about__title {
    font-size: 38px;
    line-height: 1.4;
  }

  .lp-about__title small {
    font-size: 27px;
    line-height: 1.4;
  }

  .lp-about__title img {
    width: 128px;
    margin-bottom: -8px;
  }

  .lp-about__title span {
    font-size: 30px;
  }

  .lp-about__img-caption {
    max-width: 470px;
    padding: 25px 40px 30px;
    transform: translate(20px, -140px) skew(-10deg);
    margin-bottom: -110px;
  }

  .lp-about__img-caption h3 {
    font-size: 26px;
  }

  .lp-about__badge {
    max-width: 460px;
  }

  .lp-cta__panel {
    padding: 40px;
  }

  .lp-cta__btn {
    font-size: 26px;
    max-width: 380px;
    padding: 50px 20px 40px;
  }

  .lp-cta__btn-caption {
    font-size: 18px;
    width: 300px;
  }

  .lp-cta__btn-caption::before {
    bottom: -11px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #373737;
  }

  .lp-cta__text {
    font-size: 18px;
    padding: 15px 15px 10px;
  }

  .lp-cta__link {
    font-size: 21px;
    padding: 15px 20px;
  }

  .lp-cta__reserve {
    max-width: 224px;
  }

  .lp-cta__shop {
    max-width: 224px;
  }

  .lp-merit__navlink {
    font-size: 20px;
  }

  .lp-merit__navlink span {
    font-size: 53px;
  }

  .lp-merit__heading {
    max-width: 480px;
    padding: 30px 40px 30px 50px;
    margin-bottom: 0;
  }

  .lp-merit__number {
    width: 110px;
    left: 15px;
  }

  .lp-merit__subtitle {
    font-size: 29px;
  }

  .lp-merit__text {
    padding: 0 25px 40px;
    font-size: 18px;
  }

  .lp-loop__slider,
  .lp-loop__slider-2 {
    height: 200px;
  }

  .lp-curriculum__text {
    padding: 0 25px 40px;
    font-size: 18px
  }

  .lp-curriculum__inner {
    padding: 145px 20px 30px;
    max-width: 500px;
  }

  .lp-curriculum__navlink img {
    width: 150px;
  }

  .lp-curriculum__card-heading {
    padding: 20px 10px 15px 20px;
  }

  .lp-curriculum__card-number {
    width: 100px;
    top: -35px;
  }

  .lp-curriculum__card-title {
    font-size: 26px;
    padding-left: 70px;
  }

  .lp-curriculum__list {
    font-size: 18px;
  }

  .lp-voice__slide {
    padding: 30px;
  }

  .lp-voice__header {
    margin-bottom: 20px;
  }

  .lp-voice__avatar {
    width: 67px;
    height: 67px;
  }

  .lp-voice__meta {
    font-size: 21px;
  }

  .lp-voice__text {
    font-size: 18px;
  }

  .lp-flow__step {
    margin-right: 15px;
  }

  .lp-flow__title {
    font-size: 21px;
  }

  .lp-flow__prev,
  .lp-flow__next {
    width: 50px;
    height: 50px;
  }

  .lp-flow__prev::before,
  .lp-flow__next::before {
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .lp-faq__question {
    padding: 0px 45px 0px 20px;
  }

  .lp-faq__label {
    font-size: 41px;
    margin-right: 14px;
  }

  .lp-faq__text {
    font-size: 19px;
  }

  .lp-faq__answer {
    padding: 0px 50px 0px 20px;
  }

  .lp-footer__logo {
    max-width: 480px;
  }

  .lp-footer__copy {
    font-size: 18px;
    padding: 20px 20px 50px;
  }

  .lp-footer__copy::before {
    top: -20%;
    background: url("../images/bg-footer.svg") no-repeat center center/cover;
  }

  .lp-switch-bg__qr {
    display: block;
    position: absolute;
    width: 150px;
    top: 610px;
    left: calc(50% + 10px);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .lp-info__title {
    font-size: 24px;
  }

  .lp-info__text {
    font-size: 14px;
  }

  .lp-info__subtitle {
    font-size: 20px;
  }

  .lp-info__list {
    gap: 10px;
  }

  .lp-info__item {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1200px) {
  .lp-top__heading::before {
    left: -5px;
  }
}

