@charset "Shift_JIS";
/* ASHFORD 商品ページスタイル
   Simple Line M5 Wリフィルパッド 13mm
   ファイル: product-simpleline-m5w.css
   更新日: 2026-07
*/
/* =============================================
   ASHFORD 商品ページ共通スタイル
   Simple Line M5 Wリフィルパッド 13mm

   ■ 外注先への引き継ぎメモ ■
   - フォント・カラーは現行サイトから引き継ぎ
   - 写真は <!-- 📷 PHOTO: --> コメントで差し替え箇所を明記
   - スペック数値は <!-- ⚙️ SPEC: --> コメントで差し替え箇所を明記
   - ユーザープロフィールは <!-- 👤 USER: --> コメントで差し替え
   - .page-block 単位でブロックの追加・削除が可能
============================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "Yu Mincho", Yu Mincho, HG明朝B, "MS Mincho", serif;
    letter-spacing: 0.1em;
    color: #0a3158;
    font-size: 15px;
    line-height: 1.8;
    background: #ffffff;
}

h2, h3 {
  font-family: "ヒラギノUD明朝 W4 JIS2004", "Hiragino UD Serif W4 JIS2004", "Yu Mincho", YuMincho, "HG明朝B", "MS Mincho", serif;
  color: #0a3158;
  letter-spacing: 0.08em;
}

p {
  font-size: 15px;
  line-height: 1.9;
  color: #0a3158;
}

/* =============================================
   レイアウト共通
============================================= */

.page-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ブロック間の余白（ブロック単位で管理） */
.page-block {
  margin-bottom: 60px;
}

.page-block:last-child {
  margin-bottom: 0;
}

/* セクション区切り線 */
.section-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

/* リフィル情報テキスト */
.photo-refill-note {
  font-size: 11px;
  color: #8a7a6a;
  line-height: 1.8;
  margin-top: 8px;
  letter-spacing: 0.03em;
}

.photo-refill-note a {
  color: #5a6e84;
  text-decoration: underline;
}

.photo-refill-note a:hover {
  color: #0a3158;
}

.catch-visual {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

/* 📷 PHOTO: イチオシビジュアル写真（全幅）
   推奨サイズ: 1100px × 600px 以上
   alt属性に商品の特徴を簡潔に記載すること */
.catch-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.photo-placeholder

.photo-placeholder

.photo-placeholder span {
  margin-top: 8px;
  font-size: 12px;
  color: #a09080;
}

.catch-copy {
  text-align: center;
  padding: 24px 20px 8px;
}

.catch-copy h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 54px;
}

.catch-copy p {
  font-size: 14px;
  color: #5a6e84;
  letter-spacing: 0.1em;
}

.catch-copy .catch-sub {
  display: table;
  margin: 0 auto 56px;
  font-size: 21px;
  color: #0a3158;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 10px 32px;
  background: #f7f7f7;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
  display: block;
  width: fit-content;
}

.catch-copy .catch-sub-cross {
  display: inline-block;
  color: #7a6e60;
  font-weight: normal;
  margin: 0 10px;
}

.catch-copy .catch-info {
  display: inline-block;
  text-align: left;
}

.catch-copy .catch-label {
  font-size: 11px;
  color: #8a7a6a;
  letter-spacing: 0.25em;
  margin-bottom: 8px;
}

.catch-copy .catch-product {
  font-size: 17px;
  color: #0a3158;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-top: 4px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","Yu Mincho",YuMincho,serif;
}

/* =============================================
   BLOCK 3: スペック早見表
============================================= */

.spec-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #0a3158;
  letter-spacing: 0.2em;
  text-align: left;
}

.spec-block {
  background: #fff;
  padding: 48px 80px;
  max-width: 860px;
  margin: 0 auto;
}

.spec-block h2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
  text-align: center;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","Yu Mincho",YuMincho,serif;
  color: #0a3158;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr {
  border-bottom: 1px solid #d8d4cc;
}

.spec-table tr:first-child {
  border-top: 1px solid #d8d4cc;
}

.spec-table th {
  width: 200px;
  padding: 18px 24px 18px 0;
  font-size: 14px;
  font-weight: normal;
  color: #0a3158;
  letter-spacing: 0.1em;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004","Yu Gothic","YuGothic",sans-serif;
}

.spec-table td {
  padding: 18px 0;
  font-size: 14px;
  color: #0a3158;
  letter-spacing: 0.05em;
  vertical-align: middle;
  font-family: "こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004","Yu Gothic","YuGothic",sans-serif;
}

/* =============================================
   BLOCK 4: ユーザーレポート
============================================= */

.report-block {
  padding: 0 10px;
}

