@charset "utf-8";

/*========*/
/* ヘッダ */
/*========*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header.hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.header .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1792px;
    padding: 0 16px;
}

.header .contents.headerbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1024px) {
    .header .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .header .contents.headerbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.header a {
    color: #333;
}

.header a.com-bt {
    color: #fff;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 80%;
}

@media screen and (max-width: 767px) {
    .header a.com-bt {
        width: auto;
        margin: 0 0 0 auto;
    }
}

.header .h-txt {
    padding: 12px 0;
    background-color: #666;
    color: #FFF;
}

.header .h-txt p {
    display: inline-block;
    line-height: 20px;
    vertical-align: bottom;
}

.header .h-txt .shop-name {
    margin-right: 16px;
    font-size: 20px;
    font-weight: bold;
}

.header .h-menu {
    padding-top: 24px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 25, 15, 0.2);
            box-shadow: 0px 8px 8px 0px rgba(0, 25, 15, 0.2);
}

.header .h-logo {
    width: 196px;
}

.header .h-search {
    width: calc(100% - 528px);
    max-width: 640px;
    padding-left: 16px;
}

.header .h-search .link-menu {
    font-size: 0;
}

.header .h-search .link-menu li {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
}

.header .h-search .search-area .search-wrap {
    margin-top: 8px;
    background-color: #F4F4F4;
    border: 1px solid #C9C6C4;
    border-radius: 4px;
    font-size: 0;
    overflow: hidden;
}

.header .h-search .search-area select {
    display: inline-block;
    width: 100px;
    height: 38px;
    padding: 8px;
    border: none;
    border-right: 1px solid #C9C6C4;
    background-color: #F4F4F4;
    font-size: 16px;
    vertical-align: top;
}

.header .h-search .search-area input {
    display: inline-block;
    width: calc(100% - 140px);
    height: 38px;
    padding: 8px;
    border: none;
    background-color: #F4F4F4;
    font-size: 16px;
    vertical-align: top;
}

.header .h-search .search-area .s-btn {
    display: inline-block;
    width: 40px;
    height: 38px;
    padding: 8px;
    background-color: #4EBC86;
    font-size: 16px;
    vertical-align: top;
}

.header .list-menu01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 33%;
    margin-top: 10px;
    margin-left: auto;
}

.header .list-menu01 li {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.header .list-menu01 li a {
    display: block;
    position: relative;
}


.header .list-menu01 li a:hover {
    text-decoration: none;
    color: #4EC18B;
}

.header .list-menu01 li a:hover img {
    opacity: 1 !important;
}


.header .list-menu01 .list-menu_mypage {
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header .list-menu01 .list-menu_mypage .txt br {
        display: none;
    }
}

.header .list-menu01 .list-menu_mypage .sub-menu {
    display: none;
}

@media screen and (min-width: 1025px) {
    .header .list-menu01 .list-menu_mypage .sub-menu {
        display: none !important;
    }

    .header .list-menu01 .list-menu_mypage:hover .sub-menu {
        display: block !important;
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 10px 10px 9px -10px rgba(0,0,0,0.6);
                box-shadow: 10px 10px 9px -10px rgba(0,0,0,0.6);
    }
}

@media screen and (max-width: 1024px) {
    .header .list-menu01 .list-menu_mypage .sub-menu {
        position: fixed;
        bottom: 48px;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .header .list-menu01 .list-menu_mypage .sub-menu {
        bottom: 58px;
    }
}

.header .list-menu01 .list-menu_mypage .sub-menu li {
    padding: 20px 30px;
}

@media screen and (max-width: 1024px) {
    .header .list-menu01 .list-menu_mypage .sub-menu li {
        width: 100%;
        padding: 20px 30px;
        text-align: left;
    }

    .header .list-menu01 .list-menu_mypage .sub-menu li:first-of-type {
        border-bottom: 1px solid #ccc;
    }
}

.header .list-menu01 .txt {
    display: block;
    margin-top: 8px;
    font-size: 12px;
}

.header .list-menu01 li .num {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 18px;
    margin-right: 16px;
    background-color: #EA5757;
    border-radius: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 18px;
}


@media screen and (max-width: 1024px) {

    .header {
        position: relative;
    }

    .header.hide {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .header .h-txt {
        padding: 8px 0;
        line-height: 1;
    }

    .header .h-txt p {
        line-height: 14px;
        font-size: 12px;
    }

    .header .h-txt .shop-name {
        font-size: 14px;
    }

    .header .h-menu {
        padding-top: 16px;
    }

    .header .h-logo {
        width: 100%;
        float: none;
        text-align: center;
    }

    .header .h-search {
        width: 100%;
        max-width: 750px;
        float: none;
        margin: 0 auto;
        padding-bottom: 12px;
        padding-left: 0;
    }

    .header .h-search .search-area select {
        width: 80px;
        height: 28px;
        padding: 4px;
    }

    .header .h-search .search-area input {
        width: calc(100% - 110px);
        height: 28px;
        padding: 4px;
    }

    .header .h-search .search-area .s-btn {
        display: inline-block;
        width: 30px;
        height: 28px;
        padding: 4px;
    }

    .header .list-menu01 {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 0;
        float: none;
        background: #4EBE88;
    }

    .header .list-menu01 li {
        width: 20%;
        margin-right: 0;
        margin-left: 0;
        padding: 4px;
        line-height: 1;
        border-right: 1px solid #FFF;
    }

    .header .list-menu01 li:last-child {
        border-right: none;
    }

    .header .list-menu01 img {
        display: block;
        width: 26px;
        margin: 0 auto;
    }

    .header .list-menu01 .txt {
        margin-top: 4px;
        font-size: 8px;
        color: #FFF;
    }

    .header .list-menu01 li .num {
        width: 14px;
        margin-right: 16px;
        font-size: 8px;
        line-height: 14px;
    }

    .header .list-menu01 .menu {
        background-color: #acacac;
    }

    .header .list-menu01 .menu.open::before {
        content: '';
        display: block;
        position: fixed;
        width: 80%;
        height: 60px;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, .5);
        z-index: 15;
    }

    .header .list-menu01 .menu.open .txt {
        display: none;
    }

    .header .list-menu01 .menu-inner {
        position: relative;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        cursor: pointer;
    }

    .header .list-menu01 .menu-inner span {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #FFF;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .header .list-menu01 .menu-inner span:first-child {
        top: 4px;
    }

    .header .list-menu01 .menu-inner span:nth-child(2) {
        top: 13px;
    }

    .header .list-menu01 .menu-inner span:last-child {
        top: 22px;
    }

    .header .list-menu01 .open .menu-inner span:first-child {
        top: 13px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .header .list-menu01 .open .menu-inner span:last-child {
        top: 13px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .header .list-menu01 .open .menu-inner span:nth-child(2) {
        opacity: 0;
    }


}

/* ナビゲーション
--------------------------------*/

