@charset "UTF-8";

/*---------------------------------------------------------------
  Utility
---------------------------------------------------------------*/
/* display */
.l_passions_heros .u_sm_pc,
#passions .u_sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .l_passions_heros .u_sm_pc,
  #passions .u_sm_pc {
    display: block !important;
  }
  .l_passions_heros .u_sm_sp,
  #passions .u_sm_sp {
    display: none !important;
  }
}
/* clearfix */
#passions .u_clearFix:after {
  content: '・';
  display: block;
  height: 0rem;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}