@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

main {
	width: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    letter-spacing: .06em;
    color: #181818;
    /* background-color: #f3ebdd; */
    background-color: #f8f3eb;
    /* full-bleed section(100vw)で横スクロールが出ないように */
    overflow-x: clip;
}
.o-m1{
  font-family: "Shippori Mincho", serif;
}
.o-m2__lists{
  @media screen and (max-width: 768px) {
    gap: 32px;
  }
}
.l-main{
  margin: 0;

}

.diagnosis.top {
	display: flex;
	justify-content: center;
  gap: 5.5%;
  width: auto;
  background: #f8f3eb;
}
.side-nav__wrapper{
  max-width: 1920px;
    position: relative;
    z-index: 4;
}
/* diagnosis-newskincare の2カラム全体コンテナ（旧: インラインstyle width:1170px） */
body.page-template-diagnosis-newskincare .p-skincare__container{
  width: 100%;
  max-width: 1240px;
  /* margin-inline: auto; */
  margin-left: 12%;
  @media screen and (max-width: 736px) {
    margin-left: 0;
  }
}

/* diagnosis-newskincare では l_wrapper の固定幅を無効化して横100%にする */
body.page-template-diagnosis-newskincare .diagnosis.top.l_wrapper{
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* sidebar + main を2カラムで配置（背景は section 側で 100vw） */
body.page-template-diagnosis-newskincare .diagnosis.top{
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
/* body.page-template-diagnosis-newskincare .diagnosis.top.l_wrapper{
  max-width: 1174px;
  margin: 0 auto 50px;
  padding-inline: 24px;
  box-sizing: border-box;
} */
/* body.page-template-diagnosis-newskincare .p-skincare__sidebar{
  position: sticky;
  top: 24px;
  flex: 0 0 300px;
  width: 300px;
  align-self: flex-start;
} */
 .p-skincare__sidebar.sp-none{
  @media screen and (max-width: 1000px) {
    display: none !important;
  }
 }
body.page-template-diagnosis-newskincare .l-skincare-wrapper{
  flex: 1 1 auto;
  margin-inline: 0;
  max-width: none;
  /* .l-skincare-wrapper-top の float 回り込みを防ぐ */
  clear: both;
}

@media only screen and (max-width: 736px) {
  body.page-template-diagnosis-newskincare .diagnosis.top{
    display: block;
  }
  body.page-template-diagnosis-newskincare .diagnosis.top.l_wrapper{
    max-width: none;
    padding-inline: 0;
    margin-bottom: 0;
  }
  body.page-template-diagnosis-newskincare .p-skincare__container{
    max-width: none;
    margin-inline: 0;
  }
}
@media only screen and (max-width: 736px) {
	.diagnosis.top {
		display: block;
	}
}
.p-skincare__bread{
  padding-bottom: 100px;
  @media only screen and (max-width: 736px) {
    margin-top: 28px;
    padding-bottom: 0;
  }
}
.p-skincare__bread-inner{
  max-width: 1150px;
    margin: 0 auto;
    @media only screen and (max-width: 736px) {
      padding-inline: 24px;
      
    }
}
.p-skincare__bread-list{
  margin-right: 0;
    margin-left: auto;
    width: 955px;
    padding: 0;
    @media only screen and (max-width: 736px) {
      margin-left: 0;
    }
}
/* .l-skincare-wrapper{
    max-width: 850px;
    margin-right: 0;
    margin-left: auto;
} */
.l-skincare-wrapper-top{
  max-width: 850px;
  float: right;
}

/* SPではsidebarが消えるため、float解除して全幅にする */
@media only screen and (max-width: 736px) {
  body.page-template-diagnosis-newskincare .l-skincare-wrapper-top{
    float: none;
    width: 100%;
    max-width: none;
  }
}
.diagnosis .side-nav .current-category li.title a{
  background: #cfbb97;
}
.diagnosis .side-nav{
  z-index: 2;
}
/* ===============================================
# Full-bleed wrapper / inner (共通)
=============================================== */
/* セクション背景を画面幅いっぱいに広げる（親のmax-width制限を突き抜ける） */
.l-skincare-main > section{
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

/* セクション内コンテンツの最大幅とSP余白 */
.l-skincare-inner{
  width: 100%;
  max-width: 850px;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}

/* diagnosis-newskincare では「インナー=850px」「中のコンテンツ=100%」を明示 */
body.page-template-diagnosis-newskincare .l-skincare-inner{
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}
/* .l-skincare-inner > *{
  width: 100%;
} */
body.page-template-diagnosis-newskincare .l-skincare-inner .o-m2__lists,
body.page-template-diagnosis-newskincare .l-skincare-inner .c-skincare__lists{
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 736px) {
  .l-skincare-inner{
    padding-inline: 24px;
  }
}
.l-skincare-section {
  position: relative;
  overflow: hidden; /* ぼやけを収めたい場合 */
  width: 100vw;
   margin: 0 calc(50% - 50vw);
   width: calc(100vw + 263px);
   margin: 0 calc(50% - 50vw);
   margin-left: calc(50% - (50vw + 131.5px));
   margin-right: calc(50% - (50vw + 131.5px));
   padding-block: 80px;
   @media only screen and (max-width: 767px) {
    width: 100%;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    /* padding-top: 36px; */
    padding-block: 36px;
   }

}

.l-skincare-bgbeige{
    background: #f8f3eb;
}
.l-skincare__bnr-section{
    /* padding-bottom: 80px; */
    @media only screen and (max-width: 736px) {
      padding-block: 36px;
      padding-inline: 20px;
    }
}
.l-skincare__bnr-inner{
    max-width: 850px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-inline: auto;
    @media only screen and (max-width: 736px) {
      row-gap: 8px;
    }
}
/* ===============================================
# lead
=============================================== */
.p-skincare__lead-section{
  padding-top: 230px;
  @media only screen and (max-width: 736px) {
    padding-top: 0;
  }
}
.l-skincare-lead{
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: calc(72 / 36);
  text-align: center;
  @media only screen and (max-width: 736px) {
    font-size: 18px;
  }
}

.l-skincare-lead-text{
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: calc(48 / 24);
  letter-spacing: .06em;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 80px;
  padding: 40px 20px;
  @media only screen and (max-width: 736px) {
    font-size: 14px;
    margin-top: 52px;
    padding-top: 28px;
  }
}


/* 横線 */
.l-skincare-lead-text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -20px);
  width: 100vw;
  height: 1px;
  background: linear-gradient(
    to right,
    #a3794f 0%,
    #dab787 16%,
    #a3794f 40%,
    #ede4d6 60%,
    #dab787 79%,
    #a3794f 96%
  );
  z-index: 0;
}

/* 背景のぼやけ */
.l-skincare-lead-text::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: min(75vw, 650px);
  height: 650px;

  background: radial-gradient(
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.55) 55%,
    transparent 82%
  );

  filter: blur(24px);
  z-index: 0;
  pointer-events: none;
  @media screen and (max-width: 736px) {
    height: 350px;
  }
}

/* 文字が線に埋もれないようにする */
.l-skincare-lead-text p {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 24px;
  margin: 0 auto 32px;
  line-height: 2;
  @media only screen and (max-width: 736px) {
    padding: 0;
    letter-spacing: 0;
    margin: 0;
  }
}

.l-skincare-lead-text p:last-child {
  margin-bottom: 0;
}

