@charset "utf-8";
/* CSS Document */

/* スマホ表示専用（SP版CSSでは表示） */
br.sp-only,
.sp-only {
  display: none;
}

.all-wrapper{
  background: none;
}
#concept_header{
  max-width: 1920px;
  margin:0 auto;
  overflow: hidden;
  font-weight: 400;
  color:#000;
  }
.video-top-wrapper {
overflow: hidden;
position: relative;
width: 100%;
height:auto;
}
/*
.video-top-wrapper::before {
content: "";
position: absolute; 
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(255, 255, 255, 0.2);
}
*/
.video-top-wrapper::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 100%);
}
.video-top-wrapper video {
width: 100%; 
height: 100%; 
object-fit: cover; 
}
.video-top-wrapper picture {
  width: 100%; 
  height: 100%; 
  }
.video-top-wrapper picture .concept_mainimg{
width: 100%; 
height: 100%; 
object-fit: cover; 
}

.concept_header-content {
width:100%;
margin: 0;
position: absolute;
bottom: 20%;
left: 0;
text-align: center;
}

.concept_header-content h2 {
  all: initial;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 4px 4px rgba(78, 78, 78, 0.3);

  font-family: 'Noto serif JP', serif;
  font-weight: 200;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.8rem;
  z-index: 2;
}
.concept_header-content h2 span {
  all: initial;
  display: block;
  margin-top: 1.2rem;
  text-align: center;
  width:100%;
  color:#ffffff;
  font-family: var(--font-family-serif);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}


#concept_wrapper{
  max-width: 1920px;
  margin:0 auto 0 ;
  font-weight: 400;
  background:rgb(255, 255, 255);
  color:#4b4b4b;

  }
  #concept_wrapper::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f2f3f9 100%);
  }
.sec-article {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
    position: relative;
    width: 100%;
    transition: all 1s
  }
  #concept_wrapper .gradation {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 15vh, #ffffff 100vh, #fff 100%);
    opacity: .7;
    transition: all 1s;
    z-index: -1;
}

#concept_wrapper .video-wrapper {
  z-index: -2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  transform-origin: bottom;
  transform: scale(0.8);
}

#concept_wrapper .video-wrapper .video-wrapper__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#concept_wrapper .video-wrapper .video-wrapper__inner .sec-video {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 1s;
  transform-origin: bottom;
}

    #concept_wrapper .content-wrapper{
      width:960px;
      margin:0 auto;
      padding-top:50px;
      margin-top:-100px;
    }

    .section_first{
      display: flex;
    }
    .section_first .section_first_img{
      display: block;
      width:38%;
      padding-top: 0;
    }
    .section_first .section_first_img img{
      width:100%;
      z-index: 2;
    }

    .section_first .section_first_txt{
      display: block;
      width:62%;
      position: relative;
      padding-top:50px;
      padding-left:40px;
    }
    .section_first .section_first_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_first .section_first_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_first .section_first_txt p.section_first_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-40px;
      letter-spacing: 0;
      text-align: center;
    }

    
    .section_second{
      display: flex;
      flex-direction:row-reverse;
      margin-top: 100px;
    }
    .section_second .section_second_img{
      display: block;
      width:48%;
      margin-top: -10px;
    }
    .section_second .section_second_img img{
      width:100%;
      z-index: 2;
    }

    .section_second .section_second_txt{
      display: block;
      width:52%;
      position: relative;
      padding-top:50px;
    }
    .section_second .section_second_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_second .section_second_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_second .section_second_txt p.section_second_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-30px;
      letter-spacing: 0;
    }


    .section_third{
      display: flex;
      margin-top:100px;
    }
    .section_third .section_third_img{
      display: block;
      width:38%;
      padding-top: 3rem;
    }
    .section_third .section_third_img img{
      width:100%;
      z-index: 2;
    }

    .section_third .section_third_txt{
      display: block;
      width:62%;
      position: relative;
      padding-top:50px;
      padding-left:40px;
    }
    .section_third .section_third_txt h3{
      font-size:4rem;
      font-weight: 400;
      margin-bottom:2.5rem;
    }
    .section_third .section_third_txt p.txt{
      font-size:2.4rem;
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 1.8;
    }
    .section_third .section_third_txt p.section_third_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      margin-left:-30px;
      letter-spacing: 0;
    }


    .section_review{
      margin-top: 100px;
      padding:120px 0;
      background: rgba(255, 255, 255, 0.5);
      position: relative;
    }


    .section_review .section_review_box h3{
      font-size:3rem;
      margin-bottom:4rem;
      font-weight: 400;
    }
    .section_review .section_review_box p.txt{
      white-space: pre-wrap;
      word-wrap: break-word;
      line-height: 5rem;
      letter-spacing: 0.2rem;
      font-size:1.8rem;
    }

    .section_review p.section_review_catch{
      font-family: "Tangerine", cursive;
      font-weight: 400;
      font-style: normal;
      font-size:19rem;
      color:rgba(75, 111, 134, 0.2);
      letter-spacing: 0;
      position: absolute;
      right:-30px;
      top:-100px;
    }
      .section_howto{
      margin-top: 100px;
      color:#25253f;
    }

    .section_howto:last-child {
      margin-bottom: 300px;
 }
    .section_howto h3{
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:15.5rem;
  text-align: center;
  letter-spacing: 0.8rem;
  margin:0 auto;
  margin-bottom: 100px;
  color:rgba(75, 111, 134, 0.2);
}

