@charset "UTF-8";

.WeAreNSM2018 {
  box-sizing: border-box;
}

/* title */
.WeAreNSM2018 .section_title {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

/* common */
.WeAreNSM2018 img {
  width: 100%;
}
.WeAreNSM2018 section {
  margin-bottom: 20px;
}
.WeAreNSM2018 .nextLinkArea {
  background: none;
  padding: 10px;
}
.WeAreNSM2018 .nextLinkArea a {
  width: 80%;
}

/* section */
.WeAreNSM2018 .video {
  background-color: #EFEFEF;
  width: 100%;
  padding: 10px;
}
.WeAreNSM2018 .video .section_title {
  padding: 10px;
  background-color: #333;
  width: 100%;
  color: #fff;
}
.WeAreNSM2018 .video .video_box {
  display: flex;
}
.WeAreNSM2018 .video .video_box .video_text {
  padding: 15px 30px 10px;
}
.WeAreNSM2018 .video_box .video_player {
  padding: 10px 30px 10px 0;
}
.WeAreNSM2018 .video .video_box .video_player iframe {
  width: 400px;
  height: 224px;
}

/* section title */
.section_title.pickUp {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.section_title.pickUp div {
  text-indent: -999999px;
  height: 140px;
}
.section_title.pickUp div:nth-child(1) {
  width: 53%;
  background: url(img/pickup.png) no-repeat left / contain;
}
.section_title.pickUp div:nth-child(2) {
  width: 22%;
  background: url(img/date_3feb_4feb.png) no-repeat left bottom / contain;
}
.section_title.pickUp div:nth-child(3) {
  width: 25%;
  background: url(img/date_card.png) no-repeat left bottom / contain;
}

/* WeAreNSM2018 contents title */
.WeAreNSM2018_con_title {
  color: #221612;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  padding: 7px 10px;
  background: url(img/texsture.png) repeat;
  transform: rotate(-1deg);
  width: 98%;
  margin: -5px auto 20px
}
.WeAreNSM2018_con_title span {
  display: block;
  font-size: 55%;
  font-weight: normal;
  line-height: 140%;
  padding: 2px 0;
}

/* Back Stage Tour */
.backStageTour {
  background: url(img/pic_zeppnagoya.png) no-repeat center / cover;
  width: 100%;
  height: 450px;
  text-indent: -999999px;
  position: relative;
}
.backStageTour .circle__whiteout:nth-child(1) {
  position: absolute;
  top: 20px;
  left: 20px;
}
.backStageTour .circle__whiteout:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 145px;
}
.backStageTour_con {
  position: relative;
  margin-bottom: 40px;
}
.backStageTour_con > div {
  display: flex;
  align-items: flex-end;
}
.backStageTour_con > div div:nth-child(1) {
  width: 30%;
  margin-right: 3%;
}
.backStageTour_con > div div:nth-child(2) {
  width: 67%;
}
.backStageTour_con .ftCatch {
  color: #221612;
  font-size: 3.5rem;
}
.backStageTour_con .circle__blackout {
  position: absolute;
  top: -60px;
  right: 0;
}

/* Drum Ensemble */
.drumEnsemble {
  background: url(img/pic_drum_ensemble.png) no-repeat center / cover;
  width: 100%;
  height: 300px;
  text-indent: -999999px;
}

/* TAKAHIRO Project */
.takahiroProject {
  background: url(img/pic_takahiro.png) no-repeat center / contain;
  width: 100%;
  height: 250px;
  text-indent: -999999px;
}

/* The Music Odyssey */
.theMusicOdyssey {
  background: url(img/pic_the_music_odyssey.png) no-repeat center / cover;
  width: 100%;
  height: 300px;
  text-indent: -999999px;
}

/* Graduation Exhibition */
.graduationExhibition {
  background: url(img/pic_graduate_exhibition_2.png) no-repeat center / cover;
  width: 100%;
  height: 220px;
  text-indent: -999999px;
}
.graduationExhibition_con {
  position: relative;
}
.graduationExhibition_con .clearfix img {
  width: 30%;
}
.graduationExhibition_con .clearfix div {
  width: 68%;
  margin-left: 2%;
}
.graduationExhibition_con .clearfix div .text:not(:last-child) {
  padding-right: 95px;
}
.graduationExhibition_con .circle__red {
  position: absolute;
  top: 30px;
  right: 0;
}
.WeAreNSM2018_con_title img.graduationExhibition_date {
  width: 125px;
  padding-left: 10px;
  vertical-align: -3px;
}


/* Ani Son Zemi */
.aniSonZemi {
  background: url(img/pic_anison_zemi_live.png) no-repeat center / cover;
  width: 100%;
  height: 230px;
  text-indent: -999999px;
}
.aniSonZemi_con {
  position: relative;
}
.aniSonZemi_con .circle__red {
  position: absolute;
  top: 30px;
  right: 0;
}
.aniSonZemi_con .text {
  padding-right: 95px;
}
.WeAreNSM2018_con_title img.aniSonZemi_date {
  width: 75px;
  padding-left: 10px;
  vertical-align: -3px;
}


/* Actor Class Performance */
.actorClassPerformance {
  position: relative;
}
.actorClassPerformance .circle__red {
  position: absolute;
  top: 30px;
  right: 0;
}
.actorClassPerformance .text {
  padding-right: 95px;
}
.WeAreNSM2018_con_title img.actorClassPerformance_date {
  width: 100px;
  padding-left: 10px;
  vertical-align: -3px;
}


/* circle */
.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  padding: 20px 5px;
  text-indent: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 160%;
}
.circle span {
  font-size: 120%;
}
.circle span.bigger {
  font-size: 150%;
}
.circle span.small {
  font-size: 80%;
  font-weight: normal;
}
.circle__whiteout {
  border: solid 2px #fff;
  color: #fff;
}
.circle__whiteout span {
  color: #fdd101;
}
.circle__blackout {
  border: solid 2px #000;
  color: #e70f0a;
}
.circle__red {
  background-color: #e70f0a;
  color: #fff;
}