/* ===============================================
# KV
=============================================== */
.l-skincare__kv{
  /* PC: 見た目の高さを957pxにしつつ、低い画面でははみ出さない */
  height: min(1008px, 100vh);
  background-image: url("../img/diagnosis_new/skincare_new/img_kv.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 88px;
}
@media only screen and (max-width: 736px) {
  .l-skincare__kv{
    /* SP: 見た目の高さを500pxにしつつ、アドレスバー等を考慮 */
    height: min(750px, 100svh);
    background-image: url("../img/diagnosis_new/skincare_new/img_kv-sp.png");
    margin-bottom: 0;
    margin-top: 0;
    background-size: contain;
    background-position: center top;
  }
}
.l-skincare__kv-box{
  left: 10%;
  background: none;
  box-shadow: none;
  font-family: "Shippori Mincho", serif;
  min-height: auto;
  max-width: fit-content;
  row-gap: 16px;
  @media only screen and (max-width: 736px) {
    left: 0;
    bottom: 24%;
  }
}
.l-skincare__kv-catch{
  color: #fff;
  font-size: 65.95px;
  line-height: 1;
  @media only screen and (max-width: 736px) {
    font-size: 32px;
  }
}
.l-skincare__kv-catch span{
  font-size: 32px;
  @media only screen and (max-width: 736px) {
    font-size: 16px;
  }
}
.l-skincare__kv-title{
  color: #fff;
  font-size: 24.73px;
  @media only screen and (max-width: 736px) {
    font-size: 12px;
  }
}
.l-skincare__kv::after{
  content: "";
  position: absolute;
  bottom: -9%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  aspect-ratio: 1932.64 / 168.7;
  background: url("../img/diagnosis_new/skincare_new/mizunomoribeautyclinic.svg") no-repeat center bottom / contain;
  pointer-events: none;
  z-index: 1;
  @media screen and (max-width: 736px) {
    background: none;
    /* aspect-ratio: 1932.64 / 540; */
    /* bottom: -5%; */
  }
}
.o-kv__box{
  padding: 35px 4vw;
}
/* ===============================================
# CTA
=============================================== */
.l-skincare__cta{
  padding-block: 80px;
  @media screen and (max-width: 736px) {
    padding-block: 62px;
    padding-inline: 20px;
  }
}
.l-skincare__cta-inner{
    max-width: 850px;
    padding: 48px;
    margin-inline: auto;
    @media screen and (max-width: 736px) {
      padding-inline: 24px;
    }
    
}
.c-skincare__cta-inner{
    background: #f8f3eb;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.l-skincare__cta-text{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
}
.l-skincare__cta-text-titleEn{
    font-size: 20px;
    text-align: center;
    border: solid 1px #181818;
    /* padding: 4px 8px; */
    width: 100%;
    max-width: 169px;
    line-height: 1.6;
    @media only screen and (max-width: 736px) {
      font-size: 12px;
      display: inline-block;
      width: auto;
      padding-inline: 8px;
    }
}
.l-skincare__cta-text-title{
    font-weight: 600;
    font-size: 30px;
    line-height: calc(60 / 30);
    @media only screen and (max-width: 736px) {
      font-size: 20px;
      
    }
}
.l-skincare__cta-text-body{
    font-size: 18px;
    line-height: calc(36 / 18);
    @media only screen and (max-width: 736px) {
      font-size: 12px;
      text-align: center;
    }
}
.l-skincare__cta-text-btn{
    display: block;
    max-width: 550px;
    width: 100%;
    background: #258386;
    color: #fff;
    padding-block: 24px;
    font-size: 24px;
    line-height: calc(27 / 24);
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin-inline: auto;
    @media only screen and (max-width: 736px) {
      font-size: 14px;
      padding-block: 10px;
    }
}
.p-skincare__cta-text-btn{
    margin-top: 48px;
    @media only screen and (max-width: 736px) {
      margin-top: 24px;
    }
}
.p-skincare__cta-line-icon{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 1.4em;
    @media only screen and (max-width: 736px) {
      width: 25px;
    }
}
.p-skincare__cta-line-text{
    display: inline-block;
}
/* ===============================================
# Recommend
=============================================== */
.l-skincare-bgwave{
    background: url("../img/diagnosis_new/skincare_new/bg_wave.png") no-repeat center center / cover;
}
.l-skincare-recommend{
    padding-block: 200px;
    @media only screen and (max-width: 736px) {
      padding-block: 100px;
      padding-top: 0;
    }
}
.l-skincare-section-header{
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    @media only screen and (max-width: 736px) {
      row-gap: 16px;
    }
}
.c-skincare__heading-en{
    color: #a5815d;
    font-size: 18px;
    font-weight: 600;
}
.c-skincare__heading{
    font-size: 42px;
    font-weight: 600;
    @media only screen and (max-width: 736px) {
      font-size: 21px;
    }
}
.l-skincare-recommend-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 80px;
    @media only screen and (max-width: 736px) {
      gap: 8px;
      margin-top: 36px;
    }
}
.l-skincare-recommend-list-item{
    width: 100%;
}

/* ===============================================
# Problems
=============================================== */
.l-skincare-problems{
  @media screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
.l-skincare-problems-list-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 1.2%;
    margin-top: 80px;
    @media only screen and (max-width: 736px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-top: 36px;
    }
}
.l-skincare-problems-list-item{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    180deg,
    #d8c6a8 0%,
    #e4d4bd 50%,
    #efe4d2 100%
  );
  padding: 24px;
  font-size: 18px;
  line-height: calc(27 / 28);
  min-height: 100px;
  @media only screen and (max-width: 736px) {
    font-size: 12px;
    min-height: 50px;
  }
}
.l-skincare-problems-list-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
  transform: rotate(45deg);
}
.l-skincare-problems-list-content{
    /* margin-top: 80px; */
    @media screen and (max-width: 736px) {
      margin-top: 20px;
    }
}
.l-skincare-problems-list-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  @media only screen and (max-width: 736px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
}
.c-skincare-heading_v1{
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    @media only screen and (max-width: 736px) {
      font-size: 16px;
    }
}
.c-skincare-heading_v1::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 70%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    border-left: solid 3px #a5815d;
}
.l-skincare-problems-list-content-inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 12px;
}
.l-skincare-problems-list-content-item{
    display: inline-block;
    background: #fff;
    padding: 7px 24px;
    font-size: 18px;
    line-height: calc(36 / 18);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    @media only screen and (max-width: 736px) {
      font-size: 12px;
    }
}
.l-skincare-problems-list-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.l-skincare-problems-list-content-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
  transform: rotate(-45deg); 
}
.c-skincare__heading-lv2{
    position: relative;
    padding-left: 24px;
    font-size: 24px;
    @media only screen and (max-width: 736px) {
      font-size: 14px;
    }
}
.c-skincare__heading-lv2::before {
    content: "";
    position: absolute;
    background: #a5815d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: calc(0.5lh - 5px);
    left: 0;
}
.c-skincare__heading-lv2.-small{
  font-size: 22px;
}


.l-skincare__list2{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    @media only screen and (max-width: 736px) {
      gap: 4px;
      margin-top: 12px;
    }
}
.l-skincare-problems-list-image{
  width: calc(50% - 25px);
    @media only screen and (max-width: 736px) {
      width: 100%;
    }
}
.l-skincare-problems-list-image > img{
  width: 100%;
  object-fit: cover;
}
.l-skincare-problems-list-detail{
    width: 50%;
    @media only screen and (max-width: 736px) {
      width: 100%;
    }
}
.l-skincare__list2-item{
    border: 1px solid #202020;
    padding-inline: 16px;
    font-size: 16px;
    @media only screen and (max-width: 736px) {
      padding-inline: 12px;
      font-size: 12px;
    }
}
.l-skincare-problems-text{
    font-size: 16px;
    line-height: calc(32 / 16);
    margin-top: 24px;
    @media screen and (max-width: 736px) {
      font-size: 12px;
      margin-top: 12px;
    }
}
.c-skincare__btn{
    background: #fff;
    padding: 7px 24px;
    font-size: 18px;
    line-height: calc(36 / 18);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
  justify-content: space-between;
  align-items: center;
    @media only screen and (max-width: 736px) {
      font-size: 14px;
    }
}
.c-skincare__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
  transform: rotate(-45deg); 
}
.p-skincare-problems-btn{
    margin-top: 48px;
    @media screen and (max-width: 736px) {
      margin-top: 24px;
    }
}
.o-g5__swiper--single .swiper-button-next, .o-g5__swiper--single .swiper-button-prev{
  color: #181818;
  width: 14px;
  height: 20px;
}
/* スライダーが縦に長い時 */
.o-g5__swiper--single.swiper--single_long .swiper-button-next, .o-g5__swiper--single.swiper--single_long .swiper-button-prev{
  top: 18%;
  @media screen and (max-width: 768px) {
    top: 16%;
  }
}
.o-g5__swiper--single .swiper-button-next::after, .o-g5__swiper--single .swiper-button-prev::after  {
  font-size: 16px;
}


.c-skincare__price {
    margin-top: 40px;
  }
  
  .c-skincare__price-body {
    margin-top: 16px;
  }
  
  .c-skincare__table--price {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #333;
  }
  
  .c-skincare__table--price th,
  .c-skincare__table--price td {
    padding: 16px 20px;
    border-bottom: 1px solid #333;
    vertical-align: middle;
  }
  
  .c-skincare__table-head {
    width: 200px;
    font-weight: 500;
    background-color: #efe6da;
    position: relative;
    @media only screen and (max-width: 736px) {
      font-size: 10px;
      width: 140px;
    }
  }
  .c-skincare__table-data {
    @media screen and (max-width: 768px) {
      font-size: 10px;
    }
  }
  
  .c-skincare__table-tax {
    font-size: 12px;
    margin-left: 4px;
  }
  
  .c-skincare__table-note {
    font-size: 12px;
    margin-left: 10px;
    color: #555;
  }
  .c-skincare__list3{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
  }
  .l-skincare__list3-item{
    font-size: 16px;
    position: relative;
    display: block;
  padding-right: 24px;
  @media only screen and (max-width: 736px) {
    font-size: 10px;
  }
  }
  .l-skincare__list3-item::after {
    content: "›"; /* >より少し上品 */
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b6b4a; /* ベージュ寄せ */
  }
  .o-g5__image, .o-g5__image--case {
    @media only screen and (max-width: 736px) {
    max-width: 260px;
    margin-inline: auto;
}}
.l-skincare-treatment{
  @media screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}

/* ===============================================
# Reason
=============================================== */
.l-skincare-reason{
  @media screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
.l-skincare-reason-list{
  padding-top: 80px;
  @media screen and (max-width: 736px) {
    padding-top: 36px;
  }
}
.l-skincare__list4{
  counter-reset: skincare-number;
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 190px;
    margin-top: 24px;
    @media screen and (max-width: 736px) {
      row-gap: 64px;
      margin-top: 0;
    }
}
.l-skincare__list4-item{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
    
    max-width: 925px;
    width: 100%;
    
}
.p-skincare__list4-item--step{
  counter-increment: skincare-number;
}

.l-skincare__list4-item-inner{
    justify-content: center;
    align-items: center;
    gap: 24px;
    @media only screen and (max-width: 736px) {
      flex-direction: column-reverse;
    }
}
.l-skincare__list4-image{
    width: 50%;
    aspect-ratio: 590 / 330;
    @media only screen and (max-width: 736px) {
      width: 100%;
    }
}
.l-skincare__list4-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.l-skincare__list4-lead{
    width: 50%;
    font-size: 30px;
    line-height: calc(45 / 30);
    font-weight: 600;
    @media only screen and (max-width: 736px) {
      font-size: 16px;
      width: 100%;
      text-align: right;
    }
}
.l-skincare__list4-text{
    font-size: 16px;
    line-height: calc(32 / 16);
    flex-direction: row-reverse;
    @media only screen and (max-width: 736px) {
      font-size: 12px;
    }
}
.l-skincare__list4-item:nth-child(even) .l-skincare__list4-item-inner {
    flex-direction: row-reverse;
    @media only screen and (max-width: 736px) {
      flex-direction: column-reverse;
    }
  }
.l-skincare__list4-item:nth-child(even) .l-skincare__list4-lead {
    text-align: right;
    @media only screen and (max-width: 736px) {
      text-align: left;
    }
  }


/* 共通：番号 */
.p-skincare__list4-item--step::before {
  content: counter(skincare-number, decimal-leading-zero);
  position: absolute;
  top: -36px;
  font-size: 40px;
  color: #a5815d;
  z-index: 2;
  @media only screen and (max-width: 736px) {
    font-size: 20px;
  }
}

/* 共通：丸 */
.p-skincare__list4-item--step::after {
  content: "";
  position: absolute;
  top: -54px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
	  to right,
	  #a3794f 0%,
	  #dab787 16%,
	  #a3794f 40%,
	  #ede4d6 60%,
	  #dab787 79%,
	  #a3794f 96%
	);
padding: 1px; /* 線の太さ */
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  @media only screen and (max-width: 736px) {
    width: 60px;
    height: 60px;
  }

}

