@charset "utf-8";
.lineupInner {
    border-bottom: none;
    padding-bottom: 4%;
}
@media screen and (max-width: 768px) {
    .lineupInner {
        padding: calc(100vw * 26 / 375) 0;
    }
}
#cm {
    border-bottom: solid 47px #00154b;
}
@media screen and (max-width: 768px) {
   #cm {
    border-bottom: none;
} 
}

.cmInner.contents_box {
    padding: 0 0 3%;
}
@media screen and (max-width: 768px) {
.cmInner.contents_box {
    padding: 0 0 5%;
}
}
.cmInner h2 {
    padding-bottom: 2.5%;
}
.youtube {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.youtube:before {
  content: "";
  display: block;
  padding-top: calc(9 / 16 * 100%); /*アスペクト比 16：9 -> 56.25% */
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contents03_end {
  margin: 6% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents03_end {
    margin-top: calc(100vw * 30 / 375);
  }
}


