body#performer .section .performerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#performer .section .performerlist figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 30%;
  margin-bottom: 2.5em;
  cursor: pointer;
}
body#performer .section .performerlist figure:hover img, body#performer .section .performerlist figure:hover figcaption {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body#performer .section .performerlist figure + figure {
  margin-left: 5%;
}
body#performer .section .performerlist figure:nth-child(3n+1) {
  margin-left: 0;
}
body#performer .section .performerlist figure img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 0.3125em #ffe100;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
body#performer .section .performerlist figure figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -0.3125em;
  padding: 0.625em;
  color: #ffffff;
  font-size: 112.5%;
  font-weight: 700;
  background-color: #e84709;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
body#performer .section .attention {
  font-size: 150%;
}
body#performer .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.75s linear;
  -o-transition: opacity 0.75s linear;
  -webkit-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
}
body#performer .overlay.active {
  opacity: 1;
  pointer-events: auto;
}
body#performer .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 90%;
  max-width: 900px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
body#performer .modal .content {
  position: relative;
  padding-top: 2.5em;
  padding-right: 3.75em;
}
body#performer .modal .content .close {
  position: absolute;
  top: -0.625em;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  outline: none;
  text-indent: -9999em;
  background-color: transparent;
}
body#performer .modal .content .close::before, body#performer .modal .content .close::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 2.5em;
  height: 1px;
  background-color: #ffffff;
}
body#performer .modal .content .close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#performer .modal .content .close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body#performer .modal .content .declaration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
body#performer .modal .content .detail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.125em 16.875em 3.125em 3.125em;
  background-color: #ffffff;
}
body#performer .modal .content .detail .scroll {
  max-height: 60vh;
  padding-right: 0.625em;
  overflow: auto;
}
body#performer .modal .content .detail .scroll::-webkit-scrollbar {
  width: 0.3125em;
}
body#performer .modal .content .detail .scroll::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 0.15625em;
}
body#performer .modal .content .detail .scroll::-webkit-scrollbar-thumb {
  background: #ffe100;
  border-radius: 0.15625em;
}
body#performer .modal .content .detail h3 {
  margin-bottom: 0.625em;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.25;
}
body#performer .modal .content .detail h3 .label {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 1em;
  color: #ffffff;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.6;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
}
body#performer .modal .content .detail h3 .label.label_pink {
  background-color: #ff3399;
}
body#performer .modal .content .detail h3 .label.label_blue {
  background-color: #00aacc;
}
body#performer .modal .content .detail h3 .label.label_navy {
  background-color: #004d99;
}
body#performer .modal .content .detail h3 .label.label_red {
  background-color: #e84709;
}
body#performer .modal .content .detail h3 .label.label_green {
  background-color: #99cc00;
}
body#performer .modal .content .detail h3 .label.label_yellow {
  color: #000000;
  background-color: #ffe100;
}
body#performer .modal .content .detail .declaration {
  display: none;
}
body#performer .modal .content .detail p {
  line-height: 1.625;
}
body#performer .modal .content .detail p.title {
  font-size: 87.5%;
}
body#performer .modal .content .detail p .note {
  font-size: 75%;
}
body#performer .modal .content .detail .history {
  margin: 1.25em 0;
  font-size: 87.5%;
}
body#performer .modal .content .detail .history li {
  position: relative;
  padding: 0.3125em 0 0.3125em 1em;
  line-height: 1.25;
}
body#performer .modal .content .detail .history li::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px #e84709;
  border-bottom: solid 1px #e84709;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body#performer .modal .content .detail .history li .note {
  font-size: 75%;
}
body#performer .modal .content .detail .playimage {
  margin-bottom: 1.25em;
}
body#performer .modal .content .detail .time {
  display: flex;
  margin-top: 1.25em;
  font-size: 87.5%;
  text-align: center;
}
body#performer .modal .content .detail .time dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 60%;
  padding: 0.625em;
  border: solid 1px #ffe100;
  background-color: #ffe100;
}
body#performer .modal .content .detail .time dt::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625em 0 0.625em 0.625em;
  border-color: transparent transparent transparent #ffe100;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#performer .modal .content .detail .time dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em;
  width: 40%;
  border: solid 1px #ffe100;
}
body#performer .modal .content .detail .option {
  margin-top: 0.3125em;
  margin-bottom: 1.25em;
  font-size: 87.5%;
  text-align: center;
}
body#performer .modal .content .detail h4 {
  margin-top: 0.9375em;
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
  border-bottom: dotted 2px #cccccc;
  color: #24b353;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.4;
}
body#performer .modal.active {
  z-index: 21;
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
body#performer .modal.active .content .close {
  -webkit-animation: bounceIn 0.5s ease-in-out 0.5s 1 backwards;
  animation: bounceIn 0.5s ease-in-out 0.5s 1 backwards;
}
body#performer .modal.active .content .declaration {
  -webkit-animation: bounceInUp 0.5s ease-in-out 0.5s 1 backwards;
  animation: bounceInUp 0.5s ease-in-out 0.5s 1 backwards;
}
body#performer .modal.active .content .detail {
  -webkit-animation: bounceInLeft 0.4s ease-in-out 0.4s 1 backwards;
  animation: bounceInLeft 0.4s ease-in-out 0.4s 1 backwards;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#performer .section .performerlist figure {
    width: 47.5%;
    margin-bottom: 1.25em;
  }
  body#performer .section .performerlist figure:nth-child(3n+1) {
    margin-left: 5%;
  }
  body#performer .section .performerlist figure:nth-child(2n+1) {
    margin-left: 0;
  }
  body#performer .section .performerlist figure img {
    border: solid 0.1875em #ffe100;
  }
  body#performer .section .performerlist figure figcaption {
    padding: 0.3125em;
    font-size: 75%;
  }
  body#performer .section .attention {
    font-size: 125%;
  }
  body#performer .modal {
    pointer-events: none;
    opacity: 0;
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
  body#performer .modal .content {
    padding-top: 0;
    padding-right: 0;
  }
  body#performer .modal .content .close {
    top: -2.625em;
  }
  body#performer .modal .content .declaration {
    display: none;
  }
  body#performer .modal .content .detail {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25em 0.625em 1.25em 1.25em;
    background-color: #ffffff;
  }
  body#performer .modal .content .detail .scroll {
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
  body#performer .modal .content .detail h3 {
    font-size: 125%;
  }
  body#performer .modal .content .detail h3 .label {
    margin: 0 1em 0 0;
  }
  body#performer .modal .content .detail .declaration {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto 1.25em;
  }
  body#performer .modal .content .detail p {
    font-size: 87.5%;
  }
  body#performer .modal .content .detail p.title {
    font-size: 75%;
  }
  body#performer .modal .content .detail .history {
    font-size: 75%;
  }
  body#performer .modal .content .detail .time {
    font-size: 75%;
  }
  body#performer .modal .content .detail .option {
    font-size: 75%;
  }
  body#performer .modal .content .detail h4 {
    font-size: 100%;
  }
  body#performer .modal.active {
    pointer-events: auto;
    opacity: 1;
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
  }
}