/* 奇数（左） */
.p-skincare__list4-item--step:nth-child(odd)::before {
  left: -44px;
  @media only screen and (max-width: 736px) {
    left: -10px;
    top: -10px;
  }
}

.p-skincare__list4-item--step:nth-child(odd)::after {
  left: -64px;
  @media only screen and (max-width: 736px) {
    left: -10px;
    top: -8px;
  }
}

/* 偶数（右） */
.p-skincare__list4-item--step:nth-child(even)::before {
  right: -50px;
  @media only screen and (max-width: 736px) {
    right: -10px;
    top: -8px;
  }
}

.p-skincare__list4-item--step:nth-child(even)::after {
  right: -70px;
  @media only screen and (max-width: 736px) {
    right: -10px;
    top: -8px;
  }
}
.p-skincare__list4-item--step::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.l-skincare__list4-item-inner {
  position: relative;
  z-index: 1;
}

/* 横線 */
.l-skincare__list4-item-inner::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100vw;
  height: 1px;

  background: linear-gradient(
    to right,
    #a3794f 0%,
    #dab787 16%,
    #a3794f 40%,
    #ede4d6 60%,
    #dab787 79%,
    #a3794f 96%
  );

  z-index: -1;
  @media only screen and (max-width: 736px) {
    top: auto;
    bottom: 8%;
  }
}
.l-skincare__list4-item-textonly:nth-child(odd)::before{
  top: -70px;
  @media only screen and (max-width: 736px) {
    top: -33px;
  }
}
.l-skincare__list4-item-textonly:nth-child(odd)::after{
  top: -88px;
  @media only screen and (max-width: 736px) {
    top: -33px;
  }
}
.l-skincare__list4-item-inner-textonly::before{
  bottom: -20%;
  top: auto;
  @media only screen and (max-width: 736px) {
    bottom: -42%;
  }
}
.l-skincare__list4-item:nth-child(4){
  padding-bottom: 80px;
  @media only screen and (max-width: 736px) {
    padding-bottom: 0;
  }

}
/* ===============================================
# Mens
=============================================== */
/* .l-skincare-men-inner{
  width: 100%;
    max-width: 850px;
    margin-inline: auto;
} */
 .l-skincare-men{
  @media screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
 }
.l-skincare-men-heading{
    text-align: center;
}
.c-skincare__heading-lv4{
    border: solid 1px #181818;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    padding-inline: 20px;
    @media only screen and (max-width: 736px) {
      font-size: 18px;
    }
}
.l-skincare-men-list-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 80px;
}
.l-skincare-men-list-item{
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    gap: 24px;
    @media only screen and (max-width: 736px) {
      flex-direction: column;
      align-items: stretch;
      margin-top: 16px;
      padding-inline: 20px;
    }
}
.l-skincare-men-list-image{
    width: 50%;
    @media only screen and (max-width: 736px) {
      width: 100%;
    }
}
.l-skincare-men-list-detail{
    width: 50%;
    /* display: flex;
    flex-direction: column;
    align-items: stretch; */
    @media only screen and (max-width: 736px) {
      width: 100%;
      /* align-self: stretch; */
    }
}
.l-skincare-men-list-text{
    font-size: 46px;
    line-height: calc(72 / 46);
    font-weight: 500;
    text-align: center;
    @media only screen and (max-width: 736px) {
      font-size: 23px;
    }
}
.c-skincare__btn2{
    background: #133f4d;
    color: #fff;
    padding: 8px 14px;
    font-size: 18px;
    line-height: calc(36 / 18);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    box-sizing: border-box;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-skincare__btn2::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg); /* ←これで右矢印 */
}
.l-skincare-mens-image{
  width: 50%;
  max-width: 500px;
  @media screen and (max-width: 736px) {
    width: 100%;
  }
}
/* ===============================================
# price
=============================================== */
.c-skincare__lists {
	border-top: 1px solid #000;
  /* max-width: 850px;
  margin-inline: auto; */
  }
  
  .c-skincare__lists-item {
	/* border-bottom: 1px solid #ddd; */
  }
  .c-skincare__button {
	width: 100%;
	padding: 20px;
	background: none;
	color: #181818;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Shippori Mincho", serif;
  @media only screen and (max-width: 736px) {
    font-size: 14px;
  }
  }
  .c-skincare__button:focus {
    color: #181818;
}
.c-skincare__button:hover {
    opacity: 0.7;
    color: #181818;
}
  
.o-m2__icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: linear-gradient(
  to right,
  #ebe0cf 0%,
  #e6d4b8 100%
);
	display: flex;
	align-items: center;
	justify-content: center;
  @media only screen and (max-width: 736px) {
    width: 22px;
    height: 22px;
  }
  }
  
  .js-accordion-content{
    border-top: 1px solid #000;
    /* padding-bottom: 40px; */
  }
  .js-accordion-content-inner{
    border-bottom: 1px solid #000;
  }
  
  /* ＋ */
  .c-skincare__button .js-accordion-icon::before,
  .c-skincare__button .js-accordion-icon::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #353535;
  }
  
  .c-skincare__button .js-accordion-icon {
	position: relative;
	width: 12px;
	height: 12px;
  }
  
  /* 横線 */
  .c-skincare__button .js-accordion-icon::before,
  .c-skincare__button .js-accordion-icon::after {
	content: "";
	position: absolute;
	background: #7a6a57;
  }
  
  /* 横 */
  .c-skincare__button .js-accordion-icon::before {
	width: 12px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  }
  
  /* 縦 */
  .c-skincare__button .js-accordion-icon::after {
	width: 2px;
	height: 12px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
  }
  
  /* 開いたとき（−にする） */
  .c-skincare__button[aria-expanded="true"] .js-accordion-icon::after {
	transform: rotate(0);
	opacity: 0;
  }
  .c-skincare__table2 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	padding-top: 40px;
  }
  .c-skincare__table2 tr:first-child th {
	background: #a8845f;
	color: #fff;
	padding: 14px 16px;
	font-weight: 500;
	border: none;
  }
  
  .c-skincare__table-tax {
	font-size: 10px;
	margin-left: 4px;
  }
  .c-skincare__table2-th {
    width: 45%;
    background: #f2ede7;
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    @media only screen and (max-width: 736px) {
      font-size: 11px;
      padding-block: 10px;
      padding-inline: 8px;
      vertical-align: middle;
      width: 32%;
    }
    }
    
    .c-skincare__table2-td {
    width: 55%;
    background: #fff;
    padding: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 1.8;
    @media only screen and (max-width: 736px) {
      font-size: 11px;
      padding-block: 10px;
      vertical-align: middle;
      width: 68%;
    }
    }
    .c-skincare__table2 th:first-child {
      width: 45%;
    }
    .c-skincare__table2 th:last-child,
    .c-skincare__table2 td {
      width: 55%;
    }
    
    @media only screen and (max-width: 736px) {
      .c-skincare__table2 th:first-child {
        width: 40%;
      }
      .c-skincare__table2 th:last-child,
      .c-skincare__table2 td {
        width: 60%;
      }
    }
  .c-skincare__table2 tr:not(:first-child) th,
