@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

@media screen and (max-width: 766px) {
  .p-lists {
    padding: 0 15px;
  }
}

.p-lists__lists {
  color: #333333;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 20px;
  list-style: none;
}
@media screen and (max-width: 766px) {
  .p-lists__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    margin: 40px auto 0 auto;
  }
}

@media screen and (max-width: 766px) {
  .p-lists__list {
    width: 100%;
  }
}

.p-lists__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #11709B;
  background: #fff;
  color: #11709B;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
  font-weight: normal;
}
@media screen and (max-width: 766px) {
  .p-lists__link {
    width: 100%;
    height: 45px;
    letter-spacing: 0em;
    font-size: 10px;
  }

  .p-lists__link span {
    letter-spacing: 0.02em;
    font-size: 10px !important;
    text-align: center;
  }
}
.p-lists__link span {
  letter-spacing: 0.02em;
  font-size: 16px;
  text-align: center;
}
.p-lists__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 8px;
  height: 15px;
  background-image: url(../images/arrow_blue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  .p-lists__link::before {
    right: 7px;
    width: 4.75px;
    height: 8.5px;
  }
}
.p-lists__link:hover {
  color: #fff;
  background: #11709B;
}
.p-lists__link:hover::before {
  right: 8px;
  background-image: url(../images/arrow_white.png);
}

.p-money {
  color: #333333;
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0px auto;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 20px auto 30px auto;
  }
}

.p-money__inner {
  width: 100%;
}

.p-money__title {
  position: relative;
  left: 5px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 18px;
  }
}
.p-money__title span {
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 22px;
  }
}

.p-money__title .lespa {
  letter-spacing: 0.2em;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
  }

/* .p-money__title .highlight {
  font-size: 35px;
  background: top left / 1em .5em repeat-x radial-gradient(circle, black .06em, rgba(0,0,0,0) .06em);
    padding-top: .2em;
} */

/* .p-money__title .highlight {
  background-image: radial-gradient(circle, black 2px, transparent 2px);
  background-size: 20px 10px;
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 10px;
} */

.p-money__title .highlight {
  font-size: 35px;
  background-image: radial-gradient(circle, black 3px, transparent 3px);
  background-size: 30px 10px;
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 10px;
}

/* .p-money__title .highlight-sub {
  font-size: 28px;
  background: top left / 1em .5em repeat-x radial-gradient(circle, black .06em, rgba(0,0,0,0) .06em);
    padding-top: .2em;
} */

.p-money__title .highlight-sub {
  font-size: 28px;
  background-image: radial-gradient(circle, black 3px, transparent 3px);
  background-size: 30px 6px;
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 15px;
}


.p-money__title .high {
  font-size: 35px;
}
.p-money__title .sub {
  font-size: 28px;
}
.divider {
  width: 1px;           /* 幅2px */
  height: 40px;         /* 高さ40px */
  background-color: black;  /* グレー色 */
  margin: 20px auto;    /* 上下20px、左右中央寄せ */
}
.p-money__subTitle {
  color: #FFFFFF;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 9px 0 9px 0;
  background: linear-gradient(to right, #2c689f 0%, #00496a 100%);
  /* margin-top: 42px; */
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #11709B;
  padding: 20px 74px;
}
@media screen and (max-width: 766px) {
  .p-money__wrapper {
    padding: 12px 10px 12px 10px;
  }
}

.p-money__course {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding-left: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-money__course {
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
.p-money__course span {
  font-size: 20px;
}
@media screen and (max-width: 766px) {
  .p-money__course span {
    font-size: 14px;
  }
}

.p-money__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* padding-top: 12px; */
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    gap: 20px;
  }
}
.p-money__left {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  /* height: auto; */
}
.p-money__regularPrice {
  background-color: black;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    /* height: 50%; */
  }
.p-money__camp {
  background-color: white;
    color: #333333;
    padding: 4px 8px;
    font-size: 14px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    /* height: 50%; */
}
@media screen and (max-width: 766px) {
  .p-money__regularPrice {
    font-size: 8px;
  }
}
.p-money__regularPrice span {
  letter-spacing: 0.175em;
}

.p-money__right {
  position: relative;
}

.p-money__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
@media screen and (max-width: 766px) {
  .p-money__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-money__gain {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 36px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #11709B;
}
@media screen and (max-width: 766px) {
  .p-money__gain {
    width: 50px;
    min-width: 50px;
    height: 28px;
    font-size: 9px;
    letter-spacing: 0.1em;
    padding: 8px 0px;
  }
}

.p-money__group {
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-money__excludingTax {
  color: #196EC1;
  font-family: "shippori-mincho", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax {
    font-size: 14.85px;
  }
}
.p-money__excludingTax span {
  font-size: 48px;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax span {
    font-size: 21.6px;
  }
}

.p-money__taxIncluded {
  position: relative;
  top: -5px;
  color: #196EC1;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded {
    top: -3px;
    font-size: 7px;
  }
}
.p-money__taxIncluded span {
  font-family: "shippori-mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded span {
    font-size: 10px;
  }
}

/* .p-money__comment {
  position: relative;
  right: -5px;
  font-size: 14px;
  text-align: right;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    font-size: 10px;
  }
} */

.p-money__link:not(:root) {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}
.p-money__link:not(:root) img {
  width: 100%;
}

#tech {
  width: 100%;
  text-align: center;
  position: relative;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#tech img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 766px) {
  #tech {
    margin-top: 50px;
  }
}

.logo-container {
            text-align: right;
            display: inline-block;
        }

.background-image-cool {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
        }

