
:root{
  --white:#FFFFFF;
  --paper:#F8F7F4;
  --greige:#F3F0EA;
  --ink:#161616;
  --muted:#6F6A64;
  --gold:#B99A5B;
  --gold-light:#E6D8BC;
  --line:#EAE5DC;
  --cta:#111111;
  --green:#06C755;
  --shadow:0 18px 45px rgba(22,22,22,.08);
  --shadow-soft:0 10px 28px rgba(22,22,22,.055);
  --radius:22px;
}

*{
  box-sizing:border-box;
}

html{
  width:100%;
  background:var(--white);
  scroll-behavior:smooth;
  overflow-x:hidden;
}
html.is-locking-scroll{
  scroll-behavior:auto !important;
}





body{
  width:100%;
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}




html.menu-open,
body.menu-open{
  overflow:hidden;
  height:100%;
  touch-action:none;
}

html.line-modal-open{
  overflow:hidden;
}

body.line-modal-open{
  position:fixed;
  top:var(--line-modal-scroll-top, 0px);
  left:0;
  right:0;
  width:100%;
  overflow:hidden;
  touch-action:none;
}




html.creator-modal-open{
  overflow:hidden;
}

body.creator-modal-open{
  overflow:hidden;
  touch-action:none;
}






img{
  max-width:100%;
  height:auto;
}

.lp{
  width:100%;
  max-width:none;
  margin:0;
  overflow:hidden;
  background:var(--white);
  box-shadow:none;
  padding-bottom:86px;
}

a{
  text-decoration:none;
  color:inherit;
}

p,h1,h2,h3,h4{
  margin:0;
}

/* =========================
   HEADER
========================= */

.site-header{
  position:relative;
  z-index:20;
  width:100%;
  aspect-ratio:941 / 119;
  padding:0;
  background:#fff;
  border-bottom:none;
  display:block;
}

.logo{
  position:absolute;
  left:3.83%;
  top:20%;
  width:22%;
  display:block;
  font-size:0;
  line-height:0;
}

.logo img{
  display:block;
  width:100%;
}

.menu{
  position:absolute;
  right:3.83%;
  top:31.09%;
  width:13.82%;
  display:block;
  font-size:0;
  line-height:0;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:pointer;
}

.menu img{
  display:block;
  width:100%;
}

/* =========================
   GLOBAL MENU
========================= */

.global-menu{
  position:fixed;
  inset:0;
  z-index:100;
  width:100vw;
  height:100dvh;
  overflow:hidden;
  overscroll-behavior:none;
  touch-action:none;

  display:block;
  visibility:hidden;
  pointer-events:none;
}

.global-menu.is-open,
.global-menu.is-closing{
  visibility:visible;
}

.global-menu.is-open{
  pointer-events:auto;
}

.global-menu-overlay{
  position:absolute;
  right:22px;
  top:calc(env(safe-area-inset-top, 0px) + 26px);
  z-index:1;

  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;

  transform:translate(50%, -50%) scale(0);
  transform-origin:center;
  transition:transform .72s cubic-bezier(.77,0,.175,1);
  will-change:transform;
}



.global-menu.is-open .global-menu-overlay{
  transform:translate(50%, -50%) scale(90);
}

.global-menu.is-closing .global-menu-overlay{
  transform:translate(50%, -50%) scale(0);
}

.global-menu-panel{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:transparent;
  -webkit-overflow-scrolling:auto;
  overscroll-behavior:none;
  touch-action:none;
  opacity:0;
  transform:translateY(12px);
  transition:
    opacity .34s ease .18s,
    transform .34s ease .18s;
}

.global-menu.is-open .global-menu-panel{
  opacity:1;
  transform:translateY(0);
}

.global-menu.is-closing .global-menu-panel{
  opacity:0;
  transform:translateY(12px);
  transition:
    opacity .22s ease,
    transform .22s ease;
}
.global-menu-bg{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
}

.global-menu-header{
  position:relative;
  top:0;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  max-width:520px;
  margin:0 auto;
  padding:
    calc(env(safe-area-inset-top, 0px) + 10px)
    22px
    10px;
  background:transparent;
  backdrop-filter:none;
}

.global-menu-header::after{
  content:none;
}

.global-menu-title{
  margin:0;
  line-height:0;
  flex:0 0 auto;
}

.global-menu-title img{
  display:block;
  width:min(90px, 42vw);
  height:auto;
}

.global-menu-close{
  flex:0 0 auto;
  width:40px;
  padding:0;
  border:0;
  margin:0;
  background:transparent;
  box-shadow:none;
  cursor:pointer;
  line-height:0;
}

.global-menu-close img{
  display:block;
  width:100%;
  height:auto;
}




.global-menu-body{
  position:relative;
  z-index:10;
  width:100%;
  max-width:520px;
  margin:0 auto;
  padding:
    10px
    22px
    max(20px, env(safe-area-inset-bottom, 0px));
  flex:1;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}


.global-menu-links{
  width:80%;
  margin:0 auto;
  display:grid;
  gap:0px;
}
.global-menu-links .global-menu-link:first-child{
  margin-top:20px;
}


.link-entry{
  width:calc(100vw - 80px);
  max-width:520px;
  margin:0 auto;
  margin-top:auto;
  display:block;
  line-height:0;
}

.link-entry img{
  display:block;
  width:100%;
  height:auto;
}

.global-menu-tagline{
  width:80%;
  margin:14px auto 0;
  padding-top:0;
  line-height:0;
}

.global-menu-tagline img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
}


body.menu-open .fixed-cta,
body.line-modal-open .fixed-cta,
body.creator-modal-open .fixed-cta{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}








/* =========================
   HERO
========================= */

.hero{
  position:relative;
  width:100%;
  aspect-ratio:941 / 1365;
  padding:0;
  border-top:0;
  overflow:hidden;
  background:#fff;
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}

.hero-bg img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:auto;
  display:block;
  transform:translateY(-7.117%);
}

.hero-part{
  position:absolute;
  z-index:2;
  display:block;
  height:auto;
  pointer-events:none;
}

.hero-badge{
  left:8px;
  top:3.88%;
  width:50.93%;
}

.hero-catch{
  left:8px;
  top:9.97%;
  width:45.45%;
}

.hero-deco{
  left:8px;
  top:34.44%;
  width:40.34%;
}

.hero-subcopy{
  left:8px;
  top:37.15%;
  width:44.41%;
}

.hero-features{
  left:6.06%;
  top:71.04%;
  width:86.61%;
}

.hero-cta{
  position:absolute;
  left:5.95%;
  top:82.92%;
  z-index:3;
  width:86.93%;
  display:block;
  line-height:0;
}

.hero-cta img{
  display:block;
  width:100%;
}

.hero-note{
  left:19.45%;
  top:94.58%;
  width:61.21%;
  z-index:3;
}

.visually-hidden{
  position:absolute !important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* =========================
   COMMON
========================= */

section{
  padding:48px 22px;
  border-top:1px solid rgba(234,229,220,.72);
}

.section-inner{
  display:grid;
  gap:22px;
}

.label{
  color:var(--gold);
  font-size:11px;
  letter-spacing:.22em;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.4;
}

h1,h2{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:600;
  color:var(--ink);
  letter-spacing:.06em;
}

h1{
  font-size:40px;
  line-height:1.25;
}

h2{
  font-size:28px;
  line-height:1.36;
}

h3{
  font-size:17px;
  line-height:1.48;
  font-weight:700;
  letter-spacing:.03em;
  color:var(--ink);
}

.lead{
  font-size:14.5px;
  line-height:1.9;
  color:#252525;
  font-weight:500;
}

.text{
  font-size:13.5px;
  line-height:1.9;
  color:var(--muted);
}

.note{
  font-size:12px;
  line-height:1.75;
  color:var(--muted);
  margin-top:10px;
}

/* =========================
   ABOUT
========================= */

.about-summary{
  display:grid;
  gap:10px;
  margin-top:2px;
}

.summary-item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 15px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--paper);
}

.summary-item span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--gold-light);
  color:var(--gold);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}

.summary-item p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:var(--ink);
  font-weight:600;
}


















/* =========================
   SUPPORT
========================= */

.section-photo{
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  background:linear-gradient(135deg,#fff,#F4EFE6);
  min-height:220px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:"Noto Serif JP","Yu Mincho",serif;
  letter-spacing:.12em;
  font-size:13px;
}

.support-cards{
  display:grid;
  gap:12px;
}

.support-card{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  padding:20px;
  border-radius:20px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.icon{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--gold-light);
  background:linear-gradient(180deg,#fff,#FAF7EF);
  display:grid;
  place-items:center;
  color:var(--gold);
  font-size:15px;
  font-family:"Noto Serif JP",serif;
  font-weight:600;
}

.support-card p,
.manager-card p,
.faq-card p{
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  margin-top:7px;
}

/* =========================
   MANAGERS
========================= */

.manager-list{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  margin-inline:-22px;
  padding:4px 22px 14px;
  -webkit-overflow-scrolling:touch;
}

.manager-list::-webkit-scrollbar{
  display:none;
}

.manager-card{
  min-width:82%;
  scroll-snap-align:start;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.manager-img{
  width:100%;
  height:240px;
  background:linear-gradient(135deg,#fff,#F4EFE6);
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:"Noto Serif JP","Yu Mincho",serif;
  letter-spacing:.14em;
  overflow:hidden;
}

.manager-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.manager-body{
  padding:18px;
}

.role{
  font-size:12px;
  letter-spacing:.08em;
  color:var(--gold);
  font-weight:700;
  margin-top:4px;
}

.meta{
  font-size:12px;
  color:var(--ink);
  font-weight:700;
  margin-top:14px;
  line-height:1.75;
}

.caption-note{
  font-size:12px;
  color:var(--muted);
  line-height:1.8;
  border-left:2px solid var(--gold-light);
  padding-left:12px;
}



.manager-card.is-coming-soon{
  border:1px dashed var(--gold-light);
  background:linear-gradient(180deg,#fff,#FBF8F2);
}

.manager-card.is-coming-soon .manager-img{
  background:
    radial-gradient(circle at top, rgba(185,154,91,.12), transparent 55%),
    linear-gradient(135deg,#fff,#F6F1E8);
  color:var(--gold);
  text-align:center;
  padding:20px;
}

.coming-soon-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.coming-soon-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--gold);
}

.coming-soon-title{
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:24px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.08em;
  color:var(--gold);
}

.coming-soon-sub{
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
}


















/* =========================
   CREATOR LINK
========================= */

.global-menu-text-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:46px;
  margin:8px auto 6px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:rgba(255,255,255,.82);
  color:var(--ink);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(22,22,22,.055);
}

.global-menu-text-link span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.global-menu-text-link span:after{
  content:"›";
  color:var(--gold);
  font-size:18px;
  line-height:1;
}

.creator-cta-block{
  margin-top:4px;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(185,154,91,.12), transparent 42%),
    linear-gradient(180deg,#fff,#FBF8F2);
  box-shadow:var(--shadow-soft);
}

.creator-cta-label{
  color:var(--gold);
  font-size:10.5px;
  letter-spacing:.18em;
  font-weight:800;
  line-height:1.4;
}

.creator-cta-title{
  margin-top:7px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:20px;
  line-height:1.45;
  letter-spacing:.05em;
  font-weight:600;
  color:var(--ink);
}

.creator-cta-text{
  margin-top:8px;
  font-size:12.5px;
  line-height:1.85;
  color:var(--muted);
}

.creator-cta-button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  margin-top:14px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(22,22,22,.055);
}

.creator-cta-button:after{
  content:"›";
  margin-left:8px;
  color:var(--gold);
  font-size:18px;
  line-height:1;
}

/* =========================
   FLOW
========================= */

.timeline{
  position:relative;
  display:grid;
  gap:12px;
  margin-top:4px;
}

.timeline:before{
  content:"";
  position:absolute;
  left:20px;
  top:12px;
  bottom:12px;
  width:1px;
  background:var(--gold-light);
}

.step-card{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  box-shadow:var(--shadow-soft);
}

.num{
  z-index:2;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  color:var(--gold);
  font-size:18px;
  font-weight:600;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--gold-light);
  background:#fff;
}

.step-card h3{
  font-size:16px;
}

.step-card p{
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  margin-top:7px;
}




/* =========================
   FAQ
========================= */

.faq-category{
  display:grid;
  gap:12px;
  margin-top:0;
}

.faq-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow-soft);
}

details.faq-card{
  padding:0;
  overflow:hidden;
}

summary{
  cursor:pointer;
  list-style:none;
}

summary::-webkit-details-marker{
  display:none;
}

details.faq-card summary{
  position:relative;
  padding:18px 44px 17px 18px;
}

details.faq-card summary:after{
  content:"＋";
  position:absolute;
  right:18px;
  top:18px;
  color:var(--gold);
  font-weight:700;
}

details.faq-card[open] summary:after{
  content:"−";
}

details.faq-card h3{
  font-size:14px;
  line-height:1.65;
}

details.faq-card p{
  margin:0;
  padding:0 18px 18px;
  font-size:12.5px;
  line-height:1.85;
  color:var(--muted);
}

.more-block{
  margin-top:12px;
}

.more-block > summary{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  border:1px solid var(--gold-light);
  border-radius:999px;
  background:#fff;
  font-size:13px;
  font-weight:700;
  color:var(--ink);
  letter-spacing:.03em;
}

.more-block > summary:after{
  content:"＋";
  margin-left:8px;
  color:var(--gold);
}

.more-block[open] > summary:after{
  content:"−";
}

.more-block .more-content{
  display:grid;
  gap:12px;
  margin-top:12px;
}

/* =========================
   ENTRY / PARTNER
========================= */

.entry{
  background:linear-gradient(180deg,#fff,var(--paper));
}

.partner-mini{
  background:var(--paper);
}

.partner-links{
  display:grid;
  gap:10px;
}

.btn-secondary{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  color:var(--ink);
  background:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
  padding:0 18px;
}











/* =========================
   NEWS LIST
========================= */
.intro-card{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,247,244,.98));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.intro-card:before{
  content:"NEWS";
  position:absolute;
  right:16px;
  bottom:-8px;
  color:rgba(185,154,91,.08);
  font-size:48px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}
.intro-card p{position:relative;z-index:2;}



.news-list-card{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.news-list{width:100%;}
.news-item{
  position:relative;
  display:block;
  padding:20px 18px 19px;
  border-top:1px solid var(--line);
  background:#fff;
}
.news-item:first-child{border-top:0;}
.news-item-inner{
  display:grid;
  gap:8px;
}
.news-date{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:var(--paper);
  border:1px solid var(--gold-light);
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}
.news-title{
  display:block;
  color:var(--ink);
  font-size:14.5px;
  line-height:1.75;
  font-weight:700;
  letter-spacing:.02em;
}
.news-empty{
  padding:26px 20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.news-empty p{
  color:var(--muted);
  font-size:13.5px;
  line-height:1.9;
}
.news-pagination{
  margin-top:26px;
}
.news-pagination ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  padding:0;
  margin:0;
  list-style:none;
}
.news-pagination a,
.news-pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(22,22,22,.035);
}
.news-pagination a:hover{
  border-color:var(--gold-light);
  color:var(--gold);
}
.news-pagination .current{
  background:var(--cta);
  border-color:var(--cta);
  color:#fff;
}














/* =========================
   PRIVACY HERO / NO PHOTO
========================= */
.company-hero{
  position:relative;
  padding:54px 22px 58px;
  overflow:hidden;
  border-top:0;
  background:
    radial-gradient(circle at 83% 20%, rgba(185,154,91,.18), transparent 26%),
    radial-gradient(circle at 8% 78%, rgba(230,216,188,.55), transparent 34%),
    linear-gradient(180deg,#fff 0%,#F8F7F4 100%);
}
.company-hero:before{
  content:"";
  position:absolute;
  right:-72px;
  top:36px;
  width:220px;
  height:220px;
  border:1px solid rgba(185,154,91,.18);
  border-radius:50%;
}
.company-hero:after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);
}
.company-hero .section-inner{position:relative;z-index:2;gap:20px;}
.hero-badge-text{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:rgba(255,255,255,.78);
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  box-shadow:0 10px 24px rgba(22,22,22,.04);
}
.hero-copy{
  display:grid;
  gap:16px;
}
.hero-copy h1 span{color:var(--gold);}


.hero-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:6px;
}
.hero-mini{
  min-height:78px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(234,229,220,.95);
  box-shadow:var(--shadow-soft);
}
.hero-mini b{
  color:var(--gold);
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:18px;
  line-height:1;
}
.hero-mini span{
  margin-top:8px;
  font-size:12px;
  color:#4F4A44;
  font-weight:700;
  line-height:1.5;
}







/* =========================
   COMPANY PROFILE
========================= */
.profile-table{
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.profile-row{
  display:grid;
  grid-template-columns:100px 1fr;
  min-height:58px;
  border-top:1px solid var(--line);
}
.profile-row:first-child{border-top:0;}
.profile-head{
  padding:16px 14px;
  background:var(--paper);
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1.6;
}
.profile-body{
  padding:16px 15px;
  color:var(--ink);
  font-size:13px;
  font-weight:600;
  line-height:1.8;
}
.business-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
.business-list li{
  position:relative;
  padding-left:14px;
}
.business-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.82em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
}





