@charset "UTF-8";
:root {
  --color-white: #FFFFFF;
  --color-black: #22282a;
  --color-gray: #F0F0F0;
  --color-main: #7cb4f1;
  --color-text: #83929e;
  --color-main-dark: #229C2A;
  --color-accent: #222e0a;
  --color-menu-text: #224;
  --font-main: "neue-haas-grotesk-text", "ryo-gothic-plusn", sans-serif;
  --font-nijimi: "dnp-shuei-nmincho-std", sans-serif;
  --c-glass: #bbbbbc;
  --c-light: #fff;
  --c-dark: #000;
  --c-content: #224;
  --c-action: #0052f5;
  --c-bg: #e8e8e9;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: 150%;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 320px) {
  .memberlist_body {
    padding: 0 2.5vw 80px;
  }
}
@media screen and (min-width: 600px) {
  .memberlist_body {
    padding: 0 16px 80px;
  }
}

.memberlist_wrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .memberlist_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .memberlist_wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 64px 16px;
  }
}
.memberlist_wrapper.is-casual .img.normal {
  opacity: 0;
}
.memberlist_wrapper.is-casual .img.casual {
  opacity: 1;
}

.memberlist_itemLink {
  display: block;
}
.memberlist_itemLink:hover .memberlist_imgWrapper .img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (min-width: 600px) {
  .memberlist_itemLink:hover .memberlist_imgWrapper .img.normal {
    opacity: 0;
  }
  .memberlist_itemLink:hover .memberlist_imgWrapper .img.casual {
    opacity: 1;
  }
}

.memberlist_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 134%;
  border-radius: 16px;
  overflow: hidden;
}

.memberlist_imgWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: brightness(1.24) contrast(0.88);
          filter: brightness(1.24) contrast(0.88);
}
.memberlist_imgWrapper .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.memberlist_imgWrapper .img.casual {
  opacity: 0;
}
.memberlist_imgWrapper .imgWrapper {
  height: 100%;
  padding: 0;
}

.memberlist_nameEn {
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 320px) {
  .memberlist_nameEn {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .memberlist_nameEn {
    font-size: 3.2rem;
  }
}

.memberlist_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .memberlist_info {
    font-size: 1.2rem;
    margin-top: 4px;
    gap: 4px;
  }
}
@media screen and (min-width: 600px) {
  .memberlist_info {
    font-size: 1.6rem;
    margin-top: 8px;
    gap: 8px;
  }
}

.memberlist_nameJa {
  font-weight: 400;
}

