@charset "UTF-8";
/* title / a ================================= */
h2.title_large{
    position: relative;
    text-align: center;
    width: 100%;
}
h2.title_large p{
    font-size: 3rem;
    margin: 1em 0 0.8em;
    padding: 0;
    word-break: break-word;
}
h2.title_large > span:first-child{
    position: absolute;
    font-size: 8px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h2.title_large > span:last-child{
    position: absolute;
    font-size: 11px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 0.05em;
}
#product-topics h2,
#series-line-up h2{
    font-size: 2.1rem;
    line-height: 1.5;
}

.mt_60 {
    margin-top: 60px;
}

#showcase-listbox .price{
    margin-top: 20px;
}

@media (min-width: 757px) {
    h2.title_large p{
        font-size: 5.5rem;
        margin: 0.5em;
    }
    h2.title_large > span:first-child{
        font-size: 1.5rem;
    }
    h2.title_large>span:last-child{
        font-size: 1.3rem;
    }
}
/* showcase ================================= */
#showcase_wrap .inner{
    border-bottom: 1px solid #BFBFBF;
}
/* filter */
.aid_box{
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 10px 0;
    box-sizing: border-box;
}
.option_R{
    position: relative;
}
.option_R > div{
    position: absolute;
    right: 0;
    bottom: -1px;
    border: 1px solid #BFBFBF;
    padding: 5px 10px 3px;
}
.select_wrap{
    position: relative;
    display: inline-block;
    width: calc(100% - 52px);
}
.select_wrap::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-bottom: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.select_wrap select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    border: 0;
    box-sizing: border-box;
    outline: none;
}
@media (max-width: 756px) {
    .option_R > div{
        width: 186px;
        box-sizing: border-box;
        margin-right: 0;
    }
    .option_R label{
        font-size: 11px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .select_wrap select {
        font-size: 16px;
        transform: scale(0.7);
        padding-right: 0;
    }
}
@media (min-width: 757px) {
    .option_R > div{
        width: 219px;
    }
    .option_R label{
        font-size: 1.2rem;
        margin-right: 30px;
    }
    .select_wrap{
        width: calc(100% - 72px);
    }
    .select_wrap select {
        font-size: 1.2rem;
    }
}
.select_wrap select::-ms-expand {
    display: none;
}
.select_wrap select option{
    font-size: 1.4rem;
}
#showcase{
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 756px) {
    #showcase_wrap{
        margin-bottom: 100px;
    }
    .aid_box{
        justify-content: center;
    }
    .option_L{
        display: none;
    }
    .option_R{
        width: 200px;
        height: 38px;
    }
    .option_R > div {
        position: inherit; 
        bottom: 1px;
    }
}
@media (min-width: 757px) {
    .option_L,.option_R{
        width: 50%;
    }
    .option_L>p{
        display: inline-block;
        min-width: 80px;
    }
    .option_L>p:last-of-type{
        width: 140px;
    }
    .aid_box .reset_btn{
        -webkit-appearance: none;
        appearance: none;
        background: #FFF;
        border: 0;
        padding: 10px;
    }
    .aid_box .reset_btn:hover{
        text-decoration: underline;
    }
}


/* サブメニュー */
@media (max-width: 756px) {
    #showcase-cat-parent{
        display: none;
    }
}
@media (min-width: 757px) {
    
    #showcase-cat-parent,
    #showcase-cat-parent ul{
        margin: 0;
        padding: 0;
    }
    #showcase-cat{
        width: 25vw;
        max-width: 300px;
        min-width: 210px;
        padding: 50px 10px;
    }
    #showcase-cat-parent>li{
        margin-bottom: 50px;
        font-size: 1.1rem;
    }
    #showcase-cat-parent>li>ul>li{
        border: 1px solid #BFBFBF;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: normal;
    }
    #showcase-cat-parent>li>ul>li:first-child{
        margin-top: 10px;
    }
    #showcase-cat-parent>li>ul>li.checked a{
        background: #BFBFBF;
        color: #FFF;
    }
    #showcase-cat-parent>li>ul>li>a{
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        transition: 0.3s;
    }
    #showcase-cat-parent>li>ul>li>a:hover{
        text-decoration: none;
    }

}

/* 商品一覧 */
#showcase-listbox .item_img a{
    transition: 0.3s;
}
#showcase-listbox .item_info{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#showcase-listbox h2{
    font-size: 10px;
    line-height: 1.5;
    margin: 9px 0 16px;
    display: inline-flex;
    align-items: flex-end;
    word-break: break-all;
}
#showcase-listbox p{
    margin: 10px;
    word-break: break-all;
}
#showcase-listbox .style_en{
    color: #534E46;
}

