
.hfam-top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}

.hfam-top-wrap-height {
    height: 100vh;
    min-height: 100vh;
}

.hfam-min-height-guard {
    min-height: 100vh;
}

.hfam-lang-switcher-container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfam-lang-switcher-container .uk-button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div[uk-dropdown] {
    display: none;
}

.hfam-button-default {
    background-color: #e3e3e3;
    color: #555;
    border: 1px solid #e5e5e5;
}

.hfam-button-default:hover {
    background-color: #fff;
    color: #555;
    border-color: #b2b2b2;
}

.hfam-button-default.uk-active,
.hfam-button-default:active {
    background-color: #ddd;
    color: #555;
    border-color: #999;
}

.hfam-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:960px) {
    .hfam-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.hfam-section>:last-child {
    margin-bottom: 0;
}

.hfam-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hfam-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hfam-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width:960px) {
    .hfam-section-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.hfam-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width:960px) {
    .hfam-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

.hfam-section-default {
    background: #fff;
    --hfam-navbar-color: dark;
}

.hfam-section-muted {
    background: #f8f8f8;
    --hfam-navbar-color: dark;
}

.hfam-section-primary {
    background: #1e87f0;
    --hfam-navbar-color: light;
}

.hfam-section-secondary {
    background: #222;
    --hfam-navbar-color: light;
}

.hfam-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:640px) {
    .hfam-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:960px) {
    .hfam-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.hfam-container>:last-child {
    margin-bottom: 0;
}

.hfam-container .hfam-container {
    padding-left: 0;
    padding-right: 0;
}

.hfam-container-xsmall { max-width: 750px; }
.hfam-container-small { max-width: 900px; }
.hfam-container-large { max-width: 1400px; }
.hfam-container-xlarge { max-width: 1600px; }
.hfam-container-expand { max-width: none; }
.hfam-container-expand-left { margin-left: 0; }
.hfam-container-expand-right { margin-right: 0; }

@media (min-width:640px) {
    .hfam-container-expand-left.hfam-container-xsmall,
    .hfam-container-expand-right.hfam-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px);
    }
    .hfam-container-expand-left.hfam-container-small,
    .hfam-container-expand-right.hfam-container-small {
        max-width: calc(50% + (900px / 2) - 30px);
    }
}

@media (min-width:960px) {
    .hfam-container-expand-left,
    .hfam-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px);
    }
    .hfam-container-expand-left.hfam-container-xsmall,
    .hfam-container-expand-right.hfam-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px);
    }
    .hfam-container-expand-left.hfam-container-small,
    .hfam-container-expand-right.hfam-container-small {
        max-width: calc(50% + (900px / 2) - 40px);
    }
    .hfam-container-expand-left.hfam-container-large,
    .hfam-container-expand-right.hfam-container-large {
        max-width: calc(50% + (1400px / 2) - 40px);
    }
    .hfam-container-expand-left.hfam-container-xlarge,
    .hfam-container-expand-right.hfam-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px);
    }
}

.hfam-container-item-padding-remove-left,
.hfam-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.hfam-container-item-padding-remove-left { margin-left: -15px; }
.hfam-container-item-padding-remove-right { margin-right: -15px; }

@media (min-width:640px) {
    .hfam-container-item-padding-remove-left,
    .hfam-container-item-padding-remove-right {
        width: calc(100% + 30px);
    }
    .hfam-container-item-padding-remove-left { margin-left: -30px; }
    .hfam-container-item-padding-remove-right { margin-right: -30px; }
}

@media (min-width:960px) {
    .hfam-container-item-padding-remove-left,
    .hfam-container-item-padding-remove-right {
        width: calc(100% + 40px);
    }
    .hfam-container-item-padding-remove-left { margin-left: -40px; }
    .hfam-container-item-padding-remove-right { margin-right: -40px; }
}

.uk-cover-container {
    overflow: hidden;
    position: relative;
}

.hfam-grid-small {
    margin-left: -1px;
}

.hfam-grid-small>* {
    padding-left: 1px;
}

*+.uk-grid+.hfam-grid-small,
.hfam-grid-small>.uk-grid-margin {
    margin-top: 1px;
}

.image-preview-container {
    position: relative !important;
}

.image-preview-container.is-deleted-filter-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4) !important;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 5;
    border-radius: inherit;
}

.single_ttl.title-flex-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
}

.single_ttl .uk-heading-large {
    margin-bottom: 5px;
}

.single_ttl .uk-text-small {
    margin-top: 0;
}

/* ナビゲーションメニューのドット・余白・擬似要素をすべてリセット */
.widget_nav_menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu ul.menu li {
    list-style: none;
    background: none; /* 背景画像でドットを出している場合用 */
    padding: 0;
    margin: 0;
}

.widget_nav_menu ul.menu li::before {
    content: none;
    display: none;
}