@font-face {
	font-family: 'kktt-851H';
	src: url("../font/851H-kktt_004.ttf");
}

@font-face {
	font-family: 'ki_kokumin';
	src: url("../font/ki_kokumin/font_1_kokumr_1.00_rls.ttf");
}

.loading{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index:2;
    background-color: #000000;
}

#loadingimg{
    width: 90%;
    max-width: 500px;
    opacity: 0;
}

#loadingicon{
    width: 32px;
}

#loadingtext{
    font-size: 14px;
    color: #ffffff;
}

.onieyecatching{
    width: 100%;
    background-color: #000000;
}

.onieyecatching img{
    width: 100%;
}

.onicastnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}

.onicastnaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.onicastnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.onicastnavidescription h1{
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.onicastnavidescription p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.onicastbody{
    width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 28px;
}

.onicastsub{
    width: 300px;
    margin: 10px;
}

.onicastsub h2{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}

.onicastsub div{
    display: flex;
}

.onicastsub div ul{
    list-style: none;
}

.onicastsub div ul li{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.onicastsub p{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.onicastsub a{
    font-size: 14px;
    color: #ffffff;
}

.onicastsub div p:nth-child(1) {
    margin-right: 20px;
}

.oniintroductionnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}

.oniintroductionnaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.oniintroductionnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 17px;
}

.oniintroductionnavidescription h1{
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.oniintroductionnavidescription p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.oniintroductionbody{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oniintroductionsub{
    width: 806px;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oniintroductionsub:nth-child(even){
    flex-direction: row-reverse;
}

.oniintroductionimg{
    width: 230px;
}

.oniintroductionimg img{
    width: 100%;
    height: 56%;
}

.oniintroductionsub p{
    width: 460px;
    font-size: 24px;
    color: #ffffff;
}

.onimainstorynavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}

.onimainstorynaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.onimainstorynavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.onimainstorynavidescription h1{
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.onimainstorynavidescription p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.onimainstorybody{
    width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 28px;
}

.onimovielist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.onimovielist div:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}
@-webkit-keyframes flash {
    0% {
      opacity: .4;
    }
    100% {
      opacity: 1;
    }
}
@keyframes flash {
    0% {
      opacity: .4;
    }
    100% {
      opacity: 1;
    }
}

.onimovielist div{
    margin: 5px;
}

.onimovielist div img{
    width: 250px;
}

.onispecialnavi{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}

.onispecialnaviheader{
    width:100%;
    display: flex;
    justify-content: center;
}

.onispecialnavidescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.onispecialnavidescription h1{
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.onispecialnavidescription p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.onispecialbody{
    width: 806px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.onispecialbody img{
    width: 500px;
}

.onispecialbody p{
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.aboutnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #000000;
}

.aboutdetailbuttun{
    margin-top: 30px;
    margin-bottom: 30px;
}

.aboutdetailbuttun a{
    text-decoration: none;
}

.aboutdetailbuttuncontent{
    height: 50px;
    width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  #111111;
    border: solid 1px #ffffff;
}

.aboutdetailbuttuncontent img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.aboutdetailbuttuncontent p{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

footer{
    color: #ffffff;
    background-color: #000000;
}

footer a{
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .onicastbody{
        width: 90%;
    }

    .oniintroductionsub{
        width: 90%;
        flex-direction: column-reverse;
    }
    
    .oniintroductionsub:nth-child(even){
        flex-direction: column-reverse;
    }
    
    .oniintroductionimg{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    .oniintroductionimg img{
        width: 45%;
    }
    
    .oniintroductionsub p{
        width: 100%;
        margin-bottom: 28px;
    }
    
    .onimainstorybody{
        width: 90%;
    }

    .onimovielist div{
        margin: 5px 0;
    }

    .onispecialbody{
        width: 90%;
    }

    .onispecialbody img{
        max-width: 500px;
        width: 90%;
    }

    .onispecialbody p{
        font-size: 26px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 420px) {
    .oniintroductionimg{
        width: 100%;
        flex-wrap: wrap;
    }
    
    .oniintroductionimg img{
        width: 100%;
        height: 56%;
        margin-bottom: 14px;
    }  

    .onicastsub div ul li{
        font-size: 18px;
    }
    
    .onicastsub p{
        font-size: 18px;
    }

    .onicastsub div p:nth-child(1) {
        margin-right: 18px;
    }
}