@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, serif;
    max-width: 100%;
    background-color: #030000;
}

h1 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
}

a:link {
    text-decoration: none;
    color: #d9a342;
}

a:visited {
    text-decoration: none;
    color: #d9a342;
}

a:hover {
    text-decoration: none;
    color: #d9a342;
}

a:active {
    text-decoration: none;
    color: #d9a342;
}

a:focus {
    text-decoration: none;
    color: #d9a342;
}

td a:link {
    text-decoration: underline;
    color: #f4c542;
}

td a:visited {
    color: #f4c542;
    text-decoration: underline;
    transition: 0.3s;
}

table th,
table td {
    color: #f4c542;
}

td a:hover {
    opacity: 0.7;
}

#main img {
    width: 100%;
    margin: 0 auto;
}

.theater {
    width: 65%;
    max-width: 360px;
    background-color: #d9a342;
    margin: 20px auto;
    padding: 10px;
}

.theater a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: min(3.6vw, 26px);
}

footer {
    /*    background-color: #000;*/
    max-height: 100%;
    padding: 40px 0;
}

.sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns img {
    width: 90px;
    padding: 0 20px 10px 20px;
}


#theater {
    color: #fff;

    padding: 20px 0;

    background:
        linear-gradient(rgba(20, 15, 5, 0.94),
            rgba(0, 0, 0, 0.97));

    text-align: center;
}

.section-inner {
    max-width: 1000px;

    margin: 0 auto;

    padding: 40px;

    background: rgba(255, 255, 255, 0.03);

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

table {
    width: 92%;
    margin: 40px auto 0;

    border-collapse: collapse;
}

table {
    width: 92%;
    margin: 40px auto 0;
    border-collapse: collapse;
    table-layout: fixed;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
    padding: 22px 12px;
  font-weight: normal;
    white-space: nowrap;
}

/* 劇場名だけ折り返しOK */
td:nth-child(2) {
    white-space: normal;
}

.section-inner {
    max-width: 1000px;

    margin: 0 auto;

    padding: 40px;

    background: rgba(255, 255, 255, 0.03);

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

.section-inner h2 {
    text-align: center;
    color: #f4c542;
    letter-spacing: 0.12em;
}

.section p {
    text-align: center;
    margin: 20px auto;
    text-decoration: underline;
    color: #d9a342;
}

.intro h1,
.intro h2,
.intro p {
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.9);
}

.story h1,
.story h2,
.story p {
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.9);
}


.intro p {
    line-height: 2;
}

.intro {
    padding: 60px 20px;
    color: #fff;

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/231208c_018.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
    /* ←画面いっぱい */

}

.intro-inner {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.35);
    padding: 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(3px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}


.intro h1 {
    color: #fff;
    padding: 40px 0 0 0;
}

.intro h2 {
    text-align: center;
    color: #f4c542;
    /*    margin-top: 40px;*/
    font-weight: bold;

}


.intro p {
    text-align: left;
    padding-bottom: 60px;
    margin-top: 20px;
}


.story {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../img/231213F_001.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center 15%;
    min-height: 120vh;
    padding: 60px 20px;
}

.story-inner {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.35);
    padding: 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(3px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.warning {
    font-weight: bold;
    color: #f4c542;
    letter-spacing: 0.08em;
    text-shadow: 0 0 10px rgba(244, 197, 66, 0.4);
}

.story h1 {
    color: #fff;

    padding-top: 0;

    /*    margin-bottom: 40px;*/

    /*    letter-spacing: 0.15em;*/

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.story p {
    color: #fff;

    line-height: 2;

    text-align: left;

    max-width: 700px;

    margin: 0 auto;
}

footer p {
    color: #fff;
    text-align: center;
}

#sp {
    display: none;
}

.pc-br {
    display: block;
}

.youtube-btn {
    width: 65%;
    max-width: 360px;
    background-color: #b22222;
    margin: 15px auto 40px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.3s;
}

.youtube-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: min(3.6vw, 24px);
    letter-spacing: 0.08em;
}

.youtube-btn:hover {
    opacity: 0.85;
}

.theater,
.youtube-btn {
    transition: 0.3s;
}

.theater:hover,
.youtube-btn:hover {
    opacity: 0.85;
}


@media screen and (min-width: 1px) and (max-width: 767px) {
    .pc-br {
        display: none;
    }

    #pc {
        display: none;
    }

    #sp {
        display: block;
    }

    .theater a {
        font-size: 20px;

    }

    .youtube-btn a {
        font-size: 20px;

    }

    .intro {
        min-height: inherit;

    }

    .intro h1 {
        font-size: 23px;
        padding: 20px 0 0 0;
    }

    .intro h2 {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.03em;
        text-align: left;
    }

    .intro p {
        text-align: left;
        font-size: 14px;
        padding-bottom: 10px;
        margin-top: 20px;
        line-height: 1.9;
margin-bottom: 20px;
    }


    .story {
        min-height: inherit;
        padding: 60px 20px;
    }

    .story p {
        line-height: 1.9;
        font-size: 14px;
        padding-bottom: 100px;
    }

    footer {
        padding: 2%;
        font-size: 11px;
    }



    .sns img {
        width: 65px;
    }

       .section-inner {
        padding: 22px 2px;
    }

    table {
        width: 100%;
        table-layout: fixed;
    }
    
      th:nth-child(1),
    td:nth-child(1) {
        width: 30%;
    }

    th:nth-child(2),
    td:nth-child(2) {
        width: 30%;
    }

    th:nth-child(3),
    td:nth-child(3) {
        width: 40%;
    }

    table th,
    table td {
          
        font-size: 16px;
        line-height: 1.8;
        padding: 18px 6px;
        white-space: normal;
  text-align: center;
        vertical-align: middle;
        padding: 18px 6px;
        color: #f4c542;
    }
    
    
}
