/* ======================================
   Next Meme. / Meme Parade
   PDF忠実版：Meme Parade-4 Home + Meme Parade-3 LP
====================================== */

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

body:has(.nm4-site),
body:has(.mp3-site) {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

body:has(.nm4-site) .entry-title,
body:has(.nm4-site) .page-title,
body:has(.nm4-site) h1.wp-block-post-title,
body:has(.nm4-site) .wp-block-post-title,
body:has(.mp3-site) .entry-title,
body:has(.mp3-site) .page-title,
body:has(.mp3-site) h1.wp-block-post-title,
body:has(.mp3-site) .wp-block-post-title { display: none !important; }

body:has(.nm4-site) .wp-site-blocks,
body:has(.nm4-site) .site,
body:has(.nm4-site) .site-content,
body:has(.nm4-site) .content-area,
body:has(.nm4-site) .site-main,
body:has(.nm4-site) main,
body:has(.nm4-site) article,
body:has(.nm4-site) .entry-content,
body:has(.nm4-site) .wp-block-post-content,
body:has(.mp3-site) .wp-site-blocks,
body:has(.mp3-site) .site,
body:has(.mp3-site) .site-content,
body:has(.mp3-site) .content-area,
body:has(.mp3-site) .site-main,
body:has(.mp3-site) main,
body:has(.mp3-site) article,
body:has(.mp3-site) .entry-content,
body:has(.mp3-site) .wp-block-post-content,
body:has(.nm4-site) .wp-block-html,
body:has(.mp3-site) .wp-block-html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.nm4-site,
.mp3-site {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

.nm4-site *, .nm4-site *::before, .nm4-site *::after,
.mp3-site *, .mp3-site *::before, .mp3-site *::after { box-sizing: border-box; }
.nm4-site img, .mp3-site img { display: block; max-width: 100%; height: auto; }

/* ======================================
   Home / Meme Parade-4
====================================== */

.nm4-site {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  color: #555969;
  background: #fff;
  line-height: 1.8;
}

.nm4-brand-splash {
  width: 100%;
  min-height: clamp(260px, 37vw, 430px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(36px, 6vw, 70px) 24px;
  background: #000;
}

.nm4-brand-splash img {
  width: min(86vw, 850px);
  height: auto;
  object-fit: contain;
}

.nm4-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  min-height: 118px;
  padding: 20px clamp(20px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(85, 89, 105, 0.1);
}

.nm4-logo { flex: 0 0 auto; width: clamp(220px, 25vw, 330px); }
.nm4-logo a { display: block; }
.nm4-logo img { width: 100%; object-fit: contain; }

.nm4-nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.7vw, 28px);
  min-width: 0;
}

.nm4-nav a {
  position: relative;
  color: #555969 !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.nm4-nav a:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: calc(clamp(14px, 1.7vw, 28px) * -0.56);
  top: 0;
  color: #555969;
}

.nm4-nav strong { display: block; font-size: clamp(22px, 2.35vw, 34px); letter-spacing: -0.04em; }
.nm4-nav span { display: block; margin-top: 7px; font-size: clamp(10px, 0.94vw, 15px); font-weight: 700; }
.nm4-nav a::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -11px;
  height: 4px;
  background: transparent;
}
.nm4-nav a.is-active::before,
.nm4-nav a:hover::before { background: #eaff00; }

.nm4-hero { width: 100%; background: #fff; }
.nm4-hero-image { position: relative; width: 100%; height: clamp(560px, 59vw, 760px); overflow: hidden; }
.nm4-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.nm4-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: rgba(0, 25, 45, 0.13);
}
.nm4-hero-overlay h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 15px rgba(0,0,0,0.36);
}
.nm4-hero-overlay p {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.95vw, 39px);
  line-height: 1.3;
  font-weight: 900;
  text-shadow: 0 4px 15px rgba(0,0,0,0.36);
}

