:root {
  --beige: #fff7e8;
  --white: #fff;
  --pink: #ff9c85;
  --brown: #6d5a52;
  --light-pink: #ffe6da;
}

.menu-link-all-box-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-box {
  align-items: stretch;
  padding-right: 30px;
  display: flex;
}

.nav-bg-sp-2 {
  border: 2px solid var(--beige);
  background-color: var(--white);
  border-radius: 300px;
  flex: 1;
  align-items: stretch;
  padding: 9px;
  display: flex;
}

.menu-button {
  display: none;
}

.walsh-main-nav {
  background-color: #0000;
  width: 100%;
}

.logo-image {
  background-image: url('../images/logo-new-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  display: flex;
}

.menu-button-inner {
  display: none;
}

.walsh-nav-link-white {
  color: var(--brown);
  border-radius: 250px;
  padding: 13px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.walsh-nav-link-white:hover {
  background-color: #ffeb938a;
}

.walsh-nav-link-white.w--current {
  color: var(--pink);
}

.brand {
  z-index: 0;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand:hover {
  opacity: .78;
}

.menu-logo {
  display: none;
}

.container {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.navigation-shade {
  z-index: -1;
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.logo-box-head {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-menu-all-box {
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.head-box {
  z-index: 100;
  width: 100%;
  height: 104px;
  position: fixed;
  top: 0;
}

.section-fv {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.section-fv.under {
  background-color: #fff0;
  padding-bottom: 80px;
}

.header-cta {
  background-color: var(--pink);
  color: #fff;
  border-radius: 250px;
  padding: 10px 38px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.header-cta:hover {
  opacity: .64;
}

.header-cta.w--current {
  color: #059c11;
}

.header-cta.hide {
  display: none;
}

.div-block-368 {
  width: 24px;
  height: 24px;
}

.body {
  background-color: var(--beige);
}

.fv-pic {
  background-image: url('../images/fv-pic-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 180px;
  width: 100%;
  height: 74vh;
}

.fv-text-box {
  z-index: 5;
  background-color: var(--white);
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: -40px;
  padding: 100px 70px;
  display: flex;
  position: relative;
}

.text-16px {
  color: var(--brown);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.text-16px.center {
  text-align: center;
}

.text-16px.white {
  color: var(--white);
}

.text-16px.left {
  text-align: left;
}

.text-16px.footer-company {
  font-size: 14px;
  font-weight: 400;
}

.text-16px.text-14px {
  text-align: left;
}

.text-16px.sp-only {
  display: none;
}

.text-30px {
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}

.text-30px.center {
  text-align: center;
}

.text-30px.sp-only {
  display: none;
}

.text-30px.left {
  text-align: left;
}

.text-box-gap30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}

.h2.fv {
  white-space: nowrap;
  word-break: keep-all;
}

.h2-box {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h2-box.fv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.ilust-01 {
  background-image: url('../images/fv-ilust-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
  position: absolute;
  inset: auto 11% -14% auto;
}

.bold-text {
  color: var(--pink);
}

.section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 130px 15px 140px;
  display: flex;
  position: relative;
}

.section.flow {
  background-color: var(--light-pink);
  padding-top: 140px;
}

.section.facility {
  background-color: var(--light-pink);
}

.section.footer {
  background-color: var(--beige);
}

.section.button {
  background-color: var(--light-pink);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.plan {
  background-color: var(--light-pink);
  padding-top: 100px;
  padding-bottom: 30px;
}

.section.plan.final {
  padding-bottom: 100px;
}

.facility-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 140px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 670px;
  margin-left: -40px;
  padding: 20px;
  display: flex;
  position: relative;
}

.facility-box.left {
  margin-left: 0;
  margin-right: -40px;
}

.spacer {
  z-index: 10;
  background-image: url('../images/space.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 56px;
  position: relative;
}

.spacer.under {
  background-color: var(--white);
  background-image: url('../images/space-under-min.png');
  background-position: 50% 0;
}

.spacer.footer {
  background-color: var(--white);
  background-image: url('../images/footer.png');
  background-size: cover;
}

.facility-con {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.facility-pic {
  z-index: 10;
  background-image: url('../images/place01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 350px;
  position: relative;
}

.facility-pic._02 {
  background-image: url('../images/place02-min.png');
}

.facility-pic._03 {
  background-image: url('../images/place03-min.png');
}

.div-block-376 {
  width: 500px;
}

.text-box-gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-gap-10px.left {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.facility-place {
  border: 4px solid var(--white);
  background-color: #9cd6bb;
  border-radius: 360px;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 98px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.facility-place.left {
  inset: 0% auto auto 0%;
}

.text-14px {
  color: var(--brown);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-14px.center {
  text-align: center;
}

.text-14px.white {
  color: var(--white);
}

.text-14px.footer-company {
  font-weight: 400;
}

.text-14px.left {
  text-align: left;
}

.cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pink);
  color: #fff;
  border-radius: 250px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 38px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.cta:hover {
  opacity: .64;
}

.cta.w--current {
  color: #059c11;
}

.cta.hide {
  display: none;
}

.cta.line {
  background-color: #9cd6bb;
  background-image: linear-gradient(#9cd6bb, #84c7a8);
}

.main-pic {
  background-image: url('../images/main-pic-min-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 180px;
  width: 100%;
  height: 641px;
  position: relative;
}

.div-block-377 {
  background-color: var(--light-pink);
}

.flow-number {
  z-index: 10;
  background-image: url('../images/01_101.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 50px;
  position: relative;
}

.flow-number._02 {
  background-image: url('../images/place02-min.png');
}

.flow-number._03 {
  background-image: url('../images/place03-min.png');
}

.flow-number.flow-02 {
  background-image: url('../images/02_102.png');
}

.flow-number.flow-03 {
  background-image: url('../images/03_103.png');
}

.flow-number.flow-04 {
  background-image: url('../images/04_104.png');
}

.flow-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.flow-box.left {
  margin-left: 0;
  margin-right: -40px;
}

.flow-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 127px;
  display: flex;
}

.div-block-378 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-18px {
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.text-18px.center {
  text-align: center;
}

.text-18px.left {
  text-align: left;
  font-weight: 500;
}

.flow-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-379 {
  background-color: var(--pink);
  border-radius: 120px;
  width: 6px;
  height: 6px;
}

.div-block-380 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-381 {
  flex-flow: column;
  display: flex;
}

.ilust-02 {
  background-image: url('../images/il03-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 14%;
}

.ilust-03 {
  background-image: url('../images/il01-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 70px;
  position: absolute;
  inset: 33% 8% auto auto;
}

.ilust-04 {
  background-image: url('../images/il02-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 80px;
  position: absolute;
  inset: auto auto 0% 17%;
}

.ttl-ilust {
  background-image: url('../images/ttl-il-02_1ttl-il-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 30px;
}

.ttl-ilust._02 {
  background-image: url('../images/ttl-il_1ttl-il.png');
}

.ttl-ilust._03 {
  background-image: url('../images/ttl-il-03_1ttl-il-03.png');
}

.facility-wrap {
  z-index: 2;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.ilust-02-copy {
  background-image: url('../images/il03-min.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 167px;
  height: 152px;
  position: absolute;
  inset: 0% auto auto 11%;
}

.ilust-05 {
  background-image: url('../images/il04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 140px;
  position: absolute;
  inset: 13% auto auto 5%;
}

.ilust-06 {
  z-index: -1;
  background-image: url('../images/il05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 140px;
  position: absolute;
  inset: auto 4% 4% auto;
}

.div-block-382 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-383 {
  background-image: url('../images/il06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 94px;
  margin-bottom: -90px;
  position: static;
  inset: 70% auto 0% 0%;
}

.ilust-07 {
  z-index: 1;
  background-image: url('../images/il07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 140px;
  position: absolute;
  inset: auto auto -13% 12%;
}

.flow-ilust-01 {
  z-index: -1;
  background-image: url('../images/il08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 70px;
  position: absolute;
  inset: 14% 8% auto auto;
}

.flow-ilust-02 {
  z-index: -1;
  background-image: url('../images/il09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 80px;
  position: absolute;
  inset: auto auto 10% 6%;
}

.logo-image-2 {
  background-image: url('../images/logo-new3-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-384 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-385 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 11px solid var(--beige);
  border-radius: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  padding: 70px 80px 60px;
  display: flex;
  position: relative;
}

.div-block-386 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-387 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-top: 1px dashed var(--brown);
  flex-flow: row;
  padding-top: 40px;
  display: flex;
}

.text-20px {
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.text-20px.center {
  text-align: center;
}

.text-20px.left {
  text-align: left;
  font-weight: 500;
}

.div-block-388 {
  background-image: url('../images/cta-ilust-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 200px;
  position: absolute;
  inset: -9% auto auto -1%;
}

.div-block-389 {
  background-image: url('../images/il11-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 50px;
  position: absolute;
  inset: -10% 0% auto auto;
}

.div-block-389-copy {
  background-image: url('../images/il10-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 50px;
  position: absolute;
  inset: auto auto -16% 0%;
}

.footer-main-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-footer {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 47px;
}

.div-block-390 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--brown);
  border-radius: 130px;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.footer-link:hover {
  background-color: #fff;
}

.footer-wrap {
  grid-column-gap: 83px;
  grid-row-gap: 83px;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.div-block-391 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--white);
  border-radius: 220px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 50px;
  display: flex;
}

.div-block-392 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.div-block-393 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fv-under-box {
  width: 100%;
  display: block;
}

.left-icon {
  width: 20px;
  max-width: 20px;
  overflow: visible;
}

.slide-2 {
  width: 100%;
  height: 534px;
  padding-left: 10px;
  padding-right: 10px;
}

.yellow-line {
  background-image: linear-gradient(#ffe893, #ffe893);
  width: 120px;
  height: 3px;
}

.yellow-line.sky-copy {
  background-image: linear-gradient(#c8e3d9, #c8e3d9);
}

.yellow-line.sky {
  background-image: linear-gradient(#c2e2f6, #c2e2f6);
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.slider-bottom {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}

.mask {
  width: 60%;
  height: auto;
  overflow: visible;
}

.card-text-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-4 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 131px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.point-text {
  background-image: url('../images/serum-bottle-01-1-min.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.point-text.text02 {
  background-image: url('../images/serum-bottle-02-1-min.png');
}

.point-text.text03 {
  background-image: url('../images/serum-bottle-03-1-min.png');
}

.image-3 {
  width: 150px;
}

.slide2 {
  vertical-align: baseline;
  width: 100%;
  height: 534px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-24px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.serum-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/budou-01-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.serum-box._02 {
  background-image: url('../images/budou-02-min.jpg');
}

.text-block-16px {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.slide-nav-4 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 16px;
  font-size: 8px;
  line-height: 16px;
  display: none;
  position: relative;
}

.right-arrow-4 {
  justify-content: center;
  align-items: center;
  width: 131px;
  display: flex;
}

.swiper-wrapper-container {
  z-index: 4;
  flex-flow: row;
  height: 534px;
  display: none;
  position: relative;
  overflow: hidden;
}

.code-embed {
  z-index: auto;
  height: 100%;
  display: block;
}

.code-embed.swiper-container {
  height: 534px;
  display: block;
}

.swiper-container {
  height: 100%;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  width: 65%;
}

.paragraph-large {
  font-size: 20px;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.container-2 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.logo-carousel {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.fv-bg-under {
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-709 {
  border-radius: 60px;
  width: 810px;
  height: 420px;
  overflow: hidden;
}

.div-block-709._05 {
  background-image: none;
}

.div-block-709._03 {
  background-image: url('../images/budou-03-min.jpg');
}

.div-block-709._04 {
  background-image: none;
}

.logo-carousel-wrap {
  flex-flow: row;
  flex: none;
  width: auto;
  display: flex;
}

.logo-color-control {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  height: auto;
  padding: .5rem;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.h1-box-under {
  z-index: 30;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h1-box-under.fv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.h1 {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.h1.fv {
  white-space: nowrap;
  word-break: keep-all;
}

.fv-text-box-under {
  z-index: 5;
  background-color: var(--white);
  border-radius: 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: -40px;
  padding: 60px 70px;
  display: flex;
  position: relative;
}

.div-block-710 {
  width: 700px;
}

._3col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: grid;
}

._3col._2col {
  grid-template-columns: 1fr 1fr;
  max-width: 670px;
}

.div-block-712 {
  background-image: url('../images/Frame-627318_1Frame 627318.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: -28px;
  display: flex;
}

.cta--link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pink);
  color: #fff;
  border-radius: 250px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 38px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.cta--link:hover {
  opacity: .64;
}

.cta--link.w--current {
  color: var(--white);
}

.cta--link.hide {
  display: none;
}

.div-block-713 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: -28px;
  display: flex;
}

.place-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  padding: 50px 70px;
  display: flex;
  position: relative;
}

.place-box.left {
  margin-left: 0;
  margin-right: -40px;
}

.place-box.info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.h3-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ttl-ilust-h3 {
  background-image: url('../images/h3-img_1h3-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 38px;
}

.ttl-ilust-h3._02 {
  background-image: url('../images/ttl-il_1ttl-il.png');
}

.ttl-ilust-h3._03 {
  background-image: url('../images/ttl-il-03_1ttl-il-03.png');
}

.ttl-ilust-h3.pc-hide {
  display: none;
}

.div-block-714 {
  border-bottom: 1px solid var(--brown);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.numeral {
  color: var(--pink);
  text-align: center;
  letter-spacing: 1px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 160%;
}

.numeral.center {
  text-align: center;
}

.div-block-715 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-price {
  color: var(--brown);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}

.div-block-714-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.checkin {
  background-color: #ffebeb;
  border-radius: 170px;
  width: 138px;
  padding: 3px 20px;
  display: block;
}

.checkin.out {
  background-color: #d8f5ff;
}

.checkin.yuarito {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-box.yuarito {
  justify-content: space-between;
  align-items: stretch;
}

.div-block-718 {
  background-color: #efefef;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 21px;
  display: flex;
}

.div-block-719 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-720 {
  border: 2px solid #efefef;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--pink);
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-block-721 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-722 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 100%;
}

.div-block-723 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.under-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--beige);
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 20px;
  display: flex;
}

.div-block-725 {
  flex-flow: column;
  display: flex;
}

.link {
  color: #2facd9;
}

.container-menu-inner {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: static;
}

.menu-button-close {
  display: none;
}

.div-block-717-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-gap10px-700 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 700px;
  display: flex;
}

.text-box-fv-under {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-727 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-gap10px-700-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 700px;
  display: flex;
}

.plan-text-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.plan-text-box.left {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.plan-text-box.yoko {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.check-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-wrap, .div-block-728 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-16px {
  color: var(--pink);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-729 {
  flex-flow: column;
  display: flex;
}

.div-block-730 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .menu-button, .menu-button-inner {
    display: none;
  }

  .logo-box-head {
    justify-content: center;
    align-items: center;
  }

  .spacer {
    background-size: cover;
    height: 60px;
  }

  .menu-button-close {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-in-header {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 15px;
    display: flex;
  }

  .menu-link-all-box-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 70px;
    display: flex;
  }

  .menu-box {
    justify-content: center;
    align-items: center;
    padding-right: 15px;
  }

  .nav-bg-sp-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: flex;
    position: relative;
  }

  .menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--pink);
    border-radius: 150px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    display: flex;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .walsh-main-nav {
    position: sticky;
  }

  .menu-button-inner {
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px 12px 12px;
    display: flex;
    position: static;
  }

  .menu-button-inner.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .walsh-nav-link-white {
    color: #574137;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    font-weight: 700;
    display: flex;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .brand {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-logo-sp {
    background-image: url('../images/logo-new-min.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 75px;
  }

  .menu-logo {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .navigation-shade {
    display: flex;
  }

  .logo-box-head {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-all-box {
    z-index: 5;
    opacity: 1;
    background-color: #fff7e8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
    box-shadow: 5px 5px 14px -12px #000;
  }

  .head-box {
    height: 106px;
  }

  .section-fv {
    margin-top: 106px;
  }

  .section-fv.under {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #fff;
    border-radius: 60px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 90px;
    overflow: hidden;
  }

  .header-cta {
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 10px;
    font-weight: 700;
    display: flex;
  }

  .text-block {
    color: var(--white);
    font-size: 16px;
    line-height: 10px;
  }

  .div-block-368 {
    background-image: url('../images/menu-icon-min_1menu-icon-min.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
  }

  .fv-pic {
    border-radius: 40px 40px 0 0;
    height: 80vh;
  }

  .fv-text-box {
    border-radius: 60px;
    margin-top: -20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-16px {
    font-size: 16px;
  }

  .text-16px.text-14px {
    font-size: 14px;
  }

  .text-30px {
    font-size: 20px;
    line-height: 160%;
  }

  .text-box-gap30px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    font-size: 30px;
    line-height: 130%;
  }

  .ilust-01 {
    background-image: url('../images/fv-ilust-sp-min.png');
    background-size: contain;
    width: 100%;
    height: 183px;
    position: static;
  }

  .section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.flow {
    padding: 100px 40px;
  }

  .section.button {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.plan {
    padding-left: 40px;
    padding-right: 40px;
  }

  .facility-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 60px;
    width: 100%;
    margin-top: -20px;
    margin-left: 0;
    padding: 40px 38px;
  }

  .facility-box.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
  }

  .spacer {
    height: 35px;
  }

  .facility-con {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .facility-con.opozit {
    flex-flow: column-reverse;
  }

  .facility-pic {
    width: 390px;
    height: 310px;
  }

  .text-box-gap-10px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .facility-place {
    width: auto;
    height: auto;
    padding: 2px 31px;
    position: static;
  }

  .text-14px.footer-company {
    font-size: 14px;
  }

  .cta {
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 334px;
    padding: 18px 10px;
    font-weight: 700;
    display: flex;
  }

  .main-pic {
    background-position: 50%;
    border-radius: 40px;
    height: 500px;
  }

  .flow-number {
    width: 50px;
    height: 50px;
  }

  .flow-box {
    width: 100%;
  }

  .flow-box.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
  }

  .flow-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: auto;
  }

  .flow-con.opozit {
    flex-flow: column-reverse;
  }

  .div-block-378 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-18px {
    font-size: 16px;
  }

  .flow-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .ilust-02 {
    width: 148px;
    height: 183px;
    display: none;
    position: static;
  }

  .ilust-03 {
    width: 38px;
    height: 67px;
    display: none;
    position: absolute;
    inset: auto 28% 37% auto;
  }

  .ilust-04 {
    width: 48px;
    height: 82px;
    display: none;
    inset: 43% auto auto 28%;
  }

  .facility-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .ilust-02-copy {
    width: 148px;
    height: 183px;
    display: none;
    position: static;
  }

  .ilust-05 {
    inset: 6% auto auto 17%;
  }

  .ilust-06 {
    inset: auto 0% 0% auto;
  }

  .div-block-383 {
    width: 20px;
    margin-bottom: 0;
  }

  .ilust-07 {
    inset: auto auto -7% 0%;
  }

  .flow-ilust-01 {
    width: 120px;
    inset: 14% 5% auto auto;
  }

  .flow-ilust-02 {
    inset: auto auto 8% 5%;
  }

  .div-block-385 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-387 {
    padding-top: 30px;
  }

  .text-20px {
    font-size: 16px;
  }

  .div-block-388 {
    position: static;
  }

  .div-block-389 {
    inset: -5% 0% auto auto;
  }

  .div-block-389-copy {
    inset: auto auto -5% 0%;
  }

  .footer-main-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .div-block-391 {
    justify-content: center;
    align-items: center;
  }

  .footer-copy {
    flex-flow: column;
  }

  .fv-under-box {
    border-radius: 40px 40px 0 0;
    height: auto;
  }

  .yellow-line {
    width: 32px;
  }

  .div-block-9, .slider-bottom {
    overflow: hidden;
  }

  .image-3 {
    width: 126px;
  }

  .serum-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-16px {
    font-size: 14px;
    line-height: 21px;
  }

  .slide-nav-4 {
    font-size: 6px;
  }

  .container-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-709 {
    border-radius: 40px;
    width: 420px;
    height: auto;
  }

  .logo-carousel-item {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .h1 {
    font-size: 32px;
    line-height: 130%;
  }

  .fv-text-box-under {
    background-color: #fff0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-710 {
    width: 100%;
  }

  ._3col {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-712 {
    margin-right: 0;
  }

  .cta--link {
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 334px;
    padding: 18px 10px;
    font-weight: 700;
    display: flex;
  }

  .div-block-713 {
    margin-right: -40px;
  }

  .place-box {
    border-radius: 60px;
    width: 100%;
    margin-left: 0;
    padding: 40px 38px;
  }

  .place-box.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: 0;
  }

  .h3-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ttl-ilust-h3 {
    width: 15px;
    height: 30px;
  }

  .ttl-ilust-h3.pc-hide {
    display: flex;
  }

  .div-block-714 {
    flex-flow: column;
  }

  .check-box {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    place-items: center start;
    display: flex;
  }

  .container-menu-inner {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button-close {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--pink);
    border-radius: 150px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    display: flex;
  }

  .menu-button-close.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-gap10px-700 {
    width: 100%;
  }

  .text-box-fv-under {
    grid-template-columns: .25fr 1fr;
  }

  .text-gap10px-700-copy {
    width: 100%;
  }

  .check-wrap {
    grid-template-columns: .5fr 1fr;
    width: 100%;
  }

  .div-block-728 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .menu-link-all-box-2 {
    width: 60%;
    padding-bottom: 40px;
  }

  .menu-box {
    padding-right: 15px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-inner {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .walsh-nav-link-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    position: relative;
  }

  .navigation-shade {
    z-index: -1;
    display: flex;
  }

  .logo-box-head {
    z-index: 5;
  }

  .section-fv {
    margin-top: 90px;
  }

  .section-fv.under {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fv-pic {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 70vh;
  }

  .fv-text-box {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-16px.center, .text-16px.text-14px {
    text-align: left;
  }

  .text-16px.pc-only {
    display: block;
  }

  .text-16px.sp-only {
    display: none;
  }

  .text-16px.sp-left {
    text-align: left;
  }

  .text-30px {
    letter-spacing: 0;
  }

  .text-30px.center.pc-only, .text-30px.pc-only {
    display: none;
  }

  .text-30px.sp-only {
    display: flex;
  }

  .h2-box.fv {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section.flow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.facility {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.plan {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .facility-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer {
    background-position: 50% 100%;
    background-size: contain;
    height: 22px;
  }

  .div-block-376 {
    width: 100%;
  }

  .text-14px {
    font-size: 14px;
  }

  .text-14px.center {
    text-align: left;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-pic {
    background-image: url('../images/main-pic-sp-min.jpg');
  }

  .flow-number {
    width: 37px;
    height: 34px;
  }

  .flow-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-18px {
    letter-spacing: 0;
  }

  .text-18px.center.pc-only {
    display: none;
  }

  .div-block-380 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .ilust-05 {
    top: 7%;
    left: 5%;
  }

  .flow-ilust-01 {
    width: 100px;
    inset: 13% 0% auto auto;
  }

  .flow-ilust-02 {
    width: 80px;
    inset: auto auto 0% 0%;
  }

  .div-block-384 {
    height: 24px;
  }

  .div-block-385 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 10px;
  }

  .div-block-387 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .text-20px {
    letter-spacing: 0;
  }

  .text-20px.center.pc-only {
    display: none;
  }

  .div-block-388 {
    width: 164px;
    height: 172px;
  }

  .footer-main-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-390 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .footer-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .div-block-392 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .fv-under-box {
    height: auto;
  }

  .slide-2, .slide2 {
    width: 100%;
    max-width: 383px;
  }

  .text-block-24px {
    font-size: 21px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .spacer-60 {
    height: 40px;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .header-secondary {
    font-size: 24px;
  }

  .container-2 {
    width: 100%;
  }

  .div-block-709 {
    width: 400px;
  }

  .h1-box-under {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1-box-under.fv {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .h1 {
    font-size: 30px;
  }

  .fv-text-box-under {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._3col {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
  }

  .cta--link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .place-box {
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ttl-ilust-h3.pc-hide {
    display: flex;
  }

  .div-block-714 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .numeral {
    letter-spacing: 0;
  }

  .numeral.center.pc-only {
    display: none;
  }

  .div-block-714-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .checkin {
    width: 138px;
  }

  .checkin.out {
    max-width: 138px;
  }

  .check-box {
    grid-template-columns: .5fr 1fr;
    width: 100%;
  }

  .container-menu-inner {
    position: relative;
  }

  .menu-button-close {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .plan-text-box.yoko {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .check-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
  }

  .h3-wrap {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .menu-in-header {
    padding-right: 10px;
  }

  .menu-link-all-box-2 {
    width: 90%;
    display: flex;
  }

  .menu-box {
    padding-right: 10px;
  }

  .menu-button {
    z-index: 5;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .logo-image {
    width: 158px;
  }

  .menu-button-inner {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .walsh-nav-link-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    flex-direction: row;
    padding: 0 10px;
  }

  .menu-logo-sp {
    width: 180px;
    height: 50px;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .navigation-shade {
    display: flex;
  }

  .nav-menu-all-box {
    z-index: 8;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .section-fv {
    margin-top: 70px;
  }

  .section-fv.under {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .header-cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-368 {
    width: 24px;
    height: 24px;
  }

  .fv-pic {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .text-16px.left.flow {
    font-size: 14px;
  }

  .text-16px.flow {
    font-size: 11px;
  }

  .text-16px.text-14px {
    text-align: left;
  }

  .text-16px.text-14px.left {
    word-break: break-all;
  }

  .text-16px.pc-only {
    display: none;
  }

  .text-16px.sp-only {
    display: block;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.text-contact {
    font-size: 19px;
  }

  .h2.fv {
    font-size: 21px;
    line-height: 150%;
  }

  .h2-box {
    z-index: 20;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-box.fv {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section.flow {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.button {
    padding-bottom: 20px;
  }

  .section.plan {
    padding-left: 10px;
    padding-right: 10px;
  }

  .facility-box {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacer.under {
    background-position: 50% 0;
  }

  .spacer.footer {
    background-size: contain;
  }

  .facility-con {
    width: 100%;
  }

  .facility-pic {
    width: 100%;
    height: 250px;
  }

  .div-block-376 {
    width: 100%;
  }

  .text-14px.left {
    word-break: normal;
  }

  .cta {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta.line {
    width: 100%;
    max-width: 240px;
  }

  .flow-number {
    width: 32px;
  }

  .flow-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flow-con {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 100%;
  }

  .text-18px.left.flow {
    word-break: break-all;
    font-size: 15px;
  }

  .flow-wrap {
    z-index: 2;
  }

  .div-block-379 {
    flex: none;
  }

  .div-block-380 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-381 {
    width: 100%;
  }

  .ttl-ilust {
    width: 20px;
    height: 20px;
  }

  .ilust-05 {
    width: 90px;
    height: 70px;
  }

  .ilust-06 {
    width: 90px;
    height: 100px;
    inset: auto 0% 1% auto;
  }

  .ilust-07 {
    width: 110px;
    height: 90px;
  }

  .flow-ilust-01 {
    width: 90px;
    height: 70px;
    display: none;
    inset: 17% 0% auto auto;
  }

  .flow-ilust-02 {
    z-index: -2;
    width: 80px;
    height: 80px;
    display: none;
    inset: auto auto 12% 0%;
  }

  .logo-image-2 {
    width: 200px;
    height: 50px;
  }

  .div-block-385 {
    border-width: 7px;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-389-copy {
    bottom: -9%;
  }

  .div-block-390 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .footer-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-copy {
    width: 100%;
  }

  .fv-under-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .slider-bottom, .mask {
    width: 100%;
  }

  .left-arrow-4 {
    background-color: #ede9eb00;
    width: auto;
  }

  .point-text {
    width: 90px;
    height: 90px;
  }

  .serum-box {
    width: 100%;
  }

  .right-arrow-4 {
    background-color: #ede9eb00;
    width: auto;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-709 {
    width: 300px;
  }

  .h1-box-under {
    z-index: 20;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .h1-box-under.fv {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .h1 {
    word-break: keep-all;
    font-size: 25px;
  }

  .h1.text-contact {
    font-size: 19px;
  }

  .h1.fv {
    font-size: 21px;
    line-height: 150%;
  }

  .cta--link {
    width: 100%;
    max-width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .place-box {
    border-radius: 30px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ttl-ilust-h3 {
    width: 20px;
    height: 20px;
  }

  .div-block-714 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
  }

  .checkin {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .checkin.out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkin.out.yuarito {
    border-radius: 50px;
  }

  .checkin._02 {
    border-radius: 10px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .check-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .check-box.flex {
    flex-flow: column;
    display: flex;
  }

  .check-box.yuarito {
    flex-flow: column;
  }

  .div-block-719 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list {
    padding-left: 10px;
  }

  .under-cta {
    border-radius: 20px;
  }

  .link {
    word-break: break-all;
  }

  .container-menu-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .menu-button-close {
    z-index: 5;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .div-block-717-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    place-items: stretch center;
  }

  .div-block-726 {
    width: 100%;
  }

  .text-box-fv-under {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: stretch stretch;
    display: grid;
  }

  .text-box-fv-under.flex {
    flex-flow: column;
    display: flex;
  }

  .check-wrap {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start stretch;
    display: flex;
  }

  .check-wrap.flex {
    flex-flow: column;
    display: flex;
  }

  #w-node-_70aa52d7-57ba-6c5b-e89e-ba7ebe4660b8-c0dfb3f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


