body{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    background-image: url('../images/bg_body.jpg');
    background-repeat: repeat;
    background-size: 80px 80px;
    background-attachment: fixed;
}

p{
    line-height: 2.5;
}

.container{
    max-width: 900px !important;
    background-color:#ffdd00;
}

h2.title{
    text-align: center;
    padding: 10px 0;
    border-bottom:3px dotted #ffdd00;
    margin:0 auto;
    font-weight: 600;
    font-size:1.4rem;
    margin-top: 80px;
}

span.br{
    display: block;
}

span.red{
    color:#a00;
}

main{
    overflow: hidden;
}

.main{
    position: absolute;
    width: 90%;
    top: 5%;
    left: 50%;
    margin-left: -45%;
    

}

.main_text{
    position: absolute;
    top: 67.5%;
    width: 90%;
    left: 50%;
    margin-left: -45%;
}

.ataru{
    position: absolute;
    top: 77%;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    cursor: pointer;
}

.yellow-back{
    background: #ffdd00;
}

.title-lg{
    border-bottom:3px dotted #ffffff;

}

.title-lg-svg{
    width: 80%;
    max-width: 450px;
    padding-bottom: 20px;
}

.entry-text{
    line-height: 1.3rem;
}

.myscue{
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
}

#modal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index:100;
}

#modal.active{
    display: flex;
}

#modal-close{
    width: 5.5vw;
    height: 5.5vw;
    max-width: 30px;
    max-height: 30px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 2%;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

#modal-close svg{
    stroke: 2px;
}

.modal_inner{
    position: relative;
    overflow-y: scroll;
    display: inline-block;
    width: 80vw;
    max-width: 500px;
    background-color: #fbdd00;
    background-image: url('../images/yellow_square.gif');
    padding: 40px 0;
}

.modal_inner img{
    width: 100%;
}

.scrollanime {
    opacity: 0;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.slide-right {
    transform: translateX(200px);
}

.slide-left {
    transform: translateX(-200px);
}

.yellow_back1{
    position: relative;
}

.kekka{
    position: absolute;
    width: 80%;
    left: 10%;
    z-index: 100;
}


.left-box{
    width: 25%;
}
.center-box{
    width: 50%;
}
.right-box{
    width: 25%;
}

.left-box2{
    width: 0%;
}

.right-box2{
    width: 30%;
}

.icon_manga{
    max-width: 100px;
    min-width: 100px;
}

.icon_manga_s{
    max-width: 100px;
}


.work-box{
    max-width: 700px;
    margin:auto;
}

.work-box_l{
    max-width: 800px;
    margin:auto;
}

.award-paper{
    width: 50px;
}


.award-shadow-l{
    box-shadow: 4px 4px 4px 0px #c7ae0c;
    max-width: 320px;
}

.award-shadow-l2{
    box-shadow: 4px 4px 4px 0px #c7ae0c;
    max-width: 280px;
}

.award-shadow{
    box-shadow: 4px 4px 4px 0px #c7ae0c;
    max-width: 270px;
}

.award-shadow2{
    box-shadow: 2px 2px 3px 0px #c7ae0c;
}


.work-paper-box{
    width: 75%;
}

.comment-box h2{
    font-size: 0.9rem;
    font-weight: bold;
    padding-bottom: 4px;
}

.comment-box{
    padding: 15px;
    background-color: white;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 25px 0;
    text-align: justify;
}

.comment-box-s{
    max-width: 480px;
    margin:25px auto;
}

.dot-line{
    margin-bottom: 0.8rem;
    border-top:4px dotted #fbdd00;
}

.modal-yellow-grad{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-image: linear-gradient(130deg, rgba(240, 175, 34, 0), rgb(247, 210, 69) 40%, rgb(247, 210, 69) 60%, rgba(241, 174, 35, 0) 100%);
    opacity: 0.9;
    z-index: 0;

}

#modal-work,
#modal-manga{
    position: relative;
    z-index: 10;;
}

#modal-manga{
    border:2px solid #555;
}

#modal-title{
    position: relative;
    z-index: 999;
    width: 260px;
    margin: auto;
}

#modal-work{
    width: 50%;
    min-width: 160px;
    max-width: 200px;
    margin:40px auto;
}

#modal-manga{
    width: 80%;
    min-width: 200px;
    margin:20px auto;
    margin-bottom: 30px;
}

#modal-manga.work{
    margin:90px auto;
}

.ougi1{
    position: absolute;
    top: -50px;
    width: 35%;
    right: 0;
}

.ougi2{
    position: absolute;
    bottom: 150px;
    width: 30%;
    left: 0;
}

.ougi3{
    position: absolute;
    bottom: -110px;
    width: 30%;
    left: 0;
}

.award03{
    max-width: 280px;
    width: 60%;
    margin:auto;
    z-index: 2;
    position: relative;
}

.work10{
    position: relative;
    margin-top: -45px;
    z-index: 0;
}

@keyframes fadeInDown {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.updown {
    transform: translateY(-100px);
}

.downup {
    transform: translateY(100px);
}

@media screen and (max-width:767px){
    body{
        font-size: 16px;
    }
}

@media screen and (max-width:640px){
    .left-box2{
        width: 25%;
    }
    .right-box2{
        width: 25%;
    }

    .work-paper-box{
        width: 50%;
    }

    .ougi1{
        right: -1rem;
    }

    .ougi2{
        left: -1rem;
    }

    .work10{
        margin-top: -8%;
    }

    .icon_manga,
    .icon_manga_s{
        max-width: 60px;
        min-width: 60px;
    }

    .award-paper{
        width: 40px;
    }
}

@media screen and (max-width:500px){
    body{
        font-size: 16px;
    }
}