@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #555;
}

body {
  font-family: "Noto Sans JP", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .sm-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

.inner {
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1130px;
    padding-inline: 25px;
  }
}

/*共通パーツ*/
@media screen and (min-width: 768px) {
  .contact {
    width: 100%;
    max-width: 14.125rem;
  }
}

@media screen and (min-width: 768px) {
  .contact.contact--small {
    max-width: 14.125rem;
    width: 100%;
  }
}

.contact__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #F5F5F5;
  padding-left: 1.25rem;
  height: inherit;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  font-size: 1.5rem;
  width: 14.125rem;
  max-width: 100%;
  border-radius: 3px;
}

.contact__btn.contact__btn--small {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #F5F5F5;
  height: inherit;
  padding: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  width: 100%;
  border-radius: 3px;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__btn.contact__btn--small {
    height: inherit;
    padding: 0.75rem;
    font-size: 1.5rem;
    max-width: 14.125rem;
    gap: 0.5rem;
  }
}

.contact__btn.contact__btn--tel {
  background-color: #7DB7E2;
}

.contact__btn.contact__btn--net {
  background-color: #F97C00;
}

.contact__btn.contact__btn--line {
  background-color: #70C55E;
}

.contact__btn.contact__btn--tel::before,
.contact__btn.contact__btn--net::before,
.contact__btn.contact__btn--line::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__btn.contact__btn--tel::before {
  top: 0;
  background-image: url(../images/icon-tel.svg);
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__btn.contact__btn--tel::before {
    width: 2rem;
    height: 2rem;
  }
}

.contact__btn.contact__btn--net::before {
  background-image: url(../images/icon-net.svg);
  width: 1.25rem;
  height: 2rem;
}

.contact__btn.contact__btn--line::before {
  background-image: url(../images/icon-line.svg);
  width: 2.125rem;
  height: 2rem;
}

.contact__btn.contact__btn--net.contact__btn--small::before {
  width: 0.75rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__btn.contact__btn--net.contact__btn--small::before {
    width: 1.25rem;
    height: 2rem;
  }
}

.contact__btn.contact__btn--line.contact__btn--small::before {
  width: 0.75rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .contact__btn.contact__btn--line.contact__btn--small::before {
    width: 2.125rem;
    height: 2rem;
  }
}

.label {
  color: #FFF;
  font-weight: 500;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  line-height: 1.6428571429;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .label {
    padding-inline: 0.375rem;
    font-size: 0.8125rem;
  }
}

.label.label--orange {
  background-color: #FFA500;
  width: 7.5rem;
  max-width: 100%;
}

.label.label--trial {
  background-color: #F97C00;
}

.label.label--blue {
  background-color: #7DB7E2;
  width: 5rem;
  max-width: 100%;
}

.treatment {
  position: relative;
}

.treatment__image {
  position: absolute;
}

.treatment__image.treatment__image--crater {
  top: -1.875rem;
  left: -2.5rem;
  width: 7.375rem;
  height: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--crater {
    top: -2.3125rem;
    left: -7.5rem;
    width: 11.6875rem;
    height: 4.375rem;
  }
}

.treatment__image.treatment__image--product {
  width: 4rem;
  height: 2.0625rem;
  top: -1.875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--product {
    width: 6.75rem;
    height: 3.625rem;
    top: -2.3125rem;
    left: -6.25rem;
  }
}

.treatment__image.treatment__image--product02 {
  width: 4.75rem;
  height: 2.3125rem;
  top: -2.1875rem;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--product02 {
    width: 6.75rem;
    height: 3.625rem;
    top: -2.3125rem;
    left: -6.25rem;
  }
}

.treatment__image.treatment__image--after01 {
  width: 5rem;
  height: 3.75rem;
  top: -3.125rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--after01 {
    width: 8.8125rem;
    height: 6.5625rem;
    left: -5.3125rem;
    top: -4.875rem;
  }
}

.treatment__image.treatment__image--after02 {
  width: 5rem;
  height: 3.75rem;
  top: -2.1875rem;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--after02 {
    width: 9.875rem;
    height: 5.625rem;
    top: -4.4375rem;
    right: -5.25rem;
  }
}

.treatment__image.treatment__image--price {
  width: 5rem;
  height: 2.5rem;
  top: -1.875rem;
  left: -3.75rem;
}
@media screen and (min-width: 768px) {
  .treatment__image.treatment__image--price {
    width: 8.125rem;
    height: 3.9375rem;
    top: -2.3125rem;
    left: -8.125rem;
  }
}

.catch {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .catch {
    font-size: 2.25rem;
  }
}

.catch span {
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.25rem dotted #ddd;
}
@media screen and (min-width: 768px) {
  .catch span {
    font-size: 3rem;
  }
}

.crater-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
.crater-flex {
  gap: 2.375rem;
}
}

.heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 3rem;
  }
}

/*ヘッダー*/
.header {
  height: 3.75rem;
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 110.625rem;
    width: 100%;
    padding-inline: 25px;
  }
}

.header__logo {
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 13.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .header__comment {
    max-width: 17.5rem;
    width: 100%;
            flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__comment {
    max-width: 20.75rem;
    width: 100%;
  }
}

.header__nav {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav {
    max-width: 37.375rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.header__nav-item {
  font-weight: 600;
  border-radius: 3px;
  max-width: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .header__nav-item {
    font-size: 1.75rem;
    max-width: 14.125rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/*ファーストビュー*/
.fv {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 3.75rem;
  }
}

.fv__inner {
  position: relative;
}

.fv__catch01 {
  position: absolute;
  top: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 300/146;
  min-width: 18.75rem;
  margin-inline: auto;
  width: 87%;
  z-index: 10;
}

.fv__catch02 {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 355/217;
  min-width: 21.875rem;
  width: 100%;
  z-index: 5;
}

.fv__image {
  aspect-ratio: 375/667;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .fv__image {
    aspect-ratio: 1920/1080;
  }
}

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

/*お試し*/
.trial {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .trial {
    margin-top: 5rem;
  }
}

.trial__box {
  width: 100%;
  border: 5px solid #FCEFDE;
  margin-inline: auto;
  padding-top: 2.5rem;
  padding-inline: 0.9375rem;
  padding-bottom: 3.3125rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .trial__box {
    max-width: 56.25rem;
  }
}

.trial__sub {
  font-size: 1.5625rem;
  line-height: 1.58;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .trial__sub {
    font-size: 2.375rem;
  }
}

.trial__sub::before,
.trial__sub::after {
  background-color: #727171;
  content: "";
  height: 0.0625rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .trial__sub::before,
  .trial__sub::after {
    width: 2.625rem;
  }
}

.trial__sub::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); /* 傾ける */
  margin-right: 1.25rem; /* 文字との余白 */
}
@media screen and (min-width: 768px) {
  .trial__sub::before {
    margin-right: 2.5rem; /* 文字との余白 */
  }
}

.trial__sub::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); /* 傾ける */
  margin-left: 0.625rem; /* 文字との余白 */
}
@media screen and (min-width: 768px) {
  .trial__sub::after {
    margin-left: 1.25rem; /* 文字との余白 */
  }
}

