/*=============================================================
 products top Layout
=============================================================*/
.directoryTop .cotegoryTop #contents {
    background: none;
    float: none;
    width: 100%;
    padding-bottom: 50px;
}

.directoryTop #contents header#contentsHdr #categoryTitle h1 {
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    width: auto;
    height: auto;
    position: absolute;
    top: 28%;
    left: 10%;
    transform: translate(-28%, -9%);
    color: #fff;
}

/* front-menuPickup
-------------------------------------------------------------*/
.directoryTop #contents .front-menuPickup {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.directoryTop #contents .front-menuPickup li {
    width: 32%;
    box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.1);
    margin: 0 2% 2% 0;
}

.directoryTop #contents .front-menuPickup li:nth-child(3n) {
    margin-right: 0;
}

.directoryTop #contents .front-menuPickup li a img {
    width: 100%;
}

.directoryTop #contents .front-menuPickup li a:hover img {
    opacity: 0.7;
}

.directoryTop #contents .front-menuPickup li a p {
    position: relative;
    display: block;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(90deg, #00a9a3 0%, #00a9a3 6%, #ffffff 6%, #ffffff 100%);
}

.directoryTop #contents .front-menuPickup li a p span {
    position: absolute;
    z-index: 1;
    transition: .3s;
    color: #333;
    top: 52%;
    left: 10%;
    transform: translateY(-52%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 100%;
    padding-right: 0.5em;
}

#contents .front-menuPickup li a:hover p span {
    color: #fff;
}

/* 疑似要素 */
#contents .front-menuPickup li a p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #00a9a3;
    transform: translate3d(-100%, 0, 0);
    transition: .3s;
}

/* 疑似要素(hover) */
#contents .front-menuPickup li a:hover p:before {
    transform: translate3d(0, 0, 0);
}

/* box-menuList
-------------------------------------------------------------*/
.directoryTop #contents .box-menuList {
    border: none;
    margin-bottom: 50px;
}

.directoryTop #contents .box-menuList h2 {
    border-bottom: 2px solid #9abeca;
    font-size: 16px;
}

.directoryTop #contents .box-menuList h2 a {
    padding: 18px 50px 12px 26px;
}

.directoryTop #contents .box-menuList h2 a:before {
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}

.directoryTop #contents .box-menuList h2 a span.inner {
    position: relative;
    padding: 0 50px 0 0;
    display: inline-block;
}

.directoryTop #contents .box-menuList h2 a span.inner:after {
    content: '';
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-55%);
    width: 32px;
    height: 27px;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(1) h2 a span.inner:after {
    background: url("../image/index_menu_icon012.png") no-repeat;
    background-size: contain;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(2) h2 a span.inner:after {
    background: url("../image/index_menu_icon022.png") no-repeat;
    background-size: contain;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(3) h2 a span.inner:after {
    background: url("../image/index_menu_icon031.png") bottom no-repeat;
    background-size: 100% auto;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(4) h2 a span.inner:after {
    background: url("../image/index_menu_icon04.png") bottom no-repeat;
    background-size: 100% auto;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(5) h2 a span.inner:after {
    background: url("../image/index_menu_icon05.png") bottom no-repeat;
    background-size: 100% auto;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(6) h2 a span.inner:after {
    background: url("../image/index_menu_icon06.png") bottom no-repeat;
    background-size: 100% auto;
}

.directoryTop #contents .box-menuList.index-toggleSet .index-toggleIcon {
    display: none;
}

.directoryTop #contents .box-menuList .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}

.directoryTop #contents .box-menuList .flexbox .nbox {
    width: 32%;
    margin-right: 1%;
}

.directoryTop #contents .box-menuList .flexbox .nbox h3 {
    background: rgb(154, 190, 202, 0.4);
    padding: 20px;
    text-align: center;
}

.directoryTop #contents .box-menuList .flexbox .nbox ul {
    margin: 5px 0 20px 0;
}

.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(3) .flexbox li,
.directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(5) .flexbox li {
    width: 32%;
    margin-right: 1%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .directoryTop #contents header#contentsHdr #categoryTitle h1 {
        font-size: 21px;
        top: 35%;
        left: 5%;
        transform: translate(-5%, -35%);
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {
    .directoryTop #contents header#contentsHdr #categoryTitle p img {
        width: 100%;
        height: auto;
    }

    .directoryTop #contents header#contentsHdr #categoryTitle h1 {
        font-size: 24px;
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        top: 40%;
        left: 13%;
        transform: translate(-13%, -40%);
    }

    /* front-menuPickup
    -------------------------------------------------------------*/
    .directoryTop #contents .front-menuPickup li {
        width: 49%;
    }

    .directoryTop #contents .front-menuPickup li:nth-child(3n) {
        margin-right: 2%;
    }

    .directoryTop #contents .front-menuPickup li:nth-child(2n) {
        margin-right: 0;
    }

    .directoryTop #contents .front-menuPickup li a p {
        height: 45px;
    }


    /* box-menuList
    -------------------------------------------------------------*/
    .directoryTop #contents .box-menuList {
        margin-bottom: 1em !important;
    }

    .directoryTop #contents .box-menuList h2 {
        position: relative;
        cursor: pointer;
    }

    .directoryTop #contents .box-menuList h2 a {
        pointer-events: none;
        padding: 16px 0 10px 10px;
    }

    .directoryTop #contents .box-menuList:nth-of-type(even) h2 a {
        pointer-events: auto;
        display: block;
    }

    .directoryTop #contents .box-menuList h2 a span.inner:after {
        width: 36px;
        height: 30px;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn a:before {
        border: none;
    }

    .directoryTop #contents .box-menuList.index-toggleSet .index-toggleIcon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 24px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: #0083a7;
        border: 1px solid #fff;
    }

    .directoryTop #contents .index-toggleSet .index-toggleIcon:before,
    .directoryTop #contents .index-toggleSet .index-toggleIcon:after {
        display: block;
        content: '';
        background-color: #fff;
        position: absolute;
        width: 18px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .directoryTop #contents .index-toggleSet .index-toggleIcon:before {
        width: 2px;
        height: 18px;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before {
        content: normal;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon {
        background: #fff;
        border: 1px solid #0083a7;
    }

    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before,
    .directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:after {
        background-color: #0083a7;
    }

    .directoryTop #contents .box-menuList .flexbox {
        display: none;
        padding-bottom: 30px;
    }

    .directoryTop #contents .box-menuList .flexbox .nbox {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .directoryTop #contents .box-menuList .flexbox .nbox h3 {
        padding: 15px;
        text-align: left;
    }

    .directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(3) .flexbox li,
    .directoryTop #contents .front-bgWhite .box-menuList:nth-of-type(5) .flexbox li {
        width: 100%;
        margin-right: 0;
    }


}