header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding: 0;
}
.p-header__description {
    width: 100%;
    font-size: 11px;
    padding: 0.3rem 0;
    text-align: center;
    background: #f6edd7;
    color: #356167;
    font-weight: 600;
    letter-spacing: 1px;
}
.p-header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 110px;
    margin: auto;
    width: auto;
    height: 60px;
}
.p-header__container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: 86px;
}
.p-header__left {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    left: 10px;
    font-size: 12px;
    width: 30%;
    height: 86px;
    text-align: center;
}
.p-header_searchbox {
    position: relative;
    width: 100%;
    max-width: 230px;
}
.p-header_searchbox input[type="text"] {
    width: 100%;
    padding: 1.5rem;
    border: 2px solid #356167;
    border-radius: 50px;
    text-align: left;
}
.p-header_searchbox button {
    background: url(https://gigaplus.makeshop.jp/lululusilk/renewal/images/header-info-icon-4.png) no-repeat center
        center/cover;
    background-color: none;
    border: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto;
    span {
        display: none;
    }
    a {
        display: block;
        width: 20px;
        height: 20px;
    }
}
.p-header__right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    color: #356167;
    width: 25%;
    max-width: 250px;
    height: 86px;
    li {
        position: relative;
        width: calc(100% / 3);
        text-align: center;
        a {
            font-weight: 600;
            span {
                display: block;
                margin-top: 2.5rem;
                font-size: 10px;
                font-weight: 600;
            }
        }
    }
    li:first-child a::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        content: "";
        background: url(../images/header-info-icon-3.png);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    li:nth-child(2) a::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        content: "";
        background: url(../images/header-info-icon-2.png);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    li:nth-child(3) a::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        content: "";
        background: url(../images/header-info-icon-1.png);
        width: 23px;
        height: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
}
span.badge-cart-count {
    background: #f00;
    position: absolute;
    right: 2rem;
    top: -1rem;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    letter-spacing: 0;
    color: #fff;
    z-index: 9;
}
.p-navigation {
    border-top: 1px solid #888;
    ul {
        font-weight: 600;
        margin: 0 auto;
        max-width: 1300px;
        display: flex;
        justify-content: center;
        padding: 0.5rem 0;
    }
    li {
        width: calc(100% / 6);
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        color: #356167;
        a {
            font-weight: 600;
        }
    }
    li span {
        position: relative;
    }
    .p-navigation__item--top span::before {
        display: block;
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-0.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .p-navigation__item--products span::before {
        display: block;
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-1.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .p-navigation__item--recommend span::before {
        display: block;
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-2.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .p-navigation__item--yomimono span::before {
        display: block;
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-3.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .p-navigation__item--silksries span::before {
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-4.png);
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
    .p-navigation__item--sale span::before {
        display: block;
        position: absolute;
        left: -33px;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        background: url(../images/header-icon-5.png);
        width: 30px;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

.p-header__cat {
    background: #ededed;
    width: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 0.5rem 0;
}
.p-header__cat ul {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    li {
        padding: 0 1.3rem;
        font-size: 1.4rem;
        text-align: center;
        border-right: 1px solid #888;
    }
    li:first-child {
        border-left: 1px solid #888;
    }
}
.p-header__navigation__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1%;
}

.p-header__navigation__menu__list {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5%;
}
.p-header__navigation__menu__item {
    position: relative;
    width: 18%;
    margin: 1% 0;
    align-items: center;
    text-align: center;
    line-height: 2;
}
.p-header__navigation__menu__item img {
    border-radius: 10px;
    border: 1px solid #ddd;
}
.p-header__navigation__menu__item span {
    font-size: 0.95rem;
}
.p-header__search {
    position: absolute;
    width: 30%;
    max-width: 250px;
    height: 35px;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 1px solid #444;
}
.p-header__search input[type="image"] {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.p-hamburger {
    position: relative;
    width: 40px;
    height: 70px;
    outline: none;
    box-shadow: 0 0 2rem transparent;
    transition: all 0.3s ease-in-out;
}
.p-hamburger:hover,
.p-hamburger:focus {
    cursor: pointer;
    box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.p-hamburger__line {
    position: absolute;
    top: -1rem;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 38px;
    height: 2px;
    background-color: #356167;
    transition: inherit;
}
.p-hamburger__line:before {
    top: -10px;
}
.p-hamburger__line:after {
    top: 10px;
}
.p-hamburger__line:before,
.p-hamburger__line:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    transition: inherit;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line:before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line:after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #356167;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line:before {
    top: 0;
    transform: rotate(45deg);
}
.u-visuallyHidden {
    display: block;
    color: #356167;
    letter-spacing: 0;
    padding-top: 1.5rem;
    font-size: 10px;
    font-weight: 600;
}

@media screen and (max-width: 820px) {
    .swiper {
        margin-top: 130px;
    }
    .p-navigation,
    .p-header__cat {
        display: none;
    }
    .p-header__cat {
        display: flex;
        margin: 0 auto;
        max-width: 1100px;
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        li {
            padding: 0 1rem;
            font-size: 1.2rem;
        }
    }
    .sp-fixed {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }
}

@media only screen and (max-width: 1086px) {
    .sp-fixed {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }
}

.p-menuHamburger {
    width: 90%;
    background: #fff;
    transition: ease 0.5s;
    max-width: 860px;
    min-height: 500px;
    height: 60vh;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    padding: 2.5rem 3rem;
    border: 2px solid #356167;
}
.p-menuHamburger__wrapper {
    position: absolute;
    width: 92%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 500px;
}
.p-menuHamburger__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #356167;
    margin-top: 2rem;
}
.p-menuHamburger__ListTitle {
    margin: 2rem auto 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #356167;
    span {
        padding-left: 1rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    &::before {
        padding-right: 0.3rem;
        content: "▪︎";
        color: #356167;
    }
}
.p-menuHamburger__search {
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-menuHamburger__search,
.p-menuHamburger__keyword {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #356167;
}
.search-btn {
    display: grid;
    place-items: center;
    height: 54px;
    width: 100px;
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #356167;
}
input.search-price {
    width: auto;
    margin-right: 4px;
}
.p-menuHamburger__searchList {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    li {
        margin-top: 1rem;
    }
    label {
        margin-right: 0.5rem;
        font-size: 1.4rem;
        color: #356167;
        font-weight: 600;
    }
    /*li:first-child,
    li:nth-child(2) {
        width: calc((100% - 1rem) / 2);
    }
    li:nth-child(3) {
        width: 100%;
        max-width: 680px;
    }*/
    input[type="text"],
    select {
        background: #eee;
        border-radius: 3px;
        border: none;
        padding: 8px;
        font-size: inheirt;
        box-sizing: border-box;
        min-width: 190px;
    }
}
.p-menuHamburger__keywordList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.p-menuHamburger__keywordItem a {
    display: block;
    padding: 0.5rem 1.2rem 0.7rem;
    font-size: 1.2rem;
    color: #fff;
    background: #356167;
}
.p-menuHamburger__keywordItem a:hover {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.p-menuHamburger__catList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 auto;
}
.p-menuHamburger__catItem {
    display: grid;
    place-items: center;
    width: calc((100% - 4rem) / 4);
    height: 40px;
    font-size: 1.4rem;
    color: #356167;
    text-align: center;
    background: #f6edd7;
}
.p-menuHamburger__seriesList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 auto;
}
.p-menuHamburger__seriesItem {
    position: relative;
    display: grid;
    place-items: center;
    width: calc((100% - 3rem) / 4);
    height: 60px;
    font-size: 1.4rem;
    color: #356167;
    text-align: center;
    background: #f6edd7;
    span {
        display: block;
        line-height: 1.5;
    }
    a {
        display: block;
    }
}

.p-menuHamburger__seriesItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #356167;
    border-right: 1px solid #356167;
    transform: rotate(45deg);
    margin-top: -5px;
}

.p-menuHamburger__seriesItem:hover::after {
    right: 10px;
    transition: all 0.5s;
}
.p-menuHamburger__contents {
    display: none;
}

.p-menuHamburger .p-aside__search {
    width: 90%;
    margin: 2rem auto 1rem;
}
.p-menuHamburger.open {
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    opacity: 1;
}
.p-menuHamburger__navigation__item:first-child {
    border-top: 1px solid #ddd;
}
.p-menuHamburger__navigation__item a {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0 1rem 8%;
}
.p-menuHamburger__navigation__item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    margin-top: -5px;
}
.p-menuHamburger__navigation__item a:hover::after {
    right: 5%;
    transition: all 0.5s;
}

button#js-menuClose {
    display: grid;
    place-content: center;
    margin: 0 auto;
    font-size: 2rem;
    text-align: justify;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #888;
    border-radius: 50%;
    border: 0;
}
button#js-menuClose:hover {
    cursor: pointer;
}
.menu-background {
    position: fixed;
    top: 90px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s;
}

.menu-background.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9;
}
@media only screen and (max-width: 820px) {
    .menu-background {
        top: 120px;
    }
    .p-header__container {
        width: 92%;
        height: 80px;
        margin: 0 auto;
    }
    .p-header__left {
        width: 50px;
        height: 80px;
        left: 0;
    }

    .p-header__right {
        width: 35%;
        height: 80px;
        gap: 1rem;
        align-items: center;
        justify-content: flex-end;
        li {
            width: 40px;
            height: 35px;
            a {
                span {
                    font-weight: 600;
                    margin-top: 2.5rem;
                    font-size: 9px;
                }
            }
        }
    }
    span.badge-cart-count {
        right: 0rem;
    }
    .p-hamburger {
        position: inherit;
    }

    .u-visuallyHidden {
        padding-top: 1.5rem;
    }
    .p-header__description,
    .p-header__right li:first-child,
    .p-header__left div:nth-child(2) {
        display: none;
    }
    .p-menuHamburger {
        background: #fff;
        transition: ease 0.5s;
        width: 100%;
        max-width: 860px;
        position: fixed;
        z-index: -1;
        top: 115px;
        right: -100%;
        left: auto;
        margin: auto;
        opacity: 0;
        height: calc(100vh - 115px);
        border: 0;
        overflow-y: scroll;
        padding: 2rem 0;
    }
    .p-menuHamburger__title {
        margin: 2rem auto 1rem;
    }
    .p-menuHamburger__wrapper {
        width: 90%;
        padding: 5% 5% 80px 5%;
        height: auto;
        overflow-y: scroll;
    }
    .p-menuHamburger.open {
        width: 100%;
        top: 115px;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: auto;
    }
    .p-menuHamburger__search,
    .p-menuHamburger__searchList {
        display: block;
    }
    .p-menuHamburger__searchList {
        li:first-child,
        li:nth-child(2) {
            width: 100%;
        }
    }
    .p-menuHamburger__searchList {
        input[type="text"],
        select {
            width: 100%;
            min-width: 100px;
        }
        li:nth-child(3) input[type="text"] {
            width: 40%;
        }
    }
    .p-menuHamburger__searchList--keyword,
    .p-menuHamburger__searchList--price {
        label {
            display: block;
        }
    }

    .p-menuHamburger__searchList--cat {
        label {
            width: 100%;
            display: inline;
            position: relative;
        }
    }

    .p-menuHamburger__searchList--cat label::after {
        position: absolute;
        right: -2rem;
        content: "▼";
        color: #356167;
        font-size: 1.3rem;
        top: -1px;
    }

    .search-btn {
        display: grid;
        place-items: center;
        height: 40px;
        width: 80%;
        font-size: 1.4rem;
        border-radius: 3px;
        padding: 0;
        text-align: center;
        color: #fff;
        background: #356167;
        margin: 1.5rem auto;
    }
    .p-menuHamburger__seriesItem {
        position: relative;
        display: grid;
        place-items: center;
        width: 48%;
        height: 56px;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .p-menuHamburger__seriesItem::after {
        right: 10px;
    }
    .p-menuHamburger__contentsList,
    .p-menuHamburger__search,
    .p-menuHamburger__keyword {
        padding-bottom: 2.5rem;
        border-bottom: 1px solid #356167;
    }
    .p-menuHamburger__contents {
        display: block;
    }
    .p-menuHamburger__contentsList {
        .p-menuHamburger__top span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-0.png);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
        .p-menuHamburger__products span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-1.png);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
        .p-menuHamburger__recommend span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-2.png);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
        .p-menuHamburger__yomimono span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-3.png);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
        .p-menuHamburger__silksries span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-4.png);
            width: 18px;
            height: 18px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
        .p-menuHamburger__sale span::before {
            display: block;
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            background: url(../images/header-icon-5.png);
            width: 25px;
            height: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 99;
            filter: brightness(0) invert(1);
        }
    }
    .p-menuHamburger__contentsItem {
        position: relative;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
        background: #356167;
        margin: 0.8rem;
        padding-left: 50px;
        border-radius: 3px;
        span {
            display: block;
            line-height: 1.5;
        }
        a {
            width: 100%;
            padding: 1.5rem 0;
            display: block;
        }
    }
    .p-menuHamburger__contentsItem::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        margin-top: -5px;
    }

    button#js-menuClose {
        display: none;
    }
}