/* red line */
.redLine {
  background-color: #e70f0a;
  color: #fff;
  padding: 0 5px;
}

.fa-caret-right {
  padding-left: 8px;
}
.redLine span.ftB {
  line-height: 300%;
}


@media screen and (min-width: 768px) {
  /* ----------------------------
     layout PC
  ---------------------------- */
  .WeAreNSM2018_con {
    width: 100%;
  }
  .WeAreNSM2018_con > div {
    float: left;
  }
  .WeAreNSM2018_con__default > div:nth-child(1) {
    width: 632px;
    margin: 0 15px 15px 0;
  }
  .WeAreNSM2018_con__default > div:nth-child(n+2) {
    width: 313px;
    margin-bottom: 15px;
  }
  .WeAreNSM2018_con__half > div {
    width: calc(50% - 7.5px);
  }
  .WeAreNSM2018_con__half > div:nth-child(1) {
    margin-right: 15px;
  }
  /* ----------------------------
     style PC
  ---------------------------- */
  .circle__big {
    width: 140px;
    height: 140px;
    font-size: 2.5rem;
    padding: 25px 5px;
  }
  .WeAreNSM2018_con_title {
    font-size: 3.0rem;
  }
  .WeAreNSM2018_con_title.backStageTour_title {
    font-size: 3.5rem;
    padding: 20px 10px;
  }
  .map_2_pc {
    width: 80%;
    margin: auto;
  }
}


@media screen and (max-width: 767px) {
  .WeAreNSM2018 .video .video_box {
    display: block;
  }
  .WeAreNSM2018 .video .video_box .video_text {
    padding: 0 0 15px;
  }
  .WeAreNSM2018 .video .video_box .video_player {
    padding: 0;
    text-align: center;
  }
  .WeAreNSM2018 .video .video_box .video_player iframe {
    width: 100%;
    height: 150px;
  }
  /* ----------------------------
     layout SP
  ---------------------------- */
  .WeAreNSM2018_con > div {
    width: 100%;
    margin-bottom: 15px;
  }
  /* section title */
  .section_title.pickUp div {
    height: 60px;
  }
  /* ----------------------------
     style SP
  ---------------------------- */
  /* contents image */
  .backStageTour, .drumEnsemble, .takahiroProject, .theMusicOdyssey, .graduationExhibition, .aniSonZemi {
    height: 240px;
  }
  /* circle position */
  .backStageTour .circle__whiteout:nth-child(1) {
    top: 5px;
    left: 5px;
  }
  .backStageTour .circle__whiteout:nth-child(2) {
    top: 5px;
    left: 82px;
  }
  .backStageTour_con .circle__blackout {
    top: -50px;
    right: 0;
  }
  .circle__small {
    width: 70px;
    height: 70px;
    padding: 15px 5px;
    font-size: 1.2rem;
  }

  .section_title.pickUp {
    margin: 20px 0 10px;
  }
  .WeAreNSM2018_con_title {
    font-size: 2.0rem;
  }
  .backStageTour_con {
    margin-bottom: 15px;
  }
  .backStageTour_con .ftCatch {
    font-size: 1.8rem;
  }
}