.trial__main {
  font-weight: 600;
  color: #F97C00;
  margin-top: 0.5rem;
  gap: 0.4375rem;
  font-size: 2.0625rem;
  position: relative;
  max-width: 14.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .trial__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.0625rem;
    gap: 0.875rem;
    margin-top: 1.0625rem;
    max-width: initial;
  }
}

.trial__label {
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 10rem;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .trial__label {
    font-size: 2.25rem;
    max-width: 20rem;
  }
}

.trial__label.trial__label--wide {
  max-width: 13rem;
}
@media screen and (min-width: 768px) {
  .trial__label.trial__label--wide {
    max-width: 25rem;
  }
}

.trial__price {
  position: relative;
}

.trial__price-sub {
  font-size: 1.125rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .trial__price-sub {
    font-size: 2.25rem;
    margin-left: 0.625rem;
  }
}

.trial__tax {
  position: absolute;
  right: 21%;
  font-size: 0.625rem;
  top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .trial__tax {
    font-size: 0.875rem;
    right: 1.6rem;
    top: 1.6rem;
  }
}

.trial__tax.trial__tax--second {
  right: 17%;
}
@media screen and (min-width: 768px) {
  .trial__tax.trial__tax--second {
    right: -0.5rem;
  }
}

.trial__detail {
  font-size: 0.875rem;
  position: absolute;
  bottom: -15%;
  right: 15%;
  font-weight: 500;
  line-height: calc(26 / 16);
  font-family: "Noto Sans JP", serif;
  color: #555;
}

@media screen and (min-width: 768px) {
  .trial__detail {
    bottom: -10%;
    right: 13%;
    font-size: 1rem;
  }
}

.trial__slider {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .trial__slider {
    margin-top: 5rem;
  }
}

/*スライドショー*/
.slider__image {
  aspect-ratio: 1/1;
  min-width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .slider__image {
    max-width: 10rem;
  }
}

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

.middle-slider {
  margin-block: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .middle-slider {
    margin-block: 4.5625rem;
  }
}

/*予約*/
.reservation {
  background-image: url(../images/reservation-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5.125rem 0 6.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reservation {
    margin-top: 5rem;
  }
}

.reservation__box {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 12px;
  margin-inline: auto;
  -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.3);
          box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.3);
  padding: 1.5625rem 0.9375rem 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation__box {
    max-width: 56.25rem;
    padding: 3.3125rem 3.3125rem;
  }
}

.reservation__wrap {
  text-align: center;
  position: relative;
  display: inline-block;
}

.reservation__wrap::before {
  content: "";
  position: absolute;
  background-image: url(../images/line-l.svg);
  width: 2.1875rem;
  height: 2.75rem;
  top: 0.625rem;
  left: -1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .reservation__wrap::before {
    background-image: url(../images/line-l.svg);
    width: 4.4375rem;
    height: 5.5rem;
    top: 1.875rem;
    left: -6.25rem;
  }
}

.reservation__wrap::after {
  content: "";
  position: absolute;
  background-image: url(../images/line-r.svg);
  width: 2.1875rem;
  height: 2.75rem;
  top: 0.625rem;
  right: -1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .reservation__wrap::after {
    background-image: url(../images/line-r.svg);
    width: 4.4375rem;
    height: 5.5rem;
    top: 1.875rem;
    right: -6.25rem;
  }
}

.reservation__main {
  color: #FFA500;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reservation__main {
    font-size: 2.25rem;
  }
}

.reservation__main span {
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reservation__main span {
    font-size: 3rem;
  }
}

.reservation__main span::before {
  position: absolute;
  content: "";
  background-color: #FFA500;
  border-radius: 100%;
  top: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reservation__main span::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.reservation__sub {
  color: #727171;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation__sub {
    font-size: 1.5rem;
  }
}

.reservation__items {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .reservation__items {
    margin-top: 2.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
  }
}

/*お悩み*/
.trouble {
  background-image: url(../images/trouble-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4.25rem 0 2.625rem;
}
@media screen and (min-width: 768px) {
  .trouble {
    padding: 8.4375rem 0 5.125rem;
  }
}

.trouble__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .trouble__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.trouble__left {
  z-index: 1;
  width: 80%;
  margin-top: -1.5625rem;
  margin-left: auto;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .trouble__left {
    margin-right: -2.75rem;
    margin-left: initial;
    margin-top: initial;
    width: 100%;
    max-width: 30.1875rem;
  }
}

.trouble__right {
  width: 100%;
}
.trouble__treatment {
  position: absolute;
}

.trouble__treatment.trouble__treatment--left {
  width: 30%;
  bottom: 7.1875rem;
  left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .trouble__treatment.trouble__treatment--left {
    width: 43%;
    max-width: 13.125rem;
    top: -4.375rem;
    left: 0;
  }
}

.trouble__treatment.trouble__treatment--right {
  width: 10%;
  top: 2.1875rem;
  right: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .trouble__treatment.trouble__treatment--right {
    bottom: -2rem;
    right: 0.6875rem;
    max-width: 4.375rem;
    width: 11%;
    top: initial;
  }
}

@media screen and (min-width: 768px) {
  .trouble__image {
    aspect-ratio: 483/322;
    max-width: 30.1875rem;
  }
}

.trouble__catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .trouble__catch {
    font-size: 2.25rem;
    width: 100%;
    margin-bottom: 2.6875rem;
    margin-left: 2.0625rem;
  }
}

.trouble__catch span {
  font-size: 1.5rem;
  position: relative;
  line-height: 1;
  background-color: #FFF;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .trouble__catch span {
    font-size: 3rem;
  }
}

.trouble__catch-all {
  padding: 0.125rem;
  margin-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .trouble__catch-all {
    padding: 0.125rem;
    margin-inline: 0.3125rem;
  }
}

.trouble__catch-dot::before {
  position: absolute;
  content: "";
  background-color: #FFF;
  border-radius: 100%;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.3125rem;
  height: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .trouble__catch-dot::before {
    width: 0.4375rem;
    height: 0.4375rem;
    top: -0.875rem;
  }
}

.trouble__list {
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 5px rgba(242, 242, 242, 0.3);
          box-shadow: 3px 3px 5px rgba(242, 242, 242, 0.3);
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble__list {
    padding-block: 1.875rem;
    padding-left: 4.75rem;
    margin-top: initial;
    max-width: 40rem;
  }
}

.trouble__list-item {
  border-bottom: 2px dotted #DDDDDD;
  position: relative;
  font-size: 1rem;
  padding-left: 1.5625rem;
  line-height: 1.7222222222;
  font-weight: 500;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 81%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .trouble__list-item {
    width: 100%;
    max-width: 32.5rem;
    padding-left: 3.125rem;
    font-size: 1.125rem;
    padding-bottom: 1rem;
    margin-inline: initial;
  }
}

