body {
  margin:0;
  background: #000000;
  width: 100%;
  box-sizing: border-box;
}

header.site-width {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 70px;
  background: black;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;

}
.navWrap{
  width: 100%;
}
#navToggle{
  display: none;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 30px;
  height: 25px;
  cursor: pointer;

}

#navToggle div{
  position: relative;
}
#navToggle span{
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-outline
}
#navToggle span:nth-child(1){
  top:0
}
#navToggle span:nth-child(2){
  top:11px
}
#navToggle span:nth-child(3){
  top:22px
}

header h1 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-left: 30px;
  margin-right: auto;
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  height: 70px;
  width: 152px;
}

header h1 a {
  text-decoration: none;
  color: #FFFFFF;

}

.right_nav {
  display: flex;
  justify-content: flex-end;
}

#top-nav {
  display: flex;
  justify-content: flex-end;
}

nav a {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
  margin: 20;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}

.menu {
  margin: 0 3%;

}
.sns{
  display: flex;
  margin: 0 5%;
  padding-right: 25px;
}
.selectFb img {
  height: 40px;
  margin: 0 3px;
}

.selectTw img {
  height: 40px;
}

.selectYt img {
  height: 40px;
}



#topBaner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 110;
  }
#main{
  width: 100%;
}
.pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
}
.wrap1{
  margin-bottom: 20px;
  padding-top:  60px;
}
.wrap1-1{
  display: flex;
  justify-content: center;
  padding-top: 100px;
  margin-left: 10%;

}
picture{
  position: relative;
}
/*.topLogo{
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 7vw;
  height: 15%;
  width: 30vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: white;
  background: black;
  border: solid 2px;
  box-sizing: border-box;
  position: absolute;
  top:45%;
  left:50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-bottom: 0;
  z-index: 120;
}
*/

.title{
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  height: 40px;
  background: #FFFFFF;
  color: black;
  text-align: center;
  position: absolute;
  left: 80px;
  /*margin-top: 300px;*/
  margin-bottom: 30px;
  width: 100px;
}
#CONTACT h1{
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  height: 40px;
  background: #FFFFFF;
  color: black;
  text-align: center;
  position: absolute;
  margin-top: 100px;
  margin-bottom: 30px;
  width: 150px;
}
.catchCopy{
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 900;

  width: 580px;
  font-size: 60px;
  margin-top: 0;
  line-height: 100%;
  color: white;
}
.sentence{
  color: white;
  margin-top: 40px;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  }

.wrap2{
    text-align: center;

}
.name{
  height: 40px;
  width: 120px;
  margin:auto;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 900;
  color: white;
}
.introduction{
  margin-bottom: 60px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
}

.proWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.mWrap{
    position: relative;

}
#mikio{
  height: 440px;
  width: 294px;
  margin-right: 100px;

}
.mikioProf{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top:10px;
  left: 0px;
  color: white;
}
.sWrap{
  position: relative;
}
#suguru{
  height: 440px;
  width: 294px;
}
.suguruProf{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top:15px;
  left: 21px;
  color: white;
}

#MOVIE{
  margin-top: 200px;
  padding-top: 60px;

}
.thumbnail{
  text-align: center;
  margin-top: 0;
  padding-top: 100px;

}
#MUSIC{
  margin-top: 200px;
  padding-top: 60px;

}
.musicWrap{
  display: flex;
  margin-top: 0;
  justify-content: center;
  padding-top: 100px;
  margin-bottom: 380px;
}


#CD2{
  width: 283px;
  height: 283px;
}
.cdComment{
  color: white;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 90px;
  margin-left: 5px;

}

#CD1{
  width: 283px;
  height: 283px;
}
footer{
  clear: both;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 200;
  font-style: normal;
  /*background: linear-gradient(to bottom,#000000,#333333);*/
  color: #6a6a6a;
  font-size: 6px;
}
#LOGO{
  width: 51px;
  height: 46px;
  background: #6a6a6a;
}

/*contactForm*/



h1 .contact{
width: 150px;
margin-top: 150px;
}



