
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400');

body {
  background: #ffffff;
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

/*------------------------------------
背景
-------------------------------------*/
#home{
   height: 0;
    padding-top: (684 / 1024) * 100%;
    background: url("../images/background/01.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center;
}

#home::before{
  content: '';
background-color: rgba(0,0,0,.5);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/*---------------------------------------
  Typorgraphy
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-size: 50px;
  line-height: normal;
}

h2 {
  color: #575757;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
}

h4 {
  color: #797979;
  font-size: 18px;
  font-weight: normal;
}

p {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

strong, span {
  color: #878787;
  font-weight: normal;
}

.red_txt {
    color:indianred;
}

/* テスト */
.logo_txt{
  color: white;
}

.small{
    font-size: 12px;
}


/*---------------------------------------
  Buttons
-----------------------------------------*/

.section-btn {
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  margin-bottom:15px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.section-btn2{
  display: inline-block;
/* 背景 */
  width: 100px;
  height:100px;
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  /* 文字設定 */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
   line-height: 100px;
}

.section-btn:focus,
.section-btn2:focus,
.section-btn:hover,
.section-btn2:hover {
  background: #000000;
  color: #ffffff;
}

.disable-btn {
  background: #696969;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  margin-bottom:15px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.disable-btn:focus,
.disable-btn:hover {
  background: #000000;
  color: #ffffff;
}



/*---------------------------------------
    General
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

#about, #work, #concert, #event,
#contact, #schedule, #gallery, #mailform, #history, #join, #present, #nextevent, #instruction, #commentary {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#work{
    padding-top: 160px;
}

#about img, #team img, #concert img, #event img{
  border-radius: 5px;
}

#work, #concert, #event, #gallery, #contact, #schedule, #mailform, #join, #present, #nextevent, #instruction {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#contact, #mailform, #history, #join, #present, #nextevent, #instruction {
  text-align: center;
}



/*---------------------------------------
  Pre loader section
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
  Navigation section
-----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 22px;
}

.custom-navbar .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: normal;
  color: #656565;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #000000;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      box-shadow:0 40px 100px rgba(0,0,0,.2);
      padding: 10px 0;
    }

}



/*---------------------------------------
  Home section
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 62px;
}

#home img {
  width: 120px;
  height: 120px;
}


/*---------------------------------------
  About section
-----------------------------------------*/

#about .section-title {
  padding-bottom: 16px;
}

#about .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#about .about-thumb {
  margin-top: 22px;
}

#about .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#about ul{
    list-style-type:none;
    padding-left:20px;
}

/*---------------------------------------
  Concert section
-----------------------------------------*/

#concert .section-title {
  padding-bottom: 16px;
}

#concert .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#concert .about-thumb {
  margin-top: 22px;
}

#concert .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

/*---------------------------------------
  Event section
-----------------------------------------*/

#event .section-title {
  padding-bottom: 16px;
}

#event .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#event .about-thumb {
  margin-top: 22px;
}

#event .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#event td{
    padding-right:20px;
}

  /* ------------------------------------
  Profile section
  --------------------------------------*/
  .twitter-wrap{
    height: 100;
  	width: 360;
  	margin: 0 auto;
  }
  @media (max-width: 780px) {
    .twitter-wrap{
  		width: auto;
      overflow: hidden;
    }
    .twitter-wrap iframe{
      /* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
      width: calc(100vw - 50px)!important;
    }
  }

/*---------------------------------------
  Schedule section
-----------------------------------------*/

#schedule .section-title {
  padding-bottom: 16px;
}

#schedule .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#schedule .about-thumb {
  margin-top: 22px;
}

#schedule .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#schedule td{
    /*border-bottom:solid 1px;*/
    padding:0 20px 10px 0;
}

#schedule tr.old{
    color:#d1d1d1;
}

#schedule tr.theday{
    color:#571a1a;
}



/*---------------------------------------
  Gallery section
-----------------------------------------*/

#gallery .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .work-thumb img {
  border-radius: 5px;
}

#gallery .link{
    padding:10px;
    font-weight:600;
    text-align:center;
}


/*------------------------------------
Sounds section
---------------------------------------*/

/*---------------------------------------
  Contact section
-----------------------------------------*/

#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}

#contact input {
  height: 55px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

#contact button#submit {
  background: #000000;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #d7b065;
  color: #ffffff;
}

/*---------------------------------------
  Mailform section
-----------------------------------------*/

#mailform .section-title {
  padding-bottom: 16px;
  text-align:center;
}
#mailform .red_txt ul{
    list-style-type:none;
    color:red;
}

#mailform table{
    margin: 0 auto;
}

#mailform .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#mailform .about-thumb {
  margin-top: 22px;
}

#mailform .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#mailform th{
    padding:0 10px 20px 0;
}
#mailform td{
    padding:0 10px 20px 0;
}

