
@charset "utf-8";
/* ============================================================
   LP 専用スタイル 
   ============================================================ */

#lp-free {
  width: 100%;
  text-align: left;
  font-family: "Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3",serif;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 2.0;
}

#lp-free * { box-sizing: border-box; }
#lp-free img { width: 100%; height: auto; display: block; }
#lp-free ul, #lp-ws ol { list-style: none; padding: 0; margin: 0; }
#lp-free a { text-decoration: none; }
#lp-free p {font-size: 1.6rem; line-height: 1.95; text-align: left; letter-spacing: 0.1em;}
:root {
  --lp-navy:      #1a2233;
  --lp-light:     #666666;
  --lp-border:    #d8d8d8;
  --lp-bg-gray:   #f5f5f3;
  --lp-btn-bg:    #2b3a50;
  --lp-font-en:   "EB Garamond","Times New Roman",serif;
  --lp-max:       860px;
}

/* ── 1. ヒーロー画像エリア ── */
.lp-hero-visual {
  width: 100%;
  height: 65vh;
  min-height: 400px;
  background-image: url("https://maitokomuro.pro/hp/wp-content/uploads/lp01_hero_pc-1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
#lp-free .lp-hero-visual__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
#lp-free .lp-hero-visual__eyebrow {
  font-family: var(--lp-font-en);
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  display: block;
  margin-bottom: 10px;
}
#lp-free .lp-hero-visual__title {
  font-size: 3.5rem;
  font-weight: 400;
  font-family: var(--lp-font-en);
  margin: 0;
  text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

/* ── 2. イントロテキスト ── */
#lp-free .lp-hero-intro {
  padding: 80px 20px 30px 20px;
  background: #fff;
}
#lp-free .lp-hero-intro__inner {
  max-width: var(--lp-max);
  margin: 0 auto;
}
#lp-free .lp-hero-intro__subtitle {
  font-size: 1.1rem;
  color: var(--lp-light);
  letter-spacing: 0.24em;
  display: block;
  margin-bottom: 24px;
  font-family: var(--lp-font-en);
}
#lp-free .lp-hero-intro__body {
  font-size: 1.4rem;
  line-height: 2.3;
}

/* ── 共通セクション ── */
#lp-free .lp-sec { padding: 30px 20px; background: #fff; }
#lp-free .lp-sec--gray { background: var(--lp-bg-gray); }
#lp-free .lp-sec__inner { max-width: var(--lp-max); margin: 0 auto; text-align: center;}
#lp-free .lp-sec-title { font-size: 2.2rem; text-align: center; font-weight: 400; border-bottom: 1px solid var(--lp-border); padding-bottom: 18px; margin-bottom: 30px; padding-top:20px;}
#lp-free .lp-sec-title-center { font-size: 2.4rem; font-weight: 400; border-bottom: none; line-height:44px; padding-bottom: 10px; margin-bottom: 10px;text-align:center;}
#lp-free .lp-hero-intro-center__subtitle { font-size: 1.4rem; color: var(--lp-light); letter-spacing: 0.24em; display: block; margin-bottom: 18px; font-family: var(--lp-font-en); text-align:center; }
#lp-free .lp-ws-banner__title { font-size: 2rem; }
#lp-free h3 { font-size: 1.8rem; margin-bottom: 10px; text-align: center; width: fit-content; margin-left: auto; margin-right: auto; border-bottom: 1px solid var(--lp-border);}
#lp-free h4 {font-size:1.6rem; margin-bottom:15px; text-align: center;}
#lp-free p.lp-text-mid {font-size:1.6rem; line-height:2.2;}
#lp-free p.lp-center { text-align:center; font-size: 16px; line-height: 32px; max-width: 1000px; padding: 0 1vw; margin: 0 auto; letter-spacing: 0.25em;}
#lp-free .lp-link-more { display: inline-block; text-align: left; margin-top: 15px; color: var(--lp-btn-bg); font-size: 0.9rem; text-decoration: underline; text-underline-offset: 4px;}
#lp-free .lp-link-more:hover { opacity: 0.6;}
#lp-free .text-center  { text-align:center; font-size: 16px; line-height: 32px; max-width: 1000px; padding: 0 1vw; margin: 0 auto; letter-spacing: 0.25em;}
#lp-free div.box10 { height:10px;}
#lp-free div.box20 { height:20px;}
#lp-free div.box30 { height:30px;}
#lp-free div.box40 { height:40px;}
#lp-free div.box50 { height:50px;}
#lp-free div.box60 { height:60px;}

/* 藍染の広がり */
#lp-free.lp-vertical-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  max-width: 800px; 
  margin: 0 auto;
}
/* 画像の調整 */
#lp-free.lp-v-img {
  width: 100%;
  margin:20px 40px;
}
#lp-free.lp-v-img img {
  max-width: 500px;    
  margin: 0 auto;
}

/* テキストの調整 */
#lp-free.lp-v-text {
  width: 100%;
  margin: 40px 0 40px;
}
  #lp-free.lp-v-img, .lp-v-text, .lp-v-chips { margin: 30px 0;}
#lp-free.lp-v-text p {
  text-align: justify; 
　padding:20px;
  line-height: 2.0;
}

#lp-free .lp-v-img {
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  width: 100%;
  margin: 30px 0;
}

#lp-free .lp-v-img figure {
  margin: 0;
  width: 100%;
  max-width: 700px; 
  text-align: center;
}

#lp-free .lp-v-img img {
  display: block;
  margin: 0 auto;
}

#lp-free .lp-img-caption {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #888;
  text-align: center;
}

/* キャプションのスタイル */
.lp-img-caption {
  font-size: 1.2rem !important;
  color: #888;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10px; /* 画像との隙間 */
  width: 100%;
}


/* --- 染色回数エリア --- */
#lp-free .lp-dye-scale {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央に寄せる */
  width: 100%;
  max-width: 600px;
  margin: 40px auto 20px;
  padding: 0 10px;
  gap: 5px; 
}

#lp-free .lp-dye-scale__left,
#lp-free .lp-dye-scale__right {
  font-size: 1.4rem !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  flex-shrink: 0;
  position: static; /* 絶対配置を解除 */
}

#lp-free .lp-dye-scale__left { color: #6b96b8 !important; }
#lp-free .lp-dye-scale__right { color: #04142e !important; }

#lp-free .lp-dye-scale__line {
  flex-grow: 1;
  height: 1px;
  background-color: #666;
  position: relative;
  min-width: 50px;
}

/* 矢印ヘッド */
#lp-free .lp-dye-scale__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #666 transparent transparent;
}

#lp-free .lp-dye-scale__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #666;
}

  #lp-free .lp-dye-scale {
    display: flex;
    justify-content: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

/* 2. SP（スマホ）でのレイアウト崩れ対策 */
@media screen and (max-width: 767px) {
  /* ギャラリーなどのカード画像修正 */
  #lp-free .course-card img {
    height: auto !important;
    aspect-ratio: auto !important; /* 強制的な正方形を解除 */
    object-fit: cover !important;  /* 親枠に合わせてトリミングまたは表示 */
  }

  #lp-free .lp-flow-v2__img-frame img {
    height: auto !important;
  }
}

/* --- PC表示（769px以上） */
@media screen and (min-width: 769px) {
	
  #lp-free .lp-dye-scale {
    display: block; /* Flexを解除 */
    height: 20px;   /* テキスト配置用の高さを確保 */
  }
  
  #lp-free .lp-dye-scale__left,
  #lp-free .lp-dye-scale__right {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); /* 真ん中を支点に配置 */
  }
  
  /* テキストの中心を「浅葱」「紺」のチップ中央にピタリと合わせる */
  #lp-free .lp-dye-scale__left {
    left: 7%; /* 浅葱の真上 */
  }
  #lp-free .lp-dye-scale__right {
    left: 93%; /* 紺の真上 */
  }
  
  /* 矢印をテキストと重ならないよう配置 */
  #lp-free .lp-dye-scale__line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
  }
}

/* カラーチップの調整 */
#lp-free.lp-v-chips {
  width: 100%;
  max-width: 500px;    /* チップが横に広がりすぎないように制限 */
  margin-bottom: 20px;
}

/* 既存のチップスタイルのマージンを微調整 */
#lp-free .lp-color-chips {
  margin-top: 0;
}

/* ── カラーチップ ── */
#lp-free .lp-color-chips { display: flex; gap: 6px; align-items: flex-end; margin: 24px 0 4px; }
#lp-free .lp-color-chip { flex: 1; border-radius: 2px; }
#lp-free .lp-color-chip:nth-child(1){background:#c8d8e8;height:28px}.lp-color-chip:nth-child(2){background:#9db8d0;height:36px}
#lp-free .lp-color-chip:nth-child(3){background:#6a96b8;height:44px}.lp-color-chip:nth-child(4){background:#3e72a0;height:52px}
#lp-free .lp-color-chip:nth-child(5){background:#1f5080;height:60px}.lp-color-chip:nth-child(6){background:#0e3260;height:68px}
#lp-free .lp-color-chip:nth-child(7){background:#04142e;height:76px}

#lp-free .lp-color-chip-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 40px;
}
#lp-free .lp-color-chip-labels span {
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0;
}

/* ── 中間バナー ── */
#lp-free .lp-free-banner {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url("https://maitokomuro.pro/hp/wp-content/uploads/lp01_img03_pc.jpg");*/
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 959px) {
#lp-free .lp-free-banner {
  height: 300px;    
  }
}

#lp-free .lp-free-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 34, 51, 0.4);
}
#lp-free .lp-free-banner__overlay {
  position: relative;
  z-index: 1;
  text-align: center;
}
#lp-free .lp-free-banner__label {
  font-family: var(--lp-font-en);
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
#lp-free .lp-free-banner__title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

/* ── 料金・フローリストなど ── */
#lp-free .lp-fee-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 1.35rem; }
#lp-free .lp-fee-table th, .lp-fee-table td { padding: 13px 16px; border: 1px solid var(--lp-border); text-align: left; vertical-align: middle;}
#lp-free .lp-fee-table th { background: var(--lp-bg-gray); font-weight: 400; width: 30%; color: var(--lp-navy); }

#lp-free .lp-apply-btn { display: block; max-width: 350px; margin: 40px auto 0; background: var(--lp-btn-bg); color: #fff !important; text-align: center; padding: 20px; font-size: 1.5rem; transition: opacity 0.3s; }
#lp-free .lp-apply-btn:hover { opacity: 0.8; }

