.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #247c86, #451a7e 50%, #951387);
  opacity: 1;
  transition: opacity 0.8s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.loading-logo {
  opacity: 0;
  filter: blur(0px);
  width: 200px;
  animation:
    fadeIn 1s ease forwards 1s,
    blurOut 1s ease forwards 3s;
}
#bg-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
}
.bg-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.bg-slide-item.is-active {
    opacity: 1;
}
#mainvideo {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainvideo .contents{
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    display: contents;
}
#mainvideo .contents img.logo{
    width: 600px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#mainvideo .contents img.cc{
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 9%;
    top: 20%;
}
#mainvideo .contents img.kajo{
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 5%;
    top: 65%;
}
#mainvideo .contents .tabs {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 30%;
    max-width: 800px;
    top: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainvideo .contents .tabs a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainvideo .contents .tabs a img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

#area{
    width: 100%;
    background: linear-gradient(
                    to right, rgba(69, 26, 126, 0.6), 
                    rgba(144, 19, 134, 0.6), 
                    rgba(219, 12, 142, 0.6) );
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
#area:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: rgba(144, 19, 134, 0.6) transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
#area img{
    max-width: 400px;
}

#movie{
    margin-top: -40px;
}
.slider-movie .slide{
    margin: 10px;
}

#story .story_head{
    display: block;
    margin: 0 auto 60px;
    width: 70%;
}
#ext_area {
    display: flex;
    position: relative;
    align-items: stretch;
    width: 100%;
}
#ext_area .ext_center {
    flex: 0 0 65%;
    text-align: center;
}
#ext_area .ext_center img {
    display: block;
    width: 100%;
    height: auto;
}
#ext_area .ext_left, 
#ext_area .ext_right {
    flex: 1;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 100% 47%;
}
#ext_area .ext_left {
    background-image: url(/zyoyusai/imgs/rinku/story_ph1.jpg), 
                    url(/zyoyusai/imgs/rinku/story_ph2.jpg);
}
#ext_area .ext_right {
    background-image: url(/zyoyusai/imgs/rinku/story_ph3.jpg), 
                    url(/zyoyusai/imgs/rinku/story_ph4.jpg);
}

#ext_area .ext_left2, 
#ext_area .ext_right2 {
    flex: 1;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: 100% 47%;
}

#shutten .shutten_text{
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
}
#shutten .contact_img{
    width: 350px;
    max-width: 100%;
    margin: 40px auto 30px;
}

#ticket h2{
    color: #fff;
    margin: 0 0 20px;
    font-size: 2em;
    font-weight: bold;
}
#ticket h3{
    color: #fff;
    margin: 0 0 30px;
    font-size: 1em;
    font-weight: normal;
}
#ticket .ticket1,
#ticket .ticket2{
	margin-bottom: 40px;
	text-align: center;
    justify-content:center;
}
#ticket .ticket1 img{
    width: 32.5%;
    margin: 0 0.41% 10px 0.41%;
}
#ticket .ticket2 img{
    width: 32.5%;
    margin: 0 0.41% 10px 0.41%;
}
#ticket .ticket2 img.right{
    width: 66.5%;
}
#ticket .caution,
#ticket .buyimg{
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 30px auto;
}
#ticket .buyimg{
    width: 500px;
    margin: 30px auto 0;
}
#ticket .buylinks{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
}
#ticket .buylinks a{
    width: 48.5%;
}


#getticket{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

#sponsor .presentingimg{
    width: 300px;
    max-width: 60%;
    margin: 0 auto 30px;
}
#sponsor .sponsorimgs{
    width: 800px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}
#sponsor .sponsorimgs a{
    width: 32.5%;
    margin: 0 1%;
}

#past .flex{
    width: 700px;
    max-width: 100%;
    margin: 40px auto 0;
}
#past .flex a{
    width: 49%;
}

#access{
    text-align: center;
}
#access .contents,
#faq .contents,
#contact .contents{
    width: 1000px;    
}
#access p{
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    font-size: 1.1em;
    line-height: 1.8em;
}
#access iframe{
    width: 100%;
    margin: 30px auto;
}
#access .googlemap{
    width: 350px;
    max-width: 100%;
    margin-bottom: 30px;
}

