@charset "UTF-8";
html {margin:0;padding:0}

.kya {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1150px;
  max-height: 476px;
  text-align: center;
  position: fixed;
}
.kyara{
  transform: scale(-1, 1);
  position: absolute;
  left: 10px;
  top: 435px;
  transform: rotate( -20deg );
  position: fixed;
}
#header{
  position: relative;
  height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
  position: fixed;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; 
  height: 56.25vw; 
  min-height: 100%;
  min-width: 100%;
}
.header_left {
  float: left;
}
header .logo {
  vertical-align: middle;
}
.logo {
  width: 282px;
  margin-left: 311px;
  margin-top: 10px;
}

header li a{
  font-family: 'Noto Sans JP', sans-serif;
  font-size:19px;
  color: black;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1.2px;
  text-decoration: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header ul{
  display: flex;
}
header{
  z-index: 999;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius:500px 500px 500px 500px;
}
ul {
  list-style: none;
}
.denwa img{
  width: 160px;
  height: auto;
}
.otoiawase img{
  width: 124px;
  height: auto;
  padding-top: 5px;
}
.right {
  column-gap: 10px;
}