.c-skincare__table2 tr:not(:first-child) td {
  border-top: 1px solid #e5e5e5;
}
 
  .l-skincare__box-wrapper {
	display: flex;
	gap: 24px;
	margin-top: 24px;
  @media only screen and (max-width: 736px) {
    gap: 2%;
  }
  }
  
  .l-skincare__box {
	flex: 1;
  /* width: 100%; */
	max-width: 492px;
	min-height: 198px;
	padding: 24px 20px;
	/* border: 1px solid #d7c1a5; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	box-sizing: border-box;
	position: relative;
  @media only screen and (max-width: 736px) {
    flex-direction: column;
    min-height: auto;
    gap: 14px;
  }
  }
  .l-skincare__box::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px; /* 枠の太さ */
  
	background: linear-gradient(
	  to right,
	  #a3794f 0%,
	  #dab787 16%,
	  #a3794f 40%,
	  #ede4d6 60%,
	  #dab787 79%,
	  #a3794f 96%
	);
  
	/* 中をくり抜く */
	-webkit-mask:
	  linear-gradient(#fff 0 0) content-box,
	  linear-gradient(#fff 0 0);
	mask:
	  linear-gradient(#fff 0 0) content-box,
	  linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
  
	mask-composite: exclude;
  }
  .p-skincare__box2{
    flex-direction: column;
  }
  
  .l-skincare__box-text {
	color: #181818;
	font-size: 18px;
	line-height: calc(27 / 18);
	text-align: center;
  @media only screen and (max-width: 736px) {
    font-size: 12px;
  }
  }
  
  .l-skincare__box-price {
	display: flex;
	align-items: baseline;
  justify-content: center;
	gap: 12px;
  @media only screen and (max-width: 736px) {
    gap: 1%;
    width: 100%;
  }
  }
  
  .l-skincare__box-price-text {
	margin: 0;
	color: #4a4036;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
  @media only screen and (max-width: 736px) {
    font-size: 18px;
  }
  
  }
  
  .l-skincare__box-price-textRed {
	color: #a5815d;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
  @media only screen and (max-width: 736px) {
    font-size: 16px;
  }
  }
  
  .c-skincare__list5 {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
  }
  
  .l-skincare__list5-item {
	color: #4a4036;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.03em;
  @media only screen and (max-width: 736px) {
    font-size: 12px;
    line-height: calc(30 / 20);
  }
  }
  
  .l-skincare__list5-item:first-child {
	margin-top: 0;
  }
  
  /* @media (max-width: 767px) {
	.c-skincare__heading-lv2 {
	  margin-bottom: 20px;
	  padding-left: 14px;
	  font-size: 2.4rem;
	}
  
	.c-skincare__heading-lv2::before {
	  width: 6px;
	  height: 6px;
	  top: 0.58em;
	}
  
	.c-skincare__heading-lv2 + .c-flex {
	  flex-direction: column;
	  gap: 16px;
	  margin-top: 20px;
	}
  
	.l-skincare__box {
	  min-height: auto;
	  padding: 20px 16px;
	  gap: 16px;
	  justify-content: space-between;
	}
  
	.l-skincare__box-text {
	  font-size: 1.5rem;
	  line-height: 1.6;
	}
  
	.l-skincare__box-price {
	  gap: 8px;
	}
  
	.c-flex .l-skincare__box-price-text,
	.c-flex .l-skincare__box-price-textRed {
	  font-size: 3.2rem;
	}
  
	.c-skincare__list5 {
	  margin-top: 16px;
	}
  
	.c-skincare__list5 .l-skincare__list5-item {
	  font-size: 1.2rem;
	  line-height: 1.8;
	}
  } */

/* ===============================================
# staff
=============================================== */
.l-skincare-staff{
  @media only screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
.l-skincare__list6-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
  @media only screen and (max-width: 736px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  }
  
  .l-skincare__list6-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 8px 23px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	min-height: 100%;
  }
  
  .l-skincare__list6-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eee;
  }
  
  .l-skincare__list6-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  /* 名前まわり */
  .l-skincare__list6-item > .c-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	padding: 18px 14px 0;
	flex: 1;
  @media only screen and (max-width: 736px) {
    gap: 1%;
  }
  }
  
  .l-skincare__list6-text {
	flex: 1;
	min-width: 0;
  }
  
  .l-skincare__list6-text-position {
	margin: 0;
	color: #4e4438;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.01em;
  @media only screen and (max-width: 736px) {
    font-size: 12px;
  }
  }
  
  .l-skincare__list6-text-name {
	margin: 6px 0 0;
	color: #4e4438;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 500;
  @media only screen and (max-width: 736px) {
    font-size: 16px;
  }
  }
  
  /* Instagram */
  .l-skincare__list6-item > .c-flex > a {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 4px;
  }
  
  .l-skincare__list6-item > .c-flex > a img {
	width: 24px;
	height: 24px;
	display: block;
  }
  
  .p-skincare__list6-btn{
    margin: 16px;
  }
  .c-skincare__btn3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	/* width: calc(100% - 28px); */
	/* margin: 27px 14px 14px; */
  width: 100%;
	padding: 10px;
	color: #181818;
	font-size: 18px;
	line-height: 1.4;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
	border: solid 1px #181818;
  @media only screen and (max-width: 736px) {
    width: 50%;
    margin: 0;
    font-size: 12px;
  }
  }
  
  .c-skincare__btn3::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #4e4438;
	border-right: 1px solid #4e4438;
	transform: rotate(45deg);
	flex-shrink: 0;
  }
  .c-skincare__btn4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	/* width: calc(100% - 28px); */
	padding: 10px;
	background: #e8dcc6;
	color: #4e4438;
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
  @media only screen and (max-width: 736px) {
    /* width: 50%; */
    /* margin: 0; */
    font-size: 12px;
  }
  }
  
  .c-skincare__btn4::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #4e4438;
	border-right: 1px solid #4e4438;
	transform: rotate(45deg);
	flex-shrink: 0;
  }
  
  .c-skincare__btn4:hover {
	opacity: 0.8;
  }
  .c-skincare__btn6 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: calc(100% - 28px);
	/* margin: 27px 14px 14px; */
	padding: 10px;
	background: #e8dcc6;
	color: #4e4438;
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.3s ease;
	box-sizing: border-box;
  @media only screen and (max-width: 736px) {
    width: 50%;
    margin: 0;
    font-size: 12px;
  }
  }
  
  
  .c-skincare__btn6:hover {
	opacity: 0.8;
  }

  .l-skincare__btn-wrapper {
      @media only screen and (max-width: 736px) {
        display: flex;
      gap: 2%;
    }
  }
  .l-skincare__btn-wrapper .c-skincare__btn {
    @media only screen and (max-width: 736px) {
      width: calc(50% - 2%);
    }
  }
  /* ===============================================
# faq
=============================================== */
.l-skincare-faq{
  @media only screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
.l-skincare__btn-faq{
  display: flex;
  gap: 8px;
  /* margin-left: 28px; */
  margin-block: 32px;
  flex-wrap: wrap;
  @media only screen and (max-width: 736px) {
  }
} 
.l-skincare__btn-faq .c-skincare__btn{
  width: 100%;
  /* max-width: 208px; */
}
  /* ===============================================
# clinic
=============================================== */
.l-skincare-clinic{
  @media only screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
  .l-skincare__clinic{
	padding: 0;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	border-radius: 0;
  }
  .o-g5__swiper--single .swiper-pagination-bullet {
    background: #d6d6d6;
}
  .o-g5__swiper--single .swiper-pagination-bullet-active {
    background: #cfbb97;
}

  .l-skincare__clinic-box{
	padding-inline: 24px;
	padding-bottom: 24px;
  @media only screen and (max-width: 736px) {
    flex-direction: column;
  }

  }
  .l-skincare__clinic-map{
	position: relative;
	width: 100%;
	max-width: 459px;
	aspect-ratio: 459 / 231;
	height: auto;
	margin-inline: auto;
	overflow: hidden;
  }
  /* temp-parts.css の `.o-g10and13__map { height: 100%; }` を確実に打ち消す */
  .o-g10and13__map.l-skincare__clinic-map{
	height: auto !important;
  }
  @supports not (aspect-ratio: 1 / 1) {
	.l-skincare__clinic-map{
	  height: 0;
	  padding-bottom: 50.327%;
	}
  }
  .l-skincare__clinic-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
  }
  .l-skincare__clinic-btn-wrapper{
	display: flex;
	gap: 8px;
  margin-top: 28px;
  @media only screen and (max-width: 736px) {
    gap: 8px;
    margin-top: 24px;
  }
  }
  .u-color-brown{
	color: #a5815d;
  }
  .l-skincare__clinic-box2{
	background: #f3ebe0;
	padding: 12px;
  @media only screen and (max-width: 736px) {
  }
  }
  .p-skincare__clinic-box2-text{
    font-size: 18px;
    line-height: calc(27 / 18);
    letter-spacing: 0;
    @media only screen and (max-width: 736px) {
      font-size: 12px;
    }
  }
  .o-g10and13__detail{
    width: 100%;
  }
  .l-skincare__clinic .o-g5__image, .o-g5__image--case {
    @media only screen and (max-width: 736px) {
      max-width: 100%;
    }
  }
  .l-skincare__clinic .o-g5__image, .o-g5__image--case img{
    width: 100%;
    height: 100%;
  }
  .o-g10and13__box{
    gap: 3%;
    @media only screen and (max-width: 736px) {
      gap: 24px;
    }
  }
  .p-skincare__clinic-cautions{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    @media only screen and (max-width: 736px) {
      font-size: 12px;
    }
  }

  /* ===============================================
# doctor
=============================================== */
.l-skincare-doctor{
  @media only screen and (max-width: 736px) {
    padding-bottom: 64px;
  }
}
.l-skincare__doctor{
  display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.l-skincare__doctor-content{
  box-shadow: none;
  @media only screen and (max-width: 736px) {
    background: none
  }
}
.l-skincare__doctor-position{
  font-size: 18px;
  line-height: calc(27 / 18);
  @media only screen and (max-width: 736px) {
    font-size: 12px;
  }
}
.l-skincare__doctor-name{
  font-size: 30px;
  line-height: calc(27 / 30);
  @media only screen and (max-width: 736px) {
    font-size: 21px;
  }
}
.l-skincare__doctor-btn-wrapper{
  display: flex;
  gap: 16px;
  margin-top: 28px;
}
.c-skincare__btn5{
  font-size: 18px;
  line-height: calc(27 / 18);
  width: 100%;
  max-width: 211px;
  padding-block: 10px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #181818;
  transition: all 0.3s ease;
  /* &:hover{
    background: #181818;
    color: #fff;
  } */
}
.l-skincare__doctor-content-list{
  background: #ebe0cf;
  padding: 16px;
}
.c-skincare__heading-lv3{
  border-bottom: solid 1px #181818;
  padding-bottom: 8px;
}


.p-skincare__parts9-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  /* padding-bottom: 40px; */
  @media screen and (max-width: 736px) {
    flex-direction: column;
    row-gap: 24px;
  }
}
.p-skincare__parts9-content:last-child{
  padding-bottom: 0;
}
.p-skincare__parts9-content-text{
  width: 50%;
  font-size: 16px;
  line-height: calc(32 / 16);
  @media screen and (max-width: 736px) {
    width: 100%;
    font-size: 14px;
  }
  
}
.p-skincare__parts9-content-img{
  width: 50%;
  @media screen and (max-width: 736px) {
    width: 100%;
  }
}
.p-skincare__parts9-effect {
    background: #ebe0cf;
    padding: 48px 7%;
}

.p-skincare__parts9-heading{
  position: relative;
    padding-bottom: 24px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    @media screen and (max-width: 736px) {
      font-size: 14px;
    }
}
.p-skincare__parts9-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, -20px);
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a3794f 0%, #dab787 16%, #a3794f 40%, #ede4d6 60%, #dab787 79%, #a3794f 96%);
  z-index: 0;
}

