@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.clinic__pagenav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px auto;
}

.clinic__pagenav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 10px; */
  padding-top: 12px;
  width: 160px;
  /* height: 80px; */
  height: 100px;
  border: 3px solid;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .06em;
  font-weight: 700;
  line-height: 1.2;
}

.clinic__pagenav a::before {
  content: '';
  position: absolute;
  top: .4em;
  left: 50%;
  display: block;
  width: 1.3em;
  height: 1.5em;
  background-color: #cf1225;
  transform: translateX(-50%);

  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

.clinic__pagenav a:first-child::before {
  mask-image: url(../img/icon_button-yen.svg);
}

.clinic__pagenav a:last-child::before {
  mask-image: url(../img/icon_button-map.svg);
}

.clinic__pagenav a::after {
  content: '';
  position: absolute;
  bottom: .4em;
  left: 50%;
  display: block;
  width: .75em;
  height: .75em;
  border: 3px solid #cf1225;
  border-top: 0;
  border-right: 0;
  /* border-radius: 5px; */
  transform: translateX(-50%) rotate(-45deg);
}

.act__res {
  display: none;
}


.clinic__cv {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin: 80px auto;
  text-align: center;
  font-weight: 700;
}

.clinic__cv-top p {
  position: relative;
  margin: auto;
  padding: 0 2.5em;
  width: fit-content;
}

.clinic__cv-top p::before,
.clinic__cv-top p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%) rotate(70deg);
}

.clinic__cv-top p::after {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(-70deg);
}

.clinic__cv-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 80px;
  border-radius: 10px;
  background-color: #cf1225;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
}

.clinic__cv-top a::before {
  content: '';
  display: block;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;

  mask-image: url(../img/icon_button-cal.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}



.clinic__cv-bottom p {
  position: relative;
  margin: auto;
  padding: 0 1.5em;
  width: fit-content;
}

.clinic__cv-bottom p::before,
.clinic__cv-bottom p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%) rotate(70deg);
}

.clinic__cv-bottom p::after {
  right: 0;
  left: auto;
  transform: translateY(-50%) rotate(-70deg);
}

.clinic__cv-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 260px;
  height: 80px;
  border: 2px solid #cf1225;
  border-radius: 10px;
  /* color: #fff; */
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
}

.clinic__cv-bottom em {
  font-style: normal;
}

.clinic__cv-bottom span {
  display: block;
  font-size: .8em;
}

.clinic__cv-bottom a::before {
  content: '';
  display: block;
  margin-right: .75em;
  width: 1.5em;
  height: 1.5em;
  background-color: #cf1225;

  mask-image: url(../img/icon_button-clock.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}



.clinic__cv-tel a {
  position: relative;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #cf1225;
  text-decoration: none;
}

.clinic__cv-tel a::before {
  content: '';
  display: block;
  margin-right: .25em;
  width: 1em;
  height: 1em;
  background-color: #cf1225;
  transform: translateY(2px);

  mask-image: url(../img/i-tel_red.svg);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}


.popular__menu--name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 1em;
}

.popular__menu--name span {
  color: #cf1225;
  font-size: .8em;
}

@media (max-width: 767px) {
  .popular__menu--name {
    flex-direction: column;
  }

  .popular__menu--name span {
    color: #cf1225;
    font-size: .9em;
  }
}



/* 施術メニュー */
.menu__video {
  display: block;
  margin: 40px auto 0;
  width: 80%;
}

@media (max-width: 767px) {
  .menu__video {
    width: 100%;
  }
}



/* FAQ */
.faq__box--list {
  font-size: 1.6rem;
}

.faq__box--list a {
  padding-right: 10%;
}

@media (max-width: 767px) {
  .faq__box--list a {
    padding-right: 15%;
  }
}

@media (max-width: 650px) {
  .faq__box--list a {
    padding-right: 30px;
  }
}


/* コラムフッター */
#fix__foot_wrap.fix__foot--column ul li a {
  background: transparent;
  color: #333;
}

#fix__foot_wrap.fix__foot--column ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: #333;
  transform: translateY(-50%);
}

#fix__foot_wrap.fix__foot--column ul li:last-child::after {
  content: none;
}

