@charset "UTF-8";

/*
======= 00: 画像切替 =======
*/

#photo {

    width: 100%;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    object-fit: cover;

   display: flex;
   align-items: center;



#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
