/* header */

.l-header__content,
.p-drop-nav {
    position: relative;
    background-color: #E71F19;
}

.p-global-nav .c-navbar__item>a {
    color: white;
}

.l-1row-header__branding {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    padding: 0 50px;
    transform: translateX(-50%);
}

.l-1row-header__branding::before {
    position: absolute;
    transform: skewX(-30deg);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
}

.c-site-branding__title {
    text-align: center;
}

.l-1row-header>.c-fluid-container>.c-row>.c-row__col:nth-of-type(2) {
    width: 100%;
}

.l-1row-header .p-global-nav .c-navbar__item:last-of-type {
    margin-left: auto;
}

.l-header .c-hamburger-btn__bar {
    background-color: #fff;
}

.c-hamburger-btn__label {
    color: #fff;
}

@media (min-width: 64em) {
    .c-site-branding__title {
        transform: translateY(17px);
    }
    .l-1row-header .p-global-nav .c-navbar__item:last-of-type {
        flex-basis: 33%;
        max-width: 33%;
        text-align: center;
    }
}

@media (min-width: 64em) and (max-width:1131px) {
    .l-1row-header>.c-fluid-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1132px) {
    .l-1row-header__branding {
        width: 33%;
    }
}

@media (min-width: 1280px) {
    .l-1row-header .p-global-nav .c-navbar__item {
        flex-basis: 10%;
        min-width: 10%;
    }
}


/* common */

.smb-section__title::after {
    width: 160px;
    height: 6px;
    background-color: #333;
}

.is-titlestyle-none .smb-section__title::after {
    content: none;
}

.section-trouble .smb-section__background::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    border: 3px solid white;
    content: '';
}

@media (min-width: 64em) {
    .section-trouble .smb-section__background::after {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
}

@media (min-width: 64em) {
    .smb-section__title {
        font-size: 30px;
    }
}

.l-footer {
    background: url(https://ryouki.jp/wp-content/uploads/2021/03/footerBgi@2x.jpg);
}

.l-footer .c-container>.c-row {
    display: block;
}

.l-footer .l-footer-widget-area__item {
    max-width: 100%;
}

.l-footer .menu {
    display: flex;
    flex-wrap: wrap;
    width: 33%;
}

.l-footer .menu .menu-item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 1rem;
}

.l-footer .menu .menu-item+.menu-item {
    margin-top: 0;
}

.l-footer .menu-item a {
    color: white;
}

.c-copyright {
    background: none;
    text-align: right;
    color: white;
}