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