@charset "utf-8";
/* =========================================================
   water
========================================================= */
@media print {
    .no-print {
        display: none !important;
    }
}
/* guarded image */
.guarded {
    pointer-events: none;
}
.guarded img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.nowrap{
  white-space: nowrap;
}

:root {
  --text:#4a4f53;
  --muted:rgba(74,79,83,.82);
  --soft:rgba(74,79,83,.68);
  --line:rgba(74,79,83,.45);
   --hover-bg:var(--text); 

    --font-body:"BIZ UDPGothic",sans-serif;
    --font-ui: "Inter", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;padding: 0;
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.85;
    font-size: 16px;
    background-attachment: fixed;
      overflow-x:hidden;
}






h1, h2, h3, .introLead, .aboutText h3 {
    /*font-family: var(--font-serif);*/
}
.waterInfo__title img{max-width: 400px;margin: 0 auto 40px;}

h2.sectionEn {padding: 0;margin: 0 0 20px;
    font-family: var(--font-ui);
    font-size: 3em;
}
@media(max-width:840px) {
  h2.sectionEn{
    font-size: 2.4em;
    line-height:1.2;
  }
 .waterInfo__title img{max-width: 74%;margin: 0 auto 40px;}   

}


body.is-menu-open {
    overflow: hidden;
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}



/* =========================================================
   Header / navigation
========================================================= */
.siteHeader {font-family: var(--font-ui);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px 28px;  mix-blend-mode:normal !important;
    opacity: 0;
    transform: translateY(-10px);
    transition:opacity .8s ease 1.4s, transform .8s ease 1.4s;
}
body.is-kv-done .siteHeader, body.is-reduced-motion .siteHeader {
    opacity: 1;
    transform: none;
}



.logo{
  opacity:0;
  transform:translateY(-8px);

  transition:
    opacity .35s ease,
    transform .35s ease;
}

.logo img{
  width:140px;margin-left:-12px;
  height:auto;
}

body.is-scrolled .logo{
  opacity:1;
  transform:none;
}


@media(max-width:840px){

  .logo{
    visibility:hidden;
  }
}

.siteNav {
  display:flex;
  gap:22px;


}

@media (min-width:841px){

  .siteNav{
    background:none;
    border:none;
    box-shadow:none;

    padding:0;

    transition:
      background .3s ease,
      box-shadow .3s ease,
      border-color .3s ease,
      padding .3s ease;
  }

  body.is-scrolled .siteNav{
    background:rgba(255,255,255,.92);
    border:1px solid rgba(0,0,0,.08);

    box-shadow:
      0 1px 3px rgba(0,0,0,.04),
      0 8px 24px rgba(0,0,0,.10);

    padding:12px 18px;
  }

}

.siteNav a {
    opacity: .72; 
}
.siteNav a:hover {
    opacity: 1;
}
.menuBtn{
  display:none;
  position:relative;
  z-index:800;

  width:64px;
  height:64px;



  color:var(--text);
  cursor:pointer;

  -webkit-tap-highlight-color:transparent;
    
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  
}

.menuBtn span{
  position:absolute;
  left:50%;

  width:36px;
  height:1px;

  background:currentColor;

  transform:translateX(-50%);
  transition:.28s ease;
}

.menuBtn span:first-child{
  top:24px;
}

.menuBtn span:last-child{
  top:38px;
}

.menuBtn.is-open span:first-child{
  top:31px;
  transform:translateX(-50%) rotate(45deg);
}

.menuBtn.is-open span:last-child{
  top:31px;
  transform:translateX(-50%) rotate(-45deg);
}

