/* Compiled Less CSS File */
/* Generated from "index.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
body {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  cursor: pointer;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-check:before {
  content: "\f00c";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
article {
  margin: auto;
  padding: 15px 0;
  margin-bottom: 17px;
  max-width: 700px;
}
article h2 {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  height: 60px;
  width: auto;
  margin: 0 15px;
  padding-left: 5px;
  background-image: url(../img/h2_bg.svg);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  margin-top: -50px;
  padding-top: 50px;
}
article h2:before {
  content: url(../img/h2_before.svg);
  display: inline-block;
  width: 25px;
}
article h2:after {
  content: " ";
  display: block;
  width: 47px;
  height: 60px;
  background-image: url(../img/h2_after.svg);
  background-size: contain;
  position: relative;
  top: -50px;
  left: 240px;
}
article h3 {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 30px;
  margin-bottom: 10px;
}
article p {
  margin: 0;
  padding-top: 5px;
  line-height: 1.7em;
}
article a.dit {
  display: block;
  text-decoration: none;
  width: 95px;
  height: 40px;
  font-size: 12px;
  line-height: 50px;
  border: none;
  color: #FFF;
  text-align: right;
  padding-right: 5px;
  margin-top: -8px;
  position: relative;
  z-index: 3;
  float: right;
}
article a.dit:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 50px solid #888;
  border-bottom: 20px solid #888;
  border-left: 50px solid transparent;
  z-index: -1;
}
#sb-site {
  padding-top: 70px;
}
.nav-logo {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}
nav {
  display: block;
  width: 100%;
  height: 51px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  color: #031634;
  background-color: #fafafa;
  border-bottom: solid 1px #AAA;
}
nav .menu-trigger {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 6px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 9px;
  text-align: center;
  line-height: 5px;
}
nav .menu-trigger i {
  font-size: 18pt;
  display: block;
  margin: 3px auto;
}
ul#menu {
  z-index: 1;
  background-color: #f1f1f1;
  overflow: auto;
}
ul#menu ul {
  display: none;
  margin-bottom: 10px;
}
ul#menu ul li a:before {
  display: inline-block;
  width: 45px;
  content: "";
}
ul#menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
}
ul#menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
}
ul#menu li.withsub a:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  text-align: center;
  width: 20px;
}
ul#menu li.clicked a:before {
  content: "\f107";
}
ul#menu li.social {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
ul#menu li.social .twitter:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f081";
  font-size: 40px;
  width: 40px;
  margin-left: 30px;
}
ul#menu li.social .facebook:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size: 40px;
  width: 40px;
}
ul#menu li {
  clear: both;
  margin-left: 20px;
}
ul#menu li a {
  color: #031634;
}
ul#menu .menu-close {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 4px;
  margin-top: 6px;
  margin-left: 5px;
  line-height: 25px;
  font-size: 9px;
  text-align: center;
  color: #031634;
}
ul#menu .close:before {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  content: url('../img/close.svg');
}
.logo {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: auto;
}
footer {
  background-color: #2a3030;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 360px;
  padding: 10px;
  color: #ffffff;
}
footer ul#footer_menu {
  margin-left: 15px;
  margin-right: 10px;
}
footer ul#footer_menu ul {
  display: none;
  margin-bottom: 10px;
}
footer ul#footer_menu ul li a:before {
  display: inline-block;
  width: 45px;
  content: "";
}
footer ul#footer_menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
}
footer ul#footer_menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
}
footer ul#footer_menu li.withsub a:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  text-align: center;
  width: 20px;
}
footer ul#footer_menu li.clicked a:before {
  content: "\f107";
}
footer ul#footer_menu li.social {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
footer ul#footer_menu li.social .twitter:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f081";
  font-size: 40px;
  width: 40px;
  margin-left: 30px;
}
footer ul#footer_menu li.social .facebook:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size: 40px;
  width: 40px;
}
footer ul#footer_menu li a {
  font-size: 0.8rem;
  line-height: 2rem;
}
footer ul#footer_menu li a:active,
footer ul#footer_menu li a:hover {
  background-color: #666666;
  transition: background-color ease-in-out 150ms;
}
footer ul#footer_menu li.social a.twitter:before {
  margin-left: 10px;
}
footer ul#footer_menu li.social a:hover {
  color: #666666;
  background-color: #2a3030;
}
footer p.copyright {
  text-align: center;
  font-size: 0.5rem;
  margin: 0;
  padding-top: 10px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  ul#menu.sb-slidebar.sb-left {
    display: block;
    right: 0;
    left: auto;
    width: 260px;
    z-index: 5;
    border-left: solid 1px #031634;
  }
  ul#menu.sb-slidebar.sb-left a.sb-close {
    display: none;
  }
  ul#menu.sb-slidebar.sb-left .nav-logo {
    margin-right: 30px;
    margin-top: 20px;
  }
  nav {
    display: none;
  }
  #sb-site {
    padding-top: 20px;
  }
  div#sb-site {
    padding-right: 260px;
  }
  footer ul#footer_menu {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
}
.sm-navi {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #031634;
  background-color: #DDD;
  height: 35px;
  width: 32%;
  margin: 10px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
}
.sm-navi:hover,
.sm-navi.active {
  background-color: #031634;
  color: #FFF;
}
header {
  width: 100%;
}
header img.smalllogo {
  display: block;
  width: 70%;
  margin: 0 auto 10px;
  max-width: 400px;
}
header .largelogo {
  display: none;
}
content {
  display: block;
  border-top: solid 1px #031634;
}
article {
  border-top: 1px solid #cccccc;
}
a.partic-trigger {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #031634;
  background-color: #DDD;
  height: 35px;
  width: 32%;
  margin: 10px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
  margin-right: 0;
  position: relative;
}
a.partic-trigger.clicked,
a.partic-trigger:hover {
  background-color: #031634;
  color: #FFF;
}
.partic {
  padding-top: 20px;
  display: none;
  max-width: 700px;
  margin: auto;
}
.partic .PC {
  display: none;
}
.partic a {
  display: block;
  border: solid 1px #031634;
  color: #031634;
  background-color: #ffffff;
  height: 37px;
  max-width: 250px;
  width: 45%;
  text-align: center;
  font-size: 16px;
  line-height: 37px;
  vertical-align: middle;
  margin: 10px auto 0;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border-color: #c2c7d1;
}
.partic a:active,
.partic a:hover {
  color: #ffffff;
  background-color: #031634;
  border-color: #031634;
}
.partic article {
  border: none;
}
.partic article dl {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
.partic article dt {
  display: inline-block;
  font-size: 12px;
  width: 100px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 5px auto;
  border: solid 1px #031634;
  color: #031634;
  border-radius: 9px;
}
.partic article dt:first-child {
  border-color: #666666;
}
.partic article dd {
  margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  header img.smalllogo {
    display: none;
  }
  header img.largelogo {
    display: block;
    width: 90%;
    margin: 20px auto 30px;
  }
  /*article#art_concert{
  		display:inline-block;
  		width:347px;
  		vertical-align:top;
  			
  	}
  	article#art_about{
  		display:inline-block;
  		width:347px;
  		vertical-align:top;
  	}
  	#art_PC{
  		width:700px;
  		margin:auto;
  	}
  	a.sm-navi{display:none}
  	a.partic-trigger{
  		margin-right:20px;
  		margin-left:auto;
  	}*/
}
@media screen and (min-width: 769px) {
  div#sb-site {
    padding-top: 20px;
  }
  a.sm-navi {
    display: none;
  }
  content {
    border: none;
  }
  a.partic-trigger {
    background-color: #031634;
    width: 80px;
    height: 80px;
    line-height: 40px;
    border-radius: 0;
    position: absolute;
    right: 260px;
    top: 420px;
    cursor: pointer;
    margin: 0;
    z-index: 5;
    font-size: 12px;
    color: #FFF;
  }
  a.partic-trigger:after {
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #ffffff;
    content: "\f0c0";
    font-size: 25px;
    top: 40px;
    right: 25px;
  }
  a.partic-trigger:before {
    content: url(../img/popup.svg);
    position: absolute;
    display: block;
    top: -110px;
    left: -110px;
    z-index: -6;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    transition: transform 100ms ease;
    transform: scaleX(0.29) scaleY(0.29);
  }
  a.partic-trigger:hover:before {
    content: url(../img/popup.svg);
    position: absolute;
    display: block;
    top: -110px;
    left: -110px;
    z-index: -6;
    transform: scaleX(0.8) scaleY(0.8);
  }
  a.partic-trigger.clicked:before {
    content: url(../img/popup.svg);
    position: absolute;
    display: block;
    top: -110px;
    left: -110px;
    z-index: -6;
    transform: scaleX(1) scaleY(1);
  }
  .partic {
    padding-top: 0;
    background-color: #031634;
    width: 400px;
    position: absolute;
    right: 260px;
    top: 500px;
    left: auto;
    margin-top: 0;
    z-index: 6;
  }
  .partic a {
    display: inline-block;
    color: #ffffff;
    width: 100px;
    background-color: #031634;
    border-color: #ffffff;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
  }
  .partic a:hover {
    border-color: #ffffff;
  }
  .partic article {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .partic article h2 {
    display: none;
  }
  .partic article dl {
    color: #ffffff;
  }
  .partic article dt {
    color: #ffffff;
    background-color: #666666;
  }
  article a.dit:after {
    border-top: 20px solid transparent;
    border-right: 50px solid #CCC;
    border-bottom: 20px solid #CCC;
    border-left: 50px solid transparent;
  }
  article a.dit:hover:after {
    border-top: 20px solid transparent;
    border-right: 50px solid #888;
    border-bottom: 20px solid #888;
    border-left: 50px solid transparent;
  }
}
@media screen and (min-width: 1000px) {
  header img.smalllogo {
    display: none;
  }
  header img.largelogo {
    display: block;
    max-width: 700px;
    width: 80%;
    margin: 20px auto 50px;
  }
  a.partic-trigger {
    top: 320px;
  }
  .partic {
    top: 400px;
  }
  article:nth-child(1) {
    display: inline-block;
    width: 347px;
    vertical-align: top;
  }
  article:nth-child(2) {
    display: inline-block;
    width: 347px;
  }
  article {
    border: none;
  }
  div.partic article {
    width: 100%;
  }
  #art_PC {
    width: 700px;
    margin: auto;
  }
}