       /*header関連*/
        #header-main #navi-menu {
            width: 65%;
            margin-left: auto;
        }

        #header-main {
            z-index: 10000;
        }

        #header-main #navi-menu .css_mega_menu li a {
            color: #111419;
        }

        #header-main #navi-menu .css_mega_menu>li:hover>ul {
            left: -343px;
        }


/* CSS Document */
/*--------------------------------------------- header --------------------------------------------- */
header#masthead {
    text-align: center;
    background-color: #fdfdfd;
    position: relative;
    z-index: 10000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

header#masthead #top-link {
    background-color: #fdfdfd;
    display: none;
    height: 210px;
    text-align: center;
}

header#masthead #top-link div {
    height: 210px;
}

header#masthead #top-link div div {
    height: 210px;
}

/*----- header PC 1069~ -----*/
#header-pc {
    display: none;
}

#header-pc .home-logo {
    width: 15%;
}

#header-pc .user-icons {
    display: flex;
    height: 80px;
    width: 20%;
    justify-content: space-around;
    align-items: center;
}

#header-pc .user-icons .user-keep img,
#header-pc .user-icons .user-cart img {
    height: 20px;
    width: auto;
}

#header-pc .user-icons .user-page p.name {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}

#header-pc .user-icons .user-keep p,
#header-pc .user-icons .user-cart p,
#header-pc .user-icons .user-page p {
    text-align: center;
    font-size: 10px;
    color: #111419;
}

#header-pc #navi-menu {
    width: 85%;
}

#header-pc #navi-menu .css_mega_menu {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0px auto;
    z-index: 2;
}

#header-pc #navi-menu .css_mega_menu ul {
    list-style: none;
}

#header-pc #navi-menu .css_mega_menu>li {
    display: block;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #111419;
    white-space: nowrap;
    margin-bottom: 0;
    padding: 0 15px;
    flex-grow: 1;
}

#header-pc #navi-menu .css_mega_menu>li:hover {
    background: #f2f2f2;
    color: #111419;
    height: 80px;
    line-height: 80px;
    z-index: 2;
}

#header-pc #navi-menu .css_mega_menu>li>ul {
    display: none;
    color: #232933;
}

#header-pc #navi-menu .css_mega_menu li {
    list-style: none;
}

#header-pc #navi-menu .css_mega_menu li ul h5.title {
    font-weight: bold;
}

#header-pc #navi-menu .css_mega_menu li ul li p {
    font-size: 14px;
}

#header-pc #navi-menu .css_mega_menu li ul li a.btn-blue {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #0090bc;
    color: #fff;
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.search {
    background-color: #0090bc;
    color: #fff;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.search h5.title {
    color: #fff;
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.search a.btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
    font-size: 14px;
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.search a.btn::after {
    position: absolute;
    left: 30px;
    background: url(https://teamorder.jp/wp-content/themes/wp-dcafe/img/top-new/icon_serch.svg) no-repeat 50% 50%;
    height: 40px;
    width: 40px;
    content: "";
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content a {
    width: calc(14% - 2px);
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content a img,
#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content-left a img {
    filter: grayscale(100%) brightness(0%) contrast(100%);
}

#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content a p,
#header-pc #navi-menu .css_mega_menu li.menu-item ul li div.content-left a p {
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
    color: #111419;
    text-align: center;
    white-space: nowrap;
}

#header-pc #navi-menu .css_mega_menu li.menu-item .menu_category img {
    border-radius: 7px;
}

#header-pc #navi-menu .css_mega_menu li.example div.row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#header-pc #navi-menu .css_mega_menu li.comp-guide {
    text-align: left;
}

#header-pc #navi-menu .css_mega_menu li.comp-guide a {
    color: #111419;
}

#header-pc #navi-menu .css_mega_menu li.comp-guide a p {
    font-size: 14px;
}

#header-pc #navi-menu .css_mega_menu>li:hover>ul {
    position: absolute;
    left: -147px;
    top: 80px;
    width: 980px;
    margin: 0;
    display: block;
    opacity: 0.98;
    background: #f2f2f2;
    box-sizing: border-box;
    white-space: normal;
    z-index: 0;
    text-align: left;
    padding: 0 20px 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1069px) {
    #header-pc {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 80px;
        background: #fefefe;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    }

    #header-pc #header-pc-bk {
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
        max-width: 980px;
        margin: 0 auto;
        background: #fefefe;
    }
}