/*SP*/
.spNav {    font-family: var(--font-ui);
    position: fixed;
    inset: 0;
    z-index: 600;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, #ffffff 0%, #ddeff9 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
.spNav.is-open {
    opacity: 1;
    pointer-events: auto;
}
.spNav__inner {
    display: grid;
    gap: 22px;
    text-align: center;
}
.spNav a {
      font-size: clamp(22px, 6vw, 34px);
    line-height: 1.2;
}
/* =========================================================
   PC：中央70%幅ビジュアル
   Water：手書き風に左から
========================================================= */
.kvPoster {
    position: relative;
    min-height: 100svh;
    padding: 150px 0 90px;
    display: grid;
    place-items: center;
    background: #ffffff;
    overflow: hidden;
}
.kvPoster__stage {
    position: relative;
    width: min(80vw, 1500px);
    margin: 0 auto;
}
/* 使わない写真は消す */
.kvPoster__photo--top, .kvPoster__photo--bottom {
    display: none !important;
}
/* 写真 */
.kvPoster__photo--main {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(6px);
    transition:
        opacity 1.1s ease, transform 1.2s ease, filter 1.2s ease;
}
@keyframes waterBreath {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.015);
    }
}
.kvPoster__photo--main picture, .kvPoster__photo--main img {
    display: block;
    width: 100%;
    height: auto;
}
.kvPoster__photo--main img {
    object-fit: contain;
}
body.is-kv-ready .kvPoster__photo--main, body.is-kv-photo2 .kvPoster__photo--main {
    opacity: 1;
    transform: none;
    filter: none;
}
/* Water手書き */
.kvPoster__water {
    position: absolute;
    left: -7%;
    top: -10%;
    width: 90%;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transform-origin: left center;
    transform: translateY(10px) rotate(.1deg);
    transition:
        opacity .7s ease, transform 1s ease;
}
body.is-kv-water .kvPoster__water {
    opacity: 1;
    transform: translateY(0) rotate(0);
}
.kvPoster__waterSvg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    clip-path: inset(0 100% 0 0);
}
.kvPoster__waterSvg path {
    fill: #151515 !important;
    stroke: none !important;
}
body.is-kv-water .kvPoster__waterSvg {
    animation: waterWrite 2.6s cubic-bezier(.65, 0, .15, 1) forwards;
}
@keyframes waterWrite {
    to {
        clip-path: inset(0 0 0 0);
    }
}
/* SP */
@media(max-width:840px) {
  .kvPoster{
    min-height:90vh;
    padding:0;
  }
    .kvPoster__stage {
    width:80vw;
    }

  .kvPoster__water{
  left:-6.4%;   /* 横位置 */
  top:-8%;    /* 縦位置 */
  width:87%;  /* 大きさ */
      transform: translateY(-10px) rotate(.1deg);/* PCより上に */
  }
    
}
/* =========================
   WATER INFO
========================= */
.waterInfo {
    padding: 0;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #ddeff9 100%) !important;
}
.waterInfo__inner {
 
}
.waterInfo__credit {
    margin: 0 0 6px;
    font-size: clamp(18px, 2vw, 28px);
}


.waterInfo__schedule {
    display: grid;
    gap: 10px; /* 東京と京都の間 */
    padding: 0;
    margin: 0 0 32px;
    color: var(--muted);
    font-family: var(--font-ui);
}

.waterInfo__schedule p,
.waterInfo__schedule div,
.waterInfo__schedule span {
    margin: 0;
}



/* =========================================================
   Common sections
========================================================= */
.section {
    position: relative;
    z-index: 1;
    padding:30px 0; margin: 0;
    background: transparent;
}
.inner {
width:min(94%,980px);
    margin: 0 auto;
}
.narrow {
    max-width: 840px;
}
.section--center {
    text-align: center;
}
.sectionHead {
}

.sectionHead--center {
    text-align: center;
}
.sectionLead {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--muted);
}

/* =========================
   More Button
========================= */

.more{
  display:flex;
  width:fit-content;

  align-items:center;
  justify-content:center;
  gap:10px;

  margin:20px auto 0;
  padding:12px 24px;

  background:#eef5f8;
  border:1px solid #222;

  color:#222;

  font-family:var(--font-ui);text-transform:uppercase;
  font-size:12px;
  letter-spacing:.08em;
  text-decoration:none;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.more::after{
  content:"";

  width:16px;
  height:16px;

  background:url("../img/arrowB.svg") center/contain no-repeat;

  transition:
    transform .3s ease,
    background-image .3s ease;
}

.more:hover{
  
  color:#fff;
}

.more:hover::after{
  background-image:url("../img/arrowW.svg");
  transform:translateX(8px);
}
/* =========================================================
   News / intro
========================================================= */
.newsSection {
background: #ffffff;
}


.newsCard{padding:0 20px;
  max-width:960px;
  margin:0 auto;
  /*background:rgba(255,255,255,1);*/
}


#newsList{
  margin:0;
  padding:0;
  list-style:none;
}


