* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

[hidden],
.hidden {
    display: none !important;
}

header {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
        sans-serif;
}

#tbpc_header {
    display: none;
}

.p-header {
    height: 11rem;
    background-color: #fff;
    padding: 10px 0 5px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.p-header3 {
    position: relative;
}

.p-header-logo {
    margin: 0 auto;
    width: auto;
    height: 4.9rem;
    text-align: center;
}

.p-header-logo img {
    width: auto;
}

.p-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-header-nav1 {
    margin: 0;
    padding: 1.2rem 0 1rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-header-nav1 li {
    list-style: none;
    height: 2.6rem;
    cursor: pointer;
}

.p-header-nav1 li img {
    height: 100%;
    width: auto;
}

.p-header-nav2 {
    padding: 0;
    margin-bottom: 0;
    display: none;
}

.p-header-nav2 li {
    list-style: none;
}

.p-header-nav2 li a {
    display: block;
    padding: 4px 2.5rem 5px;
    color: #5a483a;
    font-size: 1.7rem;
    line-height: 1;
    border-left: 0.5px dashed #5a483a;
    height: 2.6rem;
    position: relative;
}

.p-header-nav2 li:first-child a {
    border-left: none;
    padding-left: 0;
}

.p-header-nav2 li a img {
    width: auto;
    vertical-align: top;
}

.p-header-nav2 li a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 6rem);
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    border-bottom: 1px solid #505050;
    transition:
        transform 0.3s,
        opacity 0.3s;
    margin: auto;
}

.p-header-nav2 li:first-child a::after {
    width: calc(100% - 3rem);
    right: inherit;
}

.p-header__menu {
    position: absolute;
    top: 15px;
    right: 4%;
}

.p-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-header-menu__item {
    width: auto;
    height: 2.6rem;
    margin-left: 0.8rem;
    padding: 0;
}

.p-header-menu__item:first-child {
    margin-left: 0;
}

.c-btn01 {
    width: 90px;
    background-color: #58472a;
    height: 2.8rem;
    border-radius: 3.2rem;
    color: #fff;
    text-align: center;
}

.p-header-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #67645c;
}
.p-header-menu-login a span {
    color: #fff;
}
.p-header-menu-login a:link {
    color: #fff;
}

.p-header-menu__item a span {
    display: inline-block;
}

.p-header-menu__item a span.icon {
    margin-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-header-menu__item a span.txt {
    font-size: 1.2rem;
    line-height: 1;
}

.p-header-menu__item--search {
    position: relative;
}

.p-header-menu__item .ec-input {
    display: none;
    width: 256px;
    width: 300px;
    border: none;
    position: absolute;
    top: calc(100% + 0px);
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding-top: 16px;
}

.ec-input input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}

.ec-input input:focus {
    outline: none;
}

.p-header-menu__item .ec-input input {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: none;
    margin: 0;
    font-size: 1.3rem;
    border: 1px solid #d9d9d9;
    padding: 6px 12px 4px;
    height: 40px;
}

.p-header-menu__item .ec-input::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -8px;
    -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
    box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.11);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.p-header-menu__item .ec-input .close {
    display: inline-block;
    position: absolute;
    right: 2rem;
    height: 3rem;
    top: calc(50% + 1.6rem);
    -webkit-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.p-header-menu__item img {
    height: 100%;
    width: auto;
}

.ec-cartNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 99999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #f8f8f8;
}

.p-header-menu__item .ec-cartNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #3e3c35;
    padding: 0;
}

.ec-cartNavi .ec-cartNavi__icon {
    display: inline-block;
    font-size: 20px;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeIn 200ms linear 0s;
    animation: fadeIn 200ms linear 0s;
    position: relative;
}

