@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
div.item_option dl, button.addcart {
    width: 100% !important;
}

div.item_view div.sku {
    width: 100%;
}
div.sku1 ul li, div.sku2 ul li {
    width: 125px;
}
.title-01._common:before {
    background: rgba(0, 0, 0, 0);
}

.order b {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e00d5b;
}

/* SHOP修正 */
article.item{
    display: block;
}
div.item_view {
    min-width: 100%!important;
    max-width: 100%!important;
}
div.item_view div.struct {
    max-width: 250px;
}
div.photo div.large {
    width: 50%!important;
}
div.sku1 ul li, div.sku2 ul li {
    width: 215px!important;
}
.index-item .items article {
    --column: 3!important;
}
div.search form div.select {
    min-width: 160px;
}
@media screen and (max-width: 700px){
.index-item .items article {
    --column: 2!important;
}
}

/* 改行 */
.sp_blk{
    display: none;
}
.pc_blk{
    display: block;
}
.mid_blk{
    display: none;
}
.blk{
    display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
    .sp_blk{
        display: none;
    }
    .pc_blk{
        display: none;
    }
    .mid_blk{
        display: block;
    }
    .blk{
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 1000px){
    .blk{
        display: block;
    }
    .sp_blk{
        display: none;
    }
    .pc_blk{
        display: none;
    }
    .mid_blk{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .sp_blk{
        display: block;
    }
    .pc_blk{
        display: none;
    }
    .mid_blk{
        display: none;
    }
    .blk{
        display: none;
    }
}
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}