#lp-free .lp-flow__item { display: grid; grid-template-columns: 220px 1fr; gap: 36px; padding: 36px 0; border-bottom: 1px solid var(--lp-border); align-items: center; }
#lp-free .lp-flow__item:first-child { border-top: 1px solid var(--lp-border); }
#lp-free .lp-flow__item-img img { width: 100%; height: 148px; object-fit: cover; }

/* ── アクセス・SNS ── */
#lp-free .lp-access__map { width: 100%; height: 300px; margin-bottom: 24px; border: 1px solid var(--lp-border); overflow: hidden; }
#lp-free .lp-access__map iframe { width: 100%; height: 100%; border: 0; display: block; }
#lp-free .lp-sns { padding: 32px 20px; border-top: 1px solid var(--lp-border); }
#lp-free .lp-sns__inner { max-width: var(--lp-max); margin: 0 auto; display: flex; align-items: center; gap: 20px; }
#lp-free .lp-sns__icons { display: flex; gap: 18px; }
#lp-free .lp-sns__icons li a { font-size: 2.0rem; color: #464646; }

/* ── 1カラムギャラリー── */
#one-columns-container { padding-block: 0px; max-width: 900px; margin-inline: auto;}
.course-row { margin-bottom: 40px;}
.course-category-title { font-size: 1.8rem; color: var(--lp-navy); margin-bottom: 25px; text-align: left; line-height: 1.2;}
.course-img { display: flex; gap: 20px; width: 100%;}
.course-card { flex: 1; margin: 0; min-width: 0;}
.course-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--lp-border); display: block; transition: opacity 0.3s;}
.course-card:hover img { opacity: 0.7;}
.course-card figcaption { margin-top: 15px; font-size: 1.3rem; color: var(--lp-light); text-align: left;}
.course-note { margin-top: 20px; font-size: 1.3rem; color: var(--lp-light);}
.darkbg { background-color: #3a3a3a!important; color: white; }

/* ── 3カラムギャラリー── */
#three-columns-container { padding-block: 30px; max-width: var(--lp-max); margin-inline: auto;
}
#three-columns-container h4 {font-size: 1.7rem; margin: 20px 0 10px; }
.course-row { margin-bottom: 10px;}
.course-category-title { font-size: 2rem; color: var(--lp-navy); margin-bottom: 25px; text-align: left; line-height: 1.2;}
h3.course-category-title { font-size: 2rem!important;}
.course-img { display: grid; gap: 2%; width: 100%; grid-template-columns: repeat(auto-fill, minmax(32%, 1fr)); }
.course-card { flex: 1; margin: 0; min-width: 0;}
.course-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid var(--lp-border); display: block; transition: opacity 0.3s;}
.course-card:hover img { opacity: 0.7;}
.course-card figcaption { margin-top: 15px; font-size: 1.3rem; color: var(--lp-light); text-align: left; line-height: 1.6;}
.course-note { margin-top: 20px; font-size: 1.3rem; color: var(--lp-light);}
.darkbg { background-color: #3a3a3a!important; color: white; }

/* --- お持ち込みコース セクション --- */
.lp-bring-in-intro {
    display: flex;         
    align-items: center;   
    gap: 40px;             
    margin-bottom: 50px;
  }

  .lp-bring-in-img {
    flex: 0 0 50%;        
  }

  .lp-bring-in-text {
    flex: 1;               
    text-align: left;      
  }

  .lp-bring-in-text p {
    margin: 0;             
    font-size: 1.6rem;
    line-height: 2.0;
  }


/* テーブルのラッパー（横スクロール用） */
.lp-price-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

.lp-price-table {
  width: 100%;
  min-width: 900px; /* 表が潰れないための最小幅 */
  border-collapse: collapse;
  border: 1px solid #000;
}

.lp-price-table th, 
.lp-price-table td {
  border: 1px solid #000;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3rem;
}

.lp-price-table th {
  font-weight: normal;
  width: 80px;
}

.lp-price-table {
  width: 100%;
  border-collapse: collapse; /* 線を二重にしない */
}

.lp-price-table th, 
.lp-price-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

/* 上段の背景色指定 */
.is-gray th, 
.is-gray td {
  background-color: #f3f3f3;
}

.lp-table-note {
  font-weight: bold;
}

#lp-free .lp-sec--bring-in {
  padding-block: 0 50px;
}

/* ── PC用レイアウト（横並び） ── */
#lp-free .lp-bring-in-intro {
  display: flex;        
  align-items: center;   
  gap: 40px;          
  margin-bottom: 40px;
}

#lp-free .lp-bring-in-img {
  flex: 0 0 40%;         
  min-width: 0;          
}

#lp-free .lp-bring-in-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;   
  object-fit: cover;
  display: block;
}

#lp-free .lp-bring-in-text {
  flex: 1;               
  text-align: left;
}

#lp-free .lp-bring-in-text p {
  font-size: 1.6rem;
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: var(--lp-light);
}

/* ── 価格表（PC） ── */
#lp-free .lp-price-table-wrapper {
  width: 100%;
}

#lp-free .lp-price-table th:first-child {
  width: 110px;}

#lp-free .lp-price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--lp-border);
}

#lp-free .lp-price-table th, 
.lp-price-table td {
  border: 1px solid var(--lp-border);
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3rem;
  color: var(--lp-light);
}

#lp-free .lp-price-table th {
  font-weight: normal;
  width: 80px;
}

#lp-free .lp-table-note {
  background-color: var(--lp-bg-gray); /
  width: 130px;
  line-height: 1.5;
  font-weight: bold;
}

/* ── 詳細テキスト（PC） ── */
#lp-free .lp-bring-in-details {
  text-align: left;
}

#lp-free .lp-bring-in-details p {
  font-size: 1.8rem;
  line-height: 2;
  color: var(--lp-light);
}
.lp-apply-btn {
  margin-bottom: 60px !important; 
  display: block; 
}

/* WORKSHOP FLOW */
.lp-flow-v2 {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0;
}

/* 各ステップのアイテム */
.lp-flow-v2__item {
  position: relative;
  margin-bottom: 80px; 
  z-index: 2;
}

.lp-flow-v2__item:last-child {
  margin-bottom: 0;
}

.lp-flow-v2__item::before {
  content: "";
  position: absolute;
  left: 20px;    
  top: 45px;      
  bottom: -40px; 
  width: 1px;
  background-color: #d1d1d1;
  z-index: 1;
}

/* 最後のステップは線を表示しない */
.lp-flow-v2__item:last-child::before {
  display: none;
}

/* 丸数字の器（黒丸） */
.lp-flow-v2__number-node {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* 丸の上の "STEP" テキスト */
.lp-flow-v2__number-node::before {
  content: "STEP";
  position: absolute;
  top: -22px;     /* 丸の上方に配置 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* 丸の中の数字 */
.lp-flow-v2__number {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 上下中央を正確に保つ */
  font-family: var(--lp-font-en), serif;
}

/* コンテンツエリア（文字・画像） */
.lp-flow-v2__content {
  padding-left: 70px; /* 線や丸と重ならないための余白 */
  text-align: left;
}

/* 見出しと英語サブタイトルの横並び */
#lp-free .lp-flow-v2__title-group {
	display: flex !important; 
	justify-content: center !important; 
	align-items: baseline !important; 
	gap: 15px !important; 
	width: 100% !important;
}

/* 個別のh3の autoマージンを打ち消す */
#lp-free .lp-flow-v2__title-group h3 {
	margin: 0 !important;
	width: auto !important;
}

.lp-flow-v2__en {
  font-size: 1.4rem;
  color: #999;
  font-family: var(--lp-font-en), serif;
}

/* 画像フレーム（フォトフレーム風） */
.lp-flow-v2__img-frame {
  background: #fff;
  padding: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  margin-bottom: 20px;
}

.lp-flow-v2__img-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* 本文テキスト */
.lp-flow-v2__text {
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
  color: #555;
  margin: 0;
}

/* --- アコーディオン設定 --- */
.lp-notice-block {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* タイトル部分（クリックエリア） */
.lp-notice-block summary {
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--lp-navy);
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す */
  
  /* --- 修正箇所：Flexbox化 --- */
  display: flex;
  align-items: center;          /* 垂直方向の中央揃え */
  justify-content: space-between; /* タイトルと＋を左右端に配置 */
  
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

/* 独自の矢印アイコンを作る */
.lp-notice-block summary::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s;
  
  /* --- 修正箇所：絶対配置を解除 --- */
  position: static; 
  margin-left: 10px; /* タイトルとの間隔調整 */
}
.lp-notice-content {
    font-size: 1.4rem;
    line-height: 1.95;
    text-align: left;
    letter-spacing: 0.1em;
    padding: 0px 30px 20px;
}

/* ── SP対応 ── */
@media screen and (max-width: 767px) {
 #lp-free .lp-hero-visual { height: 50vh; }
 #lp-free .lp-hero-visual__title { font-size: 2.4rem; }
 #lp-free .lp-hero-intro { padding: 30px 20px; }
 #lp-free .lp-hero-intro__body { font-size: 1.2rem; }
 #lp-free .lp-sec-title { font-size: 1.9rem; }
 #lp-free .lp-ws-banner { height: 260px; }
 #lp-free .lp-ws-banner__title { font-size: 1.8rem; }
 #lp-free .lp-fee-table th, .lp-fee-table td { font-size: 1.2rem; }
 #lp-free .lp-flow__item { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
 #lp-free .lp-flow__item-img img { height: auto; aspect-ratio: 3/2; }
 #lp-free h2.lp-sec-title-center { font-size: 1.8rem; line-height: 34px; margin: 10px 10vw 25px;}
 #lp-free p.lp-center  { text-align: center; font-size: 1.3rem; line-height: 2; padding: 0 14px 0 14px; letter-spacing: 0.2em;}
 #lp-free p.lp-text-mid { text-align: justify; font-size: 1.3rem; line-height: 1.7; letter-spacing: 0.05em;}
 #lp-free .lp-link-more { display: block; width: fit-content; margin-inline: auto; margin-top: 1.5rem; font-size: 1.3rem; color: var(--lp-btn-bg) text-decoration: underline; text-underline-offset: 0.3em; transition: opacity 0.3s;}
 #lp-free .lp-sec--bring-in { padding-block: 20px 20px;}
 #lp-free .lp-bring-in-intro { display: flex; flex-direction: column; gap: 20px;margin-bottom: 30px;}
 #lp-free .lp-access__detail p { font-size: 1.2rem !important; line-height: 1.6;}
 #lp-free .lp-bring-in-img { width: 100%; }
 #lp-free .lp-bring-in-img img { aspect-ratio: 3 / 2; }
 #lp-free .lp-bring-in-text p { font-size: 1.4rem; line-height: 1.8;}
 #lp-free.lp-v-img, .lp-v-text, .lp-v-chips { margin: 30px 0; }
 #lp-free .text-center  { text-align: justify; font-size: 1.3rem; line-height: 1.7; padding: 0 14px 0 14px; letter-spacing: 0.2em;}
#three-columns-container {
    padding-inline: 0px ; 
  }
	#one-columns-container {
    padding-inline: 0px; 
  }
	.course-img {
    gap: 1px !important; 
    padding-bottom: 20px;
  }
	.course-card {
    flex: 0 0 85vw !important; 
  }
	
	
  /* ── 価格表（スマホ横スクロール） ── */
  #lp-free .lp-price-table-wrapper {
    overflow-x: auto;    
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }

  #lp-free .lp-price-table {
    min-width: 900px; 
  }

  #lp-free .lp-price-table th, 
  #lp-free .lp-price-table td {
    padding: 12px 5px;
    font-size: 1.2rem;
  }

  /* ── 詳細テキスト（スマホ） ── */
  #lp-free .lp-bring-in-details p {
    font-size: 1.5rem;
  }

