/*BN-live-page*/

.live-page{
  background:var(--paper);
}

/*BN-live-page-hero*/

.live-page-hero{
  min-height:680px;
  padding:140px 7vw 80px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  background:#fff;
}

.live-page-hero-text h1{
  font-size:clamp(48px,6vw,86px);
  line-height:1.18;
  letter-spacing:.06em;
  font-weight:500;
  margin:0 0 32px;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}

.live-page-hero-text p{
  font-size:15px;
  font-weight:700;
  color:#333;
}

.live-page-note{
  margin-top:26px;
  padding:16px 18px;
  border-left:4px solid var(--red);
  background:#faf8f6;
  color:#555;
}

.live-page-hero-image img{
  border-radius:20px;
  box-shadow:0 24px 60px rgba(0,0,0,.14);
}

/*BN-live-ratio*/

.live-page-ratio{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  max-width:900px;
  margin:48px auto 0;
}

.live-page-ratio article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:44px;
  text-align:center;
}

.live-page-ratio b{
  display:block;
  font-size:86px;
  line-height:1;
  color:var(--red);
}

.live-page-ratio small{
  font-size:.42em;
}

.live-page-ratio h3{
  margin:18px 0 10px;
  font-size:20px;
}

.live-page-ratio p{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:#555;
}

/*BN-live-problem*/

.live-problem-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  gap:20px;
  margin-top:42px;
}

.live-problem-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:34px;
}

.live-problem-grid h3{
  margin:0 0 12px;
  font-size:18px;
}

.live-problem-grid p{
  margin:0;
  font-size:14px;
  font-weight:700;
  color:#555;
}

.live-problem-grid .result{
  background:#fff;
  border-top:4px solid var(--red);
}

.live-problem-grid .result h3{
  color:var(--red);
}

.live-result-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:34px;
}

.live-result-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:40px;
  flex-wrap:wrap;
}

.live-result-actions span{
  min-width:120px;
  padding:16px 24px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.live-why-lead{
  text-align:center;
  font-size:clamp(26px,2.4vw,42px);
  line-height:1.9;
  letter-spacing:.08em;
  margin:30px auto 60px;
  max-width:900px;

  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:500;
}

.live-page-why{
  padding-bottom:70px;
}

/*BN-live-flow*/

.live-flow-list{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-top:44px;
}

.live-flow-list article{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:30px 22px;
  min-height:190px;
}

.live-flow-list span{
  display:block;
  color:var(--red);
  font-weight:900;
  font-size:13px;
  letter-spacing:.08em;
  margin-bottom:16px;
}

.live-flow-list h3{
  font-size:17px;
  margin:0 0 10px;
}

.live-flow-list p{
  font-size:13px;
  font-weight:700;
  color:#555;
  margin:0;
}

/*BN-live-device*/

.live-page-device{
  display:grid;
  grid-template-columns:.85fr 1fr;
  gap:60px;
  align-items:center;
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.live-page-device h2{
  font-size:38px;
  line-height:1.45;
  margin:0 0 20px;
}

.live-page-device p{
  font-size:14px;
  font-weight:700;
  color:#555;
}

.live-page-device img{
  border-radius:20px;
  box-shadow:0 24px 60px rgba(0,0,0,.14);
}

/*BN-live-scene*/

.live-scene-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:42px;
}

.live-scene-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
}

/*BN-live-result*/

.result-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:50px;
}

.result-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(0,0,0,.05);
}

.result-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.result-card div{
  padding:24px 26px 28px;
}

.result-card h3{
  margin:0 0 12px;
  font-size:18px;
}

.result-card p{
  margin:0 0 18px;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
  color:#555;
}

.result-card strong{
  display:block;
  color:var(--red);
  font-size:15px;
  letter-spacing:.06em;
}

.live-scene-grid img{
  width:100%;
  height:190px;
  object-fit:cover;
}

.live-scene-grid h3{
  font-size:14px;
  margin:0;
  padding:18px;
}

.live-scene-grid p{
  margin:0;
  padding:0 18px 20px;
  font-size:13px;
  font-weight:900;
  color:var(--red);
}

/*BN-live-asset*/

.live-page-asset{
  background:#fff;
  border-top:1px solid var(--line);
}



/* ASSET FLOW */

.live-page-asset{
  background:#fff;
}

.asset-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 80px;
}