/* =========================
   PHILOSOPHY
========================= */
.philosophy{
  background:linear-gradient(180deg,#fff,var(--paper));
}
.philosophy-list{
  display:grid;
  gap:14px;
}
.philosophy-card{
  position:relative;
  padding:22px 20px 22px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.philosophy-card:before{
  content:attr(data-number);
  position:absolute;
  right:18px;
  top:12px;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:44px;
  line-height:1;
  color:rgba(185,154,91,.12);
}
.philosophy-card h3{
  position:relative;
  z-index:2;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:19px;
  letter-spacing:.05em;
}
.philosophy-card p{
  position:relative;
  z-index:2;
  margin-top:12px;
  font-size:13px;
  line-height:1.95;
  color:var(--muted);
}
.gold-line{
  width:42px;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--gold),transparent);
}




/* =========================
   CREATOR LIST
========================= */
.creator-intro-card{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,247,244,.98));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.creator-intro-card:before{
  content:"CREATOR";
  position:absolute;
  right:12px;
  bottom:-8px;
  color:rgba(185,154,91,.08);
  font-size:42px;
  line-height:1;
  font-weight:800;
  letter-spacing:.05em;
}
.creator-intro-card p{position:relative;z-index:2;}

.activity-filter{
 scroll-padding-left:8px;

  display:flex;
  gap:12px;
  overflow-x:auto;
  margin-inline:-22px;
  padding:2px 22px 12px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.activity-filter::-webkit-scrollbar{display:none;}
.activity-filter-edge{
  flex:0 0 8px;
  width:8px;
  margin-right:-12px;
  pointer-events:none;
}
.activity-filter a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#4F4A44;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 10px 26px rgba(22,22,22,.055);
}




.activity-filter a.is-active{
  background:
    linear-gradient(180deg,#C9A96A 0%, #B99A5B 100%);
  border-color:#B99A5B;
  color:#fff;
  box-shadow:
    0 12px 26px rgba(185,154,91,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
}



.dream-creator-list{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.dream-creator-item.is-hidden{
  display:none;
}
.creator-more-wrap{
  display:none;
  justify-content:center;
  margin-top:2px;
}
.creator-more-wrap.is-visible{
  display:flex;
}
.creator-more-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  border:1px solid var(--gold-light);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  font-family:inherit;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(22,22,22,.055);
}
.creator-more-button:after{
  content:"＋";
  margin-left:9px;
  color:var(--gold);
  font-size:15px;
}
.dream-creator-item{
  position:relative;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
  overflow:hidden;
  cursor:default;
}
.dream-creator-image{
  position:relative;
  width:100%;
  aspect-ratio:4 / 4.8;
  background:
    radial-gradient(circle at top, rgba(185,154,91,.12), transparent 55%),
    linear-gradient(135deg,#fff,#F6F1E8);
  overflow:hidden;
}
.dream-creator-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.dream-creator-info{
  padding:20px 18px 22px;
}
.dream-creator-name{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  line-height:1.45;
  letter-spacing:.05em;
  color:var(--ink);
  text-align:center;
}
.dream-creator-category{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}
.creator-comment{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(234,229,220,.9);
  color:var(--muted);
  font-size:13px;
  line-height:1.9;
  text-align:left;
}




.creator-profile-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  margin-top:18px;
  border:1px solid var(--gold-light);
  border-radius:999px;
  background:
    linear-gradient(180deg,#fff 0%, #FBF8F2 100%);
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  font-family:inherit;
  cursor:pointer;
  box-shadow:
    0 10px 26px rgba(22,22,22,.055),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.creator-profile-button:after{
  content:"›";
  margin-left:10px;
  color:var(--gold);
  font-size:20px;
  line-height:1;
}

.creator-profile-button:active{
  transform:translateY(1px);
}




.creator-cat-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:var(--paper);
  color:var(--gold);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
}
.dream-social-share{
  display:none;
}
.dream-social-icon{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}
.dream-social-icon li{
  margin:0;
  padding:0;
}
.dream-social-icon a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:#fff;
  color:var(--ink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
}
.dream-social-icon a:after{
  content:"↗";
  margin-left:4px;
  color:var(--gold);
  font-size:11px;
}
.creator-empty{
  grid-column:1 / -1;
  padding:26px 20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  color:var(--muted);
  font-size:13.5px;
  line-height:1.9;
  text-align:center;
}





/* =========================
   CREATOR MODAL
========================= */
.creator-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  width:100%;
  height:100dvh;
  padding:0;
  background:#fff;
}

.creator-modal.is-open{
  display:block;
}

.creator-modal__overlay{
  position:absolute;
  inset:0;
  background:#fff;
  backdrop-filter:none;
}

.creator-modal__content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:0;
  background:#fff;
  border:0;
  box-shadow:none;
  padding:0 0 calc(36px + env(safe-area-inset-bottom, 0px));
  text-align:center;
}

.creator-modal__close-btn{
  position:fixed;
  right:16px;
  top:calc(16px + env(safe-area-inset-top, 0px));
  z-index:10000;
  width:44px;
  height:44px;
  border:1px solid rgba(234,229,220,.95);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#6F6A64;
  font-size:28px;
  line-height:1;
  box-shadow:0 10px 28px rgba(22,22,22,.12);
  cursor:pointer;
}

.creator-modal__image{
  width:100%;
  overflow:hidden;
  border-radius:0;
  border:0;
  background:linear-gradient(135deg,#fff,#F6F1E8);
}

.creator-modal__image img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
}

.creator-modal__name{
  margin-top:0;
  padding:28px 22px 0;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:30px;
  line-height:1.45;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--ink);
}

.creator-modal__comment{
  margin:18px 22px 0;
  padding:16px 17px;
  border-radius:18px;
  border:1px solid var(--line);
  background:var(--paper);
  color:var(--muted);
  font-size:13.5px;
  line-height:1.9;
  text-align:left;
}

.creator-modal__category{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
  margin-top:16px;
  padding:0 22px;
}

.creator-modal__sns{
  margin-top:22px;
  padding:0 22px;
}

.creator-modal__sns:empty{
  display:none;
}


.creator-work-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 44px);
  min-height:58px;
  margin:22px 22px 0;
  border-radius:999px;
  border:1px solid #B99A5B;
  background:
    linear-gradient(180deg,#C9A96A 0%, #B99A5B 100%);
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:
    0 16px 34px rgba(185,154,91,.28),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.creator-work-button:before{
  content:none;
}

.creator-work-button:after{
  content:"›";
  margin-left:10px;
  color:#fff;
  font-size:21px;
  line-height:1;
}


/* =========================
   ABOUT US
========================= */
.about-us-card{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,247,244,.98));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}

.about-us-card:before{
  content:"ABOUT";
  position:absolute;
  right:16px;
  bottom:-8px;
  color:rgba(185,154,91,.08);
  font-size:48px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}

.about-us-card p{
  position:relative;
  z-index:2;
}


.info-pills{
  display:grid;
  gap:10px;
}
.info-pill{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  align-items:center;
  padding:14px 15px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--paper);
}
.info-pill span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--gold-light);
  color:var(--gold);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}
.info-pill p{
  font-size:13px;
  line-height:1.7;
  color:var(--ink);
  font-weight:600;
}





/* =========================
   POLICY CONTENT
========================= */
.policy-card{
  position:relative;
  padding:24px 20px;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,247,244,.98));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.policy-card:before{
  content:"POLICY";
  position:absolute;
  right:16px;
  bottom:-8px;
  color:rgba(185,154,91,.08);
  font-size:48px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}
.policy-card p{position:relative;z-index:2;}

.policy-list{
  display:grid;
  gap:14px;
}
.policy-section-card{
  position:relative;
  padding:22px 20px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.policy-section-card:before{
  content:attr(data-number);
  position:absolute;
  right:18px;
  top:12px;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:44px;
  line-height:1;
  color:rgba(185,154,91,.12);
}
.policy-section-card h3{
  position:relative;
  z-index:2;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:18px;
  letter-spacing:.05em;
  padding-right:34px;
}
.policy-section-card p{
  position:relative;
  z-index:2;
  margin-top:12px;
  font-size:13px;
  line-height:1.95;
  color:var(--muted);
}
.policy-section-card ul{
  position:relative;
  z-index:2;
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.policy-section-card li{
  position:relative;
  padding-left:15px;
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
}
.policy-section-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.82em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
}
.policy-link{
  color:var(--gold);
  font-weight:700;
  border-bottom:1px solid var(--gold-light);
}
.gold-line{
  width:42px;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--gold),transparent);
}

/* =========================
   CONTACT CTA
========================= */
.contact-section{
  background:
    radial-gradient(circle at top center, rgba(185,154,91,.10), transparent 42%),
    linear-gradient(180deg,#fff,#F8F7F4);
}
.contact-card{
  padding:28px 20px;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
  text-align:left;
}
.btn-primary,
.btn-secondary{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}
.btn-primary{
  margin-top:20px;
  background:var(--cta);
  color:#fff;
  box-shadow:0 18px 38px rgba(17,17,17,.18);
}
.btn-secondary{
  margin-top:10px;
  border:1px solid var(--gold-light);
  color:var(--ink);
  background:#fff;
}
.btn-primary:after,
.btn-secondary:after{
  content:"›";
  margin-left:10px;
  color:var(--gold);
  font-size:20px;
  line-height:1;
}
















/* =========================
   FOOTER
========================= */

.footer{
  position:relative;
  padding:50px 22px 116px;
  background:
    radial-gradient(circle at top center, rgba(185,154,91,.10), transparent 42%),
    linear-gradient(180deg,#fff,#F8F7F4);
  border-top:1px solid var(--line);
}

.footer:before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-light),transparent);
}

.footer-inner{
  display:grid;
  gap:28px;
}

.footer-logo{
  width:122px;
  display:block;
  line-height:0;
}

.footer-logo img{
  display:block;
  width:100%;
  height:auto;
}

.footer-lead{
  margin-top:16px;
  font-size:12.5px;
  line-height:1.8;
  color:var(--muted);
  letter-spacing:.03em;
}







.footer-social-block{
  margin-top:18px;
}

.footer-social-label{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--gold);
  font-size:10px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.18em;
}

.footer-social-label:after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,var(--gold-light),transparent);
}

.footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:0;
  margin:10px 0 0;
  list-style:none;
}

.footer-social .social-icon-item{
  margin:0;
  padding:0;
}

.footer-social .social-icon-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  min-height:38px;
  padding:0 28px 0 14px;
  border-radius:999px;
  border:1px solid var(--gold-light);
  background:
    linear-gradient(180deg,#fff,#FBF8F2);
  color:var(--ink);
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.03em;
  box-shadow:0 8px 20px rgba(22,22,22,.035);
}

.footer-social .social-icon-link:before{
  content:"";
  width:7px;
  height:7px;
  margin-right:7px;
  border-radius:50%;
  background:var(--gold);
}

.footer-social .social-icon-link:after{
  content:"↗";
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
  font-size:11px;
  line-height:1;
}

.footer-social .social-icon-link:hover{
  border-color:var(--gold);
  transform:translateY(-1px);
}

.footer-social .social-icon-link:active{
  transform:translateY(0);
}











.footer-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:0;
}

.footer-links a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(234,229,220,.95);
  color:#4F4A44;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  box-shadow:0 8px 20px rgba(22,22,22,.035);
}

.footer-links a:after{
  content:"›";
  margin-left:auto;
  color:var(--gold);
  font-size:17px;
  line-height:1;
}

.footer-sub{
  display:grid;
  gap:10px;
  padding-top:18px;
  border-top:1px solid rgba(234,229,220,.9);
}

.footer-sub a{
  font-size:11.5px;
  color:var(--muted);
  line-height:1.6;
}

.copy{
  font-size:10.5px;
  color:#9A9288;
  letter-spacing:.04em;
  line-height:1.6;
}

/* =========================
   FIXED CTA
========================= */

.fixed-cta{
  position:fixed;
  z-index:50;
  left:50%;
  bottom:12px;
  transform:translateX(-50%) translateY(18px);
  width:calc(100vw - 18px);
  max-width:412px;
  display:block;
  line-height:0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(0,0,0,.23);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:
    opacity .45s ease,
    transform .45s cubic-bezier(.22,.61,.36,1),
    visibility .45s ease;
  will-change:opacity,transform;
}

.fixed-cta.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.fixed-cta img{
  display:block;
  width:100%;
  height:auto;
}

/* =========================
   LINE MODAL
========================= */

.line-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(22,22,22,.46);
  backdrop-filter:blur(8px);
}

.line-modal.is-open{
  display:flex;
}

.line-modal-panel{
  position:relative;
  width:100%;
  max-width:360px;
  border-radius:28px;
  background:
    radial-gradient(circle at top center, rgba(6,199,85,.12), transparent 42%),
    linear-gradient(180deg,#fff,#F8F7F4);
  border:1px solid rgba(234,229,220,.95);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
  padding:30px 22px 22px;
  text-align:center;
}

.line-modal-close{
  position:absolute;
  right:14px;
  top:14px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#6F6A64;
  font-size:22px;
  line-height:1;
  box-shadow:0 8px 20px rgba(22,22,22,.08);
  cursor:pointer;
}

.line-modal-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(6,199,85,.1);
  color:#06C755;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.line-modal-title{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:23px;
  line-height:1.45;
  letter-spacing:.05em;
  font-weight:600;
  color:#161616;
}

.line-modal-text{
  margin-top:10px;
  font-size:12.5px;
  line-height:1.8;
  color:#6F6A64;
}

.line-modal-qr-wrap{
  width:188px;
  height:188px;
  margin:20px auto 14px;
  padding:12px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(234,229,220,.95);
  box-shadow:0 12px 32px rgba(22,22,22,.08);
}

.line-modal-qr-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.line-modal-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  border-radius:999px;
  background:linear-gradient(180deg,#10d85f,#06C755);
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.03em;
  box-shadow:0 16px 34px rgba(6,199,85,.28);
}

.line-modal-link:before{
  content:"";
  width:22px;
  height:22px;
  margin-right:8px;
  flex:0 0 22px;
  border-radius:0;
  background:url("/assets/theme/assets/icon_line.png?v=260519") center / contain no-repeat;
  box-shadow:none;
}

.line-modal-note{
  margin-top:10px;
  font-size:11px;
  line-height:1.65;
  color:#8A837A;
}

/* =========================
   SMALL DEVICE
========================= */

@media (max-width:374px){
  section{
    padding-left:18px;
    padding-right:18px;
  }

  h1{
    font-size:36px;
  }

  h2{
    font-size:25px;
  }

  .manager-card{
    min-width:86%;
  }

  .fixed-cta{
    width:calc(100vw - 18px);
    max-width:none;
  }

  .line-modal-panel{
    padding:28px 18px 20px;
  }

  .line-modal-qr-wrap{
    width:172px;
    height:172px;
  }

  .global-menu-header{
    padding:
      calc(env(safe-area-inset-top, 0px) + 10px)
      18px
      8px;
  }

  .global-menu-close{
    width:54px;
  }

  .global-menu-body{
    padding:8px 18px max(18px, env(safe-area-inset-bottom, 0px));
  }

  .global-menu-title img{
    width:min(140px, 42vw);
  }

  .global-menu-links{
    gap:10px;
  }

  .global-menu-tagline{
    padding-top:16px;
  }
}






/* =========================
   PC CENTER LP + RIGHT QR
========================= */

.pc-qr-side {
  display: none;
}

