@charset "utf-8";
.header {
  margin-bottom: 0;
}
.charListWrap {
  width: 100%;
  margin-bottom: 130px;
  padding: 30px 0 10px;
  border-bottom: solid 1px #fff;
  background-color: rgba(255,255,255,0.3);
}
.charList {
  width: 960px;
}
.charList::after {
  content: "";
  display: block;
  clear: both;
}
.charList > li {
  float: left;
  width: 158px;
  margin-right: 2px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0ms, transform 1s ease-out 0ms, -webkit-filter 150ms linear;
  transition: opacity 1s ease-out 0ms, transform 1s ease-out 0ms, filter 150ms linear;
  transition: opacity 1s ease-out 0ms, transform 1s ease-out 0ms, filter 150ms linear, -webkit-filter 150ms linear;
}
.charList > li:nth-child(1) {
  transition-delay: 0;
}
.charList > li:nth-child(2) {
  transition-delay: 100ms;
}
.charList > li:nth-child(3) {
  transition-delay: 200ms;
}
.charList > li:nth-child(4) {
  transition-delay: 300ms;
}
.charList > li:nth-child(5) {
  transition-delay: 400ms;
}
.charList > li:nth-child(6) {
  transition-delay: 500ms;
}
.charList > li > img {
  cursor: pointer;
  transition: opacity 150ms linear;
}
.charList > li > img:hover {
  opacity: 0.6;
}
.charList > li.double > img + img {
  margin-top: 2px;
}
.charList > li.disabled > img {
  cursor: default;
}
.charList > li.disabled > img:hover {
  opacity: 1;
}
.charList--top {
  margin: 0 auto;
}
.charList--bottom {
  margin: 0 auto 100px;
}
.content {
  margin-bottom: 50px;
  padding: 0;
}
.charSection {
  position: relative;
  padding: 50px 50px 100px;
  transition: opacity 1s ease-out 600ms, transform 1s ease-out 600ms;
}
.charSection[data-visible="1"] {
  opacity: 1;
  transform: translateY(0);
}
.charSection[data-visible="0"] {
  opacity: 0;
  transform: translateY(-30px);
}
.charSection__header {
  position: absolute;
  top: -85px;
  left: -25px;
}
.charSection__char {
  position: absolute;
  z-index: 1;
  transform: scale(1);
  transition: opacity 1s ease-out 1.2s, transform 1s ease-out 1.2s;
}
.charSection.eris .charSection__char {
  right: -20px;
  top: -120px;
}
.charSection.satuki .charSection__char {
  right: -120px;
  top: -80px;
}
.charSection.aoi .charSection__char {
  right: -10px;
  top: -80px;
}
.charSection.setuka .charSection__char {
  right: -120px;
  top: -80px;
}
.charSection.sizuku .charSection__char {
  right: 50px;
  top: -140px;
}
.charSection.spoke .charSection__char {
  right: 50px;
  top: -50px;
}
.charSection.soitiro .charSection__char {
  right: 70px;
  top: 30px;
}
.charSection__profile {
  margin-bottom: 70px;
}
.charSection__intro {
  margin-top: -1em;
  font-size: 14px;
  line-height: 2;
    max-height: 100%;
    	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.voiceList {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 2;
}
.voiceList::after {
  content: "";
  display: block;
  clear: both;
}
.voiceList > li {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #aaa;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  transition: background-color 150ms linear;
}
.eris .voiceList > li:hover,
.eris .voiceList > li[data-playing="true"] {
  background-color: #f28808;
}
.satuki .voiceList > li:hover,
.satuki .voiceList > li[data-playing="true"] {
  background-color: #ec6c8a;
}
.aoi .voiceList > li:hover,
.aoi .voiceList > li[data-playing="true"] {
  background-color: #54bdf9;
}
.setuka .voiceList > li {
  transition: background-color 150ms linear, color 150ms linear;
}
.setuka .voiceList > li:hover,
.setuka .voiceList > li[data-playing="true"] {
  background-color: #fff;
  color: #aaa;
}
.sizuku .voiceList > li:hover,
.sizuku .voiceList > li[data-playing="true"] {
  background-color: #a34796;
}
.spoke .voiceList > li:hover,
.spoke .voiceList > li[data-playing="true"] {
  background-color: #333;
}
.ready .charList > li {
  opacity: 0;
  transform: translateX(-30px);
}
.ready .charSection[data-visible="1"] {
  opacity: 0;
  transform: translateY(-30px);
}
.ready .charSection__char {
  opacity: 0;
  transform: scale(1.1);
}