.trouble__list-item:not(:first-child) {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .trouble__list-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}

.trouble__list-item::before {
  content: "";
  background-image: url(../images/icon-check.svg);
  background-size: cover;
  position: absolute;
  width: 1rem;
  height: 0.75rem;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .trouble__list-item::before {
    width: 1.75rem;
    height: 1.25rem;
    left: 0.625rem;
  }
}

/*機器の説明*/
.product {
  overflow: hidden;
}

.product__head {
  background-color: #FFF;
  padding-block: 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__head {
    padding-block: 1.0625rem;
  }
}

.product__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .product__text {
    font-size: 2rem;
    letter-spacing: initial;
  }
}

.product__triangle {
  z-index: 10;
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0; /* 三角形の幅はborderで定義するため、widthは0に */
  height: 0; /* 同様に、heightも0にする */
  border-left: 20px solid transparent; /* 左側の透明な部分（半分の幅） */
  border-right: 20px solid transparent; /* 右側の透明な部分（半分の幅） */
  border-top: 12px solid #FFF; /* 三角形の下辺部分として高さ23pxの白色 */
}
@media screen and (min-width: 768px) {
  .product__triangle {
    width: 0; /* 三角形の幅はborderで定義するため、widthは0に */
    height: 0; /* 同様に、heightも0にする */
    border-left: 34px solid transparent; /* 左側の透明な部分（半分の幅） */
    border-right: 34px solid transparent; /* 右側の透明な部分（半分の幅） */
    border-top: 24px solid #FFF; /* 三角形の下辺部分として高さ23pxの白色 */
  }
}

.product__container {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.product__main {
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product__main {
    top: 16%;
  }
}

.product__top {
  margin-inline: auto;
  max-width: 21.6875rem;
}
@media screen and (min-width: 768px) {
  .product__top {
    width: 37%;
    max-width: 37rem;
  }
}

.product__main-catch {
  margin-inline: auto;
  min-width: 21.875rem;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .product__main-catch {
    width: 37%;
    max-width: 44.1875rem;
    margin-top: initial;
  }
}

.product__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__left,
.product__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.5625rem;
  padding-top: 21.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .product__left,
  .product__right {
    padding-top: 7.25rem;
    padding-bottom: 1.875rem;
  }
}

.product__left {
  background-color: #F7DF77;
}

.product__right {
  background-color: #BBE5EF;
}

.product__image {
  width: 61%;
  z-index: 10;
  min-width: 7.125rem;
}
@media screen and (min-width: 768px) {
  .product__image {
    width: 100%;
    max-width: 18.75rem;
  }
}

.product__wrap-bottom {
  position: absolute;
  bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding-block: 0.5rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: center;
  text-shadow: 4px 4px 6px rgb(255, 255, 255), -4px -4px 6px rgb(255, 255, 255), 4px -4px 6px rgb(255, 255, 255), -4px 4px 6px rgb(255, 255, 255); /* 左下方向の白い影 */
}
@media screen and (min-width: 768px) {
  .product__wrap-bottom {
    padding-block: 1rem;
    font-size: 2rem;
  }
}

.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__bottom-left,
.product__bottom-right {
  color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.875rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .product__bottom-left,
  .product__bottom-right {
    font-size: 5rem;
    line-height: 1.75;
  }
}

.product__bottom-left {
  background-color: #EFB75F;
}

.product__bottom-right {
  background-color: #92CFF4;
}

/*クレーター肌の説明*/
.crater {
  padding-top: 5.5rem;
  padding-bottom: 3.75rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .crater {
    padding-top: 7.25rem;
    padding-bottom: 6rem;
  }
}

.crater__inner {
  text-align: center;
}

.crater__wrap {
  display: inline-block;
}

.crater__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .crater__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.6875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.375rem;
  }
}

.crater__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .crater__left {
    max-width: 33.625rem;
  }
}

.crater__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.625;
  max-width: 25rem;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .crater__text {
    font-size: 1rem;
    margin-inline: initial;
    max-width: 100%;
  }
}

.crater__box {
  margin-top: 2.0625rem;
  -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.3);
          box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.3);
  background-color: #FCFCFC;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-block: 1.1875rem;
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .crater__box {
    max-width: 100%;
    margin-top: 4.125rem;
    padding-block: 2.375rem;
  }
}

.crater__box-text {
  font-weight: 500;
  line-height: 1.8571428571;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .crater__box-text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.crater__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-block: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .crater__circle {
    margin-block: 1.1875rem;
    gap: 1.5rem;
  }
}

.crater__circle-left,
.crater__circle-right {
  position: relative;
}

.crater__circle-image {
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .crater__circle-image {
    aspect-ratio: 1/1;
    max-width: 100%;
  }
}

.crater__circle-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .crater__circle-text {
    font-size: 1.125rem;
  }
}

.crater__circle-text span {
  font-size: 1.75rem;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px) {
  .crater__circle-text span {
    font-size: 2.0625rem;
  }
}

.crater__circle-between {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .crater__circle-between {
    font-size: 2.875rem;
    line-height: 1.7608695652;
  }
}

.crater__right {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .crater__right {
    margin-inline: initial;
  }
}

.crater__image {
  max-width: 29.625rem;
  aspect-ratio: 474/412;
}

/*機器の比較*/
.contrast {
  background-image: url(../images/contrast-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .contrast {
    padding: 6.25rem 0 8.5625rem;
  }
}

.contrast-top {
  margin-inline: auto;
  max-width: 19.125rem;
  aspect-ratio: 306/137;
}
@media screen and (min-width: 768px) {
  .contrast-top {
    max-width: 32rem;
    aspect-ratio: 512/130;
  }
}

.contrast__box {
  background-color: #FCFCFC;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(204, 204, 204, 0.3));
  margin-inline: auto;
  padding-block: 1.25rem;
  padding-inline: 0.9375rem;
  max-width: 20.3125rem;
  position: relative;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .contrast__box {
    max-width: 54.375rem;
    padding-block: 2.5rem;
    margin-top: 0.9375rem;
  }
}

.contrast__box::before {
  background-color: #FCFCFC;
  content: "";
  height: 14px;
  position: absolute;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .contrast__box::before {
    height: 23px;
    width: 52px;
  }
}

/* 吹き出し下 */
.contrast__box-triangle::before {
  bottom: -14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contrast__box-triangle::before {
    bottom: -20px;
  }
}

.crater-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .crater-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contrast__box-left,
.contrast__box-right {
  position: relative;
}

.contrast__image {
  max-width: 17.1875rem;
}
@media screen and (min-width: 768px) {
  .contrast__image {
    max-width: 22.5rem;
  }
}

.contrast__box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.contrast__box-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contrast__box-text {
    margin-top: 2.5rem;
    font-size: 1.375rem;
  }
}

.contrast__box-text--wide {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .contrast__box-text--wide {
    font-size: 2.75rem;
  }
}

.contrast__box-text--middle {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contrast__box-text--middle {
    font-size: 1.9375rem;
  }
}