.content-wrapper-function {
            position: relative;
            z-index: 3;
            text-align: center;
            color: white;
            max-width: 800px;
            padding: 40px;
        }

        .logo {
            font-size: 4rem;
            font-weight: 300;
            color: #2980b9;
            letter-spacing: 2px;
            text-shadow: 0 2px 4px rgba(41, 128, 185, 0.1);
            display: block;
        }

        .logo-sub {
            font-size: 1.2rem;
            color: #34495e;
            font-weight: 300;
            letter-spacing: 3px;
            display: block;
        }

        .main-content {
            border-radius: 20px;
            padding: 40px;
        }

        .tech-formula {
            font-size: 2rem;
            color: #2c3e50;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .tech-item {
            color: #34495e;
            padding: 15px 30px;
            font-size: 1.3rem;
            font-weight: 600;
            letter-spacing: 1px;
            transition: transform 0.3s ease;
            border: 1px solid lightgrey;
        }

        .multiply {
            color: #2c3e50;
            font-size: 2.5rem;
            font-weight: 300;
        }

        .description-container {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        .description {
            font-size: 0.95rem;
            color: #333;
            line-height: 1.8;
            margin-bottom: 1rem;
        }

        .sub-description {
            font-size: 0.85rem;
            color: #333;
            font-weight: 300;
        }

.p-about {
  width: 100%;
  height: 600px;
  display: inline-block;
  background-image: url("../images/targetcool_haikei1.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-about__inner {
  width: auto;
  height: fit-content;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    padding: 10px 15px;
    margin: 0;
  }

  .p-about {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #2c689f;
    /* background-image: url("../images/targetcool_haikei_sp.png"); */
    /* background-size:cover;
    background-repeat: no-repeat;
    background-position: center; */
  }
}

.p-about__box {
  width: 100%;
  max-width: 902px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin: 36px auto 0 auto;
  }

  .p-about__img {
    width: 100%;
    background-color: #2c689f;
  }

  .p-about__img img {
    width: 60% !important;
    height: auto;
    margin: 0 0 0 40%;
  }
}

.p-about__img img {
  width: 100%;
}

.p-about__text {
    max-width: 65%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 1.6px;
    text-align: left;
    margin: 40px auto;
    color: white;
}

@media screen and (max-width: 766px) {
  .p-about__text {
    max-width: 100%;
    font-size: 14px;
  }
}

#pain {
    width: 100%;
        }

#pain img {
  max-width: 100%;
height: auto;
}

