@charset "utf-8"; /* ----------------------------------------------------------- CSS Information File name : common.css ---------------------------------------------------------- */ /* # = common ---------------------------------------------------- */ /* banner ---------- */ #tu_banner{ width:100%; position:fixed; left:0; text-align:center; } #tu_banner.bannerUp{ bottom:0; transition: 0.1s linear 0.1s; background-color: rgba(0, 0, 0, 0.75); } /* 機種別対応 */ @media screen and (max-width: 768px) { #tu_banner{ height:135px; bottom:-135px; } } @media screen and (max-width: 414px) { #tu_banner{ height:146px; bottom:-146px; } } @media screen and (max-width: 375px) { #tu_banner{ height:135px; bottom:-135px; } } @media screen and (max-width: 320px) { #tu_banner{ height:115px; bottom:-115px; } }