.pageFv_section.isSingle.isMember {
  height: auto;
}
@media screen and (min-width: 320px) {
  .pageFv_section.isSingle.isMember {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 600px) {
  .pageFv_section.isSingle.isMember {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 320px) {
  .pageFv_section.isSingle.isMember .singleFv_mv {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-width: 600px) {
  .pageFv_section.isSingle.isMember .singleFv_mv {
    height: 68vh;
    height: 68svh;
  }
}

.singleFv_content.isMember {
  position: relative;
}
@media screen and (min-width: 320px) {
  .singleFv_content.isMember {
    padding: 12rem 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_content.isMember {
    padding: 22rem 5vw 0;
  }
}
@media screen and (min-width: 320px) {
  .singleFv_content.isMember .singleFv_contentThumb {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_content.isMember .singleFv_contentThumb {
    width: 40%;
  }
}
.singleFv_content.isMember .singleFv_contentThumb .img {
  position: sticky;
  top: 3rem;
  -webkit-filter: brightness(1.24) contrast(0.88);
          filter: brightness(1.24) contrast(0.88);
}
@media screen and (min-width: 320px) {
  .singleFv_content.isMember .singleFv_contentThumb .imgWrapper {
    padding-bottom: 86.67%;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_content.isMember .singleFv_contentThumb .imgWrapper {
    padding-bottom: 136.67%;
  }
}
@media screen and (min-width: 320px) {
  .singleFv_content.isMember .singleFv_contentText {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_content.isMember .singleFv_contentText {
    width: 50%;
  }
}

.singleFv_contentTitleEn {
  line-height: 1.04;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .singleFv_contentTitleEn {
    font-size: 5.4rem;
    padding-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentTitleEn {
    font-size: 12.4rem;
    padding-top: 2rem;
  }
}

.singleFv_contentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleFv_contentTitle * {
  font-size: 80%;
  font-weight: 600;
}
.singleFv_contentTitle div {
  font-size: 40%;
}

.singleFv_contentMain {
  color: var(--color-text);
}
@media screen and (min-width: 320px) {
  .singleFv_contentMain {
    margin-top: 18rem;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentMain {
    margin-top: 18rem;
  }
}
.singleFv_contentMain * {
  color: var(--color-text);
}

/* ===========================
   Web Magazine Style — Q&A
   for .singleFv_contentSection (dl)
   =========================== */
.singleFv_contentSection {
  --ink: var(--color-black, #111);
  --muted: color-mix(in srgb, var(--ink) 40%, transparent);
  --accent: var(--c-accent, #2aa1ff);
  --rule: color-mix(in srgb, var(--ink) 12%, transparent);
  --bg-chip: color-mix(in srgb, var(--accent) 8%, #fff);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  position: relative;
  color: var(--ink);
  /* セクション間のリズム */
  margin: 0 auto;
  /* 上下罫線（紙面っぽい切り替え） */
  /* Q（質問） */
  /* A（回答） */
  /* 背景のうっすらリード線（誌面のグリッド感） */
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection {
    padding: 20px 0;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection {
    padding: 32px 0;
  }
}
.singleFv_contentSection + .singleFv_contentSection {
  border-top: 1px solid var(--rule);
}
.singleFv_contentSection dt, .singleFv_contentSection dd {
  margin: 0;
}
.singleFv_contentSection dt {
  letter-spacing: 0.02em;
  line-height: 1.35;
  position: relative;
  display: inline-block;
  /* タイトルのチップ（誌面の見出しピル風） */
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection dt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dt {
    font-size: 2.4rem;
  }
}
.singleFv_contentSection dt::before {
  content: "Q";
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
  border: 1px solid;
  border-radius: 10px;
  margin-right: 0.6em;
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection dt::before {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dt::before {
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
  }
}
.singleFv_contentSection dd {
  line-height: 1.9;
  letter-spacing: 0.01em;
  /* 1行目のリードを強めに（誌面の“つかみ”） */
  /* 段落の間隔 */
  /* 引用風の強調（原稿中に .isQuote を付けたとき） */
  /* 強調行（ .lead 行に帯） */
  /* 箇条書きの誌面風マーカー */
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection dd {
    font-size: 1.24rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dd {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
}
.singleFv_contentSection dd p:first-child {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection dd p:first-child {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dd p:first-child {
    font-size: 1.95rem;
    line-height: 1.95;
  }
}
.singleFv_contentSection dd p + p {
  margin-top: 1em;
}
.singleFv_contentSection dd .isQuote {
  position: relative;
  font-style: italic;
  color: color-mix(in srgb, var(--ink) 80%, #000);
}
@media screen and (min-width: 320px) {
  .singleFv_contentSection dd .isQuote {
    padding-left: 1.2em;
    border-left: 3px solid var(--rule);
    margin: 1.2em 0;
  }
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dd .isQuote {
    padding-left: 1.4em;
    border-left: 3px solid var(--rule);
    margin: 1.4em 0;
  }
}
.singleFv_contentSection dd .lead {
  display: inline;
  -webkit-box-shadow: inset 0 -0.45em 0 color-mix(in srgb, var(--accent) 10%, transparent);
          box-shadow: inset 0 -0.45em 0 color-mix(in srgb, var(--accent) 10%, transparent);
}
.singleFv_contentSection dd ul, .singleFv_contentSection dd ol {
  padding-left: 1.2em;
  margin: 0.8em 0;
}
.singleFv_contentSection dd ul li, .singleFv_contentSection dd ol li {
  padding-left: 0.2em;
}
.singleFv_contentSection dd ul li::marker {
  color: var(--accent);
}
.singleFv_contentSection dd ol li::marker {
  color: var(--muted);
}
.singleFv_contentSection::after {
  content: "";
  position: absolute;
  inset: 0 0 -1px 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), rgba(0, 0, 0, 0.02) 100%);
}

/* オプション：冒頭ブロックだけ“特集見出し”風に */
.singleFv_contentSection:first-of-type {
  border-top: 1px solid var(--rule);
  padding-top: clamp(24px, 4vw, 48px);
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection:first-of-type dt {
    font-size: clamp(2.2rem, 1.4rem + 1.4vw, 2.8rem);
  }
}

/* 画像や横長コンテンツが入る場合の余白調整（任意） */
.singleFv_contentSection dd > figure,
.singleFv_contentSection dd > .wide {
  margin: 1.2em 0;
}
@media screen and (min-width: 600px) {
  .singleFv_contentSection dd > figure,
  .singleFv_contentSection dd > .wide {
    margin: 1.6em 0;
  }
}

.memberToggleWrapper {
  position: fixed;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .memberToggleWrapper {
    margin: 24px auto 32px;
    bottom: 7rem;
  }
}
@media screen and (min-width: 600px) {
  .memberToggleWrapper {
    margin: 24px auto 32px;
    bottom: 32px;
  }
}

.memberToggle {
  --radius: 999px;
  --bg: rgba(255,255,255,.6);
  --stroke: rgba(0,0,0,.08);
  --text: #0f1222;
  --muted:#7a8191;
  --accent:#3aa0ff;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--radius);
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 14px rgba(15, 18, 34, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 14px rgba(15, 18, 34, 0.08);
  border: 1px solid var(--stroke);
  width: min(340px, 92vw);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.memberToggle .seg {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 10px 14px;
  font: 600 14px/1 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  color: var(--muted);
  border-radius: calc(var(--radius) - 2px);
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.memberToggle .seg[aria-pressed=true] {
  color: var(--text);
}

.memberToggle .thumb {
  position: absolute;
  z-index: 1;
  inset: 4px auto 4px 4px; /* 初期は左（PROFILE） */
  width: calc(50% - 4px);
  border-radius: calc(var(--radius) - 4px);
  background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.6)));
  background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.6));
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 10px rgba(15, 18, 34, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 10px rgba(15, 18, 34, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: left 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: left 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), left 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), left 0.26s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* CASUAL 側にスライド */
.memberToggle[data-state=casual] .thumb {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media (prefers-color-scheme: dark) {
  .memberToggle {
    --bg: rgba(20,25,35,.7);
    --stroke: rgba(255,255,255,.08);
    --text: #e9edf7;
    --muted:#a7b0c0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 25, 35, 0.85)), to(rgba(20, 25, 35, 0.65)));
    background: linear-gradient(180deg, rgba(20, 25, 35, 0.85), rgba(20, 25, 35, 0.65));
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 6px 18px rgba(0, 0, 0, 0.35);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 6px 18px rgba(0, 0, 0, 0.35);
  }
  .memberToggle .thumb {
    background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.06)));
    background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 16px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 3px 16px rgba(0, 0, 0, 0.4);
  }
}
/* --- 画像の出し分け（親に状態クラスを付けてもOK） --- */
.memberCard {
  position: relative;
}

.memberCard .photo {
  display: block;
  width: 100%;
  height: auto;
}

.memberCard .photo--casual {
  display: none;
}

/* JSで body などの親に .is-casual / .is-profile を付けるなら下記でもOK */
.is-casual .photo--profile {
  display: none;
}

.is-casual .photo--casual {
  display: block;
}

.is-profile .photo--profile {
  display: block;
}

.is-profile .photo--casual {
  display: none;
}/*# sourceMappingURL=member.css.map */