.news-item{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:20px;
  align-items:center;

  font-size:16px;
  padding:18px 0;
  border-top:2px solid var(--line);
}
.news-item:last-child{
  border-bottom:2px solid var(--line);
}
.news-date{font-family:  var(--font-ui);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  line-height:1;
}

.news-date span:first-child{
  font-size:18px;
  opacity:.55;
  margin-bottom:4px;
}

.news-date span:last-child{
  font-size:24px;
  font-weight:600;
}


@media(max-width:840px){

  .newsCard{
    padding:26px 20px;
  }

  .news-item{
    grid-template-columns:90px 1fr;
    gap:12px;
    padding:14px 0;
  }

  .news-date span:first-child{
    font-size:12px;
  }

  .news-date span:last-child{
    font-size:20px;
  }

  .news-title{
    font-size:15px;
    line-height:1.5;
  }
}




.introSection{background: #ffffff;}



.introLead,.aboutText h3 {font-weight: 600;text-align: center;
    margin: 0 auto 40px;
    font-size: clamp(23px, 2.4vw, 38px);
    line-height: 1.55;
    opacity: 0;
    filter: blur(20px);
    transform: translateY(18px);
    transition:
        opacity 1.8s ease, filter 2.4s ease, transform 2s ease;
}
.introLead.is-in ,.aboutText h3.is-in{
    opacity: 1;
    filter: blur(0);
    transform: none;
}



.textBlock {
    color: var(--muted);
}
.textBlock p {
    margin: 0 0 1.4em;
}
@media(max-width:840px) {
    
    
    .introLead,.aboutText h3 {
        text-align: left;
}

    .textBlock p {
        text-align: left;
    }
    
    
    
}


.productionPhoto{
  margin:60px auto 0;
}

.productionPhoto img{margin: auto;
  width:min(100%,1200px);
}
/* SP */
@media(max-width:840px) {.productionPhoto{
  margin:0 auto 0;
}
}
/* =========================================================
   Water calling 
========================================================= */
.callingSection {
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #ddeff9 100%);
}

p.visualLead {
    margin: 28px 0;
    font-size: clamp(23px, 2.5vw, 36px);
    line-height: 2;
}
/* CAST & STAFF rebuild */
.castSection {
    text-align: center;
}
/* =========================
   CAST GRID
========================= */
.castGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 280px));
    gap: 64px 46px;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
}
.castCard{
    display:flex;
    flex-direction:column;
}
.castCard__photo {
    width: 240px;
    margin: 20px auto 20px;
    overflow: hidden;
}
.castCard__photo {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(14px);
    transition:
        opacity 1.4s ease, transform 1.6s ease, filter 1.8s ease;
}
.castCard.is-in .castCard__photo {
    opacity: 1;
    transform: none;
    filter: blur(0);
}
.castCard__photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition:
        transform 1.8s cubic-bezier(.22, .61, .36, 1), filter 1.8s ease;
}
.castCard:hover .castCard__photo img {
    transform: scale(1.055);
    filter: brightness(1.02);
}
.castCard__name {
    margin: 0 0 16px;
    font-size: clamp(22px, 2.1vw, 32px);
    line-height: 1.45;
    font-weight: 400;
}
.castCard__name span {
    display: block;
    margin-top:-3px;
    font-size: .48em;
    line-height: 1.5;
}
.castCard--hero {
    grid-column: 1 / -1;
    width: 240px;
    margin: 0 auto;
}
/* 小さい文字組 */
.castSupport {
    margin: 70px auto 0;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 26px;
}
.castSupport {
    margin-top: 60px;
}
.castSupport p {
    font-size: 18px;
}
/* SP */
@media(max-width:840px) {
    .castGrid {
        grid-template-columns: 1fr;
        gap: 34px;
        max-width: 320px;
    }
    .castCard, .castCard--hero {
        width: 100%;
    }
    
    
    .castSupport {
        display: block;
    }
    .castSupport p {
        margin: 0 0 6px;
        text-align: center;
        font-size: 16px;
    }
}

