*{
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
    margin: 0;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
  }
  main {
    background: #ffffff;
    flex: 1;
  }
  
  
  
  /*header開始*/
  header {
      height: 80px;
      width: 100%;
      background-color:black;     
    }
      
    .header-left {
      float: left;
    }
    .logo {
       height: 60px;
       margin: 9px 0 0 5px;
    } 
    .font{
      height: 80px;
      margin: -5px 0 0 0;
    }
    .SEI{ margin-left:-9px; }
    .FO{ margin-left:-10px; }
    .OT{ margin-left:-10px; }
    .BA{ margin-left:-10px; }
    .LL{ margin-left:-10px; }
    .CL{ margin-left:-11px; }
    .UB{ margin-left:-11px; }


  .header-center{
      color: white;
      float: left;
      font-size: 40px;
      margin: 0 10px 0 10px;
      line-height: 80px;
      font-family: serif;
  }
  .header-center-second{
    color:  rgb(219,186,133);
    font-family:Impact,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    padding: 35px 0 0 0;
    float: left;
  }
  /*header終了*/  
    
  .link-list{
    height:40px;
    width:100%; 
    background-color: white;   
  }
  .link {
    margin:0 1.5%;
    height: 40px;
    line-height: 40px;
    list-style: none;
    float: left;
    color: black;
    display: block;
    text-align: center;      
    text-decoration: none;
  }   
  .btn{
    margin:0 1%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    list-style: none;
    float: right;
    color: black;
    display: block;
    text-align: center;      
    text-decoration: none;
  } 
  
  
    /*メニューバーのカーソルモーション*/
    .link:hover{
      font-weight: bold;
    }  
    .btn:hover{
      opacity:0.5;
    }
    
              /*ココから*/
