.hd-wrapper > p.hd-top__title {
    display: none;
}
.newstop_202311 {
    padding: 9px 5px;
    font-size: 11px;
    letter-spacing: 0;
    background-color: rgba(129,202,206,0.08);
    text-align: center;
    font-weight: bold;
}
.newstop_202311 span {
    padding: 2px 7px;
    margin-right: 5px;
    border-radius: 2px;
    background: #81CACE;
    color: #fff;
    display: inline-block;
}
.newstop_202311 a {
    text-decoration: none;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .hd-wrapper {
        top: 0;
    }
    .hd-btm__icon {
        gap: 4px;
    }
    .fs-client-cart-count {
        background: #C48CD5;
        padding: 0.38em 0.54em 0.25em;
    }

    .slick-1 .slick-dots {
        position: absolute;
        bottom: -15px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-1 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 3px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slick-1 .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 40px;
        height: 3px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-1 .slick-dots li button:before {
        content: '';
        font-family: '';
        font-size: 0;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 3px;
        content: '•';
        text-align: center;
        opacity: .3;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #404040;
    }
    .slick-1 .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #84d1d6;
    }

    .top-ttl-h202311 {
        margin-bottom: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-ttl-h202311 img {
        margin-bottom: 20px;
    }
    .top-ttl-h202311 .Txt-sp {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        color: #81CACE;
        width: 100%;
        font-weight: 400;
    }

    .top-subttl {
        margin: 0 auto 20px;
        width: 90%;
        height: 30px;
        background: #81CACE;
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #FFF;
    }

    .recommend-block {
        margin: 0 auto 40px;
        width: 90%;
    }
    .recommend-block .top-banner__txt {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 3px;
        text-align: left;
    }
    .recommend-block .top-btn, .top-keyword__section .top-btn,.line-regist .top-btn {
        margin-top: 20px;
        padding: 0 1.3em;
    }
    .recommend-block .top-btn > a, .top-keyword__section .top-btn > a,.line-regist .top-btn > a {
        position: relative;
        display: block;
        text-align: center;
        font-weight: 400;
        border: 1px solid var(--MAIN_WATER);
        width: 100%;
        font-size: 13px;
        padding: 0.9em 0;
        margin-right: auto;
        margin-left: auto;
        background-color: var(--MAIN_WHITE);
        color: var(--MAIN_WATER);
        border-radius: 30px;
        line-height: 14px;
    }
    .recommend-block .top-btn > a::after, .top-keyword__section .top-btn > a::after,.line-regist .top-btn > a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 8px;
        height: 8px;
        border-top: 1px solid var(--MAIN_WATER);
        border-right: 1px solid var(--MAIN_WATER);
        transform: rotate(45deg);
    }
    .line-regist .top-btn {
        margin-top: 0;
    }
    .line-regist .top-btn > a {
        border: 1px solid #06C755;
        color: #06C755;
        width: 100%;
        padding: 0.6em 0 0.5em;
    }
    .line-regist .top-btn > a::after {
        border-top: 1px solid #06C755;
        border-right: 1px solid #06C755;
    }

    .top-hall__other {
        background-color: rgba(129,202,206,0.08);
        padding: 20px;
    }
    .top-hall__other p {
        text-align: center;
        margin-bottom: 15px;
    }
    .top-hall__other a {
        font-size: 13px;
        background: #FFF;
        padding: 5px 14px 2px;
        border: 1px solid rgba(64,64,64,0.4);
        border-radius: 15px;
    }
    .top-hall__other a:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .top-keyword__section .top-ttl {
        margin-bottom: 15px;
    }
    .spsearch {
        padding-top: 8px;
        margin-bottom: 8px;
        height: 68px;
        background-color: #FFF;
    }
    #searchform, #side-searchform, #main-searchform {
        position: relative;
        width: 100%;
        margin: auto;
    }
    #sbox, #side-sbox, #main-sbox {
        padding: 0 15px;
        top: 7px;
        height: 40px;
        font-size: 13px;
        border: solid 1px rgba(64,64,64,0.4);
        position: absolute;
        left: 0;
        border-radius: 20px;
        outline: 0;
        width: 100%;
        box-sizing: border-box;
    }
    i.fas:not(.fa-home):not(.fa-gift):not(.fa-video):before {
        font-size: 18px;
        line-height: 40px;
    }
    .fa-search:before {
        color: #BFB863!important;
        font-weight: 400;
    }

    .spsearch-add {
        background: #FFF;
        margin-top: -27px;
        margin-bottom: 12px;
        padding-top: 8px;
        padding-bottom: 16px;
    }
    #hotword-sp {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    #hotword-sp .tag-title {
        font-size: 13px;
        border-bottom: none;
        text-align: center;
        margin: 18px 0 10px;
    }
    :is(#hotword,#hotword-sp) .keyword-list > li a {
        font-size: 13px;
        display: block;
        padding: 4px 14px 2px;
        border: 1px solid rgba(64,64,64,0.4);
        border-radius: 15px;
        background-color: var(--MAIN_WHITE);
    }
    :is(#hotword,#hotword-sp) .keyword-list li a:before {
        margin-right: 2.5px;
        color: var(--MAIN_WATER);
    }
    :is(#hotword,#hotword-sp) .keyword-list {
        column-gap: 10px;
        row-gap: 8px;
        margin-bottom: 0;
    }

    .top-keyword__list .Ttl {
        font-size: 12px;
        line-height: 16px;
    }
    .top-keyword__list .Thumb {
        margin-bottom: 0;
    }
    .top-keyword__list .Thumb img {
        border-radius: unset;
    }

    .top-newsarea {
        margin-bottom: 45px;
        padding: 23px 5% 18px;
        width: 100%;
        background-color: rgba(64,64,64,0.03);
    }
    .top-newsarea h3 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
    }
    .top-news__list > li:first-child {
        border-top: dotted 1px #BFB863;
        margin-bottom: 0;
    }
    .top-news__list > li {
        border-bottom: dotted 1px #BFB863;
        font-weight: 400;
        letter-spacing: 0;
        padding: 10px 0 4px;
    }
    .top-news__list > li a {
        line-height: 1.4;
        padding-bottom: 5px;
        display: flex;
    }
    .top-news__list > li span:first-child {
        font-size: 12px;
        margin-bottom: 0;
        display: inline-block;
        padding-top: 5px;
        margin-right: 3em;
    }

    .top-future__area .top-ttl .Txt-sp {
        color: #BFB863;
    }
    .top-future__area .line-regist {
        padding: 1.7em 1.7em 1.5em;
        border: 4px solid rgba(6,199,85,0.4);
        border-radius: 20px;
        position: relative;
        margin-bottom: 10px;
    }
    .top-future__area .line-regist .caption {
        font-size: 11px;
        text-align: center;
        letter-spacing: 0;
    }
    .top-future__area .line-regist .line-regist-ttl {
        position: absolute;
        top: -12px;
        background: #FFF;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .top-future__bannerarea img.imgauto {
        margin-bottom: 0;
    }

    .Menu .fat-nav {
        top: 86px;
    }
    .Menu {
        position: relative;
        width: 40px;
    }
    .Menu .hamburger-ps:not(:has(.active)) {
        background: url(https://farbe.itembox.design/item/images/common_h202311/hbm-menu.svg?d=20231119132454) no-repeat center;
        background-size: 20px 16px;
    }
    .Menu .hamburger-ps {
        height: 16px;
        margin-top: -12px;
/*        margin-top: -28px;*/
    }
    .Menu .hamburger .hamburger__icon {
        position: absolute;
        margin-top: 13px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .hamburger-ps .hamburger {
        height: 30px;
        display: block;
    }
    .Menu .hamburger-ps .hamburger::before {
        top: 7px;
/*        top: 3px;*/
        font-size: 10px;
        width: 44px;
    }
    .Menu .hamburger:not(.active)::before {
        content: "メニュー";
    }
    .Menu .hamburger-ps .hamburger__icon, .Menu .hamburger-ps .hamburger__icon:before, .Menu .hamburger-ps .hamburger__icon:after {
        width: 20px;
    }
    .Menu .hamburger__icon:before {
        top: -15px;
/*        top: 0px;*/
    }
    .Menu .hamburger__icon:after {
        top: 3px;
/*        top: 18px;*/
    }
    .Menu .hamburger.active .hamburger__icon:before, .Menu .hamburger.active .hamburger__icon:after {
        background-color: #BFB863;
    }

    .newstop {
        padding: 86px 5px 9px!important;
    }

    .hd-btm__icon .Mypage {
        padding-top: 0!important;
    }

}