@charset "UTF-8"; /* ============================================================================ ■ PC ============================================================================ */ @media screen and (min-width:640px) , print { /* us-kv ---------------------------------------- */ .us-kv { position: relative; width: 100%; height: 690px; margin: 0; padding: 0; background: #cef3f8 url(../img/kv_ph.jpg); background-repeat: no-repeat; background-position: center center; /* background-size: 1360px 690px; */ background-size: cover; } .us-kv .us-pageTtl { position: absolute; width: 495px; height: 130px; text-indent: -9999px; margin: 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url(../img/h1_pageTtl_sp.png); background-repeat: no-repeat; background-position: center center; background-size: contain; } /* contentsArea common ---------------------------------------- */ } /* ============================================================================ ■ SP ============================================================================ */ @media screen and (max-width:640px){ /* us-kv ---------------------------------------- */ .us-kv { position: relative; width: 100%; height: 122.6vw; margin: 0; padding: 0; background: #cef3f8 url(../img/kv_ph_sp.jpg); background-repeat: no-repeat; background-position: center center; background-size:cover; } .us-kv .us-pageTtl { position: absolute; width: 58.6vw; height: 16vw; text-indent: -9999px; margin: 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url(../img/h1_pageTtl_sp.png); background-repeat: no-repeat; background-position: center center; background-size: contain; } /* contentsArea common ---------------------------------------- */ /* us-contentFirst ---------------------------------------- */ .us-contentFirst .us-contentInner { margin-top: 30px; } .us-firstPh img { display: none; } .us-firstPh { width: 100%; height: 91.3vw; text-indent: -9999px; background: url(../img/first_ph01_sp.jpg); background-repeat: no-repeat; background-position: center center; background-size: contain; } }