html {
  font-size: 2.667vw;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #f8f8ff;
  padding: 2rem 0 8.5rem;
  position: relative;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  left: 0;
  padding-top: 3rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header__inner {
  display: flex;
  padding: 0 2.5rem;
  width: 100%;
}

.header__logo {
  max-width: 7.3rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 37.5rem;
  padding: 0 2.5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin: 0 auto;
  overflow: hidden;
}

.l-main::-webkit-scrollbar {
  display: none;
}

.l-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*
 * l-pc-fixed
 * -------------------------------------------------------------
 */

.l-pc-fixed {
  display: none;
}

.l-pc-nav {
  height: 100%;
  max-width: 520px;
  position: relative;
  width: 100%;
}

/*
 * l-pc-nav
 * -------------------------------------------------------------
 */

.l-pc-nav {
  width: calc((100% - 442px) / 2);
}

/*
 * l-sec-radius
 * -------------------------------------------------------------
 */

.l-sec-radius {
  border-radius: 6rem;
  overflow: hidden;
  position: relative;
}

/*
 * l-side-cta
 * -------------------------------------------------------------
 */

.l-side-cta__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 51.7%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-side-cta__logo {
  margin: 0 auto;
  max-width: 138px;
}

.l-side-cta__code {
  aspect-ratio: 1/1;
  border: 5px solid #06C655;
  border-radius: 16px;
  margin-top: 25px;
  max-width: 145px;
  padding: 5px;
}

.l-side-cta__text {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 18px;
  text-align: center;
}

.l-side-cta__text::before {
  background: url(./../images/icon_phone.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 31px;
  width: 30px;
}

/*
 * l-wrapper
 * -------------------------------------------------------------
 */

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  background: #fff;
  border: 6px solid #97D7ED;
  border-radius: 1.6rem;
  box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.16);
  padding: 1.6rem 1.8rem 2rem;
}

.c-cta__ttl {
  align-items: center;
  color: #06C655;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 0.9rem;
  justify-content: center;
  text-transform: uppercase;
}

