@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 .no,
#salee .smp_none{
    display: none !important;
}


/* ここから追加
================================ */
/* ベース */
#salee {
    font-size: 3.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #222222;
    background-color: #ffe828;
    background-position: 0 26vw;
    background-size: contain;
    padding-bottom: 1.5vw;
}

#salee img {
    width: 100%;
}


/* 共通 見出し
================================ */
#salee h2{
    text-align: center;
    font-size: 5vw;
    font-weight: 800;
    padding: 3vw 0;
    color: #212121;
}

#salee h3{
    text-align: center;
    font-size: 4.2vw;
    font-weight: 800;
    padding: 3vw 0;
    margin-bottom: 1vw;
    color: #fff;
    background-color: #f24149;
}

#salee .item.event h3{/*イベントの時だけ色変更*/
    background-color: #f24149;
}

#salee p{
    text-align: center;
    font-size: 3vw;
    font-weight: 600;
    padding: 0.5 0;
    color: #fff;
    margin-bottom: 2%;
}

/* 共通 カラム
================================ */
#salee ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:1.2vw 1%;
}

#salee ul.col_1 > li{
    width:100%;
    margin-bottom: 0vw;
}

#salee ul.col_2 > li,
#salee ul.col_4 > li{
    width: calc(calc(100% - 1%) / 2);
}

#salee ul.col_3 > li,
#salee ul.col_5 > li{
  width: calc(calc(100% - calc(1% * 2)) / 3);
}

/*クーポン
================================ */
#salee .coupon{
    width: 98%;
    margin: 2vw auto 9vw auto;
}

#salee .coupon ul li:first-child{
    width:100%;
}

/*cate カテゴリ選択
================================ */
#salee .cate{
    width: 98%;
    margin: 1% auto 5% auto;
}

#salee .cate ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 15vw;
    background-color: #fff;

    text-align: center;
    font-size: 3.5vw;
    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%);
    bottom:-15%;
    right: 50%;
    font-size: 4vw;
}

/* item
================================ */
#salee .item{
    width: 98%;
    margin: 2vw auto 9vw auto;
}


/*商品========*/
#salee .item ul.item_box li a{
    padding: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-bottom: 2vw;
}

#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: 2.7vw;
    font-weight: 800;
    margin-bottom: 1%;
    text-align: center;
    letter-spacing: 0;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#salee .item ul.item_box dl dd.sale{/*販促あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b00e1b;
    width: 100%;
    height:10vw;

    font-size: 3vw;
    font-weight: bold;
    color: #fbff00;
    text-align: center;
}

#salee .item ul.item_box dl dd.price_nomal{/*通常価格あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vw;
    font-size: 2.5vw;
    color: #222;
}


/*価格====================*/
#salee .item ul.item_box dl dd.price_block{/*価格*/
    margin-bottom:3%;
    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: 5.5vw;
}

#salee .item ul.item_box dl dd.price_block .prdisp-taxin span{
    font-size: 4vw;
}


#salee .item ul.item_box dl dd.btn{/*詳細ボタン*/
    position: relative;
    background-color: #222;
    border-radius: 50px;
    border: solid 2px #222;
    padding: 1.8vw 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 3vw;
    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 a.other_btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 4vw 0;
    margin: 3vw auto;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 4vw;
    color: #090d66;
    font-weight: 700;
}

#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 .item.event a.other_btn{/*イベントの時だけ色変更*/
    background-color: #090d66;
    border: solid 3px #090d66;
}