/*========= ナビゲーションのためのCSS ===============*/
.menu-icon{
  display: none;
  }
  
  #g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top:0px;
  right: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background-image:url(メニュー用オリジナルロゴ.png);
  background-size: cover;
  background-repeat: no-repeat;
  /*動き*/
  transition: all 0.6s;
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
  right: 0;
  }
  
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
  
  /*ナビゲーション*/
  #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  }
  
  /*リストのレイアウト設定*/
  
  #g-nav li{
  list-style: none;
  text-align: center;
  }
  
  #g-nav li img{
  width:100px;
  }
  #g-nav li a{
  color: white;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size:30px;
  text-align: center;
  }
  #g-nav li a:hover{
  text-decoration: underline;
  }
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
  display: none;
  background-color: rgb(0,0,0,0.3);
  }
  
  /*×に変化*/	
  .openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  width: 45%;
  }
  
  .openbtn span:nth-of-type(1) {
  top:15px;	
  }
  
  .openbtn span:nth-of-type(2) {
  top:23px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:31px;
  }
  
  .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  }
  /*ココまで*/
  
   /*~~~~~~~ココから作成~~~~~~~~*/  

   .top-wrapper{
    margin-top:0px;
    height: 100px;     
    background-color:black; 
    color:white;
    text-align: center;
  }
  .top-wrapper h{
    display: block;
    line-height: 100px;
    color:rgb(219,186,133);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size:30px;
  }
    
    .second-wrapper{
        width:100%;
        margin-top:0px;
        text-align: center;
      }     
      .second-wrapper-heading{
          width:68%;
          height:50px;
          margin:50px 16%;
          display: inline-block;          
          font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
          font-weight: bold;
          font-size:30px;
          border-bottom: 2px solid rgb(89, 26, 147);
        }

    .new-wrapper{
      background-image:url(サブページ背景.png);
    }

    .past-competition-wrapper{
        margin-top:0px;
        width: 100%;
        text-align: center;
      }

    .past-competition-wrapper-responsive{
        margin-top:0px;
        width: 100%;
        text-align: center;
        display:none;
      }
    .arakawa-table2{
      display: none;
    }
    .futsal-table2{
      display: none;
    }
    .tokyo-table2{
      display: none;
    }

      .competition-host{
        font-size: 20px;
        height: 150px;
        text-align: center;
        margin-top:50px;
      }

      .competition-host img{
        float:left;
        width: 100%;
        height:80px;
        object-fit: contain;
        display: block;
      }
      .competition-host p{
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
      }
            
      .victory{
        background: radial-gradient( rgb(200, 141, 255),rgb(89, 26, 147));        
        color: white;
        font-weight: bold;
      }
      .finalist{        
        background: radial-gradient(rgb(143, 93, 253),rgb(201, 192, 254));
        color: white;
      }

      .competition-host a{
        font-size: 15px;
      }

      .tokyo-table p{
        text-align: left;
        margin-left: 15%;
      }
     

      .third-wrapper{
        width:100%;
        margin-top:0px;
        height: 200px;
        background-color:white; 
        text-align: center;
      }
     
      .third-wrapper-heading{
          width:68%;
          height:50px;
          margin:50px 16%;
          display: inline-block;          
          font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
          font-weight: bold;
          font-size:30px;
          border-bottom: 2px solid rgb(89, 26, 147);
        }


      .fourth-wrapper{
        width:100%;
        background-image: url(サブページ背景.png);
        padding-bottom: 50px;
      }
      
        .titles-wrapper{
          width:80%;
          margin:0 10% 60px 10%;
          background-image: url(title_background.png);
          height:520px;   
          position:relative;    
        }

        .titles-wrapper-responsive{
          width:99%;
          margin:0 0.5% 30px 0.5%;
          position:relative;   
          display: none; 
        }
        .titles-photo-responsive{
          width: 100%;
          display: none; 
        }
        .titles-photo-responsive img{
          width: 100%;
          height: 100%;
          object-fit: contain;
          display: none; 
        }
        .titles-heading-responsive{
          width: 100%;
          height: 75px;
          background-image: url(title_background_responsive.png);
          background-size: cover;
          color:white;
          display: none;           
        }
        .titles-heading-responsive p1{
          text-align: center;
          font-size: 20px;
          line-height: 30px;
          padding-top: 8px;
          display: none; 
          margin-left: 10px;
        }
        .titles-heading-responsive p2{
          text-align: center;
          font-size: 20px;
          line-height: 30px;
          display: none; 
          margin-left: 10px;
        }


        .titles-heading{         
          color:white;
          text-align: left;
          width:30%;
          height: 100%;
          float:left;          
        }
        .titles-heading p1{
          font-size: 25px;
          position: absolute;
          bottom:70px;
          left:20px;
        }
        .titles-heading p2{
          font-size: 25px;
          position: absolute;
          bottom:20px;
          left:20px;
        }
     
        .titles-photo{
          width: 67%;
          height: 99%;
          margin: 0.5% 0.5%;
          float: right;
        }
        .titles-photo img{
          width: 100%;
          height: 99%;
          object-fit: cover;
        }
        

        footer {
          background: black;
          color:  rgb(219,186,133);
          position:relative;
          padding-bottom: 100px;
        }
        .footer-list{
          text-align: center;
        }
        .footer-list-respomsive{
          text-align: center;
          display: none;
        }
        .final-logo{
          width:150px;
          margin-top:50px;
        }
        .footer-heading-container{
          width:100%;
          text-align: center;
        }
        .footer-heading {
          color: rgb(219,186,133);
          text-align: left;
          width:15%;   
          display: inline-block;
          vertical-align: top;
        }
        .main-heading {
          font-size:35px;  
          margin-bottom: 5px;
          font-weight: bolder;
          width:100%;
          font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        }
        .sub-heading {
          font-size:20px;
          line-height: 40px;
          font-family:Arial, Helvetica, sans-serif;
          width:100%;
          font-weight:lighter;
          color:  rgb(219,186,133);
          text-decoration: none;
        }
        .sub-heading:hover{
          text-decoration:underline;
          display:inline;
          transition:all 1s;
        }
        .footer-btn{ 
          color: rgb(219,186,133);
          font-size:25px;   
        } 
        .footer-btn:hover{
          opacity:0.5;
        }
        .copyright{
          color: rgb(219,186,133);
          font-size:13px;
          position:absolute;
          bottom:5px;
          right:5px;
        }