.thumbnails {
  width: 100%;
  margin: 0 auto;
}
.thumbnails .artistPhoto img {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.thumbnail {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .thumbnail {
    width: 300px;
  }
}
.thumbnail.masonry .boxBody {
  overflow: hidden;
  position: relative;
  min-width: 143px;
  margin: 0 4px 16px;
  padding: 0;
}
@media (min-width: 70em) {
  .thumbnail.masonry .boxBody {
    width: 300px;
  }
}
@media (min-width: 64em) {
  .thumbnail.masonry .boxBody {
    width: 300px;
  }
}
@media (max-width: 64em) {
  .thumbnail.masonry .boxBody {
    width: 45%;
    max-width: 222px;
  }
}
@media (max-width: 37.5em) {
  .thumbnail.masonry .boxBody {
    width: 100%;
    max-width: 290px;
    margin: 0 4px 16px;
  }
}
.thumbnail.masonry .boxBody:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.thumbnail.over10000 .boxBody {
  overflow: visible;
  margin: 0 8px 76px;
  padding-bottom: 20px;
}
@media (max-width: 37.5em) {
  .thumbnail.over10000 .boxBody {
    margin: 0 4px 76px;
  }
}
@media (max-width: 37.5em) {
  .thumbnail.presentMovie .boxBody {
    width: 98% !important;
    max-width: 98% !important;
    margin: 0 4px 8px;
  }
}

.thumbnail .name, .thumbnail .cheerNum, .thumbnail .clip {
  color: #909090;
}
.thumbnail .artistItemBody {
  padding: 8px;
}
.thumbnail .artistItemBody.birthday {
  background-image: url("../../img/public/birthday.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.thumbnail .artistItemBody .comment {
  overflow: hidden;
  margin-bottom: 16px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBody .comment {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.42857;
  }
}
.thumbnail .artistItemBody .name {
  margin-bottom: 4px;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBody .name {
    margin-bottom: 0;
  }
}
.thumbnail .artistItemBody .name.rank {
  color: #00bae5;
}
.thumbnail .artistItemBody .name span {
  color: #fff;
  background-color: #00bae5;
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  height: 14px;
  margin: -4px 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 14px;
}
.thumbnail .artistItemBottom {
  overflow: hidden;
  padding: 0 0 0 8px;
  border-top: 1px solid #e5e5e5;
}
.thumbnail .artistItemBottom.birthday .date {
  color: #00bae5;
}
.thumbnail .artistItemBottom .date {
  float: left;
  margin-top: 6px;
  font-size: 12px;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBottom .date {
    margin-top: 2px;
    font-size: 10px;
  }
}
.thumbnail .artistItemBottom .option {
  overflow: hidden;
  float: right;
}
.thumbnail .artistItemBottom .option li {
  float: right;
  width: 26px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #00bae5;
}
@media (max-width: 64em) {
  .thumbnail .artistItemBottom .option li {
    width: 18px;
    font-size: 12px;
  }
}
.thumbnail .artistItemBottom .option li:first-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.thumbnail .artistItemBottom .option li:nth-child(odd) {
  background: #00c6f4;
}
.thumbnail.over10000 .overArtistPhoto {
  position: absolute;
  bottom: -64px;
  width: 100%;
  text-align: center;
}
.thumbnail.over10000 .overArtistPhoto .artistIcon {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.thumbnail.over10000 .overArtistPhoto ul {
  text-align: center;
}
.thumbnail.over10000 .overArtistPhoto li {
  display: block;
  padding-top: 5px;
  line-height: 1;
}
.thumbnail.over10000 .overArtistPhoto .artistName {
  color: #00bae5;
  font-weight: bold;
}
.thumbnail.over10000 .overArtistPhoto .unitName {
  color: #909090;
  font-size: 10px;
}

body {
  background: #fff !important;
}

br.sp {
  display: none;
}
@media (max-width: 64em) {
  br.sp {
    display: inline;
  }
}

.lpContainer.event, .lpContainer.movieRanking, .lpContainer.attendance, .lpContainer.cheerRanking {
  padding: 40px 16px;
  background: #ddd;
}
@media (max-width: 64em) {
  .lpContainer.event, .lpContainer.movieRanking, .lpContainer.attendance, .lpContainer.cheerRanking {
    padding: 16px;
  }
}

.lpWrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 64em) {
  .lpWrap {
    width: 100%;
  }
}

.eventImage .inline {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .eventImage .inline {
    width: 100%;
  }
}
.eventImage img.pc {
  display: inline;
  height: 500px;
}
@media (max-width: 64em) {
  .eventImage img.pc {
    width: 100%;
    height: auto;
  }
}

.section {
  padding: 32px 16px;
}
@media (max-width: 64em) {
  .section {
    padding: 32px 8px;
  }
}
.section.bg-pink {
  background: #00bae5;
  color: #fff;
}
.section.bg-white {
  background: #fff;
}
.section.bg-gray {
  background: #ddd;
}
.section.bg-yellow {
  background: #EEEEEE;
}
.section.bg-milliondoll {
  background: #2196F3;
  color: #fff;
}

.footContent {
  margin: 80px auto !important;
}
@media (max-width: 64em) {
  .footContent {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent {
    margin: 40px auto !important;
  }
}
.footContent h1 {
  margin: 80px auto !important;
  text-align: center;
}
@media (max-width: 64em) {
  .footContent h1 {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent h1 {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2rem;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .footContent h1 span {
    display: block;
  }
}
.footContent .sns {
  width: 200px;
  margin: 80px auto !important;
}
@media (max-width: 64em) {
  .footContent .sns {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent .sns {
    margin: 40px auto !important;
  }
}
.footContent .sns ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.footContent .sns li {
  width: 100px;
  text-align: center;
}
.footContent .timeline {
  width: 520px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .footContent .timeline {
    width: 90%;
  }
}
.footContent .timeline iframe {
  width: 800px !important;
}

a:hover {
  opacity: 0.5;
}

#contentsBody {
  width: 1200px;
  margin: 16px auto;
  overflow: hidden;
}
@media (max-width: 64em) {
  #contentsBody {
    width: 100%;
    padding: 0 16px;
  }
}
#contentsBody #main {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #contentsBody #main {
    width: 100%;
  }
}
#contentsBody #main #contents {
  margin: 0;
}
#contentsBody #main #contents .interviewTtl {
  display: none;
}
#contentsBody #main #contents .interviewTtl h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewTtl h1 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
#contentsBody #main #contents .interviewBody {
  margin-top: 16px;
}
#contentsBody #main #contents .interviewBody .leadTxt {
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  font-size: 96%;
  line-height: 2em;
  letter-spacing: 0.2em;
  padding: 12px 10px;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .leadTxt {
    font-size: 12px;
  }
}
#contentsBody #main #contents .interviewBody .leadTxt span {
  font-size: 80%;
  font-weight: bold;
  line-height: 4em;
}
#contentsBody #main #contents .interviewBody .index {
  display: none;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .index {
    display: block;
    border-top: 1px dotted #bbb;
    padding: 12px 10px;
  }
}
#contentsBody #main #contents .interviewBody .index .ttl {
  background: #b6b6b6;
  color: #fff;
  text-align: center;
  padding: 8px;
}
#contentsBody #main #contents .interviewBody .index ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
}
#contentsBody #main #contents .interviewBody .index ul li {
  width: 48%;
  float: left;
  margin: 0 5px 5px;
  border-bottom: 1px dotted #bbb;
  padding: 4px 8px 8px 2.5em;
  position: relative;
  counter-increment: li;
}
@media (max-width: 64em) {
  #contentsBody #main #contents .interviewBody .index ul li {
    width: 98%;
    margin: 0 5px 2px;
  }
}
#contentsBody #main #contents .interviewBody .index ul li span {
  font-size: 11px;
}
#contentsBody #main #contents .interviewBody .index ul li.off {
  color: #cccccc;
}
#contentsBody #main #contents .interviewBody .index ul li:last-child {
  border: none;
}
#contentsBody #main #contents .interviewBody .index ul li:before {
  content: counter(li) " .";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  color: #666;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