.section_howto h3>span {
  font-family: var(--font-family-hj);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-top: 10px;
  color: #25253f;
}

.section_howto h3>span::before, .section_howto h3>span::after {
  border-top: 1px solid rgba(75, 111, 134, 0.2);
  content: "";
  width: 150px;
}
.section_howto h3>span::before {
  margin-right: 50px; 
}
.section_howto h3>span::after {
  margin-left: 50px; 
}


.section_howto .section_howto_box{
  margin:0 auto;
  width:910px;

}
.section_howto .section_howto_box h4{
  border:1px solidrgb(109, 109, 109);
  letter-spacing: 0.4rem;
  width:100%;
  padding:3.5rem 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font-size:2.8rem;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom:3rem;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.section_howto .section_howto_box p.txt{
  padding:1rem 1rem 3rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  font-size:1.8rem;
}

.section_howto .section_howto_box p.txt span,.section_howto .section_howto_box  ol li span{
  color:#c52276;
}

.section_howto .section_howto_box p.txt span.underline,.section_howto .section_howto_box  ol li span.underline{
  color:inherit;
  border-bottom:1px solid #25253f ;
}


.section_howto .section_howto_box ol {
  margin:0;
  padding:1rem 1rem ;
  list-style: none;
  counter-reset: number;
}
.section_howto .section_howto_box  ol li {
  position: relative;
  padding-left: 3rem;
  font-size:1.8rem;
  margin-bottom: 2rem;
}
.section_howto .section_howto_box ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.for_prof {
  display: block;
  width: 640px;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px 20px;
  color: #000000;
  /*border: 1px solid rgba(0, 0, 0, 0.85);*/
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.trmt_first_txt {
  font-size: 2rem;
  white-space: pre-wrap;
  text-align: center;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", serif; /* 明朝体で高級感を演出 */
}

.trmt_first_txt p.txt {
  font-size: 1.15rem;
  white-space: pre-wrap;
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", serif; /* 明朝体で高級感を演出 */
  letter-spacing: 0.3rem;
} 
p.section_first_catch {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 13rem;
  color: rgba(75, 111, 134, 0.2);
  letter-spacing: 0;
  text-align: center;
}
.content-wrapper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.trmt_first_txt h3 {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", serif; /* 明朝体で高級感を演出 */
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.interview_area h3 {
  text-align: left;
  border-bottom: 1px solid #ffffff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}
.interview_area p {
  margin-bottom: 5rem;
  white-space: pre-wrap;
  font-family: 'Noto Sans JP', sans-serif;
}
.interviews {
  display: block;
  margin-bottom: 8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.interviews dt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  white-space: pre-wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.7;
}
.interviews dd {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5rem;
  white-space: pre-wrap;
  line-height: 2.3;
}
.interview_area {
  /*margin-top: 50px;*/
}
.interview_area h2 {
  margin: 4rem 0 -1rem;
  font-size: 3rem;
  color: #b6b6b64f;
}
.interview_area h2 span {
  font-weight: 400;
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  color: #97877e;
}
#pc-content {
  display: block;
}
#sp-content {
  display: none;
}
@media screen and (min-width: 780px) {
  .br-sp {
    display: none;
  }
}
.event_mv_special {
  text-align: center;
  width: 100%;
  min-width: 1200px;
}
.event_mv_special img {
  width: 100%;
}
.section_review_box {
  width: 960px;
  margin: 0 auto;
}
.interview_area h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #97877e;
}
.section_review .section_review_box h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 4rem;
  color: #97877e;
}
.interview_area figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.interview_area_02 {
  width: 1200px;
  margin: 150px auto 250px;
  font-family: "Noto Serif JP", serif;
}