/* --- ユーザープロフィール --- */
.user-profile {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  background: #f7f7f7;
}

/* 📷 PHOTO: ユーザーアイコン画像（任意）
   サイズ: 60px × 60px 推奨、円形表示
   顔写真がない場合はデフォルトアイコンのまま */
.user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ddd8cc;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #8a7a6a;
  overflow: hidden;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-info {
  flex: 1;
}

/* 👤 USER: 以下のテキストをユーザー情報に差し替え */
.user-name {
  font-size: 16px;
  color: #0a3158;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}

.user-meta {
  font-size: 14px;
  color: #7a6e60;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.user-intro {
  margin-top: 10px;
  font-size: 14px;
  color: #5a6e84;
  line-height: 1.8;
}

/* --- レポート各セクション --- */
.report-section {
  margin-bottom: 52px;
}

.report-section-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.report-section-num {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8a7a6a;
  white-space: nowrap;
}

.report-section-title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

/* 写真＋テキストの2カラム（PC） */
.report-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.report-row

.report-photo {
  flex: 1;
  min-width: 0;
}

.report-text {
  flex: 1;
  min-width: 0;
}

.report-text p {
  margin-bottom: 16px;
}

.report-text p:last-child {
  margin-bottom: 0;
}

/* 引用ハイライト */
.pull-quote {
  border-left: 2px solid #0a3158;
  padding: 12px 18px;
  margin: 20px 0;
  background: #f7f7f7;
}

.pull-quote p {
  font-size: 15px;
  color: #0a3158;
  font-style: italic;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

/* 使い方カードグリッド（セクション2用） */
.usage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.usage-card {
  border: 1px solid #e0e0e0;
  padding: 16px;
  background: #fff;
}

.usage-card-title {
  font-size: 14px;
  color: #0a3158;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0dbd2;
}

.usage-card-text {
  font-size: 13px;
  color: #3a5068;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* 使い方カード フルwidth（05用） */
.usage-card-full {
  border: 1px solid #e0e0e0;
  padding: 20px 24px;
  background: #f7f7f7;
  margin-top: 16px;
}

/* こんな人に向けて（セクション5用） */
.for-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.for-who-card {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: #fff;
}

.for-who-card h3 {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0dbd2;
}

.for-who-card p {
  font-size: 13px;
  color: #3a5068;
  line-height: 1.8;
}

/* =============================================
   BLOCK 5: カート再掲エリア
============================================= */

.cart-reprise {
  background: #f7f7f7;
  padding: 40px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.cart-reprise p {
  font-size: 13px;
  color: #5a6e84;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

/* フューチャーショップのカートボタンをここに埋め込む */
/* 📌 外注先へ：以下の .cart-embed 内に
   フューチャーショップのカートボタンHTMLを貼り付けてください */

.cart-btn-top {
  display: inline-block;
  background: #0a3158;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 16px 48px;
  text-decoration: none;
  transition: background 0.2s;
}

.cart-btn-top:hover {
  background: #1a4a78;
}

.cart-catch-block {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.cart-catch-block .cart-catch {
  white-space: nowrap;
}
.cart-image-row {
  white-space: nowrap;
}
.cart-image-row p:nth-child(3) {
  text-align: center;
}
.cart-image-spacer {
  visibility: hidden;
  display: inline-block;
  font-size: 20px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;
  letter-spacing: 0.12em;
  font-style: italic;
}
.cart-image {
  height: 250px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

/* スライダー */
.slider-wrap{position:relative;overflow:hidden;background:#000}
.usage-card-full .slider-wrap{max-width:70%;margin-left:auto;margin-right:auto}
.slider-wrap img.slide{display:none;width:100%;height:auto}
.slider-wrap img.slide.active{display:block}
.slider-dots{text-align:center;padding:10px 0}
.slider-dots span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e0e0e0;margin:0 4px;cursor:pointer}
.slider-dots span.active{background:#0a3158}
.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(10,49,88,.55);color:#fff;border:none;font-size:22px;padding:10px 16px;cursor:pointer;z-index:10;line-height:1}
.slider-prev{left:0}.slider-next{right:0}

/* USER REPORTバナー */
.report-banner{background:#0a3158;color:#fff;padding:22px 32px;display:flex;align-items:center;gap:20px;margin-bottom:32px}
.report-banner-icon{flex-shrink:0;display:flex;align-items:center}
.report-banner-title{font-size:20px;letter-spacing:.18em;font-family:"ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;color:#fff}

/* セクション03テキスト */
.sec03-text{max-width:900px;margin:0 auto;text-align:center;padding:20px 0}
.sec03-text p{text-align:center;margin-bottom:12px;white-space:nowrap;font-family:"こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004","Yu Gothic","YuGothic",sans-serif}
.sec03-pull-quote{display:inline-block;text-align:left;margin:20px auto}
.sec03-pull-quote p{font-family:"ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","Yu Mincho",YuMincho,serif}

/* フォント整理 */
.report-text p,.usage-card-text,.for-who-card p,.cart-reprise p{
  font-family:"こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004","Yu Gothic","YuGothic",sans-serif;
  font-size:15px;line-height:1.9;color:#0a3158
}
.cart-catch,.cart-reprise .cart-catch{font-size:20px;font-family:"ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;color:#0a3158;letter-spacing:0.12em;margin-bottom:20px;line-height:1.9;font-style:italic}
.report-section-title,.usage-card-title,.for-who-card h3,.catch-copy h2{
  font-family:"ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","Yu Mincho",YuMincho,serif
}

/* セクション見出し */
.report-section-header{display:flex;align-items:center;gap:20px;margin-bottom:28px;padding:18px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.report-section-num{font-size:22px;letter-spacing:.15em;color:#0a3158;white-space:nowrap;font-family:"こぶりなゴシック W3 JIS2004","Yu Gothic","YuGothic",sans-serif;font-weight:300;min-width:48px}
.report-section-title{font-size:22px;font-weight:normal;letter-spacing:.12em;line-height:1.5;font-family:"ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;color:#0a3158}

/* 使い方カード番号バッジ */

.usage-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e0dbd2}
.usage-card-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0a3158;color:#fff;font-size:12px;letter-spacing:.05em;font-family:"こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;flex-shrink:0}
.usage-card-title{font-size:17px;font-weight:normal;color:#0a3158;letter-spacing:.08em;margin-bottom:0;border-bottom:none;padding-bottom:0;font-family:"ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif}

/* メインビジュアル高さ固定 */
/* .catch-visual img{width:100%;height:700px;object-fit:cover;display:block} */

/* セクション05 lifestyle画像サイズ */
#section-05 > img{max-width:70%;display:block;margin-left:auto;margin-right:auto}

/* usage-card-text 上余白 */
.usage-card-text--spaced{margin-top:12px}

/* 05カード説明文 */
.usage-card-full-text{font-size:14px;color:#3a5068;line-height:1.9;margin-top:16px}

/* for-who-grid 下余白 */
.for-who-grid{margin-bottom:32px}

/* lifestyle画像 */
.lifestyle-img{width:100%;height:auto;display:block;margin-top:8px}

/* Instagramブロック */
.instagram-block{text-align:center;padding:24px 0 40px;background:#f5f5f5}
.instagram-note{font-size:12px;color:#8a7a6a;letter-spacing:.1em;margin-bottom:10px}
.instagram-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#0a3158;text-decoration:none;letter-spacing:.1em;border:1px solid #e0e0e0;padding:10px 20px}

/* sec02-full img */
.sec02-full{max-width:70%;margin-left:auto;margin-right:auto;height:auto;display:block;margin-bottom:32px}

/* =============================================
   産学連携ページ 追加スタイル
============================================= */

/* プロジェクト紹介 */
.project-intro {
  text-align: center;
  padding: 60px 40px;
  background: #f7f7f7;
}
.project-intro-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #8a7a6a;
  margin-bottom: 16px;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.project-intro-title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  line-height: 1.7;
}
.project-intro-text {
  display: table;
  text-align: left;
  font-size: 14px;
  color: #5a6e84;
  line-height: 2;
  max-width: 860px;
  margin: 0 auto;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}

/* インタビューブロック */
.interview-block {
  padding: 0 10px;
}
.interview-header {
  margin-bottom: 48px;
}
.interview-header-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #8a7a6a;
  margin-bottom: 12px;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.interview-header-title {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.interview-designers {
  display: flex;
  gap: 32px;
}
.designer-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}
.designer-avatar {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  background: #ddd8cc;
  flex-shrink: 0;
}
.designer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-avatar--no-face {
  border-radius: 4px;
}
.designer-name {
  font-size: 15px;
  color: #0a3158;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}
.designer-dept {
  font-size: 12px;
  color: #7a6e60;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}

/* インタビュー各設問 */
.interview-section {
  margin-bottom: 48px;
}
.interview-q {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.interview-q-mark {
  font-size: 22px;
  color: #0a3158;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
.interview-q-text {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;
  color: #0a3158;
}
.interview-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.interview-col {
  flex: 1 !important;
}
/* 偶数Q（Q2・Q4・Q6）は写真右・テキスト左の互い違いレイアウト */
.interview-section.is-reverse .interview-row {
  flex-direction: row-reverse;
}
.interview-photos {
  flex: 1;
  min-width: 0;
}
/* Q1〜Q5：写真1枚仕様 */
.interview-photos .photo-single {
  width: 100%;
  height: auto;
  display: block;
}
/* Q6：回答者ごとに写真とテキストをペアにして縦に並べる仕様 */
.interview-pairs > .interview-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}
.interview-pairs > .interview-pair:last-child {
  margin-bottom: 0;
}
.interview-pair.interview-pair--reverse .interview-photos {
  order: -1;
}
.interview-pair .interview-answers,
.interview-pair .interview-photos {
  min-width: 0;
}
/* SPARKER 商品名由来の注記 */
.name-origin-note {
  margin-top: 24px;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 3px solid #0a3158;
}
.name-origin-note p {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5068;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.name-origin-spacer {
  visibility: hidden;
}
.name-origin-term {
  font-weight: bold;
  color: #0a3158;
  letter-spacing: 0.05em;
}
.interview-answers {
  flex: 1;
  min-width: 0;
}
.interview-row .interview-col:nth-child(odd) .interview-answers {
  margin-top: 32px;
}
.interview-row .interview-col:nth-child(even) .interview-answers {
  margin-bottom: 32px;
}
.interview-answer {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0ece8;
}
.interview-answer:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.answer-name {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #0a3158;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.interview-answer p {
  font-size: 14px;
  line-height: 1.9;
  color: #3a5068;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.interview-answer--both {
  background: #f7f7f7;
  padding: 4px 16px 25px;
  border-bottom: none;
  margin-top: 4px;
}
.interview-answer--both .answer-name {
  color: #5a6e84;
}

/* 動画ブロック */
.video-block {
  padding: 48px 10px;
  background: #f7f7f7;
}
.video-block-title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 32px;
}
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #1a1a1a;
}
.video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.video-name {
  text-align: center;
  font-size: 13px;
  color: #5a6e84;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.video-note {
  width: 100%;
  text-align: right;
  margin-top: 25px;
  font-size: 0.7rem;
}

/* 専門家コメント（森田様・平井教授共通） */
.expert-block {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 60px;
  background: #f7f7f7;
}
.expert-block--professor {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 48px 60px;
}
.expert-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #8a7a6a;
  margin-bottom: 20px;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.expert-label-sub {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #0a3158;
  margin-bottom: 8px;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.expert-quote {
  font-size: 15px;
  line-height: 2;
  color: #0a3158;
  font-style: italic;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;
  letter-spacing: 0.08em;
  border-left: 2px solid #0a3158;
  padding-left: 20px;
  margin-bottom: 16px;
}
.expert-name {
  font-size: 13px;
  color: #5a6e84;
  letter-spacing: 0.08em;
  text-align: right;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}
.expert-block-title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.expert-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.expert-title-row .expert-block-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.expert-title-row .expert-name {
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.expert-name-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.expert-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.expert-label-group {
  min-width: 0;
}
.expert-header-row .expert-name-row {
  margin-top: 0;
  flex-shrink: 0;
}
.expert-header-row .expert-name {
  white-space: nowrap;
}
.expert-avatar {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.professor-qa {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0ece8;
}
.professor-qa:last-of-type {
  border-bottom: none;
}
.professor-q {
  font-size: 15px;
  color: #0a3158;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Yu Mincho",YuMincho,serif;
  font-weight: normal;
}
.professor-a {
  font-size: 14px;
  line-height: 2;
  color: #3a5068;
  font-family: "こぶりなゴシック W3 JIS2004","Yu Gothic",sans-serif;
}


@media screen and (max-width:767px) {
.interview-designers,
.interview-row,
.interview-section.is-reverse .interview-row,
.expert-name-row,
.expert-header-row {
  flex-direction: column;
}
.cart-image {
  width: 100%;
  height: auto;
}
.spec-table th {
  width: 110px;
  padding: 12px 12px 12px 0;
  font-size: 13px;
}
.spec-table td {
  padding: 12px 0;
  font-size: 13px;
}
.designer-avatar {
  width: 120px;
  height: 120px;
}
.cart-image-row {
  white-space: break-spaces;
}
.spec-block,
.project-intro,
.expert-block,
.expert-block--professor {
  padding-left: 20px;
  padding-right: 20px;
}
.interview-pairs > .interview-pair {
  grid-template-columns: 1fr;
}
.professor-qa:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
}

  .interview-ashirai {
    position: relative;
  }

  .interview-ashirai::after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../../img/products/sweet-clash-micro5/ashirai.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    right: 4%;
    visibility: visible !important;
  }

  #block-cart-reprise {
    margin-bottom: 50px;
  }