@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.schedule h2{
  margin-top: 130px;
  margin-bottom: 50px;
  font-size: 2.0rem;
}
/*.schedule h3{
  margin-top: 130px;
  margin-bottom: 50px;
  font-size: 2.0rem;
}*/
.music_video{
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.part{
  margin-bottom: 80px;
}
.part h3 h4 p{
  line-height: 1;
}
.section{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section_intro{
  margin: 0 30px;
}
.section_intro p{
  text-align: left;
}
.section_img{
  display: flex;
  flex-wrap: wrap;
}
.section_img img{
  align-self: center;
  margin: 0 5px;
}
.popup{
  width: 200px;
}
.modal{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition:opacity 0.5s,visibility 0.5s;
}
.modal-content {
    display: block;
    height: 100%;
}
#close{
  position: absolute;
  top:15px;
  right:35px;
  color:#f1f1f1;
  font-size:40px;
  font-weight: bold;
  cursor: pointer;
}
/*
.music_video_gymnopedies{
  flex-basis: 50%;
}
.music_video_nubatama{
  flex-basis: 50%;
  width: 100px;
}
*/
@media(min-width:960px) {
  .top-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media(max-width:960px) {
  .schedule h2{
  margin-top: 70px;
}
  .modal-content {
  display: block;
  width: 90%;
  height: auto;
  object-fit: cover;
}
  }
@media(max-width:390px) { 
  .popup{
    width: 100%;
    }
  .section_intro{
    margin: 0;
    }
}