/* 料金ブロック → 下の動画・Movie Model との間隔を詰める */
.interview_area_02.interview_area_02--price {
  margin-bottom: 0;
}

/* 動画（content_img）直下の Movie Model */
.interview_area_02.interview_area_02--featured-after-video {
  margin-top: 0;
  margin-bottom: 0;
}

.interview_area_02.interview_area_02--cast-list {
  margin-top: 4rem;
  margin-bottom: 250px;
}
.ev_gravure_area {
  width: 100%;
  padding: 30px 0 60px;
}
.ev_gravure_area .inner {
  width: 1180px;
  margin: 0 auto;
}
.prof_selfie {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prof_selfie li.grid {
  width: 48%;
  text-align: center;
  position: relative;
  margin: 10px auto;
}
.grid::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.prof_selfie li.grid img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: top;
}
.for_sche {
  display: block;
  width: 450px;
  background: #685032e8;
  padding: 30px 50px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border-radius: 10px;
}
#concept-companion-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.box-companion {
  width: calc((100% - 40px) / 5);
  text-align: center;
  padding: 0;
  border: 0;
}
.trim-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.concept-concept .inner_block .content_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.trim-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 100%;
  max-height: initial;
}
.levels_title {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  color: #b6b6b64f;
}

table.price_list {
  width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #222;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

/* タイトル */
table.price_list h3 {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 24px;
  margin-bottom: 50px;
}

/* 行 */
table.price_list tr {
  transition: background 0.3s ease;
}

/* セル */
table.price_list td {
    margin: 0;
    padding: 22px 0;
    width:initial;
    font-weight: normal;
    font-size: 24px;
    vertical-align: top;
    border-top: 1px solid #020202;
}

/* 下線は表の最終行のみ */
table.price_list tr:last-child td {
  border-bottom: 1px solid #020202;
}

/* ===== 左：時間 ===== */
table.price_list td.course {
  width: auto;
  text-align: left;
  padding-right: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding-left: 150px;
}


/* ===== 右：価格 ===== */
table.price_list td.fee {
  width:40%;
  text-align: right;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 150px;
}

/* 円を少し小さく */
table.price_list .fee::after {
  content: "円";
  font-size: 14px;
  margin-left: 4px;
}

table.price_list th{
  border-top: none;
  padding:0;
}

.oil-introduction {
  background-color: #fdf5eabe; /* 柔らかなベージュ */
  padding: 100px 20px;
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", serif; /* 明朝体で高級感を演出 */
  color: #333;
}

.oil-introduction .oil-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* ヘッダー部分 */
.oil-introduction .oil-head-group {
  text-align: center;
  margin-bottom: 60px;
}

.oil-introduction .oil-section-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.oil-introduction .oil-lead-text {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* oil-grid と同じコンテナ幅のイメージ（.oil-container 内で 100%） */
.oil-introduction .oil-intro-visual {
  width: 100%;
  max-width: 100%;
  margin: 0 0 100px;
}
.oil-introduction .oil-intro-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.oil-introduction .oil-intro-visual-caption {
  margin: 12px 0 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #888;
  text-align: center;
}

/* グリッドレイアウト（PC版 2列） */
.oil-introduction .oil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列固定 */
  gap: 40px;
}

/* カードスタイル */
.oil-introduction .oil-card {
  background: #fff;
  border-radius: 0; /* あえて角を丸めずシャープにして高級感を出す */
  box-shadow: 0 15px 40px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #f0f0f0;
}



/* 画像エリア */
.oil-introduction .oil-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.oil-introduction .oil-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}



.oil-introduction .oil-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(191, 164, 111, 0.9);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  text-transform: uppercase;
}

/* コンテンツエリア */
.oil-introduction .oil-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* テキストが短くてもカードの高さを揃える */
}

.oil-introduction .oil-header {
  margin-bottom: 25px;
  text-align: center;
}

.oil-introduction .oil-label {
  display: block;
  font-size: 11px;
  color: #bfa46f;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.oil-introduction .oil-type {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #2c2c2c;
}

.oil-introduction .oil-body {
  flex-grow: 1;
}

