/* 共通 */
/* -------------------------------------------------
    wovn
------------------------------------------------- */
.wovn-languages,
.drawer-visible .wovn-languages {
    font-size: 10px;
    right: 140px;
    width: 10em;
    top: 70px;
    height: 2.5em;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.wovn-languages::before,
.drawer-visible .wovn-languages::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    z-index: 10;
    transition: 0.2s;
}
.wovn-languages .nav-current,
.drawer-visible .wovn-languages .nav-current {
    position: absolute;
    display: block;
    width: 100%;
    padding-left: 2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100%;
}
.wovn-languages .langIcon,
.drawer-visible .wovn-languages .langIcon {
    display: block;
    fill: #fff;
    width: 1.25em;
    height: 1.25em;
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
.wovn-languages .langIcon,
.drawer-visible .wovn-languages .langIcon {
    width: 10px;
    height: 10px;
    left: 6px;
}
}
.wovn-languages .nav-dropdown,
.drawer-visible .wovn-languages .nav-dropdown {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 0.5em;
}
.wovn-languages .nav-dropdown .list--language,
.drawer-visible .wovn-languages .nav-dropdown .list--language {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li,
.drawer-visible .wovn-languages .nav-dropdown .list--language li {
    width: 100%;
    display: none;
    cursor: pointer;
    padding-bottom: 0;
    text-align: left;
    padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after,
.drawer-visible .wovn-languages .nav-dropdown .list--language li::after {
    content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages .nav-dropdown .list--language li.selected {
    display: block;
    width: 100%;
    padding-left: 2.2em;
    order: -1;
    font-weight: bold;
    opacity: 0;
}

.wovn-languages.visible::before,
.drawer-visible .wovn-languages.visible::before {
    transform: rotate(-135deg);
    margin-top: -1px;
}
.wovn-languages.visible .nav-dropdown,
.drawer-visible .wovn-languages.visible .nav-dropdown {
    opacity: 1;
    pointer-events: visible;
    z-index: 1;
    border: none;
    color: #f5f5f5;
    width: calc(100% + 2px);
    top: 2.5em;
    left: -1px;
    transform: translateY(0);
    background: #006341;
    border: 1px solid rgba(245, 245, 245, 0.3);
}
.wovn-languages.visible .nav-dropdown .list--language li,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li {
    display: block;
    transition: opacity 0.4s;
    padding: 5px 10px 5px 10px;
    opacity: 0.6;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected {
    pointer-events: none;
    background: rgba(255, 255, 255, 0.15);
    order: inherit;
    opacity: 1;
    transition: none;
    position: relative;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected::after,
.drawer-visible .wovn-languages.visible .nav-dropdown .list--language li.selected::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-225deg);
}
.video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 1.5em 0;
}
.video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ph{
    margin: 1.5em 0;
}
.ph img{width: 100%!important;}
.list__more,.detail__btn{
    text-align: center;
    margin-top: 20px;
    display: block;
}
.list__more a,.detail__btn a{
    display: inline-block;
    font-family: "blakely", sans-serif;
    font-size: 36px;
    padding: 5px;
    color: transparent;
    background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    -webkit-background-clip: text;
    transition: filter .3s;
}

/* TOP */
.news ul{
    max-height: unset;
    overflow: auto;
}
.news ul li{line-height: 1.5;}
.news ul li.new .news-ttl{position: relative; letter-spacing: .05em;}
.news ul li.new .news-ttl::after{
    content: "NEW";
    display: inline-block;
    font-family: "blakely", sans-serif;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: transparent;
    background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
    -webkit-background-clip: text;
}
/* NEWSページ */
.page--news{
    padding-top: 12vw;
}
.section--detail{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: 960px;
}
.section--detail .section--inner{
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    margin: 0 auto;
    backdrop-filter: blur(3px);
}
.section--detail .section--inner .detail-content{
    padding: 60px 4vw ;
    border-left: solid 2px #f3a624;
    border-right: solid 2px #f3a624;
    position: relative;
}
.section--detail .section--inner .detail-content::before,
.section--detail .section--inner .detail-content::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.section--detail .section--inner .detail-content::before{
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f3a624 0% 10%, #f8ea90 50%, #f3a624 90% 100%);
}
.section--detail .section--inner .detail-content::after{
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f3a624 0% 10%, #f8ea90 50%, #f3a624 90% 100%);
}
.section--detail .section--inner .detail-content .tit{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.section--detail .section--inner .detail-content .date{
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-size: 0.88em;
}
.section--detail .section--inner .detail-content .txt{
    margin-top: 2em;
}
.section--detail .section--inner .detail-content .txt p{
    line-height: 1.5 !important;
    letter-spacing: .05em !important;
}

.section--detail .section--inner .detail-content .txt a{
    text-decoration: underline;
    transition: text-decoration .3s;
    word-break: break-word;
}
.section--detail .detail__btn{
    margin-top: 70px;
}

/* PC */
@media screen and (min-width: 897px){
    .news ul li a{transition: opacity .3s;}
    .news ul li a:hover{opacity: .5;}
    .section--detail .section--inner .detail-content .txt a:hover{
        text-decoration: none;
    }
    .list__more a:hover,.detail__btn a:hover{
        filter: brightness(1.3);
    }
}
/* SP */
@media screen and (max-width: 896px){
    .wovn-languages, .drawer-visible .wovn-languages{right: 25%;top: 36px;}
    .page--news{padding-top: 28vw;}
    .list__more a,.dateil__btn a{
        font-size: 30px;
    }
    .news ul li.new .news-ttl::after{content: none;}
    .news ul li.new .news-date{position: relative; width: auto;}
    .news ul li.new .news-date::after{
        content: "NEW";
        display: inline-block;
        font-family: "blakely", sans-serif;
        font-size: 18px;
        margin-left: 5px;
        position: relative;
        top: 2px;
        color: transparent;
        background: linear-gradient(0deg, #d88112 0%, #f3a624 50%, #f8ea90 90% 100%);
        -webkit-background-clip: text;
    }
}
@media screen and (min-width: 756px) and (max-width: 896px){
    .wovn-languages, .drawer-visible .wovn-languages{right: 16%;}
    .page--news{padding-top: 14vw;}
    .ph{width: 100%;}
}