.header .list-menu02 {
    display: table;
    width: 100%;
    max-width: 1312px;
    padding: 24px 16px 0;
    margin: 0 auto;
}

.header .list-menu02 > li {
    display: table-cell;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border-left: 1px solid #ECECEC;
}

.header .list-menu02 a {
    display: block;
    padding: 16px 8px;
}

.header .list-menu02 a:hover {
    color: #333;
    text-decoration: none;
}

.header .list-menu02 > li:last-child {
    border-right: 1px solid #ECECEC;
}

.header .list-menu02 > li span {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.header .list-menu02 > li:hover {
    cursor: pointer;
}

.header .list-menu02 > li:hover span {
    border-bottom: 1px solid #4EBC86;
}


@media screen and (min-width: 1025px) {

    nav.g-nv {
        display: block !important;
    }

    .header .list-menu02 .ac-menu {
        position: relative;
    }

    .header .list-menu02 .sub-menu {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 930px;
        max-width: 1312px;
        height: 510px;
        background-color: #f2f8f8;
        text-align: left;
        overflow-y: scroll;
    }

    .header .list-menu02 .ac-menu:hover .sub-menu {
        display: block !important;
    }

    .header .list-menu02 .ac-menu:hover .sub-menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        width: 310px;
        background-color: #FFF;
    }

    .header .list-menu02 .sub-menu li {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        vertical-align: top;
    }

    .header .list-menu02 .sub-menu a {
        padding: 8px 16px;
    }

    .header .list-menu02 .sub-menu a:hover {
        background-color: #F2F8F8;
    }

    .sub-menu_subcategory {
        display: none !important;
    }

    .header .list-menu02 .sub-menu > ul > li:hover .sub-menu_subcategory {
        display: block !important;
        position: fixed;
        top: 0;
        width: 620px;
        height: 510px;
        margin-left: 310px;
        padding:16px;
        background-color: #F2F8F8;
    }

    .header .list-menu02 .sub-menu > ul > li:hover .sub-menu_subcategory  ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    }

    .header .list-menu02 .sub-menu > ul > li:hover .sub-menu_subcategory a:hover {
        color: #4ebe88;
    }

    .header .list-menu02 .sub-menu .sub-menu_subcategory li:first-of-type {
        margin-bottom: 8px;
        font-weight: bold;
    }

    .header .list-menu02 .sub-menu .sub-menu_subcategory li:not(:first-of-type) {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    nav.g-nv {
        display: none;
        position: fixed;
        width: 100%;
        max-height: 80vh;
        top: auto;
        bottom: 48px;
        left: 0;
        padding: 0 16px 24px;
        border-top: 2px solid #4EBE88;
        background-color: #FFF;
        overflow-y: scroll;
        z-index: 100;
    }

    .header .list-menu02 {
        display: block;
        padding: 0;
        line-height: 1;
    }

    .header .list-menu02 > li {
        display: block;
        text-align: left;
        line-height: 1;
        border-left: none;
        border-bottom: 1px solid #4EBE88;
    }

    .header .list-menu02 a {
        padding: 0
    }

    .header .list-menu02 > li:last-child {
        border-right: none
    }

    .header .list-menu02 > li span {
        display: block;
        padding: 16px;
        border-bottom: none;
    }

    .header .list-menu02 > li:hover span {
        border-bottom: none;
    }

    .header .list-menu02 .ac-menu span {
        position: relative;
    }

    .header .list-menu02 .ac-menu span::after {
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        right: 16px;
        top: 50%;
        margin-top: -12px;
        border-right: 2px solid #4EBE88;
        border-bottom: 2px solid #4EBE88;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .header .list-menu02 .ac-menu.open span::after {
        margin-top: 0;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }

    .header .list-menu02 .sub-menu {
        display: none;
        font-size: 0;
        background-color: #F2F8F8;
    }

    .header .list-menu02 .sub-menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .header .list-menu02 .sub-menu > ul > li {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        vertical-align: top;
    }

    .header .list-menu02 .sub-menu > ul > li:not(:last-of-type) {
        border-bottom: 1px solid #ddd;
    }

    .header .list-menu02 .sub-menu li a {
        display: block;
        position: relative;
        padding: 16px;
        background-color: #F2F8F8;
    }

    .header .list-menu02 .sub-menu > ul > li > a:after {
        display: inline-block;
        position: absolute;
        right: 16px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #4EBE88;
        border-bottom: 2px solid #4EBE88;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        content: "";
    }

    .header .list-menu02 .sub-menu > ul > li.open > a:after {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }

    .sub-menu_subcategory {
        display: none;
        padding: 8px 16px;
    }

    .sub-menu_subcategory li:not(:last-of-type) {
        border-bottom: 1px solid #eee;
    }

    .header .list-menu02 .sub-menu li .sub-menu_subcategory a {
        background-color: #fff;
    }

    .header .list-menu02 .sub-menu > ul > li:hover .sub-menu_subcategory a:hover {
        color: #4ebe88;
    }

    .header .list-menu02 .sub-menu .sub-menu_subcategory > li:first-of-type {
        font-weight: bold;
    }

    .header .list-menu02 .sub-menu .sub-menu_subcategory > li:first-of-type a {
        padding: 16px;
    }

    .header .link-menu {
        font-size: 0;
    }

    .header .link-menu li {
        display: inline-block;
        width: 20%;
        margin-top: 8px;
        line-height: 1;
        font-size: 14px;
        vertical-align: top;
    }

    .header .link-menu li a {
        display: block;
        padding: 8px 8px 0;
        color: #666;
    }

    .header .link-menu li a::before {
        content: ' - ';
    }


}

@media screen and (max-width: 767px) {

    nav.g-nv {
        bottom: 58px;
    }

    .header .list-menu02 .sub-menu li {
        display: block;
        width: 100%;
    }

    .header .link-menu li {
        display: block;
        width: 100%;
    }

}


/* SNS
--------------------------------*/

header .f-sns {
    position: fixed;
    bottom: 160px;
    right: 0;
    width: 48px;
    padding: 0 12px;
    background: #FFF;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: -4px 0px 8px 0px rgba(0, 25, 15, 0.2);
            box-shadow: -4px 0px 8px 0px rgba(0, 25, 15, 0.2);
    z-index: 10;
}

header .f-sns li {
    padding: 16px 0;
}

header .f-sns li + li {
    border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {

    header .f-sns {
        bottom: 160px;
        width: 36px;
        padding: 0 6px;
    }

    header .f-sns li {
        padding: 12px 0;
    }
}