@media (max-width: 959px) {
  #fix__foot ul {
    grid-template-columns: repeat(4, 1fr);
  }

  #fix__foot a {
    position: relative;
  }

  /* #fix__foot a::before {
    content: '';
    display: block;
    width: 1rem;
    height: 0.6rem;
    background-color: #cf1225;
    position: absolute;
    bottom: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  } */

  #fix__foot a span {
    font-size: 1.2rem;
  }

  .balloon2 {
    width: fit-content;
    max-width: none;
    white-space: nowrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

/* トップ施術誘導のリニューアル */
.treatment__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 3.47826087%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  width: 90%;
}

.treatment__box {
  width: calc(33% - 3.47826087%);
}

.treatment__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8% 4% 3% 4%;
  width: 100%;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  text-decoration: none !important;
}

.treatment__image {
  width: 40%;
  height: auto;
}

.treatment__name {
  padding-top: 1em;
  width: 60%;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: clamp(1px, 1.56521739vw, 1.8rem);
}

.treatment__name span {
  display: block;
  margin-top: 1em;
  color: #898989;
  white-space: nowrap;
  font-weight: normal;
  font-size: .65em;
}

.treatment__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1em;
  width: 105%;
  height: 50px;
  height: 3.125em;
  border-radius: 100px;
  background-color: #cf1225;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(1px, 1.39130435vw, 1.6rem);
  transform: translateX(-50%) translateY(80%);
}

.treatment__button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: .5em;
  height: .5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .treatment__box {
    width: 100%;
  }

  .treatment__name {
    font-size: 1.8rem;
  }

  .treatment__button {
    font-size: 1.6rem;
  }
}



/* コラム執筆者追加 */
#writervision {
  margin: 60px auto;
  padding: 60px 60px;
  max-width: 900px;
  border: 1px solid #b3956f;

  .supervision__inner {
    margin-bottom: 0;
  }

  .supervision__message {
    margin-bottom: 0;
  }

  .supervision__pic {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  #writervision {
    padding: 40px;
  }
}

@media (max-width: 519px) {
  #writervision {
    padding: 40px;
  }
}


/* 症状ボタン */

.grade__btn__cover.unline_btn__cover {
  margin-top: 10px;
}

.button__icon-movie {
  position: relative;
  padding-right: 30px;
}

.button__icon-movie::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-image: url(../img/button_movie.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 40px;
}




/* キャンペーン */
.archive-capmaign .column__blk--pic img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.archive-capmaign #column__area,
.tax-campaign_clinic #column__area {
  /* grid-template-columns: repeat(3, 1fr); */
  display: flex;
  justify-content: center;
}

.archive-capmaign #column__area .column__blk--list,
.tax-campaign_clinic #column__area .column__blk--list {
  max-width: 560px;
}

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

  .archive-capmaign #column__area,
  .tax-campaign_clinic #column__area {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }

  .archive-capmaign .column-category {
    flex-direction: column;
    align-items: flex-start;
  }

}

.single-campaign .wp-block-image+.wp-block-image {
  margin-top: 0 !important;
}

.single-campaign .column_mv {
  display: none !important;
}

.single-campaign .post_move {
  display: none !important;
}



/* コラム詳細料金ボタン */
#column-post {
  .menu__container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .menu__link {
    background: none;
    margin-top: 0;

    max-width: none;
    border-radius: 16px;
    color: #cf1225;
    border: 2px solid;
    border-right: 5px solid;
    border-bottom: 5px solid;
    font-weight: 600;
    max-width: none;
    width: fit-content;
    min-width: 450px;
    padding: 12px 24px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: clamp(0px, 10vw / 1200 * 10 * 16, 16px);
  }

}

.column__bottom-head {
  text-align: center;
  width: fit-content;
  padding: 0 3em !important;
  margin-bottom: 0.25em !important;
  letter-spacing: 0.02em;
}

.column__bottom-head::before {
  content: '';
  position: absolute;
  top: 50% !important;
  left: 0;
  display: block;
  width: 30px !important;
  height: 2px !important;
  background-color: #000 !important;
  transform: translateY(-50%) rotate(70deg);
}

.column__bottom-head::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  right: 0;
  transform: translateY(-50%) rotate(-70deg);
}

/* コラム下部予約ボタン */
.column__reserve {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  width: 100%;

  /* grid-template-columns: repeat(3, 1fr); */
  .menu__link {
    width: 100% !important;
    min-width: auto !important;
    padding: 12px !important;
  }
}

.column__reserve-item {
  width: 32%;
}

.column__reserve-image {
  width: 100%;
  height: auto;
}

.column__reserve-button {
  margin-top: 20px;
}

.column__reserve-name {
  text-align: center;
}