.contrast__box-between {
  font-weight: 300;
  line-height: 1.7666666667;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contrast__box-between {
    font-size: 3.75rem;
  }
}

.contrast__catch {
  margin-top: 3.1875rem;
  aspect-ratio: 931/211;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contrast__catch {
    margin-top: 5.8125rem;
    max-width: 58.1875rem;
  }
}

.contrast__table {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contrast__table {
    margin-top: 3.25rem;
  }
}

/*トライフィルプロとポテンツァ*/
.about-product {
  background-color: #EFB75F;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .about-product {
    padding-top: 9.8125rem;
    padding-bottom: 11.875rem;
  }
}

.about-product__inner {
  text-align: center;
}

.about-product.about-product--blue {
  background-color: #ACDEEB;
}

.about-product__wrap {
  display: inline-block;
}

.about-product__catch {
  color: #FFF;
}

.about-product__catch span {
  border-bottom: 0.25rem dotted #fff;
}

.about-product__box {
  background-color: #FFF;
  padding-top: 2.75rem;
  padding-top: 3.125rem;
  margin-top: 3rem;
  width: 100%;
  padding-bottom: 3.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about-product__box {
    padding-top: 5.375rem;
    padding-bottom: 12.9375rem;
    margin-top: 6rem;
    max-width: 67.5rem;
  }
}

.about-product__box-container {
  margin-inline: auto;
  width: 97%;
}
@media screen and (min-width: 768px) {
  .about-product__box-container {
    max-width: 57.0625rem;
    width: 100%;
  }
}

.about-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-product__top {
    gap: 0.8125rem;
  }
}

.about-product__box-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #EFB75F;
  border-bottom: 0.25rem dotted #ddd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-product__box-catch {
    font-size: 2rem;
    padding-bottom: 0.3125rem;
    margin-inline: initial;
  }
}

.about-product__box-catch.about-product__box-catch--blue {
  color: #92CFF4;
}

.about-product__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  width: 85%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about-product__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    width: 100%;
    margin-inline: initial;
  }
}

.about-product__text.about-product__text--blue {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .about-product__text.about-product__text--blue {
    margin-top: 0.8125rem;
    max-width: 35.3125rem;
  }
}

.about-product__text--blue span {
  color: #92CFF4;
}

.about-product__point {
  border: 3px dotted #EFB75F;
  margin-top: 1.5625rem;
  padding: 0.5rem 0 0.9375rem 1rem;
  position: relative;
  max-width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-product__point {
    max-width: 28.3125rem;
    margin-top: 3.125rem;
    padding: 1.0625rem 0 1.875rem 2rem;
    width: 100%;
    margin-inline: initial;
  }
}

.about-product__point.about-product__point--blue {
  border: 3px dotted #92CFF4;
}

.about-product__point-head {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #EFB75F;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about-product__point-head {
    font-size: 1.5rem;
  }
}

.about-product__point-head.about-product__point-head--blue {
  color: #92CFF4;
}

.about-product__point-list {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .about-product__point-list {
    margin-top: 0.75rem;
  }
}

.about-product__point-item {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-product__point-item {
    font-size: 1rem;
  }
}

.about-product__point-item::before {
  position: absolute;
  content: "";
  background-color: #555;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.25rem;
  width: 3px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .about-product__point-item::before {
    width: 5px;
    height: 5px;
  }
}

.about-product__image.sp-only {
  max-width: 18.75rem;
  margin-inline: auto;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .about-product__image.pc-only {
    max-width: 22.1875rem;
  }
}

.about-product__sub02 {
  font-weight: 500;
  font-size: 1rem;
}

.about-product__sub02:first-child {
  margin-top: 2.375rem;
}

@media screen and (min-width: 768px) {
    .about-product__sub02:first-child {
  margin-top: 4.875rem;
}
  }

.about-product__sub {
  margin-top: 2.375rem;
  padding-left: 0.9375rem;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .about-product__sub {
    margin-top: 4.8125rem;
    padding-left: 1.0625rem;
  }
}

.about-product__sub::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.about-product__sub--orange::before {
  background-image: url(../images/icon-o.svg);
}

.about-product__sub--blue::before {
  background-image: url(../images/icon-b.svg);
}

.about-product__table {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about-product__table {
    margin-top: 1.875rem;
  }
}

.about-product__middle {
  margin-top: 3.125rem;
  background-color: #FFF4E3;
  margin-inline: auto;
  padding-block: 1.125rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .about-product__middle {
    margin-top: 6.25rem;
    max-width: 40.625rem;
    padding-block: 2.25rem;
    width: 100%;
  }
}

.about-product__middle-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .about-product__middle-text {
    font-size: 1.125rem;
  }
}

.about-product__middle-text--bold {
  font-weight: 700;
}

.about-product__middle-text--line {
  border-bottom: 0.5px solid #555;
  margin-inline: 0.5em;
}

.about-product__middle-text:not(:last-child) {
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .about-product__middle-text:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}

.about-product__arrow {
  max-width: 1.5625rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-product__arrow {
    max-width: 3.125rem;
    margin-bottom: 1rem;
  }
}

.about-product__text-middle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 1.8125rem;
  margin-inline: auto;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .about-product__text-middle {
    font-size: 0.875rem;
    margin-top: 3.5625rem;
    max-width: 47.6875rem;
  }
}

.about-product__text-middle span {
  color: #FFA500;
}

.about-product__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 0.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-product__flow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    margin-top: 1.75rem;
    /* width: 100%; */
  }
}

.about-product__flow-wrap02 {
  display: flex;
  align-items: flex-start;
  gap: 0.3125rem;
}

  @media screen and (min-width: 768px) {
.about-product__flow-wrap02{
  align-items: center;
  gap: 1.5rem;
}
  }

.about-product__flow-wrap--.about-product__flow-wrap--blue {
  gap: 0.625rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .about-product__flow-wrap--.about-product__flow-wrap--blue {
    gap: 1.25rem;
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .about-product__flow-wrap.about-product__flow-wrap--blue .about-product__flow-image {
    max-width: 8.1875rem;
  }
}

.about-product__flow-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-product__flow-image {
    max-width: 11.25rem;
    position: relative;
  }
}

.about-product__flow-image.about-product__flow-image--last {
  width: 45%;
}

.about-product__flow-text {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .about-product__flow-text {
    position: absolute;
    margin-top: 0.8125rem;
    font-size: 0.875rem;
  }
}

.about-product__flow-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-product__flow-arrow {
  max-width: 0.75rem;
  width: 100%;
  margin-top: 17%;
}
@media screen and (min-width: 768px) {
  .about-product__flow-arrow {
    margin-top: 3%;
  }
}

.about-product__after {
  text-align: center;
}

.about-product__after-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-top: 3.75rem;
  width: 97%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about-product__after-wrap {
    gap: 5rem;
    margin-top: 3.5625rem;
    width: 100%;
  }
}