.lp-bring-in-details p { font-size: 1.5rem;}
.lp-flow-v2 {
    max-width: 100%;
    margin-top: 40px;
  }

  /* スマホでは丸を少し小さく */
  .lp-flow-v2__number-node {
    width: 32px;
    height: 32px;
  }

  .lp-flow-v2__number {
    font-size: 14px;
  }

  /* 線の位置を小さな丸に合わせる */
  .lp-flow-v2__item::before {
    left: 16px; /* 32px / 2 */
    top: 36px;
    bottom: -30px;
  }

  .lp-flow-v2__content {
    padding-left: 50px; /* 余白を詰める */
  }

.lp-flow-v2__title-group {
    flex-direction: row !important; /* スマホでも横並びを維持 */
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 15px;
  }

  .lp-flow-v2__title-group h3 {
    font-size: 1.6rem;
  }

  .lp-flow-v2__text {
    font-size: 1.4rem !important;
  }
	.lp-notice-block summary {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .lp-notice-block summary::after {
    right: 20px;
  }
  .lp-notice-content {
    padding: 15px 10px 0px;
  }
	.lp-notice-content {
    font-size: 1.3rem;
    line-height: 1.95;
    text-align: left;
	letter-spacing: 0em;
    padding: 0px 20px 20px;
}
	#lp-free .lp-notice-small{
		margin-bottom: 20px;
	}
	#lp-free .lp-notice-small p {
  font-size: 1.3rem; 
  line-height: 1.5;
}
}

/* 1. 中身が空、あるいは改行だけのpタグの余白と高さを強制的にゼロにする */
#lp-free .lp-sec__inner p:empty,
#lp-free .lp-sec__inner p:blank {
  display: none !important;
}

/* 2. 万が一、中に目に見えない文字(全角スペース等)が入っていても消す設定 */
#lp-free .lp-sec-title + p,
#lp-free .lp-sec-title + p + p,
#lp-free .lp-sec-title + p + p + p {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  display: none !important;
}

/* 3. 管理画面の自動整形(wpautop)対策：
   中身が何もないpタグが「何らかの理由で1行分の高さ」を持つのを阻止 */
#lp-free p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*============================================================
freepage　　pc.css sp.cssより移設
============================================================*/
/*#freepage #sub_visual.indigo-dyeing-experience {
	background: url(https://maitokomuro.pro/hp/wp-content/uploads/lp01_hero_pc.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0;
	}*/

#freepage #one-container {
	background-color: #ededec;
	padding: 95px 0 110px;
	}
#freepage #one-container.iroziten {
	background-color: #ffffff;
	padding: 95px 15vw 110px 20vw;
	}
#freepage #one-container h2 {
	font-size: 28px;
	letter-spacing: 0.25em;
    line-height: 1.7;
    margin: 0px auto 30px;
	}
#freepage #one-container p {
	font-size: 16px;
	line-height: 32px;
	width: 640px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.25em;
	}

#freepage #info-container {
	padding: 0px 0 120px;
    justify-content:center;
	background-color: #f7f7f7;
	}
#freepage #info-container h2 {
	font-size: 16px;
	text-align: center;
	justify-content:center;
	height: 200px;
	background: url(https://maitokomuro.pro/hp/wp-content/uploads/lp01_img01_pc.jpg) repeat-x center bottom;
	background-size: cover;
	}
#freepage #info-container h2 span {
	display: inline-block;
	justify-content:center;
	color:#ffffff;
	font-size: 32px;
	font-family: 'EB Garamond', serif;
	}
#freepage #info-container p img {
	width: 100%;
	font-size:14px;
	}

#freepage #info-container content {
	width: 100%;
	font-size:14px;
	}

#freepage #info-container h3 {
	font-size: 24px;
	margin: 40px auto 25px;
	letter-spacing: 4px;
	}
#freepage #info-container table {
	width: 860px;
	margin: 0 auto 100px;
	text-align: center;
	}
#freepage #info-container table th {
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	width: 200px;
	padding: 26px 25px;
	box-sizing: border-box;
	}
#freepage #info-container table th span {
	display: block;
	}
#freepage #info-container table td {
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px;
	line-height: 2;
	}
#freepage #info-container table td span.sub {
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.25em;
    vertical-align: middle;
    padding: 0 0 0 15px;
	line-height: 2;
	}
#freepage #info-container ul {
	display: table;
	margin: 0 auto;
	padding: 45px 15px 15px;
	text-align: center;
	}
#freepage #info-container ul li {
	display: table-cell;
	padding: 0 40px;
	}
#freepage #info-container ul li:first-child img {
	width: 270px;
	}
#freepage #info-container ul li:last-child img {
	width: 260px;
	}
#freepage #info-container p.site_btn a {
	width: 360px;
	text-align: center;
	margin: 60px auto 0;
	font-size: 14px;
	border: 1px solid #555;
	position: relative;
	padding: 10px 0;
	transform: scale( 1 , 1.08 );
	letter-spacing: 0.25em;
	}
#freepage #info-container p.site_btn a:hover {
	border: 1px solid #555;
	background-color: #555;
	color: #fff;
	}
#freepage #info-container p.site_btn a span {
	position: absolute;
	bottom: 10px;
	right: -20px;
	}

#freepage #two-columns {
	padding: 100px 0;
	}

#freepage #two-columns h2 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; 
    align-items: center !important;     
    width: 100% !important;
    height: 240px !important;          
    padding: 0 !important;
    margin-top: 0 !important;
    line-height: 1 !important;          
    text-align: center !important;
    
    background-image: url('画像のURL');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    color: #ffffff !important;
    position: relative;               
}

/* 中のExperience（span）の調整 */
#freepage #two-columns h2 span {
    display: block !important;
    margin: 0 !important;               
    padding: 0 !important;
    font-size: 36px;
    font-family: 'EB Garamond', serif;
}

#freepage #two-columns h2 span {
	display: inline-block;
	font-size: 32px;
	background: url(../img/headline.png) repeat-x center bottom;
	font-family: 'EB Garamond', serif;
	margin-bottom: 20px;
	}
#freepage #two-columns #half_figure_left:after {
  content: "";
  display: block;
	}
/*#freepage #two-columns #half_figure_left:after {
  background: url(../img/about_people01c.jpg) no-repeat center center;
  background-size: cover;
	}*/
#freepage #two-columns #half_figure_left {
	overflow: hidden;
	}
#freepage #two-columns #half_figure_left .section_contents {
	width: 55%;
	float: right;
	height: 640px;
	padding: 50px 180px 80px 80px;
	box-sizing: border-box;
	}
#freepage #two-columns #half_figure_left:after {
	float: left;
	width: 45%;
	height: 640px;
	}
#freepage #two-columns #half_figure_right:after {
  content: "";
  display: block;
	}
/*#freepage #two-columns #half_figure_right:after {
  background: url(../img/about_people02.jpg) no-repeat center center;
  background-size: cover;
	}*/
#freepage #two-columns #half_figure_right {
	overflow: hidden;
	}
#freepage #two-columns #half_figure_right .section_contents {
	width: 55%;
	float: left;
	height: 640px;
	padding: 130px 80px 80px 180px;
	box-sizing: border-box;
	}
#freepage #two-columns #half_figure_right:after {
	float: right;
	width: 45%;
	height: 640px;
	}
#freepage #two-columns .section_contents h3 {
	text-align: left;
	font-size: 24px;
	}
#freepage #two-columns .section_contents h3 span {
	font-size: 16px;
	}
#freepage #two-columns .section_contents h4 {
	font-size: 16px;
	text-align: left;
	color: #9e9e9e;
	font-family: 'EB Garamond', serif;
	margin: 10px 0 50px;
	}
#freepage #two-columns .section_contents p {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	}

	
/* 〜959px：タブレット以下共通*  SP縦　SP横　ipad　------------------------------ */
@media screen and (max-width: 959px){

/*#freepage #sub_visual.indigo-dyeing-experience {
	background: url(https://maitokomuro.pro/hp/wp-content/uploads/lp01hero_sp.jpg) no-repeat center center;
	background-size: contain;
	background-repeat:no-repeat;
	padding: 190px 0;
	}*/
#freepage #one-container {
	background-color: #ededec;
	padding: 50px 20px 55px;
	}
#freepage #one-container.iroziten {
	background-color: #ffffff;
	padding:30px 8vw 30px;
	text-align: center;
	}
#freepage #one-container h2 {
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	margin: 0 0 35px;
	text-align: center;
	line-height: 34px;
	}
#freepage #one-container p {
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: justify;
	letter-spacing: 0.2em;
	width: auto;
	}
#freepage #info-container {
	padding: 0 0 45px;
	background-color: #ededec;
	}
#freepage #info-container h2 {
	font-size: 1.6rem;
	background-image:url("https://maitokomuro.pro/hp/wp-content/uploads/lp01_img01_pc.jpg");
	background-color: #fff;
	padding: 45px 0;
	}
