/* ======================================
About系 共通ヘッド
about / founder / access
====================================== */

.about-head{

margin-bottom:120px;

text-align:center;

}


.about-label{

font-size:11px;

letter-spacing:.45em;

text-transform:uppercase;

color:var(--accent);

margin-bottom:20px;

font-family:
BrilliantCutProMedium;

}


.about-intro{

margin:0 auto 80px;

position:relative;

padding-bottom:70px;

}


.about-intro:after{

content:"";

position:absolute;

left:50%;
bottom:0;

width:80px;
height:1px;

transform:
translateX(-50%);

background:
linear-gradient(
90deg,

transparent,

rgba(188,158,120,.9),

transparent
);

}


/* About群共通コピー */

.page-about .catch-copy.txt-c,
.page-access .catch-copy.txt-c,
.about-intro .catch-copy{

max-width:760px;

margin:0 auto 30px;

font-size:
clamp(
20px,
2.4vw,
34px
);

line-height:1.9;

letter-spacing:.06em;

font-family:
'Cormorant Garamond',
serif;

font-weight:400;

text-align:center;

color:#2f2f2f;

}