@charset "utf-8";

.cookie-consent{
    background:#000;
    bottom: 0px;
    position: fixed;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    left:0;
    padding: 14px 25px;
    visibility:hidden;
}
.cookie-consent .inner{
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookie-consent .inner p{line-height: 1em;color:#fff;margin:0;}
.cookie-consent .inner a{text-decoration:underline;color:#fff;min-width:227px;}
.cookie-consent .inner button{font-size: 13px;line-height:1;background:#fff;display: inline-block;padding: 9px 12px;min-width:170px;}

.cookie-hidden{
    visibility:hidden;
}
.cookie-view{
    visibility:visible;
}

/*PC==============================================*/

@media screen and (min-width:1436px){.cookie-consent .inner p{width: 70%;}}
@media screen and (max-width:1435px){.cookie-consent .inner a{margin:0 15px;}}
@media screen and (max-width:985px){.cookie-consent .inner{flex-wrap:wrap;justify-content: flex-start;}
.cookie-consent .inner p{width:100%;margin-bottom:10px;}.cookie-consent .inner a{margin:0 15px 0 0;}
}

/*SP==========================================*/

@media screen and (max-width: 768px) {

.cookie-consent{padding:25px;}
.cookie-consent .inner{flex-direction: column;align-items: flex-start;}
.cookie-consent .inner button{margin-top:20px;}
}
