@charset "UTF-8";
/* CSS Document */
#main {
  background-color:#f4f0ec;
}
.concert-top__image {
  width: 100%;
  height: 45vh;
}
.concert-top__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  z-index: 0;
  filter: brightness(50%);
}
#concert-top h4 {
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.3rem;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
#concert-top h2 {
  font-size: 2.4rem;
  color: #FFF;
  letter-spacing: 0.9rem;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
@media(min-width:1160px) {
  #concert-top h4 {
    font-size: 1.8rem;
    color: #FFF;
    text-align: left;
    letter-spacing: 0.3rem;
    position: absolute;
    font-weight: 400;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  #concert-top h2 {
    font-size: 3.6rem;
    color: #FFF;
    letter-spacing: 0.9rem;
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
    transform: translateX(-50%);
    font-weight: 400;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
  }
}
.concert-info{
  padding:50px 20px;
}
.wrapper{
  padding:0px 20px;
  width:100%;
 
}
.concert-past, .concert-upcoming{
  padding:20px 10px;
}
.concert-past h2, .concert-upcoming h2{
  font-size:1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 30px;
  position:relative;
}
.concert-upcoming h2::before{
  content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#1285c5;
   position:absolute;
   top:-2px;
   left:-15px;
}
.concert-past h2::before{
  content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#1285c5;
   position:absolute;
   top:-2px;
   left:-15px;
}

.concert-past h3, .concert-upcoming h3{
  font-size:1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;

}
.concert-upcoming p{
   font-size:1.4rem;
  font-weight: 500;
  text-align: left;

}


.text{
  padding-bottom:30px;
  
}
.title{
  padding-top:20px; 
}
.date, .conductor, .venue, .songlist, .songlist-last{
  font-size:1.4rem;
  font-weight: 500;
  text-align: left;
  width:50px;
}
.flier{
  width:250px;
  height:auto;
object-fit: cover;
padding: 10px 50px;
position: relative;
  

}
.flier::after{
 content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 750px;
  height: 2px;
  left: 0px;
  background-color:#A6A6A6;
  border-radius: 8px;
}
@media(min-width:850px) {
.wrapper{
  margin:0 auto;
  padding:20px 30px;
  width:100%;
  max-width: 770px;
 
}
.concert-past, .concert-upcoming{
  padding:10px 0px;
}
.concert-past h2, .concert-upcoming h2{
  font-size:2.4rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 30px;
  position:relative;
}
.concert-upcoming h2::before{
  content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#1285c5;
   position:absolute;
   top:-2px;
   left:-15px;
}
.concert-past h2::before{
  content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#1285c5;
   position:absolute;
   top:-2px;
   left:-15px;
}

.concert-past h3, .concert-upcoming h3{
  font-size:1.8rem;
  font-weight: 500;
  text-align: left;
  padding-bottom: 20px;

}
.concert-upcoming p{
   font-size:1.4rem;
  font-weight: 500;
  text-align: left;

}
.concert-detail{
  display: flex;
  vertical-align: middle;
  margin:0 auto;
}
.flier{
  height:250px;
  width:auto;
  object-fit: cover;
  padding:0px

}
.text{
  width:500px;
  padding:0 10px 30px 0px ;
}
.title{
  padding-top:20px; 
}
.date, .conductor, .venue, .songlist{
   font-size:1.4rem;
  font-weight: 500;
  text-align: left;
  

}
.songlist-last{
  font-size:1.4rem;
  font-weight: 500;
  text-align: left;
  position: relative;
  line-height: 2.5rem;
  padding-bottom:100px;
}
.songlist-last::after{
 content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 670px;
  height: 2px;
  left: 0px;
  background-color:#A6A6A6;
  border-radius: 8px;
}}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top:50px;
  max-width:1160px;
  margin:0 auto;
  background-color: #FFF;

 
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: 500;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
 
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6rem;
  vertical-align: middle;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #325A8C;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label {
    background: #1285c5;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
  vertical-align: middle;
}

@media(min-width:650px){
.tab-label {
  font-size:1.4rem;
}}
.concert-detail td{
  text-align: left;
}
.sp{
  display: none;
}
@media(max-width:650px){
.sp{
  display: block;
}}