@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Montserrat", "游ゴシック", YuGothic, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #ddd;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #191919;
  text-decoration: none;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0 !important;
  padding: 0 !important;
}

li {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid silver;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

@font-face {
  font-family: 'Montserrat', "游ゴシック", YuGothic, sans-serif;
}
body {
  background: url(../../img/bg.gif) top left repeat;
  color: #222222;
}

.contentWrapper {
  padding: 0;
}

.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

section {
  width: 100%;
}
section .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 37.5em) {
  section .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.hero {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hero h1 {
  background: url(../../img/main_image.jpg) top left no-repeat;
  background-size: contain;
  width: 1200px;
  height: 500px;
  text-indent: -9999px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .hero h1 {
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 41.66%;
  }
}

.outline {
  background: #f576a3;
}
.outline .inner {
  text-align: center;
}
@media (max-width: 37.5em) {
  .outline .inner {
    padding: 20px 10px;
  }
}
.outline .inner .youtube {
  margin: 0 auto 40px;
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .outline .inner .youtube {
    margin-top: 10px;
    width: 100%;
  }
}
.outline .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.outline .inner h3 {
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .outline .inner h3 {
    margin-top: 5px;
    font-size: 18px;
  }
}
.outline .inner p {
  margin: 20px 0 0;
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .outline .inner p {
    font-size: 12px;
  }
}
.outline .inner .btn {
  width: 240px;
  margin: 40px auto 0;
}
@media (max-width: 37.5em) {
  .outline .inner .btn {
    width: 80%;
    margin: 20px auto 0;
  }
}
.outline .inner .btn a {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
  .outline .inner .btn a {
    padding: 10px;
    font-size: 12px;
  }
}
.outline .inner .btn a:hover {
  opacity: 0.6;
}

.movie {
  margin: 100px 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .movie {
    margin: 30px 0 0;
  }
}
.movie .inner {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 37.5em) {
  .movie .inner {
    padding: 20px;
  }
}
.movie .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .movie .inner .contentTtl p {
    font-size: 7px;
  }
}
.movie .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .movie .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.movie .inner .movieList {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .movie .inner .movieList {
    width: 100%;
  }
}
.movie .inner .movieList ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 40px !important;
}
@media (max-width: 37.5em) {
  .movie .inner .movieList ul {
    margin-top: 15px !important;
  }
}
.movie .inner .movieList ul li {
  margin: 20px 5px 0;
  width: 24%;
}
@media (max-width: 37.5em) {
  .movie .inner .movieList ul li {
    margin-top: 15px;
    width: 46%;
  }
}
.movie .inner .movieList ul li .youtube {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media (max-width: 37.5em) {
  .movie .inner .movieList ul li .youtube {
    width: 100%;
  }
}
.movie .inner .movieList ul li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.news {
  margin: 100px 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .news {
    margin: 30px 0 0;
  }
}
.news .inner {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 37.5em) {
  .news .inner {
    padding: 20px;
  }
}
.news .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl p {
    font-size: 7px;
  }
}
.news .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.news .inner .newsList {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .news .inner .newsList {
    width: 100%;
  }
}
.news .inner .newsList ul {
  margin-top: 40px !important;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul {
    margin-top: 15px !important;
  }
}
.news .inner .newsList ul li {
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li {
    margin-top: 15px;
  }
}
.news .inner .newsList ul li a dl {
  position: relative;
  padding-left: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  align-items: top;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li a dl {
    padding-left: 0;
    display: block;
  }
}
.news .inner .newsList ul li a dl dt {
  font-size: 9px;
  color: #bec1c8;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.news .inner .newsList ul li a dl dd {
  margin-left: 20px;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li a dl dd {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
}

.newsDetail p.date {
  color: #bec1c8;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .newsDetail p.date {
    font-size: 7px;
  }
}
.newsDetail h3 {
  color: #000;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.32em;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  .newsDetail h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
.newsDetail .photo {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 37.5em) {
  .newsDetail .photo {
    margin-top: 20px;
  }
}
.newsDetail p.txt {
  margin-top: 60px;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 37.5em) {
  .newsDetail p.txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
.newsDetail p.txt a {
  text-decoration: underline;
}
.newsDetail p.txt a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.btn-menu-close {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
}
@media (max-width: 37.5em) {
  .btn-menu-close {
    margin-bottom: 0;
  }
}
.btn-menu-close p {
  width: 44px;
  height: 44px;
  color: #bec1c8;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  background: url(../../img/icon-close.png) center 8px no-repeat;
  background-size: 30px 30px;
  vertical-align: bottom;
}
@media (max-width: 37.5em) {
  .btn-menu-close p {
    background: url(../../img/icon-close.png) left 8px no-repeat;
    background-size: 22px 22px;
  }
}
.btn-menu-close p span {
  display: block;
  padding-top: 30px;
  text-indent: -9999px;
  overflow: hidden;
}

.lock {
  overflow: hidden;
}

.modal-content {
  display: none;
}

.modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-wrap {
  padding: 60px;
  z-index: 102;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  margin: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #f98dc1;
  background-color: #fff;
}
@media (max-width: 37.5em) {
  .modal-wrap {
    margin-top: 50px;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
  }
}

.candidate {
  margin: 100px 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .candidate {
    margin: 30px 0 0;
  }
}
.candidate .inner {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 37.5em) {
  .candidate .inner {
    padding: 20px;
  }
}
.candidate .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl p {
    font-size: 7px;
  }
}
.candidate .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.candidate .inner p.pdf {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner p.pdf {
    text-align: center;
  }
}
.candidate .inner p.pdf a {
  color: #f98dc1;
  text-decoration: underline;
}
.candidate .inner p.pdf a:hover {
  text-decoration: none;
}
@media (max-width: 37.5em) {
  .candidate .inner p.pdf a {
    font-size: 11px;
  }
}
.candidate .inner .candidateList {
  margin-top: 30px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList {
    margin-top: 10px;
  }
}
.candidate .inner .candidateList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul {
    margin-left: 0px !important;
  }
}
.candidate .inner .candidateList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li {
    width: 30%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .candidate .inner .candidateList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.candidate .inner .candidateList ul li.akb .plusIcon span, .candidate .inner .candidateList ul li.akb .new {
  background-color: #f98dc1;
}
.candidate .inner .candidateList ul li.akb .team {
  color: #f98dc1;
}
.candidate .inner .candidateList ul li.ske .plusIcon span, .candidate .inner .candidateList ul li.ske .new {
  background-color: #fcc000;
}
.candidate .inner .candidateList ul li.ske .team {
  color: #fcc000;
}
.candidate .inner .candidateList ul li.nmb .plusIcon span, .candidate .inner .candidateList ul li.nmb .new {
  background-color: #aa6f23;
}
.candidate .inner .candidateList ul li.nmb .team {
  color: #aa6f23;
}
.candidate .inner .candidateList ul li.hkt .plusIcon span, .candidate .inner .candidateList ul li.hkt .new {
  background-color: #383838;
}
.candidate .inner .candidateList ul li.hkt .team {
  color: #383838;
}
.candidate .inner .candidateList ul li.ngt .plusIcon span, .candidate .inner .candidateList ul li.ngt .new {
  background-color: #f35b66;
}
.candidate .inner .candidateList ul li.ngt .team {
  color: #f35b66;
}
.candidate .inner .candidateList ul li.stu .plusIcon span, .candidate .inner .candidateList ul li.stu .new {
  background-color: #55bef8;
}
.candidate .inner .candidateList ul li.stu .team {
  color: #004ea2;
}
.candidate .inner .candidateList ul li.jkt .plusIcon span, .candidate .inner .candidateList ul li.jkt .new {
  background-color: #ff5461;
}
.candidate .inner .candidateList ul li.jkt .team {
  color: #e60012;
}
.candidate .inner .candidateList ul li.bnk .plusIcon span, .candidate .inner .candidateList ul li.bnk .new {
  background-color: #ca96c2;
}
.candidate .inner .candidateList ul li.bnk .team {
  color: #ca96c2;
}
.candidate .inner .candidateList ul li.achive .thumb {
  background: #ffe5f2;
}
.candidate .inner .candidateList ul li a .thumb {
  position: relative;
  width: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_1 {
  background: #f98dc1 url(../../img/ball_1_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_1 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_2 {
  background: #f98dc1 url(../../img/ball_2_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_2 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_3 {
  background: #f98dc1 url(../../img/ball_3_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_3 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_4 {
  background: #f98dc1 url(../../img/ball_4_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_4 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_5 {
  background: #f98dc1 url(../../img/ball_5_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_5 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_6 {
  background: #f98dc1 url(../../img/ball_6_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_6 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_7 {
  background: #f98dc1 url(../../img/ball_7_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_7 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_8 {
  background: #f98dc1 url(../../img/ball_8_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_8 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_9 {
  background: #f98dc1 url(../../img/ball_9_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_9 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_10 {
  background: #f98dc1 url(../../img/ball_10_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_10 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_11 {
  background: #f98dc1 url(../../img/ball_11_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_11 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_12 {
  background: #f98dc1 url(../../img/ball_12_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_12 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_13 {
  background: #f98dc1 url(../../img/ball_13_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_13 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_14 {
  background: #f98dc1 url(../../img/ball_14_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_14 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_15 {
  background: #f98dc1 url(../../img/ball_15_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_15 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_16 {
  background: #f98dc1 url(../../img/ball_16_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_16 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_17 {
  background: #f98dc1 url(../../img/ball_17_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_17 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_18 {
  background: #f98dc1 url(../../img/ball_18_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_18 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_19 {
  background: #f98dc1 url(../../img/ball_19_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_19 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_20 {
  background: #f98dc1 url(../../img/ball_20_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_20 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_21 {
  background: #f98dc1 url(../../img/ball_21_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_21 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_22 {
  background: #f98dc1 url(../../img/ball_22_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_22 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_23 {
  background: #f98dc1 url(../../img/ball_23_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_23 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_24 {
  background: #f98dc1 url(../../img/ball_24_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_24 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_25 {
  background: #f98dc1 url(../../img/ball_25_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_25 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_26 {
  background: #f98dc1 url(../../img/ball_26_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_26 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_27 {
  background: #f98dc1 url(../../img/ball_27_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_27 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_28 {
  background: #f98dc1 url(../../img/ball_28_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_28 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_29 {
  background: #f98dc1 url(../../img/ball_29_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_29 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_30 {
  background: #f98dc1 url(../../img/ball_30_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_30 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_31 {
  background: #f98dc1 url(../../img/ball_31_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_31 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_32 {
  background: #f98dc1 url(../../img/ball_32_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_32 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_33 {
  background: #f98dc1 url(../../img/ball_33_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_33 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_34 {
  background: #f98dc1 url(../../img/ball_34_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_34 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_35 {
  background: #f98dc1 url(../../img/ball_35_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_35 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_36 {
  background: #f98dc1 url(../../img/ball_36_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_36 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_37 {
  background: #f98dc1 url(../../img/ball_37_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_37 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_38 {
  background: #f98dc1 url(../../img/ball_38_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_38 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_39 {
  background: #f98dc1 url(../../img/ball_39_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_39 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_40 {
  background: #f98dc1 url(../../img/ball_40_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_40 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_41 {
  background: #f98dc1 url(../../img/ball_41_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_41 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_42 {
  background: #f98dc1 url(../../img/ball_42_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_42 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_43 {
  background: #f98dc1 url(../../img/ball_43_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_43 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_44 {
  background: #f98dc1 url(../../img/ball_44_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_44 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_45 {
  background: #f98dc1 url(../../img/ball_45_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_45 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_46 {
  background: #f98dc1 url(../../img/ball_46_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_46 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_47 {
  background: #f98dc1 url(../../img/ball_47_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_47 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_48 {
  background: #f98dc1 url(../../img/ball_48_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_48 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_49 {
  background: #f98dc1 url(../../img/ball_49_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_49 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_50 {
  background: #f98dc1 url(../../img/ball_50_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_50 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_51 {
  background: #f98dc1 url(../../img/ball_51_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_51 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_52 {
  background: #f98dc1 url(../../img/ball_52_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_52 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_53 {
  background: #f98dc1 url(../../img/ball_53_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_53 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_54 {
  background: #f98dc1 url(../../img/ball_54_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_54 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_55 {
  background: #f98dc1 url(../../img/ball_55_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_55 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_56 {
  background: #f98dc1 url(../../img/ball_56_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_56 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_57 {
  background: #f98dc1 url(../../img/ball_57_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_57 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_58 {
  background: #f98dc1 url(../../img/ball_58_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_58 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_59 {
  background: #f98dc1 url(../../img/ball_59_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_59 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_60 {
  background: #f98dc1 url(../../img/ball_60_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_60 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_61 {
  background: #f98dc1 url(../../img/ball_61_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_61 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_62 {
  background: #f98dc1 url(../../img/ball_62_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_62 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_63 {
  background: #f98dc1 url(../../img/ball_63_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_63 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_64 {
  background: #f98dc1 url(../../img/ball_64_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_64 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_65 {
  background: #f98dc1 url(../../img/ball_65_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_65 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_66 {
  background: #f98dc1 url(../../img/ball_66_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_66 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_67 {
  background: #f98dc1 url(../../img/ball_67_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_67 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_68 {
  background: #f98dc1 url(../../img/ball_68_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_68 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_69 {
  background: #f98dc1 url(../../img/ball_69_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_69 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_70 {
  background: #f98dc1 url(../../img/ball_70_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_70 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_71 {
  background: #f98dc1 url(../../img/ball_71_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_71 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .ballNum_72 {
  background: #f98dc1 url(../../img/ball_72_s.png) center center no-repeat;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .ballNum_72 {
    background-size: 90%;
    width: 20px;
    height: 20px;
  }
}
.candidate .inner .candidateList ul li a .thumb .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  background: #f98dc1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 26px;
  padding: 5px 0 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb .number {
    width: 30px;
    height: 18px;
    font-size: 10px;
  }
}
.candidate .inner .candidateList ul li a .thumb .number span {
  font-size: 70%;
}
.candidate .inner .candidateList ul li a .thumb .number.double {
  font-size: 10px;
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  background-color: #f98dc1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.candidate .inner .candidateList ul li a .name {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .name {
    font-size: 13px;
  }
}
.candidate .inner .candidateList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.candidate .inner .candidateList ul li a .team.akb {
  color: #f98dc1;
}
.candidate .inner .candidateList ul li a .team.ske {
  color: #fcc000;
}
.candidate .inner .candidateList ul li a .team.nmb {
  color: #aa6f23;
}
.candidate .inner .candidateList ul li a .team.hkt {
  color: #383838;
}
.candidate .inner .candidateList ul li a .team.ngt {
  color: #f35b66;
}
.candidate .inner .candidateList ul li a .team.stu {
  color: #004ea2;
}
.candidate .inner .candidateList ul li a .team.jkt {
  color: #e60012;
}
.candidate .inner .candidateList ul li a .team.bnk {
  color: #ca96c2;
}
.candidate .inner .candidateList ul li a .team span {
  font-size: 90%;
  color: #333;
}
.candidate .inner .candidateList ul li a:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.candidate .inner .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.candidate .inner .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.candidateDetail {
  padding-top: 90px;
}
@media (max-width: 37.5em) {
  .candidateDetail {
    padding: 30px 0 0;
  }
}
.candidateDetail .inner {
  width: 1000px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 50px 40px 100px;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner {
    width: 100%;
    padding: 20px 20px 50px;
  }
}
.candidateDetail .inner .candidateDetailBox {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox {
    display: block;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea {
  width: 460px;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea {
    width: 100%;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider {
  overflow: hidden;
  width: 460px;
  margin: 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider {
    width: 100%;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner {
  background: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  padding: 0;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-containerPhoto {
  width: 100%;
  overflow: visible;
  z-index: 1;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb {
  background: #d8d8d8;
  height: 350px;
  overflow: hidden;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb {
    height: 250px;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a {
  height: 350px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a {
    height: 250px;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  border: 4px solid #f98dc1;
  border-radius: 100%;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon {
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #f98dc1;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon span {
  background-color: #f98dc1;
  position: absolute;
  right: calc(50% - 6px);
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon span {
    right: calc(50% - 4px);
    width: 8px;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a:hover span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb a:hover span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .inner .swiper-slide .thumb img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs {
  overflow: hidden;
  width: 460px;
  margin: 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs {
    width: 100%;
    margin: 13px 0 0;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-containerPhoto {
  width: 100%;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-wrapper {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide {
  background: #d8d8d8;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 8px;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide {
    width: 50px;
    height: 50px;
    margin-top: 7px;
    margin-left: 7px;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide:first-of-type {
  margin-left: 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide:first-of-type {
    margin-left: 0;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide:nth-child(8n+1) {
  margin-left: 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide:nth-child(8n+1) {
    margin-left: 7px;
  }
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide:nth-child(6n+1) {
    margin-left: 0;
  }
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide.swiper-slide-active {
  position: relative;
}
.candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide.swiper-slide-active:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 4px solid #f98dc1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .photoArea .photoSlider .gallery-thumbs .swiper-slide.swiper-slide-active:before {
    border: 2px solid #f98dc1;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea {
  width: 400px;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .profileArea {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea p.number {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #f98dc1;
  text-align: left;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .profileArea p.number {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea h3 {
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  color: #f98dc1;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .profileArea h3 {
    font-size: 25px;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea p.kana {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #999999;
  text-align: left;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .profileArea p.kana {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4em;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #999999;
  text-align: left;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .candidateDetailBox .profileArea dl {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4em;
  }
}
.candidateDetail .inner .candidateDetailBox .profileArea dl:first-of-type {
  margin-top: 20px;
}
.candidateDetail .inner .candidateDetailBox .profileArea dl dt {
  width: 82px;
  font-weight: bold;
  color: #222222;
  position: relative;
  margin-right: 2em;
}
.candidateDetail .inner .candidateDetailBox .profileArea dl dt:after {
  content: ':';
  position: absolute;
  right: -1em;
}
.candidateDetail .inner .candidateDetailBox .profileArea dl dd {
  flex: 1;
}
.candidateDetail .inner .movie {
  width: 60%;
  margin: 50px auto 0;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .movie {
    width: 100%;
  }
}
.candidateDetail .inner .movie p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
  color: #999999;
  text-align: left;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .movie p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.candidateDetail .inner .movie .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .candidateDetail .inner .movie .youtube {
    margin-top: 10px;
  }
}
.candidateDetail .inner .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.brSp {
  display: none;
}
@media (max-width: 37.5em) {
  .brSp {
    display: block;
  }
}

header.second {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 37.5em) {
  header.second {
    width: 100%;
    height: 20px;
  }
}
header.second .inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  header.second .inner {
    width: 100%;
  }
}
header.second .inner h1 {
  background: url(../../img/logo.png) top left no-repeat;
  background-size: contain;
  width: 140px;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  header.second .inner h1 {
    width: 78px;
    height: 20px;
  }
}
header.second .inner h1 a {
  display: block;
  width: 140px;
  height: 50px;
}
@media (max-width: 37.5em) {
  header.second .inner h1 a {
    width: 78px;
    height: 20px;
  }
}

footer {
  background: #fff;
  width: 100%;
  margin-top: 120px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 37.5em) {
  footer {
    margin-top: 60px;
  }
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 37.5em) {
  footer .inner {
    width: 100%;
    padding: 20px;
  }
}
footer .inner .footerLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  margin: 0;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink {
    display: block;
  }
}
footer .inner .footerLink ul.footerOficialLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 360px;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink {
    width: 100%;
  }
}
footer .inner .footerLink ul.footerOficialLink li {
  margin: 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li {
    width: 20%;
  }
}
footer .inner .footerLink ul.footerOficialLink li a {
  display: block;
  width: 72px;
  height: 100px;
  text-indent: -9999px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a {
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 138.88%;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.akb {
  background: url(../../img/logo_akb48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.akb {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.ske {
  background: url(../../img/logo_ske48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.ske {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.nmb {
  background: url(../../img/logo_nmb48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.nmb {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.hkt {
  background: url(../../img/logo_hkt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.hkt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.ngt {
  background: url(../../img/logo_ngt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.ngt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.stu {
  background: url(../../img/logo_stu48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.stu {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.jkt {
  background: url(../../img/logo_jkt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.jkt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink .copyright p.copyright {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #bec1c8;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .copyright p.copyright {
    margin-top: 25px;
    text-align: center;
  }
}

.moreBtn {
  width: 180px;
  height: 50px;
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .moreBtn {
    width: 100%;
  }
}
.moreBtn a {
  display: block;
  background: #f98dc1;
  width: 180px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .moreBtn a {
    width: 100%;
  }
}
.moreBtn a span {
  display: inline-block;
  background: url(../../img/link_arrow_right_white.png) 0 -1px no-repeat;
  width: 38px;
  height: 8px;
  margin-left: 10px;
}
.moreBtn a:hover span {
  -webkit-animation: indexLink 1s infinite;
  animation: indexLink 1s infinite;
  opacity: 0;
}
.moreBtn a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.moreBtn a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.moreBtn a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes indexLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
@keyframes indexLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
.pageNation {
  margin-top: 120px;
}
@media (max-width: 37.5em) {
  .pageNation {
    margin-top: 60px;
  }
}
.pageNation ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.pageNation ul li {
  margin: 0 5px;
}
.pageNation ul li.prev {
  width: 245px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .pageNation ul li.prev {
    width: 100%;
  }
}
.pageNation ul li.prev a {
  display: block;
  background: #222222;
  width: 245px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .pageNation ul li.prev a {
    width: 100%;
  }
}
.pageNation ul li.prev a span {
  display: inline-block;
  background: url(../../img/link_arrow_left_white.png) 0 -1px no-repeat;
  width: 38px;
  height: 8px;
  margin-right: 10px;
}
.pageNation ul li.prev a.disabled {
  background: #d3d3d3;
  pointer-events: none;
}
.pageNation ul li.prev a:hover span {
  -webkit-animation: prevLink 1s infinite;
  animation: prevLink 1s infinite;
  opacity: 0;
}
.pageNation ul li.prev a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.pageNation ul li.prev a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.pageNation ul li.prev a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes prevLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-20px, 0px);
    opacity: 0;
  }
}
@keyframes prevLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-20px, 0px);
    opacity: 0;
  }
}
.pageNation ul li.next {
  width: 245px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .pageNation ul li.next {
    width: 100%;
  }
}
.pageNation ul li.next a {
  display: block;
  background: #222222;
  width: 245px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .pageNation ul li.next a {
    width: 100%;
  }
}
.pageNation ul li.next a span {
  display: inline-block;
  background: url(../../img/link_arrow_right_white.png) 0 -1px no-repeat;
  width: 38px;
  height: 8px;
  margin-left: 10px;
}
.pageNation ul li.next a.disabled {
  background: #d3d3d3;
  pointer-events: none;
}
.pageNation ul li.next a:hover span {
  -webkit-animation: nextLink 1s infinite;
  animation: nextLink 1s infinite;
  opacity: 0;
}
.pageNation ul li.next a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.pageNation ul li.next a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.pageNation ul li.next a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes nextLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
@keyframes nextLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
.pageNation .backToIndex {
  margin: 30px auto 0;
  width: 245px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .pageNation .backToIndex {
    width: 50%;
  }
}
.pageNation .backToIndex a {
  display: block;
  background: #222222;
  width: 245px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .pageNation .backToIndex a {
    width: 100%;
  }
}
.pageNation .backToIndex a i {
  margin-right: 5px;
}
.pageNation .backToIndex a:hover {
  opacity: 0.6;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white !important;
}
.pagetop a img {
  width: 40px;
}