.c-cta__ttl::before {
  background: url(./../images/icon_line.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 2.4rem;
  margin-top: 0.2rem;
  width: 2.4rem;
}

.c-cta__btn {
  background: #06C655;
  border-radius: 15rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 2.1rem;
  position: relative;
  position: relative;
  text-align: center;
}

.c-cta__btn:hover {
  filter: brightness(110%);
}

.c-cta__btn::after {
  background: url(./../images/icon_hand.webp) no-repeat center/100%;
  bottom: -0.3rem;
  content: "";
  display: block;
  height: 3.1rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.3s;
  width: 3rem;
}

.c-cta__btn:hover::after {
  transform: translateY(-0.3rem);
}

/*
 * c-grad
 * -------------------------------------------------------------
 */

.c-grad {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #F962AB 34.33%, #7EDFF3 67.67%);
  background-clip: text;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger-fixed {
  left: 50%;
  position: fixed;
  top: 2.2rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.c-hamburger-inner {
  margin: 0 auto;
  padding-right: 2.5rem;
}

.c-hamburger {
  background: #000;
  border-radius: 10rem;
  display: block;
  height: 2.4rem;
  margin-left: auto;
  max-width: 6.5rem;
  position: relative;
  width: 100%;
}

.c-hamburger span {
  background: #eee;
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 1.1rem;
}

.c-hamburger span:nth-child(1) {
  top: 0.8rem;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-hamburger span:nth-child(3) {
  bottom: 0.8rem;
}

.c-hamburger span.is-active:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
}

.c-hamburger span.is-active:nth-child(2) {
  opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}

/*
 * c-lead
 * -------------------------------------------------------------
 */

.c-lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.875;
  text-align: center;
}

/*
 * c-links
 * -------------------------------------------------------------
 */

.c-links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.c-links__btn {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 15rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 1.5rem 2rem;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}

.c-links__btn::after {
  background: url(./../images/link_arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.1rem;
  margin-left: auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
  width: 1.5rem;
}

.c-links__btn:hover::after {
  transform: translate(0.3rem, -50%);
}

/*
 * c-pagetop
 * -------------------------------------------------------------
 */

.c-pagetop {
  background: #F962AB;
  border-radius: 6rem 6rem 0 0;
  bottom: 0;
  padding: 1rem 0;
  position: absolute;
  width: 100%;
}

.c-pagetop__btn {
  color: #FFF;
  font-family: "mundial", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.c-pagetop__btn::before {
  background: url(./../images/pagetop_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 8px;
}

/*
 * c-quot
 * -------------------------------------------------------------
 */

.c-quot {
  font-family: "Noto Sans", sans-serif;
}

/*
 * c-scroll-down
 * -------------------------------------------------------------
 */

.c-scroll-down {
  animation: slideIn 0.4s ease-out 0.4s forwards;
  border: 1px solid #FFFFFF;
  border-radius: 15rem;
  height: 2.3rem;
  margin-left: auto;
  max-width: 13rem;
  overflow: hidden;
  text-align: center;
}

.c-scroll-down__inner {
  animation: scrollLoop 15s linear infinite;
  display: flex;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
}

.c-scroll-down p {
  color: #fff;
  display: flex;
  font-family: "mundial", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  gap: 0.8rem;
  line-height: 1;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  text-transform: capitalize;
  white-space: nowrap;
}

/*
 * c-sec-header
 * -------------------------------------------------------------
 */

.c-sec-header__ttleng {
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  display: block;
  font-family: "mundial", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.c-sec-header__ttleng.--blk {
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}

.c-sec-header__ttlja {
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 1.8rem;
  text-align: center;
}

.c-sec-header__ttlja.--blk {
  color: #000;
}

.c-sec-header__ttlja-small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: url(./../images/about_bg.webp) no-repeat top/cover;
  margin-top: -23.5rem;
  padding: 18.5rem 0 13rem;
  position: relative;
  position: relative;
  z-index: 1;
}

.about__cta {
  margin-top: 5.3rem;
}

.about__header-ttleng {
  font-size: 6.3rem;
  margin-top: 3rem;
  text-transform: uppercase;
}

.about__header-ttlja {
  color: #fff;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.42;
  margin-top: 1.5rem;
  text-align: center;
}

.about__header-ttlja span {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.about__video {
  aspect-ratio: 295/394;
  border-radius: 1.9rem;
  margin: 3rem auto 0;
  max-width: 29.5rem;
  overflow: hidden;
  position: relative;
}

.about__video video {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.about__body {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 1.8rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  background: #7edff3;
  padding: 6rem 0 24rem;
  position: relative;
  z-index: 1;
}

.faq__body {
  margin-top: 5rem;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__item {
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}

.faq__question {
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  gap: 0.6rem;
  letter-spacing: 0.02em;
  line-height: 1.73;
  padding: 1.5rem 1rem;
  position: relative;
  transition: all 0.2s;
}

.faq__question .faq__text {
  max-width: 25.9rem;
}

.faq__icon {
  font-family: "mundial", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s;
}

.faq__q {
  color: #7EDFF3;
}

.faq__text {
  flex: 1;
}

.faq__btn {
  border: 1px solid #7EDFF3;
  border-radius: 50%;
  display: block;
  height: 2.2rem;
  position: absolute;
  right: 1rem;
  top: calc(50% + 0.2rem);
  transform: translateY(-50%);
  transition: all 0.2s;
  width: 2.2rem;
}

.faq__btn::before,
.faq__btn::after {
  background: #7edff3;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}

.faq__btn::before {
  height: 0.1rem;
  width: 0.9rem;
}

.faq__btn::after {
  height: 0.9rem;
  width: 0.1rem;
}

.faq__answer {
  background: #fefefe;
  display: none;
  padding: 1.2rem 1rem;
}

.faq__content {
  display: flex;
  gap: 0.6rem;
}

.faq__a {
  color: #7EDFF3;
}

.faq__item.open .faq__question {
  background: #267c8e;
  color: #fff;
}

.faq__item.open .faq__q {
  color: #fff;
}

.faq__item.open .faq__btn {
  border-color: #fff;
}

.faq__item.open .faq__btn::before,
.faq__item.open .faq__btn::after {
  background: #fff;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  background: #f8f8ff;
  background: url(./../images/flow_bg.webp) no-repeat top/cover;
  margin-top: -6rem;
  padding: 10rem 0 18rem;
  position: relative;
}

.flow__body {
  margin-top: 5.5rem;
}

.flow__detail {
  background: #FFFFFF;
  border-radius: 1.6rem;
  box-shadow: 3rem 2rem 5rem rgba(0, 0, 0, 0.1);
  padding: 1rem 3rem 3.5rem;
  position: relative;
}

.flow__detail-ttl {
  align-items: center;
  background: #000;
  border: 1px solid #000000;
  border-radius: 1.75rem;
  color: #FFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 3.3rem;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.01em;
  line-height: 1;
  max-width: 20.5rem;
  position: absolute;
  text-align: center;
  top: -1.6rem;
  transform: translateX(-50%);
  width: 100%;
}

.flow__text {
  margin-top: 2.5rem;
}

/*
 * for
 * -------------------------------------------------------------
 */

.for {
  background: #000;
  margin-top: -9rem;
  padding: 15.5rem 0 13rem;
}

.for__lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3.2rem;
}

.for__list {
  align-items: center;
  background: #fff;
  border-radius: 20rem;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 1.1rem 2rem;
}

.for__list span {
  display: inline-block;
  font-family: "mundial", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
}

.fv::before {
  background: url(./../images/fv_wave.webp) no-repeat top/100%;
  content: "";
  display: inline-block;
  height: 19rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fv__slide {
  aspect-ratio: 355/806;
  position: relative;
}

.fv__slide::before {
  background: url(./../images/fv_gradation.webp) no-repeat center/100%;
  bottom: -20rem;
  content: "";
  display: block;
  height: 51.7rem;
  left: 0;
  max-width: 35.5rem;
  position: absolute;
  width: 100%;
}

.fv__slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  left: 1.7rem;
  padding: 0;
  position: absolute;
  top: 48.5rem;
  width: 100%;
  z-index: 1;
}

.fv__catch {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  overflow: hidden;
  text-rendering: optimizeLegibility;
}

.fv__catch strong {
  display: inline-block;
  font-size: 6.1rem;
  font-weight: 700;
}

.fv__catch strong span:nth-of-type(4) {
  display: inline-block;
  margin-left: 0.2rem;
}

.fv__catch strong span:nth-of-type(4) span:nth-of-type(2) {
  margin-left: -0.6rem;
}

.fv__catch .sm {
  left: 0.5rem;
  position: relative;
}

.fv__text {
  color: #fff;
  font-weight: 600;
  margin-top: 3rem;
}

.fv__char {
  animation: charFadeIn 0.5s forwards;
  backface-visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(120%) skew(0deg);
  transition: transform 0.6s cubic-bezier(0.01, 0.25, 0, 1.04);
  will-change: transform, opacity;
}

.fv__text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.fv__text.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*
 * guide
 * -------------------------------------------------------------
 */

.guide {
  background: #f8f8ff;
  margin-top: -16rem;
  position: relative;
}

.guide__header {
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 2;
}

.guide__header::after {
  background: url(./../images/guide_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.2rem;
  margin: 2.5rem auto 0;
  width: 1.1rem;
}

.guide__header__img {
  margin: 0 auto;
  max-width: 14.1rem;
}

.guide__header::before {
  background: linear-gradient(90deg, #F962AB 0%, #7EDFF3 100%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 27rem;
  left: 50%;
  max-width: 27rem;
  position: absolute;
  top: 7.6rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.guide__header-loop {
  margin-top: 1rem;
  overflow: hidden;
  white-space: nowrap;
}

.guide__header__ttleng {
  animation: scrollLoop 20s linear infinite;
  display: inline-block;
  font-size: 6rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  will-change: transform;
}

_::-webkit-full-page-media,
_:future,
:root .guide__header__ttleng {
  animation-duration: 35s;
}

.guide__header__ttleng span {
  color: #000;
}

.guide__header__ttleng .color-wht {
  color: #fff;
}

.guide__header-ttlja {
  margin-top: 1.9rem;
}

.guide__header-ttlja .c-quot {
  display: inline-block;
  margin-top: 1rem;
}

/*
 * live
 * -------------------------------------------------------------
 */

.live {
  background: #F8F8FF;
  margin-top: -8.6rem;
  padding: 6rem 0 7.5rem;
  position: relative;
  z-index: 1;
}

.live__header__ttlja-sm {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.live__body {
  margin-top: 4.5rem;
  position: relative;
}

.live__body::before {
  background: #F962AB;
  border-radius: 50%;
  content: "";
  display: block;
  filter: blur(5rem);
  height: 12.8rem;
  max-width: 12.8rem;
  position: absolute;
  right: -6rem;
  top: -3rem;
  width: 100%;
  will-change: filter;
}

.live__body::after {
  background: #0085F3;
  border-radius: 50%;
  bottom: 7rem;
  content: "";
  display: block;
  filter: blur(5rem);
  height: 11.5rem;
  left: -2.8rem;
  max-width: 11.5rem;
  position: absolute;
  width: 100%;
}

.live__slider {
  overflow: visible !important;
}

.live__slider {
  width: 100%;
}

.live__slider .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 182/382;
  border-radius: 1.6rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.live__slider .swiper-slide {
  transform: scale(0.7) !important;
}

.live__slider .swiper-slide {
  border-radius: 1.6rem;
  overflow: hidden;
  transform-origin: center;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* active */

.live__slider .swiper-slide-active {
  transform: scale(1) !important;
}

.live__slider .swiper-slide-active {
  z-index: 2;
}

.live__slide {
  background: url(./../images/frame.webp) no-repeat center/19.3rem 40.1rem;
  overflow: hidden;
  padding: 1rem;
}

/* Nav */

.live__slider-nav {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 3rem;
}

.live__paginav {
  position: static !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.live__paginav {
  align-items: center;
  display: flex;
}

.live__paginav .swiper-pagination-bullet {
  opacity: 1 !important;
}

.live__paginav .swiper-pagination-bullet {
  background: #C7C7C7;
  border-radius: 8rem;
  height: 1.1rem;
  width: 3px;
}

.live__paginav .swiper-pagination-bullet-active {
  background: #000000;
  border-radius: 8rem;
  height: 2.3rem;
  width: 3px;
}

/* Prev / Next */

.live__prev,
.live__next {
  height: 1.1rem !important;
  margin: 0 !important;
  position: static !important;
  width: 1.5rem !important;
}

.live__prev {
  background: url(./../images/prev.webp) no-repeat center/100%;
}

.live__next {
  background: url(./../images/next.webp) no-repeat center/100%;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  background: linear-gradient(167.43deg, #F962AB 0%, #7EDFF3 100%);
  height: 100%;
  opacity: 0;
  padding: 3rem 2.5rem 4rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
}

.nav.is-active {
  opacity: 1;
  overflow: auto;
  visibility: visible;
  z-index: 1;
}

.nav__logo {
  max-width: 7.3rem;
}

.nav__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 6.8rem;
}

.nav__item:nth-child(4) {
  margin-top: 0.5rem;
}

.nav__link {
  color: #fff;
  font-family: "mundial", sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

.nav__item:nth-child(4) .nav__link span {
  margin-top: 0.5rem;
}

.nav__link span {
  display: block;
  font-family: inherit;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.nav__btns {
  margin-top: 4.4rem;
}

/*
 * pc-nav
 * -------------------------------------------------------------
 */

.pc-nav {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%);
  width: min(325px, 21.5vw);
}

.pc-nav__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.pc-nav__link {
  font-family: "mundial", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.pc-nav__link span {
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 2px;
  opacity: 0.6;
}

.pc-nav__btns {
  margin-top: 45px;
}

.pc-nav__btn {
  font-size: 15px;
  padding: 15px 21px;
}

.pc-nav__btn::after {
  height: 11px;
  right: 21px;
  width: 15px;
}

/*
 * support
 * -------------------------------------------------------------
 */

.support {
  background: #f962ab;
  border-radius: 6rem 6rem 0 0;
  margin-top: -5.5rem;
  padding: 6rem 0 13rem;
}

.support__header {
  position: relative;
}

.support__header::before {
  background: url(./../images/support_komo.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 10.8rem;
  left: 50%;
  max-width: 46rem;
  position: absolute;
  top: 57%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.support__lead {
  margin-top: 2.4rem;
}

.support__body {
  margin-top: 3.8rem;
  padding-left: 2.5rem;
}

.support__slider {
  overflow: visible !important;
  overflow: initial !important;
  padding-top: 1rem !important;
}

.support__slider {
  -webkit-clip-path: inset(-10% -50vw 0% 0%);
  clip-path: inset(-10% -50vw 0% 0%);
}

.support__slider .swiper-slide {
  border-radius: 1.6rem;
  padding-bottom: 1rem;
}

.support__slide {
  overflow: visible !important;
}

.support__slide {
  background: #fff;
  border: 6px solid #FF9DCC;
  border-radius: 1.6rem;
  box-shadow: 0 0px 5rem rgba(255, 105, 180, 0.1);
  margin: 0 auto;
  max-width: 32.5rem;
  padding: 2.5rem 3rem;
  position: relative;
  text-align: center;
}

.support__num {
  font-family: "mundial", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.01em;
  line-height: 1;
  position: absolute;
  top: -3.5rem;
  transform: translateX(-50%);
}

.support__ttl {
  font-family: "mundial", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.support__text {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.support__paginav {
  position: static !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.support__paginav {
  max-width: 32.5rem;
}

.support__paginav .swiper-pagination-bullet {
  margin: 0 0.2rem !important;
  opacity: 1 !important;
}

.support__paginav .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  height: 8px;
  width: 8px;
}

.support__paginav .swiper-pagination-bullet-active {
  background: #fff;
}

.support__slider-nav {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 2rem auto 0;
  padding-right: 2.5rem;
}

/* Prev / Next */

.support__prev,
.support__next {
  height: 1.1rem !important;
  left: auto !important;
  margin: 0 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  width: 1.5rem !important;
}

.support__prev,
.support__next {
  filter: brightness(0) invert(1);
}

.support__prev {
  background: url(./../images/prev.webp) no-repeat center/100%;
}

.support__next {
  background: url(./../images/next.webp) no-repeat center/100%;
}

/*
 * works
 * -------------------------------------------------------------
 */

.works {
  background: url(./../images/works_bg.webp) no-repeat top/37.5rem;
  margin-top: -11.5rem;
  padding: 10rem 0 7.5rem;
  position: relative;
}

.works__body {
  margin-top: 3.6rem;
  position: relative;
}

.works__body::before {
  background: rgba(249, 98, 171, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  filter: blur(5rem);
  height: 12.8rem;
  max-width: 12.8rem;
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 100%;
}

.works__body::after {
  background: rgba(0, 133, 243, 0.5);
  border-radius: 50%;
  bottom: 7rem;
  content: "";
  display: block;
  filter: blur(5rem);
  height: 11.5rem;
  left: -2.8rem;
  max-width: 11.5rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.works__lists {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  position: relative;
  z-index: 1;
}

.works__list {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 1.6rem;
  padding: 2rem 0.9rem 2rem 1.7rem;
  position: relative;
}

.works__list:not(:nth-child(1))::before {
  background: url(./../images/works_guide.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.8rem;
  left: 50%;
  position: absolute;
  top: -2.8rem;
  transform: translateX(-50%);
  width: 0.2rem;
}

.works__step {
  align-items: center;
  background: linear-gradient(90deg, #F962AB 0%, #7EDFF3 100%);
  border-radius: 15rem;
  color: #FFF;
  display: flex;
  font-family: "mundial", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2.3rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  max-width: 7rem;
  text-align: center;
  text-transform: uppercase;
}

.works__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 1.8rem;
}

.works__text {
  margin-top: 1rem;
}

.works__cta {
  margin-top: 5rem;
}

/*
 * animation
 * -------------------------------------------------------------
 */

.animation {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animation.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 769px) {

  html {
    font-size: 11.8px;
  }

  body {
    padding: 15px;
  }

  .l-main {
    -webkit-overflow-scrolling: touch;
    border-radius: 16px 16px 0 0;
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
    height: calc(100% - 33px);
    left: 50%;
    max-width: 442px;
    overflow-y: auto;
    position: relative;
    position: fixed;
    top: 33px;
    transform: translate(-50%, 0);
  }

  .l-wrapper {
    background: #F8F8FF;
    border-radius: 16px;
    height: calc(100vh - 28px);
    margin: 0 auto;
    max-width: 1512px;
    padding: 18px 0 0;
  }

  .c-hamburger-fixed {
    top: 5.4rem;
    transition: transform 0.2s ease-out;
  }

  .c-hamburger-fixed.is-scrolled {
    transform: translate(-50%, -3rem);
  }

  .c-hamburger-inner {
    max-width: 442px;
  }

  .nav {
    border-radius: 16px;
    max-width: 442px;
    right: 50%;
    top: 33px;
    transform: translateX(50%);
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (min-width: 1100px) {

  .l-pc-fixed {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: space-between;
    left: 0;
    left: 50%;
    margin: 0 auto;
    max-width: 1512px;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
  }

  .l-side-cta {
    height: 100%;
    left: 0;
    max-width: 520px;
    position: relative;
    top: 0;
    width: calc((100% - 442px) / 2);
  }

  .c-hamburger-fixed {
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@keyframes slideIn {

  0% {
    opacity: 0;
    transform: translateX(2rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes scrollLoop {

  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }

}

@keyframes charFadeIn {

  to {
    opacity: 1;
    transform: translateY(0) skew(-10deg);
  }

}

@keyframes scrollLoop {

  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }

}


/*# sourceMappingURL=style.css.map */