/* ===== profile page ===== */

.profile-page{
  padding: 10px 0 40px;
}

/* 見出し（上品に） */
.profile-head{
  padding: 10px 0 18px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin-bottom: 24px;
}
.profile-kicker{
  margin: 0 0 6px;
  letter-spacing: .18em;
  font-size: 12px;
  color: rgba(0,0,0,.55);
}
.profile-title{
  margin: 0;
  font-size: 26px;
  letter-spacing: .08em;
}

/* 2カラム */
.profile-hero{
  display: grid;
  gap: 22px;
  align-items: start;
}

.profile-hero__photo{
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: #f6f6f6;
}
.profile-hero__photo img{
  width: 100%;
  height: auto;
  display: block;
}

/* 右側 */
.profile-name{
  margin: 0 0 6px;
  font-size: 28px;
  letter-spacing: .06em;
}
.profile-sub{
  margin: 0 0 18px;
  color: rgba(0,0,0,.55);
}

/* 情報DL：上品に区切る */
.profile-dl{
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.10);
}
.profile-row{
  display: grid;
  grid-template-columns: 7.2em 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.profile-row dt{
  color: rgba(0,0,0,.55);
}
.profile-row dd{
  margin: 0;
}

/* SNS */
.profile-sns{
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.profile-sns a{
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.25);
  padding-bottom: 2px;
}

/* セクション */
.profile-section{
  margin-top: 34px;
}
.profile-section__title{
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: .06em;
}

/* カード（上品に） */
.profile-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 16px 14px;
  background: rgba(255,255,255,.8);
}

/* リスト */
.profile-history,
.profile-works{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.profile-works .y{
  display: inline-block;
  width: 4.2em;
  color: rgba(0,0,0,.55);
}

/* ===== ヘッダー画像なし（profile用） ===== */
.header--simple{
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  background: #fff;
}
.header__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.site-logo{
  margin: 0;
  font-size: 18px;
  letter-spacing: .08em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.site-logo a{
  text-decoration: none;
}

/* PCで2カラム化 */
@media (min-width: 900px){
  .profile-hero{
    grid-template-columns: 420px 1fr;
    gap: 30px;
  }
}

/* プロフィールページ：ヘッダーのうっすら線だけ消す */
.header--simple{
  border-bottom: none !important;
}

/* ロゴ消した後の余白を少し整える（上品バランス） */
.header__bar{
  padding-top: 20px;
  padding-bottom: 20px;
}


/* ===== profile: hamburger を白背景でも見えるようにする ===== */
@media (max-width: 768px){
  .hamburger{ 
    display: block !important;
  }

  .hamburger span{
    background: #111 !important;  /* ← 白→黒に上書き */
  }

  /* さらに確実に見せたいならボタンにうっすら背景 */
  .hamburger{
    background: rgba(255,255,255,0.85);
    border-radius: 10px;
  }
}

/* ===== 情報レイアウトを上品に整える ===== */

/* 名前〜肩書きの間を整える */
.profile-name{
  font-size: 30px;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.profile-sub{
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: .08em;
}

/* 情報の枠：行間・罫線・余白を整える */
.profile-dl{
  border-top: 1px solid rgba(0,0,0,.10);
  margin-top: 8px;
}

/* dtとddの間隔・行の高さ */
.profile-row{
  grid-template-columns: 6.5em 1fr; /* 左ラベル幅を少しだけ狭く */
  padding: 12px 0;                 /* 余白を少し増やして上品に */
  align-items: baseline;
}

.profile-row dt{
  font-size: 13px;
  letter-spacing: .10em;
  color: rgba(0,0,0,.55);
}

.profile-row dd{
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.8;
}

/* モバイルは縦並びにして読みやすく */
@media (max-width: 768px){
  .profile-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
  .profile-row dt{
    font-size: 12px;
  }
}

/* SNSを上品なボタンっぽく */
.profile-sns{
  margin-top: 18px;
  gap: 10px;
}

.profile-sns a{
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: .08em;
  font-size: 12px;
}
.profile-sns a:hover{
  background: rgba(0,0,0,.04);
}


/* ===== 情報ブロックをもう一段上品に ===== */

/* 右カラムを少し内側に */
.profile-info{
  padding-left: 30px;
}

/* 名前をもう少しだけ存在感出す */
.profile-name{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .12em;
}

/* 肩書きを薄く */
.profile-sub{
  font-size: 14px;
  color: rgba(0,0,0,.55);
  letter-spacing: .15em;
}

/* 行の高さをさらに整える */
.profile-row{
  padding: 14px 0;
}

/* SNSを中央寄せに */
.profile-sns{
  margin-top: 24px;
  justify-content: flex-start;
}

/* 右カラムの高さを写真に合わせる */
.profile-inner{
  align-items: flex-start;
}

body{
  background:#faf9f7;
}


/* ===== PROFILE タイトル 高級版 ===== */

.profile-heading{
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}

.profile-heading .en{
  font-size: 12px;
  letter-spacing: .4em;
  color: rgba(0,0,0,.4);
  margin-bottom: 1px;
}

.profile-heading h2{
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .08em;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

.profile-heading h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #000;
}


/* CONTACT：メニューをコンテナから切り離して全幅固定 */
#menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 9999;
}



/* ===== CONTACT: メニューを画面全幅で固定 ===== */
#menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 9999;
}

/* メニューの下に本文が潜り込まないように余白 */
.content{
  padding-top: 40px; /* 70〜90で微調整OK */
}


/* ===== profile: hamburger を白背景でも見えるようにする ===== */
@media (max-width: 768px){
  .hamburger{ 
    display: block !important;
  }

  .hamburger span{
    background: #111 !important;  /* ← 白→黒に上書き */
  }

  /* さらに確実に見せたいならボタンにうっすら背景 */
  .hamburger{
    background: rgba(255,255,255,0.85);
    border-radius: 10px;
  }
}



/* ===== Top Ameblo Banner ===== */

.profile-hero .top-ameblo-banner{
    width: 50%;
  display:block;
  margin: 0px 0 0px;
  padding: 10px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(45,191,104,.15), #ffffff);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.profile-hero .top-ameblo-banner:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0,0,0,.12);
}

.profile-hero .top-ameblo-inner{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.profile-hero .top-ameblo-label{
  font-size:12px;
  letter-spacing:.18em;
  color: rgba(0,0,0,.55);
}

.profile-hero .top-ameblo-title{
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  color:#222;
}

.profile-hero .top-ameblo-cta{
  font-size:14px;
  font-weight:700;
  color: rgba(0,0,0,.7);
}