@media (max-width: 767px) {
  .column__reserve {
    /* grid-template-columns: repeat(1, 1fr); */
    flex-direction: column;
  }

  .column__reserve-item {
    width: 100%;
  }

  .menu__link {
    font-size: 3.8vw !important;
    width: 100% !important;
    min-width: auto !important;
    white-space: inherit !important;
  }
}



/* よくある質問 */
.faq__image {
  max-width: min(calc(100% - 40px), 400px);
  margin: 0 auto 60px;

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

.faq__keyword {
  max-width: min(calc(100% - 40px), 800px);
  margin: 0 auto 60px;
  background-color: #EEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.faq__keyword-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  justify-content: center;
}

.faq__keyword__tag {
  color: #b3956f;
}


/* 料金表 */
.price__table {
  font-size: 1.6rem;
}

.price__table th:not(:first-child),
.price__table td:not(:first-child),
.price__table td:first-child:last-child {
  strong {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .price__table {
    font-size: 1.3rem;
  }

  .price__table th:not(:first-child),
  .price__table td:not(:first-child),
  .price__table td:first-child:last-child {
    white-space: nowrap;

    strong {
      font-size: 1.1rem;
    }
  }

  .price__table figcaption {
    font-size: 1.3rem;
  }
}


/* トップMVのボタン追加 */
.fcp__clinic {
  /* display: flex;
  justify-content: center; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.fcp__clinic-button {
  display: flex;
  /* width: fit-content; */
  width: 100%;
  padding: 10px 0px 20px;
  text-decoration: none;
  color: #cf1225;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 100px;
  border: 2px solid;
  background-color: #fff;
  line-height: 1.4;
  font-size: 1.4rem;

  span {
    text-align: center;
  }

  em {
    font-style: normal;
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  .fcp__clinic {
    gap: 5px;
  }

  .fcp__clinic-button {
    font-size: 1.2rem;
    padding: 10px 0px 20px;
  }

}

.fcp__clinic-button::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(45deg);
}

.fcp__clinic-button:hover {
  opacity: 1;
  filter: brightness(1.3);
}


/* 未成年のDLボタン */
.minority__dl a {
  display: flex;
  width: fit-content;
  margin: 40px auto 0;
  padding: 12px 24px;
  padding-right: 36px;
  text-decoration: none;
  color: #cf1225;
  font-weight: 700;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 2px solid;
  background-color: #fff;
}

.minority__dl a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(-45deg);
}



/* 料金表のメッセージ */
.price-message {
  p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1em;
  }

  img {
    display: block;
    width: 50rem;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
  }
}

@media (max-width: 960px) {
  .price-message {
    margin-top: 4rem;

    p {
      font-size: 1.5rem;
    }
  }
}

/* 施術バナー追加 */
.banner__area {
  display: flex;
  justify-content: center;
  margin: 60px auto;

  img {
    max-width: 100%;
    width: 900px;
  }
}


/* 料金表に症例追加 */
.price_case {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: center;
  /* margin-top: 60px; */
  margin-top: 40px;
  padding-bottom: 30px;

  h2 {
    width: 100%;
    text-align: center;
  }
}

.price_case_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;

  .grade__btn__cover {
    flex: 1;
    /* width: 200px; */
    width: fit-content;
    min-width: 374px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .price_case_container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 13px;

    .grade__btn__cover {
      /* width: fit-content;
      min-width: auto; */
      max-width: 380px;
      width: 100%;
      min-width: auto;
    }
  }
}


/* 症例の探す追加 */
.case__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;

  form {
    width: 100%;
  }
}

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

/* 施術の動画 */
.single-menu .wp-block-video {
  /* width: 60%; */
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;

  video {
    width: auto;
    height: 50rem;
  }
}

@media (max-width: 768px) {
  .single-menu .wp-block-video {
    margin-bottom: 6rem;

    video {
      height: auto;
      max-width: 100%;
    }
  }
}

/* 料金表 */
.price-message__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 90%;
  max-width: 500px;
  margin: 3rem auto 0;

  img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.part__area--map span {
  padding-right: 14px;
}

@media (max-width: 650px) {
  .part__area--map span {
    padding-right: 6px;
  }
}

/* トップ */
@media (max-width: 650px) {
  .pop__ter--scroll {
    overflow: hidden;
  }

  .pop__ter--box ul {
    flex-wrap: wrap;
    width: 80vw;
    row-gap: 10px;
  }
}

/* 各院スライド */
.view__slider--list img {
  aspect-ratio: 750 / 455;
  object-fit: cover;
}


