
/* =========================================================
   PC EDITORIAL JAPANESE LINE BREAKS
   Mobile layout remains untouched.
   ========================================================= */

@media (min-width:769px){

  body.ja [data-ja-pc]{
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    line-break:strict!important;
  }

  body.ja .hero-brand-statement,
  body.ja .intro-copy p,
  body.ja .feature-copy p,
  body.ja .membership-intro p,
  body.ja .culture-copy p,
  body.ja .reserve-content p,
  body.ja .contact-heading p{
    line-height:2!important;
  }

  body.ja .intro-title h2,
  body.ja .feature-copy h2,
  body.ja .membership-heading h2,
  body.ja .culture-copy h2,
  body.ja .contact-heading h2{
    text-wrap:balance;
  }

  body.ja #reserve h2 .reserve-line{
    display:block!important;
    width:max-content!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }

  body.ja .quote-section blockquote{
    max-width:900px!important;
    line-height:1.8!important;
  }

  body.ja [data-ja-pc] br{
    display:block!important;
  }
}