#mailform input[name="item_name_1"], input[name="item_kana_1"], input[name="item_mail_1"]
, input[name="item_mail_2"], input[name="item_address_1"], input[name="item_tel"]
, input[name="item_stext01"], input[name="item_stext02"],  input[name="item_sradio01"], input[name="item_contents"] {
    width:300px;
    border-bottom:1px solid black;
}

#mailform label{
    padding-right:20px;
}

#mailform textarea{
    width:300px;
}

#mailform .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#mailform .form-control:focus {
  border-bottom: 2px solid #999999;
}

#mailform input {
  margin-right:15px;
  height: 55px;
  border: none;
  border-bottom: 1px solid;
}

/*---------------------------------------
  History section
-----------------------------------------*/

#history{
    margin-top:10px;
}

#history h4{
    font-weight:bold;
}

#history ul{
    list-style-type:none;
}

#history table{
    margin: 0 auto;
    border:none;
    text-align:left;
}

#history td{
    padding-left:30px;
    padding-bottom:15px;
    vertical-align:top;
}

#history hr.red{
    border:1px solid indianred;
    clear:both;
}
#history hr.gray{
    border:1px solid darkgray;
    margin:0 20px 0 20px;
}

#history .detail{
    width:80%;
    margin: 0 auto;
    margin-bottom:70px;
}

#history p.right{
    float:right;
    text-align:right;
}

/*---------------------------------------
  Join section
-----------------------------------------*/

#join .section-title {
  padding-bottom: 16px;
}

#join .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#join .about-thumb {
  margin-top: 22px;
}

#join .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#join ul{
    list-style-type:none;
    padding-right:20px;
}

#join td{
    padding: 15px 0 0 10px;
    text-align:right;
}

#join .left{
    text-align:left;
    margin-left:10px;
}

#join .center{
    text-align:center;
}

/*---------------------------------------
  Commentary section
-----------------------------------------*/
#commentary p{
    font-size:small;
}

#commentary .section-title {
  padding-bottom: 16px;
}

#commentary .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#commentary .about-thumb {
  margin-top: 22px;
}

#commentary .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#commentary td{
    padding-right:20px;
}

#commentary .namelink{
    padding-top:20px;
}

#commentary .readtext{
    margin-left:10px;
    margin-bottom:20px;

}

/*---------------------------------------
  Present section
-----------------------------------------*/

#present .section-title {
  padding-bottom: 16px;
}

#present .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#present .about-thumb {
  margin-top: 22px;
}

#present .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

/*---------------------------------------
  NextEvent section
-----------------------------------------*/

#nextevent .section-title {
  padding-bottom: 16px;
}

#nextevent .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#nextevent .about-thumb {
  margin-top: 22px;
}

#nextevent .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#nextevent ul{
    list-style-type:none;
    padding-right:20px;
}

#nextevent td{
    padding: 15px 0 0 10px;
    text-align:right;
}

#nextevent table{
    margin: 0 auto;
    margin-bottom:70px;
}

/*---------------------------------------
  Work section
-----------------------------------------*/
#work td{
    padding-left:20px;
    padding-top:15px;
}
#work .subtitle{
    font-size:small;
}
#work hr{
    margin:60px 0 60px 0;
}
#work .nosample{
    color:lightgray;
}

/*---------------------------------------
  Instruction section
-----------------------------------------*/

#instruction .section-title {
  padding-bottom: 16px;
}

#instruction .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#instruction .about-thumb {
  margin-top: 22px;
}

#instruction .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#instruction ul{
    list-style-type:none;
    padding-right:20px;
}

#instruction td{
    padding: 15px 0 0 10px;
    text-align:left;
    vertical-align:top;
}

#instruction table{
    margin: 0 auto;
    margin-bottom:70px;
}

/*---------------------------------------
  Social icon
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  transform: scale(1.1);
}


/*---------------------------------------
  Mobile Responsive styles
-----------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  #home {
    height: 50vh;
  }
}

@media (min-width: 667px) and (max-width: 767px) {
  #home {
    height: 140vh;
  }
}

@media (min-width: 568px) and (max-width: 665px) {
  #home {
    height: 190vh;
  }
}

@media (max-width: 980px) {

 h1 {font-size: 33px;}

 #work .work-thumb {
  margin-top: 30px;
 }

}


@media (max-width: 768px) {

  h1 {
    font-size: 30px;
    line-height: normal;
  }

  h2  {font-size: 30px;}

  .custom-navbar {
    background-color: #ffffff;
    box-shadow:0 40px 100px rgba(0,0,0,.2);
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .custom-navbar .nav {
    padding-bottom: 10px;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 5px;
  }

}


@media (max-width: 580px) {

  #about .about-thumb {
    margin-top: 0px;
  }

  .about-thumb .social-icon {
    margin-bottom: 15px;
  }

}


@media (max-width: 357px) {

  h1 {
    font-size: 28px;
  }

  #about .col-md-4 a {
    width: 85px;
    height: 85px;
  }

}
