@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background: #fff;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

.u-desktop {
  display: none;
}
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

*,
*::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 */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  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;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* 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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 33.75rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.p-clinic__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-component__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-cta {
  overflow: hidden;
}

.p-cta__title {
  display: block;
  height: auto;
  width: 100%;
}

.p-cta__body {
  background-image: url(../images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.7692307692vw 12.8205128205vw 8.2051282051vw;
}

.p-cta__slider .splide__track {
  overflow: visible;
}
.p-cta__slider .splide__slide {
  display: flex;
  justify-content: center;
}
.p-cta__slider .splide__slide.is-active .p-cta__slide-inner {
  transform: scale(1.1);
}
.p-cta__slider .splide__slide.is-active .p-cta__btn {
  width: 107%;
}
.p-cta__slider .splide__arrow {
  align-items: center;
  background: none;
  display: flex;
  height: 6.1538461538vw;
  justify-content: center;
  opacity: 1;
  top: 40%;
  width: 6.1538461538vw;
  z-index: 2;
}
.p-cta__slider .splide__arrow svg {
  display: none;
}
.p-cta__slider .splide__arrow::before {
  border-right: 0.5128205128vw solid #d2615d;
  border-top: 0.5128205128vw solid #d2615d;
  content: "";
  display: inline-block;
  height: 4.6153846154vw;
  transform: rotate(45deg);
  width: 4.6153846154vw;
}
.p-cta__slider .splide__arrow--prev {
  left: -4.1025641026vw;
}
.p-cta__slider .splide__arrow--prev::before {
  transform: rotate(-135deg);
}
.p-cta__slider .splide__arrow--next {
  right: -4.1025641026vw;
}
.p-cta__slider .splide__slide {
  height: auto !important;
}
.p-cta__slider .splide__list {
  height: auto !important;
}
.p-cta__slider .splide__pagination {
  gap: 5.8974358974vw;
  margin-top: 8.7179487179vw;
  position: static;
}
.p-cta__slider .splide__pagination__page {
  background: #fff;
  height: 4.1025641026vw;
  margin: 0;
  opacity: 1;
  transform: none;
  width: 4.1025641026vw;
}
.p-cta__slider .splide__pagination__page.is-active {
  background: #d2615d;
}

.p-cta__slide-inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
  will-change: transform;
}
.p-cta__slide-inner > img {
  display: block;
  height: auto;
  width: 100%;
}