#freepage #info-container h2 span {
	display: inline-block;
	font-size: 2.8rem;
	background: url(../img/headline.png) repeat-x center bottom;
	font-family: 'EB Garamond', serif;
	margin-bottom: 10px;
	}
#freepage #info-container h3 {
	font-size: 1.6rem;
	margin: 45px auto 20px;
	}
#freepage #info-container h3:nth-of-type(3) {
	margin: 25px auto 20px;
	}
#freepage #info-container .tb_wrap {
	padding: 0 20px 15px;
	}
#freepage #info-container table {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
}
#freepage #info-container table th {
	font-size: 1.2rem;
    line-height: 1.6em;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	width: 29%;
	padding: 20px 5px;
	box-sizing: border-box;
	}
#freepage #info-container table td {
	font-size: 1.2rem;
    line-height: 1.6em;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 5px;
	box-sizing: border-box;
	}
#freepage #info-container table td span.sub {
	display: block;
	font-size: 1.0rem;
	line-height: 1.6em;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.25em;
	}
#freepage #info-container ul {
	text-align: center;
	margin: 30px auto;
	width: 70%;
	}
#freepage #info-container ul li {
	margin-bottom: 4.0rem;
	}
#freepage #info-container p.site_btn a {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 1.4rem;
	border: 1px solid #555;
	position: relative;
	padding: 15px 0;
	letter-spacing: 0.25em;
	}
#freepage #info-container p.site_btn a span {
	position: absolute;
	bottom: 10px;
	right: -20px;
	}

#freepage #two-columns h2 {
	font-size: 1.6rem;
	padding: 35px 0;
	}
#freepage #two-columns h2 span {
	display: inline-block;
	font-size: 2.8rem;
	background: url(../img/headline.png) repeat-x center bottom;
	font-family: 'EB Garamond', serif;
	margin-bottom: 10px;
	}
#freepage #two-columns #half_figure_left:before {
  content: "";
  display: block;
	}
/*#freepage #two-columns #half_figure_left:before {
  background: url(../img/about_people01.jpg) no-repeat center center;
  background-size: cover;
	height: 320px;
	}*/
#freepage #two-columns #half_figure_right:before {
  content: "";
  display: block;
	}
/*#freepage #two-columns #half_figure_right:before {
  background: url(../img/about_people02.jpg) no-repeat center center;
  background-size: cover;
	height: 320px;}*/
	
#freepage #two-columns .section_contents {
	padding: 30px 20px 50px;
	}
#freepage #two-columns .section_contents h3 {
	font-size: 1.6rem;
	text-align: left;
	}
#freepage #two-columns .section_contents h3 span {
	font-size: 1.2rem;
	}
#freepage #two-columns .section_contents h4 {
	font-size: 1.2rem;
	text-align: left;
	color: #9e9e9e;
	font-family: 'EB Garamond', serif;
	margin: 0 0 20px;
	}
#freepage #two-columns .section_contents p {
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: justify;
	}

	#three-columns-container { padding: 40px 0; }
   .course-flex-col { gap: 32px; }
	
	#lp-free .course-img {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
	#lp-free .course-img img {
    flex: 0 0 80vw;
    width: 80vw;
    height: auto;
    aspect-ratio: 1 / 1; 
    scroll-snap-align: start;
  }
	
	#three-columns-container {
    padding-block: 30px;
    width: 100%;
  }
	#one-columns-container {
    padding-block: 0px;
    width: 100%;
  }
  .course-row {
    margin-bottom: 10px;
  }

  .course-category-title {
    font-size: 16px;
    margin-inline-start: 0px;
    margin-bottom: 15px;
  }

  .course-img {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-inline: 20px;
    padding-bottom: 20px;
    gap: 12px;
  }

  .course-img::-webkit-scrollbar {
    display: none;
  }
	
  .course-card {
    flex: 0 0 75vw;
    scroll-snap-align: start;
  }

  .course-card img {
    aspect-ratio: 1 / 1;
  }

  .course-card figcaption {
    font-size: 12px;
    margin-top: 10px;
  }

  .course-note {
    padding-inline: 20px;
    font-size: 11px;
  }
 }

/* 600px〜959px：タブレットのみに適用 ipad------------------------------ */

@media screen and (min-width: 600px)and (max-width: 959px){
#freepage_inner p.sp:last-child {
	margin: 40px 0px 40px;
	}
#freepage #one-container {
	background-color: #ededec;
	padding: 50px 8vw 55px;
	}
#freepage #info-container .tb_wrap {
    padding: 0 8vw 15px;
}
#freepage #info-container p.site_btn a {
	width: 45%;
	}	
#freepage #info-container ul {
	text-align: center;
	margin: 3vh auto 4vh;
	width: 70%;
	}
#freepage #info-container ul li {
	display: table-cell;
    padding: 0 3vw;
	}
	
#freepage #two-columns {
		    overflow: hidden;
}
#freepage #two-columns #half_figure_left:before,#about_people #half_figure_right:before {
	float: left;
    height: 48vw;
    width: 42vw;
	background-position-y: 20%;
    margin: 0 0 20px 0vw;
	box-sizing: border-box;
	}
#freepage #two-columns .section_contents {
    float: right;
    width: 58vw;
    height: 48vw;
    margin: 0 0 20px 0;
    padding: 30px 3vw 50px 3vw;
	box-sizing: border-box;
}
	
#freepage .lp-notice-block .qa-item {
  margin-bottom: 30px;
}

#freepage .lp-notice-block .qa-item p {
  margin: 5px 0 !important;
}
	p:empty {
  display: none !important;
}
}

/* ============================================================
   LP QA用に制作したスタイル 
   ============================================================ */
/* FAQ */
#lp-free .lp-faq{
    max-width:900px;
    margin:0 auto;
}

#lp-free .lp-faq-item{
    padding:24px 0;
    border-bottom:1px solid #d8d8d8;
    text-align:left;
}

#lp-free .lp-faq-item:first-of-type{
    border-top:1px solid #d8d8d8;
}

#lp-free .lp-faq-q{
    font-size:2rem;
    line-height:1.6;
    color:#333;
    margin-bottom:12px;
    letter-spacing:.08em;
}

#lp-free .lp-faq-q span{
    color:#b87d56;
    margin-right:12px;
}

#lp-free .lp-faq-a{
    font-size:1.5rem;
    line-height:2;
    color:#666;
    padding-left:42px;
}

@media screen and (max-width:767px){

    #lp-free .lp-faq-q{
        font-size:1.6rem;
        line-height:1.7;
    }

    #lp-free .lp-faq-a{
        font-size:1.3rem;
        line-height:1.9;
        padding:15px;
    }

}

/* ============================================================
   LP /natural-dyeing-order 用に制作したスタイル 
   ============================================================ */