/*SP*/
@media (max-width: 767px) {
    
    #showcase-listbox{
        width: 87vw;
        flex-wrap: wrap;
        margin: 50px auto 30px;
    }
    #showcase-listbox .item_box{
        margin-bottom: 80px;
        width: calc(100% / 2);
    }
    #showcase-listbox .item_img{
        width: 100%;
        max-width: 156px;
        height: 156px;
        background: #FFF;
        margin: 0 auto;
    }
    #showcase-listbox .item_info{
        max-width: 156px;
    }
    #showcase-listbox h2{
        min-height: 5em;
    }
    #showcase-listbox p{
        margin: 10px 0;
    }
    #showcase-listbox .style_en{
        font-size: 13pt;
    }
    #showcase-listbox .price{
        font-size: 12pt;
    }
    #showcase-listbox .tax{
        font-size: 8pt;
        margin-left: 0.5em;
    }
    
}
    @media (max-width: 320px) {

        #showcase-listbox .item_img{
            width: 100%;
            max-width: 120px;
            height: 120px;
            margin: 0 auto;
        }
        #showcase-listbox .item_info{
            max-width: 120px;
        }
        #showcase-listbox h2{
            min-height: 5em;
        }
        #showcase-listbox .style_en{
            font-size: 11pt;
        }
    }

/*PC*/
@media (min-width: 768px) {
    
    #showcase-listbox{
        width: 75vw;
        max-width: 972px;
        padding: 50px 20px;
        flex-wrap: wrap;
    }
    #showcase-listbox .item_box{
        margin-bottom: 100px;
        width: calc(100% / 2);
    }
    #showcase-listbox .item_img{
        width: 80%;
        height: 80%;
        max-width: 253px;
        max-height: 253px;
        background: #FFF;
        margin: 0 auto;
    }
    #showcase-listbox .item_info{
        width: 90%;
        max-width: 253px;
    }
    #showcase-listbox h2{
        font-size: 1.2rem;
        min-height: 3em;
    }
    #showcase-listbox .price{
        font-size: 1.7rem;
    }
    #showcase-listbox .tax{
        font-size: 1.2rem;
        margin-left: 10px;
    }
}
@media (min-width: 1024px) {
    #showcase-listbox{
        padding: 50px 30px;
    }
    #showcase-listbox .item_box{
        width: calc(100% / 3);
        min-width: 290px;
    }
    #showcase-listbox .item_img{
        width: 100%;
        height: 100%;
    }
}


/* product-topics */
#product-topics .inner{
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
#product-topics .ablock{
    text-align: center;
    width: calc(100% / 2 - 20px);
    margin: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: 0.3s;
}
#product-topics .img_wrap{
    background: #FFF;
    width: 152px;
    height: 124px;
    margin: 0 auto;
}
#product-topics .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product-topics .excerpt{
    font-size: 1.4rem;
    line-height: 1.5;
    height: 6em;
    overflow: hidden;
}
/*SP*/
@media (max-width: 767px) {
    #product-topics{
        background: #EAEAEA;
    }
    #product-topics .inner{
        width: 90vw;
        max-width: 500px;
    }
    #product-topics .excerpt{
        font-size: 12px;
        width: 152px;
        margin: 14px auto 0;
    }
}
@media (max-width: 376px) {
    #series-line-up .inner .flex_box .item_box{
        margin-left: 0;
    }
}
/*PC*/
@media (min-width: 768px) {
    #product-topics .inner{
        width: 80vw;
    }
    #product-topics .ablock{
        text-align: center;
        width: 200px;
        margin: 22px;
        margin-bottom: 30px;
    }
    #product-topics .img_wrap{
        background: #FFF;
        width: 220px;
        height: 180px;
    }
    #product-topics .img_wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #product-topics .excerpt{
        font-size: 1.4rem;
        line-height: 1.5;
        min-height: 3em;
    }
}

/* series-line-up ================================= */
#series-line-up{
    padding: 0;
}
#series-line-up h2{
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-bottom: 2.5em;
}
#series-line-up h3{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    font-weight: normal;
    margin-bottom: 1.7em;
}
#series-line-up .inner{
    width: 80%;
    max-width: 1262px;
    margin: 0 auto;
}
#series-line-up .inner .flex_box{
    justify-content: space-between;
    flex-wrap: wrap;
}
#series-line-up .inner .flex_box::after{
    content:"";
    display: block;
    width: 30%;
}
#series-line-up .inner .flex_box .item_box{
    position: relative;
    display: block;
    width: 33%;
    max-width: 400px;
    margin-bottom: 50px;
    transition: 0.3s;
    text-decoration: none;
}
#series-line-up .inner .flex_box .item_box .img_wrap{
    position: relative;
    width: 100%;
}
#series-line-up .item_box .caption p{
    word-break: break-all;
    white-space: pre-wrap;
}
#series-line-up .item_box .caption .style_bold{
    font-size: 1.2rem;
    letter-spacing: 3.6px;
    margin: 13px 0 7px;
    color: #534F4F;
}
#series-line-up .item_box .caption .style_en{
    font-size: 1.5rem;
    letter-spacing: 0.15px;
    margin: 13px 0 7px;
    color: #534F4F;
}
#series-line-up .item_box .caption .text{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 767px) {
    #series-line-up .inner .flex_box{
        flex-direction: column;
    }
    #series-line-up .inner .flex_box .item_box{
        width: 100%;
        margin: 0 auto 50px;
    }
}
@media (min-width: 768px) {
    #series-line-up .inner{
        margin: 0 auto 150px;
    }
}