.asset-head h2{
  font-size:clamp(34px,4.2vw,64px);
  line-height:1.4;
  letter-spacing:.05em;
  margin:16px 0 40px;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:500;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.asset-head p{
  font-size:15px;
  line-height:2;
  color:#555;
}

.asset-flow{
  position:relative;
  width:min(1100px,94vw);
  height:660px;
  margin:0 auto;
}

.asset-core{
  position:absolute;
  left:50%;
  top:47%;
  z-index:5;
  width:240px;
  height:240px;
  border-radius:50%;
  background:#111;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  box-shadow:0 28px 70px rgba(0,0,0,.18);
  opacity:0;
  transform:translate(-50%,-50%) scale(.92);
  transition:
    opacity .9s ease,
    transform 1s cubic-bezier(.22,1,.36,1);
}

.asset-core span,
.asset-goal span{
  font-size:11px;
  letter-spacing:.2em;
  color:#c91520;
  margin-bottom:8px;
}

.asset-core strong{
  font-size:22px;
  letter-spacing:.08em;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}

.asset-node{
  position:absolute;
  z-index:4;
  min-width:130px;
  padding:14px 20px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e8e2dc;
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  text-align:center;
  opacity:0;
  transform:translateY(22px) scale(.96);
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,1,.36,1);
}

