*{
  margin: 0;
  padding: 0;
}

h2{
  
      font-family: "Reggae One";
}
/*リンク*/
a{
  text-decoration: none;
  color: black;
}

/*ヘッダ*/
header{
  height: 10vh;
  width: 100vw;
  background-color: #222;
  display: flow-root;
  position: fixed;
  top: 0;
  z-index: 999;
}

/*ヘッダのロゴ*/
header h1{
  float: left;
  padding: 10px 40px;
  height: 10vh;
  color: white;
      font-family: "Reggae One";
}

/*ヘッダのリスト*/
header ul{
  float: right;
  display: flex;
  list-style: none;
  padding: 40px 50px 0;
}

/*ヘッダのリストの要素*/
li a{
  padding: 11px;
  text-decoration:none;
  color: #FFF;
      font-family: "Reggae One";
}

/*メイン*/
main{
  margin-top: 10vw;
}

/*article「movie」*/
.movie{
    height: 90vh;
} 

/*「movie」内の動画エリア*/
#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; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*SCROLL*/
.scroll{
  z-index: 20;
  position: absolute;
  top: 7vw;
  right:2vw;
  width: 200px;
  height:80px;
  text-align: center;
  background-color: #FFF;
  opacity: 0.7;
  font-size: 30px;
  line-height: 40px;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

/*章(MUSIC/DANCE/EVENT)*/
section{
  padding: 25px 80px 40px 80px;
}

/*見出し*/
.contents-title{
  margin: 0 0 20px;
}

/*見出しの文字*/
.under-line{
  font-size: 35px;
  font-weight: lighter;
  padding: 0 10px 10px;
  border-radius: 0% 0% 50% 20%/0% 0% 50% 25%;
}

/*各見出しへのリンク位置を調整*/
#ramen-title{
    padding-top: 10vh;
    margin-top:-10vh;
}
#izakaya-title{
    padding-top: 10vh;
    margin-top:-10vh;
}
#others-title{
    padding-top: 10vh;
    margin-top:-10vh;
}
#staff-title{
    padding-top: 10vh;
    margin-top:-10vh;
}

/*コンテンツ*/
.contents-items{
  display: flex;
  Justify-content:space-between;
  flex-wrap:wrap;
  margin: 0 0 40px;
}

/*コンテンツの個要素*/
.contents-items .container{
  height: 25vw;
  width: 20vw;
  margin: 10px;
  border-radius: 5px 5px 50px 8px / 5px 5px 8px 92px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 #CCC;
}

/*コンテンツの個要素内の画像*/
.contents .container img{
  width: 100%;
}

/*コンテンツの個要素内のタイトル*/
.container h3{
  margin: 5px 10px;
  font-size: 1.5vw;
  font-weight: lighter;
  border-bottom:dotted;
  width: 70%;
}

/*コンテンツの個要素内の文字*/
.container p{
  margin: 10px 10px;
  font-size: 1vw;
}

/*Andmore*/
.contents-more{
  width: 100px;
  height:30px;
  text-align: center;
  background-color: #EEE;
  margin: 0 auto;
  padding: 5px 0 0;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  box-shadow: 0 2px 4px 0 #CCC;
}

/*背景白の章*/
#ramen,#others{
  background-color: #FFF;
}

/*背景グレーの章*/
#izakaya,#staff{
  background-color: #EEE;
}

/*背景グレーの個要素*/
#ramen .container,#others .container{
  background-color: #EEE;
}

/*背景白の個要素*/
#izakaya .container,#staff .container{
  background-color: #FFF;
}

/*背景グレーのAndMore*/
#ramen .contents-more,#others .contents-more{
  background-color: #EEE;
}

/*背景白のAndMore*/
#izakaya .contents-more,#staff .contents-more{
  background-color: #FFF;
}

/*MUSICの下線*/
#ramen .under-line{
  background:linear-gradient(transparent 50%, #66ff66 0%);
}

/*DANCEの下線*/
#izakaya .under-line{
  background:linear-gradient(transparent 50%, #ff6666 0%);
}

/*EVENTの下線*/
#others .under-line{
  background:linear-gradient(transparent 50%, #66ffff 0%);
}

/*STAFFの下線*/
#staff .under-line{
  background:linear-gradient(transparent 50%, #ffff66 0%);
}

/*STAFF*/
#staff{
  padding: 25px 80px 40px 80px;
}

/*STAFFの個要素*/
#staff .container{
  height: 20vw;
  width: 30vw;
  display: flex;
}

.hiyamu img{
  height: 15vw;
}

/*STAFFの個要素内の文章部分*/
.intro{
  width: 15vw;
}

/*STAFFのSNS*/
.sns{
  margin: 0px 10px;
}

/*STAFFのSNSのリンク*/
.sns a{
  text-decoration:underline;
}

/*twitterアイコン*/
.twitter::before {
 content: '\f099';
 font-family: "Font Awesome 5 Brands";
 font-wigth: 400;
}

/*instagramアイコン*/
.instagram::before {
 content: '\f16d';
 font-family: "Font Awesome 5 Brands";
 font-wigth: 400;
 margin: 0 2px 0 0;
}

/*連絡はこちらまで*/
#staff .contents-more{
  width: 200px;
  height: 60px;
}

/*広告*/
#staff .about .intro{
  width: 30vw;
}

/*広告*/
#staff .ad {
  height: 300px;
  width: 300px;
  border-radius: 0;
}

/*フッタ*/
footer{
  background-color: #222;
}

/*フッタのロゴ*/
footer img{
  display: block;
  margin: 0 auto;
  height: 50px;
}