.p-skincare__parts9-effect-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 7%;
}

.p-skincare__parts9-effect-list-item {
    position: relative;
    padding-left: 44px;
    font-size: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: calc(31 / 18);
}

.p-skincare__parts9-effect-list-item::before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.p-skincare__parts9-effect-list-item::after {
    content: "";
    position: absolute;
    top: 0.5em;
    bottom: auto;
    left: 6px;
    width: 22px;
    height: 10px;
    border-left: 2px solid #8e7459;
    border-bottom: 2px solid #8e7459;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.p-skincare__parts9-effect-text {
    font-size: 16px;
    line-height: calc(32 / 16);
}

@media screen and (max-width: 767px) {
    .p-skincare__parts9-effect {
        padding: 40px 20px;
    }

    .p-skincare__parts9-effect-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p-skincare__parts9-effect-list-item {
        padding-left: 36px;
        font-size: 12px;
    }

    .p-skincare__parts9-effect-text {
        margin-top: 32px;
        font-size: 1.5rem;
    }
}
.p-skincare__parts9-content-items{
  display: flex;
  gap: 1.2%;
}
.p-skincare__parts9-content-item{
  width: 50%;
}
.p-skincare__parts9-heading-lv2{
  position: relative;
  padding-left: 24px;
  font-size: 22px;
}
.p-skincare__parts9-heading-lv2::before{
  content: "";
  position: absolute;
  background: #a5815d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(0.5lh - 5px);
  left: 0;
}

.p-skincare__parts9-merit-demerit-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4%;
}

.p-skincare__parts9-merit-demerit-item {
  position: relative;
  padding: 48px 5%;
}

.p-skincare__parts9-merit-demerit-item--merit {
  background: #ebe0cf;
}

.p-skincare__parts9-merit-demerit-item--demerit {
  background: #e4e3e1;
}

.p-skincare__parts9-merit-demerit-item-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 70px;
  height: 70px;
  border: 1px solid #ccb79d;
  border-radius: 50%;
  @media screen and (max-width: 768px) {
    top: 28px;
  }
}

.p-skincare__parts9-merit-demerit-item-icon--cross {
  border: none;
}

.p-skincare__parts9-merit-demerit-item-icon--cross::before,
.p-skincare__parts9-merit-demerit-item-icon--cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 1px;
  background: #b8b0a8;
  transform-origin: center;
}

.p-skincare__parts9-merit-demerit-item-icon--cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-skincare__parts9-merit-demerit-item-icon--cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-skincare__parts9-merit-demerit-item-title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.p-skincare__parts9-merit-demerit-item-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, -20px);
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a3794f 0%, #dab787 16%, #a3794f 40%, #ede4d6 60%, #dab787 79%, #a3794f 96%);
  z-index: 0;
}

.p-skincare__parts9-merit-demerit-item-list {
  padding-inline: 2%;
}

.p-skincare__parts9-merit-demerit-item-list-item + .p-skincare__parts9-merit-demerit-item-list-item {
  margin-top: 40px;
}

.p-skincare__parts9-merit-demerit-item-list-item-heading {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 600;
  line-height: calc(27 / 20);
}

.p-skincare__parts9-merit-demerit-item-list-item-heading::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9976f;
}

.p-skincare__parts9-merit-demerit-item-list-item-text {
  font-size: 16px;
  line-height: calc(32 / 16);
}

@media screen and (max-width: 767px) {
  .p-skincare__parts9-merit-demerit {
      
  }

  .p-skincare__parts9-merit-demerit-inner {
      grid-template-columns: 1fr;
  }

  .p-skincare__parts9-merit-demerit-item {
      padding: 40px 24px;
  }

  .p-skincare__parts9-merit-demerit-item-title {
      font-size: 2.4rem;
      margin-bottom: 32px;
  }

  .p-skincare__parts9-merit-demerit-item-list-item-heading {
      font-size: 16px;
  }

  .p-skincare__parts9-merit-demerit-item-list-item-text {
      font-size: 14px;
  }

  .p-skincare__parts9-merit-demerit-item-icon {
      width: 40px;
      height: 40px;
  }

  .p-skincare__parts9-merit-demerit-item-icon--cross::before,
  .p-skincare__parts9-merit-demerit-item-icon--cross::after {
      width: 52px;
  }
}

.p-skincare__parts36 {
}

.p-skincare__parts36-heading {
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-bottom: 38px;
    text-align: center;
    border-bottom: 1px solid #b79d7c;
}

.p-skincare__parts36-subtitle {
    margin: 0 0 10px;
    font-size: 28px;
}

.p-skincare__parts36-title {
    font-size: 42px;
    line-height: 1.5;
}

.p-skincare__parts36-inner {
    margin: 100px auto 0;
}

.p-skincare__parts36-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 50px 7.5%;
    background: linear-gradient(
  180deg,
  #ebe0cf 7%,
  #e6d4b8 44%
);
    overflow: hidden;
}
.p-skincare__parts36-item:nth-child(even) {
    background: linear-gradient(
        #ebe0cf 7%,
        #e6d4b8 44%
    );
}

.p-skincare__parts36-item + .p-skincare__parts36-item {
    margin-top: 30px;
}

.p-skincare__parts36-img {
    max-width: 210px;
    width: 30%;
    @media screen and (max-width: 768px) {
      width: 100%;
    }
}


.p-skincare__parts36-content {
    position: relative;
    z-index: 1;
    width: 80%;
}

.p-skincare__parts36-head {
    display: flex;
    align-items: baseline;
    gap: 2.8%;
    margin-bottom: 26px;
}

.p-skincare__parts36-num {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #a9835d;
}

.p-skincare__parts36-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: calc(60 / 24);
}

.p-skincare__parts36-text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.08em;
    color: #2f2a25;
}

.p-skincare__parts36-bgtext {
    position: absolute;
    right: -4px;
    bottom: -4px;
    font-size: 100px;
    line-height: 1;
    color: #efe9df;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .p-skincare__parts36 {
        /* padding: 70px 20px 80px; */
    }

    .p-skincare__parts36-heading {
        padding-bottom: 28px;
    }

    .p-skincare__parts36-subtitle {
        font-size: 1.6rem;
    }

    .p-skincare__parts36-title {
        font-size: 2.4rem;
    }

    .p-skincare__parts36-inner {
        margin-top: 60px;
    }

    .p-skincare__parts36-item {
        gap: 24px;
        padding: 32px 24px 44px;
        flex-direction: column;
    }

    .p-skincare__parts36-head {
        gap: 0;
        margin-bottom: 18px;
        flex-direction: column;
    }

    .p-skincare__parts36-num {
        font-size: 28px;
    }

    .p-skincare__parts36-item-title {
        font-size: 16px;
    }

    .p-skincare__parts36-text {
        font-size: 14px;
    }

    .p-skincare__parts36-bgtext {
        right: -2px;
        bottom: -3px;
        font-size: 5rem;
    }
}
.p-skincare__parts17 {
    background: #ebe0cf;
    padding: 70px 20px;
    max-width: 1000px;
    margin-inline: auto;
}

.p-skincare__parts17-inner {
    max-width: 850px;
    margin-inline: auto;
}

.p-skincare__parts17-list {
    display: grid;
    gap: 24px;
}

.p-skincare__parts17-item {
    background: #f3ebdd;
    padding: 28px 6%;
}

.p-skincare__parts17-heading {
    position: relative;
    margin: 0 0 22px;
    padding-left: 32px;
    font-size: 20px;
    font-weight: 600;
    @media screen and (max-width: 768px) {
        margin-bottom: 16px;
        padding-left: 24px;
        font-size: 14px;
    }
}

.p-skincare__parts17-heading::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a9835d;
}

.p-skincare__parts17-text {
    margin: 0;
    font-size: 16px;
    line-height: calc(32 / 16);
}
.p-skincare__parts17-img{
  width: calc(100% / 2);
}
.p-skincare__parts17-box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4%;
  @media screen and (max-width: 736px) {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}
.p-skincare__parts17-box-content{
  width: calc(100% / 2);
  @media screen and (max-width: 736px) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
    .p-skincare__parts17 {
        padding: 50px 20px;
    }

    .p-skincare__parts17-item {
        padding: 28px 20px;
    }


    .p-skincare__parts17-heading::before {
        width: 8px;
        height: 8px;
    }

    .p-skincare__parts17-text {
        font-size: 1.5rem;
    }
}
.p-skincare__parts17-case{
  margin-inline: auto;
}
.p-skincare__parts17-case__doctor {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  align-items: center;
}

.p-skincare__parts17-case__doctor-image {
  width: calc(100% / 2);
  flex-shrink: 0;
}

