/*
 * front.css
 * 旧 index.html の <head> 内 <style> をそのまま移植（トップページのみ）。
 */
video {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.tyuui{
  color:red;font-weight:bold;
}
@media screen and (max-width: 600px) {
  .k_content{
    padding-top: 1%;
    padding-bottom: 1.5%;
    background-image: none !important;
  }
  .tyuui{
    color:red;font-weight:bold;text-align: left;width: 90%;margin-left: 5%;
  }
}