/* 各院 人気施術 */
.popular__menu li {
  margin-bottom: 0 !important;

  a {
    padding: 0;
    border: 0;
    background: none;
    display: block;
  }

  img {
    aspect-ratio: 1583 / 800;
    object-fit: cover;
  }
}

.popular__menu--info {
  display: none;
}

.popular__menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
  gap: 20px;
  /* width: 70%; */
  margin: auto;
}

@media (max-width: 519px) {
  .popular__menu ul {
    grid-template-columns: 1fr;
  }

  .popular__menu--pic {
    max-width: 100%;
  }
}



/* 選ばれる理由 */
.style__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.style__section-title {
  color: #b3956f;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Shippori Mincho", serif;

  span {
    font-size: 24px;
  }

  em {
    font-style: normal;
    font-size: 40px;
  }
}

.style__ranking {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 80px;
  margin-bottom: 60px;
  max-width: 1080px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.style__ranking-box {
  width: 27.77777778%;

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

.style__ranking-text {
  font-size: 24px;
  color: #666666;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75;
  font-weight: 600;

  em {
    font-size: 30px;
    font-style: normal;
    color: #b3956f;
  }
}

.style__gragh {
  margin: 60px auto;

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

@media (max-width: 768px) {
  .style__section {
    padding: 40px 5%;
  }

  .style__section-title {
    text-align: center;

    span {
      font-size: 16px;
    }

    em {
      font-size: 24px;
    }
  }

  .style__ranking {
    flex-wrap: wrap;
    /* flex-direction: column;
    align-items: center; */
    gap: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* width: 50%; */
  }

  .style__ranking-box {
    width: 40%;

    &:nth-child(1) {
      margin: 0 30%;
    }
  }

  .style__ranking-text {
    font-size: 16px;
    line-height: 2;

    em {
      font-size: 18px;
    }
  }

  .style__gragh {
    width: 60%;
    margin: 40px auto;
  }

  #sel-trmt h1 {
    margin-top: 0px !important;
  }

  #sel-trmt .msg__txt {
    text-align: left !important;
    font-size: 1.7rem !important;
  }
}

#mv__sel-trmt .glow-box:before,
#mv__sel-trmt .glow-box:after {
  display: none !important;
}

#mv__sel-trmt {
  min-height: auto !important;
}

.style__mv-text {
  text-align: justify;
}

/* 選ばれる理由 スマホ時slick対応 */
@media (max-width: 768px) {
  .sel-trmt--list.slick-initialized {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin: 30px auto !important;
    max-width: none !important;
  }

  .sel-trmt--list.slick-initialized .slick-list {
    /* overflow: visible; */
    padding: 30px 10% 0 !important;
    height: auto !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .sel-trmt--list.slick-initialized .slick-track {
    display: flex !important;
    align-items: center;
  }

  .sel-trmt--list.slick-initialized li {
    margin: 0 5px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .sel-trmt--list .slick-dots {
    display: none !important;
  }

  /* スライド中央揃え調整 */
  .sel-trmt--list.slick-initialized .slick-slide {
    opacity: 0.5;
    transform: scale(0.85);
    transition: all 0.3s ease;
  }

  .sel-trmt--list.slick-initialized .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
  }

  /* 番号の位置調整 */
  .sel-trmt--list.slick-initialized li span.-num {
    top: -30px;
  }

  #mv__sel-trmt {
    background-position: top center !important;
  }

  #mv__sel-trmt .glow-box {
    height: 360px !important;
  }

  .style__mv-copy {
    text-align: justify;
  }
}



/* コラム詳細 Spotify埋め込み */
.spotify-embed {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}


/* 予約リスト */
.cp_ipselect+.reserveList_title {
  text-align: center;
  line-height: 1.3;
}

#anc-tel {
  height: auto;
  padding: 0.75em 0;
  font-size: clamp(1px, 3.2vw, 18px);
}

/* AIOSEOの著者情報コンパクト表示を非表示 */
.aioseo-author-bio-compact {
  display: none !important;
}


#doctor__detail .doctor__list--pic img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


.banner__line-2026 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;

  a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  img {
    width: 90%;
    height: auto;
    max-width: 600px;
  }
}

.home .banner__line-2026 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home .banner__line-2026 {
    margin-top: 0;
  }
}


/* スキンバイブ専用 */
/* .postid-12763 .treat__intro--name::after {
  content: "（ボライトXC）";
  display: block;
  font-size: 0.6em;
} */