/* css/lp-free.css：OEMページ専用・競合回避版 */
#lp-free.ndo-page,
#lp-free.ndo-page *{box-sizing:border-box}
#lp-free.ndo-page{width:100%;text-align:left;color:#222;font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,"Noto Serif JP",serif;letter-spacing:.06em;line-height:1.95;}
#lp-free.ndo-page img{display:block;width:100%;height:auto}
#lp-free.ndo-page h1,
#lp-free.ndo-page h2{margin:0 0 28px;font-size:26px;font-weight:400;line-height:1.75;letter-spacing:.12em}
#lp-free.ndo-page h3{margin: 0 auto 14px;font-size:18px;font-weight:400;line-height:1.65}
#lp-free.ndo-page h4{border:0;width:auto;margin-left:0;margin-right:0;}
#lp-free.ndo-page p{margin:0 0 18px;font-size:14px;text-align:left;}
#lp-free .ndo-hero-caption h1 span,
#lp-free .ndo-natural-feature h2 span{display:block;}
#lp-free .ndo-features,
#lp-free .ndo-feature-box,
#lp-free .ndo-material-grid,
#lp-free .ndo-item-grid,
#lp-free .ndo-pattern-grid,
#lp-free .ndo-note-list,
#lp-free .ndo-works,
#lp-free .ndo-dye-grid,
#lp-free .ndo-cost-grid,
#lp-free .ndo-flow-grid,
#lp-free .ndo-contact,
#lp-free .ndo-estimate-grid,
#lp-free .ndo-result-grid{min-width:0;}
#lp-free .ndo-hero{position:relative;height:620px;overflow:hidden;background:#111}
#lp-free .ndo-hero img{width:100%;height:100%;object-fit:cover;object-position:center center}
#lp-free .ndo-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.30),rgba(0,0,0,.1) 50%,rgba(0,0,0,.0))}
#lp-free .ndo-hero-caption{position:absolute;z-index:2;left:8%;top:50%;transform:translateY(-50%);color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.38)}
#lp-free .ndo-hero-caption h1{margin:0 0 26px;font-size:43px;font-weight:400;line-height:1.58;color:#fff}
#lp-free .ndo-hero-caption p{margin:0;font-size:16px;line-height:2.05;color:#fff}
#lp-free .ndo-intro{padding:48px 20px 54px;text-align:center;background:#fff}
#lp-free .ndo-intro h2{margin:0 0 20px;font-size:26px;font-weight:400;letter-spacing:.18em}
#lp-free .ndo-intro p{margin:0;font-size:14px;line-height:2.25;text-align: center;}
#lp-free .ndo-container{width:88%;max-width:1040px;margin:0 auto}
#lp-free .ndo-band{background:#f3f1ed;padding:54px 0}
#lp-free .ndo-natural-feature{display:grid;grid-template-columns:43% 1fr;gap:54px;align-items:center}
#lp-free .ndo-natural-feature img{aspect-ratio:16/9;object-fit:cover}
#lp-free .ndo-section{padding:76px 0 0}
#lp-free .ndo-heading-line{display:flex;align-items:center;gap:26px;justify-content:center;margin-bottom:38px}
#lp-free .ndo-heading-line::before,#lp-free .ndo-heading-line::after{content:"";height:1px;background:#d8d5ca;flex:1}
#lp-free .ndo-heading-line h2{margin:0;font-size:24px;white-space:nowrap}
#lp-free .ndo-features{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #ddd9cf}
#lp-free .ndo-feature-box{display:grid;grid-template-columns:108px 1fr;gap:20px;align-items:center;padding:28px 34px}
#lp-free .ndo-feature-box + .ndo-feature-box{border-left:1px solid #ddd9cf}
#lp-free .ndo-feature-box p{margin: 0 0 2px;}
#lp-free .ndo-feature-box img{width:110px;height:110px;object-fit:cover;border-radius:50%}
#lp-free .ndo-material-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;border-bottom:1px solid #ddd9cf;padding-bottom:42px;margin-bottom:72px}
#lp-free .ndo-material-item{padding:0 32px;border-right:1px solid #ddd9cf}
#lp-free .ndo-material-item p{text-align: center;}
#lp-free .ndo-material-item:last-child{border-right:none}
#lp-free .ndo-material-item h3{border-bottom: none;}
#lp-free .ndo-symbol{font-size:40px;line-height:1;margin-bottom:18px;color:#b90000}
#lp-free .ndo-item-grid,#lp-free .ndo-pattern-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap: 14px;column-gap: 34px;;margin-top:34px}
#lp-free .ndo-item-card img{aspect-ratio:4/3;object-fit:cover;margin-bottom:14px}
#lp-free .ndo-item-card p{font-size:14px;line-height:1.75}
#lp-free .object-fit-cover{
  position:relative;
  overflow:hidden;
  margin-bottom:14px;
  aspect-ratio:16/10;
}
#lp-free .object-fit-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
#lp-free .ndo-pattern-card img{aspect-ratio:16/10;object-fit:cover;margin-bottom:0px}
#lp-free .ndo-pattern-card-text{border:1px solid #ddd9cf;padding:26px;background-color:#f7f6f2;}
#lp-free .ndo-note-list{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
#lp-free .ndo-note-item{border-top:1px solid #fff;padding-top:16px}
#lp-free .ndo-note-item strong{display:block;font-size:22px;color:#8e8877;margin-bottom:4px}
#lp-free .ndo-works{display:grid;grid-template-columns:1.05fr .95fr;row-gap: 20px;column-gap: 48px;;align-items:start;margin-top:34px}
#lp-free .ndo-works img{aspect-ratio:4/3;object-fit:cover}
#lp-free .ndo-works ol{margin:0 0 24px;padding-left:1.4em;font-size:16px;line-height:1.9}
#lp-free .ndo-works ul{margin:0;padding-left:1.3em;columns:2;font-size:12.5px}
#lp-free .ndo-color-row{display:grid;grid-template-columns:130px 1fr;gap:28px;align-items:center;border-top:1px solid #ddd9cf;padding: 20px 0 20px 0;}
#lp-free .ndo-color-row:last-of-type{border-bottom:1px solid #ddd9cf}
#lp-free .ndo-color-label{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}
#lp-free .ndo-color-label span{font-size:18px}
#lp-free .ndo-color-label strong{display:block;font-size:1.8rem;font-weight:400;line-height:1.8}
#lp-free .ndo-dye-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}
#lp-free .ndo-dye-card{text-align:center}
#lp-free .ndo-dye-card img{aspect-ratio:1/1;object-fit:cover;margin-bottom:10px}
#lp-free .ndo-dye-card p{margin:0 0 8px;line-height:1.55;font-size:12px;text-align: center;}
#lp-free .ndo-dye-card strong,#lp-free .ndo-dye-card em{display:block;font-weight:400;font-style:normal}
#lp-free .ndo-dye-card em{font-family:Arial,sans-serif;font-size:11px;letter-spacing:.02em;color:#666}
#lp-free .ndo-dots{display:flex;justify-content:center;gap:8px}
#lp-free .ndo-dots,.dots{display:flex;justify-content:center;gap:6px;margin-top:12px;}
#lp-free .ndo-dots span,.dots span{width:18px;height:18px;border-radius:50%;display:block;}
#lp-free .ndo-cost-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:22px;margin-top:34px}
#lp-free .ndo-cost-card{background:#f3f1ed;padding:30px 26px}
#lp-free .ndo-cost-card h3{text-align:center;border-bottom:1px solid #aaa;padding-bottom:12px;margin-bottom:18px}
#lp-free .ndo-cost-card p{text-align:center;font-size:1.3rem!important;}
#lp-free .ndo-flow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 54px;margin-top:34px}
#lp-free .ndo-flow-card{border-top:0px solid #aaa;padding-top:16px}
#lp-free .ndo-contact{background:#e6e4de;margin-top:0px;padding:44px;display:grid;grid-template-columns:1fr 320px;gap:46px;align-items:center}
#lp-free .ndo-contact img{aspect-ratio:4/3;object-fit:cover}
#lp-free .ndo-btn a,#lp-free .ndo-contact-btn{display:inline-block;min-width:260px;padding:13px 24px;border:1px solid #333;text-align:center;text-decoration:none;color:#222;margin-top:8px}
#lp-free .ndo-form-lead{text-align:center;font-size:13px;margin:0 0 34px;color:#555}
#lp-free .ndo-type-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:34px}
#lp-free .ndo-type-selector button{display:block;background:#fff;border:1px solid #cfcac0;padding:16px;text-align:center;cursor:pointer;font-family:inherit;font-size:14px;color:#222}
#lp-free .ndo-type-selector button.is-active{background:#222;color:#fff;border-color:#222}
#lp-free .ndo-form-section{display:none}
#lp-free .ndo-form-section.is-active{display:block}
#lp-free .ndo-estimate-box{padding:42px;background:#f7f6f2;border:1px solid #ddd9cf}
#lp-free .ndo-estimate-box > h3{text-align:center;font-size:24px}
#lp-free .ndo-estimate-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 34px}
#lp-free .ndo-estimate-action{text-align:center;margin:32px 0;}
#lp-free .ndo-update-btn{ border:1px solid #111; background:#111;color:#fff;padding:14px 36px;font-size:14px;letter-spacing:.08em;cursor:pointer;border-radius: 6px;font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,"Noto Serif JP",serif;}
#lp-free .ndo-field label{display:block;font-size:13px;margin-bottom:8px}
#lp-free .ndo-field input,#lp-free .ndo-field select{width:100%;padding:12px 14px;border:1px solid #cfcac0;background:#fff;font-size:14px;font-family:inherit}
#lp-free .ndo-minimum-alert{display:none;margin-top:26px;padding:28px;background:#fff;border:1px solid #cfcac0;text-align:center}
#lp-free .ndo-minimum-alert.is-show{display:block}
#lp-free .ndo-result{margin-top:34px;padding-top:26px;border-top:1px solid #cfcac0}
#lp-free .ndo-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:center}
#lp-free .ndo-result-item{background:#fff;padding:22px 14px}
#lp-free .ndo-result-item span{display:block;font-size:12px;color:#666}
#lp-free .ndo-result-item strong{display:block;font-size:24px;font-weight:400;margin-top:6px}
#lp-free .ndo-breakdown{margin-top:24px;font-size:13px;color:#555}
#lp-free .ndo-breakdown table{width:100%;border-collapse:collapse}
#lp-free .ndo-breakdown th,#lp-free .ndo-breakdown td{padding:8px 0;border-bottom:1px solid #ddd9cf;text-align:left;font-weight:400}
#lp-free .ndo-breakdown td{text-align:right}
#lp-free .ndo-estimate-note,#lp-free .ndo-estimate-note{margin-top:18px;font-size:12px;color:#666;line-height:1.8}

.ndo-update-btn:hover{
  opacity:.85;
}
.ndo-form-section{
  display:none;
}
.ndo-form-section.is-active{
  display:block;
}
.ndo-result-item.ndo-result-item-result {
    color: #c48966;
}
@media(max-width:760px){
	
#lp-free .ndo-hero img {object-position: 22% center;}
#lp-free.ndo-page{letter-spacing:.05em}
#lp-free .ndo-hero{height:560px}
#lp-free .ndo-hero-caption{left:9%;right:9%;top:52%;max-width:none}
#lp-free .ndo-hero-caption h1{font-size:32px;line-height:1.55}
#lp-free .ndo-hero-caption p{font-size:14px}
#lp-free .ndo-intro{padding:40px 22px}
#lp-free .ndo-intro h2{font-size:22px}
#lp-free .ndo-intro p br{display:none}
#lp-free .ndo-section{padding:56px 0 0 !important;}
#lp-free .ndo-container{width:88%}
#lp-free .ndo-natural-feature,#lp-free .ndo-features,#lp-free .ndo-item-grid,#lp-free .ndo-pattern-grid,#lp-free .ndo-note-list,#lp-free .ndo-works,#lp-free .ndo-cost-grid,#lp-free .ndo-flow-grid,#lp-free .ndo-contact,#lp-free .ndo-estimate-grid,#lp-free .ndo-result-grid{grid-template-columns:1fr}
#lp-free .ndo-natural-feature{gap:24px}
#lp-free .ndo-feature-box + .ndo-feature-box{border-left:none;border-top:1px solid #ddd9cf}
#lp-free .ndo-feature-box{grid-template-columns:78px 1fr;padding:24px 22px}
#lp-free .ndo-feature-box img{width:88px;height:88px}
#lp-free .ndo-page h2{font-size:22px}
#lp-free .ndo-material-grid{grid-template-columns:repeat(3,1fr);margin-bottom:52px}
#lp-free .ndo-material-item{padding:0 8px}
#lp-free .ndo-cost-card p{text-align: center;font-size: 1.3rem !important;margin: 0 0 5px;}
#lp-free .ndo-symbol{font-size:30px}
#lp-free .ndo-material-item h3{font-size:12px:border-bottom: none;}
#lp-free .ndo-material-item p{font-size:10.5px;line-height:1.7}
#lp-free .ndo-color-row{grid-template-columns:1fr;gap:18px}
#lp-free .ndo-dye-grid{grid-template-columns:repeat(2,1fr);gap:26px 20px}
#lp-free .ndo-dye-grid .ndo-dye-card:nth-child(5){display:none}
#lp-free .ndo-works ul{columns:2;padding-left: 1.3em;font-size: 12px;}
#lp-free .ndo-contact{padding:30px 24px}
#lp-free .ndo-estimate-box{padding:28px 20px}
#lp-free .ndo-type-selector{grid-template-columns:1fr}
#lp-free .ndo-pattern-grid{row-gap:40px !important;margin-bottom:16px !important;}

#lp-free .ndo-heading-line{display:flex !important;align-items:center !important;gap:14px !important;margin-bottom:28px !important;}
#lp-free .ndo-heading-line::before,
#lp-free .ndo-heading-line::after{content:"" !important;display:block !important;height:1px !important;background:#d8d8d8 !important;flex:1 !important;}
#lp-free .ndo-heading-line h2{width:auto !important;border-bottom:none !important;padding:0 !important;margin:0 !important;font-size:20px !important;line-height:1.6 !important;white-space:nowrap !important;}
}

