@charset "utf-8";

/* CSS Document */
/*
  Theme Name: グランディール
  Author: COWL Ltd.
  Version: 1.00.00
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.mv_front{
  margin-top: -122px;
}
.mv_front video{
  width: 100%;        
  height: 100svh;        
  object-fit: cover;
  object-position: center center;
   @media(max-width: 767px) {
    height: 60svh;
   }
}