form{
  width: 50%;
  margin: 0  auto 300px;
  padding-top: 150px;
  line-height: 150%;
}
.formGroup{
  margin-bottom: 20px;

}
label{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
input[type="text"]{
  width: 100%;
  height: 60px;
  border: none;
  background: #a8a8a8;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
}
textarea{
  width: 100%;
  height: 160px;
  border: none;
  background: #a8a8a8;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

input[type="submit"]{
  background: #252525;
  border: none;
  font-size: 18px;
  color: white;
  height: 50px;
  width: 100px;
  margin-left: auto;
  float: right;
}


/*バリデーション*/
.help-block{
  font-size: 14px;
  margin-left: 10px;
}
/*error*/
.has-error input,.has-error textarea{
  border: 1px solid #ff4d4b;
}
.has-error .help-block,.has-error label{
  color: #ff4d4b;
}
/*success*/
.has-success input,.has-success textarea{
  border: 1px solid #01ffd1;
}
.has-success label{
  color: #01ffd1;
}
.msg{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ff4d4b;
}
.wrap3{
  padding-top: 180px;
  margin-bottom: 100px;

}
.checkMark{
  display: block;
  margin-left: auto;
  margin-right: auto;


}

.messeage{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}
.wrap4{
  text-align: center;
  margin: 70px;
}
.closeButtun{
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #6a6a6a;
  margin:30px auto;
  padding: 10px;
}

/*@@media query */

@media screen and (max-width:640px) {
  /*画面サイズが640px以下の場合に適用*/


  #top-nav {
    display: none;
  }
#navToggle{
  display: block;

  }





.openNav #navToggle span:nth-child(1){
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .openNav #navToggle span:nth-child(2),
  .openNav #navToggle span:nth-child(3){
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.openNav .right_nav{
  width: 50%;
  background: rgba(0, 0, 0,0.8);
  height: 350px;
  display: block;
}


/*ここから*/


.openNav #top-nav {
  display: flex;
  flex-direction: column;
}

nav a {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
  margin: 20;
  text-decoration: none;
  text-align: center;
}

nav a:hover {
  text-decoration: underline;
}

.openNav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: center;
  padding-top: 55px;
  padding-left: 0;
}

.menu {

  /*margin: 10px 20px;*/
  margin-top: 10px;
  text-align: center;

}
.sns{
  display: flex;



}
.selectFb img {
  height: 40px;
}

.selectTw img {
  height: 40px;
}

.selectYt img {
  height: 40px;
}
/*ここまで*/



  .title{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    height: 40px;
    background: #FFFFFF;
    color: black;
    text-align: center;
    vertical-align: bottom;
    position: static;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 300px;*/
    margin-bottom: 30px;
  }
  .wrap1-1{
  display: block;
    padding-top: 10px;
    margin-left: 0;

  }

  .catchCopy{
    font-family: kozuka-mincho-pr6n, serif;
    font-style: normal;
    font-weight: 900;
    width: 100%;
    font-size:8vw;
    margin-top: 0;
    line-height: 100%;
    color: white;
    text-align: center;
  }
  .sentence{
    color: white;
    margin-top: 10px;
    font-family: kozuka-mincho-pr6n, serif;
    font-style: normal;
    font-weight: 200;
    text-align: center;
    margin-bottom: 50px;
    }
    .introduction{
  margin-top: 0;
    }
    .proWrap{
      display: block;
      margin-bottom: 30px;
    }
    .mWrap{
      width: 294px;
      margin-right: auto;
      margin-left: auto;
    }
    #mikio{
      height: 440px;
      width: 294px;
      position: relative;
      margin-right: 0;
    }
    .mikioProf{
      font-family: source-han-sans-cjk-ja, sans-serif;
      font-weight: 400;
      font-style: normal;
      position: absolute;
      top:10px;
      left: 3px;
      color: white;
      margin-right: 0;
    }
    .sWrap{
      margin-top: 20px;
      width: 294px;
      margin-left: auto;
      margin-right: auto;
    }
    #suguru{
      height: 440px;
      width: 294px;
      position: relative;
    }
    .suguruProf{
      font-family: source-han-sans-cjk-ja, sans-serif;
      font-weight: 400;
      font-style: normal;
      position: absolute;
      top:15px;
      left: 3px;
      color: white;
    }

    #MOVIE{
      margin-bottom: 100px;
    }
    .thumbnail{
      padding-top: 50px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    iframe{
      width: 95%;

    }
    .musicWrap{
      display: block;
      margin-bottom: 180px;
      padding: 0;
      margin-top: 0;
    }

.cd_2{
  border-top: 2px solid #878787;
  padding: 30px;
  display: flex;
}
    #CD2{
      width: 200px;
      height: 200px;
    }
    .cdComment{
      color: white;
      font-family: source-han-sans-cjk-ja, sans-serif;
      font-weight: 300;
      font-style: normal;
      margin-right: 90px;
      margin-left: 5px;

    }
    .cd_1{
      border-top: 2px solid #878787;
      border-bottom: 2px solid #878787;
      padding: 30px;
      display: flex;
    }

    #CD1{
      width: 200px;
      height: 200px;
    }

    #CONTACT h1{
      position: static;
      margin-left: auto;
      margin-right: auto;
    }
    form{
      width: 90%;
      padding-top: 15px;
    }
    .wrap3{
      padding-top: 40px;
      
    }

}