/* ============================================================
   ワークショップバッジ用追加スタイル（PC・スマホ共通エリアに配置）
   ============================================================ */
#lp-free .lp-ws-badge-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 700px;
}

/* ── PC環境：すべての単体丸の初期位置を完全に一定（-15px）に統一 ── */
#lp-free .lp-ws-badge-wrap .ws-badge,
#lp-free .lp-ws-badge-wrap .ws-badge-02,
#lp-free .lp-ws-badge-wrap .ws-badge-03 {
  position: absolute !important;
  top: -15px !important;
  left: -15px !important;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: var(--lp-font-en); 
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 10;
}

/* 各バッジの固有背景色 */
#lp-free .lp-ws-badge-wrap .ws-badge    { background-color: #296699; }
#lp-free .lp-ws-badge-wrap .ws-badge-02 { background-color: #a7381e; }
#lp-free .lp-ws-badge-wrap .ws-badge-03 { background-color: #296699; }

/* ============================================================
   企業・団体様向けセクション専用：2色バッジ並び・位置微調整（5px下げる）
============================================================ */

/* PC環境：2連丸（ws-double-container）の位置を5px下げ、横並びを最適化 */
#lp-free .ws-double-container .ws-badge-03,
#lp-free .ws-double-container .ws-badge-02 {
  position: absolute !important;
  top: -20px !important; /* 位置を5px下げて微調整 */
  left: auto !important;
}

/* 左側：青丸の位置 */
#lp-free .ws-double-container .ws-badge-03 {
  left: -15px !important;
  z-index: 12 !important;
}

/* 右側：赤丸の位置 */
#lp-free .ws-double-container .ws-badge-02 {
  left: 65px !important; /* 青丸の右隣へ綺麗に重ねる設定 */
  z-index: 11 !important;
}

/* ============================================================
   ニットOEMページ
============================================================ */

#lp-free.knit-oem-page{
  color:#2b2b2b;
  background:#fff;
  font-family:"Noto Serif JP","Yu Mincho",YuMincho,serif;
  line-height:1.9;
  letter-spacing:.06em;
}

#lp-free.knit-oem-page *{box-sizing:border-box;}
#lp-free.knit-oem-page img{width:100%;display:block;height:auto;}

#lp-free .knit-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.12);
}

#lp-free .knit-hero{
  height:720px;
  position:relative;
  color:#fff;
  overflow:hidden;
}

#lp-free .knit-hero > img{
  width:100%;
  height:100%;
  object-fit:cover;
}

#lp-free .knit-hero__inner{
  position:absolute;
  z-index:2;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  max-width:650px;
}

#lp-free .knit-en{
  font-size:13px;
  letter-spacing:.2em;
  margin-bottom:18px;
}

#lp-free .knit-hero h1{
  color:#fff;
  font-size:46px;
  line-height:1.55;
  font-weight:400;
  margin:0 0 24px;
  text-align: left;
}

#lp-free .knit-hero p{
  color:#fff;
  font-size:16px;
  line-height:2;
}

#lp-free .knit-btn{
  display:inline-block;
  margin-top:26px;
  padding:15px 34px;
  background:#fff;
  color:#222!important;
  border:1px solid #fff;
  text-decoration:none;
  font-size:14px;
}

#lp-free .knit-sec{
  padding:90px 7%;
  background:#fff;
}

#lp-free .knit-gray{
  background:#f3f1ec;
}

#lp-free .knit-inner{
  max-width:1120px;
  margin:0 auto;
}

#lp-free .knit-lead{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:70px;
  align-items:center;
}

#lp-free .knit-sec h2,
#lp-free .knit-contact h2{
  font-size:30px;
  font-weight:400;
  line-height:1.7;
  text-align:center;
  margin:0 0 46px;
}

#lp-free .knit-lead h2{
  text-align:left;
}

#lp-free .knit-sec h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto 12px; 
  text-align: center;
}

#lp-free .knit-sec p,
#lp-free .knit-contact p{
  font-size:15px;
  line-height:2;
}

#lp-free .knit-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

#lp-free .knit-card{
  background:#fff;
  border:1px solid #ddd7cc;
  padding:34px;
  text-align:center;
}

#lp-free .knit-okng{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}

#lp-free .knit-box{
  background:#fff;
  border:1px solid #d8d2c6;
}

#lp-free .knit-box h3{
  background:#222;
  color:#fff;
  padding:16px;
  margin:0;
  border:none;
}

#lp-free .knit-ng h3{
  background:#9a8c7e;
}

#lp-free .knit-box ul{
  list-style:none;
  margin:0;
  padding:24px 34px;
}

#lp-free .knit-box li{
  border-bottom:1px solid #e3ded4;
  padding:12px 0;
  font-size:16px;
}

#lp-free .knit-flow{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  border:1px solid #ddd7cc;
  background:#fff;
}

#lp-free .knit-flow div{
  padding:28px 12px;
  text-align:center;
  border-right:1px solid #ddd7cc;
  font-size:14px;
}

#lp-free .knit-flow div:last-child{
  border-right:none;
}

#lp-free .knit-flow span{
  display:block;
  color:#9a7a5e;
  font-size:20px;
  margin-bottom:8px;
}

#lp-free .knit-faq{
  max-width:900px;
  margin:0 auto;
}

#lp-free .knit-faq p{
  border-bottom:1px solid #ddd;
  padding:20px 0;
  margin:0;
}

#lp-free .knit-contact{
  position:relative;
  color:#fff;
  padding:90px 7%;
  text-align:center;
  overflow:hidden;
}

#lp-free .knit-contact > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

#lp-free .knit-contact:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
}

#lp-free .knit-img-cover{
  position:relative;
  overflow:hidden;
  aspect-ratio:1 / 1;
  margin-bottom:18px;
  background:#f3f1ec;
}

#lp-free .knit-img-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

#lp-free .knit-item-card h3{
  text-align:center;
}

#lp-free .knit-item-card p{
  text-align:center;
}

#lp-free .knit-items{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

#lp-free .knit-items img{
  aspect-ratio:1/1;
  object-fit:cover;
  margin-bottom:18px;
}

#lp-free .knit-items p{
  text-align:center;
  font-size:13px;
}

#lp-free .knit-contact .knit-inner {
  position:relative;
  z-index:2;
  text-align: left;
}
#lp-free .knit-contact .knit-inner h2 {
  text-align: left;
}

#lp-free .knit-contact h2,
#lp-free .knit-contact p{
  color:#fff;
}

#lp-free .knit-items{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

#lp-free .knit-item-card{
  min-width:0;
}

#lp-free .knit-img-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  margin-bottom: 18px;
  background: #f3f1ec;
  display: block;
}

#lp-free .knit-img-cover img {
  position: absolute;
  inset: 0;        
  margin: auto;     
  width: 80%;
  height: 80%;
  object-fit: cover;
  display: block;
}

#lp-free .knit-item-card h3{
  font-size:18px;
  margin-bottom:8px;
  text-align:center;
}

#lp-free .knit-item-card p{
  text-align:center;
  font-size:13px;
  line-height:1.8;
}

/* =========================
私たちの強み（アイコン追加）
※ knit-card は既存利用
========================= */

#lp-free .knit-card-icon{
  font-size:42px;
  color:#9a7a5e;
  margin-bottom:18px;
  line-height:1;
}

#lp-free .knit-card h3{
  margin-top:0;
}


/* =========================
製品カテゴリ・製作実績
CTA追加
========================= */

#lp-free .knit-products-cta{
  text-align:center;
  margin-top:50px;
}

#lp-free .knit-link-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#222;
  text-decoration:none;
  border-bottom:1px solid #222;
  padding-bottom:4px;
  transition:.3s;
}

#lp-free .knit-link-btn:hover{
  opacity:.7;
}

/* =========================
ロット・費用・納期 3列横並び
========================= */

#lp-free .knit-info-box{
  border:1px solid #ddd7cc;
  background:#fff;
  margin-bottom: 40px; /* ボタンとの隙間を確保 */
}

#lp-free .knit-info-wrap{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

#lp-free .knit-info-item{
  padding:42px 36px;
  text-align:center;
}

#lp-free .knit-info-item:not(:last-child){
  border-right:1px solid #ddd7cc;
}

#lp-free .knit-info-item .knit-icon{
  width:80px !important;
  height:80px !important;
  object-fit:contain;
  margin:0 auto 16px;
  display:block;
}

#lp-free .knit-info-item h3{
  margin-bottom:14px;
  border-bottom:none;
}

#lp-free .knit-info-item p{
  text-align:center;
}

/* 枠外に配置するボタンエリア */
#lp-free .knit-info-cta{
  text-align:center;
	margin-top: 10px;
}

/* 大元にある .knit-more-link のネガティブマージン(-40px)をここで安全に解除 */
#lp-free .knit-info-cta .knit-more-link {
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================
OEMの流れ
========================= */

#lp-free .knit-flow-box{
  background:#fff;
  border:1px solid #ddd7cc;
  padding:50px;
}

#lp-free .knit-flow-step{
  display:flex;
  align-items:flex-start;
  gap:24px;
}

#lp-free .knit-flow-step:not(:last-child){
  margin-bottom:28px;
}

#lp-free .knit-flow-icon{
  width:70px;
  min-width:70px;
  height:70px;
  border-radius:50%;
  background:#f3f1ec;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:#9a7a5e;
}

#lp-free .knit-flow-content h3{
  text-align:left;
  margin-bottom:8px;
}

#lp-free .knit-flow-arrow{
  text-align:center;
  color:#9a7a5e;
  font-size:26px;
  margin:10px 0 20px;
}

/* 強みカード：アイコン+番号+タイトル → 説明 → 写真 */
#lp-free .knit-strength .knit-card{
  display:flex;
  flex-direction:column;
  padding:15px;
  text-align:left;
}

/* アイコン・番号・タイトルの横並び */
#lp-free .knit-strength-head{
  display:flex;
  align-items:center;
  gap: 9px;
  margin-bottom:18px;
}

#lp-free .knit-strength-icon{
  width:80px !important;
  height:80px !important;
  object-fit:contain;
  margin: 0 10px;
  flex-shrink:0;
}