#effect {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px 40px 40px;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header-02 {
            /* background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%); */
            color: #2c689f;
            text-align: center;
            /* padding: 40px 20px; */
        }

        .section-header-02 h3 {
          text-align: center;
          font-size: 34px;
          font-family: "Source Han Serif",serif;
          letter-spacing: 8px;
        }

        .mode-label {
            font-size: 1.2rem;
            color: #666;
            font-style: italic;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .mode-underline {
            width: 300px;
            height: 1px;
            background-color: #2c689f;
            margin: 0 auto 20px;
        }

        .mode-underline-02 {
            width: 300px;
            height: 1px;
            background-color: rgb(146, 234, 255,0.5);
            margin: 0 auto 20px;
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 600;
            color: #333;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            gap: 100px;
            /* margin-top: 40px; */
            position: relative;
            padding: 0px 120px;
            width: fit-content;
        }

        .product-image {
            flex: 0 0 350px;
            position: relative;    /* ← z-indexを効かせるために追加 */
            z-index: 10; 
        }

        .product-image img {
            width: 120%;
            height: auto;
            object-fit: contain;
        }

        .features-list {
            flex: 1;
            position: relative;
            text-align: right;
        }

        .feature-item {
            padding: 10px 0;
            position: relative;
            z-index: 2;
            margin-bottom: 15px; 
        }

        .feature-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        /* グラデーションバンドの背景 */
        .feature-item::before {
            content: '';
            position: absolute;
            left:-280px;
            top: 0;
            bottom: 0;
            right:0;
            background: linear-gradient(90deg, 
                rgba(200, 200, 200, 0.15) 0%,    /* 0.15に */
                rgba(220, 220, 220, 0.12) 25%,   /* 0.12に */
                rgba(220, 220, 220, 0.2) 50%, 
                rgba(240, 240, 240, 0.1) 75%, 
                rgba(255, 255, 255, 0) 100%);
            z-index: -1;
            height: 50px;
        }

        /* 各項目で異なる濃度のグラデーション */
        .feature-item:nth-child(1)::before {
            background: linear-gradient(90deg, rgba(155, 182, 204, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        }

        .feature-item:nth-child(2)::before {
            background: linear-gradient(90deg, rgba(155, 182, 204, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        }

        .feature-item:nth-child(3)::before {
            background: linear-gradient(90deg, rgba(155, 182, 204, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        }

        .feature-item:nth-child(4)::before {
            background: linear-gradient(90deg, rgba(155, 182, 204, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
        }

        .feature-text {
            font-size: 18px;
            color: #333;
            letter-spacing: 0.1em;
            /* padding-left: 20px; */
            position: relative;
            z-index: 3;
            text-align: right;
            width: 100%;
            font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
        }

        .feature-text::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .boosting-section {
                padding: 40px 20px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .content-wrapper {
                flex-direction: column;
                gap: 40px;
            }

            .product-image {
                flex: none;
                max-width: 300px;
                margin: 0 auto;
            }

            .feature-text {
                font-size: 1.1rem;
            }

            .section-header-02 h3 {
              text-align: center;
              font-size: 20px;
              font-family: "Source Han Serif",serif;
              letter-spacing: 8px;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 1.5rem;
                letter-spacing: 1px;
            }

            .feature-text {
                font-size: 1rem;
            }
        }

.ice-needling-container {
            max-width: 1000px;
            margin: 0 auto 200px;
            padding: 40px;
            background-color: white;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            border: 1px solid #004a6c;
        }

        .header {
            text-align: center;
            margin-bottom: 40px;
        }

        .header img {
          width: 30%;
          height: auto;
          margin-bottom: 20px;
        }

        .header .subtitle {
            font-size: 14px;
            color: #333;
            letter-spacing: 2px;
            font-family: sans-serif;
            font-weight: 300;
            letter-spacing: 4px;
        }

        .main-title {
            font-size: 2rem;
            font-weight: 300;
            color: #0099cc;
            letter-spacing: 3px;
            margin-bottom: 10px;
        }

        /* .subtitle {
            font-size: 1rem;
            color: #666;
            letter-spacing: 2px;
        } */

        .steps-section {
            text-align: center;
            margin-bottom: 60px;
        }

        .step-diagram {
            width: 100%;
        }

        .step-diagram img {
            width: 100%;
            max-width: 600px;
            height: auto;
        }

        .details-section {
            /* border-top: 2px solid #e0e0e0; */
            padding-top: 40px;
        }

        .detail-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 40px;
            padding-bottom: 30px;
            /* border-bottom: 1px solid #f0f0f0; */
        }

        .detail-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .detail-number {
            width: 100px;
            height: 100px;
            border: 2px solid #00496a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: -4px;
        }

        .detail-number img {
          width: 50%;
          height: auto;
        }

        .detail-content {
            flex: 1;
        }

        .detail-title {
            font-size: 28px;
            font-weight: 400;
            color: #242424;
            margin-bottom: 15px;
            letter-spacing: 1px;
            border-bottom: 1px solid #242424;
            padding-bottom: 8px;
            font-family: 'Noto Serif JP', serif;
        }

        .detail-description {
            font-size: 17px;
            color: #242424;
            line-height: 1.8;
            margin-bottom: 15px;
            font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
            letter-spacing: 0.15em;
        }

        .detail-subtitle {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .bohr-effect {
          font-size: 20px;
          color: #00496b;
          font-weight: 400;
          letter-spacing: 0.15em;
        }

        .subtitle-line {
            width: 40px;
            height: 1px;
            background-color: #3379cc;
            margin-top: 1.2rem; 
        }

        .subtitle-content {
            flex: 1;
            margin-top: -2px;
        }

        .subtitle-text {
            font-weight: normal;
            font-size: 17px;
            line-height: 2;
            display: block;
            letter-spacing: 4px;
        }

        .subtitle-text-bold {
            color: #00496b;
            font-weight: 600;
        }

        .chart-section {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 20px;
        }

        .chart-label {
            flex: 0 0 auto;
            font-size: 17px;
            font-weight: 200;
            color: #2787b1;
            text-orientation: mixed;
        }

        .chart-container {
            flex: 1;
            text-align: center;
        }

        .chart-container img {
            width: 100%;
            max-width: 500px;
            height: auto;
        }

        .tag-container {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }

        .info-tag {
            background-color: #00496b;
            color: white;
            padding: 8px 15px;
            /* border-radius: 4px; */
            font-size: 14px;
            font-weight: 300;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .ice-needling-container {
                margin: 20px;
                padding: 30px 15px;
            }

            .detail-content {
                flex: 1;
                width: 100%;
            }

            .main-title {
                font-size: 2rem;
            }

            .detail-item {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }

            .detail-number {
                margin: 0 auto 20px;
                width: 80px;
                height: 80px;
            }

            .detail-title {
                font-size: 24px;
                font-weight: 400;
                color: #242424;
                margin-bottom: 15px;
                letter-spacing: 1px;
                border-bottom: 1px solid #242424;
                padding-bottom: 8px;
                font-family: 'Noto Serif JP', serif;
            }

            .detail-description {
                font-size: 14px;
                color: #242424;
                line-height: 1.8;
                margin-bottom: 15px;
                font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
                letter-spacing: 0.15em;
            }

            .detail-subtitle {
                font-size: 1.1rem;
                font-weight: 600;
                color: #333;
                margin-bottom: 10px;
                display: flex;
                align-items: flex-start;
                gap: 15px;
                margin-top: 28px;
            }

            .bohr-effect {
              font-size: 20px;
              color: #00496b;
              font-weight: 400;
              letter-spacing: 0.15em;
            }

            .subtitle-line {
                width: 40px;
                height: 1px;
                background-color: #3379cc;
                margin-top: 1.2rem; 
            }

            .subtitle-content {
                flex: 1;
                margin-top: -2px;
            }

            .subtitle-text {
                font-weight: normal;
                font-size: 17px;
                line-height: 2;
                display: block;
                letter-spacing: 4px;
            }

            .subtitle-text-bold {
                color: #00496b;
                font-weight: 600;
            }

            .chart-section {
                display: flex;
                align-items: center;
                gap: 30px;
                margin-top: 20px;
                flex-direction: column;
            }

            .chart-label {
                flex: 0 0 auto;
                font-size: 17px;
                font-weight: 200;
                color: #2787b1;
                text-orientation: mixed;
            }

            .chart-container {
                flex: 1;
                text-align: center;
            }

            .chart-container img {
                width: 100%;
                max-width: 500px;
                height: auto;
            }

            .tag-container {
                display: flex;
                gap: 10px;
                margin-top: 15px;
                padding: 0 12px;
            }

            .info-tag {
                background-color: #00496b;
                color: white;
                padding: 8px 15px;
                /* border-radius: 4px; */
                font-size: 14px;
                font-weight: 300;
            }
        }

.background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            z-index: -1;
        }

        .content-wrapper-type {
            position: relative;
            z-index: 1;
            min-height: 100vh;
            padding: 60px 20px;
        }

        .medicine-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .main-title {
            font-size: 2rem;
            font-weight: 300;
            color: #0099cc;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }


        .subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            letter-spacing: 1px;
            margin-bottom: 30px;
        }

        .description {
            font-size: 16px;
            color: #242424;
            line-height: 1.8;
            max-width: 800px;
            margin: 0 auto;
            font-family: sans-serif;
            font-weight: 300;
            text-align: left;
        }

        .medicine-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px;
        }

        .medicine-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            padding: 8px;
            width: 100%;
            height: 328px;
          }

        .medicine-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .card-image {
            width: 100%;
            /* height: 180px; */
            position: relative;
            overflow: hidden;
        }

        .medicine-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            object-position: center;
            border-radius: 12px 12px 0 0;
        }

        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%); */
            display: flex;
            flex-direction: column;
            justify-content: center;           /* 中央に配置 */
            align-items: center;               /* 中央に配置 */
            padding: 20px;
        }

        .title-box{
          background: rgba(255, 255, 255, 0.95);
            /* padding: 15px 25px; */
            /* border-radius: 8px; */
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            width: 200px;
        }

        .card-title {
            color: #00496b;
            font-size: 23px;
            font-weight: 400;
            letter-spacing: 1px;
            margin: 0;
            text-shadow: none;
            font-family: serif;
        }

        .card-subtitle {
            color: #11709B;                                /* 白文字 */
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* 影あり */
            position: absolute;                          /* 絶対配置 */
            bottom: 25%;
            right: 25%;
            font-size: 0.9rem;
            font-style: italic;
            margin:0;
            font-family: "Mina", serif;
        }

        .card-content {
            padding: 12px;
        }

        .effect-tag {
            display: inline-block;
            background-color: #fff;
            color: #333;
            padding: 4px 6px;
            /* border-radius: 15px; */
            font-size: 16px;
            margin-bottom: 15px;
            border: 1px solid #333;
            font-weight: 300;
            letter-spacing: 4px;
        }

        .card-description {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
            /* font-weight: 200; */
            letter-spacing: 6px;
            font-family: sans-serif;
        }

        /* 各カードの画像URL（プレースホルダー） */

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .medicine-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .main-title {
                font-size: 1.5rem;
            }

            .subtitle {
                font-size: 1.3rem;
            }

            .card-image {
                height: 150px;
            }

            .effect-tag {
                display: inline-block;
                background-color: #fff;
                color: #333;
                padding: 4px 6px;
                /* border-radius: 15px; */
                font-size: 14px;
                margin-bottom: 15px;
                border: 1px solid #333;
                font-weight: 300;
                letter-spacing: 4px;
            }

            .card-description {
                font-size: 14px;
                color: #333;
                line-height: 1.6;
                letter-spacing: 6px;
                font-family: sans-serif;
            }
        }

        @media (max-width: 480px) {
            .medicine-grid {
                grid-template-columns: 1fr;
            }

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

.reasons-section {
            width: 100%;
        }

        .section-header {
            background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
            color: white;
            text-align: center;
            padding: 36px 0 20px;
        }

        .clinic-name {
            font-size: 21px;
            letter-spacing: 2px;
            margin-bottom: -10px;
            opacity: 0.9;
            font-family: serif;
        }

        .main-title-02 {
            font-size: 36px;
            font-weight: 300;
            letter-spacing: 6px;
            font-family: serif;
        }

        .main-title-02 span {
          font-size: 58px;
        }

        .reasons-content {
            max-width: 1200px;
            margin: 0 auto 100px;
            padding: 60px 20px;
        }

        .reason-item {
            display: flex;
            align-items: center;
            /* gap: 40px; */
            margin-bottom: 40px;
            background: white;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
            height: 300px;
        }

        .reason-item:last-child {
            margin-bottom: 0;
        }

        /* 偶数番目を右寄せ */
        .reason-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .reason-image {
            flex: 0 0 50%;
        }

        .reason-image img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .reason-text {
            flex: 1;
            padding: 70px;
        }

        .point-label {
            display: inline-block;
            color: #333;
            font-size: 24px;
            letter-spacing: 1px;
            font-family: "Apple Chancery";
        }

        .reason-title {
            font-size: 26px;
            font-weight: 600;
            color: #2c689f;
            margin-bottom: 12px;
            letter-spacing: 0.15em;
            font-family: "Source Han Serif";
            text-align: left;
            margin-left: -4px;
        }

        .reason-description {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
            letter-spacing: 4px;
            font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
            }

            .reason-item {
                flex-direction: column !important;
                gap: 30px;
                padding: 30px 20px;
                margin-bottom: 50px;
            }

            .reason-image {
                flex: none;
                width: 100%;
            }

            .reason-image img {
                height: 250px;
            }

            .reason-title {
                font-size: 1.5rem;
                margin-left: 0px;
            }

            .clinic-name {
                font-size: 18px;
                letter-spacing: 2px;
                margin-bottom: -10px;
                opacity: 0.9;
                font-family: serif;
            }

            .main-title-02 {
                font-size: 28px;
                font-weight: 300;
                letter-spacing: 6px;
                font-family: serif;
                margin-top: 4px;
            }

            .main-title-02 span {
              font-size: 42px;
            }

            .reason-text {
                flex: 1;
                padding: 0;
            }

        }

        @media (max-width: 480px) {
            .section-header {
                padding: 30px 15px;
                margin-bottom: 0px;
            }

            .main-title {
                font-size: 1.7rem;
            }

            .reasons-content {
                padding: 40px 15px;
            }

            .reason-item {
                padding: 25px 15px;
                height: fit-content;
                margin-bottom: 32px;
            }
        }
        
        .flow-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .header {
            text-align: center;
            margin-bottom: 40px;
        }

        .flow-title {
            font-size: 1.8rem;
            font-weight: 300;
            color: #5eb3d3;
            letter-spacing: 2px;
            margin-bottom: 10px;
            font-style: italic;
        }

        .flow-subtitle {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            letter-spacing: 1px;
        }

        .flow-steps {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 80px;
            margin-bottom: 120px;
        }

        .step-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 200px;
        }

        .step-circle {
            width: 120px;
            height: 120px;
            border: 3px solid #5eb3d3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

        .step-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

        .step-line {
            position: absolute;
            top: 60px;
            left: 160px;
            width: 160px;
            height: 3px;
            background-color: #5eb3d3;
            z-index: 1;
        }

        .step-item:last-child .step-line {
            display: none;
        }

        .step-title {
            font-size: 17px;
            font-weight: 600;
            color: #2787b1;
            /* margin-bottom: 15px; */
            letter-spacing: 1px;
        }

        .step-description {
            font-size: 14px;
            color: #666;
            text-align: center;
            line-height: 1.8;
            max-width: 200px;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .flow-steps {
                flex-direction: row;
                gap: 0px;
                margin-bottom: 50px;
            }

            .step-line {
                top: 0px;
                left: 120px;
                width: 3px;
                height: 80px;
                transform: rotate(90deg);
            }

            .step-item:last-child .step-line {
                display: none;
            }

            .flow-title {
                font-size: 1.5rem;
            }

            .flow-subtitle {
                font-size: 1.7rem;
            }
        }

        @media (max-width: 480px) {
            /* body {
                padding: 40px 15px;
            } */

            .step-circle {
                width: 80px;
                height: 80px;
            }

            .step-icon {
                width: 50px;
                height: 50px;
            }

            .step-title {
                font-size: 1.1rem;
            }

            .step-description {
                font-size: 0.9rem;
            }
        }

.p-point {
  position: relative;
  z-index: 1;
  color: #1E1E1E;
  width: 100%;
}
.p-point::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  background-image: url(../images/point_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-point::before {
    height: 240px;
  }
}

.p-point__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 55px;
}
@media screen and (max-width: 766px) {
  .p-point__inner {
    padding: 60px 15px;
  }
}

.p-point-card {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 38px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-card {
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 36px auto 0 auto;
  }
}

.p-point-card__box {
  position: relative;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 766px) {
  .p-point-card__box {
    max-width: 100%;
  }
}

.p-point-card__img {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-point-card__img {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
}
.p-point-card__img.shadow {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}

.p-point-card__text {
  position: absolute;
  bottom: 8px;
  right: 5px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-point-card__text {
    font-size: 18px;
  }
}
.p-point-card__text .min {
  position: relative;
  bottom: 3px;
  right: 4px;
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
}
.p-point-card__text .lespa {
  letter-spacing: -0.08em;
}

.p-point-list {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 42px;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-list {
    margin: 45px auto 0 auto;
    gap: 30px;
  }
}

.p-point-list__box {
  width: 100%;
}

.p-point-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D11562;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-point-list__title {
    font-size: 20px;
  }
}
.p-point-list__title .point {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.175em;
  margin-right: 4px;
}
.p-point-list__title .number {
  position: relative;
  top: -4px;
  width: 45px;
  height: 45px;
  background: #D11562;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
  margin-right: 16px;
}
@media screen and (max-width: 766px) {
  .p-point-list__title .number {
    top: -2px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-right: 10px;
  }
}

.p-point-list__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.17em;
  text-align: justify;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-point-list__text {
    font-size: 14px;
  }
}
.p-point-list__text.lesta {
  letter-spacing: 0.15em;
}