@media(max-width:480px) {
.castCard__photo {
    width: 200px;
    margin: 20px auto 20px;
    overflow: hidden;
}
}
/* =========================
   STAFF
========================= */
.staffSection {
  background: linear-gradient(180deg, #ffffff 0%, #ddeff9 100%) !important;
}
.staffLead {
    max-width: 760px;
    margin: 0 auto 10px;
    text-align: center;
}
.staffLabel {
    margin: 0 0 10px;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 11px;
    text-transform: uppercase;
}


.staffName {
    margin: 0 0 16px;
    font-size: clamp(22px, 2.1vw, 32px);
    line-height: 1.45;
    font-weight: 400;
}
.staffName span {
    display: block;
    margin-top:-3px;
    font-size: .48em;
    line-height: 1.5;
}


.staffRole {
    margin: 10px 0 0;
    color: var(--muted);
}
.staffComment {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: left;
}

/* =========================================================
   staffCredits
========================================================= */
.staffCredits {
    max-width: 940px;
    margin: 50px auto 0;padding-bottom: 60px;
}
.staffCredits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;/*幅方向*/
}
.staffCredits__col {
    display: flex;
    flex-direction: column;
    gap:12px;/*縦方向*/
}
.staffCredits__item{line-height: 1.55;
}

.staffCredits__col:first-child .staffCredits__item:nth-child(2),
.staffCredits__col:first-child .staffCredits__item:nth-child(5),
.staffCredits__col:first-child .staffCredits__item:nth-child(7),
.staffCredits__col:first-child .staffCredits__item:nth-child(8){
  margin-bottom:24px;
}

.staffCredits__role {
    margin: 0;
    font-size: 12px;
    color: var(--soft);
}
.staffCredits__name {
    margin: 0;
    font-size: 18px;
}

/*企画製作*/
.staffCredits__item--production {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}


@media (max-width:840px) {
    .staffCredits {
        max-width: 80%;
        margin: 40px auto;
    }
    .staffCredits__grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }
    .staffCredits__production {
        text-align: left;
        margin-top: 50px;
    }
    
    .staffCredits__role {
    color: var(--muted);
}
    .staffCredits__name {
        font-size: 16px;margin-bottom: 12px;
    }
    .staffCredits__col {gap:0;
        align-items: center;
        text-align: center;
    }
}