#lp-free .knit-strength-num{
  font-size:18px;
  letter-spacing:.1em;
  color:#9a7a5e;
}

#lp-free .knit-strength .knit-card h3{
  font-size:17px;
  margin:0;
  text-align:left;
  border-bottom:none;
}

#lp-free .knit-strength .knit-card p{
  font-size:14px;	
  margin-bottom:24px;
  text-align:left;
}

/* イメージ写真はカード下端に揃える */
#lp-free .knit-strength-photo{
  width:100%;
  margin-top:auto;
}

#lp-free .knit-strength-photo img{
  width:100% !important;
  height:200px !important;
  object-fit:cover !important;
}
#lp-free .knit-more-link {
  margin-top:-40px;
  margin-bottom: 60px;
  display: inline-flex;      
  align-items: center;       
  justify-content: center;   
  padding: 15px 38px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  line-height: 1.2;          
  text-decoration: none;
  transition: all 0.3s ease;
}

#lp-free .knit-more-link:hover {
  opacity: 0.6;
}

/* ============================================================
   OEMの流れ（アイコン＋三角矢印）
============================================================ */

/* 大枠のグリッド（PC：7列均等配置） */
#lp-free .knit-flow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #ddd7cc;
  background: #fff;
}

/* 各ステップのボックス（縦並びFlex） */
#lp-free .knit-flow div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 6px; /* 画面縮小時の一文字改行を防ぐため左右余白を圧縮 */
  text-align: center;
  border-right: 1px solid #ddd7cc;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em; 
}

#lp-free .knit-flow div:last-child {
  border-right: none;
}

/* 01, 02... の数字 */
#lp-free .knit-flow span {
  display: block;
  color: #9a7a5e;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1;
}

/* 挿入するアイコン画像 */
#lp-free .knit-flow img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
}

/* PC表示：右向き三角（▶） */
#lp-free .knit-flow div:not(:last-child)::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -8px; /* フォントサイズ16pxの半分を引いて境界線にピタリと中央配置 */
  transform: translateY(-50%);
  color: #9a7a5e;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}
#lp-free .knit-flow div:last-of-type::after,
#lp-free .knit-flow div:nth-of-type(7)::after {
  content: none !important;
  display: none !important;
}

/* ============================================================
   写真素材提供ページ（photo-page）専用スタイル ※追加のみ
   既存ルールは変更せず、#lp-free.photo-page スコープで追記
============================================================ */

#lp-free.photo-page{
  color:#2b2b2b;
  background:#fff;
  font-family:"Noto Serif JP","Yu Mincho",YuMincho,serif;
  line-height:1.9;
  letter-spacing:.06em;
}
#lp-free.photo-page *{box-sizing:border-box;}
#lp-free.photo-page img{width:100%;display:block;height:auto;}

/* ---- HERO ---- */
#lp-free .photo-hero{
  height:640px;
  position:relative;
  color:#fff;
  overflow:hidden;
}
#lp-free .photo-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.30);
  z-index:1;
}
#lp-free .photo-hero > img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#lp-free .photo-hero__inner{
  position:absolute;
  z-index:2;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  max-width:680px;
}
#lp-free .photo-en{
  font-size:13px;
  letter-spacing:.2em;
  margin-bottom:18px;
  color:#fff;
}
#lp-free .photo-hero h1{
  color:#fff;
  font-size:42px;
  line-height:1.55;
  font-weight:400;
  margin:0 0 24px;
  text-align:left;
  border-bottom:none;
  width:auto;
}
#lp-free .photo-hero p{
  color:#fff;
  font-size:16px;
  line-height:2;
  text-align:left;
}

/* ---- button ---- */
#lp-free .photo-btn{
  display:inline-block;
  margin-top:26px;
  padding:15px 38px;
  background:#fff;
  color:#222!important;
  border:1px solid #fff;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}
#lp-free .photo-btn:hover{opacity:.8;}

/* ---- common section ---- */
#lp-free .photo-sec{
  padding:90px 7%;
  background:#fff;
}
#lp-free .photo-gray{background:#f3f1ec;}
#lp-free .photo-inner{
  max-width:1040px;
  margin:0 auto;
}
#lp-free .photo-sec h2{
  font-size:30px;
  font-weight:400;
  line-height:1.7;
  text-align:center;
  margin:0 0 46px;
  border-bottom:none;
  width:auto;
}
#lp-free .photo-sec h3{
  font-size:18px;
  font-weight:400;
  border-bottom:none;
  width:auto;
  margin:0;
}
#lp-free .photo-sec p{
  font-size:15px;
  line-height:2;
  text-align:left;
}

/* ---- fee & spec (2 col) ---- */
#lp-free .photo-okng{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  margin-bottom:40px;
}
#lp-free .photo-box{
  background:#fff;
  border:1px solid #d8d2c6;
}
#lp-free .photo-box h3{
  background:#222;
  color:#fff;
  padding:16px;
  margin:0;
  text-align:center;
  font-size:17px;
}
#lp-free .photo-free-box h3{background:#9a7a5e;}
#lp-free .photo-box ul{
  list-style:none;
  margin:0;
  padding:28px 34px;
  text-align:center;
}
#lp-free .photo-box li{
  font-size:18px;
  letter-spacing:.08em;
}
#lp-free .photo-spec{
  border:1px solid #ddd7cc;
  background:#faf9f6;
  padding:28px 32px;
}
#lp-free .photo-spec p{
  font-size:15px;
  line-height:2;
  text-align:center;
  margin:0;
}

/* ---- terms (numbered) ---- */
#lp-free .photo-terms{
  max-width:880px;
  margin:0 auto;
}
#lp-free .photo-term-item{
  grid-template-columns:80px 1fr;
  gap:24px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #ddd7cc;
  padding:28px 34px;
}
#lp-free .photo-term-item:not(:last-child){
  margin-bottom:18px;
}
#lp-free .photo-term-num{
  font-size:30px;
  font-weight:400;
  color:#9a7a5e;
  line-height:1.2;
  font-family:"EB Garamond","Times New Roman",serif;
}
#lp-free .photo-term-body h3{
  text-align:left;
  margin:0 0 8px;
  font-size:18px;
}
#lp-free .photo-term-body p{
  margin:0;
  font-size:15px;
  line-height:1.95;
}

/* ---- price (simple list, 2 col) ---- */
#lp-free .photo-price{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
#lp-free .photo-price-col h3{
  text-align:center;
  font-size:20px;
  border-bottom:1px solid #ddd7cc;
  padding-bottom:14px;
  margin-bottom:8px;
}
#lp-free .photo-price-list{
  list-style:none;
  margin:0;
  padding:0;
}
#lp-free .photo-price-list li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 6px;
  border-bottom:1px solid #e3ded4;
  font-size:16px;
}
#lp-free .photo-price-yen{
  color:#9a7a5e;
  letter-spacing:.05em;
}
#lp-free .photo-price-note{
  list-style:none;
  margin:0;
  padding:0;
}
#lp-free .photo-price-note li{
  position:relative;
  padding:0 0 16px 1.2em;
  font-size:14.5px;
  line-height:1.9;
}
#lp-free .photo-price-note li:before{
  content:"\30FB";
  position:absolute;
  left:0;
  color:#9a7a5e;
}
#lp-free .photo-price-caption{
  text-align:center !important;
  font-size:12.5px !important;
  color:#888;
  margin-top:34px;
}

/* ---- flow ---- */
#lp-free .photo-flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
#lp-free .photo-flow-step{
  background:#fff;
  border:1px solid #ddd7cc;
  padding:40px 30px;
  text-align:center;
}
#lp-free .photo-flow-num{
  display:block;
  color:#9a7a5e;
  font-size:15px;
  letter-spacing:.1em;
  font-family:"EB Garamond","Times New Roman",serif;
  margin-bottom:14px;
}
#lp-free .photo-flow-step h3{
  text-align:center;
  margin:0 0 12px;
  font-size:18px;
}
#lp-free .photo-flow-step p{
  text-align:left;
  font-size:14.5px;
  line-height:1.9;
}

/* ============================================================
   CF7 form (knit-OEM style: label right / mark aligned / centered submit)
============================================================ */
#lp-free .photo-form-inner{
  max-width:720px;
}
#lp-free .photo-form-lead{
  text-align:center !important;
  font-size:14px !important;
  color:#555;
  margin:-26px 0 40px;
}
#lp-free .photo-form-inner .wpcf7{
  max-width:680px;
  margin:0 auto;
}
#lp-free .photo-form-inner table{
  width:100%;
  border-collapse:collapse;
  border:none;
}
#lp-free .photo-form-inner tr{
  border:none;
}
#lp-free .photo-form-inner th{
  width:38%;
  text-align:right;
  vertical-align:middle;
  padding:14px 22px 14px 0;
  background:transparent;
  font-weight:400;
  border:none;
  white-space:nowrap;
}
#lp-free .photo-form-inner th label{
  font-size:15px;
  line-height:1.6;
  letter-spacing:.04em;
  color:#2b2b2b;
}
#lp-free .photo-form-inner th font{
  font-size:13px;
}
#lp-free .photo-form-inner td{
  padding:10px 0;
  vertical-align:middle;
  border:none;
  text-align:left;
}
#lp-free .photo-form-inner input.field,
#lp-free .photo-form-inner input[type="text"],
#lp-free .photo-form-inner input[type="email"],
#lp-free .photo-form-inner input[type="tel"]{
  width:300px;
  max-width:100%;
  padding:10px 12px;
  border:1px solid #cfcac0;
  background:#fff;
  font-size:15px;
  font-family:inherit;
  color:#333;
  line-height:1.6;
  box-sizing:border-box;
}
#lp-free .photo-form-inner input[type="email"]{
  width:380px;
}
#lp-free .photo-form-inner textarea{
  width:100%;
  min-height:130px;
  padding:12px 14px;
  border:1px solid #cfcac0;
  background:#fff;
  font-size:15px;
  font-family:inherit;
  color:#333;
  line-height:1.6;
  box-sizing:border-box;
  resize:vertical;
}
#lp-free .photo-form-inner input:focus,
#lp-free .photo-form-inner textarea:focus{
  outline:none;
  border-color:#9a7a5e;
}
#lp-free .photo-form-inner .wpcf7-radio{
  display:inline-flex;
  flex-direction:column;
  gap:10px;
}
#lp-free .photo-form-inner .wpcf7-radio .wpcf7-list-item{
  margin:0;
}
#lp-free .photo-form-inner .wpcf7-list-item label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14.5px;
  cursor:pointer;
}
#lp-free .photo-form-inner .wpcf7-list-item input{
  width:auto;
  margin:0;
}
#lp-free .photo-form-inner td[colspan]{
  text-align:center;
  padding:30px 0 0;
  border:none;
}
#lp-free .photo-form-inner td[colspan] .wpcf7-list-item{
  margin:0 0 16px;
}
#lp-free .photo-form-inner .wpcf7-acceptance label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
}
#lp-free .photo-form-inner #btn_submit,
#lp-free .photo-form-inner input.wpcf7-submit{
  display:block;
  width:auto;
  min-width:200px;
  max-width:100%;
  padding:14px 40px;
  margin:8px auto 0;
  background:#2b3a50;
  color:#fff;
  border:1px solid #2b3a50;
  font-size:15px;
  font-family:inherit;
  letter-spacing:.06em;
  line-height:1.4;
  white-space:nowrap;
  text-align:center;
  cursor:pointer;
  border-radius:2px;
  transition:opacity .3s;
  -webkit-appearance:none;
  appearance:none;
  box-sizing:border-box;
}
#lp-free .photo-form-inner #btn_submit:hover,
#lp-free .photo-form-inner input.wpcf7-submit:hover{
  opacity:.85;
}
#lp-free .photo-form-inner .wpcf7-not-valid-tip{
  font-size:12.5px;
  color:#b94a3b;
  margin-top:6px;
}
#lp-free .photo-form-inner .wpcf7-response-output{
  margin:24px 0 0;
  font-size:13px;
  text-align:center;
}

