@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;
    overflow-x: clip;
}
.o-m1 {
  font-family: "Shippori Mincho", serif;
}
.diagnosis.top {
	display: flex;
	justify-content: center;
}

/* diagnosis-newskincare の2カラム全体コンテナ（旧: インラインstyle width:1170px） */
.page-template-diagnosis-newskincare .p-skincare__container{
  width: 100%;
  max-width: 1240px;
  margin-left: 12%;
  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}
.page-template-diagnosis-newskincare .p-skincare__container{
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: auto;
}

.page-template-diagnosis-newskincare .diagnosis.top.l_wrapper{
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-template-diagnosis-newskincare .diagnosis.top{
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.page-template-diagnosis-newskincare .l-skincare-wrapper{
  flex: 1 1 auto;
  margin-inline: 0;
  max-width: none;
  clear: both;
}

@media only screen and (max-width: 736px) {
  .page-template-diagnosis-newskincare .diagnosis.top{
    display: block;
  }
  .page-template-diagnosis-newskincare .diagnosis.top.l_wrapper{
    max-width: none;
    padding-inline: 0;
    margin-bottom: 0;
  }
  .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) {
    padding-bottom: 40px;
  }
}
.p-skincare__bread-inner{
  width: 1150px;
    margin: 0 auto;
}
.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-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;
}
/* ===============================================
# Full-bleed wrapper / inner (共通)
=============================================== */
.l-skincare-main > section{
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.l-skincare-inner{
  width: 100%;
  max-width: 850px;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}

.page-template-diagnosis-newskincare .l-skincare-inner{
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}
.l-skincare-inner > *{
  width: 100%;
}
.page-template-diagnosis-newskincare .l-skincare-inner .o-m2__lists,
.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;
  }
}
.p-skincare__sidebar{
  position: absolute;
}
.l-skincare-section{
    padding-block: 80px;
    @media only screen and (max-width: 736px) {
      padding-top: 36px;
      padding-bottom: 0;
    }
}

.l-skincare-bgbeige{
    background: #f8f3eb;
}
.l-skincare__bnr-section{
    @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: 130px;
  @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-section {
  position: relative;
  overflow: hidden; 
}

/* 横線 */
.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: 768px) {
    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{
  position: relative;
  overflow: hidden;
  height: min(1008px, 100vh);
  margin-top: 88px;
}
.l-skincare__kv-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 736px) {
  .l-skincare__kv{
    height: min(750px, 100svh);
    margin-bottom: 0;
    margin-top: 0;
    background-position: center top;
  }
  .l-skincare__kv-video{
    object-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;
  z-index: 1;
  @media only screen and (max-width: 736px) {
    left: 0;
    bottom: 24%;
  }
}
.l-skincare__kv-catch{
  color: #fff;
  font-size: 65.95px;
  @media only screen and (max-width: 736px) {
    font-size: 35px;
  }
}
.l-skincare__kv-title{
  color: #fff;
  font-size: 24.73px;
  @media only screen and (max-width: 736px) {
    font-size: 14px;
  }
}
/* ===============================================
# CTA
=============================================== */
.l-skincare__cta{
  padding-block: 90px;
  @media screen and (max-width: 768px) {
    padding-block: 62px;
    padding-inline: 20px;
  }
}
.l-skincare__cta-inner{
    max-width: 850px;
    padding: 48px;
    margin-inline: auto;
    @media screen and (max-width: 768px) {
      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;
    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: 768px) {
    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;
}
.l-skincare-problems-list-wrapper{
  display: flex;
  justify-content: space-between;
  @media only screen and (max-width: 736px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.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;
}
.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: 768px) {
      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: 768px) {
      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-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-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: 768px) {
    padding-bottom: 64px;
  }
}

/* ===============================================
# Reason
=============================================== */
.l-skincare-reason{
  @media screen and (max-width: 768px) {
    padding-bottom: 64px;
  }
}
.l-skincare-reason-list{
  padding-top: 80px;
  @media screen and (max-width: 768px) {
    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: 768px) {
      row-gap: 64px;
    }
}
.l-skincare__list4-item{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    position: relative;
    counter-increment: skincare-number;
    max-width: 925px;
    
}

.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: center;
    }
}
.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: center;
    }
  }


/* 共通：番号 */
.l-skincare__list4-item::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;
  }
}

/* 共通：丸 */
.l-skincare__list4-item::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;
  }

}

