/* variable
-------------------------------------------------------------------------------------------------------------------- */

/* mixin
-------------------------------------------------------------------------------------------------------------------- */

#method .ui_box01 p {
  margin-bottom: 40px;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn {
  margin-left: 0;
}

#hyaluronic_acid .ui_boxWrap04 .txt,
#esthetic .ui_boxWrap04 .txt {
  display: block;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn,
#esthetic .ui_boxWrap04 .txt .boxIn {
  margin-bottom: 70px;
  padding: 0;
  background-color: transparent;
  text-align: justify;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul,
#esthetic .ui_boxWrap04 .txt .boxIn > ul {
  margin-bottom: 40px;
  color: #000;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li:last-child,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li:last-child {
  margin-bottom: 0;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > figure,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > figure {
  margin: 0 50px 0 0;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > figure img,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > figure img {
  width: 280px;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea {
  margin: 0 auto;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea p span,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea p span {
  font-size: 110%;
  color: #ab916b;
  line-height: 120%;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea p:nth-of-type(2),
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea p:nth-of-type(2) {
  margin-top: 20px;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05 {
  padding-left: 35px;
  margin-bottom: 10px;
}

#hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05:before,
#esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05:before {
  left: 0;
}

.ui_list_check01.full > li:before {
  margin-top: 0;
}

@media (max-width: 750px) {
  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn,
  #esthetic .ui_boxWrap04 .txt .boxIn {
    margin: 0 0 70px;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > .ui_tit04,
  #esthetic .ui_boxWrap04 .txt .boxIn > .ui_tit04 {
    font-size: 46px;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li {
    flex-wrap: wrap;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > figure,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li > figure {
    margin: 0 0 30px 0;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > figure img,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li > figure img {
    width: 100%;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05 {
    margin-top: 30px;
    padding-left: 65px;
    font-size: 45px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05:before,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05:before {
    left: 0;
    margin-top: -2px;
  }

  #hyaluronic_acid .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05 > span,
  #esthetic .ui_boxWrap04 .txt .boxIn > ul li > .txtArea > .ui_tit05 > span {
    font-size: 35px;
  }
}

.flex_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px auto;
}

.flex_box .flex_items {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 30px auto;
}

.flex_box .flex_items .flex_title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.flex_box .flex_items img.flex_img {
  width: 100%;
  height: auto;
}

p.feature_text {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 75px;
}

@media (max-width: 750px) {
  .flex_box {
    flex-direction: column;
  }
  .flex_box .flex_items .flex_title {
    font-size: 36px;
  }
  p.feature_text {
    font-size: 28px;
  }
}


.result {
  width: 80%;
  border: 1px solid #fff;
  margin: 30px auto;
  padding: 30px;
}

.result h4 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.result .image_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px auto;
}

.result .image_box img {
  width: 31%;
  height: auto;
  margin: 5px;
}

.result .icon_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px auto 0;
}

.result .icon_box .icon_items {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 15px 30px;
}

.result .icon_box .icon_items img {
  width: 40%;
  margin: 5px auto 15px;
}

.result .icon_box .icon_items .icon_text {
  font-size: 24px;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 1px;
  color: #fff;
}

.result .icon_box .icon_items .icon_text em {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
}

.result .icon_box .diagonal-line {
  position: relative;
  /* width: 100px;
  height: 300px; */
  margin-left: 45px;
  background-color: #fff; /* 背景色（任意） */
}

.result .icon_box .diagonal-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 1px;         /* 線の太さ */
  height: 200px;       /* 対角線に合わせた長さ（= √(100² + 300²) ）*/
  background-color: #fff;
  transform: rotate(15deg); /* 斜め方向に回転 */
  transform-origin: top center; /* 回転の基点を上に */
}

.result p {
  font-size: 20px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.95;
  color: #fff;
}

.result p span {
  font-size: 14px;
}

@media (max-width: 750px) {
  .result {
    width: 100%;
  }

  .result h4 {
    font-size: 34px;
  }

  .result .icon_box {
    flex-direction: row;
    margin: 30px auto 0;
  }

  .result .icon_box .icon_items {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 15px 30px;
  }

  .result .icon_box .icon_items .icon_text {
    font-size: 30px;
  }

  .result .icon_box .icon_items .icon_text em {
    font-size: 45px;
    margin-right: 10px;
  }


  .result .icon_box .icon_items img {
    width: 50%;
    margin: 5px auto 15px;
  }
  .result p {
    font-size: 28px;
  }

  .result p span {
    font-size: 21px;
  }
}

.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 200px;
}
.m50 {
  margin: 50px auto;
}

.ui_imageList01>li .title {
  flex-direction: column;
}

.ui_imageList01>li .title span {
  font-size: 18px;
  color: #b6a284;
}

@media (max-width: 750px) {
  .ui_imageList01>li .title span {
    font-size: 36px;
  }
}

 .tabs {
    /* max-width: 900px; */
    margin: 0 auto;
    background: var(--bg);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20,30,40,0.07);
    overflow: hidden;
  }

  /* タブラップ（見た目のヘッダー） */
  .tab-list {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #eee;
    background: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
  }

  .tab {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 14px 18px;
    cursor: pointer;
    font-size: 15px;
    color: var(--muted);
    border-bottom: 3px solid transparent;
    transition: color .15s ease, border-color .15s ease, transform .06s ease;
    flex: 1 0 auto;
    text-align: center;
  }

  .tab:focus{
    outline: none;
    box-shadow: inset 0 -3px 0 rgba(23,103,255,0.12);
  }

  .tab:hover{ transform: translateY(-1px); }

  .tab[aria-selected="true"]{
    color: #a48b66;
    font-weight: 600;
    border-bottom-color: #a48b66;
  }

  /* タブ内容 */
  .tab-panels{
    padding: 20px;
  }

  .tab-panel{
    display: none;
    animation: fadeIn .18s ease both;
  }

  .tab-panel.is-active{
    display: block;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* レスポンシブで縦積み（小さい画面） */
@media (max-width: 750px) {
  .tab-list{ 
    flex-wrap: nowrap; 
    overflow-x:auto; 
    -webkit-overflow-scrolling:touch; 
    /* flex-direction: column; */
  }
    .tab{ 
      padding: 12px 16px; 
      font-size:28px; 
      min-width:120px; 
    }
  }

  .ui_listStep01>li:after {
    content: "";
    display: none !important;
  }

.guide {
  max-width: 600px;
  margin: 30px auto;
}

img.guide_img {
  width: 100%;
}

@media (max-width: 750px) {
  .guide {
    max-width: none;
    width: 100%;
  }
}


.ideal_title {
  font-size: 28px;
  color: #111;
  margin: 50px 0 15px;
  position: relative;
  padding:1rem 1.5rem;
  text-align: center;
}

.ideal_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #111;
}

.ideal_title span {
  font-size: 24px;
  font-weight: normal;
}

.ideal_text {
  margin-top: 50px;
}

.ideal_text span {
  font-size: 12px;
}

.ideal_title_sub {
  font-size: 24px;
  margin: 50px 0 0;
  padding: 0.5rem 1.5rem;
  color: #111;
  border-left: 4px solid #111;
}

@media (max-width: 750px) {
  .ideal_title {
    font-size: 36px;
  }
  .ideal_title span {
    font-size: 28px;
  }
  .ideal_text {
    margin-top: 30px;
  }
  .ideal_text span {
    font-size: 23px;
  }
  .ideal_title_sub {
    font-size: 28px;
  }
}

.lead span {
  font-size: 12px;
}

@media (max-width: 750px) {
  .lead span {
    font-size: 23px;
  }
}

table.price_table {
  margin: 30px auto;
  width: 80%;
}

table.price_table th,
table.price_table td {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 25px;
  border:  1px solid #000;
}

@media (max-width: 750px) {
  table.price_table {
    width: 95%;
  }

  table.price_table th,
  table.price_table td {
    font-size: 24px;
  }
}

.mt100 {
  margin-top: 100px;
}

.mens_white {
  margin: 100px auto 30px;
}

.mens_white h3 {
  font-size: 28px;
  color: #a48b66;
  margin-bottom: 15px;
}

.mens_white em {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}

.mens_white p {
  padding-left: 15px;
}

.ui_list_check01.full>li:before {
  top: 13px !important;
}

@media (max-width: 750px) {
  .ui_list_check01.full>li:before {
    top: 21px !important;
  }
}

p.feature {
  padding-left: 75px;
}

@media (max-width: 750px) {
  .mens_white {
    width: 80%;
  }
  .mens_white h3 {
    font-size: 36px;
  }

  .mens_white em {
    font-size: 32px;
  }
  p.feature {
    padding-left: 0;
  }
}

.banner_img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 15px auto;
  padding: 25px;
  text-align: center;
}

.banner_img img {
  width: 90%;
  height: auto;
}

@media (max-width: 750px) {
  .banner_img {
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
  .banner_img img {
    width: 100%;
    margin: 25px auto;
  }
}

.check_list {
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
    border: 2px solid #b6a284;
    max-height: 280px;
    overflow-y: scroll;
}

@media (max-width: 750px) {
  .check_list {
      padding: 0.5em 0.5em 0.5em 2em;
      max-height: 450px;
  }
}


.check_list li {
    padding: .3em .3em .3em 0;
}

.check_list li::marker {
    color: #b6a284;
    font-size: 1.1em;
}

.qa-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.question {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  color: #fff;
}

.question::after {
  content: "＋";
  position: absolute;
  right: 0;
}

.question.active::after {
  content: "－";
}

.answer {
  display: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  color: #333;
}

@media (max-width: 750px) {
  .question {
    font-size: 24px;
  }

  .answer {
    font-size: 24px;
  }

}

.font_sans {
  font-family: sans-serif;
}