.asset-node span{
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.asset-line{
  position:absolute;
  left:50%;
  top:47%;
  height:1px;
  background:linear-gradient(90deg,#c91520,rgba(201,21,32,.08));
  transform-origin:left center;
  transform:scaleX(0);
  opacity:.55;
  transition:transform 1.15s cubic-bezier(.22,1,.36,1) .25s;
}

.asset-flow.is-show .asset-core{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

.asset-flow.is-show .asset-node{
  opacity:1;
  transform:translateY(0) scale(1);
}

.asset-flow.is-show .node-live,
.asset-flow.is-show .node-short{
  transform:translate(-50%,0) scale(1);
}

.asset-goal{
  opacity:0;
  transform:translateX(-50%) translateY(18px);
}

.asset-flow.is-show .asset-goal{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.line-sns{
  width:260px;
  transform:rotate(-150deg) scaleX(0);
}

.line-web{
  width:260px;
  transform:rotate(-30deg) scaleX(0);
}

.line-ad{
  width:300px;
  transform:rotate(155deg) scaleX(0);
}

.line-doc{
  width:300px;
  transform:rotate(25deg) scaleX(0);
}

.line-short{
  width:310px;
  transform:rotate(90deg) scaleX(0);
}

.line-live{
  width:250px;
  transform:rotate(-90deg) scaleX(0);
}

.asset-flow.is-show .line-sns{
  transform:rotate(-150deg) scaleX(1);
}

.asset-flow.is-show .line-web{
  transform:rotate(-30deg) scaleX(1);
}

.asset-flow.is-show .line-ad{
  transform:rotate(155deg) scaleX(1);
}

.asset-flow.is-show .line-doc{
  transform:rotate(25deg) scaleX(1);
}

.asset-flow.is-show .line-short{
  transform:rotate(90deg) scaleX(1);
}

.asset-flow.is-show .line-live{
  transform:rotate(-90deg) scaleX(1);
}

.asset-flow.is-show .asset-node{
  opacity:1;
  transform:translateY(0);
}

.node-sns{left:5%;top:12%;transition-delay:.35s;}
.node-web{right:8%;top:12%;transition-delay:.45s;}
.node-ad{left:0;bottom:18%;transition-delay:.55s;}
.node-doc{right:0;bottom:18%;transition-delay:.65s;}
.node-live{left:50%;top:0;transform:translate(-50%,18px);transition-delay:.75s;}
.node-short{
  left:50%;
  bottom:55px;
  transform:translate(-50%,18px);
  transition-delay:.85s;
}

.asset-flow.is-show .node-live,
.asset-flow.is-show .node-short{
  transform:translate(-50%,0);
}

.asset-goal{
  position:absolute;
  left:50%;
  bottom:-20px;
  z-index:6;
  transform:translateX(-50%);
  text-align:center;
  opacity:0;
  transition:opacity .9s ease 1.2s, transform .9s ease 1.2s;
}

.asset-goal strong{
  display:block;
  font-size:clamp(20px,2.6vw,32px);
  letter-spacing:.08em;
  color:#c91520;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
}

.asset-flow.is-show .asset-goal{
  opacity:1;
  transform:translateX(-50%) translateY(-10px);
}

.asset-lead{
  max-width:680px;
  margin:0 auto;
  font-size:15px;
  line-height:2;
  color:#555;
  font-weight:700;
}


/*BN-live-faq*/

.faq-list{
  max-width:900px;
  margin:38px auto 0;
  display:grid;
  gap:12px;
}

.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:20px 24px;
}

.faq-list summary{
  cursor:pointer;
  font-weight:900;
}

.faq-list p{
  margin:16px 0 0;
  font-size:14px;
  font-weight:700;
  color:#555;
}

/* BN-live-contact */

.live-page-contact{
  background:#111;
  color:#fff;
  text-align:center;
  padding:140px 7vw;
}

.live-contact-inner{
  max-width:900px;
  margin:0 auto;
}

.live-page-contact h2{
  font-size:clamp(40px,5vw,78px);
  line-height:1.5;
  margin:20px 0 40px;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:500;
}

.live-page-contact p{
  color:rgba(255,255,255,.75);
  line-height:2;
}

.live-contact-buttons{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
}

.contact-line-btn,
.contact-mail-btn{
  min-width:300px;
  padding:26px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-size:22px;
  font-weight:700;
  transition:.25s;
}

.contact-line-btn{
  background:#06C755;
}

.contact-mail-btn{
  background:var(--red);
}

.contact-line-btn:hover,
.contact-mail-btn:hover{
  transform:translateY(-4px);
}

.contact-line-btn span,
.contact-mail-btn span{
  display:block;
  margin-top:8px;
  font-size:12px;
  opacity:.85;
}

.whyus-message{
  margin:120px auto 0;
}









/*BN-live-page-smartphone*/

@media (max-width:960px){

  .live-page-hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding:110px 24px 60px;
    gap:34px;
  }

  .live-page-hero-text h1{
    font-size:44px;
  }

  .live-page-ratio,
  .live-problem-grid,
  .live-page-device,
  .live-scene-grid,
  .live-page-cta{
    grid-template-columns:1fr;
  }

  .live-page-ratio article{
    padding:34px 24px;
  }

  .live-page-ratio b{
    font-size:68px;
  }

  .live-flow-list{
    grid-template-columns:1fr;
  }

  .live-page-device{
    gap:32px;
  }

  .live-page-device h2{
    font-size:30px;
  }

  .live-scene-grid img{
    height:180px;
  }

  .live-page-cta{
    padding:56px 24px;
  }

  .live-page-cta h2{
    font-size:26px;
  }

	
	
	

.value-flow{
  margin:60px auto 10px;
}

.value-flow h3{
  font-size:clamp(30px,9vw,44px);
}

.value-flow-lead{
  margin-bottom:42px !important;
}

.value-map{
  height:520px;
}

.value-map::before{
  width:1px;
  height:78%;
  transform:translate(-50%,-50%) scaleY(0);
}

.value-map::after{
  display:none;
}

.value-flow.is-show .value-map::before{
  transform:translate(-50%,-50%) scaleY(1);
}

.value-center{
  width:128px;
  height:128px;
}

.value-node{
  min-width:92px;
  font-size:12px;
  padding:10px 14px;
}

.node-doc{top:0;}
.node-sns{left:50%;top:18%;transform:translate(-50%,16px);}
.node-web{left:50%;top:31%;right:auto;transform:translate(-50%,16px);}
.node-ad{left:50%;bottom:31%;transform:translate(-50%,16px);}
.node-live{left:50%;bottom:18%;right:auto;transform:translate(-50%,16px);}
.node-short{bottom:0;}
.node-doc,
.node-short{
  left:50%;
}

.value-flow.is-show .node-sns,
.value-flow.is-show .node-web,
.value-flow.is-show .node-ad,
.value-flow.is-show .node-live{
  transform:translate(-50%,0);
}

.whyus-message{
  margin:80px auto 0;
}

.whyus-statement{
  font-size:clamp(28px,8vw,42px) !important;
  line-height:1.45 !important;
  letter-spacing:.04em;
  margin:0 auto !important;
}

.whyus-message-text{
  max-width:100%;
  text-align:left;
}

.whyus-message-text p{
  font-size:14px;
  line-height:1.9;
  margin-bottom:22px;
}
	
	
.asset-head{
  margin-bottom:50px;
}

.asset-head h2{
  font-size:clamp(32px,9vw,46px);
}

.asset-flow{
  position:relative;
  width:min(980px,92vw);
  height:620px;
  margin:0 auto;
}

.asset-core{
  width:170px;
  height:170px;
  top:46%;
}

.asset-core strong{
  font-size:22px;
  line-height:1.3;
  letter-spacing:.08em;
}

.asset-line{
  display:none;
}

.asset-node{
  min-width:120px;
  padding:12px 16px;
}

.node-live{left:50%;top:0;transform:translate(-50%,18px);}
.node-sns{left:50%;top:16%;transform:translate(-50%,18px);}
.node-web{left:50%;top:28%;right:auto;transform:translate(-50%,18px);}
.node-ad{left:50%;bottom:30%;transform:translate(-50%,18px);}
.node-doc{left:50%;bottom:18%;right:auto;transform:translate(-50%,18px);}
.node-short{left:50%;bottom:6%;transform:translate(-50%,18px);}

.asset-flow.is-show .node-live,
.asset-flow.is-show .node-sns,
.asset-flow.is-show .node-web,
.asset-flow.is-show .node-ad,
.asset-flow.is-show .node-doc,
.asset-flow.is-show .node-short{
  transform:translate(-50%,0);
}

.asset-goal{
  bottom:-42px;
  width:100%;
}

.asset-goal strong{
  font-size:clamp(22px,7vw,34px);
}
	
.result-grid{
  grid-template-columns:1fr;
}
	
/* ASSET smartphone */

.asset-flow{
  width:100%;
  height:auto;
  display:grid;
  gap:16px;
  margin:40px auto 0;
}

.asset-core,
.asset-node,
.asset-goal{
  position:static;
  transform:none !important;
  opacity:1 !important;
}

.asset-core{
  width:180px;
  height:180px;
  margin:0 auto 20px;
}

.asset-line{
  display:none;
}

.asset-node{
  width:100%;
  max-width:280px;
  margin:0 auto;
}

.asset-goal{
  margin:28px auto 0;
  width:100%;
}

.asset-goal strong{
  font-size:clamp(24px,7vw,36px);
}

/* =========================
LIVE PAGE FINAL ADJUST
========================= */

/* MESSAGE */

.whyus-message{
  max-width:1100px;
  margin:120px auto 0;
  text-align:center;
}

.whyus-message .section-kicker{
  margin-bottom:22px;
}

.whyus-statement{
  font-size:clamp(42px,5vw,72px) !important;
  line-height:1.48 !important;
  letter-spacing:.06em;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-weight:500;
  margin:0 auto !important;
}

.whyus-message-text{
  max-width:680px;
  margin:44px auto 0;
  text-align:center;
}

.whyus-message-text p{
  font-size:15px;
  line-height:2;
  color:#555;
  margin:0 0 18px;
}


/* SMARTPHONE FINAL */

@media (max-width:960px){

  .live-page .section{
    padding:84px 22px;
  }

  .live-page .section-heading{
    margin-bottom:38px;
  }

  .live-page .section-heading h2{
    font-size:clamp(28px,8vw,38px);
    line-height:1.45;
  }

  .live-page .section-heading p{
    font-size:13px;
    line-height:1.9;
  }

  .live-page-hero{
    padding:96px 22px 70px;
  }

  .live-page-hero-text h1{
    font-size:clamp(42px,13vw,58px);
    line-height:1.22;
  }

  .live-page-hero-text p{
    font-size:14px;
    line-height:1.9;
  }

  .hero-buttons{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .hero-buttons a{
    width:100%;
  }

  .live-page-ratio{
    grid-template-columns:1fr;
    gap:16px;
  }

  .live-page-ratio article{
    padding:34px 22px;
  }

  .live-page-ratio b{
    font-size:64px;
  }

  .live-problem-grid,
  .live-flow-list,
  .live-page-device,
  .live-scene-grid,
  .result-grid{
    grid-template-columns:1fr;
  }

  .live-problem-grid article{
    padding:26px 22px;
  }

  .live-problem-grid h3{
    font-size:18px;
  }

  .live-result-actions{
    gap:10px;
  }

  .live-result-actions span{
    min-width:auto;
    padding:12px 18px;
    font-size:12px;
  }

  .live-flow-list article{
    min-height:auto;
    padding:26px 22px;
  }

  .live-flow-list h3{
    font-size:19px;
  }

  .live-page-device{
    gap:34px;
  }

  .live-page-device h2{
    font-size:clamp(30px,9vw,42px);
  }

  .live-scene-grid img,
  .result-card img{
    height:180px;
  }

  .asset-head{
    margin-bottom:44px;
  }

  .asset-head h2{
    font-size:clamp(34px,10vw,48px);
  }

  .asset-lead{
    font-size:13px;
    line-height:1.9;
  }

  /* ASSET smartphone */
  .asset-flow{
    width:100%;
    height:auto;
    display:grid;
    gap:16px;
    margin:40px auto 0;
  }

  .asset-core,
  .asset-node,
  .asset-goal{
    position:static;
    transform:none !important;
    opacity:1 !important;
  }

  .asset-core{
    width:180px;
    height:180px;
    margin:0 auto 18px;
  }

  .asset-line{
    display:none;
  }

  .asset-node{
    width:100%;
    max-width:280px;
    margin:0 auto;
  }

  .asset-goal{
    margin:30px auto 0;
    width:100%;
  }

  .asset-goal strong{
    font-size:clamp(24px,7vw,34px);
    line-height:1.5;
  }

  .whyus-message{
    margin:80px auto 0;
  }

  .whyus-statement{
    font-size:clamp(32px,9vw,44px) !important;
    line-height:1.5 !important;
  }

  .whyus-message-text{
    margin-top:32px;
    text-align:left;
  }

  .whyus-message-text p{
    font-size:13px;
    line-height:1.9;
  }

  .live-page-contact{
    padding:100px 22px;
  }

  .live-page-contact h2{
    font-size:clamp(32px,9vw,46px);
  }

  .contact-line-btn,
  .contact-mail-btn{
    width:100%;
    min-width:0;
  }
}
	
	
}