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