.p-cta__btn {
  bottom: 4.1025641026vw;
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.p-cta__btn {
  width: 100%;
}
.p-cta__btn img {
  display: block;
  height: auto;
  transition: filter 0.2s ease;
  width: 100%;
  will-change: filter;
}

.p-dealer__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-faq__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-fv__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-howto {
  background-image: url(../images/howto-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-howto__content {
  display: block;
  height: auto;
  width: 100%;
}

.p-howto__mov-text {
  display: block;
  height: auto;
  margin: 10vw auto 4.1025641026vw;
  width: 54.8717948718vw;
}

.p-howto__movie {
  aspect-ratio: 9/16;
  display: block;
  margin: 0 auto;
  width: calc(100% - 15.3846153846vw);
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 8.4615384615vw;
}

.p-method {
  position: relative;
}

.p-method__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-method__btn {
  align-items: center;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 62.4375rem;
  bottom: 22.8%;
  color: #222222;
  display: inline-flex;
  gap: 10vw;
  justify-content: flex-end;
  left: 50%;
  max-width: 72.8205128205vw;
  padding: 0.2564102564vw 2.0512820513vw;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  -webkit-text-decoration: none;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.p-method__btn-text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 2.68;
  white-space: nowrap;
}

.p-method__btn-arrow {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 7.1794871795vw;
  justify-content: center;
  width: 7.1794871795vw;
}

.p-method__btn-arrow::before {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  display: inline-block;
  height: 2.3076923077vw;
  transform: rotate(45deg) translateX(-1px);
  width: 2.3076923077vw;
}
.p-pain {
  margin-bottom: -12%;
  position: relative;
}

.p-pain__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-pc__nav {
  display: none;
}
.p-point__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-profile__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-quality__img {
  display: block;
  height: auto;
  width: 100%;
}

.p-system__img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px){
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-inner {
    max-width: 1150px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-cta__body {
    padding: 2.625rem 3.125rem 2rem;
  }
  .p-cta__slider .splide__arrow {
    height: 1.5rem;
    width: 1.5rem;
  }
  .p-cta__slider .splide__arrow::before {
    border-right: 0.125rem solid #d2615d;
    border-top: 0.125rem solid #d2615d;
    height: 1.125rem;
    width: 1.125rem;
  }
  .p-cta__slider .splide__arrow--prev {
    left: -1rem;
  }
  .p-cta__slider .splide__arrow--next {
    right: -1rem;
  }
  .p-cta__slider .splide__pagination {
    gap: 1.4375rem;
    margin-top: 2.125rem;
  }
  .p-cta__slider .splide__pagination__page {
    height: 1rem;
    width: 1rem;
  }
  .p-cta__btn {
    bottom: 1rem;
  }
  .p-howto__mov-text {
    margin: 2.4375rem auto 1rem;
    width: 13.375rem;
  }
  .p-howto__movie {
    padding-bottom: 2.0625rem;
    width: calc(100% - 3.75rem);
  }
  .p-method__btn {
    gap: 2.4375rem;
    max-width: 17.75rem;
    padding: 0.0625rem 0.5rem;
  }
  .p-method__btn-text {
    font-size: 1.125rem;
  }
  .p-method__btn-arrow {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-method__btn-arrow::before {
    height: 0.5625rem;
    width: 0.5625rem;
  }
  .p-pc {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .p-pc::before {
    background-image: url(../images/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-pc__content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    top: 0;
  }
  .p-pc__content::-webkit-scrollbar {
    display: none;
  }
  .p-pc__phone {
    margin: 0 auto;
    max-width: 24.375rem;
    width: 100%;
  }
}

@media (any-hover: hover) and (min-width: 1100px){
  .p-pc__cta-btn:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1100px){
  .p-pc__nav {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .p-pc__left {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(50% - 12.1875rem);
  }
  .p-pc__bg-left {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-pc__logo {
    left: 5rem;
    position: absolute;
    top: 5rem;
  }
  .p-pc__logo-img {
    display: block;
    height: auto;
    width: 13.4375rem;
  }
  .p-pc__right {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 3.1875rem;
    height: 100%;
    justify-content: center;
    padding: 0 6% 3%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 12.1875rem);
  }
  .p-pc__menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-pc__menu-link {
    align-items: center;
    color: #e59a97;
    display: flex;
    font-feature-settings: "palt";
    font-size: 1.75rem;
    font-weight: 500;
    gap: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2.2142857143;
    pointer-events: auto;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
  }
  .p-pc__menu-link.is-active {
    color: #d2615d;
  }
  .p-pc__menu-link::before {
    background-color: currentColor;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 0.125rem;
    transition: background-color 0.2s ease;
    width: 1.0625rem;
  }
  .p-pc__cta-btn {
    align-items: center;
    background: #d2615d;
    border-radius: 2.5rem;
    color: #fff;
    display: inline-flex;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    gap: 1.125rem;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 2.6666666667;
    pointer-events: auto;
    -webkit-text-decoration: none;
    max-width: 20rem;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
    width: 100%;
  }
  .p-pc__cta-btn::before {
    background-image: url(../images/cart.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    flex-shrink: 0;
    height: 1.875rem;
    width: 1.875rem;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .p-cta__btn:hover {
    opacity: 1;
  }
  .p-cta__btn:hover img {
    filter: brightness(1.1);
  }
  .p-method__btn:hover {
    background: #222222;
    color: #fff;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
