#contentsList {
  width: 94%;
  margin: 20px auto 50px;
  font-feature-settings: "palt";
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 640px) {
  #contentsList {
    width: 870px;
  }
}
#contentsList .contentsListItem {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 640px) {
  #contentsList .contentsListItem {
    width: 402px;
  }
}
#contentsList .contentsListItem .pic img {
  border-radius: 5px;
}
@media print, screen and (min-width: 640px) {
  #contentsList .contentsListItem .pic img {
    width: 400px;
    height: auto;
  }
}
#contentsList .contentsListItem .pic {
  position: relative;
  vertical-align: middle;
  margin-bottom: 27px;
  line-height: 0;
}
#contentsList .contentsListItem .pic img:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  transition: 0.1s;
}
#contentsList .contentsListItem .picMovie img:hover {
  box-shadow: 0px 5px 0px 0px #904997;
}
#contentsList .contentsListItem .picAbout img:hover {
  box-shadow: 0px 5px 0px 0px #f2ac00;
}
#contentsList .contentsListItem .picHistory img:hover {
  box-shadow: 0px 5px 0px 0px #9ac627;
}
#contentsList .contentsListItem .picSchedule img:hover {
  box-shadow: 0px 5px 0px 0px #0192e1;
}
#contentsList .contentsListItem .picVoice img:hover {
  box-shadow: 0px 5px 0px 0px #e6448f;
}
#contentsList .contentsListItem .title div {
  position: relative;
  text-align: center;
}
#contentsList .contentsListItem .title div img {
  width: 40px;
  height: auto;
}
#contentsList .contentsListItem .title div:before, #contentsList .contentsListItem .title div:after {
  position: absolute;
  top: 14px;
  width: 40%;
  height: 5px;
  border-radius: 2.5px;
  content: "";
}
@media print, screen and (min-width: 640px) {
  #contentsList .contentsListItem .title div:before, #contentsList .contentsListItem .title div:after {
    width: 170px;
  }
}
#contentsList .contentsListItem .title div:before {
  left: 0px;
}
#contentsList .contentsListItem .title div:after {
  right: 0px;
}
#contentsList .contentsListItem .title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#contentsList .contentsListItem .title .pic::before,
#contentsList .contentsListItem .title .pic::after {
  position: absolute;
  bottom: 16px;
  right: 17px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#contentsList .contentsListItem .title .pic::before {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
#contentsList .contentsListItem .title .pic::after {
  bottom: 27px;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e63114;
  border-right: 3px solid #e63114;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contentsList .contentsListItem .title p.detail {
  display: block;
  width: 350px;
  margin: 0 auto;
  font-size: 1.0rem;
}
#contentsList .contentsListItem .title.info h2 {
  color: #e63114;
  margin-bottom: 30px;
}
#contentsList .contentsListItem .title.info div:before, #contentsList .contentsListItem .title.info div:after {
  background: #e63114;
}
#contentsList .contentsListItem .title.about h2 {
  color: #f9ac08;
}
#contentsList .contentsListItem .title.about div:before, #contentsList .contentsListItem .title.about div:after {
  background: #f9ac08;
}
#contentsList .contentsListItem .title.history h2 {
  color: #9ac627;
}
#contentsList .contentsListItem .title.history div:before, #contentsList .contentsListItem .title.history div:after {
  background: #9ac627;
}
#contentsList .contentsListItem .title.schedule h2 {
  color: #0094da;
}
#contentsList .contentsListItem .title.schedule div:before, #contentsList .contentsListItem .title.schedule div:after {
  background: #0094da;
}
#contentsList .contentsListItem .title.movie h2 {
  color: #904997;
}
#contentsList .contentsListItem .title.movie div:before, #contentsList .contentsListItem .title.movie div:after {
  background: #904997;
}
#contentsList .contentsListItem .title.voice h2 {
  color: #ea4592;
}
#contentsList .contentsListItem .title.voice div:before, #contentsList .contentsListItem .title.voice div:after {
  background: #ea4592;
}
#contentsList .contentsListItem h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #904997;
}
#contentsList .contentsListItem dl.infoList dt {
  font-size: 0.9rem;
  font-weight: bold;
  width: 80px;
  color: #e63114;
}
#contentsList .contentsListItem dl.infoList dd {
  font-size: 1.0rem;
  padding-left: 95px;
  margin-top: -1.5rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
#contentsList .contentsListItem dl.infoList dd:last-child {
  border-bottom: none;
}
#contentsList .contentsListItem dl.infoList dd a {
  text-decoration: underline;
}

/*# sourceMappingURL=top.css.map */