@media screen and (min-width: 1024px) {
  html,
  body {
    background:
      radial-gradient(circle at 20% 16%, rgba(185,154,91,.10), transparent 28%),
      radial-gradient(circle at 84% 78%, rgba(230,216,188,.35), transparent 30%),
      #F3F0EA;
  }

  .lp {
    width: 430px;
    max-width: 430px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 48px rgba(22,22,22,.10);
    min-height: 100vh;
  }

  .pc-qr-side {
    display: block;
    position: fixed;
    z-index: 5;
    top: 92px;
    right: calc(50% - 600px);
    width: 280px;
  }

  .pc-qr-card {
    padding: 22px 20px;
    border-radius: 26px;
    background:
      radial-gradient(circle at top center, rgba(185,154,91,.10), transparent 42%),
      rgba(255,255,255,.92);
    border: 1px solid rgba(230,216,188,.95);
    box-shadow: 0 24px 60px rgba(22,22,22,.10);
    text-align: center;
    backdrop-filter: blur(8px);
  }

  .pc-qr-label {
    color: var(--gold);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: .18em;
  }

  .pc-qr-label.line {
    color: var(--green);
  }

  .pc-qr-card h2 {
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.45;
  }

  .pc-qr-card h3 {
    margin-top: 8px;
    font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: .05em;
  }

  .pc-qr-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
  }

  .pc-qr-box {
    width: 166px;
    height: 166px;
    margin: 16px auto 0;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(234,229,220,.95);
    box-shadow: 0 12px 28px rgba(22,22,22,.07);
  }

  .pc-qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .pc-qr-box-small {
    width: 132px;
    height: 132px;
  }

  .pc-qr-url {
    margin-top: 8px;
    color: #8A837A;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .pc-qr-divider {
    width: 100%;
    height: 1px;
    margin: 18px 0;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  }

  .pc-line-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(180deg,#10d85f,#06C755);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(6,199,85,.24);
  }

  .fixed-cta {
    width: 412px;
    max-width: 412px;
  }

  .global-menu {
    inset: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 430px;
    max-width: 430px;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .pc-qr-side {
    display: none;
  }

  .lp {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-height: 760px) {
  .pc-qr-side {
    top: 48px;
  }

  .pc-qr-card {
    padding: 18px 16px;
  }

  .pc-qr-box {
    width: 136px;
    height: 136px;
  }

  .pc-qr-box-small {
    width: 112px;
    height: 112px;
  }
}




/* =========================
   VIEWPORT FIXES
========================= */
.global-menu-panel{
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
}

.global-menu-body{
  min-height:min-content;
  overflow:visible;
  padding-bottom:max(24px, env(safe-area-inset-bottom, 0px));
}

.link-entry{
  flex:0 0 auto;
  margin-top:clamp(18px, 7vh, 96px);
}

.global-menu-tagline{
  flex:0 0 auto;
}

.activity-filter{
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
  cursor:grab;
}

.activity-filter:active{
  cursor:grabbing;
}

.activity-filter a{
  scroll-snap-align:start;
}

@media (hover:hover) and (pointer:fine){
  .activity-filter{
    padding-bottom:18px;
    scrollbar-width:thin;
    scrollbar-color:rgba(185,154,91,.62) rgba(234,229,220,.72);
  }

  .activity-filter::-webkit-scrollbar{
    display:block;
    height:8px;
  }

  .activity-filter::-webkit-scrollbar-track{
    background:rgba(234,229,220,.72);
    border-radius:999px;
  }

  .activity-filter::-webkit-scrollbar-thumb{
    background:rgba(185,154,91,.62);
    border-radius:999px;
  }
}

@media screen and (min-width:1024px){
  .creator-modal{
    left:50%;
    right:auto;
    width:430px;
    max-width:430px;
    transform:translateX(-50%);
    box-shadow:0 0 48px rgba(22,22,22,.10);
  }

  .creator-modal__close-btn{
    right:calc(50% - 215px + 16px);
  }
}

@media screen and (max-height:740px){
  .global-menu-links .global-menu-link:first-child{
    margin-top:8px;
  }

  .global-menu-links{
    gap:0;
  }

  .link-entry{
    margin-top:18px;
  }

  .global-menu-tagline{
    margin-top:8px;
  }
}
html.menu-open,
body.menu-open{
  touch-action:auto;
}

@media screen and (min-width:1024px){
  .global-menu-body{
    width:100%;
    max-width:430px;
  }

  .link-entry{
    width:calc(100% - 28px);
    max-width:390px;
  }
}
/* =========================
   CREATOR SHARE BUTTONS
========================= */
.creator-share-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:calc(100% - 44px);
  min-height:38px;
  margin:16px auto 0;
  padding:0 16px;
  border:1px solid rgba(185,154,91,.36);
  border-radius:999px;
  background:transparent;
  color:#8A837A;
  font-family:inherit;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:none;
  cursor:pointer;
}

.creator-share-button:after{
  content:"\2197";
  margin-left:4px;
  color:var(--gold);
  font-size:11px;
  line-height:1;
}

.creator-share-button:active{
  transform:translateY(1px);
}

.creator-modal__share-btn,
.creator-single-share{
  position:static;
  width:auto;
}

/* =========================
   REDESIGNED HOME / DESKTOP
========================= */

.desktop-nav{
  display:none;
}

.global-menu-text-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  padding:0 18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.88);
  color:var(--ink);
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:var(--shadow-soft);
}

.global-menu-text-link:after{
  content:"";
  width:7px;
  height:7px;
  border-top:1px solid var(--gold);
  border-right:1px solid var(--gold);
  transform:rotate(45deg);
}

.global-menu-line-cta{
  justify-content:center;
  min-height:54px;
  margin:24px auto 0;
  border-color:#28c967;
  background:#28c967;
  color:#fff;
  box-shadow:0 16px 32px rgba(40,201,103,.24);
}

.global-menu-line-cta:after{
  margin-left:12px;
  border-color:#fff;
}

.fixed-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  line-height:1.2;
  border-radius:999px;
  background:#28c967;
  color:#fff;
  font-size:15px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none;
  box-shadow:0 18px 42px rgba(40,201,103,.28);
}

.fixed-cta:after{
  content:"";
  width:7px;
  height:7px;
  margin-left:12px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform:rotate(45deg);
}

.df-news-list{
  display:grid;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}

.df-news-row{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:20px 24px;
  border-top:1px solid var(--line);
  color:var(--ink);
  text-decoration:none;
}

.df-news-row:first-child{
  border-top:0;
}

.df-news-row time{
  color:var(--gold);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
}

.df-news-row span{
  font-weight:700;
  line-height:1.7;
}

.df-empty-panel{
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--muted);
}

.df-section-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.df-showcase-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:24px;
  align-items:stretch;
}

.df-visual-link{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);
  gap:24px;
  align-items:center;
  min-height:260px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
  color:var(--ink);
  text-decoration:none;
}

.df-visual-link img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:8px;
}

.df-visual-link h3,
.df-page-link-grid h3{
  margin:6px 0 10px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:24px;
  line-height:1.45;
}

.df-visual-link p,
.df-page-link-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

.df-visual-link span{
  display:inline-flex;
  align-items:center;
  margin-top:18px;
  color:var(--gold);
  font-weight:700;
}

.df-link-stack{
  display:grid;
  gap:12px;
}

.df-link-stack a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:64px;
  padding:0 20px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  font-weight:700;
  text-decoration:none;
  box-shadow:var(--shadow-soft);
}

.df-link-stack a:after,
.df-page-link-grid a:after{
  content:"";
  width:7px;
  height:7px;
  border-top:1px solid var(--gold);
  border-right:1px solid var(--gold);
  transform:rotate(45deg);
}

.df-manager-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.df-manager-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.df-manager-card img,
.df-coming-visual{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  background:linear-gradient(135deg,#f8f7f4,#e8f6f2);
}

.df-manager-card > div{
  padding:20px;
}

.df-manager-card h3{
  margin:0 0 8px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:22px;
  line-height:1.45;
}

.df-manager-role{
  margin:0 0 10px;
  color:var(--gold);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
}

.df-manager-meta{
  margin:0 0 12px;
  color:var(--ink);
  font-size:13px;
  font-weight:700;
  line-height:1.7;
}

.df-manager-card p:last-child{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

.df-coming-visual{
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  padding:24px;
  color:var(--gold);
  text-align:center;
}

.df-coming-visual span{
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
}

.df-coming-visual strong{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:24px;
  line-height:1.2;
}

.df-page-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.df-page-link-grid a{
  position:relative;
  display:grid;
  min-height:168px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  text-decoration:none;
  box-shadow:var(--shadow-soft);
}

.df-page-link-grid span{
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
}

.df-page-link-grid a:after{
  position:absolute;
  right:22px;
  bottom:22px;
}

.df-contact-page .df-contact-hero{
  padding-bottom:72px;
}

.df-contact-page .df-contact-hero h1{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:54px;
  line-height:1.25;
}

.df-contact-summary,
.df-contact-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.df-contact-summary{
  padding:32px;
}

.df-contact-summary h2,
.df-contact-card h2{
  margin:0 0 18px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:28px;
  line-height:1.45;
}

.df-contact-summary ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.df-contact-summary li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  line-height:1.8;
}

.df-contact-summary li:before{
  content:"";
  position:absolute;
  left:0;
  top:.85em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5cc7bd;
}

.df-contact-grid{
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);
  gap:24px;
  align-items:start;
}

.df-contact-card{
  padding:30px;
}

.df-contact-line-box{
  margin-top:22px;
}

.df-form-wrap{
  margin-top:24px;
}

.df-form-wrap input,
.df-form-wrap textarea,
.df-form-wrap select{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  font:inherit;
}

.df-form-wrap textarea{
  min-height:160px;
}

.df-form-wrap input[type="submit"],
.df-form-wrap button[type="submit"]{
  width:auto;
  min-width:220px;
  border:0;
  border-radius:999px;
  background:#28c967;
  color:#fff;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 16px 32px rgba(40,201,103,.24);
}

.df-home{
  background:#fff;
}

.df-container{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}

.df-section{
  padding:88px 0;
  border-top:1px solid rgba(234,229,220,.9);
}

.df-section-muted{
  background:#F8F7F4;
}

.df-hero{
  padding:76px 0 88px;
  border-top:0;
  background:
    linear-gradient(90deg,rgba(248,247,244,.92),rgba(255,255,255,.98) 48%,rgba(239,250,248,.65)),
    #fff;
}

.df-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:56px;
  align-items:center;
}

.df-kicker,
.df-label{
  color:var(--gold);
  font-size:12px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.df-hero-copy{
  display:grid;
  gap:22px;
}

.df-hero h1,
.df-section h2,
.df-final-cta h2{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  color:var(--ink);
  letter-spacing:.04em;
}

.df-hero h1{
  font-size:52px;
  line-height:1.22;
}

.df-section h2,
.df-final-cta h2{
  font-size:40px;
  line-height:1.36;
}

.df-hero-lead,
.df-lead{
  font-size:18px;
  line-height:2;
  color:#242424;
  font-weight:600;
}

.df-text{
  font-size:15px;
  line-height:2;
  color:var(--muted);
}

.df-support-line{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.df-support-line span,
.df-partner-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid var(--gold-light);
  border-radius:999px;
  background:#fff;
  color:#7B6534;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
}

.df-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.df-primary-btn,
.df-secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}

.df-primary-btn{
  background:linear-gradient(180deg,#15d963,#06C755);
  color:#fff;
  box-shadow:0 14px 32px rgba(6,199,85,.22);
}

.df-secondary-btn{
  border:1px solid var(--gold-light);
  background:#fff;
  color:var(--ink);
}

.df-hero-photo{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:8px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow);
  aspect-ratio:4 / 5;
}

.df-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  display:block;
}

.df-two-column{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:64px;
  align-items:start;
}

.df-section-head,
.df-copy-block{
  display:grid;
  gap:16px;
}

.df-section-head-wide{
  width:min(760px, 100%);
  margin-bottom:34px;
}

.df-value-grid,
.df-card-grid,
.df-company-grid,
.df-partner-grid{
  display:grid;
  gap:18px;
}

.df-value-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:40px;
}

.df-card-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.df-value-card,
.df-service-card,
.df-data-card,
.df-partner-card,
.df-company-card,
.df-note-panel,
.df-achievement,
.df-system-panel,
.df-benefit-list article{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.df-value-card,
.df-service-card,
.df-data-card,
.df-partner-card,
.df-company-card,
.df-note-panel,
.df-achievement,
.df-benefit-list article{
  padding:24px;
}

.df-value-card span,
.df-benefit-list span,
.df-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  height:34px;
  padding:0 12px;
  border:1px solid var(--gold-light);
  border-radius:999px;
  color:var(--gold);
  background:#fff;
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:17px;
  font-weight:700;
}

.df-value-card h3,
.df-service-card h3,
.df-data-card h3,
.df-partner-card h3,
.df-company-card h3,
.df-note-panel h3,
.df-achievement h3,
.df-system-panel h3,
.df-benefit-list h3{
  margin-top:18px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:21px;
  line-height:1.55;
  letter-spacing:.04em;
}

.df-value-card p,
.df-service-card p,
.df-data-card p,
.df-partner-card p,
.df-note-panel p,
.df-achievement p,
.df-system-panel p,
.df-benefit-list p{
  margin-top:12px;
  color:var(--muted);
  font-size:14px;
  line-height:1.95;
}

.df-note-panel{
  margin-top:18px;
  background:linear-gradient(135deg,#fff,#F8F7F4);
}

.df-achievement{
  margin-top:24px;
}

.df-achievement-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.df-achievement-list span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:8px;
  background:#F8F7F4;
  color:var(--ink);
  font-size:13px;
  font-weight:700;
}

.df-system-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:24px;
  padding:28px;
  background:linear-gradient(135deg,#fff,#F3FAF8);
}

.df-benefit-list{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin-top:38px;
}

.df-benefit-list article{
  min-height:240px;
}

.df-benefit-list h3{
  font-size:19px;
}

.df-partner-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  margin-top:40px;
}

.df-partner-card ul{
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.df-partner-card li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  font-size:15px;
  line-height:1.9;
}

.df-partner-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.85em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#45BFAE;
}

.df-partner-card .df-secondary-btn{
  margin-top:20px;
}

.df-company-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}

.df-profile-list{
  display:grid;
  gap:0;
  margin:20px 0 0;
}

.df-profile-list div{
  display:grid;
  grid-template-columns:112px 1fr;
  gap:18px;
  padding:14px 0;
  border-top:1px solid var(--line);
}

.df-profile-list dt{
  color:var(--gold);
  font-size:13px;
  font-weight:800;
}

.df-profile-list dd{
  margin:0;
  color:var(--ink);
  font-size:15px;
  line-height:1.8;
  font-weight:600;
}

.df-partner-badges{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.df-partner-badges div{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}

.df-partner-badges p{
  margin:0;
  font-size:15px;
  font-weight:700;
  color:var(--ink);
}

.df-line-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) 132px;
  gap:20px;
  align-items:center;
  margin-top:26px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#F8F7F4;
}

.df-line-box h4{
  margin:6px 0 14px;
  font-size:18px;
  line-height:1.6;
}

.df-line-box img{
  width:132px;
  height:132px;
  object-fit:contain;
  padding:8px;
  border-radius:8px;
  background:#fff;
}

.df-final-cta{
  padding:72px 0;
  border-top:1px solid var(--line);
  background:#fff;
}

.df-final-cta-inner{
  display:flex;
  justify-content:space-between;
  gap:32px;
  align-items:center;
}

@media screen and (min-width:1024px){
  html,
  body{
    background:#fff;
  }

  .pc-qr-side{
    display:none !important;
  }

  .lp{
    width:100%;
    max-width:none;
    margin:0;
    background:#fff;
    box-shadow:none;
    min-height:100vh;
    padding-bottom:0;
  }

  .site-header{
    position:sticky;
    top:0;
    z-index:80;
    height:76px;
    aspect-ratio:auto;
    padding:0 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid rgba(234,229,220,.9);
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(12px);
  }

  .logo{
    position:static;
    width:142px;
  }

  .menu{
    display:none;
  }

  .desktop-nav{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:13px;
    line-height:1.4;
    font-weight:800;
    letter-spacing:.02em;
    color:var(--ink);
  }

  .desktop-nav a{
    white-space:nowrap;
  }

  .desktop-nav-cta{
    min-height:40px;
    padding:0 16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--ink);
    color:#fff;
  }

  .fixed-cta{
    display:none;
  }

  .footer-inner{
    width:min(1120px, calc(100% - 48px));
    max-width:none;
  }
}

@media screen and (max-width:1180px) and (min-width:1024px){
  .desktop-nav{
    gap:12px;
    font-size:12px;
  }

  .logo{
    width:126px;
  }
}

@media screen and (max-width:900px){
  .df-container{
    width:min(100% - 36px, 680px);
  }

  .df-section{
    padding:58px 0;
  }

  .df-hero{
    padding:34px 0 56px;
  }

  .df-hero-grid,
  .df-two-column,
  .df-partner-grid,
  .df-company-grid,
  .df-system-panel,
  .df-showcase-grid,
  .df-visual-link,
  .df-manager-grid,
  .df-page-link-grid,
  .df-contact-grid,
  .df-final-cta-inner{
    grid-template-columns:1fr;
  }

  .df-hero-grid{
    gap:28px;
  }

  .df-hero-photo{
    aspect-ratio:16 / 10;
  }

  .df-hero h1{
    font-size:34px;
    line-height:1.32;
  }

  .df-section h2,
  .df-final-cta h2{
    font-size:29px;
  }

  .df-hero-lead,
  .df-lead{
    font-size:16px;
  }

  .df-value-grid,
  .df-card-grid-3,
  .df-benefit-list{
    grid-template-columns:1fr;
    margin-top:28px;
  }

  .df-news-row{
    grid-template-columns:1fr;
    gap:6px;
    padding:18px;
  }

  .df-manager-grid{
    gap:16px;
  }

  .df-contact-page .df-contact-hero h1{
    font-size:38px;
  }

  .df-benefit-list article{
    min-height:0;
  }

  .df-line-box{
    grid-template-columns:1fr;
  }

  .df-line-box img{
    width:150px;
    height:150px;
  }

  .df-final-cta-inner{
    display:grid;
  }
}

@media screen and (max-width:520px){
  .df-container{
    width:calc(100% - 32px);
  }

  .df-hero h1{
    font-size:31px;
  }

  .df-hero{
    padding-top:24px;
  }

  .df-hero-grid{
    gap:22px;
  }

  .df-section h2,
  .df-final-cta h2{
    font-size:27px;
  }

  .df-hero-actions,
  .df-primary-btn,
  .df-secondary-btn{
    width:100%;
  }

  .df-profile-list div{
    grid-template-columns:1fr;
    gap:4px;
  }

  .df-visual-link,
  .df-contact-card,
  .df-contact-summary,
  .df-page-link-grid a{
    padding:20px;
  }

  .df-visual-link h3,
  .df-page-link-grid h3{
    font-size:22px;
  }

  .df-manager-card > div{
    padding:18px;
  }

  .df-contact-page .df-contact-hero h1{
    font-size:34px;
  }

  .global-menu-links{
    width:100%;
    gap:10px;
  }
}


/* =========================
   Reference layout redesign
========================= */

html,
body{
  background:#fff;
}

body{
  color:#111;
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
}

.pc-qr-side{
  display:none !important;
}

.lp{
  width:100%;
  max-width:none;
  margin:0;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}

