/**
* Template Name: Minimal
* Template URL: https://templatemag.com/minimal-bootstrap-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
  background-color: #000;
  font-family: 'Lora', 'Sawarabi Mincho', 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  color: #cccccc;
  word-break: break-all;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #cccccc;
}
#f {
  background-color: #000;
}
#f h2 {
  margin-bottom: 20px;
}
#f h2 span,
#f h3 span {
  font-size: 70%;
  display: inline-block;
  margin-left: 10px;
}
#f h2 strong.gray,
#f h3 strong.gray {
  color: #5F5F5D;
  font-weight: normal;
}

#f h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5em;
}
#f h3.txt_center {
  text-align: center;
}
#program #f h3 {
  font-weight: normal;
}

#f h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2.5em;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width:600px) {
  #f h2 {
    padding: 0;
    font-size: 24px;
    text-align: left;
  }
  #f h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
  }
  #f h3 br {
    display: none;
  }
  #artists #f h3 br {
    display: block;
  }
}

video,
iframe {
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width:600px) {
  video {
    height: 300px;
  }
}

.mb80 {
  margin-bottom: 80px!important;
}
.contact_area {
  margin: 100px 0 60px!important;
}
.pc_none {
  display: none;
}

@media screen and (max-width:600px) {
  iframe {
    height: 400px;
    margin-bottom: 0;
  }
  .mb80 {
    margin-bottom: 40px!important;
  }
  .pc_none {
    display: block;
  }
  .row {
    margin: 0!important;
  }
}

a.link-btn {
  border: 1px solid #b30000;
  padding: 5px 25px;
  text-decoration: none;
}


#f h2 { 
  text-align: center;
  line-height: 1.5em;
}

#f p {
  margin-bottom: 20px;
}
#f p.mb40 {
  margin-bottom: 60px;
}

#f img {
  text-align: center;
}




/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

img {
  max-width: 100%;
}
/* Links */

a {
  color: #b30000;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #b30000;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  text-align: center;
  width: 100%;
  background-color: #000;
}

#headerwrap h1 {
  margin-top: 20px;
  color: white;
  font-weight: 700;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  font-family: 'EB Garamond', serif;
  font-style: oblique;
}

#headerwrap .logo {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width:600px) {
  #headerwrap h1 {
    padding: 0 10px;
  }
}

/* MENU CONF*/

.menu {
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #b30000;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


.footer_logo {
  margin-top: 120px;
}

/* Copyrights */

#copyrights {
  background: #000000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}
