/*
Theme Name: den
Version: 7.7
Description: 20220816
*/

@charset "utf-8";

@import "library/css/reset.css";
@import "library/css/common.css";

.head_change,
.head_change2 {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 20px 0;
	display: none;*/
    z-index: 99999;
}
.head_change2.white,
.head_change.white {
    background: rgba(0, 0, 0, 0.26) !important;
}
.head_change2 {
    height: 50px;
    position: absolute;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/*WPログインしている場合*/
.interval #head_change {
    top: 32px;
}