.site-header{
  position:sticky;
  top:0;
  z-index:90;
  height:98px;
  padding:0 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  border:0;
}

.logo{
  position:static;
  width:154px;
  height:auto;
}

.logo img{
  width:100%;
  height:auto;
}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:38px;
  font-size:14px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:0;
  color:#000;
}

.desktop-nav a{
  color:#000;
  white-space:nowrap;
  text-decoration:none;
}

.desktop-nav-cta{
  display:none;
}

.menu{
  display:none;
}

.yp-site{
  --yp-black:#000;
  --yp-white:#fff;
  --yp-peach:#ecc4af;
  --yp-peach-dark:#f5a19f;
  --yp-pink:#f7a8aa;
  --yp-mint:#9be5d7;
  --yp-mint-light:#ccfff4;
  --yp-cream:#fbf4ee;
  --yp-gray:#dbe2e2;
  --yp-text:#111;
  --yp-muted:#6d6762;
  position:relative;
  background:#fff;
  overflow:hidden;
}

.yp-site *,
.yp-site *:before,
.yp-site *:after{
  box-sizing:border-box;
}

.yp-hero{
  position:relative;
  padding:0 50px 70px;
  overflow:hidden;
}

.yp-hero-stage{
  position:relative;
  min-height:710px;
  border-radius:18px;
  background:linear-gradient(90deg,var(--yp-pink) 0 25.5%, var(--yp-cream) 25.5% 100%);
  overflow:hidden;
}

.yp-hero-stage:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:310px;
  background:rgba(255,255,255,.16);
  clip-path:polygon(0 0, 100% 100%, 0 100%);
}

.yp-hero-stage:after,
.yp-peach-panel:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 32% 18%, rgba(204,118,232,.9) 0 10px, transparent 11px),
    radial-gradient(circle at 70% 36%, rgba(93,157,255,.85) 0 10px, transparent 11px),
    radial-gradient(circle at 16% 55%, rgba(23,138,214,.9) 0 9px, transparent 10px),
    radial-gradient(circle at 48% 78%, rgba(255,255,255,.55) 0 8px, transparent 9px),
    linear-gradient(45deg, transparent 0 47%, rgba(255,97,42,.9) 47% 54%, transparent 54% 100%);
  opacity:.55;
}

.yp-hero-side{
  position:absolute;
  left:66px;
  top:64px;
  z-index:3;
  color:#fff;
}

.yp-kicker{
  margin:0 0 18px;
  font-family:"Arial","Helvetica",sans-serif;
  font-size:13px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.04em;
  color:#ff9d9d;
  text-transform:uppercase;
}

.yp-kicker-white{
  color:#fff;
}

.yp-vertical{
  position:absolute;
  left:-36px;
  top:300px;
  margin:0;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  writing-mode:vertical-rl;
}

.yp-hero h1,
.yp-section h2,
.yp-peach-panel h2,
.yp-white-card h2,
.yp-contact-hero h1,
.yp-contact-card h2,
.yp-line-cta h2{
  margin:0;
  color:#000;
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-weight:900;
  letter-spacing:0;
}

.yp-hero h1{
  position:absolute;
  left:0;
  top:380px;
  width:520px;
  color:#fff;
  font-size:46px;
  line-height:1.55;
  z-index:4;
}

.yp-hero-collage{
  position:absolute;
  left:118px;
  right:82px;
  top:114px;
  height:520px;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  gap:20px;
  align-items:center;
}

.yp-hero-card{
  position:relative;
  min-height:486px;
  margin:0;
  border-radius:20px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 28px 48px rgba(30,20,10,.08);
}

.yp-hero-card img{
  width:100%;
  height:100%;
  min-height:486px;
  object-fit:cover;
  display:block;
}

.yp-card-01{
  background:#f7d8c8;
}

.yp-card-01 img{
  object-position:39% center;
  opacity:.55;
}

.yp-card-02{
  background:linear-gradient(135deg,#f59a97,#f18783);
  color:#fff;
}

.yp-card-03{
  background:var(--yp-mint);
  color:#fff;
}

.yp-card-04{
  background:var(--yp-gray);
}

.yp-card-04 img{
  object-position:67% center;
  opacity:.32;
}

.yp-hero-card span{
  color:#fff;
  font-size:56px;
  line-height:1;
  font-weight:500;
  letter-spacing:.02em;
}

.yp-deco{
  position:absolute;
  z-index:5;
  width:18px;
  height:18px;
  border-radius:4px;
  background:#ff5a26;
}

.yp-deco-01{left:86px;top:340px;background:#3077f4;transform:rotate(15deg);}
.yp-deco-02{left:435px;top:320px;background:#18aeb8;transform:rotate(-15deg);}
.yp-deco-03{right:365px;top:310px;background:#ffea45;transform:rotate(8deg);}
.yp-deco-04{right:86px;top:385px;background:#ff5a26;transform:rotate(15deg);}
.yp-deco-05{right:108px;top:430px;background:#ffc0dc;transform:rotate(6deg);}

.yp-scroll{
  position:absolute;
  left:22px;
  bottom:76px;
  z-index:5;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  writing-mode:vertical-rl;
}

.yp-ghost-word{
  margin:-10px 0 0 -22px;
  color:#f5f5f5;
  font-size:136px;
  line-height:.9;
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
  user-select:none;
}

.yp-floating-cta,
.yp-line-cta{
  position:absolute;
  right:0;
  bottom:82px;
  z-index:20;
  width:350px;
  min-height:104px;
  padding:26px 76px 24px 40px;
  background:var(--yp-mint-light);
  color:#000;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  clip-path:polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 32%);
}

.yp-floating-cta span,
.yp-line-cta p{
  font-size:14px;
  line-height:1.4;
  font-weight:800;
}

.yp-floating-cta strong,
.yp-line-cta h2{
  margin-top:4px;
  font-size:22px;
  line-height:1.25;
  font-weight:900;
}

.yp-floating-cta i,
.yp-line-cta a,
.yp-outline-link i,
.yp-side-links i,
.yp-page-links i,
.yp-black-btn i{
  position:absolute;
  right:22px;
  top:50%;
  width:42px;
  height:42px;
  margin-top:-21px;
  border-radius:50%;
  background:#000;
}

.yp-floating-cta i:after,
.yp-line-cta a:after,
.yp-outline-link i:after,
.yp-side-links i:after,
.yp-page-links i:after,
.yp-black-btn i:after{
  content:"";
  position:absolute;
  left:15px;
  top:14px;
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:rotate(45deg);
}

.yp-peach-section{
  position:relative;
  padding:110px 50px 95px;
}

.yp-peach-panel{
  position:relative;
  min-height:760px;
  padding:118px 120px;
  background:var(--yp-peach);
  color:#fff;
  overflow:hidden;
}

.yp-peach-panel:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:430px;
  background:rgba(255,255,255,.16);
  clip-path:polygon(0 0, 100% 100%, 0 100%);
}

.yp-peach-copy{
  position:relative;
  z-index:2;
  width:min(520px, 100%);
}

.yp-peach-panel h2{
  color:#fff;
  font-size:34px;
  line-height:1.65;
}

.yp-peach-panel p{
  margin:34px 0 0;
  color:#fff;
  font-size:16px;
  line-height:2.1;
  font-weight:800;
}

.yp-peach-panel .yp-strong-line{
  margin-top:30px;
}

.yp-feature-list{
  margin-top:54px;
}

.yp-feature-list p{
  margin:0 0 20px;
}

.yp-feature-list ol{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
}

.yp-feature-list li{
  min-height:44px;
  padding:7px 22px 7px 7px;
  border-radius:999px;
  background:#fff;
  color:#f28f8d;
  display:flex;
  align-items:center;
  gap:18px;
  font-size:14px;
  line-height:1.45;
  font-weight:900;
}

.yp-feature-list span,
.yp-benefit-list span,
.yp-pill-grid span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f28f8d;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
  font-size:15px;
  font-weight:900;
}

.yp-black-btn{
  position:relative;
  width:400px;
  min-height:70px;
  margin-top:56px;
  padding:17px 80px 16px 40px;
  border-radius:999px;
  background:#000;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-decoration:none;
}

.yp-black-btn span{
  font-size:16px;
  line-height:1.35;
  font-weight:900;
}

.yp-black-btn small{
  margin-top:2px;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.04em;
}

.yp-black-btn i{
  right:28px;
  background:transparent;
}

.yp-photo-stack{
  position:absolute;
  right:120px;
  top:122px;
  z-index:2;
  width:365px;
  height:560px;
}

.yp-photo{
  position:absolute;
  display:block;
  object-fit:cover;
  border-radius:6px;
  box-shadow:0 20px 42px rgba(40,20,10,.12);
}

.yp-photo-large{
  right:0;
  top:0;
  width:205px;
  height:305px;
}

.yp-photo-small{
  width:175px;
  height:235px;
}

.yp-photo-a{
  left:0;
  top:82px;
}

.yp-photo-b{
  left:28px;
  top:340px;
}

.yp-white-card{
  position:relative;
  z-index:4;
  width:min(1100px, calc(100% - 240px));
  margin:-70px auto 0;
  padding:58px 60px 64px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 22px 56px rgba(44,27,18,.08);
}

.yp-section,
.yp-line-cta{
  width:min(1240px, calc(100% - 100px));
  margin:0 auto;
}

.yp-section{
  padding:95px 0;
}

.yp-muted-section{
  width:100%;
  max-width:none;
  padding:95px max(50px, calc((100vw - 1240px) / 2)) 110px;
  background:#f8f5f2;
}

.yp-section-heading{
  margin-bottom:42px;
}

.yp-heading-split{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 560px);
  gap:70px;
  align-items:start;
}

.yp-section-heading h2,
.yp-white-card h2{
  font-size:36px;
  line-height:1.55;
}

.yp-heading-split > p,
.yp-section-heading > p:not(.yp-kicker){
  margin:50px 0 0;
  color:#111;
  font-size:17px;
  line-height:2;
  font-weight:800;
}

.yp-three-grid,
.yp-pill-grid,
.yp-two-card,
.yp-company-grid,
.yp-contact-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
}

.yp-three-grid article,
.yp-pill-grid article,
.yp-two-card article,
.yp-company-grid article,
.yp-contact-card{
  background:#fff;
  border-radius:8px;
}

.yp-three-grid article{
  padding:30px 26px 10px;
}

.yp-three-grid span{
  display:block;
  width:4px;
  height:22px;
  margin-bottom:18px;
  border-radius:99px;
  background:#ff9d9d;
}

.yp-three-grid h3,
.yp-pill-grid h3,
.yp-benefit-list h3,
.yp-two-card h3,
.yp-company-grid h3,
.yp-contact-card h2{
  margin:0;
  color:#000;
  font-size:20px;
  line-height:1.55;
  font-weight:900;
}

.yp-three-grid p,
.yp-pill-grid p,
.yp-benefit-list p,
.yp-two-card p,
.yp-company-grid p,
.yp-contact-card p{
  margin:18px 0 0;
  color:#333;
  font-size:15px;
  line-height:2;
  font-weight:600;
}

.yp-pill-grid article,
.yp-benefit-list article{
  padding:28px;
  border-radius:999px;
  box-shadow:0 16px 38px rgba(20,20,20,.05);
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 18px;
  align-items:center;
}

.yp-pill-grid article p,
.yp-benefit-list article p{
  grid-column:2;
  margin-top:0;
}

.yp-benefit-list{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:18px;
}

.yp-benefit-list article{
  min-height:250px;
  border-radius:8px;
  display:block;
}

.yp-benefit-list h3{
  margin-top:28px;
}

.yp-benefit-list p{
  margin-top:16px;
}

.yp-creator-area{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:28px;
}

.yp-creator-main{
  min-height:290px;
  padding:28px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 44px rgba(20,20,20,.08);
  display:grid;
  grid-template-columns:45% 1fr;
  align-items:center;
  gap:28px;
  color:#000;
  text-decoration:none;
}

.yp-creator-main img{
  width:100%;
  border-radius:4px;
}

.yp-creator-main h3{
  margin:0;
  font-size:28px;
  line-height:1.6;
  font-weight:900;
}

.yp-outline-link{
  position:relative;
  min-height:64px;
  padding:20px 74px 20px 30px;
  border-radius:999px;
  background:#000;
  color:#fff;
  align-self:start;
  text-decoration:none;
  font-weight:900;
}

.yp-outline-link i{
  right:18px;
  background:transparent;
}

.yp-side-links{
  display:grid;
  gap:14px;
}

.yp-side-links a,
.yp-page-links a{
  position:relative;
  min-height:86px;
  padding:24px 78px 24px 28px;
  border-radius:8px;
  background:#fff;
  color:#000;
  box-shadow:0 16px 38px rgba(20,20,20,.06);
  display:flex;
  align-items:center;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
}

.yp-side-links i,
.yp-page-links i{
  right:24px;
  width:34px;
  height:34px;
  margin-top:-17px;
  background:#f4f0eb;
}

.yp-side-links i:after,
.yp-page-links i:after{
  border-color:#cda15a;
  width:8px;
  height:8px;
  left:12px;
  top:11px;
}

.yp-manager-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:26px;
}

.yp-manager-grid article{
  position:relative;
  min-height:520px;
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(20,20,20,.06);
}

.yp-manager-grid img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
}

.yp-manager-grid div{
  padding:26px;
}

.yp-manager-grid p{
  margin:0 0 10px;
  color:#cda15a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}

.yp-manager-grid h3{
  margin:0;
  font-size:25px;
  line-height:1.4;
  font-weight:900;
}

.yp-manager-grid span{
  display:block;
  margin-top:14px;
  color:#333;
  font-size:14px;
  line-height:1.8;
  font-weight:700;
}

.yp-line-cta{
  position:relative;
  right:auto;
  bottom:auto;
  margin:10px 0 30px auto;
  clip-path:polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 38%);
}

.yp-line-cta a{
  display:block;
  right:28px;
  text-indent:-9999px;
}

.yp-two-card{
  grid-template-columns:1fr 1fr;
}

.yp-two-card article,
.yp-company-grid article,
.yp-contact-card{
  padding:38px;
  box-shadow:0 18px 44px rgba(20,20,20,.06);
}

.yp-two-card ul{
  margin:20px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.yp-two-card li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:1.8;
  font-weight:800;
}

.yp-two-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff9d9d;
}

.yp-black-btn-small{
  width:100%;
}

.yp-news-list{
  display:grid;
  gap:0;
  border-top:1px solid #eee;
}

.yp-news-list a{
  display:grid;
  grid-template-columns:120px 120px 1fr;
  gap:26px;
  align-items:center;
  min-height:86px;
  border-bottom:1px solid #eee;
  color:#000;
  text-decoration:none;
  font-weight:900;
}

.yp-news-list span{
  color:#ff9d9d;
  font-size:13px;
}

.yp-news-list time{
  color:#777;
  font-size:13px;
}

.yp-empty-panel{
  padding:34px;
  border-radius:8px;
  background:#f8f5f2;
  font-weight:800;
}

.yp-page-links{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.yp-page-links a{
  display:block;
}

.yp-page-links span{
  display:block;
  margin-bottom:8px;
  color:#ff9d9d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
}

.yp-page-links strong{
  display:block;
  font-size:22px;
  line-height:1.4;
}

.yp-company-grid{
  grid-template-columns:1fr 1fr;
}

.yp-company-grid dl{
  margin:22px 0 0;
  display:grid;
  gap:0;
}

.yp-company-grid dl div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:16px 0;
  border-bottom:1px solid #eee;
}

.yp-company-grid dt{
  color:#999;
  font-size:13px;
  font-weight:900;
}

.yp-company-grid dd{
  margin:0;
  color:#000;
  font-size:15px;
  line-height:1.75;
  font-weight:800;
}

.yp-partner-tags{
  display:grid;
  gap:14px;
}

.yp-partner-tags p{
  margin:0;
  padding:18px;
  border-radius:8px;
  background:#f8f5f2;
}

.yp-partner-tags span{
  display:block;
  margin-bottom:5px;
  color:#cda15a;
  font-size:12px;
  font-weight:900;
}

.yp-qr-box{
  margin-top:28px;
  padding:22px;
  border-radius:8px;
  background:#f8f5f2;
  display:grid;
  grid-template-columns:1fr 120px;
  gap:20px;
  align-items:center;
}

.yp-qr-box h4{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.5;
  font-weight:900;
}

.yp-qr-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  background:#2fc866;
  color:#fff;
  font-weight:900;
  text-decoration:none;
}

.yp-qr-box img{
  width:120px;
  height:120px;
  object-fit:contain;
  border-radius:8px;
  background:#fff;
}

.yp-contact-hero{
  padding:0 50px 88px;
}

.yp-contact-stage{
  min-height:460px;
  padding:82px 80px;
  border-radius:18px;
  background:linear-gradient(90deg,var(--yp-pink) 0 28%, var(--yp-peach) 28% 100%);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 430px;
  gap:60px;
  align-items:center;
}

.yp-contact-stage h1{
  color:#fff;
  font-size:56px;
  line-height:1.35;
}

.yp-contact-stage p{
  margin:28px 0 0;
  color:#fff;
  font-size:17px;
  line-height:2;
  font-weight:800;
}

.yp-contact-menu{
  padding:34px;
  border-radius:8px;
  background:#fff;
  color:#000;
}

.yp-contact-menu h2{
  margin:0 0 18px;
  font-size:24px;
  line-height:1.4;
  font-weight:900;
}