.about-product__after-card {
  background-color: #F2F2F2;
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  aspect-ratio: 250/350;
}
@media screen and (min-width: 768px) {
  .about-product__after-card {
    max-width: 15.625rem;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.about-product__after-card.about-product__after-card--blue {
  background-color: #E6F9FF;
}

.about-product__after-image {
  aspect-ratio: 180/240;
  margin-inline: auto;
  width: 72%;
}
@media screen and (min-width: 768px) {
  .about-product__after-image {
    max-width: 11.25rem;
    width: 100%;
  }
}

.about-product__after-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-product__after-main {
  text-align: center;
  line-height: 1.3125;
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about-product__after-main {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.about-product__after-sub {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about-product__after-sub {
    font-size: 0.875rem;
  }
}

/*クレーター肌の終わり*/
.crater-end {
  background-image: url(../images/crater-end-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0 4.5rem;
}
@media screen and (min-width: 768px) {
  .crater-end {
    padding: 6.375rem 0 9rem;
  }
}

.crater-end__box {
  background-color: #FFF;
  padding-top: 2.625rem;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .crater-end__box {
    padding-top: 5.3125rem;
    padding-bottom: 6.6875rem;
  }
}

.crater-end__top {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.875;
}
@media screen and (min-width: 768px) {
  .crater-end__top {
    font-size: 1.5rem;
  }
}

.crater-end__wrap {
  margin-top: 1.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .crater-end__wrap {
    margin-top: 4.375rem;
    width: 100%;
  }
}

.crater-end__container {
  width: 97%;
  margin-top: 2.4375rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .crater-end__container {
    max-width: 56.25rem;
    width: 100%;
    margin-top: 6.5rem;
  }
}

.crater-end__middle {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.1818181818;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .crater-end__middle {
    font-size: 2rem;
    line-height: 1.53125;
  }
}

.crater-end__middle--dot {
  position: relative;
  display: inline-block;
}

.crater-end__middle--dot::before,
.crater-end__middle--dot::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.5625rem;
  top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .crater-end__middle--dot::before,
  .crater-end__middle--dot::after {
    width: 1.625rem;
    height: 2.3125rem;
    top: 0.625rem;
  }
}

.crater-end__middle--dot::before {
  background-image: url(../images/line-l-s.svg);
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .crater-end__middle--dot::before {
    left: -3.125rem;
  }
}

.crater-end__middle--dot::after {
  background-image: url(../images/line-r-s.svg);
  right: -1.875rem;
}
@media screen and (min-width: 768px) {
  .crater-end__middle--dot::after {
    right: -3.125rem;
  }
}

.crater-end__middle-main {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .crater-end__middle-main {
    margin-top: 3.9375rem;
    font-size: 2.9375rem;
    line-height: 1.35;
  }
}

.crater-end__middle-dot {
  background-image: radial-gradient(circle at center, #EFB75F 15%, transparent 15%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.5em; /* 点の間隔とサイズ調整 */
  padding-top: 0.375rem; /* 縦方向の位置調整 */
}

.crater-end__catch {
  aspect-ratio: 890/106;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .crater-end__catch {
    max-width: 55.625rem;
    margin-top: 3.75rem;
  }
}

.crater-end__catch__sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.9565217391;
  text-align: center;
  margin-top: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .crater-end__catch__sub {
    font-size: 2.8125rem;
    margin-top: -2.1875rem;
  }
}

.crater-end__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .crater-end__images {
    gap: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.625rem;
  }
}

.crater-end__image {
  aspect-ratio: 420/280;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .crater-end__image {
    max-width: 26.25rem;
    width: 100%;
  }
}

.crater-end__table {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .crater-end__table {
    margin-top: 5rem;
  }
}

.bottom-box {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .bottom-box {
    margin-top: 8rem;
  }
}

.point02 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .point02 {
    max-width: 56.25rem;
  }
}

.point02__list {
  padding-block: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
}
@media screen and (min-width: 768px) {
  .point02__list {
    padding-block: 2.8125rem;
  }
}

.point02__item {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  padding-left: 2rem;
  position: relative;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .point02__item {
    font-size: 1.625rem;
    line-height: 1.7307692308;
    padding-left: 5.375rem;
    max-width: 45.5rem;
    width: 100%;
  }
}

.point02__item:not(:first-child) {
  margin-top: 0.6875rem;
  border-top: 2px dotted #DBDBDB;
  padding-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .point02__item:not(:first-child) {
    margin-top: 1.375rem;
    padding-top: 1.125rem;
  }
}

.point02__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .point02__item::before {
    width: 2.4375rem;
    height: 1.75rem;
    left: 1.25rem;
  }
}

.point02__item:not(:first-child):before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.8rem;
  left: 0.5rem;
  top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .point02__item:not(:first-child):before {
    width: 2.4375rem;
    height: 1.75rem;
    left: 1.25rem;
    top: 2.5rem;
  }
}


/*料金*/
.price {
  padding-block: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding-block: 7.0625rem;
  }
}

.price__inner {
  text-align: center;
}

.price__head {
  display: inline-block;
  margin-inline: auto;
}

.price__box {
  width: 80%;
  text-align: left;
  margin-inline: auto;
  padding-block: 1.5rem;
  border: 3px solid #FCEFDE;
  padding-inline: 0.625rem;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .price__box {
    width: 100%;
    max-width: 28.3125rem;
    padding-left: 3.625rem;
    padding-right: initial;
    margin-top: 4.625rem;
  }
}

.price__box-item {
  padding-left: 1rem;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price__box-item {
    padding-left: 1.25rem;
    font-size: 1rem;
  }
}

.price__box-item::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(../images/icon-o.svg);
}

.price__box-item:not(:first-child) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .price__box-item:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.price__box-item--small {
  text-align: left;
  padding-left: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price__box-item--small {
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
}

.price__items {
  margin-top: 2.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .price__items {
    margin-top: 4.375rem;
    max-width: 56.25rem;
  }
}

.price__item:not(:first-child) {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price__item:not(:first-child) {
    margin-top: 5.125rem;
  }
}

.price__box-bottom {
  margin-inline: auto;
  border: 3px solid #FCEFDE;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.25rem;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__box-bottom {
    max-width: 56.25rem;
    padding-block: 2.0625rem;
    margin-top: 6.125rem;
  }
}

.price__box-bottom-text,
.price__box-bottom-text02 {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .price__box-bottom-text,
  .price__box-bottom-text02 {
    font-size: 0.875rem;
  }
}

.price__box-bottom-text {
  padding-left: 1em;
  text-indent: -1em;
}

.price__box-bottom-text02 {
  padding-left: 1em;
}

.price__box-bottom-text:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price__box-bottom-text:not(:first-child) {
    margin-top: 1.3125rem;
  }
}

/*料金表*/
.price-table {
  border-collapse: collapse;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price-table {
    max-width: 56.25rem;
  }
}

.price-table__head {
  padding-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .price-table__head {
    padding-block: 1.875rem;
  }
}

.price-table__left,
.price-table__cell {
  padding-block: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price-table__left,
  .price-table__cell {
    padding-block: 1.5rem;
  }
}

