@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    mikuji_common.css
*
*
------------------------------------------------------------------------------------------ */
.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

#contents_omikuji,
#modal{ font-family: '中ゴシックBBB' !important;}

#contents_omikuji img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
#contents_omikuji a img{ transition: opacity .15s ease 0s;}
#contents_omikuji a img:hover{ transition: opacity .15s ease .1s; opacity: .7;}

#mikuji_body{ display: none !important;}


.ff-min{ font-family: '見出ミンMA1' !important;}
.ff-go{ font-family: '中ゴシックBBB' !important;}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
#contents_omikuji br.sp{ display: none !important;}
#contents_omikuji img.sp{ display: none !important;}
#contents_omikuji .switch_sp{ display: none !important;}

}

/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
#contents_omikuji br{ display: none;}
#contents_omikuji br.sp{ display: inherit !important;}
#contents_omikuji img.pc{ display: none !important;}
#contents_omikuji .switch_pc{ display: none !important;}

} /* ----- max-width: 640px ----- */