.yp-contact-menu ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.yp-contact-menu li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:1.7;
  font-weight:800;
}

.yp-contact-menu li:before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff9d9d;
}

.yp-contact-main{
  padding-top:0;
}

.yp-contact-grid{
  grid-template-columns:420px 1fr;
}

.yp-form-wrap{
  margin-top:24px;
}

.yp-form-wrap input,
.yp-form-wrap textarea,
.yp-form-wrap select{
  width:100%;
  min-height:54px;
  padding:12px 14px;
  border:1px solid #e8e1da;
  border-radius:8px;
  background:#fff;
  font:inherit;
}

.yp-form-wrap textarea{
  min-height:230px;
}

.yp-form-wrap input[type="submit"],
.yp-form-wrap button[type="submit"]{
  width:auto;
  min-width:210px;
  border:0;
  border-radius:999px;
  background:#000;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.site-footer{
  background:#000;
  color:#fff;
}

.footer-inner{
  width:min(1240px, calc(100% - 100px));
}

.fixed-cta{
  width:350px;
  max-width:calc(100vw - 32px);
  min-height:66px;
  right:20px;
  left:auto;
  bottom:18px;
  transform:translateY(18px);
  border-radius:0;
  clip-path:polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 38%);
  background:var(--yp-mint-light);
  color:#000;
  box-shadow:none;
}

.fixed-cta.is-visible{
  transform:translateY(0);
}

.fixed-cta:after{
  width:42px;
  height:42px;
  margin-left:18px;
  border:0;
  border-radius:50%;
  background:#000;
  transform:none;
}