.p-point-item {
  width: 100%;
  margin-top: 110px;
}
@media screen and (max-width: 766px) {
  .p-point-item {
    margin-top: 70px;
  }
}

.p-point-item__box {
  width: 100%;
  max-width: 900px;
  margin: 39px auto 0 auto;
  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;
  background: #F5F1F0;
  padding: 35px 38px 35px 42px;
}
@media screen and (max-width: 766px) {
  .p-point-item__box {
    margin: 30px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    padding: 35px 15px;
  }
}

.p-point-item__img {
  width: 100%;
  max-width: 180px;
}
.p-point-item__img img {
  width: 100%;
}

.p-point-item__text {
  width: 100%;
  max-width: 617px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: justify;
}
@media screen and (max-width: 766px) {
  .p-point-item__text {
    max-width: 100%;
    font-size: 14px;
  }
}

.p-point-acid {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-point-acid {
    max-width: 100%;
    gap: 30px;
    margin-top: 40px;
  }
}

.p-point-acid__box {
  position: relative;
  width: 100%;
  max-width: 224px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box {
    max-width: 50%;
  }
}
.p-point-acid__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 93px;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 13px;
  border-color: transparent transparent transparent #CCCCCC;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box::before {
    bottom: 52%;
    right: -24px;
  }
}
.p-point-acid__box:last-of-type::before {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-point-acid__box:nth-of-type(2)::before {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  .p-point-acid__box02 {
    position: relative;
    width: 100%;
    max-width: 45.5%;
    margin: 30px auto 0 auto;
  }
}

.p-point-acid__img {
  width: 100%;
  max-width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img {
    max-width: 87.4%;
  }
}
.p-point-acid__img img {
  width: 148px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img img {
    width: 100%;
  }
}

.p-point-acid__img02 {
  width: 100%;
  max-width: 171px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img02 {
    max-width: 153.9px;
    max-width: 100%;
  }
}
.p-point-acid__img02 img {
  position: relative;
  left: 10px;
  width: 100%;
}

.p-point-acid__img03 {
  width: 100%;
  max-width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-acid__img03 {
    max-width: 87.4%;
  }
}
.p-point-acid__img03 img {
  width: 100%;
}

.p-point-acid__text {
  width: 100%;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9375;
  letter-spacing: 0.175em;
  text-align: center;
  background: #EF3F7F;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-point-acid__text {
    font-size: 14px;
  }
}

