@charset "utf-8";

/* ----------------------------------- 

(c) 2024 B flat.

 ----------------------------------- */


/* ----------------------------------- 
    fonts
 ----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.font-size-dummy {
    font-size: .625rem;  /* 10px */
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: 1rem;     /* 16px */
    font-size: 1.125rem; /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.5rem;   /* 24px */ 
    font-size: 1.75rem;  /* 28px */
    font-size: 2rem;     /* 32px */
    font-size: 3rem;     /* 48px */
}


/* ----------------------------------- 
    layout
 ----------------------------------- */

html {
    width: 100%;
    margin: 0;
    padding: 0;
    font:100%/1.5 "Noto Serif JP", serif;
    scroll-behavior: smooth;
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #222;
    font-weight: 300;
    position:relative;
    background:url(../img/bg.jpg) no-repeat center top #E8F4FD;
}

main::before{
    content:'';
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/bg.jpg) no-repeat center top #E8F4FD;
    background-color:#E8F4FD;
    background-size:cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font:100%/1.5 "Noto Serif JP", serif;
}

section {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

section.bg-blue {
    background-color: rgba(255, 255, 255, 0.8);
}

section.bg-beige {
    background-color: rgba(254, 249, 235, 0.8);
}

section .container {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 3rem 0;
}

h1 {
    text-align: center;
}

h1 img {
    height: 50vh;
}

h2 {
    width: auto;
    margin: 0 auto 3rem;;
    padding: 0;
    font-size: 1.5rem;   /* 24px */
    text-align: center;
}

h2 span {
    font-weight: bold;
    padding: 0 .2rem;
}

section.bg-blue h2 span {
    background: linear-gradient(transparent 70%, #B2DBD4 70%);
}

section.bg-beige h2 span {
    background: linear-gradient(transparent 70%, #FCE7A9 70%);
}

p {
    text-align: left;
    margin: 0 auto 1.5rem auto;
}

.smaller {
    font-size: .875rem;  /* 14px */
}

.center {
    text-align: center;
}


/* ----------------------------------- 
    link
 ----------------------------------- */

a.button {
    width: auto;
    min-width: 9em;
    display: inline-block;
    margin: 0 auto;
    font-size: 1rem;  /* 18px */
    padding: .8rem 2.5rem .8rem 1.5rem;
    border-radius: 3em;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    background-color: #00406F;
    box-sizing: border-box;
    cursor: pointer;
}


nav ul li a span,
a.blank {
    position: relative;
}

nav ul li a span.blank:before,
a.blank:before {
    content: "";
    width: .5rem;
    height: .5rem;
    top:calc(50% - .1rem);
    right: -1.3rem;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: none;
    border-top: none;
    position: absolute;
    transform: rotate(0deg);
}

nav ul li a span.blank:after,
a.blank:after {
    content: "";
    width: .5rem;
    height: .5rem;
    top:calc(50% - .4rem);
    right: -1.6rem;
    border: solid 1px #fff;
    position: absolute;
}

a.blank:before {
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;

}

a.blank:after {
    border: solid 1px #999;
}


a.button.blank:before {
    right: 1.6rem;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

a.button.blank:after {
    right: 1.3rem;
    border: solid 1px #fff;
}

/* ----------------------------------- 
    nav
 ----------------------------------- */
nav {
    display: block;
}

nav ul {
    width: 100%;
    height: 100%;
    padding-top: 3rem; 
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #00406F;
    opacity: 0;
    transition: all 0.5s;
}

nav ul li {
    margin-bottom: 1rem;
}

nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.125rem; /* 18px */
}

input.gNav-open,
input.memberMenu-open {
    display: none;
}

.gNav-btn {
    display: flex;
    position:fixed;
    top:1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 30;
    background-color: #00406F;
}

.gNav-btn span,
.gNav-btn span:before,
.gNav-btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 1rem;
    background-color: #fff;
    position: absolute;
}

.gNav-btn span:before {
    bottom:.42em;
}

.gNav-btn span:after {
   top:.42em;
}


    /* nav menu open -----------------------*/

    nav #gNav-input:checked ~ .gNav-btn span { 
        background-color: rgba(255, 255, 255, 0);
    }

    nav #gNav-input:checked ~ .gNav-btn span:before {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #fff;
    }

    nav #gNav-input:checked ~ .gNav-btn span:after {
        top: 0;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    nav #gNav-input:checked ~ ul {
        opacity: 1;
        top: 0;
        z-index: 20;
        transition: all 0.4s;
    }

    /* //nav menu open -----------------------*/



/* ----------------------------------- 
    contents
 ----------------------------------- */