/* =========================================================
    footer
========================================================= */
.siteFooter {
    margin: clamp(40px, 7vw, 90px) auto 0;
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #ddeff9 100%);
}
.footerLogo {
    margin: auto;
    font-size: 30px;
    width: 70%;
    max-width: 300px;
}
.footerCopy {
    margin: 30px auto;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 10px;
}
/* =========================================================
   Motion / cleanup
========================================================= */
.reveal {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(18px);
    transition:
        opacity 1.6s ease, filter 2.2s ease, transform 1.8s ease;
}
.reveal.is-in {
    opacity: 1;
    filter: blur(0);
    transform: none;
}
@media(max-width:900px) {
    .siteNav {
        display: none;
    }
    .menuBtn {
        display: block;
    }
    .newsLayout{
        grid-template-columns: 1fr;
    }

}
@media(max-width:768px) {
    .siteHeader {
        padding: 15px 15px;
    }
    .section {
        padding: 30px 0;
    }
    .newsItem {
        grid-template-columns: 1fr;
    }

 
}
@media(max-width:560px) {
    body {
        background-attachment: scroll;
    }

}
/**/
.ripple {
    position: absolute;
    z-index: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(92, 145, 168, .55);
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: ripple 2.6s ease-out forwards;
}
.ripple::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(92, 145, 168, .28);
}
@keyframes ripple {
    0% {
        width: 14px;
        height: 14px;
        opacity: .65;
    }
    100% {
        width: 320px;
        height: 320px;
        opacity: 0;
    }
}
/* =========================================================
   about
========================================================= */
.aboutSection {
  background: linear-gradient(180deg, #ffffff 0%, #ddeff9 100%) !important;
}
.aboutText {
    max-width: 760px;
    margin: 0 auto;
}

.aboutText p {
    color: var(--muted);
    margin: 0 0 1.4em;
    line-height: 2;
}


.aboutActions{
  display:grid;
  justify-content:center;
  gap:14px;
  margin-top:40px;
}

.aboutActions .aboutBtn{
  margin:0 auto;
}

.aboutBtn{min-width: 260px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  width:fit-content;
  margin:40px auto 0;

  padding:8px 24px;

  background:#eef5f8;
  border:1px solid var(--muted);
color:  var(--muted);



  text-transform:uppercase;
  font-size:16px;

  cursor:pointer;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.aboutBtn::after{
  content:"";

  width:16px;
  height:16px;

  background:url("../img/arrowB.svg") center/contain no-repeat;

  transition:
    transform .3s ease,
    background-image .3s ease;
}

.aboutBtn:hover{
  
  color:#fff;
}

.aboutBtn:hover::after{
  background-image:url("../img/arrowW.svg");
  transform:translateX(8px);
}
/*ugoki*/

.aboutBtn{
  opacity:0;
  transform:translateY(12px);
  transition:
    opacity .6s ease,
    transform .6s ease;
}

.aboutActions .aboutBtn{
  opacity:0;
  transform:translateY(12px);

  transition:
    opacity .6s ease,
    transform .6s ease,
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.aboutActions.is-in .aboutBtn{
  opacity:1;
  transform:none;
}

.aboutActions.is-in .aboutBtn:nth-child(1){
  transition-delay:.05s;
}

.aboutActions.is-in .aboutBtn:nth-child(2){
  transition-delay:.15s;
}

.aboutActions.is-in .aboutBtn:nth-child(3){
  transition-delay:.25s;
}


/**/
.aboutMore {
    margin-top: 42px;
}
.aboutMore summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-ui);
    font-size: 11px;
    text-transform: uppercase;
    color: var(--muted);
}
.aboutMore summary::-webkit-details-marker {
    display: none;
}
.aboutMore summary::after {
    content: "+";
    font-size: 14px;
    line-height: 1;
}
.aboutMore[open] summary::after {
    content: "−";
}
.aboutMore__body {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
    transition:
        opacity .9s ease, transform .9s ease, filter .9s ease;
}
.aboutMore[open] .aboutMore__body {
    opacity: 1;
    transform: none;
    filter: blur(0);
}
/* =========================================================
   Water flow line 
========================================================= */
.waterFlowWrap {
    background: #fff !important;
    width: 100%;
}

.waterFlow {
    position: relative;
    z-index: 2;
    width: 100%;
    height: clamp(46px, 6vw, 78px);
    margin: clamp(-34px, -3vw, -18px) 0 clamp(-24px, -2vw, -10px);
    pointer-events: none;
    overflow: visible;
}
.waterFlow--center {
    width: min(1200px, 70vw);
    margin: 0 auto;
}
.waterFlow--kv {
    height: clamp(64px, 8vw, 104px);
    margin: clamp(-78px, -5vw, -42px) 0 clamp(-44px, -3vw, -18px);
}
.waterFlow svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.waterFlow__line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    stroke-dasharray: 1240;
    stroke-dashoffset: 1240;
    opacity: 0;
}
.waterFlow__line--main {
    stroke: rgba(70, 116, 145, .85);
    stroke-width:1.3;
    transition:
        stroke-dashoffset 2.2s cubic-bezier(.22, .75, .22, 1), opacity .9s ease;
}
.waterFlow__line--sub {
    stroke: rgba(70, 116, 145, .28);
     stroke-width:.8;
    transition:
        stroke-dashoffset 2.6s cubic-bezier(.22, .75, .22, 1) .16s, opacity 1s ease .12s;
}
.waterFlow.is-in .waterFlow__line {
    stroke-dashoffset: 0;
    opacity: 1;
}
.waterFlow.is-in .waterFlow__line--main {
    animation: waterLineBreath 12s ease-in-out 2.3s infinite alternate;
}
.waterFlow.is-in .waterFlow__line--sub {
    animation: waterLineBreath 15s ease-in-out 2.6s infinite alternate-reverse;
}
@keyframes waterLineBreath {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 2px, 0)
    }
}
@media(max-width:820px) {
 .waterFlow--center {
     width:100%;
    margin: 0 auto;
}
    .waterFlow {
        height: 48px;
        margin: 0 auto ;
    }
    .waterFlow__line--main {
        stroke-width: .75;
    }
    .waterFlow__line--sub {
        stroke-width: .48;
    }
}
/* =========================
   productionNote-btn
========================= */
.productionNoteLink {
    margin-top: 32px;
}
.productionNoteLink a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--muted);
    transition: .3s;
}
.productionNoteLink a:hover {
    opacity: .6;
}
/* =========================
   modal-btn
========================= */