.price-table__head,
.price-table__left {
  color: #FFF;
}

.price-table__head,
.price-table__left,
.price-table__cell {
  text-align: center;
  font-size: 0.875rem;
  padding-inline: 0.0625rem;
  font-weight: 500;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .price-table__head,
  .price-table__left,
  .price-table__cell {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.price-table__left span {
  font-size: 0.75rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .price-table__left span {
    font-size: 0.875rem;
  }
}

.price-table__head {
  background-color: #84745E;
}

.price-table__head span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price-table__head span {
    font-size: 1.125rem;
  }
}

.price-table__left {
  background-color: #EFB75F;
}

.price-table__head.price-table__head--red {
  font-size: 0.875rem;
  background-color: #AF002E;
}
@media screen and (min-width: 768px) {
  .price-table__head.price-table__head--red {
    font-size: 1.375rem;
    line-height: 1.0909090909;
  }
}

.price-table__cell {
  background-color: #FCEFDE;
}

.price-table__cell.price-table__cell--red {
  color: #AF002E;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .price-table__cell.price-table__cell--red {
    font-size: 1.375rem;
  }
}

.price-table__head,
.price-table__cell,
.price-table__left {
  border: 1px solid #FFF;
}

.price__text {
  -moz-text-align-last: left;
       text-align-last: left;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .price__text {
    font-size: 1rem;
    margin-top: 0.75rem;
    line-height: 1.75;
  }
}

.price-table__head.price-table__head--left {
  text-align: left;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-table__head.price-table__head--left {
    padding-left: 2.5rem;
  }
}

/*副作用*/
.side-effects {
  background-color: #FFF4E3;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .side-effects {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.side-effects__box01 {
  background-color: #FFF;
  margin-inline: auto;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .side-effects__box01 {
    max-width: 56.25rem;
    padding-top: 3.6875rem;
    padding-bottom: 4.8125rem;
  }
}

.side-effects__heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .side-effects__heading {
    font-size: 2rem;
    line-height: 2.0909090909;
  }
}

.side-effects__content01 {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .side-effects__content01 {
    margin-top: 4.25rem;
  }
}

.side-effects__wrap01 {
  width: 83%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .side-effects__wrap01 {
    max-width: 46.875rem;
    width: 100%;
  }
}

.side-effects__wrap01:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .side-effects__wrap01:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.side-effects__content-head {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .side-effects__content-head {
    font-size: 1.125rem;
  }
}

.side-effects__content-sub {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  border-top: 3px dotted #DDD;
  padding-top: 0.3125rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .side-effects__content-sub {
    font-size: 0.875rem;
    padding-top: 0.625rem;
    margin-top: 0.4375rem;
  }
}

.side-effects__box02 {
  background-color: #FFF;
  margin-inline: auto;
  margin-top: 3.125rem;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .side-effects__box02 {
    max-width: 56.25rem;
    margin-top: 6.25rem;
    padding-top: 3.8125rem;
    padding-bottom: 4.9375rem;
  }
}

.side-effects__content02 {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .side-effects__content02 {
    margin-top: 2.9375rem;
  }
}

.side-effects__wrap02 {
  width: 83%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .side-effects__wrap02 {
    max-width: 46.875rem;
    width: 100%;
  }
}

.side-effects__wrap02:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .side-effects__wrap02:not(:first-child) {
    margin-top: 2rem;
  }
}

.side-effect__content-cats {
  border-left: 2px dotted #DDD;
  margin-top: 0.4375rem;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .side-effect__content-cats {
    padding-block: 0.1875rem;
    margin-top: 0.875rem;
    padding-left: 1.5rem;
    margin-left: 2em;
  }
}

.side-effects__content-cat {
  background-color: #EFB75F;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFF;
  padding: 0.1875rem 0.625rem 0.3125rem;
  display: inline-block;
  border-radius: 16px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .side-effects__content-cat {
    padding: 0.1875rem 1.125rem 0.3125rem;
    font-size: 1rem;
    margin-top: initial;
  }
}

.side-effects__wrap02-text {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .side-effects__wrap02-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.side-effect__content-cats span:not(:first-child) {
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .side-effect__content-cats span:not(:first-child) {
    margin-left: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .cats-box {
    margin-top: 0.4375rem;
  }
}

/*施術対象外*/
.not-applicable {
  background-color: #EFB75F;
  padding-block: 4.25rem;
}
@media screen and (min-width: 768px) {
  .not-applicable {
    padding-block: 8.5625rem;
  }
}

.not-applicable__box {
  margin-inline: auto;
  background-color: #FFF;
  border-radius: 12px;
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .not-applicable__box {
    max-width: 56.25rem;
    padding-top: 3.1875rem;
    padding-bottom: 3.875rem;
  }
}

.not-applicable__content {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .not-applicable__content {
    max-width: 43.75rem;
    width: 100%;
  }
}

.not-applicable__heading {
  text-align: center;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .not-applicable__heading {
    font-size: 2rem;
    width: 100%;
  }
}

.not-applicable__heading span {
  color: #EFB75F;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .not-applicable__heading span {
    font-size: 2.5rem;
  }
}

.not-applicable__list {
  margin-inline: auto;
  margin-top: 1rem;
  width: 87%;
}
@media screen and (min-width: 768px) {
  .not-applicable__list {
    max-width: 31.25rem;
    margin-top: 2rem;
    width: 100%;
  }
}

.not-applicable__item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .not-applicable__item {
    font-size: 1rem;
    padding-left: 1.6875rem;
  }
}

.not-applicable__item::before {
  content: "";
  background-image: url(../images/icon-o.svg);
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.not-applicable__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .not-applicable__item:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

.not-applicable__bottom {
  margin-top: 1.25rem;
  background-color: #FFF4E3;
  padding-block: 0.625rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .not-applicable__bottom {
    margin-top: 2.6875rem;
    padding-block: 1.25rem;
  }
}

.not-applicable__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
  width: 90%;
  margin-inline: auto;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .not-applicable__content-text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    max-width: 39.375rem;
  }
}

.not-applicable__content-text:not(:first-child) {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .not-applicable__content-text:not(:first-child) {
    margin-top: 0.5rem;
  }
}

/*施術の流れ*/
.treatment-flow {
  background-color: #FFF;
  padding-top: 4.6875rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .treatment-flow {
    padding-top: 5.625rem;
    padding-bottom: 7.625rem;
  }
}

.treatment-flow__container {
  margin-inline: auto;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .treatment-flow__container {
    max-width: 54.375rem;
    margin-top: 6.5625rem;
    gap: 1.9375rem;
    width: 100%;
  }
}

.treatment-flow__movie {
  margin-top: 2.75rem;
  margin-inline: auto;
  aspect-ratio: 900/509;
}
@media screen and (min-width: 768px) {
  .treatment-flow__movie {
    margin-top: 5.5625rem;
    max-width: 56.25rem;
    width: 100%;
  }
}

.treatment-flow__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