.mv-container {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.logo {
    position: absolute;    
    top:.9rem;
    left: .9rem;
    width: 2.5rem;
    height: 2.5rem;
}

.logo img {
    width: 100%;
    height: 100%;
}

.mv-container .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv-container .title h1 {
    margin-bottom: 5vw;
}

.mv-container ul .date {
    font-size: 1.5rem;   /* 24px */
    font-weight: bold;
    color:#fff;
    line-height: 100%;
    margin-bottom: .5rem;
    text-shadow: 0px 0px 2px rgba(0, 64, 111, 1);
    text-shadow: 0px 0px 4px rgba(0, 16, 49, 1);
}

.mv-container ul .date span {
    font-size: 1.25rem;  /* 20px */
    display: block;
}

.mv-container ul .place {
    font-size: 1.25rem;  /* 20px */
    font-weight: bold;
    color: #00406F;
    margin-bottom: 1.5rem;
}

.mv-container ul .company {
    font-size: 1.25rem;  /* 20px */
    font-weight: bold;
    color: #000;
}

.container img {
    width: 100%;
    margin-bottom: 1rem;
}

.container ul {
    width: 100%;
    padding: 0 0 0 1rem;
}

.container ul li {
    font-size: .875rem;  /* 14px */
    text-align: left;
    list-style: "※" outside;
}

dl {
    width: 100%;
}

dl div {
    width: 100%;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

dl.tickets {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 3rem;
}

dl.actor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1rem;
}

dl.actor div {
    width: calc(50% - .5rem);
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
    margin-bottom: 3rem;
}

dl.actor .name {
    order: 2;
    font-weight: bold;
    font-size: 1.125rem; /* 18px */
    margin-bottom: .5rem;
}

dl.actor .name span {
    font-weight: normal;
    font-size: .875rem;  /* 14px */
}

dl.actor .photho {
    width: 100%;
    height: auto;
    order: 1;
    margin-bottom: .5rem;
}

dl.actor .role {
    order: 3;
    font-weight: bold;
    font-size: .875rem;  /* 14px */
    margin-bottom: .5rem;
}

dl.actor .comment {
    order: 4;
    font-size: .875rem;  /* 14px */
    text-align: left;
}

dl.staff dt {
    width: 50%;
    font-weight: bold;
    text-align: right;
}

dl.staff dd {
    width: 50%;
    min-width: 11rem;
    text-align: left;
}

dl.author {
    text-align: left;
}

dl.author dt {
    font-weight: bold;
}


dl.author dt:first-of-type {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}

dl.author dd {
    margin-bottom: 1.5rem;
}

.swiper-container{
    text-align: center;
}
.swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
}
.prettyprint{
    border: none;
    background: #fafafa;
    color: #697d86;
}

dl.music {
    margin-bottom: 1.5rem;
}

dl.music dt {
    font-weight: bold;
    margin-bottom: .5rem;
}

dl.music dt span {
    display: block;
    font-weight: normal;
}

dl.music dd {
    font-size: .875rem;  /* 14px */
}

dl.music dd em {
    font-style: italic;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
    margin-bottom: 1.5rem;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}



/* ----------------------------------- 
    footer
 ----------------------------------- */
.footer.mo {
    display: block;
}

.footer.pc {
    display: none;
}

.footer {
    padding: 3rem 0 1.5rem 0;
    background-color: #00406F;
}

.footer p {
    text-align: center;
    color:#fff;
    margin: 0;
    font-size: .625rem;  /* 10px */    
}

.buttons a {
    width: 60%;
    display: block;
    margin-bottom: 1.5rem;
}

/* ----------------------------------- 
    for PC,tablet / 1024～
 ----------------------------------- */

@media only screen and (min-width:1024px){

    h2 {font-size: 1.75rem;  /* 28px */}
    
    .gNav-btn {
        top:1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
    }

    .gNav-btn span,
    .gNav-btn span:before,
    .gNav-btn span:after {
        height: 1px;
        width: 1.5rem;
    }

    .gNav-btn span:before {
        bottom:.42em;
    }

    .gNav-btn span:after {
        top:.42em;
    }

    .mv-container {
        width: 50%;
        height: 100vh;
        left: 0;
        position: fixed;
    }
    
    .mv-container .title {
        justify-content: center;
    }

    .mv-container .title h1 {
        margin-bottom: 0;
    }
    
    .logo {
        top:1.5rem;
        left: 1.5rem;
        width: 3rem;
        height: 3rem;
    }
    
    .r-contents{
        position:relative;
        width:50%;
        margin-left:50%;
        height:100vh;    
    }
    
    section .container {
        width: 100%;
        max-width: 40vw;
    }
    
    dl.actor div {
        width: calc(33% - 1rem);
    }
    
    .footer.pc {
        display: block;
    }
    
    .footer.mo {
        display: none;
    }
    
    .footer {
        background-color: transparent;
    }
    
    .buttons {
        display: flex;
        justify-content:center;
        column-gap: 1.5rem;
        align-items: center;
    }
    
    .buttons a {
        width: 11rem;
        display: block;
    }
    
}