.p-header-menu__item .ec-cartNavi__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.p-header-menu__item .ec-cartNavi__icon img {
    height: 100%;
    width: 25px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.p-header-menu__item .ec-cartNavi__icon .badge {
    font-size: 1rem;
    padding: 0;
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 75%;
    left: 75%;
    background-color: #67645c;
}

.ec-cartNaviNull {
    display: none;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    z-index: 3;
    position: absolute;
    right: 0;
}

.ec-cartNaviNull {
    background-color: #a5b382;
    min-width: 300px;
    max-width: 300px;
    margin-right: -15px;
    box-shadow: 0 0 6px #a5b382;
    border: 0.5px solid #a5b382;
    border-radius: 4px;
}

.ec-cartNaviNull p {
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
}

.cart-null-close {
    font-size: 20px !important;
    opacity: 0.5 !important;
    color: #fff !important;
}

.p-header-menu2 {
    margin: 0;
    padding: 1.2rem 0 0.8rem;
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-header-menu2 li {
    list-style: none;
    height: 2.6rem;
}

.p-header-menu2 li:nth-child(2) {
    margin: 0 0.8rem;
}

.p-header-menu2 li:nth-child(3) {
    margin: 0 0.8rem;
}

.p-header-menu2 li img {
    height: 100%;
    width: auto;
}

.p-header__acc {
    display: none;
    padding: 5rem 0 3rem;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
}

.p-header__acc.target_header_acc {
    display: initial;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.c-inner--ss {
    padding: 0 5.333%;
}

.p-header__acc .flex {
    max-width: 1366px;
    padding-left: 3%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-header-parent {
    width: 20%;
    text-align: left;
}

.p-header-parent a {
    color: #759031;
    font-size: 1.8rem;
    line-height: 1;
    height: 2.6rem;
    display: block;
}

.p-header-parent a img {
    width: auto;
    vertical-align: middle;
}

.p-header-acc {
    width: 80%;
}

.p-acc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.p-acc__item {
    width: auto;
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
    margin-right: 8.622%;
    text-align: initial;
}

.p-acc__item > a {
    color: #1a1311;
    font-size: 1.6rem;
    line-height: 1;
    height: 2.4rem;
    display: block;
    font-size: 1.3rem;
    color: #1a1311;
    line-height: 2rem;
}

.p-acc__item > a img {
    width: auto;
}

.p-accchild {
    padding: 1rem 0;
}

.p-accchild__item {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.p-accchild__item > a {
    color: #1a1311;
    font-size: 1.3rem;
    padding-left: 0.5rem;
}

.p-header-nav1 li:nth-child(2),
.p-header-nav1 li:nth-child(5) {
    margin: 0 0.8rem;
}

.p-header-nav2 li a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 6rem);
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    border-bottom: 1px solid #505050;
    transition:
        transform 0.3s,
        opacity 0.3s;
    margin: auto;
}

.p-header-nav2 li a:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.p-header-nav2 li:last-child a::after {
    width: calc(100% - 3rem);
    left: inherit;
}

.p-header__acc.target_header_acc.is_active {
    visibility: visible;
    opacity: 1;
}

.p-header-menu__item .ec-input.is_active {
    display: block;
}

/* sp */
.sp-header {
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sp-headerA {
    background-color: #fff;
    padding: 0;
    z-index: 3;
    position: relative;
}

.target_headerA,
.target_headerB,
.target_headerC {
    overflow: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.target_headerA {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.sp-header-custom {
    position: static;
}

.sp-headerLogo {
    height: 4.95rem;
    text-align: left;
    padding-left: 60px;
    margin-top: 7px;
}

.sp-headerBtn {
    width: 5.5rem;
    height: 4.9rem;
    position: absolute !important;
    top: 3px;
    left: 0;
    z-index: 100000000;
}

.p-header-btn3 {
    position: absolute;
}

.sp-headerBtn {
    z-index: 2 !important;
}

.sp-headerLogo img {
    height: 35px;
    width: auto;
}

.sp-headerBtn div {
    width: 2.5rem;
    height: 1px;
    border-radius: 1px;
    background-color: #3e3c35;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
}

.sp-headerBtn div:first-child {
    top: calc(50% - 8px);
}

.sp-headerBtn div:nth-child(2) {
    top: 50%;
}

.sp-headerBtn div:last-child {
    top: calc(50% + 8px);
}

.sp-headerB {
    transform: translateY(0%) !important;
    padding: 0 0 15px;
    background-color: #fff;
    z-index: 2;
}

.sp-headerMenu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-headerMenu li {
    margin: 0 2px;
    height: 2.6rem;
    list-style: none;
}

.sp-headerMenu li img {
    height: 100%;
    width: auto;
}

/* sp menu */
.ec-drawerRoleClose {
    display: none;
    width: 5.5rem;
    height: 4.9rem;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 100000000;
}

.ec-drawerRoleClose.is_active {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ec-drawerRoleClose div {
    width: 2.5rem;
    height: 1px;
    border-radius: 1px;
    background-color: #3e3c35;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
}

.ec-drawerRoleClose.is_active div:first-child {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ec-drawerRoleClose div:nth-child(2) {
    top: 50%;
}

.ec-drawerRoleClose.is_active div:nth-child(2) {
    left: 50%;
    opacity: 0;
    height: 0;
}

.ec-drawerRoleClose div:last-child {
    top: calc(50% + 7px);
}

.ec-drawerRoleClose.is_active div:last-child {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ec-drawerRole {
    background: black;
    max-width: 325px;
    width: 86.6666%;
    height: calc(100vh - 0rem);
    -webkit-transform: translateX(-325px);
    transform: translateX(-325px);
    position: fixed;
    top: 0rem;
    left: 0;
    z-index: 1;
    -webkit-transition: z-index 0ms 1ms;
    transition: z-index 0ms 1ms;
    text-align: left;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
        sans-serif;
}

.ec-drawerRole.is_active {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100000;
}

.p-drawer {
    background-color: #fff;
    height: 100%;
}

.p-drawer__title {
    margin-bottom: 10px;
}

.p-drawer__title a {
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #67645c;
}

.p-drawer__title a img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
}

.p-drawer__list {
    position: relative;
    overflow-x: hidden;
    background: #fff;
    height: 100%;
    width: 100%;
}

.p-drawer-list {
    padding: 1rem 0;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    will-change: transform;
    overflow: visible;
    height: 100%;
}

.p-drawer-list li .arrow-back {
    display: inline-block;
    width: 0.6rem;
    height: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(https://naturallounge.jp/html/template/default/assets/img/common/arrow_left.svg);
    margin-right: 1rem;
}

.p-drawer-list--translateX-right {
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.p-drawer-list--translateX-left {
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.p-drawer-list--translateX {
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.drawer_wrap {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    height: 90vh;
    height: calc(100vh - 10rem);
    padding: 0;
    transform: translateZ(0);
}

.drawer_wrap_custom {
    overflow: hidden;
}

.p-drawer-list li {
    list-style: none;
}
.p-drawer-list li a {
	-webkit-tap-highlight-color: transparent;
}
.p-drawer-list li > a,
.p-drawer-list li > div {
    display: block;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    color: #786b59;
}

.p-drawer-list li > a {
    padding-left: 3.2rem;
    position: relative;
}

.p-drawer-list li:first-child a {
    padding-left: 2rem;
}

.p-drawer-list:first-child li > a {
    padding-left: 2rem;
}

.p-drawer-list li .arrow {
    display: inline-block;
    width: 0.6rem;
    height: 1rem;
    background-image: url(https://naturallounge.jp/html/template/default/assets/img/common/arrow_right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ec-overlayRole {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 1000;
}

.ec-overlayRole.is_active {
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
}

.pc_only {
    display: none;
}

@media only screen and (min-width: 768px) {
    #tbpc_header {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .p-header {
        padding: 10px 0 0;
        height: auto;
        position: relative;
    }

    .p-header__inner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 1366px;
        padding: 0 0 0 3%;
    }

    .p-header-logo {
        margin-right: 3%;
        height: 5.9rem;
        text-align: left;
        float: left;
    }

    .p-header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-top: 2rem;
    }

    .p-header-nav1 {
        padding: 1.2rem 0 0.8rem;
        display: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: left;
        padding: 0;
        margin-bottom: 2rem;
    }

    .p-header-nav1 li {
        height: 2.6rem;
    }

    .p-header-nav2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .p-header-nav2 li {
        padding-bottom: 1.5rem;
    }

    .p-header__menu {
        top: 0;
    }

    .p-header-menu {
        margin-bottom: 1rem;
    }

    .p-header-menu__item {
        margin-left: 2.5rem;
    }

    .p-header-menu__item .ec-input {
        z-index: 100;
    }

    .p-header-menu__item .ec-cartNavi {
        min-width: 25px;
        min-width: initial;
        border-radius: 0;
        background-color: #fff;
    }

    .ec-cartNaviNull {
        margin-top: 10px;
        min-width: 256px;
        max-width: 256px;
    }

    .p-header-menu2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        float: left;
        padding: 0;
        margin-bottom: 2rem;
    }

    .c-inner--ss {
        padding: 0 20px;
    }

    .p-header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: url(https://naturallounge.jp/html/template/default/assets/img/common/border_handwritten.png);
        background-size: 100% 100%;
    }

    .p-header::after {
        background-size: auto;
        background-position: center;
        background-repeat: repeat-x;
        height: 2px;
    }

    .p-header__acc.is_active {
        display: block;
        z-index: 100;
    }

    #sp_header {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .p-header {
        padding: 25px 0 0;
    }

    .p-header__inner {
        padding: 0 0 0 40px;
    }

    .sptb_only {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .p-header__nav {
        width: auto;
        padding-top: 0;
    }

    .p-header-nav1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .p-header-nav1 li {
        height: 2.3rem;
    }

    .p-header__menu {
        top: 0;
        right: 30px;
    }

    .p-header-menu2 {
        display: none;
    }

    .p-header-menu2 li {
        height: 2.4rem;
    }
}

.p-drawer-search {
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 1.5rem 2rem 18rem;
    margin-top: 0 !important;
}
.p-drawer-search .input {
    position: relative;
}
.p-drawer-search .input input {
    font-size: 1.3rem;
    width: 100%;
    height: 3.6rem;
    padding: 1rem 1.5rem 1rem 4rem;
    line-height: 2;
    border-radius: 3.2rem;
    color: #786b59;
    border: 0.5px solid #8e8b84;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.p-drawer-search .input span {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
}
.p-drawer-search .input span svg {
    height: 100%;
    width: auto;
}

.have_curtain {
    overflow: hidden;
}

@media only screen and (min-width: 1366px) {
    .p-header-logo {
        margin-right: 4.4%;
        height: 6.45rem;
        text-align: left;
        float: left;
    }

    .p-header-nav1 li {
        height: 2.6rem;
    }

    .p-header-nav2 li a {
        padding: 4px 3rem 5px;
    }

    .p-header-menu2 li {
        height: 2.6rem;
    }
}

@media only screen and (max-width: 1023px) {
    .p-header-logo img {
        height: 100%;
    }
}
