@charset "utf-8";

html{
    font-size: 62.5%;
}

body {
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #000;
    word-wrap: break-word;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 1px;
}

body.am{
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
}

body.notfound{
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    color: #000;
    font-size: 2.2rem;
    line-height: 1.9;
}

img{
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: .3s;
}
a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .3s;
}
a:hover::after {
    width: 100%;
}

a:hover {
    background-position: -100% 0;
    color: #fff;
}

/* wrap */

.main {
    position: relative;
}

/* video */

.video{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -999;
}

/* text */

.content-container{
    width: 1000px;
    margin: 0 auto;
}

header{
    margin-bottom:10vh;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

h1 {
    line-height: 1;
    text-align: center;
    padding-top: 10vh;
}

body.notfound h1{
    font-weight: bold;
    font-size: 6rem;
    margin-bottom: 6vh;
    line-height: 1.4;
    text-align: left;
}

h1 img {
    height: 15vh;
    width: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
header.active {
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

h2{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2vh;
}
h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
h2:after {
    margin-left: 1rem;
}

.mujica-pv{
    text-align: center;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.mujica-pv.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.countdown{
    font-family: 'Almendra', serif;
    font-size: 8vh;
    line-height: 9.5vh;
    font-weight: bold;
    letter-spacing: 7px;
}

#showdays{
    font-size: 5vh;
}

footer{
    padding-bottom: 5vh;
    margin-top: 10vh;
    position: sticky;
    top: 100vh;
    top: 100svh;
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

footer.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.footer-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center; 
}

.footer-link li{
    margin-bottom:2vh;
    transition: .3s;
}

.footer-link li:hover{
    transform: scale(1.15);
}

.footer-link li a{
    background-image: none;
    line-height: 1;
    display: block;
}

.footer-link li a:after{
    background-color:transparent;
}

.footer-link li a img{
    height: 100%;
    transition: .2s;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

.footer-link li:first-child a img{
    height: 7vh;
}

.footer-sns{
    position: fixed;
    bottom:20px;
    left: 20px;
    display: flex;
}

.footer-sns li a{
    width: 30px;
    height: auto;
    margin-right: 10px;
    transition: all 0.5s ease-out;
}

.footer-sns li a{
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.footer-sns li a:hover{
    opacity: 0.7;
}

.footer-sns li a::after{
    background: none;
}

.copyright{
    font-size: 1vh;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

.moon{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: auto;
    opacity: 30%;
}

.moon::after {
    background: none;
}

.moon img{
    transition: .5s ease;
    transform: rotateY( 0deg ) ;
}

.moon:hover img {
    transform: rotateY( 360deg ) ;
}

.moon-b{
    position: absolute;
    right: 15%;
    top: 50%;
    width: 50px;
    height: auto;
    opacity: 3%;
}

.moon-b::after {
    background: none;
}

.moon-b img{
    transition: .5s ease;
    transform: rotateY( 0deg ) ;
}

.moon-b:hover img {
    transform: rotateY( 360deg ) ;
}

.movie-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10vh;
}

.movie-box-mtop,
.img-mtop{
    margin-top: 10vh;
}

.movie-box-single{
    text-align: center;
    margin-bottom: 10vh;
}

.new-info .movie-box{
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.new-info .movie-box.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.movie-block{
    width: 48%;
}

.message{
    text-align: center;
    opacity: 0;
    filter: blur(20px) brightness(2);
    padding: 9vh 0;
}
.message.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.message p{
    font-size: 4vh;
}

/*form*/

.mujica-password{
    font-size: 3vh;
    line-height: 4vh;
    transition: .2s;
    opacity: 0;
    padding-top: 10vh;
    filter: blur(20px) brightness(2);
    text-align: center;
}

.mujica-password.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.mujica-form{
    background: #fff;
    padding: 1vh;
    color: #000;
    border:1px solid #fff;
    width: 55%;
}

.mujica-post{
    font-family: 'Cormorant', serif;
    font-weight: bold;
    padding: 1vh 3vh;
    background: none;
    color: #fff;
    border:1px solid #fff;
    letter-spacing: 3px;
    margin-left: 5px;
    transition: .5s ease;
}

.mujica-post:hover{
    background: #fff;
    color: #7B0100;
}

.caution{
    margin-top: 3vh;
    font-size: 1.2rem;
}

.act1-next{
    text-align: center;
}

a.map-link{
    width: 5vh;
    margin: 3vh 0 7vh;
    animation: jump 1.5s both infinite;
}

a.twitter-link{
    width: 6vh;
    margin-top: 3vh;
    animation: jump 1.5s both infinite;
}

a.map-link img,
a.twitter-link img{
    transition: all 0.5s ease-out;
}

a.map-link:hover img,
a.twitter-link:hover img{
    opacity: 0.7;
}

@keyframes jump {
    100%,
    60%,
    35%,
    25%,
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-15px);
    }
    40% {
        transform: translateY(-7px);
    }
}

a.map-link::after,
a.twitter-link::after{
    content: none;
}

/*アコーディオン全体*/

/*アコーディオンタイトル*/
.accordion-title {
    position: relative;
    text-align: center;
    font-size: 1.7rem;
    cursor: pointer;
    font-weight: bold;
    padding: .7vh;
    transition: all .5s ease;
    border: 1px solid #fff;
    font-family: 'Cormorant', serif;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.accordion-title.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

/*アイコンの＋と×*/
.accordion-title::after{
    position: absolute;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 0;
    line-height: 1;
    top:40%;
    right: 1.5%;
}
.accordion-title::after{    
    transform: rotate(0);
}

.accordion-box{
    margin-top: 5vh;
}
/*　closeというクラスがついたら形状変化　*/

.accordion-title.close::after{
    transform: rotate(180deg);
}

.qr-link{
    width: 30%;
    display: block;
    margin: 9vh auto 0;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.qr-link.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 0.5s ease-out;
}

.qr-link img{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

.qr-link:hover{
    opacity: 0.7;
}

.qr-link::after {
    background-color: transparent;
}

.rank{
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.rank.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 0.5s ease-out;
}

.to-masquerade{
    font-family: 'Cormorant', serif;
    background: #fff;
    color: #8b0000;
    text-align: center;
    line-height: 1;
    width: 100%;
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
    margin: 10vh 0 0;
    padding: 15px;
    border: 1px solid #fff;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.to-masquerade::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #fff;          		/* 外側の線の位置を、内側の線から左に3pxずらす*/
}

.to-masquerade img{
    width: auto;
    height: 3.5rem;
    margin-right: 10px;
    transition: .5s ease;
    transform: rotateY( 0deg ) ;
}

.to-masquerade:hover img {
    transform: rotateY( 360deg ) ;
}

.to-masquerade:hover{
    color: #8b0000;
}

.to-masquerade::after {
    background-color: transparent;
}

.to-masquerade.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 0.5s ease-out;
}

@keyframes shake
{
    from{
        transform: translateX(-5px) translateY(0px);
    }

    20%{
        transform: translateX(5px) translateY(0px);
    }

    40%{
        transform: translateX(-7px) translateY(-3px);
    }

    60%{
        transform: translateX(7px) translateY(0px);
    }

    80%{
        transform: translateX(-7px) translateY(3px);
    }

    to{
        transform: translateX(-5px) translateY(0px);
    }
}

.error404{
    text-align: center;
    opacity: 0;
    filter: blur(20px) brightness(2);
}

.error404.active{
    opacity: 1;
    filter: blur(0px) brightness(1);
    transition: all 1s ease-out;
}

.error404 p:first-child{
    margin-bottom: 2vh;
}

.error404 span{
    font-size:4rem;
    font-weight: bold;
}


/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .content-container{
        width: auto;
        padding: 0 5vw;
    }

}


