@charset "utf-8";
/*画面固定*/
.page_top #article_mainVisual .box_mainVisual {
    z-index: 0;
    position: fixed;
    top:0;
}
.page_top #article_mainVisual .box_mainVisual,
.page_top #article_mainVisual .box_mainVisual--in,
.page_top #article_mainVisual .box_mainVisual img {
    width:100%;
    min-height: 80vh;
}
.page_top #article_mainVisual .box_mainVisual_contents {
    position: relative;
    width:100%;
    height: 100vh;
    min-height: 80vh;
    z-index: 1;
    background: transparent;
}
.page_top #article_mainVisual .box_mainVisual img {
    object-fit: cover;
    object-position: left;
    height: 100vh;
}
@media only screen and (min-width : 769px) {
    .page_top #article_mainVisual .box_mainVisual img {
        object-fit: cover;
        /* object-position: left; */
        object-position: left top;
        height: 100vh;
    }
}

@media only screen and (min-width : 769px) {

    .page_top #article_mainVisual .box_mainVisual,
    .page_top #article_mainVisual .box_mainVisual img,
    .page_top #article_mainVisual .box_mainVisual_contents {
        height: 100vh;
        min-height:600px ;
    }
}




/*box_mainVisual_contents*/
.page_top #article_mainVisual .box_mainVisual_contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_top #article_mainVisual .box_mainVisual_contents .img_logo {
    max-width: 500px;
    width: 80%;
    margin-bottom: 1em;

    position: relative;
}

.page_top #article_mainVisual .box_mainVisual_contents .box_txt {
    font-size: var(--fs_n);
    text-shadow: 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255), 0 0 3px rgb(255, 255, 255);
}

.page_top #article_mainVisual .box_mainVisual_contents .box_exp {
    width:90%;
}

@media only screen and (min-width : 769px) {
    .page_top #article_mainVisual .box_mainVisual_contents .box_exp {
        width:auto;
    }
}

.page_top #article_mainVisual .box_mainVisual_contents .box_inf .txt {
   margin-right: 0.5em;
}

.page_top #article_mainVisual .box_mainVisual_contents #box__menu__list {
    position:absolute;
    bottom:-45px;
}
