/*2025*/
#first_view ul {
  height: auto; }
  #first_view ul .first_view_img {
    max-width: 100%;
    overflow: hidden; }
    #first_view ul .first_view_img img {
      display: inline-block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }

.f_nav01 .footer_logo {
  padding: 0 10%; }
  .f_nav01 .footer_logo img {
    max-width: 100%; }