.p-skincare__parts17-case__doctor-body {
  width: calc(100% / 2);
  flex: 1;
}

.p-skincare__parts17-case__doctor-clinic {
  font-size: 18px;
}

.p-skincare__parts17-case__doctor-name {
  margin-top: 4px;
  font-size: 24px;
}

.p-skincare__parts17-case__doctor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 40px;
  margin-top: 12px;
  padding-inline: 16px;
  border: 1px solid #c7b59b;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-skincare__parts17-case__doctor-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-skincare__parts17-case__doctor {
    align-items: flex-start;
  }

  .p-skincare__parts17-case__doctor-image {
    width: 80px;
  }

  .p-skincare__parts17-case__doctor-name {
    font-size: 1.8rem;
  }

  .p-skincare__parts17-case__doctor-link {
    width: 100%;
    min-width: initial;
  }
}
.p-skincare__parts29-table {
  overflow-x: auto;
}

.p-skincare__parts29-table-inner {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-skincare__parts29-table-head-cell,
.p-skincare__parts29-table-title,
.p-skincare__parts29-table-data {
  border-block: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: calc(32 / 16);
}

.p-skincare__parts29-table-head-cell {
  background: #a9845f;
  color: #fff;
  font-weight: 700;
}

.p-skincare__parts29-table-title {
  width: 200px;
  background: #ebe0cf;
  font-weight: 700;
  white-space: nowrap;
}

.p-skincare__parts29-table-data {
  background: #f8f3eb;
}

.p-skincare__parts29-table-row
  .p-skincare__parts29-table-data:nth-child(odd) {
  background: #ebe0cf;
}

@media screen and (max-width: 767px) {
  .p-skincare__parts29-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p-skincare__parts29-table-inner {
    width: 100%;
    min-width: 700px;
  }
  .p-skincare__parts29-table-head-cell,
  .p-skincare__parts29-table-title,
  .p-skincare__parts29-table-data {
    padding: 20px 12px;
    font-size: 14px;
  }

  .p-skincare__parts29-table-title {
    /* width: 140px; */
  }
}

.p-skincare__parts33 {
}

.p-skincare__parts33-inner {
    
}

.p-skincare__parts33-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 48px;
}

.p-skincare__parts33-text {
    /* margin: 0 0 40px; */
    font-size: 16px;
    line-height: calc(32 / 16);
}

.p-skincare__parts33-box {
    padding: 48px 7%;
    background: #e4e3e1;
    margin-top: 28px;
}

.p-skincare__parts33-list {
}

.p-skincare__parts33-item {
    font-size: 16px;
    line-height: calc(31 / 18);
    position: relative;
    padding-left: 2.2em;
}

.p-skincare__parts33-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.p-skincare__parts33-item + .p-skincare__parts33-item {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-skincare__parts33 {
        padding: 60px 20px;
    }

    .p-skincare__parts33-head {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
    .p-skincare__parts33-text {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .p-skincare__parts33-box {
        padding: 28px 4%;
    }

    .p-skincare__parts33-list {
        padding-left: 1.2px;
    }

    .p-skincare__parts33-item {
        font-size: 14px;
        padding-left: 1.5em;
    }

    .p-skincare__parts33-item + .p-skincare__parts33-item {
        margin-top: 12px;
    }
}
.u-bg-darkbeige{
  background: #ebe0cf; 
}
.p-skincare__parts8 {
  /* background: #ebe0cf; */
}

.p-skincare__parts8-inner {
  max-width: 920px;
  margin-inline: auto;
}

.p-skincare__parts8-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-skincare__parts8-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c7b299;
}

.p-skincare__parts8-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 80px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-skincare__parts8-list-item {
  position: relative;
  padding-left: 44px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3f3a34;
}

.p-skincare__parts8-list-item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #8e7459;
  box-sizing: border-box;
}

.p-skincare__parts8-list-item::after {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #8e7459;
  border-bottom: 2px solid #8e7459;
  transform: rotate(-45deg);
}

.p-skincare__parts8-text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #3f3a34;
}

@media screen and (max-width: 767px) {


  .p-skincare__parts8-title {
      font-size: 2.2rem;
      padding-bottom: 18px;
      margin-bottom: 32px;
  }

  .p-skincare__parts8-list {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .p-skincare__parts8-list-item {
      padding-left: 36px;
      font-size: 1.7rem;
  }

  .p-skincare__parts8-text {
      margin-top: 32px;
      font-size: 1.5rem;
  }
}
.p-skincare__parts21 {
  /* padding: 80px 20px; */
  /* background: #ebe0cf; */
}

.p-skincare__parts21-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.p-skincare__parts21-text {
  font-size: 16px;
  line-height: calc(32 / 16);
  text-align: center;
}

.p-skincare__parts21-movies {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .p-skincare__parts21-movies {
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.p-skincare__parts21-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 48px;
  margin-inline: auto;
}
.p-skincare__parts21-movies .p-skincare__parts21-movie {
  flex: 1;
  min-width: 0;
  height: auto;          /* height: 0 を打ち消す */
  padding-bottom: 0;     /* padding trick をやめる */
  aspect-ratio: 16 / 9;
  margin-top: 0;
  @media screen and (max-width: 768px) {
    flex: none;
    width: 100%;
  }
}

.p-skincare__parts21-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-skincare__parts21 {
    padding: 56px 0px;
  }

  .p-skincare__parts21-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-skincare__parts35 {
  /* padding: 0 7.5%; */
  /* background: #ebe0cf; */
}

.p-skincare__parts35__inner {
  width: min(100% - 40px, 1100px);
  margin-inline: auto;
}

.p-skincare__parts35__heading{
  padding: 3%;
}
.p-skincare__parts35__heading-number {
  flex-shrink: 0;
  color: #b28a5d;
  font-size: 40px;
}

.p-skincare__parts35__heading-body {
  flex: 1;
}

.p-skincare__parts35__title {
  font-size: 20px;
}

.p-skincare__parts35__text {
  margin-top: 30px;
  line-height: calc(32 / 16);
}
.p-skincare__parts35__heading-top {
  display: flex;
  align-items: center;
  gap: 40px;
}



/* =========================
table
========================= */

.p-skincare__parts35__table-wrap {
  margin-top: 64px;
  overflow-x: auto;
}

.p-skincare__parts35__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

/* 背景が濃い親に置く場合 */
.is-bg-dark {
  background: #fdf9f3;
}

.p-skincare__parts35__table thead th {
  padding: 24px 2%;
  background: #a5815d;
  color: #fff;
  font-size: 16px;
  /* text-align: center; */
  line-height: calc(32 / 16);
}

.p-skincare__parts35__table tbody th,
.p-skincare__parts35__table tbody td {
  padding: 30px 2%;
  border-bottom: 1.5px solid #353535;
  vertical-align: middle;
}

.p-skincare__parts35__table tbody th {
  width: 18%;
  font-size: 16px;
  text-align: left;
}

.p-skincare__parts35__table tbody td {
  font-size: 16px;
  line-height: 2;
}

.p-skincare__parts35__table thead th:nth-child(2) {
  /* width: 18%; */
}

.p-skincare__parts35__table thead th:nth-child(3) {
  /* width: 18%; */
}

.p-skincare__parts35__table thead th:nth-child(4) {
  /* width: 46%; */
}


.p-skincare__parts35__wave-list,
.p-skincare__parts35__feature-list {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.p-skincare__parts35__wave-list li,
.p-skincare__parts35__feature-list li {
  line-height: 2;
}

.is-accent {
  color: #7a420b;
}

.p-skincare__parts35__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-skincare__parts35__feature-text {
  width: 100%;
}

.p-skincare__parts35__feature-list {
  width: 100%;
}

.p-skincare__parts35__feature-list li {
  position: relative;
  padding-left: 1em;
}

.p-skincare__parts35__feature-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-skincare__parts35 {
    padding: 80px 0;
  }

  .p-skincare__parts35__heading-top {
    gap: 2%;
    /* align-items: flex-start; */
  }

  .p-skincare__parts35__heading-number {
    font-size: 36px;
  }

  .p-skincare__parts35__title {
    font-size: 18px;
  }

  .p-skincare__parts35__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }

  .p-skincare__parts35__table {
    min-width: 900px;
  }

  .p-skincare__parts35__table thead th {
    padding: 20px 16px;
    font-size: 14px;
  }

  .p-skincare__parts35__table tbody th,
  .p-skincare__parts35__table tbody td {
    padding: 28px 16px;
  }

  .p-skincare__parts35__table tbody th {
    font-size: 14px;
  }

  .p-skincare__parts35__table tbody td {
    font-size: 14px;
  }
    .p-skincare__parts35__table-wrap {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .p-skincare__parts35__table {
      /* width: 700px; */
      /* min-width: 700px; */
    }
  
    .p-skincare__parts35__table th:first-child {
      position: sticky;
      left: 0;
      z-index: 2;
      width: 16%;
    }
  
    .p-skincare__parts35__table tbody tr:not(.is-bg-dark) th:first-child {
      background-color: #fff;
    }
  
    .p-skincare__parts35__table tbody tr.is-bg-dark th:first-child {
      background-color: #fdf9f3;
    }
  
    .p-skincare__parts35__table thead th:first-child {
      background-color:#a5815d ;
    }
  }
  .l-skincare__risk-list-item{
    position: relative;
    font-size: 16px;
    line-height: 3;
    padding-left: 2.2em;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      line-height: 2;
      margin-top: 12px;
    }
  }

  .l-skincare__risk-list-item::before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  /* =========================
      MV
      ========================= */
/* 医療ハイフ（ウルトラフォーマーMPT） */

.p-skincare__kv_ultraformer{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_ultraformer::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare_new/ultraformer/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_ultraformer::before{
    background-image: url("../img/diagnosis_new/skincare_new/ultraformer/img_kv_sp.webp");
    background-position: top right;
  }
}
.p-skincare__kv_ultraformer .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: -8%;
    padding: 35px 0 35px 4vw;
  }
}
.p-skincare__kv_biyonaihuku{
  background-image: url("../img/diagnosis_new/skincare_new/biyonaihuku/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    background-image: url("../img/diagnosis_new/skincare_new/biyonaihuku/img_kv_sp.webp");
    height: min(375px, 100svh);
    background-position: center bottom;
  }
}
/* マイクロボトックス */
.p-skincare__kv_microbotox{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_microbotox::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/micro_botox/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_microbotox::before{
    background-image: url("../img/diagnosis_new/skincare/micro_botox/img_kv_sp.webp");
  }
}
.l-skincare__kv.p-skincare__kv_microbotox::after{
  @media screen and (max-width: 768px) {
  display: none;
}}
.p-skincare__kv_microbotox .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: 0;
  }
}
/* メソナJ */
.p-skincare__kv_mesonaj{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_mesonaj::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/mesonaj/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_mesonaj::before{
    background-image: url("../img/diagnosis_new/skincare/mesonaj/img_kv_sp.webp");
    background-position: right bottom;
  }
}
.p-skincare__kv_mesonaj .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: -8%;
    padding: 35px 0 35px 4vw;
  }
}

