@charset "UTF-8"; /* ============================================================================ ■ cv-voice01 ============================================================================ */ .cv-kvInner { background: url(../img/kv_ph.jpg) no-repeat center center; background-size: cover; } /* ---------------------------------------------------------------------------- ● PC ---------------------------------------------------------------------------- */ @media screen and (min-width:640px) , print { .cv-voice01 .cv-ph03 { position: relative; height: 590px; } .cv-voice01 .cv-ph0301 img { position: absolute; top: 0; right: 0; width: auto; height: 375px; } .cv-voice01 .cv-ph0302 img { position: absolute; bottom: 0; left: 0; width: auto; height: 300px; } .cv-voice01 .cv-ph04 { position: relative; height: 590px; } .cv-voice01 .cv-ph0401 img { position: absolute; top: 0; left: 0; width: auto; height: 375px; } .cv-voice01 .cv-ph0402 img { position: absolute; bottom: 0; right: 0; width: auto; height: 300px; } } /* ---------------------------------------------------------------------------- ● SP ---------------------------------------------------------------------------- */ @media screen and (max-width:640px){ }