#contentsBody #main #contents .interviewBody .index ul li a {
  color: #00bae5;
  text-decoration: underline;
}
#contentsBody #main #contents .interviewBody .index ul li a:hover {
  text-decoration: none;
}
#contentsBody #main #contents .interviewBody .index ul li a span {
  font-size: 11px;
}
#contentsBody #main #contents .interviewBody .interviewContents {
  font-size: 15px;
  padding: 12px 10px;
}
#contentsBody #main #contents .interviewBody .interviewContents h3 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #00bae5;
  margin-bottom: 32px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .interviewContents h3 {
    font-size: 18px;
  }
}
#contentsBody #main #contents .interviewBody .interviewContents p {
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}
#contentsBody #main #contents .interviewBody .interviewContents p.interviewer {
  font-weight: bold;
  margin-bottom: 16px;
}
#contentsBody #main #contents .interviewBody .interviewContents p span {
  margin-right: 16px;
  color: #00bae5;
  font-weight: bold;
}
#contentsBody #main #contents .interviewBody .interviewContents .photo {
  width: 750px;
  margin: 32px auto;
  border: 1px solid #ccc;
  padding: 5px;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .interviewContents .photo {
    width: 100%;
    padding: 2px;
  }
}
#contentsBody #main #contents .interviewBody .interviewContents .photoVertical {
  width: 500px;
  margin: 32px auto;
  border: 1px solid #ccc;
  padding: 5px;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .interviewContents .photoVertical {
    width: 100%;
    padding: 2px;
  }
}
#contentsBody #main #contents .interviewBody .interviewContents video {
  display: block;
  width: 500px;
  margin: 32px auto;
  padding: 5px;
}
@media (max-width: 64em) {
  #contentsBody #main #contents .interviewBody .interviewContents video {
    width: 90%;
  }
}
#contentsBody #main #contents .interviewBody .pager {
  margin: 40px 0;
  text-align: center;
  overflow: hidden;
}
#contentsBody #main #contents .interviewBody .pager ul {
  position: relative;
  left: 50%;
  float: left;
}
#contentsBody #main #contents .interviewBody .pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #999999 solid;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .pager ul li {
    margin-right: 8px;
    padding-right: 8px;
  }
}
#contentsBody #main #contents .interviewBody .pager ul li.next {
  border-right: none;
}
#contentsBody #main #contents .interviewBody .pager ul li a:link, #contentsBody #main #contents .interviewBody .pager ul li a:visited {
  color: #00bae5;
  text-decoration: underline;
}
#contentsBody #main #contents .interviewBody .pager ul li a:hover, #contentsBody #main #contents .interviewBody .pager ul li a:active {
  color: #00bae5;
  text-decoration: none;
}
#contentsBody #main #contents .interviewBody .pager ul li em {
  font-weight: bold;
}
#contentsBody #main #contents .interviewBody .profile {
  background: #ccc;
  padding: 30px;
  color: #000;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .profile {
    padding: 20px;
  }
}
#contentsBody #main #contents .interviewBody .profile .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .profile .head {
    display: block;
  }
}
#contentsBody #main #contents .interviewBody .profile .head h4 {
  font-size: 24px;
  color: #000;
  letter-spacing: 0.05em;
}
#contentsBody #main #contents .interviewBody .profile .head h4 span {
  font-size: 14px;
  margin-left: 20px;
}
#contentsBody #main #contents .interviewBody .profile .head ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .profile .head ul {
    margin-top: 18px !important;
    justify-content: flex-start;
  }
}
#contentsBody #main #contents .interviewBody .profile .head ul li {
  margin-left: 10px;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .profile .head ul li {
    width: 24px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
#contentsBody #main #contents .interviewBody .profile .head ul li a:hover {
  opacity: 0.5;
}
#contentsBody #main #contents .interviewBody .profile .head ul li.sp {
  display: none;
}
@media (max-width: 37.5em) {
  #contentsBody #main #contents .interviewBody .profile .head ul li.sp {
    display: block;
  }
}
#contentsBody #main #contents .interviewBody .profile p {
  letter-spacing: 0.05em;
}
#contentsBody #main #contents .interviewBody .profile p span {
  font-size: 12px;
}
#contentsBody #main #contents .interviewBody .profile p a {
  color: #00bae5;
}

.joinArtist .inline {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .joinArtist .inline {
    width: 100%;
  }
}
.joinArtist h3 {
  width: 200px;
  background: #00bae5;
  margin: 0 auto 20px;
  padding: 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .joinArtist h3 {
    width: 140px;
    padding: 5px;
    font-size: 18px;
  }
}
.joinArtist p {
  margin: 0 0 40px;
  text-align: center;
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 37.5em) {
  .joinArtist p {
    font-size: 12px;
  }
}
.joinArtist .btn {
  display: block;
  margin: 2rem auto;
}
.joinArtist .btn a {
  padding: 16px;
  border: 1px solid #00bae5;
  font-size: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #00bae5;
}
.joinArtist .btn a:hover {
  background: #00bae5;
  color: #fff;
}
