.base {
  width: 100%;
  min-width: 1100px;
}

.left-inner h1 {
  margin-bottom: 58px;
}

.right {
  min-height: 100%;
}

.artist {
  letter-spacing: -.40em;
  margin-bottom: 21px;
}

.artist p {
  display: inline-block;
  letter-spacing: normal;
}

.artist-icon {
  font-size: 0;
  line-height: 0;
  margin: 0 6px;
  position: relative;
  top: 2px;
}

.artist-name {
  font-size: 16px;
}

.title {
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 39px;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.title span {
  font-size: 20px;
  position: relative;
  top: -3px;
}

.title .cornerl {
  position: absolute;
  left: 0;
  top: -5px;
}

.title .cornerr {
  position: absolute;
  right: 0;
  bottom: 0;
}

.title.title-in {
  margin-bottom: 32px;
}

.chapter {
  font-size: 13px;
  margin-bottom: 38px;
}

.credit {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 70px;
}

.credit span {
  color: #c8c8c8;
  margin: 0 5px;
}

.thumbnail {
  letter-spacing: -.40em;
  margin-bottom: 110px;
}

.thumbnail-list {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  width: 95px;
  margin: 0 6px;
}

.thumbnail-list a {
  display: block;
  position: relative;
}

.thumbnail-list a:hover .thumbnail-list__cover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail-list.current .thumbnail-list__cover, .thumbnail-list.current:hover .thumbnail-list__cover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.thumbnail-list.current .thumbnail-list__cover p, .thumbnail-list.current:hover .thumbnail-list__cover p {
  width: 73px;
  height: 73px;
  background: #000000;
  border: 11px solid #5e0b2a;
}

.thumbnail-list__photo {
  margin-bottom: 10px;
}

.thumbnail-list__title {
  font-size: 10px;
}

.thumbnail-list__cover {
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.thumbnail-list__cover p {
  width: 95px;
  height: 95px;
  background: url(/contents/1/A/pc/shirotoiro/assets/image/works/chapter/on.png) no-repeat 0 0;
  background-size: 95px 95px;
  -webkit-background-size: 95px 95px;
}

.profile {
  width: 440px;
  margin: 0 auto 58px auto;
  text-align: left;
}

.profile h3 {
  font-size: 12px;
  position: relative;
  margin-bottom: 66px;
}

.profile-h3__line {
  width: 365px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
}

.profile-photo {
  width: 95px;
  float: left;
  margin-right: 35px;
}

.profile-txt {
  width: 310px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  top: -3px;
}

.profile-txt__name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 27px;
}

.profile-txt__name span {
  font-size: 20px;
}

.profile-txt a:hover {
  text-decoration: underline;
  color: #000000;
}

.creator {
  width: 440px;
  margin: 0 auto;
  text-align: left;
}

.creator h3 {
  font-size: 12px;
  position: relative;
  margin-bottom: 66px;
}