.p-point-cont {
  width: 100%;
  max-width: 900px;
  margin: 42px auto 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 766px) {
  .p-point-cont {
    padding-bottom: 0px;
  }
}

.p-point-cont__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2173913043;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #D11562;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-point-cont__title {
    font-size: 18px;
    margin-top: 50px;
  }
}

.p-point-table {
  width: 100%;
  margin-top: 28px;
}
.p-point-table th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.175em;
  text-align: center;
  background: #D11562;
  border: 0.75px solid #D11562;
  padding-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .p-point-table th {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}
.p-point-table th.bar-white {
  border-bottom: 0.75px solid #fff;
}
.p-point-table th span {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: 4px;
}
@media screen and (max-width: 766px) {
  .p-point-table th span {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 3px;
  }
}
.p-point-table td {
  border: 0.75px solid #D11562;
}

.p-point-table__img img {
  display: block;
  width: 119px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point-table__img img {
    width: 60px;
  }
}
.p-point-table__img p {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 766px) {
  .p-point-table__img p {
    font-size: 8px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.p-point-table__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.17em;
  padding: 16px 20px;
}
@media screen and (max-width: 766px) {
  .p-point-table__text {
    font-size: 10px;
    padding: 10px;
  }
}

.p-reason {
  width: 100%;
}

.p-reason__inner {
  width: 100%;
  padding: 56px 0 61px 0;
  background: -webkit-gradient(linear, left top, right top, from(#E65675), to(#EC6887));
  background: linear-gradient(90deg, #E65675, #EC6887);
}
@media screen and (max-width: 766px) {
  .p-reason__inner {
    max-width: 100%;
    padding: 50px 15px 60px 15px;
  }
}

.p-reason__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 39px;
}
@media screen and (max-width: 766px) {
  .p-reason__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
}

.p-reason__box {
  width: 100%;
  max-width: 280px;
  background-image: url(../images/reason_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 26px 18px 16px 18px;
}
@media screen and (max-width: 766px) {
  .p-reason__box {
    max-width: 100%;
    padding: 26px 18px 30px 18px;
  }
}

.p-reason__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 51px;
  margin: 0 auto;
  background-image: url(../images/reason_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-reason__number span {
  display: inline-block;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(209, 21, 98, 0.3);
  padding-top: 3px;
}

.p-reason__img {
  width: 100%;
  max-width: 170px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__img {
    max-width: 140px;
  }
}
.p-reason__img img {
  width: 100%;
}

.p-reason__title {
  color: #E65675;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 14px;
}

.p-reason__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: justify;
  margin-top: 8px;
}

.p-reason__link {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  margin: 48px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__link {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-reason__link:hover {
  opacity: 0.7;
}
.p-reason__link img {
  width: 100%;
}

.p-flow {
  color: #1E1E1E;
  width: 100%;
}
.p-flow img{
  border: 1px solid #11709B;
  border-radius:50%;
  padding:50px;
}

.p-flow__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 104px 0 85px 0;
}
@media screen and (max-width: 766px) {
  .p-flow__inner {
    padding: 60px 15px 50px 15px;
  }
}

.p-flow__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 90px;
    margin-top: 30px;
  }
}

.p-flow__box {
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__box::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -70px;
    width: 3px;
    height: 52px;
    background: rgba(209, 21, 98, 0.6);
  }
}
.p-flow__box:last-of-type::before {
  display: none;
}

.p-flow__img {
  position: relative;
  z-index: 3;
  width: 155px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__img {
    width: 120px;
  }
}
.p-flow__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -72px;
  width: 74px;
  height: 3px;
  background: rgba(209, 21, 98, 0.6);
}
@media screen and (max-width: 766px) {
  .p-flow__img::before {
    display: none;
  }
}
.p-flow__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  top: 50%;
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 100%;
}
.p-flow__img_not::before {
  display: none;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__title {
  color: #D11562;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 28px;
}

.p-flow__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    margin-top: 10px;
  }
}
.p-flow__text span {
  white-space: nowrap;
}
.p-flow__text .pozi-l {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 766px) {
  .p-flow__text .pozi-l {
    left: 4px;
  }
}
.p-flow__text .pozi-r {
  position: relative;
  left: 5px;
}