#faq .faq-item{
    border: 1px solid #901386;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6em;
}
#faq summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    background-color: #000;
}
#faq summary::-webkit-details-marker {
    display: none;
}
#faq .faq-question{
    padding: 10px 40px;
}
#faq .faq-question::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/zyoyusai/imgs/common/icon_q.svg') no-repeat center / contain;
}
#faq .faq-question::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/zyoyusai/imgs/rinku/icon_plus.svg') no-repeat center / contain;
}
#faq details[open] .faq-question::after {
    background-image: url('/zyoyusai/imgs/rinku/icon_minus.svg');
}
#faq .faq-answer {
    position: relative;
    padding: 10px 10px 10px 40px;
    color: #fff;
    background: linear-gradient(
                    to right, rgba(69, 26, 126, 0.6), 
                    rgba(144, 19, 134, 0.6), 
                    rgba(219, 12, 142, 0.6) );
}
#faq .faq-answer::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url('/zyoyusai/imgs/common/icon_a.svg') no-repeat center / contain;
}

#contact h2{
    color: #fff;
    margin: 10px 0;
    font-size: 2em;
    font-weight: 500;
}
#contact p{
    color: #fff;
    margin: 0;
    font-weight: normal;
}
#contact .contact_img{
    width: 350px;
    max-width: 100%;
    margin: 40px auto 30px;
}
#contact #caution_text{
    border: 1px solid #fff;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}
#contact #caution_text h4{
    text-align: center;
    margin: 0 auto 15px;
    font-size: 1.1em;
}
#contact #caution_text ul{
    padding-left: 25px;
}
#contact #caution_text li{
    list-style-type: circle;
    margin-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.6em;
}
.movie_cs{
	color: #fff;
	margin: 10px 0;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}


@media(max-width: 768px){
    #mainvideo .contents img.logo{
        top: 50%;
    }
    #mainvideo .contents img.cc{
        top: 7%;
        height: 30%;
    }
    #mainvideo .contents img.kajo{
        height: 4%;
        top: 64%;
    }
    #mainvideo .contents .tabs{
        top: 64.5%;
        width: 90%;
    }

    #area{
        margin: 0 auto 15px;
    }
    #area img{
        width: 45%;
    }

    #movie{
        margin-top: -20px;
    }

    #menu{
        margin: 0;
        padding: 0;
    }
    #menu_inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #menu_inner a{
        width: 32.8%;
        display: flex;
        margin: 0.5% 0;
    }

    #story .story_head{
        width: 100%;
        margin: 0 auto 30px;
    }
    #ext_area{
        display: block;
    }
    #ext_area .ext_left, 
    #ext_area .ext_right {
        display: none;
    }
    #ext_area .ext_left2, 
    #ext_area .ext_right2 {
        display: none;
    }
    #story .flex img{
        width: 32%;
    }

    #shutten .contact_img{
        width: 100%;
        margin: 30px auto 20px;
    }

    #ticket h2{
        font-size: 1.4em;
        margin: 0 0 10px;
    }
    #ticket h3{
        font-size: 0.8em;
        margin: 0 0 15px;
    }
    #ticket .ticket1,
    #ticket .ticket2,
    #ticket .buylinks a{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    #ticket .ticket1 img{
        left: 0;
        margin-left: 0px;
    }
    #ticket .ticket1 img,
    #ticket .ticket2 img{
        width: 100%;
        margin-bottom: 10px;
    }
    #ticket .buylinks{
        display: block;
    }

    #sponsor .presentingimg{
        width: 35%;
        margin: 0 auto 15px;
    }
    #sponsor .sponsorimgs{
        justify-content: center;
    }





    #past .slider-past {
        display: flex;
        flex-wrap: wrap; 
    }
    #past .slide {
        display: flex;
        width: 33.3%;
    }
    #past .flex{
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }
    #past .flex a{
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }

    #access p{
        font-size: 0.9em;
        line-height: 1.6em;
    }
    #access iframe{
        height: 300px;
    }

    #faq .faq-item{
        font-size: 0.8em;
    }

    #contact h2{
        font-size: 1.4em;
        margin: 5px 0 0;
    }
    #contact .contact_img{
        margin: 30px auto 20px;
    }
    #contact #caution_text{
        padding: 20px 10px;
        font-size: 0.8em;
    }
}