@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 a:hover {
    opacity: 0.5;
}

#salea .no,
#salea .pc_none{
    display: none !important;
}

/* ここから追加
================================ */
/* ベース */
#salea {
    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: #fff;
    background-color: #c20104;
    padding-bottom: 20px;
}

#salea img {
    width: 100%;
}


/* 共通 見出し
================================ */
#salea h2{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 0.5% 0;
    color: #fff;
    margin-bottom: 1%;
}

#salea h3{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #f12524;
    margin-bottom: 1%;
    background-color: #fff;
}

#salea .item.event h3{/*イベントの時だけ色変更*/
    background-color: #fcff1e;
}

#salea p{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0.5 0;
    color: #fff;
    margin-bottom: 2%;
}

/* 共通 カラム
================================ */
#salea ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
}

#salea ul.col_1 > li{
    width:100%;
    margin: 0 0 0 0;
}

#salea ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
}

#salea ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#salea ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#salea ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}


/*cate カテゴリ選択
================================ */
#salea .cate{
    width: 96%;
    margin: 1% auto 5% auto;
}

#salea .cate ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    height: 70px;
    background-color: #fff;

    text-align: center;
    font-size: 25px;
    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%);
    top:50%;
    right: 10%;
    
}

/* item
================================ */
#salea .item{
    width: 96%;
    margin: 2% auto 9% auto;
}

/*商品========*/
#salea .item ul.item_box li {
    display: flex;
}


#salea .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;
}

#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: 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;
}

#salea .item ul.item_box dl dd.sale{/*販促あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e93333;
    width: 100%;
    height: 70px;

    font-size: 24px;
    font-weight: bold;
    color: #fbff00;
}

#salea .item ul.item_box dl dd.price_nomal{/*通常価格あるとき*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: 18px;
    color: #222;
}


/*価格====================*/
#salea .item ul.item_box dl dd.price_block{/*価格*/
    margin-bottom:2%;
    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: 45px;
}

#salea .item ul.item_box dl dd.price_block .prdisp-taxin span{
    font-size: 35px;
}



#salea .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;
}

#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 .item ul.item_box dl dd.btn:hover{
    background-color: #fff;
    color: #222;
}



/*その他対象商品 ボタン*/
#salea a.other_btn{
    position: relative;
    display: block;
    width: 80%;
    padding: 2%;
    margin: 3% auto;
    background-color: #222222;
    border: solid 3px #222222;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    transition: 0.2s;
}

#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 a.other_btn:hover{
    opacity: 1;
    background-color: #fff;
    color: #e93333;
    border: solid 3px #e93333;

}


#salea .item.event a.other_btn{/*イベントの時だけ色変更*/
    background-color: #222222;
    border: solid 3px #222222;
}

#salea .item.event a.other_btn:hover{
    background-color: #fbff00;
    color: #e93333;
    border: solid 3px #e93333;
}