.p-detail {
  color: #1E1E1E;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    margin-top: 30px;
  }
}

.p-detail__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-detail__inner {
    padding: 0px 15px;
  }
}

.p-detail__table {
  border: 1px solid #D11562;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 30px;
    border-top: 1.3px solid #D11562;
    border-bottom: 1.3px solid #D11562;
  }
}
.p-detail__table th {
  background: #D11562;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 766px) {
  .p-detail__table th {
    border-bottom: 1.3px solid #ffffff;
  }
}
.p-detail__table th p {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 13px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table th.bar {
  border-bottom: 1px solid #D11562;
}
.p-detail__table td {
  background: #fff;
  border-bottom: 1px solid #D11562;
}
.p-detail__table td p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.175em;
  padding: 13px 10px 13px 35px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-price {
  color: #1E1E1E;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-price {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 0 15px;
  }
}

.p-price__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.0869565217;
  letter-spacing: 0.149em;
  padding-left: 12px;
  border-left: 3px solid #E53F71;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    font-size: 18px;
    margin-top: 30px;
  }
}
.p-price__title_mt {
  margin-top: 38px;
}
@media screen and (max-width: 766px) {
  .p-price__title_mt {
    margin-top: 30px;
  }
}

.p-price__table {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table thead {
  border: 1px solid #D11562;
}
.p-price__table thead th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #D11562;
  padding: 12px 0px;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  background: #FFF3F4;
  border: 1px solid #D11562;
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th.bg {
  background: #FFF3F4;
}
.p-price__table tbody th p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px 5px;
  }
}
.p-price__table tbody th p span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid #D11562;
  border-left: none;
  padding: 13.5px 0;
}
.p-price__table tbody td.bar {
  border-top: 1px solid #fff;
}
.p-price__table tbody td.pd {
  padding: 4px 0;
}
.p-price__table tbody td p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}

.p-price__band {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 263px;
  height: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  background: #E53F71;
}
@media screen and (max-width: 766px) {
  .p-price__band {
    left: 0px;
    width: 80%;
    height: auto;
    padding: 2px 0;
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.p-price__commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}

.p-price__commentGroup {
  position: relative;
  left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 14px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__commentGroup {
    left: 0px;
    gap: 8px;
  }
}

.p-price__comment {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-price__comment02 {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__comment02 {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 0px;
  }
}

.p-other {
  width: 100%;
  margin-top: 15px;
}

.p-other__inner {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .p-other__inner {
    padding: 0px 15px 60px 15px;
  }
}

.p-other__box {
  width: 100%;
  max-width: 1024px;
  margin: 45px auto 0 auto;
  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;
  border: 1px solid #1E1E1E;
  padding: 38px 40px 37px 45px;
}
@media screen and (max-width: 766px) {
  .p-other__box {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin: 30px auto 0 auto;
    padding: 28px 15px;
  }
}

.p-other__img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 766px) {
  .p-other__img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.p-other__img img {
  width: 100%;
}

.p-other__group {
  width: 100%;
  max-width: 712px;
}
@media screen and (max-width: 766px) {
  .p-other__group {
    max-width: 100%;
  }
}

.p-other__title {
  color: #D11562;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-other__title {
    font-size: 22px;
  }
}

.p-other__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-other__text {
    font-size: 14px;
  }
}

.p-other__link {
  position: relative;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 415px;
  margin: 48px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-other__link {
    width: 311.25px;
    margin: 30px auto 0 auto;
  }
}
.p-other__link:hover {
  opacity: 0.7;
}
.p-other__link img {
  width: 100%;
}

.c-title:not(:root) {
  display: block;
  color: #1E1E1E;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.149em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 18px;
  }
}
.c-title:not(:root) span {
  position: relative;
  display: block;
  color: #D11562;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 9px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 32px;
  }
}
.c-title:not(:root) span.lespa {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span.lespa {
    font-size: 26px;
  }
}
.c-title:not(:root) span.white {
  color: #fff;
}

.c-title_white:not(:root) {
  color: #fff;
}
.c-title_white:not(:root) span {
  color: #fff;
}

.c-title_pozi:not(:root) span {
  position: relative;
  left: 4px;
  letter-spacing: 0.2em;
}