/* 奇数（左） */
.l-skincare__list4-item:nth-child(odd)::before {
  left: -44px;
  @media only screen and (max-width: 736px) {
    left: -10px;
    top: -10px;
  }
}

.l-skincare__list4-item:nth-child(odd)::after {
  left: -64px;
  @media only screen and (max-width: 736px) {
    left: -10px;
    top: -8px;
  }
}

/* 偶数（右） */
.l-skincare__list4-item:nth-child(even)::before {
  right: -50px;
  @media only screen and (max-width: 736px) {
    right: -10px;
    top: -8px;
  }
}

.l-skincare__list4-item:nth-child(even)::after {
  right: -70px;
  @media only screen and (max-width: 736px) {
    right: -10px;
    top: -8px;
  }
}
.l-skincare__list4-item::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: 768px) {
    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;
    @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;
      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: center;
    @media only screen and (max-width: 736px) {
      width: 100%;
    }
}
.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%;
    max-width: 310px;
    display: block;
    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: 768px) {
    width: 100%;
  }
}
/* ===============================================
# price
=============================================== */
.c-skincare__lists {
	border-top: 1px solid #ddd;
  /* 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;
  }
  }
  
  /* ＋ */
  .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: 12px;
	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: 0;
    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;
  }
  
  .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: 18px;
  }
  }
  
  .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;
  }
  
  .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);
	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__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: 1%;
  margin-left: 28px;
  margin-bottom: 32px;
  @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 img, .o-g5__image--case img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1000 / 563;
  }
  .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: center;
  gap: 5%;
  @media screen and (max-width: 768px) {
    flex-direction: column-reverse;
  }

}
.p-skincare__parts9-content-text{
  width: 50%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  font-size: 16px;
  line-height: calc(32 / 16);
}
.p-skincare__parts9-content-img{
  width: 50%;
  @media screen and (max-width: 768px) {
    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;
    letter-spacing: 0.08em;
    text-align: center;
    color: #3f3a34;
}
.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-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;
    bottom: 0.7em;
    left: 4px;
    width: 22px;
    height: 10px;
    border-left: 2px solid #8e7459;
    border-bottom: 2px solid #8e7459;
    transform: rotate(-45deg);
}

.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: 1.7rem;
    }

    .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: #e7e7e7;
}

.p-skincare__parts9-merit-demerit-item-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 70px;
  height: 70px;
  border: 1px solid #ccb79d;
  border-radius: 50%;
}

.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-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 {
      padding: 60px 20px;
  }

  .p-skincare__parts9-merit-demerit-inner {
      grid-template-columns: 1fr;
  }

  .p-skincare__parts9-merit-demerit-item {
      padding: 80px 24px 40px;
  }

  .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: 1.9rem;
  }

  .p-skincare__parts9-merit-demerit-item-list-item-text {
      font-size: 1.5rem;
  }

  .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: #ead9bd;
    overflow: hidden;
}
.p-skincare__parts36-item:nth-child(odd) {
    background: linear-gradient(
        180deg,
        #ebe0cf 0%,
        #e6d4b8 100%
    );
}

.p-skincare__parts36-item + .p-skincare__parts36-item {
    margin-top: 30px;
}

.p-skincare__parts36-img {
    max-width: 210px;
}

.p-skincare__parts36-img img {

}

.p-skincare__parts36-content {
    position: relative;
    z-index: 1;
}

.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 {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 24px 44px;
    }

    .p-skincare__parts36-head {
        gap: 16px;
        margin-bottom: 18px;
    }

    .p-skincare__parts36-num {
        font-size: 2.8rem;
    }

    .p-skincare__parts36-item-title {
        font-size: 1.8rem;
    }

    .p-skincare__parts36-text {
        font-size: 1.4rem;
    }

    .p-skincare__parts36-bgtext {
        right: -8px;
        bottom: -8px;
        font-size: 5rem;
    }
}
.p-skincare__parts17 {
    background: #ebe0cf;
    padding: 70px 20px;
}

.p-skincare__parts17-inner {
    max-width: 1060px;
    margin-inline: auto;
}

.p-skincare__parts17-list {
    display: grid;
    gap: 24px;
}

.p-skincare__parts17-item {
    background: #f3ebdd;
    padding: 28px 2%;
}

.p-skincare__parts17-heading {
    position: relative;
    margin: 0 0 22px;
    padding-left: 32px;
    font-size: 20px;
    font-weight: 600;
}

