@charset "utf-8";

/*商品ページ　共通*/

/*サムネクリック後の挙動不具合 修正のために以下追加 240729 */
body {
    position: static;
}

html {
    scroll-behavior: auto;
}

/*ここまで */

/*--------------------------------------
共通説明文（小）
---------------------------------------*/
td.topT_sdtext {
    position: relative;
    color: #FFFFFF;
    font-size: 94%;
    background-color: #B7090A;
    padding: 15px 0 14px 160px;
    border-radius: 5px;
    width: 660px;
    box-sizing: border-box;
    letter-spacing: 0.05rem;
}

td.topT_sdtext a {
    color: #FFFFFF;
    text-decoration: underline;
}

td.topT_sdtext a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

td.topT_sdtext:before {
    content: "ご確認ください >>>";
    display: block;
    position: absolute;
    left: 10px;
    color: #FFFFFF;
    -webkit-animation: blink 0.5s infinite alternate;
    -moz-animation: blink 0.5s infinite alternate;
    animation: blink 0.5s infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------
 アイフレーム
---------------------------------------*/
iframe#product_event {
    margin-top: 20px;
    height: 920px;
    /*display: none; 非表示*/
}

iframe#cart_under {
    margin-top: 20px;
    width: 440px;
    /*height: 600px; 通常時 */
    height: 1120px;
/*    height: 1600px;*/
}

iframe#cmn_catalog_pc {
    margin-top: 60px;
    height: 1320px;
    /*    height: 1800px;*/
    height: 1350px;
}

iframe#cmn_gourmet_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_sweets_pc {
    margin-top: 60px;
    height: 1615px;
}

iframe#cmn_towel_pc {
    margin-top: 60px;
    height: 1320px;
}

iframe#cmn_tableware_pc {
    margin-top: 60px;
    height: 980px;
}

iframe#cmn_flower_pc {
    margin-top: 60px;
    height: 320px;
}

iframe#cmn_electronics_pc {
    margin-top: 60px;
    height: 320px;
}

iframe#cmn_name_pc {
    margin-top: 60px;
    height: 320px;
}

iframe#cmn_ibo_pc {
    margin: 50px auto;
    height: 24400px;
}

iframe#cmn_stbkaiyu_pc {
    margin: 100px auto;
    height: 4300px;
}

iframe#cmn_codec_cat_pc {
    margin: 50px auto;
    height: 4900px;
}

iframe#cmn_choco_pc {
    margin: 50px auto;
    /* height: 0; */
    height: 1200px;
}

iframe#saijo_lineup {
    margin: 50px auto;
    height: 3700px;
}

/*--------------------------------------
�ۥС����������
---------------------------------------*/
#product a:hover {
    opacity: 0.7;
}

/*--------------------------------------
tower ライスストッカーシリーズの回遊フレーム
---------------------------------------*/


iframe#tower_frame_ricstckr {
    height: 1450px;
}


iframe#tower_frame_ricstckr.mini {
    height: 1270px;
}



/*--------------------------------------
tower 排気口カバーシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_hikkcvr {
    height: 2790px;
}

iframe#tower_frame_hikkcvr.mini {
    height: 2390px;
}


/*--------------------------------------
tower ティッシュケースシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_tiscase {
    height: 7240px;
}

iframe#tower_frame_tiscase.mini {
    height: 5800px;
}

/*--------------------------------------
tower 浴室ディスペンサーシリーズの回遊フレーム
---------------------------------------*/

iframe#tower_frame_bath_dispenser {
    height: 3230px;
}

iframe#tower_frame_bath_dispenser.mini {
    height: 2575px;
}