.c-price {
  position: relative;
  left: 0px;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-price {
    left: -5px;
  }
}
.c-price_pink {
  color: #D11562;
}
.c-price_pink02 {
  color: #D11562;
}
.c-price_left {
  text-align: left !important;
  padding-left: 27px;
}
@media screen and (max-width: 766px) {
  .c-price_left {
    padding-left: 10px;
  }
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price.pozi01 {
  position: relative;
  left: 10px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi01 {
    left: 0px;
  }
}
.c-price .size01 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 13.2px;
  }
}
.c-price .size02 {
  position: relative;
  left: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 17.4px;
  }
}
.c-price .size03 {
  position: relative;
  top: -2px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    top: -1px;
    left: 5px;
    font-size: 8.4px;
  }
}
@media screen and (max-width: 766px) {
  .c-price .size03.poziSp {
    left: 7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 11.9px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}

.treatment-title,
.treatment-title-02 {
  text-align: center;
  margin-top: 60px;
}

.treatment-title .en-title {
    font-family: "texas-hero", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    color: #b0cde1;
    display: inline-block;
    margin: 0;
    line-height: 1;
    margin-left: -20px;
    position: relative;
    left: -50px;
    transform: rotate(-10deg);
    letter-spacing: 8px;
}

.treatment-title h2 {
  font-size: 24px;
  color: #0066aa;
  margin-top: 5px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.treatment-title-02 .en-title {
    font-family: "texas-hero", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    color: rgb(146, 234, 255,0.5);
    display: inline-block;
    margin: 0;
    line-height: 1;
    margin-left: -20px;
    position: relative;
    left: -50px;
    transform: rotate(-10deg);
    letter-spacing: 8px;
}

.treatment-title-02 h2 {
  font-size: 24px;
  color: #fff;
  margin-top: 5px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: normal;
}

.p-handling {
  color: #565656;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .p-handling {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.p-handling__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-handling__inner {
    padding: 0 15px;
  }
}

.p-handling__title {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
  padding: 8px 0 8px 0;
  color: #fff;
}
@media screen and (max-width: 766px) {
  .p-handling__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-handling__wrapper {
  width: 100%;
  border-top: 1px solid #AAABAB;
  margin-top: 21px;
  overflow: hidden;
}

.p-handling__column {
  width: 100%;
  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;
  border-bottom: 1px solid #AAABAB;
  padding: 18px 20px 18px 15px;
}

@media screen and (max-width: 766px) {
  .p-handling__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}

.p-handling__subTitle {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-handling__subTitle {
    font-size: 16px;
  }
}

.p-handling__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-handling__text {
    font-size: 13px;
  }
}

.p-handling__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 766px) {
  .p-handling__linkBox {
    width: 250px;
    margin: 0 auto;
  }
}

.p-handling__link:not(:root) {
  position: relative;
  width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  border: 1px solid #004B6E;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #004B6E;
}
.p-handling__link:not(:root):hover {
  color: #fff;
  background: #004B6E;
}
.p-handling__link:not(:root):hover::after {
  border-color: transparent transparent transparent #fff;
}
.p-handling__link:not(:root)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p-handling__link_blue:not(:root) {
  color: #004B6E;
  background: #fff;
  border: 1px solid #004B6E;
}
.p-handling__link_blue:not(:root)::after {
  border-color: transparent transparent transparent #004B6E;
}
.p-handling__link_blue:not(:root):hover {
  color: #fff;
  background: #004B6E;
}
.p-handling__link_blue:not(:root):hover::after {
  border-color: transparent transparent transparent #6284B3;
}

.treatment-info-table-01 {
  width: auto;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  table-layout: fixed;
}

