@charset "utf-8";
/* CSS Document */


/*
一般設定
 */
.comment::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.comment::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.profile_area::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.profile_area::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
}
html{
  font-size: 10px;
}
body{
  
}
*{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.mincho
{
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img{
  width: 100%;
  vertical-align: bottom;
}
.border{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.border:before{
  content: "";
  display: inline-block;
  width: 50%;
  height: 6px;
  background-color: #b6babd;
}
.border:after{
  content: "";
  display: inline-block;
  width: 50%;
  height: 6px;
}
.border.white:after{
  background-color: #fff;
}
.border.blue:after{
  background-color: #0c2343;
}
header{
  height: 65px;
  background-color: #000;
}
.header_inner{
  max-width: 1218px;
  margin: 0 auto;
}
.header_contents{
  max-width: 1075px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 7px;
}
.header_contents .head_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header_contents .head_right{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header_contents .head_right .time{
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 65px;
}
.header_contents .head_right .time .tag2{
  max-width: 80px;
  position: relative;
  top: 1px;
}
.header_contents .head_right .time .bar{
  width: 1px;
  height: 43px;
  background-color: #fff;
  display: inline-block;
  margin: 0 10px 0 6px;
}
.header_contents .head_right .time .th-countdown{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header_contents .head_right .time .th-countdown p{
  color: #fff;
  font-size: 1.2rem;
  margin-right: 6px;
  text-align: center;
}
.header_contents ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header_contents ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.header_contents ul li:after{
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  position: relative;
  top: 2px;
}
.header_contents ul li:last-child:after{
  display: none;
}
.header_contents ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.header_contents .humberger{
  display: none;
}
.bnr{
  position: absolute;
  top: 65px;
  left: calc(50% - 918px/2 - 150px);
  max-width: 150px;
}
.bnr_sp{
  display: none;
  height: 0;
}
.wrap{
  background: url(../images/bg.jpg) repeat-y;
  background-size: 100%;
  padding-bottom: 130px;
}
.contents{
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
.main{
  width: 100%;
  padding-top: 56.20915%;
  background: #071427;
  background-size: contain;
  position: relative;
}
.main .visual{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .day{
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  position: absolute;
  left: 6%;
  top: 83%;
  color: #fff;
}
.main .time{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 65px;
  position: absolute;
  top: 77%;
  right: 7%;
}
.main .time .tag2{
  max-width: 100px;
  position: relative;
  top: 1px;
}
.main .time .bar{
  width: 1px;
  height: 43px;
  background-color: #fff;
  display: inline-block;
  margin: 0 10px;
}
.main .time .th-countdown{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.main .time .th-countdown p{
  color: #fff;
  font-size: 1.4rem;
  margin-right: 10px;
  text-align: center;
}
.main iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitter{
  padding: 10px 0;
}
.tweet_input{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5px 10px;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(#7e8187, #38373d);
  margin-bottom: 10px;
}
.tweet_input .login{
  display: inline-block;
  width: 146px;
  margin-right: 1px;
}
.tweet_input .input_area{  
  width: calc(100% - 180px);  
  position: relative;  
}
.tweet_input .input_area:after{
  content: "93";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  padding: 0 3px 0 0;
  color: #2effe4;
}
.tweet_input .input_area input{
  width: 100%;
  height: 20px;
  border-radius: 3px;
  font-size: 1.2rem;
  position: relative;
  top: -1px;
  padding: 2px 30px 0 10px;
}
.tweet_input .send{
  display: inline-block;
  width: 27px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.comment{
  height: 225px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(#b2b2b2, #000);
}
.comment #tweet-timeline-inner{
  padding: 6px 0;
}
.comment #tweet-timeline-inner .tweet{
  margin-bottom: 6px;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all .4s;
}
.comment #tweet-timeline-inner .tweet{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
  padding: 0 12px 0 12px;
}
.comment #tweet-timeline-inner .tweet .tweet_icon{
  background-color: #fff;
  width: 44px;
  height: 44px;
}
.comment #tweet-timeline-inner .tweet .tweet_text{
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  width: calc(100% - 56px);
  padding: 7px 10px 6px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.comment #tweet-timeline-inner .tweet .tweet_text:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 10px 6.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
  display: inline-block;  
}
.title{
  background-color: #000;
  height: 28px;
}
.title a{
  display: block;
}
.title span{
  position: relative;
  display: inline-block;
  height: 28px;
  overflow: hidden;
  width: 100%;
}
.title span img{
  width: auto;
}
.title span:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #969696 transparent transparent transparent;
  background: #000;  
}
.title02:hover,.title03:hover{
  cursor: pointer;
}
.title01 span{
  width: 174px;
}
.title02 span{
  max-width: 768px;
  transition: max-width .2s ease;
}
.title03 span{
  max-width: 768px;
  transition: max-width .2s ease;
}
.title04 span{
  max-width: 85px;
}
.title05 span{
  max-width: 329px;
}
.title02.on span{
  max-width: 184px;
}
.title03.on span{
  max-width: 204px;
}

.table_wrap{
  height: auto;
  overflow: hidden;  
  transition: height .5s ease .3s;
}

.schedule table{
  border-collapse: collapse;
  width: 100%;
}
.schedule table th,.schedule table td{
  line-height: 28px;
  font-size: 1.6rem;
}
.schedule table th{
  color: #0b2344;
  border-bottom: solid 1px #fff;
  background-color: #b6babd;
  width: 145px;
  padding: 2px 0 0 13px;
  font-weight: bold;
}
.schedule table th:before{
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #0b2344;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.schedule table td{
  color: #b6babd;
  background-color: #000;
  width: calc(100% - 145px);
  padding: 2px 15px 0;
  border-bottom: solid 1px #b6babd;
  font-weight: bold;
}
.schedule table tr.table_head th{
  background-color: #0b2344;
  color: #fff;
  border-bottom: none;
}
.schedule table tr.table_head th:before{
  display: none;  
}
.artist .artist_list{
  overflow: hidden;
  transition: .4s .3s;
}
.artist .artist_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.artist .artist_list ul li{
  width: 32%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.artist .artist_list ul li:nth-last-of-type(1),
.artist .artist_list ul li:nth-last-of-type(2),
.artist .artist_list ul li:nth-last-of-type(3){
  margin-bottom: 0;
}


.artist .artist_list ul li span.box_inner p{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: rgba(9,31,67,0.7);
  z-index: 2;
  color: #fff;
  /*display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;*/
  transition: bottom .4s;
  padding: 15px;
  padding-right: 0;
}
.artist .artist_list ul li span.box_inner p .profile_area{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  overflow: auto;
}
.artist .artist_list ul li span.box_inner p .profile_area > span{
  text-align: left;
  display: inline-block;
  width: 100%;
}
.artist .artist_list ul li span.box_inner p .profile_area .name{
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 10px;
}
.artist .artist_list ul li span.box_inner p .profile_area .nationality{
  margin-bottom: 10px;
  font-size: 1em;
}
.artist .artist_list ul li span.box_inner p .profile_area .nationality img{
  width: 12px;
  vertical-align: baseline;
  margin-right: 5px;
}
.artist .artist_list ul li span.box_inner p .profile_area .profile_text{
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.artist .artist_list ul li span.box_inner:hover{
  cursor: pointer;
}
.artist .artist_list ul li span.box_inner:hover p{
  bottom: 0;
}
.text{
  background-color: #b6babd;
  padding: 7px 14px 4px;
}
.text p{
  color: #0b2344;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.2rem;
}
@media screen and (max-width:1218px) { 
  .contents{
    max-width: 918px;
    width: calc(100% - 150px);
    margin: 0 auto;
    background-color: #000;
    margin-left: 150px;
  }
  .bnr{
    left: 0;
  }
}
@media screen and (max-width:1068px) { 
  .contents{
    max-width: 918px;
    width: 86%;
    margin: 0 auto;
    background-color: #000;
    margin-left: 14%;
  }
  .bnr{
    left: 0;
    width: 14%;
  }
}


@media screen and (max-width:960px) { 
.main .visual{
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main .day{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  margin: auto;
  text-align: center;
  color: #fff;
}
.main .time{
  justify-content: center;
  height: auto;
  position: absolute;
  top: 75%;
  right: 0;
  left: 0;
  margin: auto;
}
}
@media screen and (max-width:920px) { 
.title02 span{
  max-width: 600px;
}
.title03 span{
  max-width: 600px;
}
}
@media screen and (max-width:768px) { 
header{
  z-index: 2;
}
.header_contents{

  padding-right: 10px;
}
.header_contents ul{
  display: block;
  position: absolute;
  top: 65px;
  right: 0;
  background-color: #000;
  z-index: 2;
  width: 50%;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height .4s .3s;
  min-width: 250px;
}
.header_contents ul.on{
  height: 142px;
}
.header_contents ul li{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.header_contents ul li.dommune{
  margin-bottom: 10px;
}
.header_contents ul li:first-child{
  margin: 40px 0 30px;
}
.header_contents ul li:last-child{
  margin: 0px 0 40px;
}
.header_contents ul li:after{
  display: none;
} 
.header_contents ul li a.textlink{
  top: 0;
}
.header_contents .humberger{
  width: 25px;
  height: 20px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-left: 5px;
}
.header_contents .humberger span{
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  transition: .2s;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}
.header_contents .humberger.on{
  display: block;
  position: relative;
}
.header_contents .humberger.on span:nth-child(1){
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.header_contents .humberger.on span:nth-child(2){
  opacity: 0;
}
.header_contents .humberger.on span:nth-child(3){
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 0;
}
.schedule table th,.schedule table td{
  display: block;
  width: 100%;
} 
.artist .artist_list ul{
  align-items: stretch;
}
.artist .artist_list ul li{
  width: 49%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
  background-color: #091f43;
}
.artist .artist_list ul li span.box_inner p{
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;

  display: block;
  padding: 10px 10px 0;
}
.artist .artist_list ul li span.box_inner p span{
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
}
@media screen and (max-width:750px) { 
.title02 span{
  max-width: 370px;
}
.title03 span{
  max-width: 370px;
}
}
@media screen and (max-width:480px) { 
html{
  font-size: 8px;
}
.header_contents{
  height: 65px;
}
.header_contents .head_left h1{
  width: 75px;
}
.header_contents .head_right .time .tag2 {
  max-width: 58px;
  position: relative;
  top: 1px;
}
.header_contents .head_right .time .bar {
  width: 1px;
  height: 32px;
  background-color: #fff;
  display: inline-block;
  margin: 0 3px 0 3px;
}
.header_contents .head_right .time {
  margin-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 65px;
}
.bnr{
  display: none;
}
.bnr_sp{
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #04162c;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  padding: 8px 0;
  height: 80px;
}
.bnr_sp a{
  width: 100%;
  display: block;
  text-align: center;
}
.bnr_sp img{
  width: auto;
}
.bnr_sp a.dommune img{
  width: 116px;
}
.contents{
  margin: 0;
  width: 100%;
}
.plug{
  margin-top: 80px;
}
.main .time .tag2 {
  max-width: 58px;
  position: relative;
  top: 1px;
}
.main .time .bar {
  width: 1px;
  height: 32px;
  background-color: #fff;
  display: inline-block;
  margin: 0 3px 0 3px;
}
.main .time {
  justify-content: center;
  align-items: center;
  top: 75%;
}  
.comment ul li p {
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 24px;
  width: calc(100% - 58px);
  padding: 11px 5px 8px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
.title{
  height: 26px;
}
.title span{
  height: 26px;
}
.title span img{
  width: auto;
  height: 26px;
}
.title span:after {
  border-width: 35px 35px 0 0;
  border-color: #969696 transparent transparent transparent;
  background: #000;
}
.title02:hover,.title03:hover{
  cursor: pointer;
}
.title01 span{
  width: 161px;
}
.title02 span{
  max-width: 293px;
}
.title03 span{
  max-width: 293px;
}
.title04 span{
  max-width: 79px;
}
.title05 span{
  max-width: 305px;
}
.title02.on span{
  max-width: 177px;
}
.title03.on span{
  max-width: 190px;
} 
}