/* ボルフォーマー */
.p-skincare__kv_volformer{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_volformer::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare_new/volformer/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_volformer::before{
    background-image: url("../img/diagnosis_new/skincare_new/volformer/img_kv_sp.webp");
    background-position: center bottom;
  }
}
/* .p-skincare__kv_volformer > *{
  position: relative;
  z-index: 1;
} */
 /* ハイドラブースター */
.p-skincare__kv_hydra{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_hydra::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare_new/hydra/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_hydra::before{
    background-image: url("../img/diagnosis_new/skincare_new/hydra/img_kv_sp.webp");
    background-position: center bottom;
  }
}
.l-skincare__kv.p-skincare__kv_hydra::after{
  @media screen and (max-width: 768px) {
  display: none;
}}
/* .p-skincare__kv_hydra > *{
  position: relative;
  z-index: 1;
  bottom: -58%;
} */
.p-skincare__kv_hydra .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: -5%;
  }
}
 /* 艶玉 */
.p-skincare__kv_tsuyadama{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_tsuyadama::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare_new/tsuyadama/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_tsuyadama::before{
    background-image: url("../img/diagnosis_new/skincare_new/tsuyadama/img_kv_sp.webp");
  }
}
.p-skincare__kv_tsuyadama > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
/* ダーマペン */
.p-skincare__kv_dermapen{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_dermapen::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/dermapen/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_dermapen::before{
    background-image: url("../img/diagnosis_new/skincare/dermapen/img_kv_sp.webp");
  }
}
.p-skincare__kv_dermapen > *{
  position: relative;
  z-index: 1;
  bottom: -48%;
}
.l-skincare__kv.p-skincare__kv_dermapen::after{
  @media screen and (max-width: 768px) {
  display: none;
}}
/* ブレッシング */
.p-skincare__kv_blessing{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_blessing::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/blessing/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_blessing::before{
    background-image: url("../img/diagnosis_new/skincare/blessing/img_kv_sp.webp");
  }
}
.p-skincare__kv_blessing > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
/* デンシファイ */
.p-skincare__kv_densifi{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_densifi::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/densify/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_densifi::before{
    background-image: url("../img/diagnosis_new/skincare/densify/img_kv_sp.webp");
  }
}
.p-skincare__kv_densifi .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: -5%;
    padding: 35px 0 35px 4vw;
    margin-right: 0;
    width: 100%;
  }
}
/* スキンピールバー */
.p-skincare__kv_skinpeelbar{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_skinpeelbar::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/skinpeelbar/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_skinpeelbar::before{
    background-image: url("../img/diagnosis_new/skincare/skinpeelbar/img_kv_sp.webp");
  }
}
.p-skincare__kv_skinpeelbar > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
/* サブシジョン */
.p-skincare__kv_subcision{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_subcision::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/subcision/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_subcision::before{
    background-image: url("../img/diagnosis_new/skincare/subcision/img_kv_sp.webp");
  }
}
.p-skincare__kv_subcision > *{
  position: relative;
  z-index: 1;
  bottom: -48%;
}
.p-skincare__kv_volnewmer{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_volnewmer::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/volnewmer/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_volnewmer::before{
    background-image: url("../img/diagnosis_new/skincare/volnewmer/img_kv_sp.webp");
  }
}
.p-skincare__kv_volnewmer > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
.p-skincare__kv_picosure{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_picosure::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/picosure/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_picosure::before{
    background-image: url("../img/diagnosis_new/skincare/picosure/img_kv_sp.webp");
  }
}
.p-skincare__kv_picosure > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
.l-skincare__kv.p-skincare__kv_picosure::after{
  @media screen and (max-width: 768px) {
  display: none;
}}
/* ピーリング */
.p-skincare__kv_peeling{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_peeling::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/peeling/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_peeling::before{
    background-image: url("../img/diagnosis_new/skincare/peeling/img_kv_sp.webp");
  }
}
.p-skincare__kv_peeling .l-skincare__kv-box{
  @media screen and (max-width: 736px) {
    bottom: 4%;
  }
}
/* イントラシュア */
.p-skincare__kv_intrasure{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_intrasure::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/intrasure/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_intrasure::before{
    background-image: url("../img/diagnosis_new/skincare/intrasure/img_kv_sp.webp");
  }
}
.p-skincare__kv_intrasure > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
/* ドクターズコスメ */
.p-skincare__kv_cosmetics{
  position: relative;
  background: linear-gradient(
    180deg,
    #ebe0cf 7%,
    #e6d4b8 44%
  );
  height: 600px;
  color: inherit;
  @media screen and (max-width: 736px) {
    height: min(375px, 100svh);
  }
}
.p-skincare__kv_cosmetics::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/diagnosis_new/skincare/doctors_cosmetics/img_kv_pc.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .p-skincare__kv_cosmetics::before{
    background-image: url("../img/diagnosis_new/skincare/doctors_cosmetics/img_kv_sp.webp");
  }
}
.p-skincare__kv_cosmetics > *{
  position: relative;
  z-index: 1;
  bottom: -24%;
}
.l-skincare__kv.p-skincare__kv_cosmetics::after{
  @media screen and (max-width: 768px) {
  display: none;
}}

/* ===============================================
# 追加
=============================================== */


@media (max-width: 599px) {
    .bread_inner {
      background: #f8f3eb;
}}
  @media screen and (max-width: 736px) {
.p-skincare__parts9-effect-list-item::after{
top: 0.55rem;
bottom: auto;

}
  }
  /* 背景のぼやけ */
  .p-skincare__img-blur{
    position: relative;
    z-index: 0;
  }
.p-skincare__img-blur::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: min(75vw, 650px);
  width: 100%;
  height: 320px;

  background: radial-gradient(
    ellipse 90% 70% at 50% 50%,
    #ffffff 0%,
    rgba(255, 255, 255, 0.95) 28%,
    rgba(255, 255, 255, 0.8) 52%,
    rgba(255, 255, 255, 0.45) 72%,
    transparent 100%
  );

  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  @media screen and (max-width: 736px) {
    height: 230px;
  }
}

/* ===============================================
# parts13 取り扱いアイテム（2x2グリッド）
=============================================== */
.p-skincare__parts13 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  gap: 10px;
}

.p-skincare__parts13-item {
  padding: 40px 48px 48px;
  background: #fff;
}

.p-skincare__parts13-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-skincare__parts13-category {
  display: inline-block;
  align-self: flex-start;
  margin: 0;
  padding: 4px 14px;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-skincare__parts13-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  min-height: 220px;
}

.p-skincare__parts13-img {
  display: block;
  width: auto;
  max-height: 240px;
  height: auto;
  object-fit: contain;
}

.p-skincare__parts13-text {
  margin-top: 28px;
}

.p-skincare__parts13-name {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-skincare__parts13-price {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-skincare__parts13-desc {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 736px) {
  .p-skincare__parts13 {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .p-skincare__parts13-item {
    padding: 28px 20px 32px;
  }

  .p-skincare__parts13-item:nth-child(odd) {
    border-right: none;
  }

  .p-skincare__parts13-item:nth-child(-n + 2) {
    border-bottom: none;
  }

  .p-skincare__parts13-item:not(:last-child) {
    border-bottom: none;
  }

  .p-skincare__parts13-category {
    font-size: 12px;
    padding: 3px 10px;
  }

  .p-skincare__parts13-image {
    margin-top: 20px;
    min-height: 180px;
  }

  .p-skincare__parts13-img {
    max-width: 56%;
    max-height: 200px;
  }

  .p-skincare__parts13-text {
    margin-top: 20px;
  }

  .p-skincare__parts13-name {
    font-size: 18px;
  }

  .p-skincare__parts13-price {
    font-size: 15px;
  }

  .p-skincare__parts13-desc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.diagnosis-map{
  position:relative;
  max-width:730px;
  margin:auto;
}

.diagnosis-map img{
  width:100%;
  display:block;
}

.diagnosis-map a{
  position:absolute;
  display:block;
}

.link-f{
top: 69%;
left: 3.8%;
  width:21%;
  height:18%;
  @media screen and (max-width: 768px) {
    top: 59%;
  }
}

.link-v{
top: 69%;
left: 29%;
  width:21%;
  height:18%;
  @media screen and (max-width: 768px) {
    top: 60%;
  }
}

.link-hifu{
  left:52%;
  top: 69%;
  width:21%;
  height:18%;
  @media screen and (max-width: 768px) {
    top: 59%;
  }
}

.link-volformer{
  left:76%;
  top:67%;
  width:21%;
  height:18%;
  @media screen and (max-width: 768px) {
    top: 59%;
  }
}
#tarumi-diagnosis {
  width:100%;
  max-width:720px;
  margin:30px auto;
  padding:28px 22px 32px;
  box-sizing:border-box;
  background:#fbf7ef;
  font-family:-apple-system,BlinkMacSystemFont,"Yu Gothic","YuGothic",Meiryo,sans-serif;
  color:#4f392c;
}

#tarumi-diagnosis * {
  box-sizing:border-box;
}

#tarumi-diagnosis .td-title {
  text-align:center;
  margin-bottom:28px;
}

#tarumi-diagnosis .td-title-main {
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:34px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.03em;
  color:#4a3023;
  margin-bottom:10px;
}