.castCard__actions, .staffActions {
    font-family: var(--font-ui);
    display: flex;
    justify-content: center;
    gap: 10px;
   margin-top:auto;/*グループ名用*/
}
.castBtn,
.staffProfileBtn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:8px 24px;

  background:#eef5f8;
  border:1px solid #222;

  color:#222;

  font-family:var(--font-ui);text-transform:uppercase;
  font-size:12px;

  cursor:pointer;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.castBtn::after,
.staffProfileBtn::after{
  content:"";

  width:16px;
  height:16px;

  background:url("../img/arrowB.svg") center/contain no-repeat;

  transition:
    transform .3s ease,
    background-image .3s ease;
}

.castBtn:hover,
.staffProfileBtn:hover{
  
  color:#fff;
}

.castBtn:hover::after,
.staffProfileBtn:hover::after{
  background-image:url("../img/arrowW.svg");
  transform:translateX(8px);
}
/* =========================
   modal
========================= */

.comment-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease;
}
.comment-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.comment-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(8px);
}
.comment-modal__inner {
  position:relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     width:min(820px,calc(100vw - 24px));
    max-height: calc(100vh - 40px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
 overflow:hidden;
  -webkit-overflow-scrolling:touch;
}
.comment-modal__body { overflow:visible;
    padding:32px;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
}


.comment-modal__photo{
    width:min(180px,45%);
    margin:0 auto 20px;
}
.comment-modal__photo img{ display:block; width:100%; height:auto; }


.comment-modal__close{
  position:absolute;
  top:8px;
  right:8px;

  width:80px;
  height:80px;

  border:0;
  background:none;

  display:flex;
  align-items:center;
  justify-content:center;

  cursor:pointer;
  z-index:20;

  -webkit-tap-highlight-color:transparent;
}

.comment-modal__close span{
  position:absolute;

  width:42px;
  height:1px;

  background: var(--text); 

  border-radius:2px;

  transition:.25s ease;
}

.comment-modal__close span:first-child{
  transform:rotate(45deg);
}

.comment-modal__close span:last-child{
  transform:rotate(-45deg);
}


.comment-modal__name {
    margin: 0 0 15px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.4;
}
.comment-modal__role {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--soft);
}
.comment-modal__name small{
    display:block;
    margin-top:2px;
    font-size:.38em;
    font-weight:400;
    line-height:1.2;
}

.comment-modal__heading {font-family: var(--font-ui);
    margin: 40px 0 18px;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--soft);
}
.comment-modal__profile, .comment-modal__comment {
    font-size: 16px;
}
.comment-modal__profile p, .comment-modal__comment p {
    margin: 0 0 0.5em;letter-spacing: 0.05em; 
    line-height: 1.55;  
}
/**/
.castSection {
    position: relative;
    overflow: hidden;
}
.castSection::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle, rgba(120, 190, 230, .45) 0%, rgba(120, 190, 230, .18) 35%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}
.castSection > * {
    position: relative;
    z-index: 1;
}

@media(max-width:840px){

  .comment-modal__body{
    padding:24px;
  }
  .comment-modal__inner{
    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:calc(100vw - 24px);
    max-width:640px;

    max-height:calc(100vh - 24px);

    border:none;
    box-shadow:0 20px 60px rgba(0,0,0,.08);

      overflow:hidden;
    -webkit-overflow-scrolling:touch;
  }
    
    .comment-modal__profile, .comment-modal__comment {

    font-size: 15px;

}

.comment-modal__profile p, .comment-modal__comment p {

    margin: 0 0 0.5em;

    line-height: 1.5;

}
    
}/**/


/* =========================
   てん（・）リスト
   ========================= */
