
:root{--red:#df001f;--black:#090d12;--max:1274px;--sans:"Yu Gothic","Hiragino Kaku Gothic ProN",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f4f4f4;color:#111;font-family:var(--sans)}
img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}
.topbar{position:sticky;top:0;z-index:50;width:min(100%,var(--max));margin:auto;display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:6px 24px;background:#fff;border-bottom:1px solid #eee}
.brand img{width:260px;max-height:54px;object-fit:contain}.nav{display:flex;gap:34px;font-size:12px;font-weight:700;letter-spacing:.08em}
main{width:min(100%,var(--max));margin:auto;background:#fff}.visual-section img{width:100%}
.sp-story{display:none}
.footer{counter-reset:section var(--section-start);width:min(100%,var(--max));margin:auto;display:grid;grid-template-columns:1fr 1fr 1.15fr;background:var(--black);color:#fff}
.footer .numbered-section{counter-increment:section}.section-number::before{content:counter(section,decimal-leading-zero);color:var(--red);font-weight:800}
.footer-block{padding:18px 34px}.footer-block h2{margin:4px 0 10px;font-size:18px}.footer-block dl{margin:0;font-size:11px}.footer-block dl>div{display:grid;grid-template-columns:58px 1fr;gap:8px;margin:2px 0}.footer-block dt,.footer-block dd{margin:0}
.footer-brand{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:14px 28px}.footer-logo-panel{width:min(100%,320px);padding:10px 18px;background:#fff}.footer-logo-panel img{width:280px}.footer-brand small{margin-top:2px;color:#c6c6c6;font-size:9px}
.footer-block p{margin:2px 0 10px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:15px}.cta{display:flex;justify-content:space-between;align-items:center;max-width:340px;background:var(--red);padding:12px 18px;font-size:13px}

@media(max-width:760px){
  body{background:#fff}
  .topbar{position:relative;min-height:58px;padding:6px 16px}.brand img{width:180px}.nav{gap:14px;font-size:10px}
  .hero-section{height:calc(100svh - 58px);min-height:580px;overflow:hidden}.hero-section img{width:auto;max-width:none;height:100%;position:relative;left:50%;transform:translateX(-50%)}
  .sp-story{display:flex;min-height:100svh;position:relative;overflow:hidden}
  .sp-inner{width:100%;max-width:430px;margin:auto;padding:42px 26px}
  .sp-no{color:var(--red);font-size:16px;font-weight:800;letter-spacing:.08em}
  .sp-story h2{font-size:clamp(28px,8vw,38px);line-height:1.08;margin:7px 0 16px;letter-spacing:-.02em}
  .sp-story p{font-size:14px;line-height:1.8;margin:0}.sp-em{font-weight:800;color:var(--red)}
  .sp-01{background:linear-gradient(160deg,#fff 0%,#f6f7f8 100%)}.sp-tangle{height:235px;display:flex;align-items:center;justify-content:center;margin:4px 0}.sp-tangle img{width:270px;max-height:230px;object-fit:contain}
  .sp-01 ul{list-style:none;padding:0;margin:18px 0 0;border-top:1px solid #ddd}.sp-01 li{font-size:12px;font-weight:700;padding:8px 2px;border-bottom:1px solid #ddd}.sp-01 li::before{content:"—";color:var(--red);margin-right:8px}
  .sp-02{color:#fff;background:linear-gradient(180deg,#070b10 0%,#17232f 48%,#8dc8e8 100%)}
  .sp-02 h2{font-size:38px}.sp-02 h2 span{color:var(--red)}
  .flow{height:610px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:4px}.flow>img{width:135px;height:125px;object-fit:contain;filter:invert(1) brightness(2)}
  .flow-line{width:1px;height:22px;background:var(--red);opacity:.85}
  .release-line{width:100%;height:88px;position:relative;margin-top:2px}.release-line span{position:absolute;left:15%;right:25%;top:43px;height:2px;background:var(--red);transform:rotate(-5deg);transform-origin:right center}.release-line img{position:absolute;width:86px;right:7%;top:2px}
  .sp-existing{overflow:hidden}.sp-existing img{min-width:760px;width:760px;position:relative;left:50%;transform:translateX(-50%)}
  .footer{grid-template-columns:1fr}.footer-brand{order:3}.footer-block,.footer-brand{padding:22px}
}


/* SP v2: TOP + 02 only. 01 and later sections intentionally unchanged. */
@media(max-width:760px){
  .hero-section{
    position:relative;height:calc(100svh - 58px);min-height:610px;
    overflow:hidden;background:#eef8ff;
  }
  .hero-sky{
    position:absolute;inset:0;
    background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 36%,rgba(255,255,255,.08) 72%),
      url("../images/section-hero.png");
    background-size:auto 100%;background-position:72% center;background-repeat:no-repeat;
  }
  .hero-content{
    position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
    justify-content:center;align-items:flex-start;padding:0 26px 9vh;max-width:430px;margin:auto;
  }
  .hero-logo{width:230px;margin-bottom:44px}
  .hero-content h1{
    margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(31px,9vw,42px);line-height:1.55;font-weight:500;letter-spacing:.06em;
  }
  .hero-rule{width:130px;height:2px;background:var(--red);margin:22px 0 14px}
  .hero-content p{font-size:9px;font-weight:800;letter-spacing:.12em;white-space:nowrap}
  .hero-content p b{color:var(--red);padding:0 4px}

  .sp-02 .sp-inner{padding-top:36px;padding-bottom:36px}
  .sp-02 h2{font-size:34px;margin-bottom:10px}
  .sp-02 .sp-lead{max-width:330px;font-size:13px;line-height:1.7;color:#dce5eb}
  .process{margin-top:22px}
  .process-step{
    min-height:125px;display:grid;grid-template-columns:1fr 116px;gap:14px;
    align-items:center;padding:9px 0;border-top:1px solid rgba(255,255,255,.18);
  }
  .process-copy{display:grid;grid-template-columns:28px 1fr;column-gap:7px;align-items:baseline}
  .process-copy>b{grid-row:1/3;color:var(--red);font-size:11px;letter-spacing:.08em}
  .process-copy h3{margin:0;font-size:16px;letter-spacing:.06em}
  .process-copy p{grid-column:2;margin-top:5px;font-size:11px;line-height:1.55;color:#dce5eb}
  .process-step>img{width:108px;height:108px;object-fit:contain;filter:invert(1) brightness(2)}
  .process-arrow{height:15px;margin:-7px 0 -8px 17px;color:var(--red);font-size:15px;line-height:15px}
  .release-step{border-bottom:1px solid rgba(255,255,255,.18)}
  .release-visual{position:relative;width:116px;height:95px}
  .release-visual span{
    position:absolute;left:-6px;right:43px;top:53px;height:2px;background:var(--red);
    transform:rotate(-7deg);transform-origin:right center;
  }
  .release-visual img{position:absolute;width:82px;right:-4px;top:2px}
}


/* SP v3: TOP + 04 only. 01 and 02 are intentionally untouched. */
@media(max-width:760px){
  .hero-section{
    height:calc(100svh - 58px)!important;
    min-height:0!important;
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#fff 0%,#f8fcff 48%,#dff2ff 100%);
  }
  .hero-sky{display:none!important}
  .hero-art{
    position:absolute;
    right:-8%;
    bottom:-1%;
    width:78%;
    height:62%;
    background:url("../images/section-hero.png") no-repeat 79% 50%;
    background-size:auto 100%;
    opacity:.72;
    -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 20%,#000 100%);
    mask-image:linear-gradient(to bottom,transparent 0%,#000 20%,#000 100%);
  }
  .hero-content{
    height:100%!important;
    padding:7vh 24px 8vh!important;
    justify-content:flex-start!important;
  }
  .hero-logo{width:min(58vw,230px)!important;margin:0 0 8vh!important}
  .hero-content h1{font-size:clamp(29px,8.2vw,39px)!important;line-height:1.5!important}
  .hero-rule{margin:18px 0 12px!important}
  .hero-content p{font-size:8px!important}

  .sp-service{
    min-height:100svh;
    display:flex;
    background:#fff;
    color:#111;
  }
  .service-inner{
    width:100%;
    max-width:430px;
    margin:auto;
    padding:38px 26px 34px;
  }
  .sp-service h2{
    margin:5px 0 8px;
    font-size:clamp(30px,9vw,40px);
    line-height:1;
    letter-spacing:.02em;
  }
  .service-lead{
    margin:0 0 22px;
    font-size:12px;
    line-height:1.65;
    color:#555;
  }
  .service-list{border-top:1px solid #d9d9d9}
  .service-list article{
    min-height:82px;
    display:grid;
    grid-template-columns:34px 1fr;
    gap:10px;
    align-items:center;
    border-bottom:1px solid #d9d9d9;
  }
  .service-list article>span{
    color:var(--red);
    font-size:11px;
    font-weight:800;
  }
  .service-list h3{
    margin:0 0 4px;
    font-size:14px;
    line-height:1.25;
    letter-spacing:.025em;
  }
  .service-list p{
    margin:0;
    font-size:11px;
    color:#666;
  }
}


/* SP v4 — 04 only. Based directly on the supplied committed 04 reference. */
@media(max-width:760px){
  .sp-service{
    min-height:100svh;
    display:flex;
    background:#fff;
    color:#111;
  }
  .sp-service .service-inner{
    width:100%;
    max-width:430px;
    margin:auto;
    padding:30px 22px 26px;
    text-align:center;
  }
  .sp-service .sp-no{
    margin:0 0 2px;
    color:var(--red);
    font-size:13px;
    font-weight:800;
  }
  .sp-service h2{
    margin:0;
    font-family:"Times New Roman","Yu Mincho",serif;
    font-size:30px;
    font-weight:600;
    letter-spacing:.10em;
  }
  .service-title-rule{
    width:40px;height:1px;background:var(--red);
    margin:11px auto 13px;
  }
  .service-kicker{
    margin:0 0 12px!important;
    color:#111!important;
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:14px!important;
    font-weight:700;
    line-height:1.4!important;
  }
  .sp-service .service-list{
    border-top:0;
    text-align:left;
  }
  .sp-service .service-list article{
    min-height:92px;
    display:grid;
    grid-template-columns:64px 1fr;
    gap:13px;
    align-items:center;
    border-bottom:1px solid #e5e5e5;
    padding:8px 2px;
  }
  .sp-service .service-list article>img{
    width:58px;height:58px;object-fit:contain;
  }
  .sp-service .service-list h3{
    margin:0 0 5px;
    font-size:14px;
    font-weight:800;
    line-height:1.3;
    letter-spacing:0;
  }
  .sp-service .service-list p{
    margin:0;
    color:#222;
    font-size:11px;
    line-height:1.65;
  }
  .service-message{
    margin:20px 0 0!important;
    color:#111!important;
    font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:20px!important;
    line-height:1.7!important;
    text-align:left;
    padding-left:12px;
  }
  .service-message strong{
    color:var(--red);
    font-size:30px;
    font-weight:500;
  }
}


/* SP v5 — 04 header alignment + committed footer copy only */
@media(max-width:760px){
  .sp-service .service-inner{
    text-align:left;
  }
  .sp-service .service-title-rule{
    margin-left:0;
    margin-right:0;
  }
  .sp-service .service-kicker{
    text-align:left;
  }
}


/* SP v6 — 04 footer emphasis/centering + icon cleanup only */
@media(max-width:760px){
  .sp-service .service-message{
    margin:22px 0 0!important;
    padding-left:0!important;
    text-align:center!important;
    color:#111!important;
    font-size:20px!important;
    line-height:1.75!important;
  }
  .sp-service .service-message strong{
    color:var(--red)!important;
    font-size:32px!important;
    font-weight:700!important;
    letter-spacing:.03em;
  }
}


/* SP v8 — TOP and 03 use the committed SP artwork, never PC artwork. */
@media(max-width:760px){
  .sp-image-screen{
    width:100%;
    height:calc(100svh - 58px);
    min-height:560px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#fff;
  }
  .sp-image-screen.sp-03{
    height:100svh;
  }
  .sp-image-screen>img{
    display:block;
    width:100%;
    height:100%;
    max-width:430px;
    object-fit:contain;
    object-position:center center;
  }
}


/* SP v11 — navigation fixed. No other section changes. */
@media(max-width:760px){
  .topbar{
    position:fixed!important;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:var(--max);
    z-index:1000;
  }

  /* Reserve exactly the existing SP header height so content is not hidden underneath it. */
  body{
    padding-top:58px;
  }

  /* Anchor jumps should also clear the fixed navigation. */
  html{
    scroll-padding-top:58px;
  }
}

/* =========================================================
   Integrated v3
   Mobile <=760px: SP v11 is the source of truth.
   Desktop >=761px: PC v10 is the source of truth.
   ========================================================= */
.desktop-site{display:none}

@media(max-width:760px){
  .mobile-site{display:block}
  .desktop-site{display:none!important}
}

@media(min-width:761px){
  .mobile-site{display:none!important}
  .desktop-site{display:block}


:root{
  --red:#df001f;
  --black:#090d12;
  --max:1274px;
  --gutter:clamp(16px,3vw,40px);
  --sans:"Yu Gothic","Hiragino Kaku Gothic ProN",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f4f4f4;color:#fff;font-family:var(--sans);counter-reset:section}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}

.topbar{
  position:sticky;top:0;z-index:50;
  width:min(100%,var(--max));
  margin:0 auto;
  display:flex;justify-content:space-between;align-items:center;
  min-height:64px;padding:6px 24px;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.brand img{width:260px;max-height:54px;object-fit:contain}
.nav{display:flex;gap:34px;color:#111;font-size:12px;font-weight:700;letter-spacing:.08em}
.nav a{position:relative;padding:10px 0}
.nav a::after{content:"";position:absolute;left:0;bottom:5px;width:0;height:1px;background:var(--red);transition:.2s}
.nav a:hover::after{width:100%}

main{counter-reset:section;width:min(100%,var(--max));margin:0 auto;background:#fff}
.visual-section{counter-increment:section}
.visual-section img{
  width:100%;
  margin:0;
}
.hero-section{counter-increment:none}

.footer{
  counter-reset:section var(--section-start);
  width:min(100%,var(--max));
  margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr 1.15fr;
  align-items:stretch;
  background:var(--black);
  color:#fff;
}
.footer .numbered-section{counter-increment:section}
.section-number::before{
  content:counter(section,decimal-leading-zero);
  color:var(--red);
  font-size:16px;
  font-weight:800;
}
.footer-block{padding:18px 34px}
.footer-block h2{margin:4px 0 10px;font-size:18px}
.footer-block dl{margin:0;font-size:11px}
.footer-block dl>div{display:grid;grid-template-columns:58px 1fr;gap:8px;margin:2px 0}
.footer-block dt,.footer-block dd{margin:0}
.footer-brand{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:14px 28px}

.footer-logo-panel{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,320px);
  padding:10px 18px;
  background:#fff;
}
.footer-logo-panel img{width:280px}

.footer-brand small{margin-top:2px;color:#c6c6c6;font-size:9px}
.footer-block p{margin:2px 0 10px;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:15px}
.cta{display:flex;justify-content:space-between;align-items:center;max-width:340px;background:var(--red);padding:12px 18px;font-size:13px}
.cta span{font-size:20px}




}


/* =========================================================
   SP 03 only — v6
   HTML: section number / headline / body
   Image: sky / sakura / heart-to-bird red line
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-03{
    min-height:calc(100svh - 58px);
    padding:0;
    background:#fff;
    color:#111;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }

  .mobile-site .sp-03 .sp-inner{
    width:100%;
    max-width:430px;
    margin:0 auto;
    padding:28px 26px 18px;
  }

  .mobile-site .sp-03 .sp-no{
    color:var(--red);
    font-size:16px;
    font-weight:800;
    letter-spacing:.08em;
  }

  .mobile-site .sp-03 h2{
    margin:7px 0 16px;
    font-size:clamp(28px,8vw,38px);
    line-height:1.08;
    letter-spacing:-.02em;
  }

  .mobile-site .sp-03 h2 span{
    color:var(--red);
  }

  .mobile-site .sp-03 p{
    margin:0;
    font-size:14px;
    line-height:1.8;
  }

  .mobile-site .sp-03 .sp-03-visual{
    width:100%;
    max-width:430px;
    margin:auto auto 0;
    overflow:hidden;
  }

  .mobile-site .sp-03 .sp-03-visual img{
    width:100%;
    height:auto;
    display:block;
  }
}


/* =========================================================
   SP 03 only — v7
   1) Natural content height; no forced blank space.
   2) Add RELEASE to match the other section structure.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-03{
    min-height:0;
    height:auto;
  }

  .mobile-site .sp-03 .sp-inner{
    padding-bottom:14px;
  }

  .mobile-site .sp-03 .sp-kicker{
    margin-top:6px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.16em;
    color:#111;
  }

  .mobile-site .sp-03 .sp-rule{
    width:38px;
    height:1px;
    margin:13px 0 20px;
    background:var(--red);
  }

  .mobile-site .sp-03 .sp-03-visual{
    margin:0 auto;
  }
}


/* =========================================================
   SP TOP only — v9
   Uses the approved vertical TOP artwork as one complete visual.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-image-screen.sp-top{
    height:auto;
    min-height:0;
    display:block;
    overflow:hidden;
    background:#fff;
  }

  .mobile-site .sp-image-screen.sp-top>img{
    display:block;
    width:100%;
    height:auto;
    max-width:430px;
    margin:0 auto;
    object-fit:contain;
    object-position:center top;
  }
}


/* =========================================================
   SP TOP only — v10
   Trim top blank area + fit exactly one SP viewport.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-image-screen.sp-top{
    width:100%;
    max-width:430px;
    height:calc(100svh - 58px);
    min-height:0;
    margin:0 auto;
    overflow:hidden;
    background:#fff;
  }

  .mobile-site .sp-image-screen.sp-top>img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    margin:0;
    object-fit:cover;
    object-position:center top;
  }
}


/* =========================================================
   SP 04 only — v11
   Content + icons aligned to committed PC 04.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-service .service-list article>img{
    width:56px;
    height:56px;
    object-fit:contain;
    flex:0 0 56px;
  }

  .mobile-site .sp-service .service-list h3{
    text-transform:none;
    line-height:1.15;
  }
}


/* =========================================================
   SP 04 only — v12
   Balance pass: tighter vertically, broader horizontally.
   Content and PC-derived icons are unchanged.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-service .service-inner{
    width:100%;
    max-width:430px;
    margin:0 auto;
    padding-left:22px;
    padding-right:22px;
  }

  .mobile-site .sp-service .service-list{
    width:100%;
    margin-top:18px;
  }

  .mobile-site .sp-service .service-list article{
    width:100%;
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    align-items:center;
    column-gap:18px;
    padding:13px 4px;
  }

  .mobile-site .sp-service .service-list article>img{
    width:56px;
    height:56px;
    justify-self:center;
  }

  .mobile-site .sp-service .service-list article>div{
    width:100%;
    min-width:0;
  }

  .mobile-site .sp-service .service-list h3{
    margin:0 0 4px;
  }

  .mobile-site .sp-service .service-list p{
    margin:0;
    line-height:1.55;
  }

  .mobile-site .sp-service .service-list article+article{
    border-top:1px solid rgba(0,0,0,.10);
  }
}


/* =========================================================
   SP 04 only — v13
   Natural content height. Do NOT stretch to fill one screen.
   Keep v12 horizontal balance.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-service{
    min-height:0!important;
    height:auto!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }

  .mobile-site .sp-service .service-inner{
    min-height:0!important;
    height:auto!important;
    padding-top:24px;
    padding-bottom:24px;
  }

  .mobile-site .sp-service .service-list{
    margin-top:14px;
    margin-bottom:0;
  }

  .mobile-site .sp-service .service-list article{
    min-height:0!important;
    padding-top:10px;
    padding-bottom:10px;
  }
}


/* =========================================================
   SP 01 only — v15
   Larger transparent tangle + missing HTML copy.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-tangle-copy{
    margin:18px 0 8px;
    line-height:1.9;
  }

  .mobile-site img[src$="sp-tangle-01.png"]{
    display:block;
    width:112%;
    max-width:none;
    height:auto;
    margin-left:-6%;
  }
}


/* =========================================================
   SP 01 only — v16
   Force requested copy ABOVE the tangle image.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-tangle-stack{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch;
    width:100%;
  }

  .mobile-site .sp-tangle-stack .sp-tangle-copy{
    display:block;
    width:100%;
    flex:none;
  }

  .mobile-site .sp-tangle-stack img[src$="sp-tangle-01.png"]{
    display:block;
    flex:none;
  }
}


/* =========================================================
   SP 01 only — v17
   Required order: image -> added copy -> existing red copy.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-tangle-copy{
    position:static!important;
    display:block!important;
    width:100%!important;
    clear:both;
    margin:14px 0 16px!important;
    padding:0!important;
    line-height:1.8!important;
  }
}


/* =========================================================
   SP 01 only — v18
   Fix actual parent layout:
   image -> added copy -> red copy, all vertically.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-01 .sp-tangle{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:100%!important;
  }

  .mobile-site .sp-01 .sp-tangle > img[src$="sp-tangle-01.png"]{
    display:block!important;
    width:112%!important;
    max-width:none!important;
    height:auto!important;
    margin-left:-6%!important;
    margin-right:-6%!important;
    flex:none!important;
  }

  .mobile-site .sp-01 .sp-tangle > .sp-tangle-copy{
    display:block!important;
    position:static!important;
    width:100%!important;
    flex:none!important;
    margin:14px 0 16px!important;
  }
}


/* =========================================================
   SP 01 only — v19
   Root cause fix: old .sp-tangle had fixed height:235px.
   Let the container grow with image + added copy so the red
   paragraph starts after it instead of overlapping.
   ========================================================= */
@media(max-width:760px){
  .mobile-site .sp-01 .sp-tangle{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    margin:4px 0 0!important;
  }

  .mobile-site .sp-01 .sp-tangle + .sp-em{
    position:static!important;
    clear:both!important;
    margin-top:0!important;
  }
}