@media screen and (max-width:1180px){
  .site-header{
    padding:0 28px;
  }

  .desktop-nav{
    gap:18px;
    font-size:13px;
  }

  .yp-hero{
    padding-left:28px;
    padding-right:28px;
  }

  .yp-hero-collage{
    left:88px;
    right:42px;
    gap:16px;
  }

  .yp-hero h1{
    font-size:40px;
  }

  .yp-peach-panel{
    padding:86px 70px;
  }

  .yp-photo-stack{
    right:55px;
  }

  .yp-benefit-list{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width:900px){
  .site-header{
    height:72px;
    padding:0 20px;
  }

  .logo{
    width:126px;
  }

  .desktop-nav{
    display:none;
  }

  .menu{
    position:static;
    width:50px;
    height:50px;
    border:0;
    border-radius:50%;
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .menu img{
    display:none;
  }

  .menu:before{
    content:"";
    width:22px;
    height:2px;
    background:#fff;
    border-radius:99px;
    box-shadow:0 -7px 0 #fff, 0 7px 0 #fff;
  }

  .yp-hero{
    padding:0 28px 46px;
  }

  .yp-hero-stage{
    min-height:623px;
    border-radius:8px;
    background:linear-gradient(90deg,var(--yp-pink) 0 32%, var(--yp-cream) 32% 100%);
  }

  .yp-hero-stage:before{
    width:190px;
  }

  .yp-hero-side{
    left:20px;
    top:24px;
  }

  .yp-hero-side .yp-kicker{
    display:none;
  }

  .yp-vertical{
    left:-8px;
    top:0;
    font-size:10px;
  }

  .yp-hero h1{
    left:0;
    top:410px;
    width:330px;
    font-size:32px;
    line-height:1.55;
  }

  .yp-hero-collage{
    left:38px;
    right:32px;
    top:18px;
    height:430px;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .yp-hero-card{
    min-height:224px;
    border-radius:18px;
  }

  .yp-hero-card img{
    min-height:224px;
  }

  .yp-card-01,
  .yp-card-02,
  .yp-card-03,
  .yp-card-04{
    transform:none;
  }

  .yp-hero-card span{
    font-size:25px;
    letter-spacing:0;
  }

  .yp-deco{
    width:12px;
    height:12px;
  }

  .yp-deco-01{left:36px;top:270px;}
  .yp-deco-02{left:175px;top:210px;}
  .yp-deco-03{right:46px;top:252px;}
  .yp-deco-04{right:22px;top:375px;}
  .yp-deco-05{right:58px;top:468px;}

  .yp-scroll{
    right:22px;
    left:auto;
    bottom:92px;
    font-size:10px;
  }

  .yp-ghost-word{
    margin-top:8px;
    font-size:56px;
  }

  .yp-floating-cta{
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100% + 28px);
    margin:-22px -28px 0 auto;
    min-height:104px;
    padding-left:92px;
  }

  .yp-peach-section{
    padding:52px 0 70px;
  }

  .yp-peach-panel{
    min-height:0;
    padding:58px 28px 360px;
  }

  .yp-peach-panel h2{
    font-size:28px;
  }

  .yp-peach-panel p{
    font-size:14px;
    line-height:2;
  }

  .yp-feature-list li{
    border-radius:8px;
    align-items:flex-start;
  }

  .yp-black-btn{
    width:100%;
  }

  .yp-photo-stack{
    right:28px;
    left:28px;
    top:auto;
    bottom:48px;
    width:auto;
    height:280px;
  }

  .yp-photo-large{
    right:0;
    width:46%;
    height:250px;
  }

  .yp-photo-small{
    width:42%;
    height:170px;
  }

  .yp-photo-a{
    top:24px;
  }

  .yp-photo-b{
    left:18%;
    top:142px;
  }

  .yp-white-card{
    width:calc(100% - 56px);
    margin:-28px auto 0;
    padding:34px 24px;
  }

  .yp-section,
  .yp-muted-section{
    width:100%;
    padding:64px 28px;
  }

  .yp-heading-split,
  .yp-three-grid,
  .yp-pill-grid,
  .yp-two-card,
  .yp-company-grid,
  .yp-contact-grid,
  .yp-creator-area{
    grid-template-columns:1fr;
  }

  .yp-heading-split{
    gap:18px;
  }

  .yp-section-heading h2,
  .yp-white-card h2{
    font-size:30px;
  }

  .yp-heading-split > p,
  .yp-section-heading > p:not(.yp-kicker){
    margin-top:0;
    font-size:15px;
  }

  .yp-pill-grid article,
  .yp-benefit-list article{
    border-radius:8px;
  }

  .yp-benefit-list,
  .yp-manager-grid,
  .yp-page-links{
    grid-template-columns:1fr;
  }

  .yp-creator-main{
    grid-template-columns:1fr;
  }

  .yp-creator-main h3{
    font-size:22px;
  }

  .yp-line-cta{
    width:calc(100% - 28px);
    margin:0 0 20px auto;
  }

  .yp-news-list a{
    grid-template-columns:1fr;
    gap:8px;
    padding:22px 0;
  }

  .yp-contact-hero{
    padding:0 28px 62px;
  }

  .yp-contact-stage{
    min-height:0;
    padding:48px 28px;
    border-radius:8px;
    grid-template-columns:1fr;
  }

  .yp-contact-stage h1{
    font-size:40px;
  }

  .yp-contact-menu{
    padding:24px;
  }

  .yp-qr-box{
    grid-template-columns:1fr;
  }

  .footer-inner{
    width:calc(100% - 56px);
  }
}

@media screen and (max-width:520px){
  .yp-hero{
    padding-left:28px;
    padding-right:28px;
  }

  .yp-hero-stage{
    min-height:622px;
  }

  .yp-floating-cta{
    width:calc(100% + 28px);
    padding:24px 74px 22px 64px;
  }

  .yp-floating-cta strong,
  .yp-line-cta h2{
    font-size:20px;
  }

  .yp-peach-panel{
    padding-left:28px;
    padding-right:28px;
  }

  .yp-three-grid article,
  .yp-pill-grid article,
  .yp-two-card article,
  .yp-company-grid article,
  .yp-contact-card{
    padding:26px 22px;
  }

  .yp-company-grid dl div{
    grid-template-columns:1fr;
    gap:6px;
  }

  .yp-contact-grid{
    gap:20px;
  }

  .fixed-cta{
    width:calc(100vw - 24px);
    right:12px;
  }
}

body:has(.yp-site) .fixed-cta{
  display:none;
}


/* =========================
   DREAM FACTORY pamphlet tone
========================= */

.yp-site{
  --df-mint:#60cdb7;
  --df-mint-soft:#b8e8df;
  --df-gold:#b39552;
  --df-gold-soft:#d9c28a;
  --df-ivory:#f8f6e8;
  --df-ivory-2:#fbfaf3;
  --df-ink:#242424;
  --df-muted:#6d665e;
  color:var(--df-ink);
  background:#fff;
}

.site-header{
  height:88px;
  border-bottom:1px solid rgba(179,149,82,.18);
  background:rgba(255,255,255,.97);
}

.desktop-nav{
  gap:30px;
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:14px;
  font-weight:700;
}

.yp-kicker{
  color:var(--df-gold);
  font-family:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.yp-kicker-white{
  color:var(--df-gold);
}

.yp-hero{
  padding-top:0;
  padding-bottom:72px;
}

.yp-hero-stage{
  min-height:720px;
  border:1px solid var(--df-gold);
  border-radius:16px;
  background:
    radial-gradient(circle at 7% 6%, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 93% 6%, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 7% 94%, #fff 0 42px, transparent 43px),
    radial-gradient(circle at 93% 94%, #fff 0 42px, transparent 43px),
    linear-gradient(#f8f6e8,#f8f6e8);
}

.yp-hero-stage:before{
  width:auto;
  inset:38px;
  border:0;
  border-radius:0;
  background:rgba(255,255,255,.32);
  clip-path:none;
}

.yp-hero-stage:after{
  opacity:1;
  background:
    radial-gradient(circle at 8% 8%, var(--df-mint-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 92% 8%, var(--df-mint-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 8% 92%, var(--df-mint-soft) 0 4px, transparent 5px),
    radial-gradient(circle at 92% 92%, var(--df-mint-soft) 0 4px, transparent 5px),
    linear-gradient(45deg, transparent 0 49%, rgba(179,149,82,.18) 49% 51%, transparent 51% 100%);
}

.yp-hero-side{
  left:88px;
  top:116px;
  width:520px;
  color:var(--df-ink);
}

.yp-vertical{
  left:-36px;
  top:332px;
  color:var(--df-gold);
  font-family:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:11px;
  letter-spacing:.12em;
}

.yp-hero h1{
  position:static;
  width:auto;
  margin-top:150px;
  color:var(--df-mint);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:46px;
  line-height:1.55;
  font-weight:600;
}

.yp-hero-collage{
  left:auto;
  right:82px;
  top:126px;
  width:630px;
  height:470px;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.yp-hero-card{
  min-height:226px;
  border:1px solid rgba(179,149,82,.35);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 54px rgba(137,109,61,.12);
}

.yp-hero-card img{
  min-height:226px;
  opacity:.5;
  filter:saturate(.82) brightness(1.08);
}

.yp-card-01 img{
  opacity:.58;
}

.yp-card-02,
.yp-card-03{
  background:rgba(255,255,255,.72);
}

.yp-card-04 img{
  opacity:.46;
}

.yp-hero-card span{
  color:#333;
  font-family:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:42px;
  font-weight:400;
}

.yp-deco{
  width:9px;
  height:9px;
  border-radius:0;
  background:var(--df-gold);
  transform:rotate(45deg);
}

.yp-deco-01{left:86px;top:68px;background:var(--df-mint-soft);}
.yp-deco-02{left:128px;top:98px;background:var(--df-gold);}
.yp-deco-03{right:128px;top:98px;background:var(--df-gold);}
.yp-deco-04{right:86px;top:68px;background:var(--df-mint-soft);}
.yp-deco-05{right:118px;top:auto;bottom:96px;background:var(--df-mint-soft);}

.yp-scroll{
  color:var(--df-gold);
}

.yp-ghost-word{
  color:#f7f7f7;
  font-family:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:400;
}

.yp-floating-cta,
.yp-line-cta{
  width:420px;
  min-height:78px;
  padding:16px 86px 16px 34px;
  border:1px solid var(--df-gold);
  border-radius:999px;
  clip-path:none;
  background:#fff;
  box-shadow:0 18px 42px rgba(137,109,61,.12);
}

.yp-floating-cta span,
.yp-line-cta p{
  color:var(--df-gold);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:13px;
  font-weight:600;
}

.yp-floating-cta strong,
.yp-line-cta h2{
  color:var(--df-ink);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:20px;
  font-weight:700;
}

.yp-floating-cta i,
.yp-line-cta a,
.yp-outline-link i,
.yp-side-links i,
.yp-page-links i,
.yp-black-btn i{
  background:var(--df-gold);
}

.yp-peach-section{
  padding-top:92px;
}

.yp-peach-panel{
  min-height:760px;
  border:1px solid rgba(179,149,82,.55);
  border-radius:16px;
  background:#fff;
  color:var(--df-ink);
}

.yp-peach-panel:before{
  inset:50px;
  width:auto;
  border-radius:0;
  background:var(--df-ivory);
  clip-path:none;
}

.yp-peach-panel:after{
  opacity:1;
  background:
    linear-gradient(90deg, transparent 0 42%, rgba(255,255,255,.52) 42% 100%);
}

.yp-peach-panel h2{
  color:var(--df-mint);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:42px;
  line-height:1.45;
  font-weight:600;
}

.yp-peach-panel p{
  color:var(--df-ink);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:17px;
  line-height:2.1;
  font-weight:500;
}

.yp-feature-list p{
  color:var(--df-mint);
  font-size:24px;
}

.yp-feature-list li{
  min-height:50px;
  border:1px solid var(--df-gold);
  background:#fff;
  color:var(--df-gold);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:17px;
  font-weight:600;
}

.yp-feature-list span,
.yp-benefit-list span,
.yp-pill-grid span{
  border:1px solid var(--df-gold);
  background:#fff;
  color:var(--df-gold);
}

.yp-black-btn{
  border:1px solid var(--df-gold);
  background:#fff;
  color:var(--df-ink);
  box-shadow:0 16px 34px rgba(137,109,61,.1);
}

.yp-black-btn small{
  color:var(--df-gold);
}

.yp-black-btn i:after{
  border-color:#fff;
}

.yp-photo{
  border:1px solid rgba(179,149,82,.25);
  box-shadow:0 18px 44px rgba(137,109,61,.13);
  filter:saturate(.8) brightness(1.08);
}

.yp-white-card,
.yp-three-grid article,
.yp-pill-grid article,
.yp-benefit-list article,
.yp-two-card article,
.yp-company-grid article,
.yp-contact-card,
.yp-creator-main,
.yp-side-links a,
.yp-page-links a,
.yp-manager-grid article{
  border:1px solid rgba(179,149,82,.28);
  box-shadow:0 18px 42px rgba(137,109,61,.08);
}

.yp-white-card{
  background:#fff;
}

.yp-section-heading h2,
.yp-white-card h2,
.yp-contact-card h2{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  color:var(--df-ink);
  font-weight:600;
}

.yp-heading-split > p,
.yp-section-heading > p:not(.yp-kicker),
.yp-three-grid p,
.yp-pill-grid p,
.yp-benefit-list p,
.yp-two-card p,
.yp-company-grid p,
.yp-contact-card p{
  color:var(--df-ink);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:500;
}

.yp-three-grid span{
  background:var(--df-mint-soft);
}

.yp-muted-section{
  background:var(--df-ivory-2);
}

.yp-creator-main{
  background:#fff;
}

.yp-outline-link{
  border:1px solid var(--df-gold);
  background:#fff;
  color:var(--df-ink);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
}

.yp-side-links i,
.yp-page-links i{
  background:#fff;
  border:1px solid var(--df-gold);
}

.yp-manager-grid img{
  filter:saturate(.82) brightness(1.06);
}

.yp-manager-grid p,
.yp-page-links span,
.yp-news-list span,
.yp-partner-tags span{
  color:var(--df-gold);
}

.yp-line-cta{
  margin-top:44px;
  background:var(--df-ivory);
}

.yp-news-list{
  border-top:1px solid rgba(179,149,82,.28);
}

.yp-news-list a{
  border-bottom:1px solid rgba(179,149,82,.28);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:600;
}

.yp-company-grid dl div{
  border-bottom:1px solid rgba(179,149,82,.22);
}

.yp-qr-box,
.yp-partner-tags p{
  background:var(--df-ivory-2);
}

.yp-qr-box a,
.yp-form-wrap input[type="submit"],
.yp-form-wrap button[type="submit"]{
  background:var(--df-gold);
}

.yp-contact-stage{
  border:1px solid var(--df-gold);
  border-radius:16px;
  background:linear-gradient(90deg,var(--df-ivory) 0 32%, #fff 32% 100%);
  color:var(--df-ink);
}

.yp-contact-stage h1{
  color:var(--df-mint);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:600;
}

.yp-contact-stage p{
  color:var(--df-ink);
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:500;
}

.yp-contact-menu{
  border:1px solid rgba(179,149,82,.28);
  box-shadow:0 18px 42px rgba(137,109,61,.08);
}

.yp-contact-menu h2{
  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-weight:600;
}

.yp-contact-menu li:before,
.yp-two-card li:before{
  background:var(--df-mint);
}

@media screen and (max-width:900px){
  .yp-hero-stage{
    min-height:620px;
    background:
      radial-gradient(circle at 7% 6%, #fff 0 26px, transparent 27px),
      radial-gradient(circle at 93% 6%, #fff 0 26px, transparent 27px),
      radial-gradient(circle at 7% 94%, #fff 0 26px, transparent 27px),
      radial-gradient(circle at 93% 94%, #fff 0 26px, transparent 27px),
      linear-gradient(#f8f6e8,#f8f6e8);
  }

  .yp-hero-stage:before{
    inset:20px;
  }

  .yp-hero-side{
    left:28px;
    top:48px;
    width:300px;
  }

  .yp-vertical{
    display:none;
  }

  .yp-hero h1{
    margin-top:22px;
    font-size:32px;
    line-height:1.55;
  }

  .yp-hero-collage{
    left:52px;
    right:52px;
    top:250px;
    width:auto;
    height:285px;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .yp-hero-card{
    min-height:136px;
    border-radius:14px;
  }

  .yp-hero-card img{
    min-height:136px;
  }

  .yp-hero-card span{
    font-size:22px;
  }

  .yp-floating-cta{
    width:calc(100% - 32px);
    margin:24px auto 0;
    padding-left:26px;
  }

  .yp-peach-panel{
    border-left:0;
    border-right:0;
    border-radius:0;
  }

  .yp-peach-panel h2{
    font-size:31px;
  }

  .yp-peach-panel p{
    font-size:15px;
  }
}

@media screen and (max-width:520px){
  .yp-hero h1{
    font-size:29px;
  }

  .yp-hero-collage{
    left:44px;
    right:44px;
  }

  .yp-floating-cta{
    width:calc(100% - 24px);
    padding-right:78px;
  }

  .yp-peach-panel{
    padding-top:52px;
  }
}

/* =========================
   DREAM FACTORY polish pass
========================= */

.yp-hero{
  padding-bottom:42px;
}

.yp-ghost-word{
  display:none;
}

.yp-peach-section{
  padding-top:54px;
}

.yp-section{
  padding:78px 0;
}

.yp-muted-section{
  padding-top:78px;
  padding-bottom:88px;
}

.yp-section-heading{
  margin-bottom:34px;
}

.yp-heading-split{
  gap:48px;
}

.yp-heading-split > p,
.yp-section-heading > p:not(.yp-kicker){
  margin-top:34px;
}

.yp-white-card{
  margin-top:-44px;
}

.yp-three-grid article,
.yp-pill-grid article,
.yp-two-card article,
.yp-company-grid article,
.yp-contact-card,
.yp-creator-main,
.yp-side-links a,
.yp-page-links a,
.yp-manager-grid article{
  box-shadow:0 14px 34px rgba(137,109,61,.06);
}

.footer{
  padding:58px 0 46px;
  background:linear-gradient(180deg,#fbfaf3 0%, #fff 100%);
  border-top:1px solid rgba(179,149,82,.22);
}

.footer:before{
  left:50px;
  right:50px;
}

.footer-inner{
  width:min(1240px, calc(100% - 100px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px, 360px) minmax(0, 1fr);
  gap:38px 70px;
  align-items:start;
}

.footer-logo{
  width:136px;
}

.footer-lead{
  max-width:320px;
  color:#5e5850;
  font-size:13px;
}

.footer-social-block{
  margin-top:22px;
}

.footer-social .social-icon-link{
  min-height:36px;
  border-radius:999px;
  background:#fff;
  box-shadow:none;
}

.footer-links{
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}

.footer-links a{
  min-height:52px;
  padding:0 15px;
  border-radius:8px;
  border-color:rgba(179,149,82,.25);
  background:rgba(255,255,255,.86);
  color:#242424;
  font-weight:700;
  box-shadow:none;
}

.footer-links a:hover{
  border-color:var(--df-gold);
  background:#fff;
}

.footer-sub{
  grid-column:1 / -1;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  padding-top:24px;
  border-top:1px solid rgba(179,149,82,.22);
}

.footer-company{
  margin:0;
  color:#5e5850;
  font-size:12px;
  line-height:1.8;
  letter-spacing:.03em;
}

.footer-sub-links{
  display:grid;
  justify-items:end;
  gap:8px;
}

.footer-sub a{
  color:#5e5850;
}

.copy{
  color:#9a8c73;
}

@media screen and (max-width:900px){
  .yp-hero{
    padding-bottom:34px;
  }

  .yp-peach-section{
    padding-top:42px;
    padding-bottom:56px;
  }

  .yp-section,
  .yp-muted-section{
    padding-top:56px;
    padding-bottom:60px;
  }

  .yp-heading-split > p,
  .yp-section-heading > p:not(.yp-kicker){
    margin-top:0;
  }

  .yp-peach-panel h2,
  .yp-section-heading h2,
  .yp-white-card h2{
    font-size:28px;
    line-height:1.55;
  }

  .yp-floating-cta{
    min-height:86px;
  }

  .footer{
    padding:46px 0 40px;
  }

  .footer:before{
    left:28px;
    right:28px;
  }

  .footer-inner{
    width:calc(100% - 56px);
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-links{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .footer-links a{
    min-height:46px;
    padding:0 12px;
    font-size:12px;
  }

  .footer-sub{
    display:grid;
    gap:16px;
    align-items:start;
  }

  .footer-sub-links{
    justify-items:start;
  }
}

@media screen and (max-width:520px){
  .yp-hero h1{
    font-size:28px;
    line-height:1.5;
  }

  .yp-contact-stage h1{
    font-size:36px;
  }

  .yp-peach-panel h2,
  .yp-section-heading h2,
  .yp-white-card h2{
    font-size:27px;
  }
}

/* =========================
   DREAM FACTORY pamphlet assets
========================= */

.yp-card-01 img{
  opacity:.72;
  object-position:50% 24%;
}

.yp-card-04 img{
  opacity:.72;
  object-position:center center;
}

.yp-photo{
  background:#fff;
}

.yp-photo-large{
  width:270px;
  height:248px;
}

.yp-photo-small{
  width:214px;
  height:170px;
}

.yp-photo-a{
  left:0;
  top:62px;
}

.yp-photo-b{
  left:70px;
  top:320px;
}

.yp-system-visuals{
  margin-top:34px;
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  gap:22px;
}

.yp-system-visuals figure{
  margin:0;
  padding:14px;
  border:1px solid rgba(179,149,82,.28);
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 34px rgba(137,109,61,.06);
}

.yp-system-visuals img{
  display:block;
  width:100%;
  height:340px;
  object-fit:cover;
  object-position:top center;
  border-radius:6px;
  background:#f7f9f9;
}

.yp-system-visuals figcaption{
  margin-top:12px;
  color:var(--df-ink);
  font-size:14px;
  line-height:1.6;
  font-weight:800;
}

@media screen and (max-width:900px){
  .yp-card-01 img,
  .yp-card-04 img{
    opacity:.76;
  }

  .yp-photo-large{
    width:48%;
    height:180px;
  }

  .yp-photo-small{
    width:45%;
    height:145px;
  }

  .yp-photo-a{
    left:0;
    top:26px;
  }

  .yp-photo-b{
    left:34%;
    top:164px;
  }

  .yp-system-visuals{
    grid-template-columns:1fr;
  }

  .yp-system-visuals img{
    height:420px;
  }
}

@media screen and (max-width:520px){
  .yp-photo-large{
    height:168px;
  }

  .yp-photo-small{
    height:132px;
  }

  .yp-system-visuals img{
    height:360px;
  }
}

/* =========================
   DREAM FACTORY live growth redesign
========================= */

body:has(.dfx-home){
  background:#fff;
}

body:has(.dfx-home) .site-header{
  height:86px;
  padding:0 42px;
  border-bottom:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
}

body:has(.dfx-home) .logo{
  width:160px;
}

body:has(.dfx-home) .desktop-nav{
  gap:26px;
  color:#080808;
  font-size:14px;
  font-weight:900;
}

.dfx-home{
  --dfx-black:#080808;
  --dfx-ink:#141414;
  --dfx-muted:#5c6570;
  --dfx-line:#dfe4e8;
  --dfx-mint:#21d6c3;
  --dfx-mint-dark:#079988;
  --dfx-pink:#ff3d7f;
  --dfx-blue:#245bff;
  --dfx-bg:#f4f7f8;
  color:var(--dfx-ink);
  background:#fff;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  letter-spacing:0;
}

.dfx-home h1,
.dfx-home h2,
.dfx-home h3,
.dfx-home p,
.dfx-home a,
.dfx-home li,
.dfx-home dt,
.dfx-home dd,
.dfx-home figcaption,
.dfx-home span,
.dfx-home strong,
.dfx-home time{
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif !important;
}

.dfx-home *,
.dfx-home *:before,
.dfx-home *:after{
  box-sizing:border-box;
}

.dfx-home a{
  color:inherit;
}

.dfx-hero{
  position:relative;
  width:min(1440px, calc(100% - 56px));
  min-height:760px;
  margin:0 auto;
  padding:78px 0 72px;
  display:grid;
  grid-template-columns:minmax(690px, .95fr) minmax(0, 1.05fr);
  gap:44px;
  align-items:center;
}

.dfx-hero:before{
  content:"";
  position:absolute;
  inset:auto 0 40px 0;
  height:210px;
  background:linear-gradient(90deg, rgba(33,214,195,.16), rgba(255,61,127,.1), rgba(36,91,255,.12));
  filter:blur(34px);
  opacity:.75;
  pointer-events:none;
}

.dfx-hero-copy,
.dfx-hero-visual{
  position:relative;
  z-index:2;
}

.dfx-label{
  margin:0 0 18px;
  color:var(--dfx-mint-dark);
  font-size:13px;
  line-height:1.4;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.dfx-hero h1{
  margin:0;
  color:var(--dfx-black);
  font-size:60px;
  line-height:1.08;
  font-weight:1000;
  letter-spacing:0;
}

.dfx-hero h1 span{
  display:block;
  white-space:nowrap;
}

.dfx-lead{
  max-width:700px;
  margin:30px 0 0;
  color:#1d2329;
  font-size:20px;
  line-height:1.9;
  font-weight:800;
}

.dfx-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.dfx-btn{
  min-height:58px;
  padding:17px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--dfx-black);
  border-radius:0;
  text-decoration:none;
  font-size:15px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-btn-primary{
  background:var(--dfx-black);
  color:#fff !important;
  box-shadow:8px 8px 0 var(--dfx-mint);
}

.dfx-btn-dark{
  background:var(--dfx-black);
  color:#fff !important;
}

.dfx-btn-outline{
  background:#fff;
  color:var(--dfx-black);
}

.dfx-proof{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.dfx-proof span{
  padding:9px 13px;
  background:#effafa;
  border:1px solid rgba(33,214,195,.42);
  color:#063b38;
  font-size:13px;
  line-height:1;
  font-weight:1000;
}

.dfx-hero-visual{
  min-height:650px;
}

.dfx-hero-main{
  position:absolute;
  right:0;
  top:52px;
  width:78%;
  height:460px;
  margin:0;
  overflow:hidden;
  background:#111;
  border:3px solid var(--dfx-black);
  box-shadow:16px 16px 0 var(--dfx-black);
}

.dfx-hero-main img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}

.dfx-hero-main:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.6), transparent 48%);
}

.dfx-hero-main figcaption{
  position:absolute;
  left:auto;
  right:22px;
  top:22px;
  bottom:auto;
  max-width:300px;
  padding:14px 16px;
  z-index:2;
  background:rgba(0,0,0,.82);
  color:#fff;
  font-size:15px;
  line-height:1.45;
  font-weight:1000;
}

.dfx-hero-main figcaption span{
  display:block;
  margin-bottom:4px;
  color:var(--dfx-mint);
  font-size:12px;
  letter-spacing:.08em;
}

.dfx-float{
  position:absolute;
  margin:0;
  overflow:hidden;
  background:#fff;
  border:3px solid var(--dfx-black);
  box-shadow:10px 10px 0 rgba(8,8,8,.95);
}

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

.dfx-float figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:10px 12px;
  background:rgba(8,8,8,.88);
  color:#fff;
  font-size:12px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-float-01{
  left:0;
  top:0;
  width:270px;
  height:190px;
}

.dfx-float-02{
  left:42px;
  bottom:28px;
  width:250px;
  height:270px;
}

.dfx-float-02 img{
  object-position:top center;
}

.dfx-float-03{
  right:70px;
  bottom:0;
  width:310px;
  height:210px;
}

.dfx-strip{
  background:var(--dfx-black);
  color:#fff;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  border-top:1px solid var(--dfx-black);
  border-bottom:1px solid var(--dfx-black);
}

.dfx-strip p{
  margin:0;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-strip p:nth-child(2n){
  color:var(--dfx-mint);
}

.dfx-section{
  width:min(1240px, calc(100% - 72px));
  margin:0 auto;
  padding:92px 0;
}

.dfx-section h2{
  margin:0;
  color:var(--dfx-black);
  font-size:clamp(36px, 4.3vw, 64px);
  line-height:1.16;
  font-weight:1000;
  letter-spacing:0;
}

.dfx-section h2 span,
.dfx-target h2 span{
  display:block;
}

.dfx-split h2 span,
.dfx-target h2 span{
  white-space:nowrap;
}

.dfx-split h2{
  font-size:44px;
}

.dfx-section-head{
  max-width:940px;
  margin-bottom:36px;
}

.dfx-section-head > p:not(.dfx-label),
.dfx-copy-block p{
  margin:20px 0 0;
  color:#222a31;
  font-size:18px;
  line-height:1.9;
  font-weight:750;
}

.dfx-split{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(420px, 1.1fr);
  gap:70px;
  align-items:start;
}

.dfx-copy-block{
  padding-left:30px;
  border-left:8px solid var(--dfx-mint);
}

.dfx-principles{
  margin-top:28px;
  display:grid;
  gap:0;
  border-top:1px solid var(--dfx-line);
}

.dfx-principles article{
  padding:18px 0;
  border-bottom:1px solid var(--dfx-line);
}

.dfx-principles span{
  display:block;
  color:var(--dfx-pink);
  font-size:22px;
  line-height:1;
  font-weight:1000;
}

.dfx-principles h3{
  margin:8px 0 0;
  color:var(--dfx-black);
  font-size:21px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-principles p{
  margin:8px 0 0;
  color:#26313a;
  font-size:15px;
  line-height:1.8;
  font-weight:750;
}

.dfx-important{
  margin-top:22px;
  padding:22px 24px;
  background:#f4f7f8;
  border-left:6px solid var(--dfx-black);
}

.dfx-important h3{
  margin:0;
  color:var(--dfx-black);
  font-size:20px;
  line-height:1.4;
  font-weight:1000;
}

.dfx-important p{
  margin:10px 0 0;
  color:#222a31;
  font-size:15px;
  line-height:1.85;
  font-weight:750;
}

.dfx-growth{
  width:100%;
  max-width:none;
  padding:96px max(36px, calc((100vw - 1240px) / 2));
  background:var(--dfx-bg);
}

.dfx-growth-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:0;
  border:3px solid var(--dfx-black);
  background:#fff;
}

.dfx-growth-grid article{
  min-height:320px;
  padding:36px;
  border-right:3px solid var(--dfx-black);
}

.dfx-growth-grid article:last-child{
  border-right:0;
}

.dfx-growth-grid span{
  display:block;
  color:var(--dfx-pink);
  font-size:48px;
  line-height:1;
  font-weight:1000;
}

.dfx-growth-grid h3{
  margin:38px 0 0;
  color:var(--dfx-black);
  font-size:28px;
  line-height:1.25;
  font-weight:1000;
}

.dfx-growth-grid p{
  margin:18px 0 0;
  color:#26313a;
  font-size:16px;
  line-height:1.8;
  font-weight:750;
}

.dfx-system-grid{
  display:grid;
  grid-template-columns:1.04fr 1fr 1fr;
  gap:22px;
}

.dfx-system-grid figure,
.dfx-activity-grid figure{
  margin:0;
  background:#fff;
  border:3px solid var(--dfx-black);
  overflow:hidden;
}

.dfx-system-grid img{
  width:100%;
  height:430px;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.dfx-system-grid figcaption,
.dfx-activity-grid figcaption{
  padding:18px 20px;
  border-top:3px solid var(--dfx-black);
  color:var(--dfx-black);
  font-size:16px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-system-grid figcaption strong{
  display:block;
  color:var(--dfx-black);
  font-size:16px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-system-grid figcaption span{
  display:block;
  margin-top:8px;
  color:#38424b;
  font-size:14px;
  line-height:1.65;
  font-weight:800;
}

.dfx-activity{
  width:100%;
  max-width:none;
  padding:96px max(36px, calc((100vw - 1240px) / 2));
  background:var(--dfx-black);
  color:#fff;
}

.dfx-activity .dfx-label,
.dfx-activity h2{
  color:#fff;
}

.dfx-activity .dfx-label{
  color:var(--dfx-mint);
}

.dfx-activity-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.dfx-activity-grid figure{
  background:#111;
  border-color:#fff;
}

.dfx-activity-grid .dfx-wide{
  grid-row:auto;
}

.dfx-activity-grid img{
  width:100%;
  height:320px;
  display:block;
  object-fit:cover;
}

.dfx-activity-grid .dfx-wide img{
  height:320px;
}

.dfx-activity-grid figcaption{
  border-color:#fff;
  color:#fff;
}

.dfx-companion{
  width:100%;
  max-width:none;
  padding:96px max(36px, calc((100vw - 1240px) / 2));
  background:#fff;
}

.dfx-companion-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  gap:22px;
}

.dfx-companion-grid figure{
  margin:0;
  overflow:hidden;
  border:3px solid var(--dfx-black);
  background:#fff;
}

.dfx-companion-grid img{
  width:100%;
  height:360px;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.dfx-companion-grid figcaption{
  min-height:122px;
  padding:18px 20px;
  border-top:3px solid var(--dfx-black);
}

.dfx-companion-grid figcaption strong{
  display:block;
  color:var(--dfx-black);
  font-size:16px;
  line-height:1.45;
  font-weight:1000;
}

.dfx-companion-grid figcaption span{
  display:block;
  margin-top:8px;
  color:#38424b;
  font-size:14px;
  line-height:1.65;
  font-weight:800;
}

.dfx-targets{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.dfx-target{
  min-height:510px;
  padding:42px;
  border:3px solid var(--dfx-black);
  background:#fff;
}

.dfx-target-dark{
  background:var(--dfx-black);
  color:#fff;
}

.dfx-target-dark h2,
.dfx-target-dark .dfx-label{
  color:#fff;
}

.dfx-target h2{
  margin:0;
  font-size:38px;
  line-height:1.18;
  font-weight:1000;
}

.dfx-target ul{
  margin:28px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:15px;
}

.dfx-target li{
  position:relative;
  padding-left:22px;
  font-size:17px;
  line-height:1.75;
  font-weight:800;
}

.dfx-target-lead{
  margin:22px 0 0;
  font-size:16px;
  line-height:1.8;
  font-weight:800;
}

.dfx-target li strong{
  display:block;
  margin-bottom:4px;
  font-weight:1000;
}

.dfx-target li:before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:9px;
  height:9px;
  background:var(--dfx-mint);
}

.dfx-target-dark .dfx-btn-primary{
  background:#fff;
  color:var(--dfx-black) !important;
  border-color:#fff;
}

.dfx-contract-note{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid var(--dfx-line);
}

.dfx-contract-note h3{
  margin:0;
  color:var(--dfx-black);
  font-size:22px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-contract-note p{
  margin:10px 0 0;
  color:#26313a;
  font-size:15px;
  line-height:1.85;
  font-weight:800;
}

.dfx-head-row{
  max-width:none;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:end;
}

.dfx-text-link{
  padding:13px 0;
  color:var(--dfx-black);
  text-decoration:none;
  border-bottom:3px solid var(--dfx-mint);
  font-size:15px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-creator-link{
  display:grid;
  grid-template-columns:minmax(0, .8fr) minmax(360px, 1.2fr);
  gap:34px;
  align-items:center;
  padding:28px;
  border:3px solid var(--dfx-black);
  color:var(--dfx-black);
  text-decoration:none;
  background:#fff;
  box-shadow:12px 12px 0 var(--dfx-mint);
}

.dfx-creator-link img{
  width:100%;
  height:310px;
  object-fit:cover;
  display:block;
}

.dfx-creator-link span{
  color:var(--dfx-mint-dark);
  font-size:13px;
  font-weight:1000;
}

.dfx-creator-link strong{
  display:block;
  margin-top:14px;
  font-size:34px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-managers{
  width:100%;
  max-width:none;
  padding:96px max(36px, calc((100vw - 1240px) / 2));
  background:var(--dfx-bg);
}

.dfx-manager-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.dfx-manager-grid article{
  background:#fff;
  border:3px solid var(--dfx-black);
}

.dfx-manager-grid img{
  width:100%;
  height:350px;
  object-fit:cover;
  display:block;
}

.dfx-manager-grid p{
  margin:22px 22px 0;
  color:var(--dfx-mint-dark);
  font-size:12px;
  font-weight:1000;
}

.dfx-manager-grid h3{
  margin:8px 22px 24px;
  color:var(--dfx-black);
  font-size:26px;
  line-height:1.3;
  font-weight:1000;
}

.dfx-news-list{
  border-top:3px solid var(--dfx-black);
}

.dfx-news-list a,
.dfx-news-item{
  display:grid;
  grid-template-columns:150px minmax(0, 1fr);
  gap:24px;
  padding:24px 0;
  border-bottom:1px solid var(--dfx-line);
  color:var(--dfx-black);
  text-decoration:none;
}

.dfx-news-list time{
  color:var(--dfx-mint-dark);
  font-size:14px;
  font-weight:1000;
}

.dfx-news-list strong{
  font-size:18px;
  line-height:1.6;
  font-weight:900;
}

.dfx-empty{
  padding:28px;
  background:var(--dfx-bg);
  color:var(--dfx-muted);
  font-weight:800;
}

.dfx-company{
  display:grid;
  grid-template-columns:360px minmax(0, 1fr);
  gap:60px;
  border-top:3px solid var(--dfx-black);
}

.dfx-company dl{
  margin:0;
}

.dfx-company dl div{
  display:grid;
  grid-template-columns:160px minmax(0, 1fr);
  gap:24px;
  padding:18px 0;
  border-bottom:1px solid var(--dfx-line);
}

.dfx-company dt{
  color:var(--dfx-muted);
  font-size:14px;
  font-weight:1000;
}

.dfx-company dd{
  margin:0;
  color:var(--dfx-black);
  font-size:16px;
  line-height:1.7;
  font-weight:850;
}

.dfx-final-cta{
  padding:86px max(36px, calc((100vw - 1240px) / 2));
  background:var(--dfx-black);
  color:#fff;
}

.dfx-final-cta .dfx-label{
  color:var(--dfx-mint);
}

.dfx-final-cta h2{
  max-width:920px;
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4vw, 60px);
  line-height:1.18;
  font-weight:1000;
}

.dfx-final-cta .dfx-btn-outline{
  background:transparent;
  color:#fff;
  border-color:#fff;
}

.dfx-contact-hero{
  width:min(1240px, calc(100% - 72px));
  margin:0 auto;
  padding:92px 0 70px;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 420px;
  gap:56px;
  align-items:end;
  border-bottom:3px solid var(--dfx-black);
}

.dfx-contact-hero h1{
  max-width:760px;
  margin:0;
  color:var(--dfx-black);
  font-size:clamp(44px, 4.6vw, 64px);
  line-height:1.08;
  font-weight:1000;
  white-space:nowrap;
}

.dfx-contact-hero h1 span{
  white-space:nowrap;
}

.dfx-contact-hero p:not(.dfx-label){
  max-width:800px;
  margin:28px 0 0;
  color:#1d2329;
  font-size:18px;
  line-height:1.9;
  font-weight:800;
}

.dfx-contact-hero ul{
  margin:0;
  padding:26px;
  list-style:none;
  display:grid;
  gap:14px;
  background:var(--dfx-black);
  color:#fff;
}

.dfx-contact-hero li{
  position:relative;
  padding-left:22px;
  font-size:16px;
  line-height:1.6;
  font-weight:900;
}

.dfx-contact-hero li:before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:9px;
  height:9px;
  background:var(--dfx-mint);
}

.dfx-contact-main{
  width:min(1240px, calc(100% - 72px));
  margin:0 auto;
  padding:74px 0 92px;
  display:grid;
  grid-template-columns:410px minmax(0, 1fr);
  gap:28px;
}

.dfx-contact-line,
.dfx-contact-form-card{
  border:3px solid var(--dfx-black);
  background:#fff;
  padding:34px;
}

.dfx-contact-line{
  background:var(--dfx-black);
  color:#fff;
}

.dfx-contact-line .dfx-label{
  color:var(--dfx-mint);
}

.dfx-contact-line h2,
.dfx-contact-form-card h2{
  margin:0;
  font-size:34px;
  line-height:1.22;
  font-weight:1000;
}

.dfx-contact-line h2{
  color:#fff !important;
  font-size:26px;
}

.dfx-contact-line p:not(.dfx-label),
.dfx-contact-form-card p:not(.dfx-label){
  margin:18px 0 0;
  font-size:16px;
  line-height:1.8;
  font-weight:800;
}

.dfx-contact-line .dfx-btn{
  margin-top:26px;
}

.dfx-contact-line img{
  display:block;
  width:min(220px, 100%);
  margin:30px auto 0;
  padding:10px;
  background:#fff;
}

.dfx-form-wrap{
  margin-top:28px;
}

.dfx-form-wrap form{
  display:grid;
  gap:18px;
}

.dfx-form-wrap p{
  margin:0;
}

.dfx-form-wrap label{
  display:grid;
  gap:8px;
  color:var(--dfx-black);
  font-size:14px;
  line-height:1.5;
  font-weight:900;
}

.dfx-form-wrap input,
.dfx-form-wrap select,
.dfx-form-wrap textarea{
  width:100%;
  min-height:54px;
  padding:14px 16px;
  border:2px solid var(--dfx-black);
  border-radius:0;
  background:#fff;
  color:var(--dfx-black);
  font-size:16px;
  font-weight:800;
}

.dfx-form-wrap textarea{
  min-height:190px;
  resize:vertical;
}

.dfx-form-wrap input[type="submit"],
.dfx-form-wrap button[type="submit"]{
  width:auto;
  min-width:260px;
  min-height:58px;
  padding:16px 24px;
  border:2px solid var(--dfx-black);
  background:var(--dfx-black);
  color:#fff;
  border-radius:0;
  font-size:15px;
  font-weight:1000;
  cursor:pointer;
  box-shadow:8px 8px 0 var(--dfx-mint);
}

.dfx-contact-return{
  margin-top:0;
}

body:has(.dfx-home) .footer{
  background:#050505;
  color:#fff;
  border-top:0;
}

body:has(.dfx-home) .footer:before{
  background:linear-gradient(90deg, transparent, var(--dfx-mint), transparent);
}

body:has(.dfx-home) .footer-lead,
body:has(.dfx-home) .footer-company,
body:has(.dfx-home) .footer-sub a,
body:has(.dfx-home) .copy{
  color:rgba(255,255,255,.72);
}

body:has(.dfx-home) .footer-links a,
body:has(.dfx-home) .footer-social .social-icon-link{
  background:#111;
  border-color:rgba(255,255,255,.18);
  color:#fff;
}

body:has(.dfx-home) .footer-sub{
  border-top-color:rgba(255,255,255,.18);
}

body:has(.dfx-home) .footer-logo img{
  filter:invert(1) brightness(1.8) contrast(.82);
}

@media screen and (max-width:1100px){
  .dfx-hero{
    grid-template-columns:1fr;
  }

  .dfx-hero-visual{
    min-height:620px;
  }

  .dfx-split,
  .dfx-company{
    grid-template-columns:1fr;
  }

  .dfx-system-grid,
  .dfx-growth-grid,
  .dfx-companion-grid,
  .dfx-targets,
  .dfx-manager-grid{
    grid-template-columns:1fr;
  }

  .dfx-growth-grid article{
    border-right:0;
    border-bottom:3px solid var(--dfx-black);
  }

  .dfx-growth-grid article:last-child{
    border-bottom:0;
  }
}

@media screen and (max-width:900px){
  body:has(.dfx-home) .site-header{
    height:72px;
    padding:0 20px;
  }

  body:has(.dfx-home) .logo{
    width:126px;
  }

  body:has(.dfx-home) .menu{
    background:var(--dfx-black);
  }

  .dfx-hero{
    width:calc(100% - 40px);
    min-height:0;
    padding:44px 0 54px;
    gap:34px;
  }

  .dfx-hero h1{
    font-size:38px;
    line-height:1.08;
  }

  .dfx-lead{
    font-size:16px;
    line-height:1.85;
  }

  .dfx-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .dfx-btn{
    width:100%;
    min-height:56px;
  }

  .dfx-hero-visual{
    min-height:570px;
  }

  .dfx-hero-main{
    top:0;
    width:100%;
    height:330px;
    box-shadow:8px 8px 0 var(--dfx-black);
  }

  .dfx-float{
    box-shadow:6px 6px 0 var(--dfx-black);
  }

  .dfx-float-01{
    left:0;
    top:356px;
    width:47%;
    height:150px;
  }

  .dfx-float-02{
    left:53%;
    bottom:22px;
    width:47%;
    height:190px;
  }

  .dfx-float-03{
    right:auto;
    left:0;
    bottom:0;
    width:47%;
    height:130px;
  }

  .dfx-strip{
    display:none;
  }

  .dfx-strip p{
    min-height:68px;
    font-size:15px;
  }

  .dfx-section{
    width:calc(100% - 40px);
    padding:62px 0;
  }

  .dfx-section h2{
    font-size:34px;
    line-height:1.22;
  }

  .dfx-copy-block{
    padding-left:20px;
    border-left-width:6px;
  }

  .dfx-growth,
  .dfx-activity,
  .dfx-companion,
  .dfx-managers,
  .dfx-final-cta{
    padding:62px 20px;
  }

  .dfx-growth-grid article,
  .dfx-target{
    min-height:0;
    padding:28px 22px;
  }

  .dfx-growth-grid h3,
  .dfx-target h2{
    font-size:27px;
  }

  .dfx-split h2{
    font-size:34px;
  }

  .dfx-system-grid{
    gap:18px;
  }

  .dfx-system-grid img{
    height:360px;
  }

  .dfx-activity-grid{
    grid-template-columns:1fr;
  }

  .dfx-activity-grid .dfx-wide{
    grid-row:auto;
  }

  .dfx-activity-grid img,
  .dfx-activity-grid .dfx-wide img{
    height:280px;
  }

  .dfx-companion-grid img{
    height:330px;
  }

  .dfx-head-row{
    display:grid;
    align-items:start;
  }

  .dfx-creator-link{
    grid-template-columns:1fr;
    padding:20px;
    box-shadow:8px 8px 0 var(--dfx-mint);
  }

  .dfx-creator-link img{
    height:230px;
  }

  .dfx-creator-link strong{
    font-size:26px;
  }

  .dfx-manager-grid img{
    height:300px;
  }

  .dfx-news-list a,
  .dfx-news-item,
  .dfx-company dl div{
    grid-template-columns:1fr;
    gap:8px;
  }

  .dfx-contact-hero,
  .dfx-contact-main{
    width:calc(100% - 40px);
    grid-template-columns:1fr;
  }

  .dfx-contact-hero{
    padding:54px 0 46px;
    gap:30px;
  }

  .dfx-contact-hero h1{
    font-size:38px;
    white-space:normal;
  }

  .dfx-contact-hero h1 span{
    display:block;
  }

  .dfx-contact-main{
    padding:44px 0 62px;
  }

  .dfx-contact-line,
  .dfx-contact-form-card{
    padding:26px 22px;
  }

  .dfx-contact-line h2,
  .dfx-contact-form-card h2{
    font-size:27px;
  }

  .dfx-contact-line h2{
    font-size:24px;
  }
}

@media screen and (max-width:520px){
  .dfx-hero h1{
    font-size:31px;
  }

  .dfx-label{
    font-size:11px;
  }

  .dfx-hero-visual{
    min-height:540px;
  }

  .dfx-hero-main{
    height:300px;
  }

  .dfx-float-01{
    top:324px;
  }

  .dfx-system-grid img{
    height:320px;
  }

  .dfx-activity-grid img,
  .dfx-activity-grid .dfx-wide img{
    height:240px;
  }
}

/* =========================
   DFX STRUCTURE FIX 20260711
========================= */
.dfx-hero{
  width:min(1320px, calc(100% - 64px));
  min-height:0;
  padding:78px 0 82px;
  grid-template-columns:minmax(0, .92fr) minmax(520px, .98fr);
  gap:64px;
}

.dfx-hero:before{
  inset:auto 0 24px 0;
  height:180px;
  background:linear-gradient(90deg, rgba(33,214,195,.14), rgba(255,61,127,.08), rgba(36,91,255,.10));
  opacity:.7;
}

.dfx-hero-copy{
  padding-top:6px;
}

.dfx-hero-visual{
  display:block;
  min-height:0;
}

.dfx-hero-main{
  position:relative;
  top:auto;
  right:auto;
  width:100%;
  height:auto;
  aspect-ratio:16 / 10;
  box-shadow:10px 10px 0 var(--dfx-mint);
}

.dfx-hero-main img{
  object-position:top center;
}

.dfx-hero-main:after{
  background:linear-gradient(0deg, rgba(0,0,0,.68), rgba(0,0,0,.08) 56%, transparent);
}

.dfx-hero-main figcaption{
  left:20px;
  right:auto;
  top:auto;
  bottom:20px;
  max-width:min(360px, calc(100% - 40px));
}

.dfx-hero-secondary{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:22px;
}

.dfx-hero-secondary figure{
  min-width:0;
  margin:0;
  overflow:hidden;
  border:3px solid var(--dfx-black);
  background:#fff;
}

.dfx-hero-secondary img{
  width:100%;
  height:138px;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.dfx-hero-secondary figcaption{
  min-height:54px;
  padding:12px 13px;
  border-top:3px solid var(--dfx-black);
  background:#fff;
  color:var(--dfx-black);
  font-size:13px;
  line-height:1.35;
  font-weight:1000;
  word-break:keep-all;
}

.dfx-strip p{
  min-height:72px;
  font-size:16px;
}

.dfx-section{
  padding:84px 0;
}

.dfx-section h2{
  font-size:clamp(34px, 3.35vw, 54px);
  line-height:1.17;
}

.dfx-split h2{
  font-size:42px;
}

.dfx-growth{
  padding-top:86px;
  padding-bottom:86px;
}

.dfx-growth,
.dfx-activity,
.dfx-companion,
.dfx-managers{
  padding-left:max(36px, calc((100vw - 1240px) / 2));
  padding-right:max(36px, calc((100vw - 1240px) / 2));
}

.dfx-growth-grid article{
  min-height:260px;
  padding:32px;
}

.dfx-growth-grid h3{
  margin-top:30px;
  font-size:25px;
}

.dfx-targets{
  align-items:stretch;
}

.dfx-target{
  min-height:0;
  padding:36px;
}

.dfx-target h2{
  font-size:34px;
}

.dfx-target ul{
  gap:12px;
}

.dfx-target li{
  font-size:15.5px;
  line-height:1.72;
}

.dfx-system-grid img{
  height:390px;
}

.dfx-activity{
  padding-top:86px;
  padding-bottom:86px;
}

.dfx-activity-grid img,
.dfx-activity-grid .dfx-wide img{
  height:300px;
}

.dfx-activity-grid figcaption{
  font-size:14px;
  line-height:1.45;
  word-break:keep-all;
}

.dfx-companion{
  padding-top:86px;
  padding-bottom:86px;
}

.dfx-companion-grid img{
  height:330px;
}

.dfx-creator-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.dfx-creator-card{
  display:grid;
  grid-template-rows:auto 1fr;
  min-width:0;
  border:3px solid var(--dfx-black);
  background:#fff;
  color:var(--dfx-black);
  text-decoration:none;
}

.dfx-creator-thumb{
  aspect-ratio:4 / 5;
  border-bottom:3px solid var(--dfx-black);
  background:#f4f7f8;
  overflow:hidden;
}

.dfx-creator-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:top center;
}

.dfx-creator-thumb img[src*="logo.png"]{
  object-fit:contain;
  padding:34px;
}

.dfx-creator-meta{
  padding:20px;
}

.dfx-creator-meta span{
  color:var(--dfx-mint-dark);
  font-size:12px;
  line-height:1.35;
  font-weight:1000;
  letter-spacing:.08em;
}

.dfx-creator-meta h3{
  margin:8px 0 0;
  color:var(--dfx-black);
  font-size:24px;
  line-height:1.35;
  font-weight:1000;
}

.dfx-creator-meta p{
  margin:12px 0 0;
  color:#38424b;
  font-size:14px;
  line-height:1.75;
  font-weight:750;
}

body:has(.dfx-home) .footer{
  padding:64px max(36px, calc((100vw - 1240px) / 2)) 72px;
}

body:has(.dfx-home) .footer-inner{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px, .75fr) minmax(0, 1.25fr);
  gap:48px;
  align-items:start;
}

body:has(.dfx-home) .footer-links{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
}

body:has(.dfx-home) .footer-sub{
  grid-column:1 / -1;
}

.dfx-contact-hero{
  padding-top:78px;
  padding-bottom:58px;
  gap:44px;
}

.dfx-contact-hero ul{
  grid-template-columns:1fr;
  padding:24px;
}

.dfx-contact-main{
  padding-top:58px;
  grid-template-columns:360px minmax(0, 1fr);
}

.dfx-contact-line,
.dfx-contact-form-card{
  padding:30px;
}

@media screen and (max-width:1100px){
  .dfx-hero{
    grid-template-columns:1fr;
    max-width:820px;
  }

  .dfx-hero-secondary img{
    height:160px;
  }
}

@media screen and (max-width:900px){
  .dfx-hero{
    width:calc(100% - 40px);
    padding:42px 0 54px;
    gap:26px;
  }

  .dfx-hero h1{
    font-size:38px;
  }

  .dfx-hero-main{
    height:auto;
    aspect-ratio:1 / .88;
    box-shadow:7px 7px 0 var(--dfx-mint);
  }

  .dfx-hero-main figcaption{
    left:14px;
    bottom:14px;
    max-width:calc(100% - 28px);
    padding:12px 13px;
    font-size:14px;
  }

  .dfx-hero-secondary{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:16px;
  }

  .dfx-hero-secondary figure{
    display:grid;
    grid-template-columns:118px minmax(0, 1fr);
  }

  .dfx-hero-secondary img{
    height:92px;
    border-right:3px solid var(--dfx-black);
  }

  .dfx-hero-secondary figcaption{
    min-height:92px;
    padding:12px;
    border-top:0;
    display:flex;
    align-items:center;
  }

  .dfx-strip{
    grid-template-columns:1fr 1fr;
  }

  .dfx-strip p{
    min-height:60px;
    padding:0 10px;
    font-size:14px;
  }

  .dfx-section{
    width:calc(100% - 40px);
    padding:58px 0;
  }

  .dfx-section h2,
  .dfx-split h2{
    font-size:31px;
  }

  .dfx-section-head{
    margin-bottom:26px;
  }

  .dfx-section-head > p:not(.dfx-label),
  .dfx-copy-block p{
    font-size:15px;
    line-height:1.85;
  }

  .dfx-growth,
  .dfx-activity,
  .dfx-companion,
  .dfx-managers,
  .dfx-final-cta{
    padding:58px 20px;
  }

  .dfx-growth-grid article{
    padding:24px 20px;
  }

  .dfx-growth-grid span{
    font-size:38px;
  }

  .dfx-growth-grid h3,
  .dfx-target h2{
    font-size:25px;
  }

  .dfx-target{
    padding:26px 22px;
  }

  .dfx-target h2 span,
  .dfx-split h2 span{
    white-space:normal;
  }

  .dfx-system-grid img{
    height:auto;
    max-height:none;
  }

  .dfx-activity-grid img,
  .dfx-activity-grid .dfx-wide img,
  .dfx-companion-grid img{
    height:auto;
  }

  .dfx-creator-cards{
    grid-template-columns:1fr;
    gap:16px;
  }

  .dfx-creator-card{
    grid-template-columns:120px minmax(0, 1fr);
    grid-template-rows:auto;
  }

  .dfx-creator-thumb{
    height:100%;
    min-height:148px;
    aspect-ratio:auto;
    border-right:3px solid var(--dfx-black);
    border-bottom:0;
  }

  .dfx-creator-meta{
    padding:16px;
  }

  .dfx-creator-meta h3{
    font-size:21px;
  }

  body:has(.dfx-home) .footer{
    padding:50px 20px 58px;
  }

  body:has(.dfx-home) .footer-inner{
    grid-template-columns:1fr;
    gap:28px;
  }

  body:has(.dfx-home) .footer-sub{
    grid-column:auto;
  }

  .dfx-contact-main{
    grid-template-columns:1fr;
    padding-top:44px;
  }
}

@media screen and (max-width:520px){
  .dfx-hero h1{
    font-size:31px;
  }

  .dfx-hero-main{
    aspect-ratio:1 / .92;
  }

  .dfx-creator-card{
    grid-template-columns:104px minmax(0, 1fr);
  }

  .dfx-creator-meta p{
    font-size:13px;
  }
}

/* =========================
   DFX SECTION ROLE FIX 20260711
========================= */
.dfx-about-photo{
  margin:34px 0 0;
  overflow:hidden;
  border:3px solid var(--dfx-black);
  background:#fff;
  box-shadow:8px 8px 0 var(--dfx-mint);
}

.dfx-about-photo img{
  display:block;
  width:100%;
  aspect-ratio:16 / 10;
  height:auto;
  object-fit:cover;
  object-position:center center;
}

.dfx-about-photo img[src*="page2_block01"]{
  object-position:top center;
}

.dfx-hero-main img[src*="page2_block01"]{
  object-position:center 54%;
}

.dfx-about .dfx-copy-block p + p{
  margin-top:14px;
}

.dfx-growth-media-grid article{
  min-height:0;
  padding:0;
  display:flex;
  flex-direction:column;
}

.dfx-growth-media-grid figure{
  margin:0;
  border-bottom:3px solid var(--dfx-black);
  background:#f4f7f8;
  overflow:hidden;
}

.dfx-growth-media-grid figure img{
  display:block;
  width:100%;
  height:214px;
  object-fit:cover;
  object-position:top center;
}

.dfx-growth-media-grid article > span{
  padding:28px 32px 0;
}

.dfx-growth-media-grid h3{
  margin:24px 32px 0;
}

.dfx-growth-media-grid p{
  margin:16px 32px 32px;
}

.dfx-system-grid-wide{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.dfx-system-grid-wide img{
  height:340px;
}

.dfx-manager-grid h3{
  margin-bottom:12px;
}

.dfx-manager-note{
  margin:0 22px 24px;
  color:#38424b;
  font-size:14px;
  line-height:1.75;
  font-weight:750;
}

.dfx-creator-support{
  width:100%;
  max-width:none;
  padding:86px max(36px, calc((100vw - 1240px) / 2));
  background:var(--dfx-bg);
}

.dfx-creator-support .dfx-section-head,
.dfx-creator-support-layout{
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
}

.dfx-creator-support-layout{
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
  gap:24px;
  align-items:stretch;
}

.dfx-creator-support .dfx-target{
  min-height:0;
}

.dfx-creator-support-media{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.dfx-creator-support-media figure{
  margin:0;
  overflow:hidden;
  border:3px solid var(--dfx-black);
  background:#fff;
}

.dfx-creator-support-media .dfx-wide{
  grid-row:span 2;
}

.dfx-creator-support-media img{
  display:block;
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:center center;
}

.dfx-creator-support-media .dfx-wide img{
  height:100%;
  min-height:438px;
}

.dfx-creator-support-media figcaption{
  padding:14px 16px;
  border-top:3px solid var(--dfx-black);
  color:var(--dfx-black);
  font-size:14px;
  line-height:1.45;
  font-weight:1000;
}

.dfx-production{
  border-top:3px solid var(--dfx-black);
}

.dfx-production-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, 430px);
  gap:48px;
  align-items:start;
}

.dfx-production-list{
  margin:28px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.dfx-production-list li{
  position:relative;
  padding-left:22px;
  color:#26313a;
  font-size:16px;
  line-height:1.75;
  font-weight:850;
}

.dfx-production-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.78em;
  width:9px;
  height:9px;
  background:var(--dfx-mint);
}

.dfx-production .dfx-contract-note{
  border-top:3px solid var(--dfx-black);
}

.dfx-production .dfx-contract-note p + p{
  margin-top:6px;
}

.dfx-production .dfx-hero-actions{
  margin-top:26px;
}

.dfx-production-visual{
  margin:0;
  overflow:hidden;
  border:3px solid var(--dfx-black);
  background:#fff;
  box-shadow:10px 10px 0 var(--dfx-mint);
}

.dfx-production-visual img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:top center;
}

.dfx-production-visual figcaption{
  padding:16px 18px;
  border-top:3px solid var(--dfx-black);
  color:var(--dfx-black);
  font-size:15px;
  line-height:1.45;
  font-weight:1000;
}

.dfx-creator-tags{
  color:#38424b;
  font-weight:850;
}

.dfx-creator-platforms{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.dfx-creator-platforms em{
  padding:6px 9px;
  background:#effafa;
  border:1px solid rgba(33,214,195,.45);
  color:#063b38;
  font-style:normal;
  font-size:11px;
  line-height:1;
  font-weight:1000;
}

.dfx-final-copy{
  max-width:860px;
  margin:24px 0 0;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.9;
  font-weight:800;
}

@media screen and (max-width:1100px){
  .dfx-system-grid-wide{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dfx-creator-support-layout,
  .dfx-production-layout{
    grid-template-columns:1fr;
  }

  .dfx-production-visual{
    max-width:640px;
  }
}

@media screen and (max-width:900px){
  .dfx-growth-media-grid figure img{
    height:190px;
  }

  .dfx-growth-media-grid article > span{
    padding:24px 20px 0;
  }

  .dfx-growth-media-grid h3{
    margin:20px 20px 0;
  }

  .dfx-growth-media-grid p{
    margin:14px 20px 24px;
  }

  .dfx-system-grid-wide{
    grid-template-columns:1fr;
  }

  .dfx-system-grid-wide img{
    height:auto;
  }

  .dfx-creator-support{
    padding:58px 20px;
  }

  .dfx-creator-support-media{
    grid-template-columns:1fr;
    gap:14px;
  }

  .dfx-creator-support-media .dfx-wide{
    grid-row:auto;
  }

  .dfx-creator-support-media img,
  .dfx-creator-support-media .dfx-wide img{
    height:auto;
    min-height:0;
  }

  .dfx-production-layout{
    gap:28px;
  }

  .dfx-production-list li{
    font-size:15px;
  }

  .dfx-production-visual img{
    height:auto;
  }

  .dfx-final-copy{
    font-size:15px;
  }
}

@media screen and (max-width:520px){
  .dfx-about-photo{
    margin-top:24px;
    box-shadow:6px 6px 0 var(--dfx-mint);
  }

  .dfx-growth-media-grid figure img{
    height:168px;
  }

  .dfx-creator-platforms{
    gap:6px;
  }

  .dfx-creator-platforms em{
    font-size:10px;
  }
}

/* =========================
   DFX MOBILE MENU CSS REDESIGN
========================= */
.global-menu{
  --dfx-menu-black:#080808;
  --dfx-menu-ink:#141414;
  --dfx-menu-mint:#21d6c3;
  --dfx-menu-mint-dark:#079988;
  --dfx-menu-pink:#ff3d7f;
  --dfx-menu-blue:#245bff;
  --dfx-menu-bg:#f4f7f8;
}

.global-menu-overlay{
  background:var(--dfx-menu-black);
}

.global-menu-panel{
  background:
    radial-gradient(circle at 18% 0%, rgba(33,214,195,.18), transparent 34%),
    linear-gradient(180deg, #101010 0%, #080808 100%);
  color:#fff;
  overflow-y:auto;
  touch-action:pan-y;
  -webkit-overflow-scrolling:touch;
}

.global-menu-bg,
.global-menu-title img,
.global-menu-close img,
.global-menu-tagline img{
  display:none !important;
}

.global-menu-header{
  max-width:560px;
  padding:
    calc(env(safe-area-inset-top, 0px) + 18px)
    22px
    14px;
}

.global-menu-title{
  display:flex;
  align-items:center;
  min-height:46px;
  line-height:1;
}

.global-menu-title:before{
  content:"MENU";
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:2px solid var(--dfx-menu-mint);
  background:var(--dfx-menu-mint);
  color:var(--dfx-menu-black);
  font-size:13px;
  font-weight:1000;
  letter-spacing:.08em;
}

.global-menu-title:after{
  content:"ドリームファクトリー";
  margin-left:12px;
  color:#fff;
  font-size:15px;
  line-height:1;
  font-weight:1000;
  letter-spacing:0;
}

.global-menu-close{
  position:relative;
  width:46px;
  height:46px;
  border:2px solid rgba(255,255,255,.92);
  background:#fff;
  box-shadow:6px 6px 0 var(--dfx-menu-mint);
}

.global-menu-close:before,
.global-menu-close:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:22px;
  height:3px;
  border-radius:999px;
  background:var(--dfx-menu-black);
  transform:translate(-50%, -50%) rotate(45deg);
}

.global-menu-close:after{
  transform:translate(-50%, -50%) rotate(-45deg);
}

.global-menu-body{
  max-width:560px;
  padding:
    12px
    22px
    max(26px, env(safe-area-inset-bottom, 0px));
  overflow:visible;
}

.global-menu-body:before{
  content:"クリエイターの活動を、\A次のステージへ。";
  display:block;
  margin:2px 0 18px;
  color:#fff;
  font-size:27px;
  line-height:1.2;
  font-weight:1000;
  letter-spacing:0;
  white-space:pre-line;
}

.global-menu-links{
  width:100%;
  gap:9px;
}

.global-menu-links .global-menu-link:first-child{
  margin-top:0;
}

.global-menu-text-link{
  justify-content:space-between;
  min-height:54px;
  margin:0;
  padding:0 16px 0 18px;
  border:2px solid var(--dfx-menu-black);
  border-radius:0;
  background:#fff;
  color:var(--dfx-menu-black);
  font-size:15px;
  line-height:1.25;
  font-weight:1000;
  letter-spacing:0;
  box-shadow:5px 5px 0 rgba(8,8,8,.18);
}

.global-menu-text-link:before{
  content:"";
  width:8px;
  height:8px;
  margin-right:12px;
  flex:0 0 auto;
  background:var(--dfx-menu-mint);
}

.global-menu-text-link:after{
  content:"";
  width:9px;
  height:9px;
  margin-left:auto;
  border-top:2px solid var(--dfx-menu-black);
  border-right:2px solid var(--dfx-menu-black);
  transform:rotate(45deg);
}

.global-menu-line-cta{
  min-height:58px;
  margin-top:16px;
  border-color:var(--dfx-menu-black);
  background:var(--dfx-menu-black);
  color:#fff;
  box-shadow:7px 7px 0 var(--dfx-menu-mint);
}

.global-menu-line-cta:before{
  background:var(--dfx-menu-mint);
}

.global-menu-line-cta:after{
  border-color:#fff;
}

.global-menu-tagline{
  width:100%;
  margin:22px 0 0;
  padding:14px 0 0;
  border-top:2px solid rgba(255,255,255,.16);
  color:#fff;
  line-height:1.7;
}

.global-menu-tagline:before{
  content:"TikTok LIVE・Pocochaを中心に、動画投稿からLIVE、ファン形成、収益化までを支援します。";
  display:block;
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:850;
  letter-spacing:0;
}

@media screen and (max-width:520px){
  .global-menu-header{
    padding-left:20px;
    padding-right:20px;
  }

  .global-menu-body{
    padding-left:20px;
    padding-right:20px;
  }

  .global-menu-body:before{
    font-size:24px;
  }

  .global-menu-text-link{
    min-height:51px;
    font-size:14px;
  }
}