.oil-introduction .oil-description {
  font-size: 15px;
  line-height: 2.1;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.oil-introduction .oil-description strong {
  color: #bfa46f;
  font-weight: 600;
}

.oil-introduction .oil-sub-text {
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* 香料タイプのタグデザイン */
.oil-introduction .oil-footer-info {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.oil-introduction .oil-tag {
  font-size: 12px;
  color: #bfa46f;
  border: 1px solid #bfa46f;
  padding: 2px 10px;
  border-radius: 20px;
}



/* カード下の共通セクション全体 */
.oil-introduction .oil-common-footer {
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 40px;
  text-align: center;
}

.oil-introduction .oil-common-title {
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  color: #444;
  position: relative;
  display: inline-block;
}

/* タイトルの横線装飾 */
.oil-introduction .oil-common-title::before,
.oil-introduction .oil-common-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #ddd;
}
.oil-introduction .oil-common-title::before { right: 110%; }
.oil-introduction .oil-common-title::after { left: 110%; }

/* 特徴の3列グリッド */
.oil-introduction .oil-common-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.oil-introduction .oil-common-item {
  padding: 0 10px;
}

.oil-introduction .oil-common-num {
  display: block;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 24px;
  color: #bfa46f;
  margin-bottom: 10px;
  opacity: 0.6;
}

.oil-introduction .oil-common-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* こだわりの一文 */
.oil-introduction .oil-premium-note {
  font-size: 18px;
  color: #666;
  line-height: 2;
  border-top: 1px dashed #eee;
  padding-top: 30px;
  margin: 0;
}

.oil-introduction .oil-premium-note span {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333;
}


.premium-closing-section {から下への淡い階層 */
  background: linear-gradient(to bottom, #fcfaf7, #f4f1ed); /* 上から下への淡い階層 */
  padding: 120px 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif; /* 明朝体系 */
  overflow: hidden;
  z-index: 2;
}

.premium-closing-section .closing-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* 小見出し */
.premium-closing-section .closing-label {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 14px;
  color: #bfa46f;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* メインメッセージ */
.premium-closing-section .closing-text {
  font-size: 22px;
  line-height: 2.2;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.premium-closing-section .text-serif {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  display: inline-block;
  margin: 0 5px;
}

/* 結びの文 */
.premium-closing-section .closing-sub-text {
  font-size: 16px;
  color: #666;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

/* 装飾デザイン（ラインとダイヤ） */
.premium-closing-section .closing-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.premium-closing-section .line {
  width: 80px;
  height: 1px;
  background-color: #d1b88a;
}

.premium-closing-section .diamond {
  width: 8px;
  height: 8px;
  background-color: #bfa46f;
  transform: rotate(45deg);
}

/* PC用改行制御 */
.premium-closing-section .pc-only {
  display: block;
}


.interview_area_02 .premium-container {
  margin: 200px auto 60px;
  padding: 0 20px;
}

/* 見出し：中央揃えとアクセントライン */
.interview_area_02 .cast-section-title {
  display: flex; /* フレックスボックスで横並びに */
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 80px;
  white-space: nowrap; /* 改行を防ぐ */
}

/* 左右の共通線デザイン */
.interview_area_02 .cast-section-title::before,
.interview_area_02 .cast-section-title::after {
  content: "";
  height: 1px; /* 線の太さ（1pxが最も上品です） */
  background-color: #7e7e7e; /* ゴールドのアクセントカラー */
  flex-grow: 1; /* 空いているスペースいっぱいに伸ばす */
  max-width: 60px; /* 線の最大長（お好みで調整） */
}

/* 文字と線の間に余白を作る */
.interview_area_02 .cast-section-title::before {
  margin-right: 20px;
}

.interview_area_02 .cast-section-title::after {
  margin-left: 20px;
}


.cast-section{
  width:100%;
}
/* キャスト画像リストのレイアウト */
#concept-companion-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.interview_area_02 .box-companion {
  width: calc(20% - 20px); /* 4列表示 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.interview_area_02 .box-companion:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.interview_area_02 .trim-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* ほんのりとした影 */
  border-radius: 10px;
}

.interview_area_02 .trim-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下部リンクエリア */
.interview_area_02 .cast-footer-link-area {
  text-align: center;
}

/* ピックアップモデル（Featured Model） */
.interview_area_02 .cast-footer-featured-model {
  text-align: center;
}

/* content_img 直下：動画イメージキャスト */
.interview_area_02 .cast-footer-featured-model.featured-model-after-content-img {
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
}

#concept_wrapper .content_img {
  margin: 100px auto ;
}

.interview_area_02 .cast-footer-featured-model .featured-model-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #666;
  letter-spacing: 0.06em;
  margin: 0 0 1.6rem;
  line-height: 1.65;
}

.featured-model-title {
  font-family: "Tangerine", cursive;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(62, 58, 54, 0.78);
  margin: 0 auto 0;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.featured-model-title::after {
  content: "";
  display: block;
  width: 7rem;
  max-width: 35%;
  height: 1px;
  margin: 0.4rem auto 1rem;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(191, 164, 111, 0.4),
    transparent
  );
}

.interview_area_02.interview_area_02--featured-after-video .featured-model-name {
  margin: 2rem auto 1rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #333;
}

.interview_area_02.interview_area_02--featured-after-video .featured-model-name .age {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.03em;
}

.interview_area_02.interview_area_02--featured-after-video .featured-model-name .info {
  display: inline-block;
  margin-left: 1.1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.04em;
}

.interview_area_02 .cast-footer-featured-model .featured-model-card-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  max-width: 400px;
  width: 100%;
  vertical-align: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.interview_area_02 .cast-footer-featured-model .featured-model-card-link:hover {
  transform: translateY(-5px);
  opacity: 0.95;
}

.interview_area_02 .cast-footer-featured-model .featured-model-card {
  background: #ffffffbd;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(191, 164, 111, 0.28);
  padding: 0 0 1.6rem;
  overflow: hidden;
  margin-bottom: 4rem;
}

.interview_area_02 .cast-footer-featured-model .featured-model-photo {
  border-radius: 14px 14px 0 0;
  margin-bottom: 1.2rem;
  box-shadow: none;
}

.interview_area_02 .cast-footer-featured-model .featured-model-photo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.interview_area_02 .cast-footer-featured-model .name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #333;
  margin: 0 0 0.45rem;
  padding: 0 1.35rem;
}

.interview_area_02 .cast-footer-featured-model .name .age {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #888;
  margin-left: 0.4rem;
}

.interview_area_02 .cast-footer-featured-model .info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #666;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0 1.35rem;
}

.interview_area_02 .txt {
  font-size: 18px;
  color: #666;
  letter-spacing: 0.05em;
}

/* 「こちら」のリンク装飾 */
.interview_area_02 .txt a {
  color: #bfa46f;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #bfa46f;
  padding-bottom: 1px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.interview_area_02 .txt a:hover {
  color: #222;
  border-bottom-color: #222;
}

.premium-closing-section .txt {
  font-size: 20px;
  color: #666;
  letter-spacing: 0.05em;
  margin-top: 5rem;
}

/* 「こちら」のリンク装飾 */
.premium-closing-section .txt a {
  color: #bfa46f;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #bfa46f;
  padding-bottom: 1px;
  margin: 0 4px;
  transition: all 0.3s ease;
}



.esthetic_course_table {
  width: 960px;
  margin: 0 auto;
}
.esthetic_course_table .course-txt {
  margin: 0 auto ; /* テーブルとの間隔を確保 */
  padding: 30px 20px;
  max-width: 800px;
  font-family: "Noto Serif JP", serif; /* 明朝体で高級感を演出 */
  font-size: 16px;
  line-height: 2; /* 行間を広げてゆとりを持たせる */
  color: #555;
  letter-spacing: 0.1em;
  position: relative;
}

/* 「非日常」「ご体感」などのキーワードを少し強調したい場合（任意） */
.esthetic_course_table .course-txt strong {
  color: #333;
  font-weight: 500;
}


.esthe-concept-message {
  padding:0;
  text-align: center;
  background: transparent; /* 背景なし */
}

.esthe-concept-message .txt {
  font-family: "Noto Serif JP", serif; /* 高級感のある明朝体 */
  font-size: 17px;
  line-height: 2.2; /* 行間を広くして読みやすく */
  color: #444;
  letter-spacing: 0.1em;
  max-width: 900px;
  margin: 0 auto;
}

/* 「エステコース」の強調 */
.esthe-concept-message .em-text {
  font-size: 1.1em;
  font-weight: 500;
  color: #222;
  display: inline-block;
  padding-bottom: 2px;
}

/* ブランド名の強調 */
.esthe-concept-message .brand-name {
  font-weight: 600;
  letter-spacing: 0.2em;
}

/* メインキャッチコピーの強調 */
.esthe-concept-message .highlight {
  display: inline-block;
  font-size: 1.15em;
  font-weight: 600;
  color: #222;
  margin: 10px 0;
}

/* PCのみ改行を有効にする設定 */
@media screen and (min-width: 769px) {
  .esthe-concept-message .pc-only {
    display: block;
  }
}
