@charset "UTF-8";
/*hebelイメージ検索共通*/
.pc {
    display: block !important;
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
    padding-bottom: 40px;
    background-color: white;
    color: black;
}
#wrapper h1 {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 40px;
}
#wrapper h1::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 6px;
    background-color: #E94A23;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 767px) {
    #wrapper h1 {
        padding-bottom: 14px;
        margin-left: 17px;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
    }
    #wrapper h1::after {
        width: 26px;
        height: 4px;
    }
}

#wrapperInner {
    position: relative;
    padding: 60px 0 40px;
}
#wrapperInner::after {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #eee;
    left: 20px;
    bottom: 0;
}
@media only screen and (max-width: 767px) {
    #wrapperInner {
        width: 100%;
        padding: 40px 0 0;
    }
    #wrapperInner::after {
        content: none;
    }
}

.mainBlock {
    padding: 40px 0;
    margin: 0;
    background: #fff;
    font-size: 1em;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .mainBlock {
        width: 100%;
        padding: 0 17px;
    }
}

.tabList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    border-bottom: 1px solid #eee;
}
.tabList li {
    width: 160px;
}
.tabList a {
    display: block;
    width: 100%;
    padding: 13px 0 12px;
    background-color: #f3f3f3;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.tabList a.current {
    background-color: black;
    color: white;
    pointer-events: none;
}
@media (hover: hover) {
    .tabList a:hover {
        background-color: black;
        color: white;
    }
}
.tabList .select {
    position: relative;
}
.tabList .select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 13px;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/hebel/lineup/common/images/icon_select.png) no-repeat center/100% 100%;
    pointer-events: none;
}
.tabList .select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 3px 8px;
    border-radius: 5px;
    border: 1px solid #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), color-stop(#f5f5f5), to(#fefefe));
    background: linear-gradient(to bottom, #e8e8e8, #f5f5f5, #fefefe);
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .tabList {
        padding: 10px 17px 0;
        margin: 0 0 24px;
    }
}

.categoryTab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 1px solid #eee;
}
.categoryTab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.categoryTab ul + ul {
    margin-top: 12px;
}
.categoryTab li {
    width: calc(25% - 9px);
}
.categoryTab a {
    display: block;
    padding: 12px 0;
    border: 1px solid currentColor;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.categoryTab a.current {
    color: white;
    background-color: #E94A23;
    border-color: #E94A23;
}
@media (hover: hover) {
    .categoryTab a:hover {
        color: white;
        background-color: #E94A23;
        border-color: #E94A23;
    }
}
.categoryTab #count {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    bottom: -24px;
    left: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}
.categoryTab #count #num {
    font-size: 1.5em;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .categoryTab {
        gap: 0;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .categoryTab li {
        width: calc(50% - 6px);
    }
    .categoryTab a {
        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;
        height: calc(3em + 10px);
        padding: 0 6px;
        font-size: 14px;
        line-height: calc(20/14);
    }
    .categoryTab #count {
        bottom: -14px;
    }
}

#resultBlock {
    position: relative;
}

#results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: max(100%, 300px);
}
#results .col {
    width: calc(100% * 313/980);
    height: 395px;
    overflow: hidden;
}
#results .col .img {
    width: 100%;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f5f7), color-stop(19%, #fff), color-stop(50%, #fff), color-stop(82%, #fff), to(#e9edef));
    background: linear-gradient(#f1f5f7 0%, #fff 19%, #fff 50%, #fff 82%, #e9edef 100%);
    text-align: center;
}
#results .col .img img {
    width: auto;
    height: 285px;
    max-width: 285px;
    object-fit: cover;
}
#results .col a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    border: 1px solid black;
    color: black;
    font-size: 12px;
    line-height: calc(19/12);
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
    #results .col a:hover {
        opacity: 0.7;
    }
}
#results .col .new {
    display: block;
    margin-bottom: 4px;
    color: #E94A23;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    #results {
        gap: 10px;
    }
    #results .col {
        width: calc(50% - 5px);
        height: auto;
    }
    #results .col .img img {
        height: 137px;
        max-width:137px;
    }
    #results .col a {
        padding: 13px;
        line-height: 1.5;
    }
    #results .col .new {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 5px;
    }
}

.preloader {
    position: absolute;
    top: 300px;
    left: 58%;
}

.pickupMore {
    position: relative;
    display: block;
    width: 270px;
    padding: 18px 100px 18px 0;
    margin: 40px auto 0;
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.pickupMore::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 13px;
    background-color: white;
    display: block;
    top: 50%;
    left: 103px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.pickupMore::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 3px;
    background-color: white;
    display: block;
    top: 50%;
    left: 98px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (hover: hover) {
    .pickupMore:hover {
        opacity: 0.7;
    }
}

#footNavAbox {
    z-index: 8010 !important;
}

@media only screen and (min-width: 767px) {
    #pageTop {
        display: none !important;
    }
    #pageTop a {
        position: relative;
        display: block;
        width: 20px;
        height: 12px;
        font-size: 0;
    }
    #pageTop a::before, #pageTop a::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 19px;
        -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
                clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        top: 50%;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    #pageTop a::before {
        background-color: #999;
        top: 0;
    }
    #pageTop a::after {
        background-color: #f7f7f7;
        top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    #pageTop {
        position: fixed;
        display: none;
        padding: 0;
        bottom: 10px;
        right: 17px;
        z-index: 10;
    }
    #pageTop a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        padding: 0;
        background-color: #E94A23;
        font-size: 0;
        color: white;
        font-weight: bold;
        letter-spacing: 0.08em;
        text-decoration: none;
        float: none;
        line-height: 1;
    }
    #pageTop a::before {
        position: absolute;
        content: "";
        display: block;
        width: 19px;
        height: 19px;
        border-right: 3px solid currentColor;
        border-top: 3px solid currentColor;
        top: calc(50% + 3px);
        left: calc(50% - 2px);
        -webkit-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
    }
}