/*施術のステップ*/
.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.75rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-shadow: 0 0 6px rgba(204, 204, 204, 0.3);
          box-shadow: 0 0 6px rgba(204, 204, 204, 0.3);
  width: 100%;
  padding-inline: 0.9375rem;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .flow-step {
    gap: 5.5rem;
    padding-inline: 1.875rem;
    padding-bottom: 2.25rem;
    padding-top: initial;
  }
}

.flow-step__tag {
  text-transform: uppercase;
  color: #7DB7E2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .flow-step__tag {
    font-size: 1.5rem;
  }
}

.flow-step__tag span {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow-step__tag span {
    font-size: 3.75rem;
  }
}

.flow-step__tag::after {
  position: absolute;
  background-image: url(../images/treatment-flow-b.svg);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 5.5rem;
  height: 1.1875rem;
  top: 50%;
  left: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow-step__tag::after {
    width: 10.9375rem;
    height: 2.3125rem;
    top: 50%;
    left: -1.875rem;
  }
}

.flow-step__head {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .flow-step__head {
    font-size: 1.75rem;
  }
}

.flow-step__text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .flow-step__text {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
}

.flow-step__next {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  max-width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow-step__next {
    max-width: 1.0625rem;
  }
}

.flow-step__next img {
  height: 100%;
}

/*よくある質問*/
.qa {
  background-color: #EBF8FF;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 4.25rem;
    padding-bottom: 6.125rem;
  }
}

.qa__container {
  margin-inline: auto;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .qa__container {
    max-width: 53.5rem;
    margin-top: 4.75rem;
  }
}

.qa__box {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
          box-shadow: 0 0 5px rgba(204, 204, 204, 0.3);
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .qa__box {
    padding-left: 3.0625rem;
    padding-bottom: 1.625rem;
    padding-left: 1.5rem;
  }
}

.qa__box:not(:first-child) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .qa__box:not(:first-child) {
    margin-top: 1.8125rem;
  }
}

.qa__question,
.qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .qa__question,
  .qa__answer {
    gap: 1.375rem;
    max-width: 46.75rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: initial;
  }
}

.qa__question {
  border-bottom: 3px dotted #ddd;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__question {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.qa__head {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .qa__head {
    font-size: 2.5rem;
  }
}

.qa__head.qa__head-blue {
  color: #7DB7E2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__head.qa__head-blue {
    text-align: left;
  }
}

.qa__question-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7777777778;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .qa__question-text {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
}

.qa__answer-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa__answer-text {
    font-size: 1rem;
    padding-top: 1.8125rem;
  }
}

.qa__answer-blue {
  font-weight: 500;
  color: #7DB7E2;
}

/*監修者リストのアコーディオン*/
.accordion {
  width: 100%;
}

.accordion__container {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion__container {
    margin-top: 1.1875rem;
  }
}

.accordion__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accordion__item:not(:first-child) {
    margin-top: 1rem;
  }
}

.accordion__title {
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  border-bottom: 0.5px solid #ddd;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 0.875rem;
    padding-bottom: 0.375rem;
  }
}

.accordion__title::after {
  position: absolute;
  content: "+";
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  font-size: 0.875rem;
  color: #EFB75F;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  line-height: 1.8571428571;
}

.accordion__title.is-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.accordion__content {
  display: none;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    margin-top: 0.6875rem;
  }
}

.accordion__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .accordion__text {
    font-size: 0.875rem;
  }
}

/*監修者リスト*/
.docter-list {
  background-color: #FFF;
  padding-top: 4.875rem;
  padding-bottom: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .docter-list {
    padding-top: 6.0625rem;
    padding-bottom: 7.875rem;
  }
}

.docter-list__items {
  margin-top: 3.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .docter-list__items {
    margin-top: 6.5625rem;
    max-width: 56.25rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    row-gap: 4rem;
  }
}

.docter-list__item {
  padding-inline: 0.3125rem;
}
/*監修者リスト*/
.list-item {
  border: 3px solid #FCEFDE;
  padding-top: 1rem;
  padding-bottom: 1.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list-item {
    max-width: 26.25rem;
    padding-top: 2rem;
    padding-bottom: 2.8125rem;
  }
}

.list-item__image {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .list-item__image {
    aspect-ratio: 350/353;
    max-width: 21.875rem;
  }
}

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

.list-item__image,
.list-item__body {
  width: 95%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .list-item__image,
  .list-item__body {
    width: 100%;
  }
}

.list-item__body {
  margin-top: 0.6875rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-item__body {
    max-width: 21.875rem;
    margin-top: 1.4375rem;
  }
}

.list-item__body-icon {
  position: absolute;
  max-width: 1.5625rem;
  right: 0;
  top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .list-item__body-icon {
    max-width: 2.5rem;
    top: 0.375rem;
  }
}

.list-item__position {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .list-item__position {
    font-size: 0.875rem;
  }
}

.list-item__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .list-item__name {
    font-size: 1.125rem;
    margin-top: 0.1875rem;
  }
}

.list-item__name span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: #bbb;
}
@media screen and (min-width: 768px) {
  .list-item__name span {
    font-size: 0.875rem;
  }
}

.list-item__specialty {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .list-item__specialty {
    margin-top: 1.875rem;
  }
}

.list-item__specialty-head {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  border-bottom: 0.5px solid #ddd;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .list-item__specialty-head {
    font-size: 0.875rem;
    padding-bottom: 0.375rem;
  }
}

.list-item__specialty-cat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #EFB75F;
  margin-left: 0.625rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .list-item__specialty-cat {
    font-size: 0.875rem;
    margin-left: 0.875rem;
    margin-top: 0.4375rem;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    row-gap: 0.1875rem;
  }
}

.list-item__accordion {
  bottom: 0;
}

.list-item__career {
  margin-inline: auto;
  width: 90%;
}

.list-item__career-row {
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .list-item__career-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0.5625rem;
  }
}

.list-item__career-row:not(:first-child) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .list-item__career-row:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.list-item__career-row dt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .list-item__career-row dt {
    font-size: 1rem;
    width: 23%;
  }
}

.list-item__career-row dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .list-item__career-row dd {
    font-size: 0.875rem;
    width: 77%;
  }
}

/*アクセス*/
.access {
  background: #BDBDBD;
  padding-block: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access {
    background-image: url(../images/access-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 3.75rem;
  }
}

.access__box {
  margin-inline: auto;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.8705882353);
  width: 100%;
  padding-top: 2.125rem;
  padding-bottom: 2.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__box {
    max-width: 56.25rem;
    background: #FFF;
    padding-top: 4.0625rem;
    padding-bottom: 4.75rem;
  }
}

.access__item:not(:first-child) {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .access__item:not(:first-child) {
    margin-top: 5.3125rem;
  }
}

.access__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .access__item-head {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.access__item-head img {
  max-width: 5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__item-head img {
    max-width: 10rem;
  }
}

.access__item-head-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access__item-name {
  margin-left: 0.1875rem;
  line-height: 1.625;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .access__item-name {
    margin-left: 0.4375rem;
    line-height: 1.625;
    font-size: 1rem;
  }
}

.access__item-head__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .access__item-head__label {
    margin-top: 0;
    margin-left: 0.75rem;
  }
}

