 .l-accordion input {
    display: none;
 }
 @media(max-width:767px) {
    .city {
        border: 0;
        padding: 4%;
    }
    .accessbtn {
        position: relative;
        background-color: #ad0003;
        font-weight: bold;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px;
        color: #fff !important;
        width: 100%;
        height: 30px;
        margin-top: 10px;
        line-height: 50px;
        font-family: shippori-mincho-b1, sans-serif;
    }
 }
 @media(min-width:767px) {
    .city {
        border: 1px #fff solid;
        padding: 1% 0;
        width: 50%;
        margin: 0 auto;
    }
    .accessbtn {
        position: relative;
        background-color: #ad0003;
        font-weight: bold;
        padding: 5px 20px;
        cursor: pointer;
        font-size: 14px;
        color: #fff !important;
        width: 70px;
        height: 30px;
        margin-top: 5px;
        line-height: 45px;
        font-family: shippori-mincho-b1, sans-serif;
    }
.l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #000;
    font-weight: normal;
    padding: 16px 0 16px;
    cursor: pointer;
    color: #fff;
    margin-top: 15px;
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s ease, filter 1s ease;
    letter-spacing: 1px;
    font-size: 22px;
    font-family: "Noto Serif JP", sans-serif;
    box-shadow: 0 0 6px #8b3f2f,
        0 0 12px #cc6a4a,
        0 0 18px #b0523a,
        0 0 24px #5a2b24;
    width: 70%;
    margin: 0 auto;
}





    .l-accordion .l-accordion-switch::before, .l-accordion .l-accordion-switch::after {
        content: '';
        position: absolute;
        display: block;
        width: 13px;
        height: 3px;
        background: #fff;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .l-accordion .l-accordion-switch::after {
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    .l-accordion input:checked~.l-accordion-switch::after {
        transform: rotate(0);
        transition: 0.5s;
    }
    .l-accordion .l-accordion-inside {
        height: 0;
        opacity: 0;
        transition: 0.5s;
        line-height: 25px;
        padding-top: 0;
        pointer-events: none;
        color: #fff;
        font-size: 16px;
        text-align: left;
        margin-top: 0;
    }
    .l-accordion .l-accordion-inside p {
        padding-top: 15px;
    }
    .l-accordion input:checked~.l-accordion-inside {
        height: auto;
        opacity: 1;
        pointer-events: auto;
    }
 }
 @media(max-width:767px) {
    .l-accordion .l-accordion-inside p {
        padding-top: 15px;
    }
    .l-accordion .l-accordion-inside {
        color: #fff;
        font-size: 14px;
        text-align: left;
    }
    .l-accordion .l-accordion-switch {
    position: relative;
    display: block;
    background-color: #000;
    font-weight: normal;
    padding: 12px 0 12px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s ease, filter 1s ease;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
   box-shadow: 
        0 0 6px #8b3f2f,
        0 0 12px #cc6a4a,
        0 0 18px #b0523a,
        0 0 24px #5a2b24;
    width: 90%;
    margin: 15px auto;
}
    .l-accordion .l-accordion-switch::before, .l-accordion .l-accordion-switch::after {
        content: '';
        position: absolute;
        display: block;
        width: 14px;
        height: 3px;
        background: #fff;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-family: 'english';
    }
    .l-accordion .l-accordion-switch::after {
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    .l-accordion input:checked~.l-accordion-switch::after {
        transform: rotate(0);
        transition: 0.5s;
    }
    .l-accordion .l-accordion-inside {
        height: 0;
        opacity: 0;
        transition: 0.5s;
        line-height: 20px;
        padding-top: 0;
        pointer-events: none;
    }
    .l-accordion input:checked~.l-accordion-inside {
        height: auto;
        opacity: 1;
    pointer-events: auto; /* ← これを追加 */
    }
 }
 @media(min-width:767px) {
    section#schedule .box {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        max-width: 1200px;
        padding: 0 80px;
        text-align: center;
    }
    #schedule {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #000;
        background-image: url("../img/asfalt-light.png");
        color: #fff;
    }
    .schedule-text {
        font-size: 20px;
        line-height: 2em;
        text-align: center;
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    #schedule h2 {
        margin: 0 auto 80px;
    }
    #schedule h5 {
        font-size: 50px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 10px;
    }
    #schedule h5.left {
        font-size: 40px;
        line-height: 1.4em;
        text-align: left;
        margin-bottom: 20px;
    }
    #schedule h6 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }
    #schedule h6.left {
        font-size: 18px;
        text-align: left;
    }
    #schedule .left-box {
        float: left;
        width: 64%;
    }
    #schedule .right-box {
        float: right;
        width: 30%;
    }
    #schedule .right-box img {
        width: 100%;
    }
    #schedule .left-box2 {
        float: left;
        width: 45%;
        box-sizing: border-box;
        padding-right: 3%;
    }
    #schedule .right-box2 {
        float: right;
        width: 55%;
        box-sizing: border-box;
        padding-left: 3%;
        border-left: 1px solid #CCCCCC;
    }
    #schedule h3 {
        padding: 0 3em;
        display: inline-block;
        line-height: 2em !important;
        font-weight: 600 !important;
        background: #000;
        color: #b2b1b1 !important;
        font-size: 20px !important;
        text-align: left !important;
        margin-bottom: 15px;
    }
    #schedule h4 {
        font-size: 24px;
    }
    #schedule p {
        font-size: 18px;
        line-height: 1.7em;
        margin-bottom: 0;
        text-align: justify;
    }
    .box.comment {
        opacity: 0;
        filter: blur(5px);
        transition: opacity 1s ease, filter 1s ease;
    }
    .box.comment.animate {
        opacity: 1;
        filter: blur(0);
    }
    .table_001 {
        width: 1000px;
        margin: 0px auto 0px auto;
        padding: 0px;
        border-collapse: collapse;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
    }