@media screen and (min-width: 1600px) {
    #header-pc #header-pc-bk {
        max-width: 1200px;
    }
}

/*サブ部分 */
@media screen and (min-width: 1600px) {
    
    #header-pc #navi-menu .css_mega_menu>li:hover>ul {
        left: -180px;
        width: 1200px;
    }

    #header-pc #navi-menu .css_mega_menu li.menu-item ul li div.blue p {
        font-size: 16px;
    }

    #header-pc #navi-menu .css_mega_menu li.menu-item ul li div.blue p.btn a {
        height: 114px;
        line-height: 114px;
    }

    #header-pc #navi-menu .css_mega_menu li.menu-item ul li div.blue p.btn a::after {
        height: 114px;
    }
}

/*----------------------------------------------ヘッダー スマホ タブレット header sp~1069px-----------------------------------------------*/

#header-main {
    z-index: 10000;
}

#wprmenu_bar,
#mg-wprm-wrap {
    /*wpのデフォルトのメニューを非表示に*/
    display: none;
}

#header-sp {
    position: fixed;
    height: 55px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    margin-top: 0;
    z-index: 10000;
}

#header-sp #header-sp-bk {
    position: relative;
    background-color: #fff;
    height: 55px;
    width: 100%;
}

#header-sp #header-sp-bk .site-logo-m {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header-sp #header-sp-bk .site-logo-m img {
    width: 100%;
    margin: auto;
    display: block;
}

/*チェックボックス等は非表示に*/
#header-sp .nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#header-sp #nav-open {
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#header-sp #nav-open span,
#header-sp #nav-open span:before,
#header-sp #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #111419;
    display: block;
    content: '';
    cursor: pointer;
}

#header-sp #nav-open span {
    top: 15px;
    left: 15px;
}

#header-sp #nav-open span:before {
    top: auto;
    bottom: -8px;
    left: 0;
}

#header-sp #nav-open span:after {
    top: auto;
    bottom: -16px;
    left: 0;
}

/*閉じる用の黒カバー*/
#header-sp #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111419;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#header-sp #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80%;
    height: 100%;
    background: #fdfdfd;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

/*チェックが入ったらもろもろ表示*/
#header-sp #nav-input:checked~#nav-close {
    display: block;
    opacity: 0.3;
}

#header-sp #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.35);
}

/****** ツリーメニュー ******/
#header-sp .sp_menu_content {
    margin-left: 0;
    list-style: none;
}

#header-sp input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}

#header-sp .sp_menu_content label,
#header-sp .sp_menu_content a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10%;
    background: #fefefe;
    color: #111419;
    font-size: 13px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #f6f6f6;
}

#header-sp .sp_menu_content label:after {
    /* アイコンの位置 */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header-sp .sp_menu_content label {
    /* 第1階層 */
    cursor: pointer;
}

#header-sp .sp_menu_content label:after {
    /* 第1階層の丸矢印アイコン（90度傾ける）*/
    background: url(https://print-max.jp/wp-content/themes/wp-dcafe/img/icon/menu_arrow.png) no-repeat 50% 50%;
    background-size: 12px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

#header-sp .sp_menu_content input[type=checkbox]:checked+label:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

#header-sp .sp_menu_content ul {
    /* by default hide all sub menus */
    display: none;
}

#header-sp .sp_menu_content input[type=checkbox]:checked+label+ul,
#header-sp .sp_menu_content input[type=checkbox]:checked+label:nth-of-type(n)+ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
    list-style: none;
    margin-left: 15px;
}

.sp_menu_content ul {
    /* by default hide all sub menus */
    display: none;
}

.sp_menu_content input[type=checkbox]:checked+label+ul,
.sp_menu_content input[type=checkbox]:checked+label:nth-of-type(n)+ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
    list-style: none;
    margin-left: 15px;
}

.sp_menu_content.animated label:after {
    /* アイコン回転の速さ */
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

@media screen and (min-width:1069px) {
    #header-sp {
        display: none;
    }
}

/*---------------------------------------------end of header--------------------------------------------- */


.breadcrumbs a[href="https://teamorder.jp/"] {
    display: none;
}

footer#colophon .footer-latest-post {
    padding: 3em 0 !important
}