@charset "utf-8";
/* CSS Document */

#wrap{
    background-image: url(../images/top_photo.png);
    background-repeat: no-repeat;
    background-position: 0 -43px;
    background-size: contain;
}
header{
    background-color: transparent;
}
#g-nav ul{
    background-image: linear-gradient(90deg, rgba(94, 186, 201, 0.85) 60%, rgba(7,107,175,.85) );
}
main{
    background-image: url(../images/top_illust.png);
    background-repeat: no-repeat;
    background-position: 45% 58%;
    background-size: 59%;

    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    align-items: center;
}
#theme{
    margin: 50px 20px 0 0;
    position: relative;
}
.t-bg{
    position: absolute;
    mix-blend-mode: luminosity;
    width: 42%;
    top: -12%;
    left: 6%;
}
.t-ov{
    margin: 0 auto;
    width: 800px;
    position: relative;
    z-index: 1;
}
#main-guide{
    margin: 50px 0 0 30px;
    width: 800px;
}
#info{
    margin: 270px auto 100px;
    position: relative;
}
#info h4{
    width: fit-content;
    padding: 0 1rem;
    display: inline-block;
    color: #6b8e23;
    font-weight: 500;
    margin-bottom: 16px;
    border-bottom: 3px solid #6b8e23;
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8) 8% 90%, transparent);
}
#info-group{
    position: relative;
    background-color: rgba(99, 130, 91, .7);
    width: 770px;
    height: 350px;
}
#info-bg{
    position: absolute;
    mix-blend-mode: multiply;
    opacity: .8;
    width: 26.5%;
    right: 3%;
    bottom: 0;
}
#info-box{
    position: relative;
    margin: 0 auto;
    max-height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    overflow-y: auto;
}
dt,dd{
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}
dt{
    font-size: 14px;
}
dd{
    margin-bottom: 2rem;
}
#info-box i{
    padding-left: 20px;
}
#info-box hr{
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 20px;
}


@media screen and (max-width:1200px){
    main{
        background-position: 45% 55%;
        background-size: 55%;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    #theme{
        margin: 50px auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .t-bg{
        width: 35%;
        top: -12%;
        left: 6%;
    }
    .t-ov{
        width: 80%;
    }
    #main-guide{
        margin: 50px auto;
        width: 80%;
        display: flex;
        justify-content: center;
    }
    #info{
        margin: 25% auto calc(50px + (7vh + 5vw));
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #info > div{
        width: 77%;
    }
    #info-group{
        width: 100%;
        height: 350px;
    }
}

@media screen and (max-width:1060px){
    main{
        background-position: 45% 60vw;
        background-size: 60%;
        padding-left: 0;
    }

    #info h4{
        font-size: 3vw;
    }
}

@media screen and (max-width:780px){
    #wrap{
        background-position: 0 0;
        background-size: contain;
    }
    main{
        background-position: 45% 75%;
        background-position: 50% 80vw;
        background-size: 90%;
        padding-left: 0;
    }    
    #theme{
        margin: 8vw auto 5vw;
        width: 100%;
        display: flex;
        justify-content: center;
    } 
    #main-guide{
        margin: 10vw auto;
        width: 65%;
    }
    #info > div{
        display: contents;
    }
    #info{
        margin: 25vh auto calc(7vh + 5vw);
    }       
    #info-group{
        width: 80%;
        height: calc(770 / 350 * 30vw);
    }
    #info h4{
        font-size: 5vw;
    }
}
@media screen and (max-width:412px){
    main{
        background-position: 50% 110vw;
        background-size: 90%;
        padding-left: 0;
    }
    #main-guide{
        width: 75%;
    }
    #info h4{
        width: fit-content;
        max-width: 70%;
        font-size: 7vw;
    }
    #info-group{
        width: 80%;
        height: calc(1000 / 350 * 100px);
    }    
}