.table_001 th {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    width: 5%;
}

    .table_001 th.yellow{
    text-shadow: 0 0 5px #ffd700, 0 0 0px #ffd700, 0 0 10px #ffcc33, 0 0 0px #ffcc33, 0 0 30px #ffcc33;
    }

    .table_001 td {
        text-align: center;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
        vertical-align: middle;
    }
    #schedule_table {
        display: block;
    }
    #schedule_table_sp {
        display: none;
    }
 }
 @media(max-width:767px) {
    #schedule_table_sp {
        display: block;
    }
    #schedule_table {
        display: none;
    }
    section#schedule .box {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        text-align: center;
    }
    #schedule {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #000;
        background-image: url("../img/asfalt-light.png");
        color: #fff;
    }
    .schedule-text {
        font-size: 20px;
        line-height: 2em;
        text-align: center;
        font-weight: 400;
        font-style: normal;
    }
    #schedule h2 {
        margin: 0 auto 80px;
    }
    #schedule h5 {
        font-size: 50px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 10px;
    }
    #schedule h5.left {
        font-size: 25px;
        line-height: 1.4em;
        text-align: center;
        margin-bottom: 30px;
    }
    #schedule h6 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
    }
    #schedule h6.left {
        font-size: 16px;
        text-align: center;
    }
    #schedule .left-box {
        float: right;
        width: 100%;
    }
    #schedule .right-box {
        float: left;
        width: 100%;
        text-align: center;
    }
    #schedule .right-box img {
        width: 70%;
        margin: 0 auto;
    }
    #schedule .left-box2 {
        float: left;
        width: 45%;
        box-sizing: border-box;
        padding-right: 3%;
    }
    #schedule .right-box2 {
        float: right;
        width: 55%;
        box-sizing: border-box;
        padding-left: 3%;
        border-left: 1px solid #CCCCCC;
    }
    .box.comment {
        display: flex;
        flex-direction: column;
    }
    .box.comment>h5, .box.comment>h6 {
        order: 0;
        width: 100%;
    }
    .box.comment>.right-box {
        order: 1;
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .box.comment>.left-box {
        order: 2;
        width: 100%;
        float: none;
    }
    #schedule h3 {
        padding: 0;
        line-height: 2em !important;
        font-weight: 600 !important;
        background: #000;
        color: #b2b1b1 !important;
        font-size: 20px !important;
        text-align: left !important;
        margin-bottom: 15px;
        text-align: center !important;
    }
    #schedule h4 {
        font-size: 24px;
    }
    #schedule p {
        font-size: 15px;
        line-height: 1.7em;
        margin-bottom: 0;
        text-align: justify;
    }
    .table_001sp {
        width: 90%;
        margin: 30px auto 0px auto;
        padding: 0px;
        border-collapse: collapse;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
    }
    .table_001sp th {
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 4px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
        font-size: 13px;
    }
    .table_001sp th.yellow{
    text-shadow: 0 0 5px #ffd700, 0 0 0px #ffd700, 0 0 10px #ffcc33, 0 0 0px #ffcc33, 0 0 30px #ffcc33;
    }
    .table_001sp td {
        text-align: center;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 13px;
        color: #fff;
        vertical-align: middle;
    }
 }
 .x2 {
    font-weight: normal;
 }
 .x3 {
    font-weight: bold;
 }
 .x6 {
    text-align: center;
    vertical-align: middle;
 }
 .blue {
    color: #87a4e1 !important;
 }
 .darkblue {
    color: #3558a2 !important;
 }
 .pink {
    color: #fea9ad !important;
 }
 .red {
    color: #ad0003;
 }
 @media screen and (min-width: 767px) {
.pagetop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 表示するとき */
.pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

    .pagetop a {
        display: block;
        background: linear-gradient(135deg, #b8860b 0%, #daa520 40%, #ffd700 70%, #8b7500 100%);
        text-align: center;
        color: #fffaf0;
        font-size: 20px;
        text-decoration: none;
        padding: 15px 20px;
    }
    .pagetop a:hover {
        display: block;
        background-color: #000;
        text-align: center;
        color: #d6d3e3;
        font-size: 20px;
        text-decoration: none;
        padding: 15px 20px;
    }
 }
 @media screen and (max-width: 767px) {
.pagetop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 表示するとき */
.pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

.pagetop a {
    display: block;
    background: linear-gradient(135deg, #b8860b 0%, #daa520 40%, #ffd700 70%, #8b7500 100%);
    text-align: center;
    color: #fffaf0;
    font-size: 17px;
    text-decoration: none;
    padding: 5px 10px;
}
    .pagetop a:hover {
        display: block;
        background-color: #000;
        text-align: center;
        color: #d6d3e3;
    font-size: 17px;
    text-decoration: none;
    padding: 5px 10px;
    }
 }
 .gridlist {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    animation-name: fadeinmenu;
    animation-duration: 5.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 8.5s;
    opacity: 0;
 }
 ul.gridlist li.cell {
    width: 28% !important;
    height: auto !important;
    margin: 0 auto 5%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: relative !important;
 }
 @keyframes fadeinmenu {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
 }
 .gridlistcast img {
    width: 100%;
 }
 @media(min-width:767px) {
    .story__text {
        margin-top: 2% !important;
    }
    .castname {
        height: auto;
        margin: 25px auto;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        line-height: 1.3em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }


    .castname span{
        font-size: 20px;
    }

    .staffname {
        color: #000;
        font-weight: bold;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    .newstit {
        color: #000;
        font-weight: bold;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    .grunge-text-sub-cast {
        position: relative;
        font-weight: 400;
        color: #fff;
        font-size: 15px;
        margin-top: 15px;
        text-align: center;
        line-height: 20px;
        letter-spacing: -2px;
        white-space: nowrap;
    }
    .comments__wrapper {
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto;
        padding: 3% 0 2% !important;
        height: 35vh;
    }
    .comments__wrapper2 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 0 !important;
        height: 25vh;
    }
    .story__text p {
        margin-bottom: 0 !important;
    }
    .story__content {
        max-width: 100% !important;
    }
    .gridlistcast {
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        max-width: 100%;
    }
    .gridliststaff {
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        max-width: 100%;
    }
    .cellcast1st {
        width: 58%;
        height: auto;
        margin: 1rem;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
    .cellcast {
        height: auto;
        margin: 0 5px;
        padding: 0 25px;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .cellcast2 {
        height: auto;
        margin: 0 5px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .cellstaff {
        width: 10%;
        height: auto;
        margin: 1rem;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .cellcast5 {
        width: 16%;
        height: auto;
        margin: 1rem;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: normal;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .castbox {
        display: flex;
        align-items: flex-start;
        margin: 20px 0 50px;
    }
    .castphoto {
        flex: 0 0 350px;
        margin-right: 80px;
    }
    .castphoto img {
        width: 100%;
        height: auto;
        display: block;
    }
    .casttext {
        flex: 1;
    }
    .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 17px;
        line-height: 2em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }
    .staffname span {
        font-size: 30px;
    }




    .ensemblebox {
        display: block;
        align-items: flex-start;
        margin: 20px 0 50px;
    }





    .ensemblebox .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 20px;
        line-height: 2em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }




    .ensemblebox .staffname span {
        font-size: 25px;
    }


.ensemblebox2{
    margin-bottom: 60px;
}

    .ensemblebox2 .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 18px;
        line-height: 2em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }




    .ensemblebox2 .staffname span {
        font-size: 23px;
    }

.castbox_sub table.ensemble td {
    height: auto;
    margin: 0 auto 25px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
    font-weight: 700;
    color: #fffaf0;
    letter-spacing: 1px;
    text-shadow: 0 0 BLACK;
    width: 15%;
    height: 90px;
    white-space: nowrap
}

    .castbox_sub table.ensemble td span {
        font-size: 23px;
    }


    .newstit {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 17px;
        line-height: 2em;
        font-weight: 700;
        color: #8b1f0f;
        letter-spacing: 1px;
    }
    .newstit span {
        font-size: 20px;
    }
    .newstit a {
      text-align: left !important;
      color: #8b1f0f;
      text-decoration: underline;
    }
    .casttext a {
      text-align: left !important;
      color: #8b1f0f;
      text-decoration: underline;
    }
    .staffcomment {
        font-size: 19px;
        line-height: 1.8;
        color: #fff;
    }
    :root {
        --portrait-w: 260px;
        --portrait-ratio: 3 / 4;
    }



.topname {
  width: 100%; 
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 23px;
    line-height: 1.7em;
    font-weight: 700;
    letter-spacing: 1px;
  color: transparent; 
  -webkit-background-clip: text; 
  background-size: cover;                  /* 背景領域を全て隠す */
  background-image: url(../img/txt_bg.jpg);  /* 写真 */
  animation : bgAnime 60s linear infinite;  /* 5秒間一定速度で無限に繰り返す */
}
  @keyframes bgAnime {                     /* スクロール */
     0% { background-position: 0 0 } 
   100% { background-position: 600px 0px }
}

    .topname span {
        font-size: 35px;
    }


.catch {
    height: auto;
    margin: 0 auto 35px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
        font-size: 26px;
        line-height: 2.5em;
        font-weight: 400;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
}

.right {
    text-align: right !important;
}

    @media (min-width: 768px) {
        img.portrait {
            width: 100% !important;
            aspect-ratio: var(--portrait-ratio);
            height: auto;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            max-width: 260px;
        }
        .castphoto {
            flex: 0 0 auto;
        }
    }
    @media (max-width: 767px) {
        img.portrait {
            width: min(76vw, 360px) !important;
            aspect-ratio: var(--portrait-ratio);
            height: auto;
            object-fit: cover;
            display: block;
            margin: 0 auto;
        }
    }
    .cellcast2 img {
        max-width: 210px !important
    }
 }
 @media(max-width:767px) {
    section .box3 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        max-width: 90%;
        padding: 0 30px 0;
    }
    .castbox {
        flex-direction: column;
        margin: 20px 0 60px;
    }
    .castphoto {
        flex: 0 0 auto;
        margin: 0 auto 20px;
        width: 100%;
        text-align: center;
    }
    .castphoto img {
        width: 100%;
    }
    .casttext {
        flex: 0 0 auto;
        width: 100%;
    }
    .staffname span {
        display: block;
        font-size: 22px;
        margin-top: 5px;
    }


    .ensemblebox .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 17px;
        line-height: 2em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }


.ensemblebox2{
    margin-bottom: 40px;
}

    .ensemblebox2 .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        line-height: 2em;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }
    .ensemblebox2 .staffname span {
        font-size: 17px;
    }

table.ensemble td {
    height: auto;
    margin: 0 auto 31px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
    font-weight: 700;
    color: #fffaf0;
    letter-spacing: 1px;
    text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
}



    .newstit span {
        display: block;
        font-size: 17px;
        margin-top: 5px;
    }


    .newstit a {
      text-align: left !important;
      color: #8b1f0f;
      text-decoration: underline;
    }
    .casttext a {
      text-align: left !important;
      color: #8b1f0f;
      text-decoration: underline;
    }

.pt80 {
    padding-top: 0vw!important;
}
    .staffcomment {
        font-size: 16px;
        line-height: 1.6;
        color: #fff;
    }
    .staffname {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        font-weight: 700;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
    }
    .newstit {
        height: auto;
        margin: 0 auto 25px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 700;
        color: #8b1f0f;
        letter-spacing: 1px;
    }

    .comment{
        font-size: 14px;
    }

    section .box4 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
    padding: 0 5% 0;
}


    section .box2 {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
        padding: 0 30px 0;
    }
    .comments__wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 3% 0 0 !important;
        height: auto;
    }
    .comments__wrapper2 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 0 0 !important;
        height: auto;
    }
    .castname {
        height: auto;
        margin: 25px auto 10px;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        font-size: 23px;
        line-height: 1.3em;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
        text-shadow: 0 0 5px #ffd700, 0 0 0px #ffd700, 0 0 10px #ffcc33, 0 0 10px #ffcc33, 0 0 10px #ffcc33;
    }
    .castname span{
        font-size: 13px;
    }
    .grunge-text-sub-cast {
        position: relative;
        font-weight: 400;
        color: #fff;
        font-size: 15px;
        margin-top: 15px;
        text-align: center;
        line-height: 20px;
    }
    .gridlistcast {
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .cellcast1st {
        width: 75%;
        height: auto;
        margin: 1rem 0.5rem 80px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
    .cellcast {
        width: 100%;
        height: auto;
        margin: 1rem 0.5rem 70px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
    .cellcast2 {
        width: 80%;
        height: auto;
        margin: 1rem 0.5rem 70px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
    .cellcast5 {
        width: 55%;
        height: auto;
        margin: 1rem 0.5rem 80px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        border-radius: 0.6rem;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
    .cellstaff {
        width: 100%;
        height: auto;
        margin: 0px auto 30px;
        padding: 0;
        text-align: left;
        vertical-align: middle;
        border-radius: 0;
        line-height: 14px;
        font-weight: bold;
        font-size: 20px;
    }
 }
 .date {
    color: #ad0003;
 }
 .dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #ad0003;
    line-height: 1;
    position: relative;
    width: 0.9em;
    height: 0.9em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 5px;
 }
 .dli-caret-circle-fill-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.18em 0.31177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
 }
 @media (min-width: 767px) {
    .comments__wrapper, .comments__wrapper2 {
        height: auto !important;
        overflow: visible !important;
        padding-top: 2% !important;
    }
 }
 @media (min-width: 767px) {
.gridlistcast img {
    display: block;
    width: 100%;
    aspect-ratio: unset;
    object-fit: unset;
    /* max-width: 260px; */
}
 }
 @media (max-width: 767px) {

.catch {
    height: auto;
    margin: 0 auto 45px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
        font-size: 18px;
        line-height: 3em;
        font-weight: 400;
        color: #fffaf0;
        letter-spacing: 1px;
        text-shadow: 0 0 6px #b8860b, 0 0 12px #daa520, 0 0 18px #ffd700, 0 0 24px #8b7500;
}



.right {
    text-align: right !important;
}
.topname {
  width: 100%; 
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1px;
  color: transparent; 
  -webkit-background-clip: text; 
  background-size: cover;                  /* 背景領域を全て隠す */
  background-image: url(../img/txt_bg.jpg);  /* 写真 */
  animation : bgAnime 60s linear infinite;  /* 5秒間一定速度で無限に繰り返す */
}
  @keyframes bgAnime {                     /* スクロール */
     0% { background-position: 0 0 } 
   100% { background-position: 600px 0px }
}


    .topname span {
        font-size: 25px;
    }









.gridlistcast img {
    display: block;
    width: 100%;
    aspect-ratio: unset;
    object-fit: unset;
}
 }
 .cellcast, .cellcast2, .cellcast1st, .cellcast5 {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 @media (min-width: 1024px) {
    .gridlistcast {
        gap: 16px 16px;
    }
    .cellcast {
        margin-bottom: 40px;
    }
    .cellcast2 {
        margin-bottom: 40px;
    }
 }
 @media (max-width: 767px) {
    .comments__wrapper, .comments__wrapper2 {
        height: auto !important;
        overflow: visible !important;
    }
    .cellcast, .cellcast2, .cellcast1st, .cellcast5 {
        margin-bottom: 56px;
    }


.castbox_sub table.ensemble td {
    height: auto;
    margin: 0 auto 25px;
    padding: 0 0 8%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    line-height: 2em;
    font-weight: 700;
    color: #fffaf0;
    letter-spacing: 1px;
    text-shadow: 0 0 BLACK;
    width: 60%;
    height: auto;
    white-space: unset;
}
    .castbox_sub table.ensemble td span {
        font-size: 17px;
    }





 }
 .gridlistcast img {
    background: #111;
 }
 @media (min-width: 767px) {
    .comments__wrapper2 .gridlistcast {
        display: grid !important;
        grid-template-columns: repeat(7, minmax(0, 210px));
        justify-content: center;
        gap: 12px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .comments__wrapper2 .cellcast2 {
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0;
        box-sizing: border-box;
    }
    .comments__wrapper2 .gridlistcast img {
        width: 100% !important;
        max-width: 210px !important;
        aspect-ratio: 3 / 4;
        height: auto;
        object-fit: cover;
        display: block;
    }
 }



/* ▼ スクロール連動アニメが使えるブラウザ向け */
@supports (animation-timeline: view()) {

  .fade-blur {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(20px);
    animation: fade-blur-in 0.8s ease-out both;
    /* 要素がビューポートに入ったタイミングで再生開始 */
    animation-timeline: view();
    /* entry 0% = 入り始め、cover 40% = 40%くらい覆ったところまでで再生 */
    animation-range: entry 0% cover 40%;
  }

  @keyframes fade-blur-in {
    from {
      opacity: 0;
      filter: blur(16px);
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      filter: blur(0);
      transform: translateY(0);
    }
  }
}

/* ▼ 古いブラウザ用のフォールバック（ロード時にふわっと出るだけ） */
@supports not (animation-timeline: view()) {
  .fade-blur {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(20px);
    animation: fade-blur-in-no-scroll 0.8s ease-out forwards;
  }

  @keyframes fade-blur-in-no-scroll {
    from {
      opacity: 0;
      filter: blur(16px);
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      filter: blur(0);
      transform: translateY(0);
    }
  }
}


.center{
    text-align: center !important;
}

.yellow{
    text-shadow: 0 0 5px #ffd700, 0 0 0px #ffd700, 0 0 10px #ffcc33, 0 0 0px #ffcc33, 0 0 30px #ffcc33;
    }



@media (max-width: 767px){

hr {
    border: none;
    border-top: 1px solid #fff;
    height: 0;
    margin-top: 20px;
}
/* ensemble（スタッフ表）を全て真ん中に揃える */
table.ensemble.sp{
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;     /* 左右の列幅を安定させる */
  width: 100%;
  max-width: 100%;        /* ここは好みで調整 */
}

table.ensemble.sp td{
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 12px 8px;       /* ここも好みで */
}

/* 役職と名前のブレ防止（改行しても中央維持） */
table.ensemble.sp td span{
  display: block;
  text-align: center;
}

/* もし既存CSSに width:56% 等が入っていても上書きする */
  .castbox_sub table.ensemble.sp td{
    width: 50% !important;
    white-space: normal !important;
  }
}
@media (min-width: 767px){
hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,.4);
  height: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 90%;
  margin: 0 auto;
}

/* ensemble（スタッフ表）を全て真ん中に揃える */
table.ensemble.pc{
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;     /* 左右の列幅を安定させる */
  width: 100%;
  max-width: 100%;        /* ここは好みで調整 */
}

table.ensemble.pc td{
  width: 20%;
  text-align: center;
  vertical-align: top;
  padding: 12px 0;       /* ここも好みで */
}

/* 役職と名前のブレ防止（改行しても中央維持） */
table.ensemble.pc td span{
  display: block;
  text-align: center;
}

/* もし既存CSSに width:56% 等が入っていても上書きする */
  .castbox_sub table.ensemble.pc td{
    width: 20% !important;
    white-space: normal !important;
  }
}