/* ---- contact form box (frame + title) ---- */
#lp-free .photo-form-box{
  border:1px solid #d8d8d8;
  padding:50px 40px 56px;
  margin-top:10px;
}
#lp-free .photo-form-title{
  text-align:center !important;
  font-size:22px !important;
  letter-spacing:0.4em;
  color:#2b2b2b;
  margin:0 0 30px;
  font-family:"EB Garamond","Times New Roman",serif;
}
#lp-free .photo-form-required{
  text-align:center !important;
  font-size:13px !important;
  color:#666;
  margin:0 0 36px;
}
/* ============================================================
   送信ボタン：ネイビー・白文字・テキスト中央・ボタン中央（統合版）
============================================================ */
#lp-free .photo-form-inner td[colspan]{
  text-align:center !important;
}
#lp-free .photo-form-inner #btn_submit,
#lp-free .photo-form-inner input.wpcf7-submit,
#lp-free .photo-form-inner input[type="submit"]{
display: block !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:300px !important;
  max-width:80% !important;
  margin:8px auto 0 !important;
  padding:16px 50px !important;
  background:#2b3a50 !important;
  background-color:#2b3a50 !important;
  background-image:none !important;
  color:#fff !important;
  border:1px solid #2b3a50 !important;
  font-size:15px !important;
  letter-spacing:.06em !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-align:center !important;
  vertical-align:middle !important;
  cursor:pointer !important;
  border-radius:2px !important;
  box-sizing:border-box !important;
  -webkit-appearance:none !important;
  appearance:none !important;
　 min-width:auto !important;
width: fit-content !important;
}
#lp-free .photo-form-inner #btn_submit:hover,
#lp-free .photo-form-inner input.wpcf7-submit:hover,
#lp-free .photo-form-inner input[type="submit"]:hover{
  background:#2b3a50 !important;
  background-color:#2b3a50 !important;
  opacity:.85 !important;
}

/* =========================
SP（スマホ環境の設定）
========================= */

@media screen and (max-width:767px){
	#lp-free p.lp-center.is-sp-left {
    display: block !important;
    width: fit-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
    max-width: 90% !important; /* 画面端に文字がくっつくのを防ぐ保険 */
  }
  /* ── 1. 【スマホ環境】すべての丸の形状・サイズ（小さすぎない76px）と高さを完全に統一 ── */
  #lp-free .lp-ws-badge-wrap .ws-badge,
  #lp-free .lp-ws-badge-wrap .ws-badge-02,
  #lp-free .lp-ws-badge-wrap .ws-badge-03 {
    position: absolute !important;
    top: -12px !important; 
    left: -12px !important;
    width: 76px !important; /* 小さすぎず、文字が余裕を持って1行で収まるベストサイズ */
    max-width: 76px !important;
    height: 76px !important;
    max-height: 76px !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 11px !important; /* 文字がしっかりと視認できる大きさ */
    line-height: 1.2 !important;
    letter-spacing: 0em !important;
    white-space: nowrap !important; /* 文字の意図しない折り返しを完全に禁止 */
  }

  /* ── 2. 一番下の2連丸セクション（ws-double-container）のスマホ個別位置・重なり調整 ── */
  #lp-free .ws-double-container .ws-badge-03,
  #lp-free .ws-double-container .ws-badge-02 {
    left: auto !important;
  }
  
  /* 左側の青丸（WorkShop） */
  #lp-free .ws-double-container .ws-badge-03 {
    left: -12px !important; 
  }

  /* 右側の赤丸（体験） */
  #lp-free .ws-double-container .ws-badge-02 {
    /* 直径76pxの円同士が、文字を一切隠さずに美しく重なり合う最適なずらし幅 */
    left: 46px !important;  
  }

  /* ── 3. 既存のニットOEM等のSPスタイル（元の命令を維持） ── */
  #lp-free .knit-spec-wrap{
    grid-template-columns:1fr;
  }

  #lp-free .knit-spec-item{
    border-right:none!important;
    border-bottom:1px solid #ddd7cc;
  }

  #lp-free .knit-spec-item:last-child{
    border-bottom:none;
  }

  #lp-free .knit-flow-box{
    padding:30px 24px;
  }

  #lp-free .knit-flow-step{
    flex-direction:column;
    gap:12px;
  }

  #lp-free .knit-flow-icon{
    margin:auto;
  }

  #lp-free .knit-flow-content h3{
    text-align:center;
  }

  #lp-free .knit-hero{
    height:620px;
  }

  #lp-free .knit-hero__inner{
    left:8%;
    right:8%;
  }

  #lp-free .knit-hero h1{
    font-size:32px;
  }

  #lp-free .knit-sec{
    padding:64px 7%;
  }

  #lp-free .knit-lead,
  #lp-free .knit-cards,
  #lp-free .knit-items,
  #lp-free .knit-okng{
    grid-template-columns:1fr;
  }

  #lp-free .knit-flow{
    grid-template-columns:1fr;
  }

  #lp-free .knit-flow div{
    border-right:none;
    border-bottom:1px solid #ddd7cc;
  }

  #lp-free .knit-sec h2,
  #lp-free .knit-contact h2{
    font-size:24px;
  }
  
  #lp-free .knit-items{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  #lp-free .knit-img-cover{
    aspect-ratio:1 / 1;
  }
  
  #lp-free .knit-info-wrap{
    grid-template-columns:1fr;
  }
	
  #lp-free .knit-info-item:not(:last-child){
    border-right:none;
    border-bottom:1px solid #ddd7cc;
  }

  #lp-free .knit-flow {
    grid-template-columns: 1fr;
  }

  #lp-free .knit-flow div {
    padding: 24px 16px;
    border-right: none;
    border-bottom: 1px solid #ddd7cc;
  }

  #lp-free .knit-flow div:last-child {
    border-bottom: none;
  }

  /* スマホ用の下向き三角（▼） */
  #lp-free .knit-flow div:not(:last-child)::after {
    content: "▼";
    top: auto;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
	}
	
　#lp-free .photo-hero{height:560px;}
  #lp-free .photo-hero__inner{left:8%;right:8%;}
  #lp-free .photo-hero h1{font-size:28px;}
  #lp-free .photo-hero p{font-size:14px;}

  #lp-free .photo-sec{padding:60px 7%;}
  #lp-free .photo-sec h2{font-size:23px;margin-bottom:34px;}

  #lp-free .photo-okng,
  #lp-free .photo-price,
  #lp-free .photo-flow{
    grid-template-columns:1fr;
    gap:24px;
  }

  #lp-free .photo-term-item{
    grid-template-columns:54px 1fr;
    gap:14px;
    padding:22px 22px;
  }
  #lp-free .photo-term-num{font-size:24px;}

  #lp-free .photo-price-col--free{margin-top:8px;}

  #lp-free .photo-form{padding:30px 22px;}
  #lp-free .photo-btn--submit{min-width:auto;width:100%;}
	#lp-free .photo-hero{height:560px;}
  #lp-free .photo-hero__inner{left:8%;right:8%;}
  #lp-free .photo-hero h1{font-size:28px;}
  #lp-free .photo-hero p{font-size:14px;}

  #lp-free .photo-sec{padding:60px 7%;}
  #lp-free .photo-sec h2{font-size:23px;margin-bottom:34px;}

  #lp-free .photo-okng,
  #lp-free .photo-price,
  #lp-free .photo-flow{
    grid-template-columns:1fr;
    gap:24px;
  }

  #lp-free .photo-term-item{
    grid-template-columns:54px 1fr;
    gap:14px;
    padding:22px 22px;
  }
  #lp-free .photo-term-num{font-size:24px;}

  #lp-free .photo-price-col--free{margin-top:8px;}

  /* form: stack label over input */
  #lp-free .photo-form-inner .wpcf7,
  #lp-free .photo-form-inner table,
  #lp-free .photo-form-inner tbody,
  #lp-free .photo-form-inner tr,
  #lp-free .photo-form-inner th,
  #lp-free .photo-form-inner td{
    display:block;
    width:100%;
  }
  #lp-free .photo-form-inner th{
    text-align:left;
    padding:16px 0 6px;
    white-space:normal;
  }
  #lp-free .photo-form-inner td{
    padding:0 0 4px;
  }
  #lp-free .photo-form-inner input.field,
  #lp-free .photo-form-inner input[type="text"],
  #lp-free .photo-form-inner input[type="email"],
  #lp-free .photo-form-inner input[type="tel"]{
    width:100%;
  }
  #lp-free .photo-form-inner td[colspan]{
    padding:24px 0 0;
  }
  #lp-free .photo-form-inner #btn_submit,
  #lp-free .photo-form-inner input.wpcf7-submit{
  display:block;
  margin:8px auto 0;
  }
	#lp-free .photo-form-box{
    padding:34px 20px 40px;
  }
}