@charset "utf-8";

.main-head {
    background: #fbe8d9;
}

.main-head h1 {
    color: #6BBBAB;
    text-shadow: 1px 1px 10px #fff,-1px 1px 10px #fff,1px -1px 10px #fff,-1px -1px 10px #fff;
}

.box-special {
    padding: 50px 0 0;
    height: 750px;
    background: url("../img/special/bg_cloud.png") no-repeat center -50px;
    background-size: 2000px auto;
    display:table;
    width: 100%;
}

.box-special .tit {
    color: #F08300;
    font-size: 32px;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    position: relative;
    line-height: 180%;
    background: url("../img/special/bg_special.svg") no-repeat center center;
    background-size: 686px auto;
}

.box-special .img-balloon {
    width: 125px;
    position: absolute;
    left: calc(50% + 330px);
    top:490px;
}

.box-many {
    padding-bottom: 80px;
}

.box-many .list-many {
    max-width: 1125px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.box-many .list-many li {
    display: block;
    max-width: 1000px;
    width: 100%;
    height: 600px;
    position: relative;
    background: url("../img/special/box_02.svg") no-repeat top center;
    margin-bottom: 75px;
    
}

.box-many .list-many li:nth-child(odd) {
    background: url("../img/special/box_01.svg") no-repeat top center;
    /*margin-left: 125px;*/
    margin-left: 11%;
}

.box-many .list-many li .tit {
    position: absolute;
    top:160px;
    display: block;
    width: 320px;
    text-align: center;
    right:70px;
    font-size: 36px;
    line-height: 130%;
    color: #F08300;
    letter-spacing: 8px;
}

.box-many .list-many li:nth-child(odd) .tit {
    right: auto;
    left: 90px;
    color: #45b035;
}

.box-many .tit::after {
    content: "";
    display: block;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
}

.box-many .list-sadou .tit::after {
    content: url('../img/special/tit_sadou.svg');
    width: 53px;
    top: -130px;
}

.box-many .list-kaiga .tit::after {
    content: url('../img/special/tit_kaiga.svg');
    width: 90px;
}

.box-many .list-suiei .tit::after {
    content: url('../img/special/tit_suiei.svg');
    width: 90px;
    top: -60px;
}

.box-many .list-ongaku .tit::after {
    content: url('../img/special/tit_ongaku.svg');
    width: 75px;
}

.box-many .list-ehon .tit::after {
    content: url('../img/special/tit_ehon.svg');
    width: 70px;
}

.box-many .list-many li.list-asobi .tit {
    top: 150px;
    letter-spacing: 2px;
}

.box-many .list-asobi .tit::after {
    content: url('../img/special/tit_asobi.svg');
    width: 140px;
    top: -95px;
}

.box-many .list-syoku .tit::after {
    content: url('../img/special/tit_syokuiku.svg');
    width: 110px;
}

.box-many .list-many p {
    position: absolute;
    top:460px;
    display: block;
    width: 680px;
    text-align: center;
    right:0;
    left:0;
    margin:auto;
    font-size: 16px;
    line-height: 180%;
}

.box-many .list-many p .txt-point {
    color: #45b035;
}

.box-many .list-many .list-sadou p .txt-point {
    color: #FCC80E;
}

.box-many .list-many li .img {
    position: absolute;
    object-fit: cover;
    overflow: hidden;
}

.box-many .list-many li .img-large {
    top:85px;
    left: 115px;
    border-radius: 100px;
}

.box-many .list-many li:nth-child(odd) .img-large {
    right: 95px;
    left: auto;
}

.box-many .list-many li .img-small {
    top:245px;
    right: 100px;
    border-radius: 60px;
}

.box-many .list-many li:nth-child(odd) .img-small {
    right: auto;
    left: 115px;
}

.box-many .list-many li.list-ongaku .img-small {
    right: auto;
    left: 60px;
}

/******************************************************/

.box-special .img-balloon.active { animation: fadeBalloon 1.6s 0.0s ease-in-out forwards; }

@keyframes fadeBalloon {
    from { 
        opacity: 0;
        translate: 0 45%;
    }
    to { 
        opacity: 1;
        translate: 0 0;
    }
}

/******************************************************/

@media screen and (max-width: 900px) {

    .box {
        padding: 8% 5%;
    }
    
    .box-special {
        height: auto;
        background-size: 110% auto;
        background-position: center -3%;
    }

    .box-special .tit {
        font-size: 3.2vw;
        height: auto;
        aspect-ratio: 37 / 30;
        background: url("../img/special/bg_special_sp.svg") no-repeat center center;
        background-size: 85% auto;
        display: block;
        padding-top: 37%;
    }
    
    .box-special .img-balloon {
        width: 15%;
        left: calc(50% + 24vw);
        top: 70%;
    }
    
    .box-many {
        padding: 0 5%;
    }
    
    .box-many .list-many {
        width: 100%;
        display: block;
    }
    
    .box-many .list-many li {
        width: 100%;
        height: auto;
        aspect-ratio: 11 / 7;   
        margin-bottom: 8%;
    }
    
    .box-many .list-many li:nth-child(odd) {
        margin-left: 0;
    }
    
    .box-many .list-many li .img-large {
        width: 45%;
        border-radius: 80px;
        left: 7vw;
        top: -5%;
    }
    
    .box-many .list-many li:nth-child(odd) .img-large {
        right: 5vw;
    }
    
    .box-many .list-many li .tit {
        font-size: 5vw;
        width: 50%;
        top: 16vw;
        right: 2vw;
        letter-spacing: 1vw;
    }
    
    .box-many .list-many li:nth-child(odd) .tit {
        left: 3vw;
    }
    
    .box-many .list-many li.list-ehon .tit {
        top: 12vw;
    }
    .box-many .list-many li.list-asobi .tit {
        top: 12vw;
    }
    .box-many .tit::after {
        top: -15vw;
    }
    .box-many .list-sadou .tit::after {
        width: 8vw;
        top: -18vw;
    }
    .box-many .list-kaiga .tit::after {
        width: 13vw;
    }
    
    .box-many .list-suiei .tit::after {
        width: 17vw;
        top: -13vw;
    }
    .box-many .list-ongaku .tit::after {
        width: 13vw;
        top: -18vw;
    }
    .box-many .list-ehon .tit::after {
        width: 10vw;
    }
    .box-many .list-asobi .tit::after {
        width: 20vw;
        top: -11vw;
    }
    .box-many .list-syoku .tit::after {
        width: 15vw;
        top: -15vw;
    }
    
    .box-many .list-many p {
        width: 100%;
        top: 28vw;
        font-size: 2.8vw;
        text-align: center;
    }
    
    .box-many .list-many .list-syoku p {
        top: 32vw;
    }
    
}