.access__main {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .access__main {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
}

.access__map {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 100%;
    margin-top: 1.5625rem;
    font-size: 0.9375rem;
  }
}

.access__btn {
  position: relative;
  border: 2px solid #B9B7B7;
  color: #555;
  padding-block: 0.6875rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7333333333;
  letter-spacing: 0.12em;
  display: inline-block;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .access__btn {
    width: 40.625rem;
    max-width: 100%;
    padding-block: 1.375rem;
    font-size: 0.9375rem;
  }
}

.access__btn:hover {
  border-color: #000;
}

.access__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.125rem;
  background-image: url(../images/arrow-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.75rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .access__btn::after {
    right: 35%;
    width: 0.625rem;
    height: 0.75rem;
  }
}

/*フッター*/
.footer {
  background-color: #EFB75F;
  padding: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1.25rem;
  }
}

.footer__copy {
  line-height: 1.8571428571;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FFF;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}

/*機器の比較表*/
.table {
  border-collapse: collapse;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table {
    max-width: 56.25rem;
  }
}

.table__head,
.table__left {
  text-align: center;
  color: #FFF;
  padding-block: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-inline: 0.0625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .table__head,
  .table__left {
    font-size: 1.25rem;
    max-width: 14rem;
    padding-block: 1rem;
  }
}

.table__head {
  background-color: #8E8E8E;
  width: 22%;
}

.table__head.table__head--blue {
  background-color: #7DB7E2;
}

.table__left {
  background-color: #BBBBBB;
  width: 35%;
}

.table__left.table__left--orange {
  background-color: #EFB75F;
}

.table__left.table__left--blue {
  background-color: #96D0D6;
}

.table__cell {
  background-color: #FCFCFC;
}

.table__orange {
  background-color: #FCEFDE;
}

.table__blue {
  background-color: #EBF8FF;
}

.table__red {
  border: 2px solid #AF002E;
}
@media screen and (min-width: 768px) {
  .table__red {
    border: 3px solid #AF002E;
  }
}

.table__left.table__left--orange {
  background-color: #EFB75F;
}

.table__left.table__left--blue {
  background-color: #96D0D6;
}

.table__head,
.table__cell,
.table__left,
.table__orange,
.table__blue {
  border: 1px solid #FFF;
}

.table__cell,
.table__orange,
.table__blue {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table__cell,
  .table__orange,
  .table__blue {
    font-size: 1.375rem;
  }
}

.table__cell--wide {
  font-weight: 700;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .table__cell--wide {
    font-size: 1.875rem;
  }
}

.table__cell--red {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #AF002E;
}
@media screen and (min-width: 768px) {
  .table__cell--red {
    font-size: 1.875rem;
  }
}

/*電話予約リンクのモーダル*/
.campaign-modal__open {
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.campaign-modal__wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}

.campaign_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.campaign-modal__window {
  margin: 0 auto;
  max-width: 700px;
  z-index: 1;
  overflow-y: scroll;
  background-color: #000;
  padding: 20px;
  height: 75svh;
  width: 79%;
}
@media screen and (min-width: 768px) {
  .campaign-modal__window {
    padding: 50px 20px;
    width: 79%;
    height: 55vh;
  }
}

.campaign-modal__content {
  margin: 0 auto;
}

.is_open, .is_open {
  overflow: hidden;
}

.campaign-modal__wrap.is_open {
  -webkit-animation: campaign-modal__wrap_open 0.5s ease forwards;
          animation: campaign-modal__wrap_open 0.5s ease forwards;
}

.campaign-modal__wrap.is_open .campaign-modal__window {
  -webkit-animation: campaign-modal__window_open 0.5s ease forwards;
          animation: campaign-modal__window_open 0.5s ease forwards;
}

.campaign-modal__wrap.is_close {
  -webkit-animation: campaign-modal__wrap_close 0.5s ease forwards;
          animation: campaign-modal__wrap_close 0.5s ease forwards;
}

.campaign-modal__wrap.is_close .campaign-modal__window {
  -webkit-animation: campaign-modal__window_close 0.5s ease forwards;
          animation: campaign-modal__window_close 0.5s ease forwards;
}

@-webkit-keyframes campaign-modal__wrap_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}

@keyframes campaign-modal__wrap_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@-webkit-keyframes campaign-modal__window_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes campaign-modal__window_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes campaign-modal__wrap_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes campaign-modal__wrap_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes campaign-modal__window_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes campaign-modal__window_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
}
.campaign-contect__block {
  margin-top: 30px;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.campaign-contect__box {
  text-align: center;
}

.campaign-content__box img {
  width: 100%;
}

.campaign_modal_close {
  z-index: 300;
  position: absolute;
  color: #000;
  font-size: 30px;
  top: 6px;
  right: 15px;
  cursor: pointer;
  font-weight: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .campaign_modal_close {
    font-size: 50px;
    right: 20px;
  }
}

.modal-tel-link {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .modal-tel-link {
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}

.sp-header__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.375rem 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 0.1875rem;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  text-align: center;
}

.sp-header__store {
  color: #727171;
  font-size: 0.75rem;
  border: 1px solid #B9B7B7;
  max-width: 6.25rem;
  padding: 0.0625rem 0.8125rem;
  font-weight: 400;
}

/*メニューをページ下部に固定*/
.sp-fixed {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  z-index: 200;
}

.sp-fixed__comment {
  max-width: 21.875rem;
  margin-inline: auto;
}

.sp-fixed__items.hidden {
  display: none;
}

.sp-fixed__items {
  margin: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 1px 4px #0000004d;
}

.sp-fixed__item {
  width: 100%;
}

.sp-fixed__btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #FFF;
  height: inherit;
  padding: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.4375rem;
  font-size: 0.875rem;
  position: relative;
  gap: 0.375rem;
}

.sp-fixed__btn.sp-fixed__btn--wide {
  font-size: 1.125rem;
  padding: 0.75rem;
  gap: 0.5625rem;
}

.sp-fixed__btn.sp-fixed__btn--tel {
  background-color: #7DB7E2;
}

.sp-fixed__btn.sp-fixed__btn--net {
  background-color: #F97C00;
}


.sp-fixed__btn.sp-fixed__btn--tel::before,
.sp-fixed__btn.sp-fixed__btn--net::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sp-fixed__btn.sp-fixed__btn--tel::before {
  top: 0;
  background-image: url(../images/icon-tel.svg);
  width: 1.875rem;
  height: 1.875rem;
}

.sp-fixed__btn.sp-fixed__btn--net::before {
  background-image: url(../images/icon-net.svg);
  width: 1.1875rem;
  height: 1.875rem;
}


.sp-fixed__btn.sp-fixed__btn--net.sp-fixed__btn--wide::before {
  width: 1.25rem;
  height: 1.9375rem;
}

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