/* ============================================
   09 Wool T-shirt セクション
   ファイル: style_sec09.css
   ============================================ */

/* ── ラッパー ── */
.sec09_wrap {
  width: 65%;
  /*max-width: 1050px;*/
  margin: 0 auto 100px auto;
  padding: 0 0;
}

/* ── ヘッダー ── */
.sec09_header {
  text-align: center;
  margin-bottom: 58px;
}


.headttl_txt03 {
    margin: 180px auto 300px auto;
    text-align: center;
    color: #192942;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.4em;
    letter-spacing: 3px;
}


.headttl_txt03_sub {
    font-size: 35px;
	vertical-align: 10px;
}



.img002_wrap {
    width: 400px;
    margin: 0px auto 220px auto;
	}

.sec09_num {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;	
  font-size: 138px;
  line-height: 1;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0 0 -3px 0;
}

.sec09_subtitle {
  font-family: "garamond-premier-pro", "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.17em;
  color: #000;
  font-weight: 400;
  margin: 0;
	line-height: 1.5;
}

/* ── フォトグリッド ──
   左: モデル2枚 (40%)  右: 生地+テキスト (60%)
*/
.sec09_grid {
  display: flex;
  align-items: flex-start;
  gap: 6px;
	margin-bottom: 220px;
}

/* ─ 左カラム ─ */
.sec09_col_left {
  width: 35%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* デザインモックアップに合わせて下にオフセット */
  margin-top: 210px;
}

.sec09_photo {
  overflow: hidden;
  background: #111;
  line-height: 0; /* img下の隙間を消す */
}

.sec09_photo img {
  width: 100%;
  display: block;
  transition: transform 0.55s ease;
}


/* ─ 右カラム ─ */
.sec09_col_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 生地クローズアップ (大) */

.sec09_photo--fabric img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── テキストブロック ── */
.sec09_textblock {
  padding: 0 0 0 27%;
}

.sec09_heading {
  font-family: "fot-tsukuaoldmin-pr6n", "garamond-premier-pro", sans-serif;
	font-style: normal;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #000000;
  margin: 38px 0 35px 0;
}

.sec09_body {
  margin-bottom: 40px;
}

.sec09_body p {
  font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #131313;
  margin: 0;
}

/* ── 商品CTA ── */
.sec09_cta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
}

.sec09_cta_info {
  text-align: right;
	margin: 0 0 0 0;
}

.sec09_cta_top {
  text-align: right;
	margin: 0 0 8px 0;
}


.sec09_cta_name {
  font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
  font-size: 14px;
   letter-spacing: 0.05em;
	color: #000;
	margin: 0 0 2px 0;
}

.sec09_cta_name a{
  display: inline-block;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    /*transition: opacity 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 0px; */
}

.sec09_cta_price {
  font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
  font-size: 14px;
   letter-spacing: 0.05em;
	color: #000;
	margin: 0 0 8px 0;
}


.sec09_cta_price a{
  display: inline-block;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    /*transition: opacity 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 0px; */
}

.sec09_cta_link {
  display: inline-block;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1a;
  transition: opacity 0.2s;
}

.sec09_cta_link:hover {
  opacity: 0.4;
}

.sec09_cta_thumb {
  width: 170px;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
}

.sec09_cta_thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* ── レスポンシブ (SP) ── */
@media only screen and (max-width: 980px) {
	
/* ── ラッパー ── */
.sec09_wrap {
  width: 86%;
  /*max-width: 1050px;*/
  margin: 0 auto 100px auto;
  padding: 0 0;
}

/* ── ヘッダー ── */
.sec09_header {
  text-align: center;
  margin-bottom: 30px;
}
	

.img002_wrap {
    width: 70%;
    margin: 100px auto 150px auto;
	}
	
.headttl_txt03 {
    margin: 150px auto 300px auto;
    text-align: center;
    color: #192942;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 3px;
}
	
.headttl_txt03_sub {
    font-size: 23px;
}	

.sec09_num {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;	
  font-size: 90px;
  line-height: 1;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin: 0 0 0 0;
}

.sec09_subtitle {
  font-family: "garamond-premier-pro", "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #000;
  font-weight: 400;
  margin: 0;
	line-height: 1.3;
}

/* ── フォトグリッド ──
   左: モデル2枚 (40%)  右: 生地+テキスト (60%)
*/
.sec09_grid {
  display: flex;
  align-items: flex-start;
  gap: 6px;
	margin-bottom: 200px;
}

/* ─ 左カラム ─ */
.sec09_col_left {
  width: 35%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  /* デザインモックアップに合わせて下にオフセット */
  margin-top: 210px;
}

.sec09_photo {
  overflow: hidden;
  background: #111;
  line-height: 0; /* img下の隙間を消す */
}

.sec09_photo img {
  width: 100%;
  display: block;
  transition: transform 0.55s ease;
}


/* ─ 右カラム ─ */
.sec09_col_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 生地クローズアップ (大) */

.sec09_photo--fabric img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── テキストブロック ── */
.sec09_textblock {
  padding: 20px 0 0 0;
}

.sec09_heading {
  font-family: "fot-tsukuaoldmin-pr6n","garamond-premier-pro", sans-serif;
	font-style: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 45px 0 30px 0;
}

.sec09_body {
  margin-bottom: 50px;
}

.sec09_body p {
  font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #131313;
  margin: 0;
}
	
	
.sec09_body02 {
  margin-bottom: 30px;
}

.sec09_body02 p {
  font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #131313;
  margin: 0;
}	

/* ── 商品CTA ── */
.sec09_cta {
  display: flex;
  flex-direction: column-reverse;
}

.sec09_cta_info {
  text-align: center;
	margin: 0 auto 0 auto;
}

.sec09_cta_top {
  text-align: right;
	margin: 0 0 8px 0;
}


.sec09_cta_name {
  font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
  font-size: 14px;
   letter-spacing: 0.05em;
	color: #000;
	margin: 0 0 2px 0;
}

.sec09_cta_name a{
  display: inline-block;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    /*transition: opacity 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 0px; */
}

.sec09_cta_price {
  font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
  font-size: 14px;
   letter-spacing: 0.05em;
	color: #000;
	margin: 0 0 8px 0;
}


.sec09_cta_price a{
  display: inline-block;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    /*transition: opacity 0.2s;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 0px; */
}

.sec09_cta_link {
  display: inline-block;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1a;
  transition: opacity 0.2s;
}

.sec09_cta_link:hover {
  opacity: 0.4;
}

.sec09_cta_thumb {
  width: 58%;
	flex-shrink: 0;
	overflow: hidden;
	line-height: 0;
	margin: 0 auto 0 auto;
}

.sec09_cta_thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.btn_wrap02a {
        width: 90%;
        margin: 25px auto 150px auto;
	}
	
.btn_box02a {
		font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.05em;
        color: #000;
}
	
.view_btn03 {
	display: block;
	position: relative;
	padding:2% 0;
	border:solid 1px #000;
	text-align:center;
	font-family: "source-han-sans-japanese" , sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px!important;
	letter-spacing: 0.05em;
	color:#000!important;
	text-decoration:none!important;
}
	
}