@charset "utf-8";

body,h1,h2,p,ul,ol{
  margin: 0;
  padding: 0;
  font-family: "M PLUS Rounded 1c";  }

  /* .bg-white_nav {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background-color: rgba(231, 216, 0, 0.945) ;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  } */
  


  /* nav */
  nav ul{
    margin: 0 auto;
    padding: 5px 0;
    /* padding-left: 110px; */
    list-style: none;
    /* margin-left:750px; */
    }
    
  nav li{font-weight:bold;
    margin-top: 65px;
    /* padding-left: 50px; */
    text-shadow: 
    rgba(121, 35, 35, 0.911) 2px 0px 0px;
    font-size:45px;
  }
  
  nav li a{display: block;
    /* color:white; */
    color: rgb(131, 215, 236);
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
    }
  
  a:hover{color:  rgba(245, 85, 70, 0.911);}

  section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
   
  video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background: url('../images/bg.png') no-repeat;
    background-size: cover;
    z-index: -1;
  }
   
  .bg-white {
    background: rgba(255, 255, 255, .75);
    position: absolute;
    /* top: 30px;
    left: 30px;
    padding: 20px; */
    margin-left: 410px;
    margin-top: 100px;
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  500px;       /* ※縦横を同値に */
    height: 500px;       /* ※縦横を同値に */
  }

 
  
