/*-------------
cookie consent
-------------*/
.not-concent-msg-box{
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 100%);
    width: 100%;
}
.not-concent-msg-box:has(._loaded) .not-concent-msg{
    display: none;
}
.not-concent-msg{
    position: relative;
    z-index: 1;
    background: #f7f7f7;
}
.not-concent-msg-box .not-concent-msg{
    transform: translateX(-100%);
}
.not-concent-box{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: min(30px, 4.6875vw) 0;
    width: 100%;
    height: 100%;
    padding: min(50px, 6.25vw) min(40px, 4.6875vw);
}
.not-concent-box__msg{
    display: flex;
    align-items: center;
    align-self: flex-end;
    position: relative;
    min-height: 62px;
    padding-left: 70px;
    color: #333;
    font-size: 1.6rem;
    line-height: calc(1em + 14px);
}
.not-concent-box__msg::before{
    position: absolute;
    top: 7px;
    left: 0;
    width: 50px;
    height: 50px;
    border: solid 5px #999;
    border-radius: 50%;
    background: linear-gradient(to top, #999 0 6px, rgba(255,255,255,0) 6px 9px, #999 9px) no-repeat center / 6px 26px;
    content: "";
}
@media screen and (max-width:767px){
    .not-concent-box__msg{
        min-height: 58px;
        padding-left: 50px;
        font-size: 1.3rem;
        line-height: calc(1em + 10px);
    }
    .not-concent-box__msg::before{
        top: 4px;
        width: 40px;
        height: 40px;
        border-width: 4px;
        background: linear-gradient(to top, #999 0 4px, rgba(255,255,255,0) 4px 7px, #999 7px) no-repeat center / 4px 20px;
    }
}
.not-concent-box__alt{
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
}
.not-concent-box__alt-btn{
    min-width: 50%;
    overflow: hidden;
    border-radius: 99px;
}
.not-concent-box__alt-btn a{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 60px;
    padding: 8px 55px 9px 25px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" id="a" width="16" height="16" data-name="svg" viewBox="0 0 16 16"><defs><style>.b{fill:%23fff}</style></defs><path d="M14 13c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1V3c0-.551.449-1 1-1h2V0H3a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-2h-2z" class="b"/><path d="M8 0v2h4L5 9l2 2 7-7v4h2V0z" class="b"/></svg>') no-repeat center right 24px / 16px 16px, #abcd03;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: calc(1em + 3px);
    word-break: break-all;
}
@media screen and (max-width:767px){
    .not-concent-box__alt-btn a{
        min-height: 50px;
        padding: 8px 45px 9px 20px;
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" id="a" width="14" height="14" data-name="svg" viewBox="0 0 14 14"><defs><style>.b{fill:%23fff}</style></defs><path d="M12 11c0 .551-.449 1-1 1H3c-.551 0-1-.449-1-1V3c0-.551.449-1 1-1h2V0H3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V9h-2z" class="b"/><path d="M7 0v2h3L4 8l2 2 6-6v3h2V0z" class="b"/></svg>') no-repeat center right 21px / 14px 14px, #abcd03;
        font-size: 1.4rem;
    }
}
.not-concent-box__alt-btn-inner{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.not-concent-box__cate{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: flex-start;
    gap: 6px;
    color: #333;
    font-size: 1.6rem;
    line-height: calc(1em + 5px);
}
.not-concent-box__cate::before{
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    background: linear-gradient(to top, #999, #999) no-repeat top left / 8px 8px,
    linear-gradient(to top, #999, #999) no-repeat top right / 8px 8px,
    linear-gradient(to top, #999, #999) no-repeat bottom left / 8px 8px;
    content: "";
}
@media screen and (max-width:767px){
    .not-concent-box__cate{
        font-size: 1.3rem;
    }
    .not-concent-box__cate::before{
        width: 15px;
        height: 15px;
        background-size: 7px 7px;
    }
}
.movies-not-concent{
    width: 720px;
    max-width: 100%;
    height: 405px;
    background: #fff;
}
.movies-not-concent .not-concent-msg-box{
    height: 100%;
}
@media screen and (max-width:767px){
    .movies-not-concent{
        height: auto;
    }
}