.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);
}

@media screen and (max-width: 767px) {
    .p-skincare__parts17 {
        padding: 50px 20px;
    }

    .p-skincare__parts17-item {
        padding: 28px 20px;
    }

    .p-skincare__parts17-heading {
        margin-bottom: 16px;
        padding-left: 24px;
        font-size: 1.9rem;
    }

    .p-skincare__parts17-heading::before {
        width: 8px;
        height: 8px;
    }

    .p-skincare__parts17-text {
        font-size: 1.5rem;
    }
}
.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;
}

.p-skincare__parts33-list {
}

.p-skincare__parts33-item {
    font-size: 18px;
    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: 1.5rem;
    }

    .p-skincare__parts33-box {
        padding: 28px 20px;
    }

    .p-skincare__parts33-list {
        padding-left: 1.2em;
    }

    .p-skincare__parts33-item {
        font-size: 1.5rem;
    }

    .p-skincare__parts33-item + .p-skincare__parts33-item {
        margin-top: 12px;
    }
}

.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;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3f3a34;
}

.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-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 48px;
}

.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 20px;
  }

  .p-skincare__parts21-text {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-skincare__parts35 {
  padding: 50px 7.5%;
  background: #ebe0cf;
}

.p-skincare__parts35__inner {
  width: min(100% - 40px, 1100px);
  margin-inline: auto;
}

.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-block: 24px;
  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: 16px;
    align-items: flex-start;
  }

  .p-skincare__parts35__heading-number {
    font-size: 4.8rem;
  }

  .p-skincare__parts35__title {
    font-size: 2.6rem;
  }

  .p-skincare__parts35__text {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-skincare__parts35__table {
    min-width: 900px;
  }

  .p-skincare__parts35__table thead th {
    padding: 20px 16px;
    font-size: 1.4rem;
  }

  .p-skincare__parts35__table tbody th,
  .p-skincare__parts35__table tbody td {
    padding: 28px 16px;
  }

  .p-skincare__parts35__table tbody th {
    font-size: 1.6rem;
  }

  .p-skincare__parts35__table tbody td {
    font-size: 1.5rem;
  }

  }
  @media (min-width: 737px) {
    .diagnosis .side-nav {
        float: left;
        width: 265px;
        border-bottom: 1px solid #cacaca;
        letter-spacing: 0;
        height: fit-content;
        left: 50px;
        z-index: 10;
    }
}
.diagnosis .side-nav {
  @media screen and (max-width: 1440px) {
    display: none !important;
  }
}

.c-treatment-summary {
  display: flex;
  align-items: center;
  width: 100%;
  /* max-width: 540px; */
  /* min-height: 70px; */
  padding: 12px 12px 12px 18px;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.c-treatment-summary__main {
  flex: 1;
  min-width: 0;
}

.c-treatment-summary__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.c-treatment-summary__description {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #9b731d;
}

.c-treatment-summary__info {
  display: flex;
  align-items: center;
  margin: 0 16px 0 18px;
}

.c-treatment-summary__item {
  position: relative;
  min-width: 90px;
  padding: 0 18px;
}

.c-treatment-summary__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background: #b96b3b;
  content: "";
  transform: translateY(-50%);
}

.c-treatment-summary__label {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: #555;
}

.c-treatment-summary__value {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
}

.c-treatment-summary__button-wrap {
  flex-shrink: 0;
}

.c-treatment-summary__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 28px;
  padding: 6px 24px 6px 12px;
  background: #e9dfca;
  font-size: 10px;
  line-height: 1.4;
  color: #555;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-treatment-summary__button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.c-treatment-summary__button:hover {
  opacity: 0.7;
}
.c-treatment-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --------------------------------
  SP
-------------------------------- */
@media screen and (max-width: 767px) {
  .c-treatment-summary {
    flex-wrap: wrap;
    max-width: none;
    padding: 15px;
  }

  .c-treatment-summary__main {
    flex: none;
    width: 100%;
    margin-bottom: 12px;
  }

  .c-treatment-summary__info {
    flex: 1;
    margin: 0;
  }

  .c-treatment-summary__item {
    min-width: 0;
    padding: 0 15px;
  }

  .c-treatment-summary__item:first-child {
    padding-left: 0;
  }

  .c-treatment-summary__item:first-child::before {
    display: none;
  }

  .c-treatment-summary__button {
    min-width: 100px;
  }
}