@charset "UTF-8";

/* メニューバーなど */
/* .request-talk {
    display: none !important;
}
.guide_inner_btn[data-function="toRequestTalk"] {
    display: none !important;
}  */

#informationMain {
    padding:1em;
    top:47% !important;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background: rgba(220, 220, 220, 0.6);
    box-shadow: 0 10px 15px #333;
}

#informationFilter {
    background: linear-gradient(to bottom right, rgb(200, 220, 255) 10%, rgb(122, 143, 220) 45%, rgb(122, 143, 220) 55%, rgb(200, 220, 255) 90%);
}
#informationFilter:before {
    content: '';
    background-image: url('./bg_img.png');
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: bottom 80% left 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.select_bgm_btn {
    /* border: 2px solid #fff; */
    color: #fff;
    background-color: rgb(29, 70, 151);
    font-size: clamp(2rem, 2.9vw, 2rem);
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: clamp(0.5rem, 2.9vw, 0.8rem);
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    max-width: 100%;
    min-width: 20vw;
    width: 250px;
    border-radius: 0;
    transition: filter 0.2s;
}

.select_bgm_btn:hover {
    filter: drop-shadow(0 2px 11px #fff);
}

#subTitle {
    margin: 0.8em auto;
    color: #fff;
    font-size: clamp(1.2rem, 2.9vw, 1.6rem);
    font-weight: bold;
    font-family: sans-serif;
    max-width: 100%;
    min-width: 20vw;
    width: 250px;
}
#subTitle span {
    letter-spacing: clamp(1.5rem, 2vw, 2rem);
}

#infomationArea img {
    max-width: none;
    width: 110% !important;
    margin-left: -5%;
}

@media screen and (orientation: landscape) and (min-width: 768px) {
    #informationFilter:before {
        background-size: cover;
        background-position: center;
    }


}