.page{overflow-x: hidden;}
.page--news #wrapper{
    background: #eef4c5;
}
.page--news .opening-modal{display: none;}
.page--news .news{
    margin-top: 0;
    min-height: 620px;
    padding-bottom: 0!important;
    background: #eef4c5;
}
.page--news.page--detail  #wrapper{
    background: #eef4c5;
}
.page--news.page--detail .news{
    margin-top: 8vw;
    padding: 0 3em 3em;
    background-color: #eef4c5;
}
.page--news .news::before{content: none;}
.page--news.page--detail .tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}
.page--news.page--detail .date{
    font-size: 14px;
}
.page--news.page--detail  .block--title {
    padding-bottom: 40px;
}
.page--news.page--detail .news-detail .txt {
    font-size: 14px;
    line-height: 1.6;
}
.btn{
    /* width: min(38.28125cqw, 294px);
    margin: 0 auto;
    margin-top: min(7.8125cqw, 60px);
    padding-bottom: min(7.8125cqw, 60px); */
    text-align: center;
}
.btn--main{
    background: #625140;
    color: #fff;
    font-size: 2.5rem;
    min-width: 300px;
    padding: 20px;
    margin: 1.5em auto 1.5em;
    display: inline-block;
    border-radius: 999px;
}
.ph{
    margin: 1em 0;
}
.ph img{
    pointer-events: none;
    width: 100%!important;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1em 0;
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wovn-languages.visible .nav-dropdown .list--language li, .drawer-visible .wovn-languages.visible .nav-dropdown .list--language li{
    color: #fff!important;
}
.is-menu-open .wovn-languages, .drawer-visible .wovn-languages{
    opacity: 0;
    pointer-events: none;
}

@media screen and (min-width: 1px) and (max-width: 960px)  {
    .btn--main{
        font-size: 1.5rem;
        padding: 10px;
        width: 40%;
    }
    .page--news .news{
        margin-top: 5vw;
    }
    .page--news.page--detail .news{margin-top: 16vw; padding: 0 5% 3em;}
    .page--app .app__inner{
        padding-top: min(18.416667cqw, 80px);
    }
    .wovn-languages, .drawer-visible .wovn-languages{
        left: 2vw;
        right: inherit;
        top: 17vw!important;
        border: 1px solid;
        backdrop-filter: blur(0);
        background: #fff;
    }
}
