@charset "utf-8";

/*=======================================スタイルリセット=======================================*/
    /* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
#salee *,
#salee *::before,
#salee *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#salee h1,
#salee h2,
#salee h3,
#salee h4,
#salee h5,
#salee h6,
#salee ul,
#salee ol,
#salee dl,
#salee li,
#salee dt,
#salee dd,
#salee p,
#salee div,
#salee span,
#salee img,
#salee a,
#salee table,
#salee tr,
#salee th,
#salee td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#salee header,
#salee footer,
#salee nav,
#salee section,
#salee article,
#salee main,
#salee aside,
#salee figure,
#salee figcaption {
    display: block;
}

#salee ol,
#salee ul,
#salee li {
    list-style: none;
    list-style-type: none;
}

#salee img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#salee a {
    color: inherit;
    text-decoration: none;
}

#salee a:hover {
    opacity: 0.5;
}

#salee .no,
#salee .pc_none{
    display: none !important;
}

/* ここから追加
================================ */
/* ベース */
#salee {
    width: 980px;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #222222;
    background-color: #ffe828;
    padding-bottom: 20px;
}

#salee img {
    width: 100%;
}


/* 共通 見出し
================================ */
#salee h2{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 0.5% 0;
    color: #212121;
    margin-bottom: 1%;
}

#salee h3{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #fff;
    margin-bottom: 1%;
    background-color: #f24149;
}

#salee .item.event h3{/*イベントの時だけ色変更*/
    background-color: #f24149;
}

#salee p{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0.5 0;
    color: #fff;
    margin-bottom: 2%;
}

/* 共通 カラム
================================ */
#salee ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
}

#salee ul.col_1 > li{
    width:100%;
    margin: 0 0 0 0;
}

#salee ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
}

#salee ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#salee ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#salee ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}


/*クーポン
================================ */
#salee .coupon{
    width: 96%;
    margin: 2% auto 9% auto;
}

#salee .coupon ul li:first-child{
    width:100%;
}



/*cate カテゴリ選択
================================ */
#salee .cate{
    width: 96%;
    margin: 1% auto 5% auto;
}

#salee .cate ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 70px;
    background-color: #ffffff;

    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #222222;

    transition: 0.2s;
}

#salee .cate ul li a::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "expand_more";
    transform:translate(50%,-50%);
    top:50%;
    right: 10%;
    
}

/* item
================================ */
#salee .item{
    width: 96%;
    margin: 2% auto 9% auto;
}

/*商品========*/
#salee .item ul.item_box li a{
    padding: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    text-align: center;
    transition: 0.3s;
}

#salee .item.event ul.item_box li a{/*イベントの時だけ色変更*/
    background-color: #ffffff;
}

#salee .item ul.item_box dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#salee .item ul.item_box dl dt{/*商品名*/
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0%;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    letter-spacing: 0.5px;
}

#salee .item ul.item_box dl dd.sale{/*販促あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b00e1b;
    width: 100%;
    height: 70px;

    font-size: 24px;
    font-weight: bold;
    color: #fbff00;
}

#salee .item ul.item_box dl dd.price_nomal{/*通常価格あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: 18px;
    color: #222;
}


/*価格====================*/
#salee .item ul.item_box dl dd.price_block{/*価格*/
    margin-bottom:2%;
    margin-top: auto;
}

#salee .item ul.item_box dl dd.price_block .prdisp-taxin{
    font-family: 'Lato';
    color: #c50f1e;
    font-weight: 600;
}

#salee .item ul.item_box dl dd.price_block .prdisp-taxin span.value{
    font-size: 45px;
}

#salee .item ul.item_box dl dd.price_block .prdisp-taxin span{
    font-size: 35px;
}



#salee .item ul.item_box dl dd.btn{/*詳細ボタン*/
    position: relative;
    background-color: #222;
    border-radius: 50px;
    border: solid 2px #222;
    padding: 3% 0;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

#salee .item ul.item_box dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "expand_more";
    transform:translate(50%,-50%) rotate(-90deg);
    top:50%;
    right: 10%;
}

#salee .item ul.item_box dl dd.btn:hover{
    background-color: #fff;
    color: #222;
}



/*その他対象商品 ボタン*/
#salee a.other_btn{
    position: relative;
    display: block;
    width: 80%;
    padding: 2%;
    margin: 3% auto;
    background-color: #ffffff;
    border: solid 3px #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    color: #090d66;
    font-weight: 700;
    transition: 0.2s;
}

#salee a.other_btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "expand_more";
    transform:translate(50%,-50%) rotate(-90deg);
    top:50%;
    right: 10%;
}

#salee a.other_btn:hover{
    opacity: 1;
    background-color: #090d66;
    color: #ffffff;
}


#salee .item.event a.other_btn{/*イベントの時だけ色変更*/
    background-color: #ffeb0e;
    border: solid 3px #ffeb0e;
}

#salee .item.event a.other_btn:hover{
    background-color: #fff;
    color: #ffeb0e;
}