.treatment-info-table-01 th,
.treatment-info-table-01 td {
  border: 1px solid #00496a;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}

.treatment-info-table-01 th {
  background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
  color: white;
  font-weight: normal;
  padding: 14px;
  text-align: center;
  white-space: nowrap;
  width: 30%;
  border: 1px solid #fff;
  letter-spacing: 0.15em;
}

.treatment-info-table-01 td {
  color: #333;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
  letter-spacing: 0.15em;
}

/* 列幅の調整 */
.treatment-info-table-01 th:nth-child(3),
.treatment-info-table-01 td:nth-child(3) {
  width: 25%;
}

.treatment-info-table-01 th:nth-child(4),
.treatment-info-table-01 td:nth-child(4) {
  width: 25%;
}

/* 他の列も明示するとより安定 */
.treatment-info-table-01 th:nth-child(1),
.treatment-info-table-01 td:nth-child(1) {
  width: 10%;
}
.treatment-info-table-01 th:nth-child(2),
.treatment-info-table-01 td:nth-child(2) {
  width: 20%;
}


.treatment-info-table-02 {
    width: auto;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: "Yu Mincho", serif;
    font-size: 16px;
    table-layout: fixed;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #3c7bd6, #74cee2);
    border-image-slice: 1;
}

.treatment-header-row {
  background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
}

.treatment-header-row th {
  color: white;
  font-weight: normal;
  padding: 14px;
  text-align: center;
  white-space: nowrap;
  width: 30%;
  border: none; /* ボーダーを消す */
  letter-spacing: 0.15em;
  font-family: 'Noto Serif JP', serif;
}

.price-effect {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 13px;
}

.price-items {
  font-weight: 500;
}

/* .treatment-info-table-02 th, */
.treatment-info-table-02 td {
  border: 1px solid #00496a;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}

/* .treatment-info-table-02 th {
  background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
  color: white;
  font-weight: normal;
  padding: 14px;
  text-align: center;
  white-space: nowrap;
  width: 30%;
  border: 1px solid #fff;
} */

.treatment-info-table-02 td {
  color: #333;
  line-height: 1.6;
}

/* 列幅の調整 */
.treatment-info-table-02 th:nth-child(3),
.treatment-info-table-02 td:nth-child(3) {
  width: 25%;
}

.treatment-info-table-02 th:nth-child(4),
.treatment-info-table-02 td:nth-child(4) {
  width: 25%;
}

/* 他の列も明示するとより安定 */
.treatment-info-table-02 th:nth-child(1),
.treatment-info-table-02 td:nth-child(1) {
  width: 20%;
}
.treatment-info-table-02 th:nth-child(2),
.treatment-info-table-02 td:nth-child(2) {
  width: 16%;
}

.treatment-info-table-02 tr:nth-child(n+2) td:nth-child(4) {
  color: #2c689f;
}

.price-table-section {
  font-family: "Yu Mincho", serif;
  text-align: center;
  overflow-x: auto;
}

.price-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.price-heading .line {
  flex: 1;
  height: 1px;
  background-color: #000;
  max-width: 80px;
}

.price-heading h2 {
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
}

.price-table {
  width: 100%;
  min-width: 600px;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

.price-table th {
  background-color: #f96ca4;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #fff;
}

.price-table td {
  border: 1px solid #f96ca4;
  padding: 12px;
  font-size: 16px;
  font-family: sans-serif;
}

.price-table .menu-title {
  background-color: #fff0f4;
  font-weight: bold;
  color: #f96ca4;
  text-align: center;
  font-size: 18px;
}

.price-table .discount {
  color: #f96ca4;
  font-weight: bold;
  background-color: #fff0f4;
  font-size: 18px;
}

.xlarge {
  font-size: 28px;
  font-weight: bold;
  font-family: 'ShipporiMincho-Bold', serif;
  letter-spacing: 1px;
}

.large {
  font-size: 22px;
  padding-right: 2px;
}

.medium {
  font-size: 17px;
}

.small {
  font-size: 12px;
}

.notes {
  font-size: 14px;
  color: #333;
  text-align: right;
  margin-top: 10px;
  font-family: sans-serif;
  letter-spacing: 2px;
  /* width: 90%; */
  margin-right: -12px;
}


@media screen and (max-width: 766px) {
    .treatment-info-table-01 {
        width: auto;
        margin: 0;
        border-collapse: collapse;
        font-family: 'Noto Serif JP', serif;
        font-size: 14px;
        table-layout: fixed;
        width: 100%;
      }

      .treatment-info-table-01 th,
      .treatment-info-table-01 td {
        border: 1px solid #00496a;
        padding: 16px;
        text-align: left;
        vertical-align: middle;
      }

      .treatment-info-table-01 th {
        background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
        color: white;
        font-weight: normal;
        padding: 14px;
        text-align: center;
        white-space: nowrap;
        width: 30%;
        border: 1px solid #fff;
        letter-spacing: 0.15em;
      }

      .treatment-info-table-01 td {
        color: #333;
        line-height: 1.6;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
        letter-spacing: 0.15em;
      }

      /* 列幅の調整 */
      .treatment-info-table-01 th:nth-child(3),
      .treatment-info-table-01 td:nth-child(3) {
        width: 25%;
      }

      .treatment-info-table-01 th:nth-child(4),
      .treatment-info-table-01 td:nth-child(4) {
        width: 25%;
      }

      /* 他の列も明示するとより安定 */
      .treatment-info-table-01 th:nth-child(1),
      .treatment-info-table-01 td:nth-child(1) {
        width: 30%;
        word-break: break-word;
        white-space: normal;
      }
      .treatment-info-table-01 th:nth-child(2),
      .treatment-info-table-01 td:nth-child(2) {
        width: 70%;
      }


      .treatment-info-table-02 {
          width: 100%;
          margin: 0 auto;
          border-collapse: collapse;
          font-family: "Yu Mincho", serif;
          font-size: 12px;
          table-layout: fixed;
          border: 1px solid transparent;
          border-image: linear-gradient(to right, #3c7bd6, #74cee2);
          border-image-slice: 1;
      }

      .treatment-header-row {
        background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
      }

      .treatment-header-row th {
        color: white;
        font-weight: normal;
        padding: 14px;
        text-align: center;
        white-space: nowrap;
        width: 30%;
        border: none; /* ボーダーを消す */
        letter-spacing: 0.15em;
        font-family: 'Noto Serif JP', serif;
        word-break: break-word;
        white-space: normal;

      }

      .price-effect {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W5", sans-serif;
        font-size: 10px;
      }

      .price-items {
        font-weight: 500;
        font-size: 12px;
      }

      /* .treatment-info-table-02 th, */
      .treatment-info-table-02 td {
        border: 1px solid #00496a;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
      }

      /* .treatment-info-table-02 th {
        background: linear-gradient(to right, #00496a 0%, #2c689f 55%, #00496a 100%);
        color: white;
        font-weight: normal;
        padding: 14px;
        text-align: center;
        white-space: nowrap;
        width: 30%;
        border: 1px solid #fff;
      } */

      .treatment-info-table-02 td {
        color: #333;
        line-height: 1.6;
      }

      /* 列幅の調整 */
      .treatment-info-table-02 th:nth-child(3),
      .treatment-info-table-02 td:nth-child(3) {
        width: 30%;
        padding: 4px;
      }

      .treatment-info-table-02 th:nth-child(4),
      .treatment-info-table-02 td:nth-child(4) {
        width: 30%;
        padding: 4px;
      }

      /* 他の列も明示するとより安定 */
      .treatment-info-table-02 th:nth-child(1),
      .treatment-info-table-02 td:nth-child(1) {
        width: 20%;
        padding: 4px;
      }
      .treatment-info-table-02 th:nth-child(2),
      .treatment-info-table-02 td:nth-child(2) {
        width: 20%;
        padding: 4px;
      }

      .treatment-info-table-02 tr:nth-child(n+2) td:nth-child(4) {
        color: #2c689f;
      }

      .price-table-section {
        font-family: "Yu Mincho", serif;
        text-align: center;
        overflow-x: auto;
      }

      .price-heading {
        display: flex;
        align-items: center;
        gap: 20px;
      }

      .price-heading .line {
        flex: 1;
        height: 1px;
        background-color: #000;
        max-width: 80px;
      }

      .price-heading h2 {
        font-size: 28px;
        font-weight: 500;
        white-space: nowrap;
      }

      .price-table {
        width: 100%;
        min-width: 600px;
        margin: 0 auto 20px;
        border-collapse: collapse;
      }

      .price-table th {
        background-color: #f96ca4;
        color: #fff;
        padding: 12px;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #fff;
      }

      .price-table td {
        border: 1px solid #f96ca4;
        padding: 12px;
        font-size: 16px;
        font-family: sans-serif;
      }

      .price-table .menu-title {
        background-color: #fff0f4;
        font-weight: bold;
        color: #f96ca4;
        text-align: center;
        font-size: 18px;
      }

      .price-table .discount {
        color: #f96ca4;
        font-weight: bold;
        background-color: #fff0f4;
        font-size: 18px;
      }

      .xlarge {
        font-size: 20px;
        font-weight: bold;
        font-family: 'ShipporiMincho-Bold', serif;
        letter-spacing: 1px;
      }

      .large {
        font-size: 18px;
        padding-right: 2px;
      }

      .medium {
        font-size: 12px;
      }

      .small {
        font-size: 10px;
      }

      .notes {
        font-size: 14px;
        color: #333;
        text-align: right;
        margin-top: 10px;
        font-family: sans-serif;
        letter-spacing: 2px;
        /* width: 90%; */
        margin-right: -12px;
      }
}

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