@charset "shift_jis";


/* ==================================================

   基本設定

================================================== */

#thermal_mtx {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #121212;
    line-height: 1;
}

#thermal_mtx a {
	color: #121212;
	text-decoration: none;
}


#thermal_mtx img,
#thermal_mtx a img {
	width: 100%;
    height: auto;
    vertical-align: bottom;
}
#thermal_mtx .pc_none{ display: none; }




/* ==================================================

　レイアウト

================================================== */

#thermal_mtx .itemlist-main,
#thermal_mtx .itemlist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2% auto;
}

#thermal_mtx .itemlist-main {
    width: 100%;
    border: 1px solid #494949;
}

#thermal_mtx .itemlist {
    width: 95%;
    margin: 0 auto;
}

#thermal_mtx .itemlist-sub{
    width: 100%;
    background-color: #efefef;
    margin: 1% auto;
}


#thermal_mtx .itemlist-main > a > dt,
#thermal_mtx .itemlist-sub > a > dl > dt {float: left;width: 48%;margin:1%;}
#thermal_mtx .itemlist-main > a > dd,
#thermal_mtx .itemlist-sub > a > dl > dd{float: right;width: 48%;margin:1%;}
#thermal_mtx .itemlist-sub > a > dl{display: flex;flex-wrap: wrap;}
#thermal_mtx .itemlist-sub > a > dl > dd{display: flex;flex-wrap: wrap;align-items: center;}


#thermal_mtx .item-name{
    font-size: 26px;
    text-align: center;
    padding-bottom: 0.25rem;
    line-height: 1.8rem;
    letter-spacing: 0.12rem;
    font-weight: bold;
}

#thermal_mtx .itemlist-main .item-name{
    border-bottom: #494949 solid 1px;
}

#thermal_mtx .item-text{
    font-size: 20px;
    letter-spacing: 0.01rem;
    margin-top: 0.2rem;
}

#thermal_mtx .item-sub-text{
    padding-left: 1em;
    text-indent: -1em;
}


#thermal_mtx a:hover .item-name,
#thermal_mtx a:hover .item-text,
#thermal_mtx a:hover .item-sub-text{color: #121212;}
#thermal_mtx .itemlist-main > a:hover .btn,
#thermal_mtx .itemlist-sub > a:hover .btn{background-color: #fff;}
#thermal_mtx .itemlist-main > a:hover .btn::after,
#thermal_mtx .itemlist-sub > a:hover .btn::after {right: 12px;border-top: solid 3px #E50012;border-right: solid 3px #E50012;}
#thermal_mtx .itemlist-main > a:hover .wrap_price .buy_price ul li.intax,
#thermal_mtx .itemlist-sub > a:hover .wrap_price .buy_price ul li.intax{color: #E50012;}


#thermal_mtx .item_box {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
    background-color: #eff3f6;
}

#thermal_mtx .col_2{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* 2カラム */
#thermal_mtx .col_2 > li {
    width: calc(100%/2);
}



/* ボタン
================================ */

#thermal_mtx .btn {
    position: relative;
    display: block;
    border-bottom: solid 2px #121212;
    text-align: center;
    padding: 0.5em ;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}

#thermal_mtx .btn::after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: solid 3px #121212;
    border-right: solid 3px #121212;
    transform: rotate(45deg);
    margin-top: -2px;
}


#thermal_mtx .col_2 > li:hover .btn{background-color: #fff;}
#thermal_mtx .col_2 > li:hover .btn::after {right: 12px;border-top: solid 3px #E50012;border-right: solid 3px #E50012;}
#thermal_mtx .col_2 > li:hover .wrap_price .buy_price ul li.intax{color: #E50012;}


/* 価格プロ
================================ */
#thermal_mtx .wrap_price {
    display: block;
    width: 95%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
#thermal_mtx .wrap_price .buy_price {
    display: inline-block;
    text-align: center;
}
#thermal_mtx .wrap_price .buy_price ul {
    display: inline-block;
}
#thermal_mtx .wrap_price .buy_price ul li {
    display: inline-block;
}
#thermal_mtx .wrap_price .buy_price ul li.price { font-size: 28px; }
#thermal_mtx .wrap_price .buy_price ul li.intax { font-size: 14px; }
#thermal_mtx .wrap_price .buy_price .spesicalprice { display: none; }


/* アニメーション
================================ */
#thermal_mtx a,
#thermal_mtx a:hover,
#thermal_mtx .col_2 > li:hover,
#thermal_mtx .btn::after,
#thermal_mtx .btn:hover::after,
#thermal_mtx .col_2 > li > a > dl > dt > img,
#thermal_mtx .wrap_price .buy_price ul li.intax,
#thermal_mtx .col_2 > li:hover .wrap_price .buy_price ul li.intax{
    transition: 0.5s all;
}