.ten {
    list-style: none;
    padding-left: 1.25em;
    margin: 0.75em 0;
    font-size: 0.8rem;
    line-height: 1.4;
}
.ten li {
    position: relative;
    margin: 0.35em 0;
}
.ten li::before {
    content: "・";
    position: absolute;
    left: -1.1em;
    top: 0;
}
/* =========================
   Utility
   ========================= */
.pc {
    display: none;
}
.sp {
    display: none;
}
@media (min-width:768px) {
    .pc {
        display: block;
    }
}
@media (max-width:767px) {
    .sp {
        display: block;
    }
}

/* =========================
   Floating Banner
========================= */

.floatingTicket{
    position:fixed;
    left:15px;
    bottom:15px;
    z-index:590;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:160px;
    height:58px;
    padding:0 20px;

    background:#fcf6d5;
    color:var(--text);

    font-size:14px;
    font-weight:500;

    box-shadow:0 6px 18px rgba(0,0,0,.10);

   opacity:0;
    transform:translateY(18px);
    pointer-events:none;

    transition:
      opacity 1s ease,
      transform 1s cubic-bezier(.22,.61,.36,1),
      background-color .4s ease,
      box-shadow .4s ease;
    
}

body.is-kv-done .floatingTicket,
body.is-reduced-motion .floatingTicket{
    opacity:1;
    transform:none;
    pointer-events:auto;

    transition-delay:2.2s;
}



/* スクロール停止時 */

.floatingTicket.is-idle{
    scale:.9;
    opacity:.82;
}

.floatingTicket::after{
    content:"";
    width:16px;
    height:16px;

    background:url("../img/arrowB.svg") center/contain no-repeat;

    transition:
      transform .3s ease,
      background-image .3s ease;
}

body.is-kv-done .floatingTicket:hover{
background-color:#ffffff;
  box-shadow:0 0 30px rgba(120,190,230,.18);
}

body.is-kv-done .floatingTicket:hover::after{
    transform:translateX(6px);
}
/* =========================
   Ticket Banner
========================= */

.ticketBanner{max-width: 300px;margin: auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  padding:18px 24px;

  background:#eef5f8;
  border:1px solid #222;

  text-decoration:none;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.ticketBanner__title{
  margin:0;

  font-family:var(--font-ui);text-transform:uppercase;
  font-size:11px;
  letter-spacing:.12em;


  color:inherit;
}

.ticketBanner__sub{
  margin:4px 0 0;

  font-size:14px;
  line-height:1.4;

  color:inherit;
}

.ticketBanner__arrow{
  flex-shrink:0;
}

.ticketBanner__arrow img{
  width:20px;
  height:20px;
  display:block;

  transition:transform .3s ease;
}

.ticketBanner:hover{

}

.ticketBanner:hover .ticketBanner__arrow img{
  content:url("../img/arrowW.svg");
  transform:translateX(8px);
}


/* =========================
   playGuideBtns
========================= */

.playGuideBtns{max-width: 640px;margin: auto;
  display:grid;
  gap:30px;
}

.playGuideBtn{font-size:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:16px 20px;

  
  border:1px solid #222;

  background:var(--hover-bg);
  color:#fff;
  text-decoration:none;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.playGuideBtn::after{
  content:"";

  width:18px;
  height:18px;

  background:url("../img/arrowW.svg") center/contain no-repeat;

  flex-shrink:0;

  transition:
    transform .3s ease,
    background-image .3s ease;
}

.playGuideBtn:hover{
  background:#fff;
    color:var(--text);
}

.playGuideBtn:hover::after{
  background-image:url("../img/arrowW.svg");
  transform:translateX(8px);
}

/* =========================
   Water notch divider
========================= */
.waterNotch{
  display:flex;
  justify-content:center;

  background:#ddeff9;

  margin-bottom:-1px;
  line-height:0;
}

.waterNotch img{
  display:block;

  width:120px;
  height:auto;
}

.waterDrop{
  display:flex;
  justify-content:center;

  margin-top:-1px;
}

.waterDrop img{
  width:20px;
  height:auto;
}


.aboutBtn:hover,
.castBtn:hover,
.staffProfileBtn:hover,
.more:hover,
.ticketBanner:hover{
  background:var(--hover-bg);
  color:#fff;
}