.nm4-section { width: 100%; padding: clamp(74px, 8vw, 112px) clamp(22px, 5vw, 70px); background: #fff; }
.nm4-inner { width: min(100%, 1120px); margin: 0 auto; }
.nm4-pc-only { display: inline; }

.nm4-about { background: #a9c2dd; }
.nm4-about-panel { text-align: center; color: #fff; }
.nm4-about-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.32;
  font-weight: 900;
  text-shadow: 3px 3px 0 rgba(240,80,230,.86), -3px -3px 0 rgba(80,255,255,.78);
}
.nm4-about-panel h3 { margin: 0 0 30px; color: #fff; font-size: clamp(22px, 3vw, 38px); font-weight: 800; }
.nm4-about-panel p { margin: 0 auto 28px; max-width: 980px; color: #fff; font-size: clamp(16px, 2vw, 25px); line-height: 1.9; font-weight: 800; }

.nm4-talent-layout {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(260px, 1fr) minmax(240px, 360px);
  gap: clamp(28px, 4.6vw, 58px);
  align-items: center;
}
.nm4-talent-photo img { width: 100%; aspect-ratio: 1 / 1.35; object-fit: cover; object-position: center; }
.nm4-talent-name { margin: 0 0 22px; color: #111; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(58px, 7vw, 96px); line-height: 1.02; font-weight: 400; }
.nm4-profile-history h3, .nm4-profile-detail h3 { margin: 0 0 10px; color: #e46535; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.25; font-weight: 400; }
.nm4-profile-history p, .nm4-profile-detail p { margin: 0 0 6px; color: #555969; font-size: clamp(14px, 1.45vw, 20px); line-height: 1.55; font-weight: 700; }
.nm4-profile-history { align-self: start; padding-top: clamp(10px, 4vw, 60px); }
.nm4-sns-icons { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.nm4-sns-icons a { text-decoration: none !important; line-height: 1; font-weight: 900; font-size: clamp(32px, 4.2vw, 56px); }
.nm4-sns-x { color: #111 !important; font-family: Arial, sans-serif; }
.nm4-sns-instagram { color: #e35080 !important; border: 5px solid #e35080; width: .95em; height: .95em; border-radius: .24em; display: inline-flex; align-items: center; justify-content: center; font-size: clamp(29px, 3.8vw, 50px) !important; }
.nm4-sns-youtube { color: #fff !important; background: #ff0000; width: 1.18em; height: .82em; border-radius: .18em; display: inline-flex; align-items: center; justify-content: center; font-size: clamp(28px, 3.7vw, 48px) !important; }

.nm4-section-title { margin: 0 0 18px; text-align: center; font-size: clamp(34px, 4vw, 52px); line-height: 1.3; color: #555969; }
.nm4-section-lead { margin: 0 0 32px; text-align: center; font-size: clamp(16px, 1.8vw, 24px); font-weight: 700; }
.nm4-audition-card {
  position: relative;
  width: min(100%, 1050px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 56px) clamp(22px, 4vw, 50px);
  display: grid;
  grid-template-columns: minmax(130px, 190px) minmax(0, 1fr) minmax(130px, 190px);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  background: #f5f7f8;
  border-radius: 32px;
  text-align: center;
  overflow: hidden;
}
.nm4-audition-bar { position: absolute; left: 28px; top: 36px; width: 18px; height: 90px; background: #6a6e82; }
.nm4-audition-content { position: relative; z-index: 5; align-self: center; }
.nm4-audition-content h3 { margin: 0 0 26px; color: #111; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.45; font-weight: 900; }
.nm4-audition-content p { margin: 0 auto 20px; max-width: 720px; color: #555969; font-size: clamp(15px, 1.65vw, 21px); line-height: 1.75; font-weight: 700; }
.nm4-gradient-button { display: inline-flex; align-items: center; justify-content: center; min-width: 330px; min-height: 68px; margin-top: 8px; padding: 18px 36px; color: #fff !important; text-decoration: none !important; font-size: clamp(20px, 2.2vw, 30px); font-weight: 900; background: linear-gradient(90deg,#8c5cff,#58dfe9); }
.nm4-audition-side { margin: 0; align-self: end; }
.nm4-audition-side img { width: 100%; max-height: 230px; object-fit: contain; object-position: bottom center; }

.nm4-contact-title { margin: 0 0 24px; color: #555969; font-size: clamp(32px, 4vw, 52px); }
.nm4-contact-form { width: min(100%, 1040px); margin: 0 auto; text-align: left; }
.nm4-footer { padding: 58px 24px 42px; background: #fff; text-align: center; }
.nm4-footer-logo { width: min(100%, 240px); margin: 0 auto 28px; }
.nm4-footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 28px; margin-bottom: 22px; }
.nm4-footer-nav a { color: #555969 !important; text-decoration: none !important; font-size: 14px; font-weight: 900; }
.nm4-footer-copy { margin: 0; color: #555969; font-size: 13px; font-weight: 700; }

/* ======================================
   Meme Parade-3 LP
====================================== */

.mp3-site { font-family: "Oswald", "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif; color: #555969; background: #eef2f7; line-height: 1.8; }
.mp3-brand-splash { min-height: 100svh; display: flex; align-items: center; justify-content: center; padding: 34px; background: #eaddec; }
.mp3-brand-splash img { width: min(82vw, 520px); filter: drop-shadow(16px 18px 0 rgba(0,0,0,.25)); }
.mp3-header { position: sticky; top: 0; z-index: 9999; width: 100%; min-height: 112px; padding: 16px clamp(16px, 3vw, 32px); display: flex; align-items: center; justify-content: space-between; gap: clamp(15px, 2vw, 28px); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(85,89,105,.1); }
.mp3-logo { flex: 0 0 auto; width: clamp(80px, 9.5vw, 132px); }
.mp3-nav { flex: 1; display: flex; align-items: flex-start; justify-content: flex-end; flex-wrap: nowrap; gap: clamp(12px, 1.7vw, 24px); }
.mp3-nav a { position: relative; color: #555969 !important; text-decoration: none !important; text-align: center; font-weight: 900; line-height: 1.12; white-space: nowrap; }
.mp3-nav a:not(:last-child)::after { content: "/"; position: absolute; right: calc(clamp(12px, 1.7vw, 24px) * -0.55); top: 0; color: #555969; }
.mp3-nav strong { display: block; font-size: clamp(18px, 2vw, 28px); }
.mp3-nav span { display: block; margin-top: 6px; font-size: clamp(9px, .9vw, 13px); }
.mp3-nav a::before { content: ""; position: absolute; left: 15%; right: 15%; bottom: -8px; height: 2px; border-bottom: 2px dotted transparent; }
.mp3-nav a.is-active::before, .mp3-nav a:hover::before { border-color: #d5a7c9; }
.mp3-hero { position: relative; width: 100%; min-height: clamp(560px, 78vw, 820px); overflow: hidden; }
.mp3-hero-bg img { width: 100%; height: clamp(560px, 78vw, 820px); object-fit: cover; object-position: center center; }
.mp3-hero-copy { position: absolute; left: 50%; bottom: clamp(42px, 7vw, 88px); transform: translateX(-50%) rotate(-6deg); width: min(92%, 980px); padding: 18px 22px; background: rgba(255,255,255,.62); text-align: center; color: #555969; }
.mp3-hero-copy p, .mp3-hero-copy h1 { margin: 0; color: #555969; font-weight: 900; line-height: 1.5; }
.mp3-hero-copy p { font-size: clamp(18px, 2.2vw, 30px); }
.mp3-hero-copy h1 { font-size: clamp(20px, 2.7vw, 38px); }
.mp3-section { position: relative; width: 100%; min-height: 620px; padding: clamp(70px,8vw,110px) clamp(22px,5vw,70px); background: linear-gradient(90deg,rgba(205,215,225,.28) 1px,transparent 1px), linear-gradient(180deg,rgba(205,215,225,.22) 1px,transparent 1px), #eef2f7; background-size: 72px 72px; }
.mp3-inner { width: min(100%, 1040px); margin: 0 auto; position: relative; z-index: 2; }
.mp3-center { text-align: center; }
.mp3-title, .mp3-small-title { margin: 0 0 40px; color: #555969; text-align: center; font-size: clamp(24px,3vw,38px); line-height: 1.5; font-weight: 900; }
.mp3-section p { color: #555969; font-size: clamp(16px,2vw,25px); line-height: 1.9; font-weight: 700; }
.mp3-curtain-section { display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: linear-gradient(rgba(235,212,225,.67), rgba(235,212,225,.67)), radial-gradient(circle at 50% 100%,rgba(255,255,255,.9),transparent 40%), linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,210,224,.42),rgba(255,255,255,.42)); }
.mp3-curtain-section::before, .mp3-curtain-section::after { content:""; position:absolute; top:0; bottom:0; width:34%; background: radial-gradient(ellipse at center, rgba(255,255,255,.28), transparent 60%), linear-gradient(90deg, rgba(255,255,255,.46), rgba(237,190,210,.18)); opacity:.85; pointer-events:none; }
.mp3-curtain-section::before { left:0; transform: skewX(-7deg); }
.mp3-curtain-section::after { right:0; transform: skewX(7deg) scaleX(-1); }
.mp3-curtain-section h2, .mp3-curtain-section p { color:#fff; text-shadow: 0 2px 8px rgba(80,80,90,.25); }
.mp3-world-silhouette { position:absolute; left:50%; top:50%; width:min(78vw,720px); height:260px; transform:translate(-50%,-50%); opacity:.22; background: radial-gradient(ellipse at 25% 50%, #ff9bd3 0 18%, transparent 19%), radial-gradient(ellipse at 52% 45%, #ff9bd3 0 24%, transparent 25%), radial-gradient(ellipse at 75% 52%, #ff9bd3 0 20%, transparent 21%); filter: blur(1px); }
.mp3-catch-text { margin-bottom: 50px !important; }
.mp3-entry-button { display:inline-flex; align-items:center; justify-content:center; width:min(100%,760px); min-height:80px; margin-top:40px; padding:18px 32px; color:#555969 !important; text-decoration:none !important; font-size:clamp(22px,3vw,38px); font-weight:900; background:linear-gradient(90deg,#fff799,#ff8df3); }
.mp3-message-layout { display:grid; grid-template-columns:1fr 280px; gap:clamp(36px,6vw,80px); align-items:center; }
.mp3-message-card { position:relative; min-height:280px; padding:42px; background:rgba(255,255,255,.6); border:3px dotted #30333f; text-align:center; }
.mp3-message-card::before { content:""; position:absolute; top:-24px; left:38%; width:160px; height:48px; transform:rotate(-8deg); background:rgba(255,185,205,.74); }
.mp3-handwrite { font-family:"Yu Mincho","Hiragino Mincho ProN",serif; }
.mp3-message-person { width:100%; max-height:360px; object-fit:contain; }
.mp3-activity-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(24px,3vw,42px); align-items:start; }
.mp3-activity-card { position:relative; min-height:360px; padding:90px 18px 30px; text-align:center; }
.mp3-activity-card img { position:absolute; left:-8px; top:18px; width:clamp(115px,12vw,165px); transform:rotate(-22deg); opacity:.92; }
.mp3-activity-card h3 { margin:0 0 22px; color:#555969; font-size:clamp(18px,2vw,26px); line-height:1.5; }
.mp3-activity-card p { margin:0; color:#555969; font-size:clamp(14px,1.5vw,21px); line-height:1.75; }
.mp3-wave-player { width:min(100%,620px); margin:44px auto 0; text-align:center; color:#f39bd0; }
.mp3-audio-native { width:100%; margin-bottom:18px; }
.mp3-wave-player.is-js .mp3-audio-native { display:none !important; }
.mp3-wave-bars { display:flex; align-items:center; justify-content:center; height:clamp(160px,22vw,250px); gap:clamp(3px,.55vw,7px); overflow:hidden; }
.mp3-wave-bars span { display:block; width:clamp(4px,.55vw,7px); height:80px; background:#f39bd0; border-radius:999px; transform-origin:center; }
.mp3-wave-bars span:nth-child(2n){height:130px}.mp3-wave-bars span:nth-child(3n){height:170px}.mp3-wave-bars span:nth-child(5n){height:105px}.mp3-wave-bars span:nth-child(7n){height:210px}
.mp3-wave-player.is-playing .mp3-wave-bars span { animation: mp3Wave .85s ease-in-out infinite alternate; }
@keyframes mp3Wave { from { transform:scaleY(.75); } to { transform:scaleY(1.08); } }
.mp3-player-line { display:grid; grid-template-columns:auto 1fr auto; gap:16px; align-items:center; color:#f39bd0; font-weight:800; margin-top:4px; }
.mp3-progress-track { position:relative; display:block; width:100%; height:6px; padding:0; border:none; border-radius:999px; background:rgba(243,155,208,.28); overflow:hidden; cursor:pointer; }
.mp3-progress-fill { position:absolute; inset:0 auto 0 0; width:0%; background:#f39bd0; border-radius:999px; }
.mp3-player-controls { margin:16px auto 14px; }
.mp3-audio-toggle { width:64px; height:64px; border:none; border-radius:999px; background:linear-gradient(90deg,#8c5cff,#58dfe9); color:#fff; font-size:28px; font-weight:900; cursor:pointer; }
.mp3-costume-img { width:min(100%,840px); margin:40px auto 0; }
.mp3-costume-initial { width:min(100%,760px); }
.mp3-dotted-box, .mp3-flow-box { width:100%; padding:28px 34px; border:3px dotted #30333f; background:rgba(255,255,255,.18); color:#555969; font-size:clamp(17px,2vw,26px); line-height:1.9; }
.mp3-dotted-box p { margin:0 0 10px; }
.mp3-title-second { margin-top:50px; }
.mp3-box-list, .mp3-flow-list { display:grid; gap:28px; }
.mp3-flow-box { text-align:center; }
.mp3-flow-arrow { width:0; height:0; margin:0 auto; border-left:70px solid transparent; border-right:70px solid transparent; border-top:34px solid rgba(255,180,220,.62); }
.mp3-entry-section { text-align:center; }
.mp3-entry-section h2 { color:#555969; font-size:clamp(24px,3vw,38px); }
.mp3-contact-mini { width:min(100%,460px); margin:50px 0 0; padding:24px; border:3px dotted #30333f; text-align:left; background:rgba(255,255,255,.18); }
.mp3-contact-mini p { margin:0 0 6px; font-size:14px; }
.mp3-contact-mini a { color:#0073cf; font-weight:900; }
.mp3-faq-item { margin-bottom:36px; }
.mp3-question { margin:0 0 14px !important; }
.mp3-answer { margin:0 !important; padding:22px 28px; background:#5b5f72; color:#fff !important; border:2px dotted #30333f; }
.mp3-privacy-section p { font-size:clamp(12px,1.15vw,16px); line-height:1.9; text-align:left; }
.mp3-contact-form { width:min(100%,820px); margin:0 auto; text-align:left; }
.mp3-footer { padding:58px 24px 42px; background:#eef2f7; text-align:center; }
.mp3-footer-logo { width:min(100%,160px); margin:0 auto 28px; }
.mp3-footer-nav { display:flex; justify-content:center; flex-wrap:wrap; gap:16px 28px; margin-bottom:22px; }
.mp3-footer-nav a { color:#555969 !important; text-decoration:none !important; font-size:14px; font-weight:900; }
.mp3-footer-copy { margin:0; color:#555969; font-size:13px; font-weight:700; }

/* Contact Form 7 */
.nm4-contact-form label, .mp3-contact-form label { display:block; margin-bottom:8px; color:#555969; font-size:clamp(15px,1.25vw,18px); font-weight:800; }
.nm4-contact-form input[type="text"], .nm4-contact-form input[type="email"], .nm4-contact-form input[type="tel"], .nm4-contact-form input[type="url"], .nm4-contact-form textarea, .nm4-contact-form select,
.mp3-contact-form input[type="text"], .mp3-contact-form input[type="email"], .mp3-contact-form input[type="tel"], .mp3-contact-form input[type="url"], .mp3-contact-form textarea, .mp3-contact-form select {
  width:100%; max-width:100%; margin:0 0 20px; padding:14px 16px; border:2px dotted #555969; background:#f2f4f8; color:#30333f; font-size:16px; box-shadow:none; outline:none;
}
.nm4-contact-form textarea, .mp3-contact-form textarea { min-height:150px; }
.nm4-contact-form input[type="submit"], .mp3-contact-form input[type="submit"] { display:block; min-width:260px; min-height:58px; margin:28px auto 0; border:none; color:#30333f; font-size:20px; font-weight:900; letter-spacing:.12em; background:#e6ff00; cursor:pointer; }
.mp3-contact-form input[type="submit"] { color:#fff; background:linear-gradient(90deg,#8c5cff,#58dfe9); }

/* Responsive */
@media (max-width: 1100px) {
  .nm4-header, .mp3-header { flex-direction:column; min-height:auto; }
  .nm4-logo { width:min(66vw,300px); }
  .mp3-logo { width:min(30vw,120px); }
  .nm4-nav, .mp3-nav { justify-content:center; flex-wrap:wrap; }
  .nm4-talent-layout { grid-template-columns:1fr; text-align:center; }
  .nm4-talent-photo { width:min(100%,380px); margin:0 auto; }
  .nm4-profile-history { padding-top:0; }
  .nm4-sns-icons { justify-content:center; }
  .nm4-audition-card { grid-template-columns:1fr; padding-bottom:36px; }
  .nm4-audition-side { width:min(100%,220px); margin:0 auto; opacity:.9; }
  .mp3-message-layout { grid-template-columns:1fr; text-align:center; }
  .mp3-message-person { width:min(100%,320px); margin:0 auto; }
  .mp3-activity-grid { grid-template-columns:1fr; }
  .mp3-activity-card { width:min(100%,420px); margin:0 auto; }
}

@media (max-width: 780px) {
  .nm4-header, .mp3-header { position:relative; padding:20px 16px; }
  .nm4-brand-splash { min-height:260px; }
  .nm4-logo { width:min(72vw,260px); }
  .mp3-logo { width:min(34vw,110px); }
  .nm4-nav, .mp3-nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 18px; width:100%; }
  .nm4-nav a, .mp3-nav a { white-space:normal; }
  .nm4-nav a:not(:last-child)::after, .mp3-nav a:not(:last-child)::after { display:none; }
  .nm4-nav strong, .mp3-nav strong { font-size:16px; }
  .nm4-nav span, .mp3-nav span { font-size:10px; }
  .nm4-hero-image { height:430px; }
  .nm4-hero-overlay h1 { font-size:30px; }
  .nm4-hero-overlay p { font-size:18px; }
  .nm4-section, .mp3-section { padding:64px 18px; min-height:auto; }
  .nm4-about-panel h2 { font-size:34px; }
  .nm4-about-panel p, .mp3-section p { font-size:15px; }
  .nm4-pc-only { display:none; }
  .nm4-talent-name { font-size:48px; }
  .nm4-gradient-button, .mp3-entry-button { min-width:0; width:100%; font-size:20px; }
  .mp3-brand-splash { min-height:100svh; }
  .mp3-brand-splash img { width:min(78vw,420px); }
  .mp3-hero, .mp3-hero-bg img { min-height:460px; height:460px; }
  .mp3-hero-copy { bottom:36px; transform:translateX(-50%) rotate(-4deg); }
  .mp3-wave-bars { height:130px; gap:4px; }
  .mp3-wave-bars span { width:4px; height:58px; }
  .mp3-wave-bars span:nth-child(2n){height:82px}.mp3-wave-bars span:nth-child(3n){height:102px}.mp3-wave-bars span:nth-child(7n){height:112px}
  .nm4-footer-nav, .mp3-footer-nav { gap:13px 18px; }
  .nm4-footer-nav a, .mp3-footer-nav a { font-size:12px; }
}

@media (max-width: 520px) {
  .nm4-nav, .mp3-nav { grid-template-columns:1fr; }
  .nm4-hero-overlay h1 { font-size:28px; }
  .mp3-hero-copy h1 { font-size:18px; }
  .mp3-hero-copy p { font-size:15px; }
  .mp3-dotted-box, .mp3-flow-box { padding:20px; }
}
/* ======================================
   Meme Parade LP：ピンク背景を無地に変更
====================================== */

.mp3-curtain-section,
.mp3-goal-curtain,
.mp3-catch-curtain {
  background: #efd8e6 !important;
  background-image: none !important;
  background-size: auto !important;
  background-position: center !important;
}

/* カーテン風の左右装飾を削除 */
.mp3-curtain-section::before,
.mp3-curtain-section::after,
.mp3-goal-curtain::before,
.mp3-goal-curtain::after,
.mp3-catch-curtain::before,
.mp3-catch-curtain::after {
  display: none !important;
  content: none !important;
}

/* 世界地図風のぼかし装飾を削除 */
.mp3-world-silhouette {
  display: none !important;
}

/* 無地ピンク上でも文字が見えるように調整 */
.mp3-curtain-section h2,
.mp3-curtain-section p,
.mp3-goal-curtain h2,
.mp3-goal-curtain p,
.mp3-catch-curtain h2,
.mp3-catch-curtain p {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(80, 80, 90, 0.22) !important;
}

/* スマホでも背景を無地ピンクに固定 */
@media (max-width: 780px) {
  .mp3-curtain-section,
  .mp3-goal-curtain,
  .mp3-catch-curtain {
    background: #efd8e6 !important;
    background-image: none !important;
  }
}
/* ======================================
   プロデューサーコメント：画像差し替え用
====================================== */

.mp3-producer-comment-section .mp3-message-layout {
  align-items: center !important;
}

.mp3-producer-comment-img-card {
  position: relative !important;
  width: 100% !important;
  min-height: 280px !important;
  padding: clamp(18px, 3vw, 28px) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border: 3px dotted #30333f !important;
  text-align: center !important;
}

/* テープ風装飾 */
.mp3-producer-comment-img-card::before {
  content: "" !important;
  position: absolute !important;
  top: -24px !important;
  left: 38% !important;
  width: 160px !important;
  height: 48px !important;
  transform: rotate(-8deg) !important;
  background: rgba(255, 185, 205, 0.74) !important;
  z-index: 2 !important;
}

.mp3-producer-comment-img {
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  height: auto !important;
  max-height: 460px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* 画像化したので、旧テキストカードの疑似テープと競合しないようにする */
.mp3-producer-comment-section .mp3-message-card::before {
  display: none !important;
  content: none !important;
}

/* スマホ調整 */
@media (max-width: 780px) {
  .mp3-producer-comment-img-card {
    min-height: auto !important;
    padding: 18px !important;
  }

  .mp3-producer-comment-img-card::before {
    left: 32% !important;
    width: 128px !important;
    height: 38px !important;
    top: -18px !important;
  }

  .mp3-producer-comment-img {
    max-height: none !important;
  }
}

/* ======================================
   Meme Parade LP：Googleフォーム反映 + 表示ズレ修正
====================================== */

/* ページ全体の横ズレ防止 */
body:has(.mp3-site) {
  overflow-x: hidden !important;
}

.mp3-site {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

.mp3-site *,
.mp3-site *::before,
.mp3-site *::after {
  box-sizing: border-box !important;
}

.mp3-site img,
.mp3-site iframe {
  max-width: 100% !important;
}

/* セクション幅の安定化 */
.mp3-section {
  width: 100% !important;
  overflow-x: hidden !important;
}

.mp3-inner {
  width: min(100%, 1040px) !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ヘッダーのPC表示ズレ防止 */
.mp3-header {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: visible !important;
}

.mp3-nav {
  min-width: 0 !important;
}

.mp3-nav a {
  word-break: keep-all !important;
}

/* ヒーロー画像のズレ防止 */
.mp3-hero {
  width: 100% !important;
  overflow: hidden !important;
}

.mp3-hero-bg img {
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.mp3-hero-copy {
  max-width: calc(100vw - 32px) !important;
}

/* メッセージ・画像セクションのズレ防止 */
.mp3-message-layout {
  min-width: 0 !important;
}

.mp3-message-card,
.mp3-producer-comment-img-card {
  min-width: 0 !important;
}

.mp3-message-person {
  max-width: 100% !important;
}

/* 衣装画像の表示安定化 */
.mp3-costume-img {
  display: block !important;
  width: min(100%, 840px) !important;
  height: auto !important;
  max-height: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: contain !important;
}

.mp3-costume-main {
  width: min(100%, 780px) !important;
}

.mp3-costume-initial {
  width: min(100%, 840px) !important;
}

/* 活動紹介の3カラム崩れ防止 */
.mp3-activity-grid {
  width: 100% !important;
  min-width: 0 !important;
}

.mp3-activity-card {
  min-width: 0 !important;
}

/* Googleフォーム埋め込み */
.mp3-contact-lead {
  width: min(100%, 760px) !important;
  margin: 0 auto 28px !important;
  color: #555969 !important;
  font-size: clamp(15px, 1.7vw, 22px) !important;
  line-height: 1.8 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.mp3-google-form-wrap {
  width: min(100%, 860px) !important;
  margin: 0 auto !important;
  padding: clamp(12px, 2vw, 20px) !important;
  background: rgba(255, 255, 255, 0.38) !important;
  border: 3px dotted #30333f !important;
  overflow: hidden !important;
}

.mp3-google-form {
  display: block !important;
  width: 100% !important;
  height: 960px !important;
  border: none !important;
  background: #fff !important;
}

.mp3-google-form-button-wrap {
  margin-top: 28px !important;
  text-align: center !important;
}

.mp3-google-form-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 300px !important;
  min-height: 64px !important;
  padding: 16px 32px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(17px, 2vw, 24px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  background: linear-gradient(90deg, #8c5cff, #58dfe9) !important;
}

/* 応募ボタンの外部リンク化後もデザイン維持 */
.mp3-entry-button {
  text-align: center !important;
}

/* ======================================
   タブレット調整
====================================== */

@media (max-width: 1100px) {
  .mp3-header {
    position: relative !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 18px 16px !important;
  }

  .mp3-nav {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .mp3-nav a:not(:last-child)::after {
    display: none !important;
  }

  .mp3-message-layout {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .mp3-message-person {
    width: min(100%, 320px) !important;
    margin: 0 auto !important;
  }

  .mp3-activity-grid {
    grid-template-columns: 1fr !important;
  }

  .mp3-activity-card {
    width: min(100%, 420px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ======================================
   スマホ調整
====================================== */

@media (max-width: 780px) {
  .mp3-site {
    overflow-x: hidden !important;
  }

  .mp3-brand-splash {
    min-height: 70svh !important;
    padding: 28px 18px !important;
  }

  .mp3-brand-splash img {
    width: min(82vw, 360px) !important;
  }

  .mp3-header {
    position: relative !important;
    padding: 18px 14px !important;
  }

  .mp3-logo {
    width: min(42vw, 130px) !important;
  }

  .mp3-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 14px !important;
    width: 100% !important;
  }

  .mp3-nav a {
    white-space: normal !important;
    word-break: keep-all !important;
  }

  .mp3-nav strong {
    font-size: 15px !important;
  }

  .mp3-nav span {
    font-size: 10px !important;
  }

  .mp3-section {
    min-height: auto !important;
    padding: 62px 18px !important;
    background-size: 48px 48px !important;
  }

  .mp3-inner {
    width: 100% !important;
  }

  .mp3-hero,
  .mp3-hero-bg img {
    min-height: 460px !important;
    height: 460px !important;
  }

  .mp3-hero-copy {
    width: calc(100vw - 32px) !important;
    bottom: 34px !important;
    padding: 14px 14px !important;
    transform: translateX(-50%) rotate(-3deg) !important;
  }

  .mp3-hero-copy p {
    font-size: 15px !important;
  }

  .mp3-hero-copy h1 {
    font-size: 18px !important;
  }

  .mp3-title,
  .mp3-small-title {
    font-size: 22px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.03em !important;
  }

  .mp3-section p {
    font-size: 15px !important;
  }

  .mp3-entry-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
    font-size: 20px !important;
    padding: 16px 18px !important;
  }

  .mp3-dotted-box,
  .mp3-flow-box {
    padding: 20px 18px !important;
    font-size: 15px !important;
  }

  .mp3-flow-arrow {
    border-left-width: 48px !important;
    border-right-width: 48px !important;
    border-top-width: 26px !important;
  }

  .mp3-google-form-wrap {
    width: 100% !important;
    padding: 8px !important;
  }

  .mp3-google-form {
    height: 1060px !important;
  }

  .mp3-google-form-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 60px !important;
    font-size: 17px !important;
  }

  .mp3-costume-img,
  .mp3-costume-main,
  .mp3-costume-initial {
    width: 100% !important;
  }
}

/* ======================================
   小さめスマホ
====================================== */

@media (max-width: 520px) {
  .mp3-nav {
    grid-template-columns: 1fr !important;
  }

  .mp3-hero,
  .mp3-hero-bg img {
    min-height: 420px !important;
    height: 420px !important;
  }

  .mp3-google-form {
    height: 1120px !important;
  }
}

/* ======================================
   Meme Parade：お知らせ・応募ボックス追加
====================================== */

.mp3-final-box-section {
  background:
    linear-gradient(90deg, rgba(205, 215, 225, 0.24) 1px, transparent 1px),
    linear-gradient(180deg, rgba(205, 215, 225, 0.2) 1px, transparent 1px),
    #eef2f7 !important;
  background-size: 72px 72px !important;
  text-align: center !important;
}

.mp3-notice-box {
  width: min(100%, 880px) !important;
  margin: 0 auto 72px !important;
  padding: 0 18px !important;
  text-align: center !important;
}

.mp3-notice-box h2 {
  margin: 0 0 18px !important;
  color: #555969 !important;
  font-size: clamp(20px, 2.2vw, 28px) !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

.mp3-notice-box p {
  margin: 0 auto 34px !important;
  color: #555969 !important;
  font-size: clamp(17px, 2vw, 27px) !important;
  line-height: 1.7 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.mp3-line-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 360px !important;
  min-height: 44px !important;
  padding: 9px 34px !important;
  border-radius: 999px !important;
  background: #00c300 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(17px, 1.8vw, 24px) !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.mp3-final-entry-box {
  width: min(100%, 980px) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.mp3-final-entry-box h2 {
  margin: 0 0 24px !important;
  color: #555969 !important;
  font-size: clamp(20px, 2.3vw, 30px) !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

.mp3-final-entry-box .mp3-entry-button {
  width: min(100%, 760px) !important;
  min-height: 64px !important;
  margin: 0 auto 72px !important;
  padding: 14px 28px !important;
  background: linear-gradient(90deg, #fff6a3, #ff8ee5) !important;
  color: #555969 !important;
  text-decoration: none !important;
  font-size: clamp(22px, 3vw, 36px) !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.mp3-final-bottom {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: center !important;
  width: min(100%, 820px) !important;
  margin: 0 auto !important;
}

.mp3-final-bottom .mp3-contact-mini {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 28px !important;
  border: 3px dotted #30333f !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #555969 !important;
  text-align: left !important;
}

.mp3-final-bottom .mp3-contact-mini p {
  margin: 0 0 4px !important;
  color: #555969 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.mp3-final-bottom .mp3-contact-mini a {
  color: #0073cf !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.mp3-official-sns {
  text-align: left !important;
}

.mp3-official-sns h3 {
  margin: 0 0 14px !important;
  color: #30333f !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
}

.mp3-official-sns-icons {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.mp3-official-sns-icons a {
  text-decoration: none !important;
}

.mp3-sns-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.mp3-sns-x {
  color: #000 !important;
  font-size: 46px !important;
  font-family: Arial, sans-serif !important;
}

.mp3-sns-instagram {
  border: 4px solid #e94a8a !important;
  border-radius: 12px !important;
  color: #e94a8a !important;
  font-size: 32px !important;
}

.mp3-sns-line {
  width: 52px !important;
  height: 46px !important;
  border-radius: 10px !important;
  background: #00c300 !important;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: -0.04em !important;
}

/* スマホ調整 */
@media (max-width: 780px) {
  .mp3-final-box-section {
    background-size: 48px 48px !important;
  }

  .mp3-notice-box {
    margin-bottom: 54px !important;
    padding: 0 !important;
  }

  .mp3-notice-box p {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .mp3-line-button {
    width: min(100%, 320px) !important;
    min-width: 0 !important;
    min-height: 42px !important;
    font-size: 17px !important;
  }

  .mp3-final-entry-box .mp3-entry-button {
    width: 100% !important;
    min-height: 58px !important;
    margin-bottom: 44px !important;
    font-size: 22px !important;
  }

  .mp3-final-bottom {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 30px !important;
  }

  .mp3-official-sns {
    text-align: center !important;
  }

  .mp3-official-sns-icons {
    justify-content: center !important;
  }

  .mp3-final-bottom .mp3-contact-mini {
    padding: 20px !important;
  }
}

/* ======================================
   Home：こうちゃんSNSロゴ崩れ修正
====================================== */

.nm4-sns-icons {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-top: 28px !important;
}

.nm4-sns-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(42px, 4.4vw, 58px) !important;
  height: clamp(42px, 4.4vw, 58px) !important;
  text-decoration: none !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

.nm4-sns-link svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.nm4-sns-x svg {
  fill: #111 !important;
}

.nm4-sns-instagram svg {
  fill: none !important;
  stroke: #e35080 !important;
  stroke-width: 2.4 !important;
}

.nm4-sns-youtube svg rect {
  fill: #ff0000 !important;
}

.nm4-sns-youtube svg path {
  fill: #fff !important;
}

.nm4-sns-link:hover {
  opacity: 0.72 !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1100px) {
  .nm4-sns-icons {
    justify-content: center !important;
  }
}

@media (max-width: 780px) {
  .nm4-sns-icons {
    gap: 16px !important;
  }

  .nm4-sns-link {
    width: 42px !important;
    height: 42px !important;
  }
}