#tarumi-diagnosis .td-title-main span {
  color:#cf4d5d;
}

#tarumi-diagnosis .td-title-sub {
  display:inline-block;
  padding:7px 24px;
  background:#ead2aa;
  border-radius:30px;
  color:#795945;
  font-size:13px;
  font-weight:700;
  line-height:1.6;
}

#tarumi-diagnosis .td-progress-area {
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:10px;
}

#tarumi-diagnosis .td-progress-bg {
  flex:1;
  height:5px;
  background:#eadfd2;
  border-radius:20px;
  overflow:hidden;
}

#tarumi-diagnosis .td-progress {
  width:33.333%;
  height:100%;
  background:#b89175;
  border-radius:20px;
  transition:.3s;
}

#tarumi-diagnosis .td-step {
  min-width:58px;
  text-align:right;
  font-size:12px;
  color:#8e725e;
  font-weight:700;
}

#tarumi-diagnosis .diagnosis-question {
  display:none;
  padding:22px 18px;
  background:#fffaf4;
  border:2px solid #725643;
  border-radius:12px;
}

#tarumi-diagnosis #question-1 {
  display:block;
}

#tarumi-diagnosis .td-question-title {
  margin-bottom:18px;
  text-align:center;
  font-size:17px;
  font-weight:700;
  color:#4d382c;
  line-height:1.7;
}

#tarumi-diagnosis .diagnosis-btn {
  width:100%;
  margin:0 0 12px;
  padding:15px 16px;
  border:1px solid #c7ad9a;
  border-radius:9px;
  background:#fff;
  color:#4f4138;
  font-size:14px;
  line-height:1.7;
  text-align:left;
  cursor:pointer;
  transition:.2s;
  appearance:none;
  -webkit-appearance:none;
}

#tarumi-diagnosis .diagnosis-btn:last-child {
  margin-bottom:0;
}

#tarumi-diagnosis .diagnosis-btn:hover,
#tarumi-diagnosis .diagnosis-btn.is-selected {
  background:#f8eee5;
  border-color:#9a7157;
}

#tarumi-diagnosis .answer-a {
  color:#c84955;
  font-weight:700;
}

#tarumi-diagnosis .answer-b {
  color:#4254a5;
  font-weight:700;
}

#tarumi-diagnosis .answer-note {
  display:inline-block;
  margin-left:22px;
  font-size:12px;
  color:#8c7666;
}

#tarumi-diagnosis .diagnosis-result {
  display:none;
  padding:26px 20px 24px;
  background:#af927b;
  border-radius:14px;
  text-align:center;
  color:#fff;
  box-shadow:0 5px 14px rgba(91,63,43,.15);
}

#tarumi-diagnosis .result-label {
  display:inline-block;
  margin-bottom:12px;
  padding:5px 16px;
  background:#fffaf4;
  border-radius:20px;
  color:#765947;
  font-size:12px;
  font-weight:700;
}

#tarumi-diagnosis .result-title {
  margin-bottom:14px;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:25px;
  font-weight:700;
  line-height:1.5;
  color:#fff;
}

#tarumi-diagnosis .result-image-wrap {
  width:100%;
  max-width:320px;
  margin:0 auto 18px;
}

#tarumi-diagnosis .result-image {
  display:block;
  width:100%;
  max-height:230px;
  object-fit:contain;
  margin:0 auto;
  border-radius:10px;
}

#tarumi-diagnosis .result-lead {
  margin-bottom:18px;
  font-size:14px;
  line-height:1.85;
  color:#fffaf5;
}

#tarumi-diagnosis .result-points {
  margin:0 auto 20px;
  padding:16px 17px;
  max-width:540px;
  background:#fffaf4;
  border-radius:10px;
  color:#5c4739;
  text-align:left;
  font-size:14px;
  line-height:1.9;
}

#tarumi-diagnosis .result-link {
  display:block;
  width:100%;
  max-width:420px;
  margin:0 auto 14px;
  padding:14px 16px;
  border-radius:28px;
  background:#6d4f3c;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}

#tarumi-diagnosis .result-link:hover {
  opacity:.88;
}

#tarumi-diagnosis .case-accordion {
  width:100%;
  max-width:540px;
  margin:0 auto 14px;
  text-align:left;
}

#tarumi-diagnosis .case-accordion-btn {
  width:100%;
  padding:14px 16px;
  border:1px solid #e4d5c9;
  border-radius:9px;
  background:#fffaf4;
  color:#654b3b;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

#tarumi-diagnosis .case-accordion-icon {
  font-size:20px;
  line-height:1;
  transition:transform .25s;
}

#tarumi-diagnosis .case-accordion.is-open .case-accordion-icon {
  transform:rotate(45deg);
}

#tarumi-diagnosis .case-accordion-content {
  display:none;
  padding:16px 0 0;
}

#tarumi-diagnosis .case-accordion.is-open .case-accordion-content {
  display:block;
}

#tarumi-diagnosis .case-image-wrap {
  width:100%;
  margin:0 auto 16px;
  text-align:center;
}

#tarumi-diagnosis .case-image {
  display:block;
  width:100%;
  max-width:480px;
  max-height:420px;
  object-fit:contain;
  margin:0 auto;
  border-radius:8px;
  background:#fff;
}

#tarumi-diagnosis .case-table-scroll {
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  background:#fff;
  border-radius:8px;
}

#tarumi-diagnosis .case-table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
  background:#fff;
  color:#4f4138;
  font-size:13px;
  line-height:1.7;
}

#tarumi-diagnosis .case-table th,
#tarumi-diagnosis .case-table td {
  padding:12px 14px;
  border-right:1px solid #ded1c7;
  border-bottom:1px solid #ded1c7;
  vertical-align:top;
  word-break:break-word;
}

#tarumi-diagnosis .case-table tr:first-child th,
#tarumi-diagnosis .case-table tr:first-child td {
  border-top:1px solid #ded1c7;
}

#tarumi-diagnosis .case-table th {
  width:40%;
  border-left:1px solid #ded1c7;
  background:#f2e7d8;
  color:#60493a;
  font-weight:700;
  text-align:left;
}

#tarumi-diagnosis .case-table td {
  width:60%;
  background:#fff;
}

#tarumi-diagnosis .diagnosis-reset {
  border:0;
  background:transparent;
  color:#fff;
  font-size:12px;
  text-decoration:underline;
  cursor:pointer;
  padding:8px;
}


@media screen and (max-width:600px) {

  #tarumi-diagnosis {
    padding:22px 14px 26px;
  }

  #tarumi-diagnosis .td-title-main {
    font-size:28px;
  }

  #tarumi-diagnosis .td-title-sub {
    padding:6px 16px;
    font-size:12px;
  }

  #tarumi-diagnosis .diagnosis-question {
    padding:20px 14px;
  }

  #tarumi-diagnosis .td-question-title {
    font-size:16px;
  }

  #tarumi-diagnosis .diagnosis-btn {
    font-size:13px;
    padding:14px 13px;
  }

  #tarumi-diagnosis .diagnosis-result {
    padding:24px 18px 22px;
  }

  #tarumi-diagnosis .result-title {
    font-size:23px;
  }

  #tarumi-diagnosis .case-table-scroll {
    width:100%;
    overflow-x:auto;
    position:relative;
    border-radius:8px;
    -webkit-overflow-scrolling:touch;
  }

  #tarumi-diagnosis .case-table {
    width:560px;
    min-width:560px;
    table-layout:fixed;
  }

  #tarumi-diagnosis .case-table th {
    position:sticky;
    left:0;
    z-index:3;
    width:140px;
    min-width:140px;
    max-width:140px;
    padding:12px 12px;
    background:#f2e7d8;
    box-shadow:3px 0 5px rgba(80,55,38,.10);
  }

  #tarumi-diagnosis .case-table td {
    width:420px;
    min-width:420px;
    padding:12px 14px;
  }

  #tarumi-diagnosis .case-table th,
  #tarumi-diagnosis .case-table td {
    font-size:12px;
    line-height:1.7;
  }
}

.c-tab-list li a{
  border: solid 1px #a9845f;
  color: #a9845f;
}
.c-tab-list li.active a {
  background: #a9845f;
  color: #fff;
}

/* ===============================================
# 汎用クラス
=============================================== */
  .u-flex-d-col-rev_sp{
    @media screen and (max-width: 736px) {
    flex-direction: column-reverse;
  }}
  .c-marker {
    background: linear-gradient(
      transparent 20%,
      #FFF06A 20%,
      #FFF06A 90%,
      transparent 90%
    );
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }