@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", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Montserrat", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", 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: #ffffff;
  background-attachment: fixed;
  color: #222222;
}

.bgImage {
  display: block;
  background: url("../../img/bg.jpg") top center no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -9999;
}

.contentWrapper {
  padding-top: 60px;
}
@media (max-width: 37.5em) {
  .contentWrapper {
    padding-top: 50px;
  }
}
@media (max-width: 37.5em) {
  .third .contentWrapper {
    padding-top: 0;
  }
}

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

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

.info {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.info a {
  font-size: 11px;
  color: #fe87b1;
}
.info a:hover {
  opacity: 0.5;
}

.hero {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /*h1{
  	background:url(../../img/main_image.png) top left no-repeat;
  	width:1038px;
  	height:473px;
  	text-indent:-9999px;
  	margin:60px auto 0;
  	@include breakpoint(mobileonly) {
  		background:url(../../img/main_image_sp.png) top left no-repeat;
  		background-size:contain;
  		width:95%;
  		margin:30px auto 0;
  		height: 0;
  		padding-top: 46.68%;
  	}
  }*/
}
@media (max-width: 37.5em) {
  .hero {
    margin: 0;
  }
}
.hero h1 {
  background: url(../../img/key_visual.jpg) top left no-repeat;
  width: 1000px;
  height: 520px;
  text-indent: -9999px;
  margin: 60px auto 0;
}
@media (max-width: 37.5em) {
  .hero h1 {
    background: url(../../img/key_visual.jpg) top left no-repeat;
    background-size: contain;
    width: 95%;
    margin: 30px auto 0;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 52%;
  }
}
.hero .slider {
  display: none;
  width: 1000px;
  margin: 50px auto 0;
}
@media (max-width: 37.5em) {
  .hero .slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.scroll {
  margin: 50px auto 0;
  z-index: 9999;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .scroll {
    display: none;
  }
}
.scroll .scrollBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background: #fff;
  animation-name: scrollBar;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translate(0px, -40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 40px);
    opacity: 0;
  }
}
@keyframes scrollBar {
  0% {
    -webkit-transform: translate(0px, -40px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 40px);
    opacity: 0;
  }
}
.voteLink {
  text-align: center;
  margin: 50px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  .voteLink {
    margin: 40px 0;
  }
}
.voteLink .btnLarge a {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteLink .btnLarge a {
    font-size: 18px;
  }
}
.voteLink .btnLarge a:hover {
  box-shadow: none;
  opacity: 0.6;
}
.voteLink p.date {
  margin: 20px 0 0;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 37.5em) {
  .voteLink p.date {
    font-size: 12px;
  }
}
.voteLink .btnSmall {
  margin: 30px 0 0;
}
.voteLink .btnSmall a {
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteLink .btnSmall a {
    font-size: 11px;
  }
}
.voteLink .btnSmall a:hover {
  box-shadow: none;
  opacity: 0.6;
}

.countdown {
  margin-top: 0;
  margin-bottom: -150px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .countdown {
    margin-top: 0;
    margin-bottom: -100px;
  }
}
.countdown .countdownBg {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 480px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-attachment: cover;
  }
}
.countdown .countdownBg .countdownBox {
  position: absolute;
  top: 180px;
  left: 156px;
  width: 163px;
  height: 110px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox {
    top: calc(50% - 55px);
    left: calc(50% - 82px);
  }
}
.countdown .countdownBg .countdownBox .countdownTxt {
  margin-top: 7px;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt {
    margin-top: -10px;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p {
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt p {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p span.first {
  font-size: 12px;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt p span.first {
    font-size: 9px;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p span.day {
  font-size: 40px;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt p span.day {
    font-size: 32px;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p span.end {
  font-size: 20px;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt p span.end {
    font-size: 16px;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p.weather {
  font-size: 9px;
}
@media (max-width: 37.5em) {
  .countdown .countdownBg .countdownBox .countdownTxt p.weather {
    font-size: 7px;
  }
}
.countdown .countdownBg .countdownBox .countdownTxt p.weather a {
  color: #fe87b1;
  text-decoration: underline;
}
.countdown .countdownBg .countdownBox .countdownTxt p.weather a:hover {
  opacity: 0.5;
}

.candidate {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .candidate {
    margin: 0;
  }
}
.candidate .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
}
@media (max-width: 37.5em) {
  .candidate .inner {
    padding: 25px 0 50px;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.candidate .inner .contentTtl {
  padding: 0 50px;
  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;
}
.candidate .inner .contentTtl.yesterday {
  margin: 50px 0 0;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl.yesterday {
    margin: 25px 0 0;
  }
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.candidate .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.candidate .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/candidate_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.candidate .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.candidate .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
    text-align: left;
  }
}
.candidate .inner .contentTtl .link p.period:before {
  display: none;
}
.candidate .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 100px;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.candidate .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 100px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.candidate .inner .contentTtl .link .indexLink a:hover {
  box-shadow: none;
  opacity: 0.6;
}
.candidate .inner .candidateList {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList {
    margin-top: 25px;
  }
}
.candidate .inner .candidateList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
.candidate .inner .candidateList ul li {
  position: relative;
  background: #ecf7ff;
  width: 157px;
  margin: 0;
  padding: 20px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
.candidate .inner .candidateList ul li.concurrentPost {
  padding: 20px 20px 13px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li.concurrentPost {
    padding: 15px 15px 12px;
  }
}
.candidate .inner .candidateList ul li.concurrentPost .team {
  margin-top: 4px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li.concurrentPost .team {
    margin-top: 3px;
  }
}
.candidate .inner .candidateList ul li:nth-child(7n) {
  width: 158px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li:nth-child(7n) {
    width: 33.3333%;
  }
}
.candidate .inner .candidateList ul li:nth-child(even) {
  background: #f4fbff;
}
.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 .new {
  background-color: #fcc000;
}
.candidate .inner .candidateList ul li.ske .team {
  color: #fcc000;
}
.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 .new {
  background-color: #383838;
}
.candidate .inner .candidateList ul li.hkt .team {
  color: #383838;
}
.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 .new {
  background-color: #55bef8;
}
.candidate .inner .candidateList ul li.stu .team {
  color: #004ea2;
}
.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 .new {
  background-color: #ca96c2;
}
.candidate .inner .candidateList ul li.bnk .team {
  color: #ca96c2;
}
.candidate .inner .candidateList ul li.tpe .new {
  background-color: #e75205;
}
.candidate .inner .candidateList ul li.tpe .team {
  color: #e75205;
}
.candidate .inner .candidateList ul li a .new {
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 51px;
  height: 18px;
  padding-top: 3px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.6;
  z-index: 999;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .new {
    left: 4px;
    width: 30px;
    height: 14px;
    font-size: 6px;
  }
}
.candidate .inner .candidateList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 117px;
  height: 151px;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb {
    width: 100%;
    height: auto;
  }
}
.candidate .inner .candidateList ul li a .thumb img {
  width: 100%;
  min-height: 151px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb img {
    min-height: inherit;
    width: 100%;
  }
}
.candidate .inner .candidateList ul li a .name {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .name {
    margin-top: 15px;
    font-size: 13px;
  }
}
.candidate .inner .candidateList ul li a .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  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.tpe {
  color: #e75205;
}
.candidate .inner .candidateList ul li a .date {
  margin-top: 5px;
  font-size: 7px;
  text-align: center;
  color: #9aa9cc;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .date {
    font-size: 7px;
  }
}
.candidate .inner .candidateList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  box-shadow: none;
  transform: scale(1.1);
}

.voteResult {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .voteResult {
    margin: 0;
  }
}
.voteResult .inner {
  background: #fff;
  padding: 50px 0 0;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
}
@media (max-width: 37.5em) {
  .voteResult .inner {
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.voteResult .inner .contentTtl {
  padding: 0 50px;
  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;
}
.voteResult .inner .contentTtl.yesterday {
  margin: 50px 0 0;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl.yesterday {
    margin: 25px 0 0;
  }
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.voteResult .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.voteResult .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/candidate_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.voteResult .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.voteResult .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
  }
}
.voteResult .inner .contentTtl .link p.period:before {
  display: none;
}
.voteResult .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 100px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.voteResult .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.voteResult .inner .contentTtl .link .indexLink a:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}
.voteResult .inner .contentTtl .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .btnBox {
    margin-top: 14px;
    height: 55px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.voteResult .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .refleshBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.voteResult .inner .contentTtl .refleshBtn a {
  position: relative;
  display: block;
  background: #fe87b1 url(../../img/reflesh_icon.png) 11px 13px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .refleshBtn a {
    background: #fe87b1 url(../../img/reflesh_icon.png) 10px 12px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.voteResult .inner .contentTtl .refleshBtn a:after {
  display: block;
  content: '更新';
  color: #fe87b1;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .refleshBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.voteResult .inner .contentTtl .refleshBtn a:hover {
  opacity: 0.6;
}
.voteResult .inner .contentTtl .lineBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .lineBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.voteResult .inner .contentTtl .lineBtn a {
  position: relative;
  display: block;
  background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .lineBtn a {
    background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
  }
}
.voteResult .inner .contentTtl .lineBtn a:after {
  display: block;
  content: '友だち追加';
  color: #00bb02;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .lineBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.voteResult .inner .contentTtl .lineBtn a:hover {
  opacity: 0.6;
}
.voteResult .inner .contentTtl .tweetBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .tweetBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.voteResult .inner .contentTtl .tweetBtn a {
  position: relative;
  display: block;
  background: #4aa0e3 url(../../img/tweet_icon.png) 14px 15px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .tweetBtn a {
    background: #4aa0e3 url(../../img/tweet_icon.png) 12px 15px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.voteResult .inner .contentTtl .tweetBtn a:after {
  display: block;
  content: 'SHARE';
  color: #4aa0e3;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .tweetBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.voteResult .inner .contentTtl .tweetBtn a:hover {
  opacity: 0.6;
}
.voteResult .inner .quickAnnouncementList {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList {
    margin-top: 25px;
  }
}
.voteResult .inner .quickAnnouncementList h4 {
  width: 100%;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODZiMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjlhZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 134, 177, 0.7)), color-stop(100%, rgba(242, 154, 255, 0.7)));
  background: -moz-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: -webkit-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: linear-gradient(to right, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList h4 {
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }
}
.voteResult .inner .quickAnnouncementList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
.voteResult .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
.voteResult .inner .quickAnnouncementList ul li {
  position: relative;
  background: #ecf7ff;
  width: 157px;
  margin: 0;
  padding: 20px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
.voteResult .inner .quickAnnouncementList ul li.concurrentPost {
  padding: 20px 20px 13px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li.concurrentPost {
    padding: 15px 15px 12px;
  }
}
.voteResult .inner .quickAnnouncementList ul li.concurrentPost .team {
  margin-top: 4px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li.concurrentPost .team {
    margin-top: 3px;
  }
}
.voteResult .inner .quickAnnouncementList ul li:nth-child(7n) {
  width: 158px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li:nth-child(7n) {
    width: 33.3333%;
  }
}
.voteResult .inner .quickAnnouncementList ul li:nth-child(even) {
  background: #f4fbff;
}
.voteResult .inner .quickAnnouncementList ul li.akb .new {
  background-color: #f98dc1;
}
.voteResult .inner .quickAnnouncementList ul li.akb .team {
  color: #f98dc1;
}
.voteResult .inner .quickAnnouncementList ul li.ske .new {
  background-color: #fcc000;
}
.voteResult .inner .quickAnnouncementList ul li.ske .team {
  color: #fcc000;
}
.voteResult .inner .quickAnnouncementList ul li.nmb .new {
  background-color: #aa6f23;
}
.voteResult .inner .quickAnnouncementList ul li.nmb .team {
  color: #aa6f23;
}
.voteResult .inner .quickAnnouncementList ul li.hkt .new {
  background-color: #383838;
}
.voteResult .inner .quickAnnouncementList ul li.hkt .team {
  color: #383838;
}
.voteResult .inner .quickAnnouncementList ul li.ngt .new {
  background-color: #f35b66;
}
.voteResult .inner .quickAnnouncementList ul li.ngt .team {
  color: #f35b66;
}
.voteResult .inner .quickAnnouncementList ul li.stu .new {
  background-color: #55bef8;
}
.voteResult .inner .quickAnnouncementList ul li.stu .team {
  color: #004ea2;
}
.voteResult .inner .quickAnnouncementList ul li.jkt .new {
  background-color: #ff5461;
}
.voteResult .inner .quickAnnouncementList ul li.jkt .team {
  color: #e60012;
}
.voteResult .inner .quickAnnouncementList ul li.bnk .new {
  background-color: #ca96c2;
}
.voteResult .inner .quickAnnouncementList ul li.bnk .team {
  color: #ca96c2;
}
.voteResult .inner .quickAnnouncementList ul li.tpe .new {
  background-color: #e75205;
}
.voteResult .inner .quickAnnouncementList ul li.tpe .team {
  color: #e75205;
}
.voteResult .inner .quickAnnouncementList ul li a {
  position: relative;
  display: block;
}
.voteResult .inner .quickAnnouncementList ul li a .commitAchive {
  background: url(../../img/commit_icon_achieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .commitAchive {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .commitInprogress {
  background: url(../../img/commit_icon_inprogress.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .commitInprogress {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .commitNotachive {
  background: url(../../img/commit_icon_notachieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .commitNotachive {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .commitPre {
  background: url(../../img/commit_icon_pre.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .commitPre {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 117px;
  height: 151px;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .thumb img {
  width: 100%;
  min-height: 151px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .thumb img {
    min-height: inherit;
    width: 100%;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .rank {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fe87b1;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .thumb .rank {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .thumb .rank.double {
    font-size: 8px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 15px;
  font-size: 9px;
  text-align: center;
  color: #b3c3cc;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .voteNum {
    font-size: 7px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .name {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .name {
    margin-top: 10px;
    font-size: 13px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .team.akb {
  color: #f98dc1;
}
.voteResult .inner .quickAnnouncementList ul li a .team.ske {
  color: #fcc000;
}
.voteResult .inner .quickAnnouncementList ul li a .team.nmb {
  color: #aa6f23;
}
.voteResult .inner .quickAnnouncementList ul li a .team.hkt {
  color: #383838;
}
.voteResult .inner .quickAnnouncementList ul li a .team.ngt {
  color: #f35b66;
}
.voteResult .inner .quickAnnouncementList ul li a .team.stu {
  color: #004ea2;
}
.voteResult .inner .quickAnnouncementList ul li a .team.jkt {
  color: #e60012;
}
.voteResult .inner .quickAnnouncementList ul li a .team.bnk {
  color: #ca96c2;
}
.voteResult .inner .quickAnnouncementList ul li a .team.tpe {
  color: #e75205;
}
.voteResult .inner .quickAnnouncementList ul li a .goalComment {
  margin-top: 10px;
  text-align: left;
  font-size: 9px;
  color: #9aa9cc;
  letter-spacing: 0.05em;
  line-height: 1.44em;
}
.voteResult .inner .quickAnnouncementList ul li a .goalComment span {
  margin-right: 2px;
  color: #222222;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .goalComment {
    margin-top: 5px;
    font-size: 7px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transform: scale(1.1);
}

.quickAnnouncement {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .quickAnnouncement {
    margin: 0;
  }
}
.quickAnnouncement .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner {
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.quickAnnouncement .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.quickAnnouncement .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.quickAnnouncement .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/quick_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.quickAnnouncement .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.quickAnnouncement .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
    text-align: left;
  }
}
.quickAnnouncement .inner .contentTtl .link p.period:before {
  display: none;
}
.quickAnnouncement .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 100px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.quickAnnouncement .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.quickAnnouncement .inner .contentTtl .link .indexLink a:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}
.quickAnnouncement .inner .contentTtl .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .btnBox {
    margin-top: 14px;
    height: 55px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .refleshBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn a {
  position: relative;
  display: block;
  background: #fe87b1 url(../../img/reflesh_icon.png) 11px 13px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .refleshBtn a {
    background: #fe87b1 url(../../img/reflesh_icon.png) 10px 12px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:after {
  display: block;
  content: '更新';
  color: #fe87b1;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .refleshBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:hover {
  opacity: 0.6;
}
.quickAnnouncement .inner .contentTtl .lineBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .lineBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.quickAnnouncement .inner .contentTtl .lineBtn a {
  position: relative;
  display: block;
  background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .lineBtn a {
    background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
  }
}
.quickAnnouncement .inner .contentTtl .lineBtn a:after {
  display: block;
  content: '友だち追加';
  color: #00bb02;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .lineBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.quickAnnouncement .inner .contentTtl .lineBtn a:hover {
  opacity: 0.6;
}
.quickAnnouncement .inner .contentTtl .tweetBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .tweetBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.quickAnnouncement .inner .contentTtl .tweetBtn a {
  position: relative;
  display: block;
  background: #4aa0e3 url(../../img/tweet_icon.png) 14px 15px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .tweetBtn a {
    background: #4aa0e3 url(../../img/tweet_icon.png) 12px 15px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.quickAnnouncement .inner .contentTtl .tweetBtn a:after {
  display: block;
  content: 'SHARE';
  color: #4aa0e3;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .tweetBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.quickAnnouncement .inner .contentTtl .tweetBtn a:hover {
  opacity: 0.6;
}
.quickAnnouncement .inner .quickAnnouncementList {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList {
    margin-top: 25px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList h4 {
  width: 100%;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODZiMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjlhZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 134, 177, 0.7)), color-stop(100%, rgba(242, 154, 255, 0.7)));
  background: -moz-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: -webkit-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: linear-gradient(to right, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList h4 {
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul {
    margin-left: 0px !important;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
.quickAnnouncement .inner .quickAnnouncementList ul li {
  position: relative;
  background: #f4fbff;
  width: 157px;
  margin: 0;
  padding: 20px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li.concurrentPost {
  padding: 20px 20px 13px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li.concurrentPost {
    padding: 15px 15px 12px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li.concurrentPost .team {
  margin-top: 4px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li.concurrentPost .team {
    margin-top: 3px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li:nth-child(7n) {
  width: 158px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li:nth-child(7n) {
    width: 33.3333%;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li:nth-child(even) {
  background: #ecf7ff;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.akb .new {
  background-color: #f98dc1;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.akb .team {
  color: #f98dc1;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.ske .new {
  background-color: #fcc000;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.ske .team {
  color: #fcc000;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.nmb .new {
  background-color: #aa6f23;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.nmb .team {
  color: #aa6f23;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.hkt .new {
  background-color: #383838;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.hkt .team {
  color: #383838;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.ngt .new {
  background-color: #f35b66;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.ngt .team {
  color: #f35b66;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.stu .new {
  background-color: #55bef8;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.stu .team {
  color: #004ea2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.jkt .new {
  background-color: #ff5461;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.jkt .team {
  color: #e60012;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.bnk .new {
  background-color: #ca96c2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.bnk .team {
  color: #ca96c2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.tpe .new {
  background-color: #e75205;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.tpe .team {
  color: #e75205;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a {
  position: relative;
  display: block;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 117px;
  height: 151px;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb img {
  width: 100%;
  min-height: 151px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .thumb img {
    min-height: inherit;
    width: 100%;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .rank {
  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;
  background: #fe87b1;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  z-index: 9;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .rank {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .rank.double {
    font-size: 8px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 15px;
  font-size: 9px;
  text-align: center;
  color: #b3c3cc;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .voteNum {
    font-size: 7px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .name {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .name {
    margin-top: 10px;
    font-size: 13px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.akb {
  color: #f98dc1;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.ske {
  color: #fcc000;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.nmb {
  color: #aa6f23;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.hkt {
  color: #383838;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.ngt {
  color: #f35b66;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.stu {
  color: #004ea2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.jkt {
  color: #e60012;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.bnk {
  color: #ca96c2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.tpe {
  color: #e75205;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transform: scale(1.1);
}

.goodsBanner {
  margin: 70px 0 0;
}
@media (max-width: 37.5em) {
  .goodsBanner {
    margin: 75px 0 0;
  }
}
@media (max-width: 37.5em) {
  .goodsBanner .inner {
    padding: 0 25px;
  }
}
.goodsBanner .inner ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -46px !important;
}
@media (max-width: 37.5em) {
  .goodsBanner .inner ul {
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    width: 100%;
    margin-left: 0px !important;
  }
}
.goodsBanner .inner ul li {
  margin-top: 50px;
  margin-left: 46px;
  width: 240px;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
}
@media (max-width: 37.5em) {
  .goodsBanner .inner ul li {
    width: 47%;
    margin-top: 20px;
    margin-left: 0px;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.goodsBanner .inner ul li:nth-child(-n+4) {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .goodsBanner .inner ul li:nth-child(-n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 37.5em) {
  .goodsBanner .inner ul li:nth-child(-n+2) {
    margin-top: 0px;
  }
}
.goodsBanner .inner ul li a:hover {
  opacity: 0.6;
}

.appealComments {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .appealComments {
    margin: 75px 0 0;
  }
}
.appealComments .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0;
}
@media (max-width: 37.5em) {
  .appealComments .inner {
    padding: 25px 0 50px;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.appealComments .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.appealComments .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.appealComments .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/comment_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.appealComments .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.appealComments .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
  }
}
.appealComments .inner .contentTtl .link p.period:before {
  display: none;
}
.appealComments .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 100px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.appealComments .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 100px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.appealComments .inner .contentTtl .link .indexLink a:hover {
  box-shadow: none;
  opacity: 0.6;
}
.appealComments .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .refleshBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.appealComments .inner .contentTtl .refleshBtn a {
  position: relative;
  display: block;
  background: #fe87b1 url(../../img/reflesh_icon.png) 11px 13px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .refleshBtn a {
    background: #fe87b1 url(../../img/reflesh_icon.png) 10px 12px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.appealComments .inner .contentTtl .refleshBtn a:after {
  display: block;
  content: '更新';
  color: #fe87b1;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .refleshBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.appealComments .inner .contentTtl .refleshBtn a:hover {
  opacity: 0.6;
}
.appealComments .inner .contentTtl .lineBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .lineBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.appealComments .inner .contentTtl .lineBtn a {
  position: relative;
  display: block;
  background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .lineBtn a {
    background: #00bb02 url(../../img/line_icon.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
  }
}
.appealComments .inner .contentTtl .lineBtn a:after {
  display: block;
  content: '友だち追加';
  color: #00bb02;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .lineBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.appealComments .inner .contentTtl .lineBtn a:hover {
  opacity: 0.6;
}
.appealComments .inner .contentTtl .tweetBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .tweetBtn {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}
.appealComments .inner .contentTtl .tweetBtn a {
  position: relative;
  display: block;
  background: #4aa0e3 url(../../img/tweet_icon.png) 14px 15px no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .tweetBtn a {
    background: #4aa0e3 url(../../img/tweet_icon.png) 12px 15px no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
  }
}
.appealComments .inner .contentTtl .tweetBtn a:after {
  display: block;
  content: 'SHARE';
  color: #4aa0e3;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .tweetBtn a:after {
    transform: scale(0.7);
    word-break: keep-all;
  }
}
.appealComments .inner .contentTtl .tweetBtn a:hover {
  opacity: 0.6;
}
.appealComments .inner .commentList {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .commentList {
    margin-top: 25px;
    padding: 25px;
  }
}
.appealComments .inner .commentList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.appealComments .inner .commentList ul li {
  position: relative;
  width: 316px;
  margin: 40px 0 0;
}
@media (max-width: 37.5em) {
  .appealComments .inner .commentList ul li {
    width: 30%;
    margin-top: 40px;
  }
  .appealComments .inner .commentList ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.appealComments .inner .commentList ul li.akb .plusIcon span, .appealComments .inner .commentList ul li.akb .new {
  background-color: #f98dc1;
}
.appealComments .inner .commentList ul li.akb .team {
  color: #f98dc1;
}
.appealComments .inner .commentList ul li.ske .plusIcon span, .appealComments .inner .commentList ul li.ske .new {
  background-color: #fcc000;
}
.appealComments .inner .commentList ul li.ske .team {
  color: #fcc000;
}
.appealComments .inner .commentList ul li.nmb .plusIcon span, .appealComments .inner .commentList ul li.nmb .new {
  background-color: #aa6f23;
}
.appealComments .inner .commentList ul li.nmb .team {
  color: #aa6f23;
}
.appealComments .inner .commentList ul li.hkt .plusIcon span, .appealComments .inner .commentList ul li.hkt .new {
  background-color: #383838;
}
.appealComments .inner .commentList ul li.hkt .team {
  color: #383838;
}
.appealComments .inner .commentList ul li.ngt .plusIcon span, .appealComments .inner .commentList ul li.ngt .new {
  background-color: #f35b66;
}
.appealComments .inner .commentList ul li.ngt .team {
  color: #f35b66;
}
.appealComments .inner .commentList ul li.stu .plusIcon span, .appealComments .inner .commentList ul li.stu .new {
  background-color: #55bef8;
}
.appealComments .inner .commentList ul li.stu .team {
  color: #004ea2;
}
.appealComments .inner .commentList ul li.jkt .plusIcon span, .appealComments .inner .commentList ul li.jkt .new {
  background-color: #ff5461;
}
.appealComments .inner .commentList ul li.jkt .team {
  color: #e60012;
}
.appealComments .inner .commentList ul li.bnk .plusIcon span, .appealComments .inner .commentList ul li.bnk .new {
  background-color: #ca96c2;
}
.appealComments .inner .commentList ul li.bnk .team {
  color: #ca96c2;
}
.appealComments .inner .commentList ul li .movie a p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.appealComments .inner .commentList ul li .movie a p i {
  margin-right: 4px;
  color: #d62424;
}
.appealComments .inner .commentList ul li .name {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .commentList ul li .name {
    margin-top: 15px;
    font-size: 13px;
  }
}
.appealComments .inner .commentList ul li .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .commentList ul li .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.appealComments .inner .commentList ul li .team.akb {
  color: #f98dc1;
}
.appealComments .inner .commentList ul li .team.ske {
  color: #fcc000;
}
.appealComments .inner .commentList ul li .team.nmb {
  color: #aa6f23;
}
.appealComments .inner .commentList ul li .team.hkt {
  color: #383838;
}
.appealComments .inner .commentList ul li .team.ngt {
  color: #f35b66;
}
.appealComments .inner .commentList ul li .team.stu {
  color: #004ea2;
}
.appealComments .inner .commentList ul li .team.jkt {
  color: #e60012;
}
.appealComments .inner .commentList ul li .team.bnk {
  color: #ca96c2;
}
.appealComments .inner .commentList ul li .team.tpe {
  color: #e75205;
}
.appealComments .inner p.linkCaption {
  margin-top: 50px;
  color: #222222;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.66em;
  text-align: left;
}
@media (max-width: 37.5em) {
  .appealComments .inner p.linkCaption {
    margin-top: 30px;
    font-size: 15px;
  }
}

.news {
  margin: 50px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .news {
    margin: 75px 0 0;
  }
}
.news .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  .news .inner {
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.news .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.news .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.news .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/news_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.news .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.news .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
  }
}
.news .inner .contentTtl .link p.period:before {
  display: none;
}
.news .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 100px;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.news .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 100px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.news .inner .contentTtl .link .indexLink a:hover {
  box-shadow: none;
  opacity: 0.6;
}
.news .inner .newsList {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  .news .inner .newsList {
    margin-top: 25px;
    padding: 50px 25px;
  }
}
@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;
  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;
}
@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: #9aa9cc;
  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 {
    margin-left: 0;
    margin-top: 5px;
    font-size: 13px;
  }
}
.news .inner .newsList ul li a:hover {
  opacity: 0.6;
}

.archiveBanner {
  margin: 120px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 37.5em) {
  .archiveBanner {
    margin: 75px 0 0;
  }
}
.archiveBanner .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner {
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
.archiveBanner .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
.archiveBanner .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
.archiveBanner .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/archive_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
.archiveBanner .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
.archiveBanner .inner .contentTtl .link p.period {
  color: #b3c3cc;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .link p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
  }
}
.archiveBanner .inner .contentTtl .link p.period:before {
  display: none;
}
.archiveBanner .inner .contentTtl .link .indexLink {
  margin: 10px 0 0 auto;
  width: 140px;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .link .indexLink {
    margin: 25px auto 0 0;
  }
}
.archiveBanner .inner .contentTtl .link .indexLink a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 140px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl .link .indexLink a {
    font-size: 11px;
  }
}
.archiveBanner .inner .contentTtl .link .indexLink a:hover {
  opacity: 0.6;
}
.archiveBanner .inner .bannerBox {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox {
    margin-top: 25px;
    padding: 50px 25px;
  }
}
.archiveBanner .inner .bannerBox ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px !important;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox ul {
    width: 100%;
    margin-left: 0px !important;
  }
}
.archiveBanner .inner .bannerBox ul li {
  margin-top: 50px;
  margin-left: 50px;
  width: 300px;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox ul li {
    width: 49%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .archiveBanner .inner .bannerBox ul li:nth-child(even) {
    margin-left: 5px;
  }
}
.archiveBanner .inner .bannerBox ul li:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox ul li:nth-child(-n+3) {
    margin-top: 10px;
  }
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.archiveBanner .inner .bannerBox ul li a:hover {
  opacity: 0.6;
}
.archiveBanner .inner .moreBtn {
  position: absolute;
  right: 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .moreBtn {
    position: relative;
    display: none;
  }
}

.otherBanner {
  margin: 120px 0 0;
}
@media (max-width: 37.5em) {
  .otherBanner {
    margin: 75px 0 0;
  }
}
.otherBanner .inner {
  padding: 0 50px;
}
@media (max-width: 37.5em) {
  .otherBanner .inner {
    padding: 0 25px;
  }
}
.otherBanner .inner ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -37px !important;
}
@media (max-width: 37.5em) {
  .otherBanner .inner ul {
    width: 100%;
    margin-left: 0px !important;
  }
}
.otherBanner .inner ul li {
  margin-top: 30px;
  margin-left: 37px;
  width: 170px;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
}
.otherBanner .inner ul li:nth-child(-n+5) {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .otherBanner .inner ul li:nth-child(-n+5) {
    margin-top: 20px;
  }
}
@media (max-width: 37.5em) {
  .otherBanner .inner ul li {
    width: 32%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 5px;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
  .otherBanner .inner ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .otherBanner .inner ul li:nth-child(-n+3) {
    margin-top: 0px;
  }
}
.otherBanner .inner ul li a:hover {
  opacity: 0.6;
}

#news .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #news .pageTtl {
    margin: 50px 0 0;
  }
}
#news .pageTtl h2 {
  background: url(../../img/news_ttl.png) center center no-repeat;
  width: 293px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #news .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#news .newsIndex {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #news .newsIndex {
    margin: 40px 0 0;
  }
}
#news .newsIndex .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#news .newsIndex .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#news .newsIndex .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#news .newsIndex .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/news_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#news .newsIndex .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#news .newsIndex .inner .newsListArea {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsListArea {
    margin-top: 25px;
    padding: 50px 25px;
  }
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsListArea ul.newsList {
    margin-top: 15px !important;
  }
}
#news .newsIndex .inner .newsListArea ul.newsList li {
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsListArea ul.newsList li {
    margin-top: 15px;
  }
}
#news .newsIndex .inner .newsListArea ul.newsList li:first-child {
  margin-top: 0;
}
#news .newsIndex .inner .newsListArea ul.newsList li a:hover {
  opacity: 0.6;
}
#news .newsIndex .inner .newsListArea ul.newsList li a dl {
  position: relative;
  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;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsListArea ul.newsList li a dl {
    padding-left: 0;
    display: block;
  }
}
#news .newsIndex .inner .newsListArea ul.newsList li a dl dt {
  font-size: 9px;
  color: #9aa9cc;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
#news .newsIndex .inner .newsListArea ul.newsList 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 .newsIndex .inner .newsListArea ul.newsList li a dl dd {
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
  }
}
#news .newsIndex .inner .pager {
  margin-top: 50px;
}
#news .newsIndex .inner .pager ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px !important;
}
#news .newsIndex .inner .pager ul li {
  margin: 10px 0 0 10px;
}
#news .newsIndex .inner .pager ul li a {
  display: block;
  padding-top: 5px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  font-size: 11px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#news .newsIndex .inner .pager ul li a.current {
  background: rgba(255, 255, 255, 0.5);
  color: #33a9ca;
  box-shadow: none;
}
#news .newsIndex .inner .pager ul li a:hover {
  opacity: 0.6;
}
#news .newsDetail {
  margin: 50px 0 0;
}
#news .newsDetail .inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#news .newsDetail .inner .contentTtl {
  padding: 0 50px;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .contentTtl {
    padding: 0 25px;
  }
}
#news .newsDetail .inner .contentTtl p.date {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .contentTtl p.date {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#news .newsDetail .inner .contentTtl p.date:before {
  content: "";
  background: url(../../img/news_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .contentTtl p.date:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#news .newsDetail .inner .contentTtl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
#news .newsDetail .inner .newsBody {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .newsBody {
    margin-top: 25px;
    padding: 25px 25px 50px;
  }
}
#news .newsDetail .inner .newsBody .photo {
  width: 100%;
}
#news .newsDetail .inner .newsBody p.txt {
  margin-top: 50px;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #252525;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .newsBody p.txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#news .newsDetail .inner .newsBody p.txt a {
  text-decoration: underline;
  color: #33a9ca;
}
#news .newsDetail .inner .newsBody p.txt a:hover {
  text-decoration: none;
}

#about .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #about .pageTtl {
    margin: 50px 0 0;
  }
}
#about .pageTtl h2 {
  background: url(../../img/about_ttl.png) center center no-repeat;
  width: 350px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #about .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#about .aboutWrap {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #about .aboutWrap {
    margin: 40px 0 0;
  }
}
#about .aboutWrap .inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#about .aboutWrap .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#about .aboutWrap .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#about .aboutWrap .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/about_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#about .aboutWrap .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#about .aboutWrap .inner .aboutBody {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .aboutBody {
    margin-top: 25px;
    padding: 50px 25px;
  }
}
#about .aboutWrap .inner .aboutBody h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .aboutBody h3 {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#about .aboutWrap .inner .aboutBody dl {
  width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
#about .aboutWrap .inner .aboutBody dl:last-child {
  border-bottom: none;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .aboutBody dl {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    padding: 0;
    border-bottom: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.38em;
  }
  #about .aboutWrap .inner .aboutBody dl:first-of-type {
    margin: 50px auto 0;
  }
}
#about .aboutWrap .inner .aboutBody dl dt {
  width: 150px;
  text-align: left;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .aboutBody dl dt {
    width: 100%;
    text-align: center;
  }
}
#about .aboutWrap .inner .aboutBody dl dd {
  flex: 1;
  color: #252525;
}
@media (max-width: 37.5em) {
  #about .aboutWrap .inner .aboutBody dl dd {
    margin-top: 12px;
    text-align: left;
  }
}

#candidate .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #candidate .pageTtl {
    margin: 50px 0 0;
  }
}
#candidate .pageTtl h2 {
  background: url(../../img/candidate_ttl.png) center center no-repeat;
  width: 441px;
  height: 91px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #candidate .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#candidate .candidateBody {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody {
    margin: 40px 0 0;
  }
}
#candidate .candidateBody .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#candidate .candidateBody .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#candidate .candidateBody .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#candidate .candidateBody .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/candidate_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#candidate .candidateBody .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#candidate .candidateBody .inner .teamTab {
  margin: 50px 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab {
    margin: 25px 25px 0;
    border-bottom: none;
  }
  #candidate .candidateBody .inner .teamTab.akb a.current {
    background: url(../../img/tab_akb_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #f98dc1;
  }
  #candidate .candidateBody .inner .teamTab.ske a.current {
    background: url(../../img/tab_ske_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #fcc000;
  }
  #candidate .candidateBody .inner .teamTab.nmb a.current {
    background: url(../../img/tab_nmb_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #aa6f23;
  }
  #candidate .candidateBody .inner .teamTab.hkt a.current {
    background: url(../../img/tab_hkt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #383838;
  }
  #candidate .candidateBody .inner .teamTab.ngt a.current {
    background: url(../../img/tab_ngt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #f35b66;
  }
  #candidate .candidateBody .inner .teamTab.stu a.current {
    background: url(../../img/tab_stu_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #004ea2;
  }
  #candidate .candidateBody .inner .teamTab.jkt a.current {
    background: url(../../img/tab_jkt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #e60012;
  }
  #candidate .candidateBody .inner .teamTab.bnk a.current {
    background: url(../../img/tab_bnk_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #ca96c2;
  }
  #candidate .candidateBody .inner .teamTab.tpe a.current {
    background: url(../../img/tab_tpe_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #e75205;
  }
}
#candidate .candidateBody .inner .teamTab.akb a.current:before {
  background-color: #f98dc1;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.akb a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.ske a.current:before {
  background-color: #fcc000;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.ske a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.nmb a.current:before {
  background-color: #aa6f23;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.nmb a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.hkt a.current:before {
  background-color: #383838;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.hkt a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.ngt a.current:before {
  background-color: #f35b66;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.ngt a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.stu a.current:before {
  background-color: #004ea2;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.stu a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.jkt a.current:before {
  background-color: #e60012;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.jkt a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.bnk a.current:before {
  background-color: #ca96c2;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.bnk a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab.tpe a.current:before {
  background-color: #e75205;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab.tpe a.current:before {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab ul {
  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;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul {
    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
#candidate .candidateBody .inner .teamTab ul li {
  width: 14.28%;
  height: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li {
    background: #ecf7ff;
    width: 18%;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#candidate .candidateBody .inner .teamTab ul li.akb a:after {
  background-color: #f98dc1;
}
#candidate .candidateBody .inner .teamTab ul li.ske a:after {
  background-color: #fcc000;
}
#candidate .candidateBody .inner .teamTab ul li.nmb a:after {
  background-color: #aa6f23;
}
#candidate .candidateBody .inner .teamTab ul li.hkt a:after {
  background-color: #383838;
}
#candidate .candidateBody .inner .teamTab ul li.ngt a:after {
  background-color: #f35b66;
}
#candidate .candidateBody .inner .teamTab ul li.stu a:after {
  background-color: #004ea2;
}
#candidate .candidateBody .inner .teamTab ul li.jkt a:after {
  background-color: #e60012;
}
#candidate .candidateBody .inner .teamTab ul li.bnk a:after {
  background-color: #ca96c2;
}
#candidate .candidateBody .inner .teamTab ul li.tpe a:after {
  background-color: #e75205;
}
#candidate .candidateBody .inner .teamTab ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li a {
    width: 100%;
    height: 100%;
  }
}
#candidate .candidateBody .inner .teamTab ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #fe87b1;
  transition: all .3s ease;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li a:after {
    display: none;
  }
}
#candidate .candidateBody .inner .teamTab ul li a:hover::after {
  transform: scaleX(1);
}
#candidate .candidateBody .inner .teamTab ul li a.current:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fe87b1;
}
#candidate .candidateBody .inner .teamTab ul li.akb a {
  background: url(../../img/tab_akb.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.akb a {
    background: url(../../img/tab_akb_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.ske a {
  background: url(../../img/tab_ske.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.ske a {
    background: url(../../img/tab_ske_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.nmb a {
  background: url(../../img/tab_nmb.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.nmb a {
    background: url(../../img/tab_nmb_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.hkt a {
  background: url(../../img/tab_hkt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.hkt a {
    background: url(../../img/tab_hkt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.ngt a {
  background: url(../../img/tab_ngt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.ngt a {
    background: url(../../img/tab_ngt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.stu a {
  background: url(../../img/tab_stu.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.stu a {
    background: url(../../img/tab_stu_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.jkt a {
  background: url(../../img/tab_jkt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.jkt a {
    background: url(../../img/tab_jkt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.bnk a {
  background: url(../../img/tab_bnk.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.bnk a {
    background: url(../../img/tab_bnk_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .teamTab ul li.tpe a {
  background: url(../../img/tab_tpe.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li.tpe a {
    background: url(../../img/tab_tpe_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#candidate .candidateBody .inner .anchorLink {
  margin: 20px 50px 0;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink {
    margin: 20px 25px 0;
  }
}
#candidate .candidateBody .inner .anchorLink.akb a {
  color: #f98dc1;
}
#candidate .candidateBody .inner .anchorLink.ske a {
  color: #fcc000;
}
#candidate .candidateBody .inner .anchorLink.nmb a {
  color: #aa6f23;
}
#candidate .candidateBody .inner .anchorLink.hkt a {
  color: #383838;
}
#candidate .candidateBody .inner .anchorLink.ngt a {
  color: #f35b66;
}
#candidate .candidateBody .inner .anchorLink.stu a {
  color: #004ea2;
}
#candidate .candidateBody .inner .anchorLink.jkt a {
  color: #e60012;
}
#candidate .candidateBody .inner .anchorLink.bnk a {
  color: #ca96c2;
}
#candidate .candidateBody .inner .anchorLink.tpe a {
  color: #e75205;
}
#candidate .candidateBody .inner .anchorLink ul {
  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;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul {
    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#candidate .candidateBody .inner .anchorLink ul li {
  margin: 0 30px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul li {
    margin: 0 20px 0 0;
    padding-left: 12px;
  }
}
#candidate .candidateBody .inner .anchorLink ul li:first-child {
  margin: 0 30px 0 20px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul li:first-child {
    margin: 0 20px 0 0;
  }
}
#candidate .candidateBody .inner .anchorLink ul li a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul li a {
    font-size: 11px;
  }
}
#candidate .candidateBody .inner .anchorLink ul li a:before {
  font-family: 'FontAwesome';
  content: "\f175";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 0px;
  left: -12px;
}
#candidate .candidateBody .inner .anchorLink ul li a:hover:before {
  -webkit-animation: anchorLink 1s infinite;
  animation: anchorLink 1s infinite;
  opacity: 0;
}
#candidate .candidateBody .inner .anchorLink ul li a:hover:before:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#candidate .candidateBody .inner .anchorLink ul li a:hover:before:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#candidate .candidateBody .inner .anchorLink ul li a:hover:before:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes anchorLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    opacity: 0;
  }
}
@keyframes anchorLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    opacity: 0;
  }
}
#candidate .candidateBody .inner .teamBlock {
  margin-top: 50px;
  /*&.akb h4{
  	color:$brand-akb;
  }
  &.ske h4{
  	color:$brand-ske;
  }
  &.nmb h4{
  	color:$brand-nmb;
  }
  &.hkt h4{
  	color:$brand-hkt;
  }
  &.ngt h4{
  	color:$brand-ngt;
  }
  &.stu h4{
  	color:$brand-stu;
  }
  &.jkt h4{
  	color:$brand-jkt;
  }
  &.bnk h4{
  	color:$brand-bnk;
  }*/
}
#candidate .candidateBody .inner .teamBlock ~ .teamBlock {
  margin-top: inherit;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock {
    margin-top: 25px;
  }
}
#candidate .candidateBody .inner .teamBlock h4 {
  width: 100%;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODZiMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjlhZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 134, 177, 0.7)), color-stop(100%, rgba(242, 154, 255, 0.7)));
  background: -moz-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: -webkit-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: linear-gradient(to right, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock h4 {
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList {
    margin-top: 0px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li {
  position: relative;
  background: #ecf7ff;
  width: 157px;
  margin: 0;
  padding: 20px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.concurrentPost {
  padding: 20px 20px 13px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li.concurrentPost {
    padding: 15px 15px 12px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.concurrentPost .team {
  margin-top: 4px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li.concurrentPost .team {
    margin-top: 3px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li:nth-child(7n) {
  width: 158px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li:nth-child(7n) {
    width: 33.3333%;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li:nth-child(even) {
  background: #f4fbff;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.akb .new {
  background-color: #f98dc1;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.akb .team {
  color: #f98dc1;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.ske .new {
  background-color: #fcc000;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.ske .team {
  color: #fcc000;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.nmb .new {
  background-color: #aa6f23;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.nmb .team {
  color: #aa6f23;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.hkt .new {
  background-color: #383838;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.hkt .team {
  color: #383838;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.ngt .new {
  background-color: #f35b66;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.ngt .team {
  color: #f35b66;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.stu .new {
  background-color: #55bef8;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.stu .team {
  color: #004ea2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.jkt .new {
  background-color: #ff5461;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.jkt .team {
  color: #e60012;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.bnk .new {
  background-color: #ca96c2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.bnk .team {
  color: #ca96c2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.tpe .new {
  background-color: #e75205;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.tpe .team {
  color: #e75205;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a {
  display: block;
  position: relative;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitAchive {
  background: url(../../img/commit_icon_achieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitAchive {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitInprogress {
  background: url(../../img/commit_icon_inprogress.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitInprogress {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitNotachive {
  background: url(../../img/commit_icon_notachieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitNotachive {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitPre {
  background: url(../../img/commit_icon_pre.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -20px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commitPre {
    background-size: contain;
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .new {
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 51px;
  height: 18px;
  padding-top: 3px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.6;
  z-index: 999;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .new {
    left: 4px;
    width: 30px;
    height: 14px;
    font-size: 6px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 117px;
  height: 151px;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb {
    width: 100%;
    height: auto;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb img {
  width: 100%;
  min-height: 151px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb img {
    min-height: inherit;
    width: 100%;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .name {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .name {
    margin-top: 15px;
    font-size: 13px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.akb {
  color: #f98dc1;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.ske {
  color: #fcc000;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.nmb {
  color: #aa6f23;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.hkt {
  color: #383838;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.ngt {
  color: #f35b66;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.stu {
  color: #004ea2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.jkt {
  color: #e60012;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.bnk {
  color: #ca96c2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team.tpe {
  color: #e75205;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .date {
  margin-top: 5px;
  font-size: 7px;
  text-align: center;
  color: #9aa9cc;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .date {
    font-size: 7px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commit {
  margin-top: 10px;
  text-align: left;
  font-size: 9px;
  color: #9aa9cc;
  letter-spacing: 0.05em;
  line-height: 1.44em;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commit span {
  margin-right: 2px;
  color: #222222;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commit {
    margin-top: 5px;
    font-size: 7px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transform: scale(1.1);
}
#candidate .candidateDetail {
  margin: 50px 0 0;
}
#candidate .candidateDetail .inner {
  width: 600px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner {
    width: 100%;
    padding: 25px 25px 50px;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#candidate .candidateDetail .inner.wPoster {
  width: 1100px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner.wPoster {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody {
  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;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody {
    display: block;
  }
}
#candidate .candidateDetail .inner .detailBody .posterArea {
  width: 440px;
  margin-left: 60px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .posterArea {
    display: none;
  }
}
#candidate .candidateDetail .inner .detailBody .posterArea .movie {
  margin-top: 60px;
}
#candidate .candidateDetail .inner .detailBody .posterArea .movie a p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
#candidate .candidateDetail .inner .detailBody .posterArea .movie a p i {
  margin-right: 4px;
  color: #d62424;
}
#candidate .candidateDetail .inner .detailBody .profileArea {
  width: 500px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt {
  position: relative;
  margin-right: 20px;
  width: 134px;
  height: 173px;
  margin-top: 4px;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt .commitAchive {
  background: url(../../img/commit_icon_achieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt .commitInprogress {
  background: url(../../img/commit_icon_inprogress.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt .commitNotachive {
  background: url(../../img/commit_icon_notachieve.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt .commitPre {
  background: url(../../img/commit_icon_pre.png) 0 0 no-repeat;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.alp {
  font-size: 9px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #bec1c8;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.alp {
    font-size: 5px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt h4 {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt h4 {
    font-size: 25px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.kana {
  margin-top: 8px;
  font-size: 9px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #bec1c8;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.kana {
    font-size: 5px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.akb {
  color: #f98dc1;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.ske {
  color: #fcc000;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.nmb {
  color: #aa6f23;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.hkt {
  color: #383838;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.ngt {
  color: #f35b66;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.stu {
  color: #004ea2;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.jkt {
  color: #e60012;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.team.bnk {
  color: #ca96c2;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.date {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #999999;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.date {
    font-size: 9px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.result {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dd .profileTxt p.result {
    font-size: 15px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .commit {
  margin-top: 60px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .commit {
    margin-top: 30px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .commit h4 {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .commit h4 {
    font-size: 13px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .commit p {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #999999;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .commit p {
    font-size: 13px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle {
  margin-top: 60px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle {
    margin-top: 30px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul {
    display: block;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li {
  width: 50%;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:first-child {
  margin-right: 20px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:nth-child(2) {
    margin-top: 30px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:nth-child(2) li:nth-child(1) {
  width: 52px;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:nth-child(2) li:nth-child(2) {
  width: 12px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:nth-child(2) li:nth-child(2) {
    margin-top: 0px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li:nth-child(2) li:nth-child(3) {
  flex: 1;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dt {
    font-size: 13px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd {
  margin-top: 15px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd {
    margin-top: 5px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  margin-top: 15px !important;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul {
    margin-top: 5px !important;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li {
  text-align: left;
  font-size: 12px;
  color: #999999;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li {
    font-size: 13px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li:nth-child(1) {
  width: 80px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li:nth-child(1) {
    width: 84px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li:nth-child(2) {
  width: 12px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li:nth-child(2) {
    margin-top: 0px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle ul li dl dd ul li:nth-child(3) {
  flex: 1;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileMiddle p.freeTxt {
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2em;
  color: #999999;
}
#candidate .candidateDetail .inner .detailBody .profileArea .posterAreaSp {
  display: none;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .posterAreaSp {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .posterAreaSp .movie {
    margin-top: 30px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .posterAreaSp .movie a p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
#candidate .candidateDetail .inner .detailBody .profileArea .posterAreaSp .movie a p i {
  margin-right: 4px;
  color: #d62424;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn {
  margin-top: 60px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn {
    margin-top: 30px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul {
  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;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul {
    display: block;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li {
  width: 210px;
  height: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li:nth-child(2) {
    margin-left: 0px;
    margin-top: 10px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 210px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a {
    width: 100%;
    font-size: 11px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a:hover {
  box-shadow: none;
  opacity: 0.6;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a.disabled {
  background: #d3d3d3;
  pointer-events: none;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon {
    margin-top: 40px;
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul {
  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;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li {
  margin: 0 0 0 16px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li {
    margin: 0 0 0 5px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li:first-child {
  margin: 0;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a {
    width: 45px;
    height: 45px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a:hover {
  box-shadow: none;
  opacity: 0.6;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.profile {
  background: url(../../img/sns_icon_profile.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.profile {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.showroom {
  background: url(../../img/sns_icon_showroom.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.showroom {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.facebook {
  background: url(../../img/sns_icon_facebook.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.facebook {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.nanagogo {
  background: url(../../img/sns_icon_755.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.nanagogo {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.google {
  background: url(../../img/sns_icon_google.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.google {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.blog {
  background: url(../../img/sns_icon_blog.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.blog {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.instagram {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: url(../../img/sns_icon_instagram.png) 0 0 no-repeat;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a.instagram {
    background-size: contain;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed {
    margin-top: 60px;
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab {
  overflow: hidden;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li {
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.google {
  background: url(../../img/tab_google.png) 0 0 no-repeat;
  width: 100%;
  height: 40px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.google {
    background: url(../../img/tab_google.png) top center no-repeat;
    width: 50%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.google.select {
  border-bottom: 4px solid #dc4a38;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.twitter {
  background: url(../../img/tab_twitter.png) top center no-repeat;
  width: 100%;
  height: 40px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.twitter {
    background: url(../../img/tab_twitter.png) top center no-repeat;
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .tab li.twitter.select {
  border-bottom: 4px solid #4aa0e3;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .content {
  width: 100%;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .content li {
  height: 400px;
  overflow: scroll;
  padding: 20px;
  border: 1px solid #eeeeee;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsFeed .content li.hide {
  display: none;
}

#postergallery .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #postergallery .pageTtl {
    margin: 50px 0 0;
  }
}
#postergallery .pageTtl h2 {
  background: url(../../img/postergallery_ttl.png) center center no-repeat;
  width: 406px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #postergallery .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#postergallery .postergalleryBody {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody {
    margin: 40px 0 0;
  }
}
#postergallery .postergalleryBody .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#postergallery .postergalleryBody .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#postergallery .postergalleryBody .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#postergallery .postergalleryBody .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/postergallery_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#postergallery .postergalleryBody .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#postergallery .postergalleryBody .inner .teamTab {
  margin: 50px 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab {
    margin: 25px 25px 0;
    border-bottom: none;
  }
  #postergallery .postergalleryBody .inner .teamTab.akb a.current {
    background: url(../../img/tab_akb_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #f98dc1;
  }
  #postergallery .postergalleryBody .inner .teamTab.ske a.current {
    background: url(../../img/tab_ske_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #fcc000;
  }
  #postergallery .postergalleryBody .inner .teamTab.nmb a.current {
    background: url(../../img/tab_nmb_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #aa6f23;
  }
  #postergallery .postergalleryBody .inner .teamTab.hkt a.current {
    background: url(../../img/tab_hkt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #383838;
  }
  #postergallery .postergalleryBody .inner .teamTab.ngt a.current {
    background: url(../../img/tab_ngt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #f35b66;
  }
  #postergallery .postergalleryBody .inner .teamTab.stu a.current {
    background: url(../../img/tab_stu_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #004ea2;
  }
  #postergallery .postergalleryBody .inner .teamTab.jkt a.current {
    background: url(../../img/tab_jkt_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #e60012;
  }
  #postergallery .postergalleryBody .inner .teamTab.bnk a.current {
    background: url(../../img/tab_bnk_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #ca96c2;
  }
  #postergallery .postergalleryBody .inner .teamTab.tpe a.current {
    background: url(../../img/tab_tpe_sp_on.png) 50% 50% no-repeat;
    background-size: 90%;
    background-color: #e75205;
  }
}
#postergallery .postergalleryBody .inner .teamTab.akb a.current:before {
  background-color: #f98dc1;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.akb a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.ske a.current:before {
  background-color: #fcc000;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.ske a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.nmb a.current:before {
  background-color: #aa6f23;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.nmb a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.hkt a.current:before {
  background-color: #383838;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.hkt a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.ngt a.current:before {
  background-color: #f35b66;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.ngt a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.stu a.current:before {
  background-color: #004ea2;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.stu a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.jkt a.current:before {
  background-color: #e60012;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.jkt a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.bnk a.current:before {
  background-color: #ca96c2;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.bnk a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab.tpe a.current:before {
  background-color: #e75205;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab.tpe a.current:before {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul {
  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;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul {
    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li {
  width: 14.28%;
  height: 50px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li {
    background: #ecf7ff;
    width: 18%;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.akb a:after {
  background-color: #f98dc1;
}
#postergallery .postergalleryBody .inner .teamTab ul li.ske a:after {
  background-color: #fcc000;
}
#postergallery .postergalleryBody .inner .teamTab ul li.nmb a:after {
  background-color: #aa6f23;
}
#postergallery .postergalleryBody .inner .teamTab ul li.hkt a:after {
  background-color: #383838;
}
#postergallery .postergalleryBody .inner .teamTab ul li.ngt a:after {
  background-color: #f35b66;
}
#postergallery .postergalleryBody .inner .teamTab ul li.stu a:after {
  background-color: #004ea2;
}
#postergallery .postergalleryBody .inner .teamTab ul li.jkt a:after {
  background-color: #e60012;
}
#postergallery .postergalleryBody .inner .teamTab ul li.bnk a:after {
  background-color: #ca96c2;
}
#postergallery .postergalleryBody .inner .teamTab ul li.tpe a:after {
  background-color: #e75205;
}
#postergallery .postergalleryBody .inner .teamTab ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li a {
    width: 100%;
    height: 100%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #fe87b1;
  transition: all .3s ease;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li a:after {
    display: none;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li a:hover::after {
  transform: scaleX(1);
}
#postergallery .postergalleryBody .inner .teamTab ul li a.current:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fe87b1;
}
#postergallery .postergalleryBody .inner .teamTab ul li.akb a {
  background: url(../../img/tab_akb.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.akb a {
    background: url(../../img/tab_akb_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.ske a {
  background: url(../../img/tab_ske.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.ske a {
    background: url(../../img/tab_ske_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.nmb a {
  background: url(../../img/tab_nmb.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.nmb a {
    background: url(../../img/tab_nmb_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.hkt a {
  background: url(../../img/tab_hkt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.hkt a {
    background: url(../../img/tab_hkt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.ngt a {
  background: url(../../img/tab_ngt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.ngt a {
    background: url(../../img/tab_ngt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.stu a {
  background: url(../../img/tab_stu.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.stu a {
    background: url(../../img/tab_stu_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.jkt a {
  background: url(../../img/tab_jkt.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.jkt a {
    background: url(../../img/tab_jkt_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.bnk a {
  background: url(../../img/tab_bnk.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.bnk a {
    background: url(../../img/tab_bnk_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.tpe a {
  background: url(../../img/tab_tpe.png) top center no-repeat;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li.tpe a {
    background: url(../../img/tab_tpe_sp_off.png) 50% 50% no-repeat;
    background-size: 90%;
  }
}
#postergallery .postergalleryBody .inner .anchorLink {
  margin: 20px 50px 0;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink {
    margin: 20px 25px 0;
  }
}
#postergallery .postergalleryBody .inner .anchorLink.akb a {
  color: #f98dc1;
}
#postergallery .postergalleryBody .inner .anchorLink.ske a {
  color: #fcc000;
}
#postergallery .postergalleryBody .inner .anchorLink.nmb a {
  color: #aa6f23;
}
#postergallery .postergalleryBody .inner .anchorLink.hkt a {
  color: #383838;
}
#postergallery .postergalleryBody .inner .anchorLink.ngt a {
  color: #f35b66;
}
#postergallery .postergalleryBody .inner .anchorLink.stu a {
  color: #004ea2;
}
#postergallery .postergalleryBody .inner .anchorLink.jkt a {
  color: #e60012;
}
#postergallery .postergalleryBody .inner .anchorLink.bnk a {
  color: #ca96c2;
}
#postergallery .postergalleryBody .inner .anchorLink.tpe a {
  color: #e75205;
}
#postergallery .postergalleryBody .inner .anchorLink ul {
  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;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul {
    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li {
  margin: 0 30px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul li {
    margin: 0 20px 0 0;
    padding-left: 12px;
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li:first-child {
  margin: 0 30px 0 20px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul li:first-child {
    margin: 0 20px 0 0;
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul li a {
    font-size: 11px;
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li a:before {
  font-family: 'FontAwesome';
  content: "\f175";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 0px;
  left: -12px;
}
#postergallery .postergalleryBody .inner .anchorLink ul li a:hover:before {
  -webkit-animation: anchorLink 1s infinite;
  animation: anchorLink 1s infinite;
  opacity: 0;
}
#postergallery .postergalleryBody .inner .anchorLink ul li a:hover:before:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#postergallery .postergalleryBody .inner .anchorLink ul li a:hover:before:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#postergallery .postergalleryBody .inner .anchorLink ul li a:hover:before:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes anchorLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    opacity: 0;
  }
}
@keyframes anchorLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 5px);
    opacity: 0;
  }
}
#postergallery .postergalleryBody .inner .teamBlock {
  margin-top: 50px;
  /*&.akb h4{
  	color:$brand-akb;
  }
  &.ske h4{
  	color:$brand-ske;
  }
  &.nmb h4{
  	color:$brand-nmb;
  }
  &.hkt h4{
  	color:$brand-hkt;
  }
  &.ngt h4{
  	color:$brand-ngt;
  }
  &.stu h4{
  	color:$brand-stu;
  }
  &.jkt h4{
  	color:$brand-jkt;
  }
  &.bnk h4{
  	color:$brand-bnk;
  }*/
}
#postergallery .postergalleryBody .inner .teamBlock ~ .teamBlock {
  margin-top: inherit;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock {
    margin-top: 45px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock h4 {
  width: 100%;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODZiMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjlhZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 134, 177, 0.7)), color-stop(100%, rgba(242, 154, 255, 0.7)));
  background: -moz-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: -webkit-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: linear-gradient(to right, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock h4 {
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList {
    margin-top: 0px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li {
  position: relative;
  width: 20%;
  margin: 0;
  padding: 20px;
  background: #ecf7ff;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li:nth-child(even) {
  background: #f4fbff;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.akb .new {
  background-color: #f98dc1;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.akb .team {
  color: #f98dc1;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.ske .new {
  background-color: #fcc000;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.ske .team {
  color: #fcc000;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.nmb .new {
  background-color: #aa6f23;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.nmb .team {
  color: #aa6f23;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.hkt .new {
  background-color: #383838;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.hkt .team {
  color: #383838;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.ngt .new {
  background-color: #f35b66;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.ngt .team {
  color: #f35b66;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.stu .new {
  background-color: #55bef8;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.stu .team {
  color: #004ea2;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.jkt .new {
  background-color: #ff5461;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.jkt .team {
  color: #e60012;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.bnk .new {
  background-color: #ca96c2;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.bnk .team {
  color: #ca96c2;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.tpe .new {
  background-color: #e75205;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.tpe .team {
  color: #e75205;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb {
    width: 100%;
    height: 100%;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 180px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb img {
    max-width: 100%;
    max-height: inherit;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transform: scale(1.1);
}

#quickAnnouncement .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .pageTtl {
    margin: 50px 0 0;
  }
}
#quickAnnouncement .pageTtl h2 {
  background: url(../../img/quickannouncement_ttl.png) center center no-repeat;
  width: 846px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 9.8666%;
  }
}
#quickAnnouncement .quickAnnouncementBody {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody {
    margin: 40px 0 0;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner {
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/candidate_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .contentTtl .ttl h3 span {
  font-size: 70%;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList {
    margin-top: 25px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList h4 {
  width: 100%;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODZiMSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjlhZmYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 134, 177, 0.7)), color-stop(100%, rgba(242, 154, 255, 0.7)));
  background: -moz-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: -webkit-linear-gradient(left, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
  background: linear-gradient(to right, rgba(255, 134, 177, 0.7), rgba(242, 154, 255, 0.7));
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList h4 {
    height: 45px;
    padding-top: 15px;
    font-size: 13px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e6f4ff;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul {
    margin-left: 0px !important;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li {
  position: relative;
  background: #ecf7ff;
  width: 157px;
  margin: 0;
  padding: 20px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li {
    width: 33.3333%;
    padding: 15px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.concurrentPost {
  padding: 20px 20px 13px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.concurrentPost {
    padding: 15px 15px 12px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.concurrentPost .team {
  margin-top: 4px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.concurrentPost .team {
    margin-top: 3px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li:nth-child(7n) {
  width: 158px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li:nth-child(7n) {
    width: 33.3333%;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li:nth-child(even) {
  background: #f4fbff;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.akb .new {
  background-color: #f98dc1;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.akb .team {
  color: #f98dc1;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.ske .new {
  background-color: #fcc000;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.ske .team {
  color: #fcc000;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.nmb .new {
  background-color: #aa6f23;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.nmb .team {
  color: #aa6f23;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.hkt .new {
  background-color: #383838;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.hkt .team {
  color: #383838;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.ngt .new {
  background-color: #f35b66;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.ngt .team {
  color: #f35b66;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.stu .new {
  background-color: #55bef8;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.stu .team {
  color: #004ea2;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.jkt .new {
  background-color: #ff5461;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.jkt .team {
  color: #e60012;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.bnk .new {
  background-color: #ca96c2;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.bnk .team {
  color: #ca96c2;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.tpe .new {
  background-color: #e75205;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.tpe .team {
  color: #e75205;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a {
  position: relative;
  display: block;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 117px;
  height: 151px;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb img {
  width: 100%;
  min-height: 151px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb img {
    min-height: inherit;
    width: 100%;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .rank {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fe87b1;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  z-index: 9;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .rank {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .rank.double {
    font-size: 8px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 15px;
  font-size: 9px;
  text-align: center;
  color: #b3c3cc;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .voteNum {
    font-size: 7px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .name {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .name {
    margin-top: 10px;
    font-size: 13px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team {
  margin-top: 5px;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.akb {
  color: #f98dc1;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.ske {
  color: #fcc000;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.nmb {
  color: #aa6f23;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.hkt {
  color: #383838;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.ngt {
  color: #f35b66;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.stu {
  color: #004ea2;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.jkt {
  color: #e60012;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.bnk {
  color: #ca96c2;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.tpe {
  color: #e75205;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a:hover .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  transform: scale(1.1);
}
#quickAnnouncement .quickAnnouncementBody .inner .sheet {
  margin-top: 120px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .sheet {
    margin-top: 60px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .sheet ul {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#quickAnnouncement .quickAnnouncementBody .inner .sheet ul li {
  width: 48%;
  margin-top: 40px;
}
#quickAnnouncement .quickAnnouncementBody .inner .sheet ul li:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .sheet ul li {
    margin-top: 20px;
  }
}

#vote .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #vote .pageTtl {
    margin: 50px 0 0;
  }
}
#vote .pageTtl h2 {
  background: url(../../img/vote_ttl.png) center center no-repeat;
  width: 261px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #vote .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#vote .voteWrap {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #vote .voteWrap {
    margin: 40px 0 0;
  }
}
#vote .voteWrap .inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#vote .voteWrap .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#vote .voteWrap .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#vote .voteWrap .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/vote_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#vote .voteWrap .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#vote .voteWrap .inner .movie {
  margin: 50px auto 0;
  position: relative;
  width: 90%;
  padding-top: 56.25%;
}
#vote .voteWrap .inner .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#vote .voteWrap .inner p.movieLink {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner p.movieLink {
    padding: 0 25px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteWrap .inner p.movieLink a {
  color: #999999;
}
#vote .voteWrap .inner p.movieLink a i {
  margin-right: 4px;
  color: #d62424;
}
#vote .voteWrap .inner .voteBody {
  margin: 50px 0 0;
  background: #ecf7ff;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody {
    margin-top: 25px;
    padding: 50px 0 0;
  }
}
#vote .voteWrap .inner .voteBody .voteTop {
  padding: 50px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody .voteTop {
    padding: 0 25px;
  }
}
#vote .voteWrap .inner .voteBody .voteTop h3 {
  font-size: 20px;
  text-align: left;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody .voteTop h3 {
    font-size: 20px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#vote .voteWrap .inner .voteBody .voteTop p.lead {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody .voteTop p.lead {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
}
#vote .voteWrap .inner .voteBody #acMenu {
  width: 100%;
  margin: 0;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu {
    width: 100%;
  }
}
#vote .voteWrap .inner .voteBody #acMenu:nth-child(odd) dt {
  background: #ecf7ff;
}
#vote .voteWrap .inner .voteBody #acMenu:nth-child(odd) dd {
  background: #ecf7ff;
}
#vote .voteWrap .inner .voteBody #acMenu dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 50px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fe87b1;
  cursor: pointer;
  position: relative;
  background: #f4fbff;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dt {
    font-size: 13px;
    font-weight: bold;
    padding: 20px 15px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt span {
  display: block;
  background: #fe87b1;
  margin-right: 20px;
  padding: 2px 0 0 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dt span {
    margin-right: 10px;
    padding-top: 1px;
    width: 12px;
    height: 12px;
    font-size: 7px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt p {
  flex: 1;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dt p {
    font-weight: normal;
    padding: 0 10px 0 0;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt p a {
  color: #fe87b1;
  text-decoration: underline;
}
#vote .voteWrap .inner .voteBody #acMenu dt p a:hover {
  text-decoration: none;
}
#vote .voteWrap .inner .voteBody #acMenu dt.toggle .btn:before {
  content: '閉じる';
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dt.toggle .btn:before {
    content: '';
    width: 13px;
    height: 8px;
    background: url("../../img/vote_arrow.png") 0 0 no-repeat;
    background-size: contain;
    display: block;
    transform: rotate(180deg);
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt .btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 70px;
  height: 26px;
  margin: 0 0 0 auto;
  border-radius: 25px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dt .btn {
    background: none;
    width: 13px;
    height: 8px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt .btn:before {
  content: '詳　細';
  -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) {
  #vote .voteWrap .inner .voteBody #acMenu dt .btn:before {
    content: '';
    width: 13px;
    height: 8px;
    background: url("../../img/vote_arrow.png") 0 0 no-repeat;
    background-size: contain;
    display: block;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dt .btn:hover {
  box-shadow: none;
  opacity: 0.6;
}
#vote .voteWrap .inner .voteBody #acMenu dd {
  width: 100%;
  display: none;
  padding: 0 50px 20px;
  background: #f4fbff;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dd {
    padding: 0 15px 15px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dd .fanclubTtl {
  width: 250px;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dd .fanclubTtl {
    width: 50%;
    margin: 0 auto 40px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dd .qr {
  width: 120px;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dd .qr {
    width: 80px;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dd p {
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #999999;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody #acMenu dd p {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteWrap .inner .voteBody #acMenu dd p strong {
  color: #222222;
}
#vote .voteWrap .inner .voteBody #acMenu dd p a {
  color: #222222;
  text-decoration: underline;
}
#vote .voteWrap .inner .voteBody #acMenu dd p a:hover {
  text-decoration: none;
}
#vote .voteWrap .inner .voteBody .attention {
  padding: 50px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody .attention {
    padding: 25px;
  }
}
#vote .voteWrap .inner .voteBody .attention p {
  position: relative;
  margin-top: 10px;
  margin-left: 14px;
  text-align: left;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #999999;
}
#vote .voteWrap .inner .voteBody .attention p:before {
  content: '※';
  position: absolute;
  top: 0;
  left: -14px;
}
@media (max-width: 37.5em) {
  #vote .voteWrap .inner .voteBody .attention p {
    margin-top: 25px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteWrap .inner .voteBody .attention p a {
  color: #222222;
  text-decoration: underline;
}
#vote .voteWrap .inner .voteBody .attention p a:hover {
  text-decoration: none;
}

#history .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #history .pageTtl {
    margin: 50px 0 0;
  }
}
#history .pageTtl h2 {
  background: url(../../img/history_ttl.png) center center no-repeat;
  width: 443px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #history .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#history .historyWrap {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #history .historyWrap {
    margin: 40px 0 0;
  }
}
#history .historyWrap .inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0 0;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner {
    width: 100%;
    padding: 25px 0 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#history .historyWrap .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#history .historyWrap .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#history .historyWrap .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/history_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#history .historyWrap .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#history .historyWrap .inner .historyBody {
  background: #ecf7ff;
  margin-top: 50px;
  padding: 50px;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .historyBody {
    margin-top: 25px;
    padding: 50px 25px;
  }
}
#history .historyWrap .inner .historyBody ul {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .historyBody ul {
    display: block;
  }
}
#history .historyWrap .inner .historyBody ul li {
  margin: 50px 0 0;
  width: 375px;
}
#history .historyWrap .inner .historyBody ul li:nth-child(-n+2) {
  margin-top: 0;
}
#history .historyWrap .inner .historyBody ul li:nth-child(even) {
  margin-left: 50px;
}
@media (max-width: 37.5em) {
  #history .historyWrap .inner .historyBody ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  #history .historyWrap .inner .historyBody ul li:nth-child(even) {
    margin-left: 0px;
  }
}
#history .historyWrap .inner .historyBody ul li a {
  display: block;
}
#history .historyWrap .inner .historyBody ul li a:hover {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease;
  box-shadow: none;
  opacity: 0.6;
}

#information .pageTtl {
  margin: 60px 0 0;
}
@media (max-width: 37.5em) {
  #information .pageTtl {
    margin: 50px 0 0;
  }
}
#information .pageTtl h2 {
  background: url(../../img/information_ttl.png) center center no-repeat;
  width: 228px;
  height: 91px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #information .pageTtl h2 {
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: 13.3333%;
  }
}
#information .informationBody {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 37.5em) {
  #information .informationBody {
    margin: 40px 0 0;
  }
}
#information .informationBody .inner {
  width: 900px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(122, 7, 53, 0.5);
  padding: 50px 0;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner {
    width: 100%;
    padding: 25px 0;
    box-shadow: 0 8px 10px rgba(122, 7, 53, 0.5);
  }
}
#information .informationBody .inner .contentTtl {
  padding: 0 50px;
  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;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .contentTtl {
    display: block;
    padding: 0 25px;
  }
}
#information .informationBody .inner .contentTtl .ttl p {
  position: relative;
  padding-left: 17px;
  color: #d5e2e9;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .contentTtl .ttl p {
    color: #b3c3cc;
    font-size: 7px;
  }
}
#information .informationBody .inner .contentTtl .ttl p:before {
  content: "";
  background: url(../../img/information_icon.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .contentTtl .ttl p:before {
    background-size: contain;
    width: 11px;
    height: 11px;
    top: -2px;
  }
}
#information .informationBody .inner .contentTtl .ttl h3 {
  margin-top: 10px;
  color: #fe87b1;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .contentTtl .ttl h3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
#information .informationBody .inner h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.32em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#information .informationBody .inner .map {
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .map {
    display: none;
  }
}
#information .informationBody .inner .map img {
  border: 1px solid #eeeeee;
}
#information .informationBody .inner .map p.sup {
  margin-top: 5px;
  text-align: right;
  font-size: 11px;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .map p.sup {
    font-size: 10px;
  }
}
#information .informationBody .inner .mapSp {
  display: none;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .mapSp {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  #information .informationBody .inner .mapSp:before {
    content: '';
    background: url(../../img/map_loupe.png) 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}
#information .informationBody .inner .mapSp img {
  border: 1px solid #eeeeee;
}
#information .informationBody .inner dl {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
#information .informationBody .inner dl:last-child {
  border-bottom: none;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner dl {
    display: block;
    width: 100%;
    padding: 25px;
    border-bottom: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.38em;
  }
}
#information .informationBody .inner dl dt {
  width: 156px;
  text-align: left;
  color: #fe87b1;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner dl dt {
    width: 100%;
    text-align: center;
  }
}
#information .informationBody .inner dl dd {
  flex: 1;
  color: #999999;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner dl dd {
    margin-top: 12px;
    text-align: left;
  }
}
#information .informationBody .inner dl dd a {
  text-decoration: underline;
}
#information .informationBody .inner dl dd a:hover {
  text-decoration: none;
}
#information .informationBody .inner .official a {
  display: block;
  background: #fe87b1;
  width: 400px;
  margin: 80px auto;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -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) {
  #information .informationBody .inner .official a {
    width: 100%;
    margin: 40px auto;
    padding: 10px;
    font-size: 12px;
  }
}
#information .informationBody .inner .official a:hover {
  opacity: 0.5;
}
#information .informationBody .inner .mapCanvas {
  width: 100%;
  height: 500px;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner .mapCanvas {
    height: 300px;
  }
}

body {
  font-weight: 200;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

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

p {
  word-break: break-all;
}

header.pc {
  background: #fff;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 37.5em) {
  header.pc {
    display: none;
  }
}
@media (max-width: 37.5em) {
  header.pc .navigation {
    height: 35px;
  }
}
header.pc .navigation .inner {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 37.5em) {
  header.pc .navigation .inner {
    width: 100%;
    height: 35px;
    padding: 0;
  }
}
header.pc .navigation .inner .pcHead {
  position: relative;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: right;
  width: 100%;
}
header.pc .navigation .inner .pcHead h1 {
  margin: 0 0 0 30px;
  width: 322px;
  height: 22px;
  background: url("../../img/header_logo_large.png") 0 0 no-repeat;
  text-align: left;
  text-indent: -9999px;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink {
  margin: 0 0 0 30px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media (max-width: 37.5em) {
  header.pc .navigation .inner .pcHead ul.headerOficialLink {
    display: none !important;
  }
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li {
  margin: 0;
  padding: 0;
}
.third header.pc .navigation .inner .pcHead ul.headerOficialLink li {
  padding: 0;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a {
  display: block;
  width: 43px;
  height: 60px;
  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;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.akb {
  background: url(../../img/logo_akb48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.ske {
  background: url(../../img/logo_ske48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.nmb {
  background: url(../../img/logo_nmb48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.hkt {
  background: url(../../img/logo_hkt48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.ngt {
  background: url(../../img/logo_ngt48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.stu {
  background: url(../../img/logo_stu48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.jkt {
  background: url(../../img/logo_jkt48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.bnk {
  background: url(../../img/logo_bnk48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a.tpe {
  background: url(../../img/logo_tpe48_big.png) top left no-repeat;
  background-size: contain;
}
header.pc .navigation .inner .pcHead ul.headerOficialLink li a:hover {
  opacity: 0.6;
}
header.pc .navigation .inner nav ul.portalMenu {
  margin-left: 30px !important;
  height: 60px;
  flex: 1;
  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;
}
header.pc .navigation .inner nav ul.portalMenu li {
  position: relative;
  padding: 20px 28px 0 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.07em;
  /*.third &{
  	padding: 20px 40px 0 0;
  }
  .third &.navHome{
  	padding: 10px 40px 0 0;
  }
  .third &.navHome a{
  	background:url(../../img/logo_sp_drawer.png) top left no-repeat;
  	width:80px;
  	height:45px;
  	background-size:contain;
  	text-indent:-9999px;
  	text-align:left;
  }*/
}
header.pc .navigation .inner nav ul.portalMenu li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  text-decoration: none;
  /*.third &{
  	color: $brand-black;
  }*/
}
header.pc .navigation .inner nav ul.portalMenu li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
header.pc .navigation .inner nav ul.portalMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}
header.pc .navigation .inner nav ul.portalMenu li a:hover::after {
  transform: scaleX(1);
}
#home header.pc .navigation .inner nav ul.portalMenu li.navHome a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#news header.pc .navigation .inner nav ul.portalMenu li.navNews a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#about header.pc .navigation .inner nav ul.portalMenu li.navAbout a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#candidate header.pc .navigation .inner nav ul.portalMenu li.navCandidate a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#postergallery header.pc .navigation .inner nav ul.portalMenu li.navPostergallery a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#vote header.pc .navigation .inner nav ul.portalMenu li.navVote a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#history header.pc .navigation .inner nav ul.portalMenu li.navHistory a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#quickAnnouncement header.pc .navigation .inner nav ul.portalMenu li.navQuick a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#information header.pc .navigation .inner nav ul.portalMenu li.navInformation a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.pcFixNav {
  position: fixed;
  top: -60px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 10px 10px rgba(57, 48, 51, 0.03);
}
@media (max-width: 37.5em) {
  .pcFixNav {
    display: none;
  }
}
.pcFixNav.onscroll {
  background: rgba(199, 72, 158, 0.7);
}
.pcFixNav .navigation .inner {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 30px;
}
.pcFixNav .navigation .inner nav {
  position: relative;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: right;
  width: 100%;
}
.pcFixNav .navigation .inner nav h1 {
  width: 233px;
  height: 16px;
  background: url("../../img/header_logo_small.png") 0 0 no-repeat;
  text-align: left;
  text-indent: -9999px;
}
.pcFixNav .navigation .inner nav ul.portalMenu {
  margin: 0 0 0 30px !important;
  height: 60px;
  flex: 1;
  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;
}
.pcFixNav .navigation .inner nav ul.portalMenu li {
  position: relative;
  padding: 20px 28px 0 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.07em;
  /*.third &{
  	padding: 20px 40px 0 0;
  }
  .third &.navHome{
  	padding: 10px 40px 0 0;
  }
  .third &.navHome a{
  	background:url(../../img/logo_sp_drawer.png) top left no-repeat;
  	width:80px;
  	height:45px;
  	background-size:contain;
  	text-indent:-9999px;
  	text-align:left;
  }*/
}
@media (max-width: 74em) {
  .pcFixNav .navigation .inner nav ul.portalMenu li {
    font-size: 11px;
    padding: 20px 18px 0 0;
  }
}
@media (max-width: 64em) {
  .pcFixNav .navigation .inner nav ul.portalMenu li {
    font-size: 10px;
    padding: 20px 8px 0 0;
  }
}
.pcFixNav .navigation .inner nav ul.portalMenu li a {
  color: #fe87b1;
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  text-decoration: none;
  /*.third &{
  	color: $brand-black;
  }*/
}
.pcFixNav .navigation .inner nav ul.portalMenu li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pcFixNav .navigation .inner nav ul.portalMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: rgba(245, 118, 163, 0.3);
  transition: all .3s ease;
}
.pcFixNav .navigation .inner nav ul.portalMenu li a:hover::after {
  transform: scaleX(1);
}
#home .pcFixNav .navigation .inner nav ul.portalMenu li.navHome a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#news .pcFixNav .navigation .inner nav ul.portalMenu li.navNews a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#about .pcFixNav .navigation .inner nav ul.portalMenu li.navAbout a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#candidate .pcFixNav .navigation .inner nav ul.portalMenu li.navCandidate a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#postergallery .pcFixNav .navigation .inner nav ul.portalMenu li.navPostergallery a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#vote .pcFixNav .navigation .inner nav ul.portalMenu li.navVote a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#history .pcFixNav .navigation .inner nav ul.portalMenu li.navHistory a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#quickAnnouncement .pcFixNav .navigation .inner nav ul.portalMenu li.navQuick a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
#information .pcFixNav .navigation .inner nav ul.portalMenu li.navInformation a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(245, 118, 163, 0.3);
}
.pcFixNav .navigation .inner nav .translate {
  margin: 0;
}

header.sp {
  display: none;
  z-index: 9999;
}
@media (max-width: 37.5em) {
  header.sp {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
  }
  .drawer-open header.sp {
    background: #333333;
    border-bottom: none;
  }
  header.sp .drawer-hamburger.onscroll {
    background: #fe87b1;
  }
  .drawer-open header.sp .drawer-hamburger {
    background: #fff;
  }
  header.sp .spLogo {
    background: url(../../img/logo_sp.png) top left no-repeat;
    background-size: contain;
    margin: 9px auto 0;
    width: 68px;
    height: 33px;
    text-indent: -9999px;
  }
  header.sp .drawerlogo {
    background: url(../../img/logo_sp_drawer.png) top left no-repeat;
    background-size: contain;
    margin: 50px auto 0;
    width: 172px;
    height: 74px;
    text-indent: -9999px;
  }
  header.sp a.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
}

footer {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 37.5em) {
  footer {
    margin-top: 60px;
  }
}
footer .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 37.5em) {
  footer .inner {
    width: 100%;
    padding: 40px 0 0;
  }
}
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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink {
    display: block;
  }
}
footer .inner .footerLink .snsSp {
  display: none;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .snsSp {
    display: none;
  }
}
footer .inner .footerLink .snsSp ul.snsLinkSp {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  width: 120px;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .snsSp ul.snsLinkSp {
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    margin: 0 auto !important;
  }
}
footer .inner .footerLink .snsSp ul.snsLinkSp li {
  margin: 0;
  padding: 0;
}
footer .inner .footerLink .snsSp ul.snsLinkSp li a {
  display: block;
  width: 40px;
  height: 40px;
  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;
}
footer .inner .footerLink .snsSp ul.snsLinkSp li a.twitter {
  background: url(../../img/logo_twitter.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .snsSp ul.snsLinkSp li a.facebook {
  background: url(../../img/logo_facebook.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .snsSp ul.snsLinkSp li a.line {
  background: url(../../img/logo_line.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .snsSp ul.snsLinkSp li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink ul.otherLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.otherLink {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 25px !important;
    height: auto;
  }
}
footer .inner .footerLink ul.otherLink li {
  padding: 0 15px;
  height: 100%;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.otherLink li {
    padding: 0;
  }
}
footer .inner .footerLink ul.otherLink li a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
footer .inner .footerLink ul.otherLink li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink ul.otherLink li a.official {
  background: url(../../img/link_official.png) center center no-repeat;
  background-size: contain;
  width: 46px;
  height: 100%;
}
footer .inner .footerLink ul.otherLink li a.facebook {
  background: url(../../img/link_facebook.png) center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 100%;
}
footer .inner .footerLink ul.otherLink li a.twitter {
  background: url(../../img/link_twitter.png) center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
}
footer .inner .footerLink ul.otherLink li a.instagram {
  background: url(../../img/link_instagram.png) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 100%;
}
footer .inner .footerLink ul.otherLink li a.youtube {
  background: url(../../img/link_youtube.png) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 100%;
}
footer .inner .footerLink ul.otherLink li a.line {
  background: url(../../img/link_line.png) center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
}
footer .inner .footerLink p.copyright {
  margin-top: 5px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink p.copyright {
    margin-top: 25px;
    text-align: center;
  }
}
footer .inner .footerLink p.att {
  font-size: 7px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink p.att {
    margin-top: 25px;
    text-align: center;
  }
}
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%;
    margin-top: 50px !important;
  }
}
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: 43px;
  height: 60px;
  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;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.ske {
  background: url(../../img/logo_ske48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.nmb {
  background: url(../../img/logo_nmb48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.hkt {
  background: url(../../img/logo_hkt48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.ngt {
  background: url(../../img/logo_ngt48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.stu {
  background: url(../../img/logo_stu48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.jkt {
  background: url(../../img/logo_jkt48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.bnk {
  background: url(../../img/logo_bnk48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a.tpe {
  background: url(../../img/logo_tpe48_big.png) top left no-repeat;
  background-size: contain;
}
footer .inner .footerLink ul.footerOficialLink li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink .sns {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  -webkit-flex-direction: column;
  /*--- safari（PC）用 ---*/
  flex-direction: column;
}
footer .inner .footerLink .sns ul.snsLink {
  margin-left: auto !important;
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  width: 120px;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .sns ul.snsLink {
    display: none;
  }
}
footer .inner .footerLink .sns ul.snsLink li {
  margin: 0;
  padding: 0;
}
footer .inner .footerLink .sns ul.snsLink li a {
  display: block;
  width: 40px;
  height: 40px;
  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;
}
footer .inner .footerLink .sns ul.snsLink li a.twitter {
  background: url(../../img/logo_twitter.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .sns ul.snsLink li a.facebook {
  background: url(../../img/logo_facebook.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .sns ul.snsLink li a.line {
  background: url(../../img/logo_line.png) top left no-repeat;
  background-size: cover;
}
footer .inner .footerLink .sns ul.snsLink li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink .sns p.attention {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b3c3cc;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .sns p.attention {
    margin-top: 25px;
    text-align: center;
  }
}
footer .inner .footerLink .sns p.copyright {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b3c3cc;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .sns p.copyright {
    margin-top: 25px;
    text-align: center;
  }
}

.crumb {
  position: relative;
  z-index: 99;
  width: 1100px;
  margin: 20px auto 0;
}
@media (max-width: 37.5em) {
  .crumb {
    display: none;
  }
}
.crumb ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.crumb ol li {
  font-size: 9px;
  letter-spacing: 0.07em;
  color: #ef88cc;
}
.crumb ol li:after {
  content: '|';
  color: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
}
.crumb ol li:last-child:after {
  display: none;
}
.crumb ol li a {
  color: #fff;
}
.crumb ol li a:hover {
  opacity: 0.6;
}

.moreBtn {
  width: 180px;
  height: 50px;
  margin: 50px auto 0;
}
@media (max-width: 37.5em) {
  .moreBtn {
    width: 100%;
    padding: 0 25px;
  }
}
.moreBtn a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  width: 180px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .moreBtn a {
    width: 100%;
    font-size: 16px;
  }
}
.moreBtn a:hover {
  box-shadow: none;
  opacity: 0.6;
}

.pageNation {
  margin-top: 50px;
}
@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 {
  width: 76px;
  height: 26px;
}
@media (max-width: 37.5em) {
  .pageNation ul li {
    width: 100%;
  }
}
.pageNation ul li a {
  display: block;
  background: #222222;
  width: 76px;
  height: 26px;
  border-radius: 13px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxZTFlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYmJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #61e1e6), color-stop(100%, #42bbff));
  background: -moz-linear-gradient(left, #61e1e6, #42bbff);
  background: -webkit-linear-gradient(left, #61e1e6, #42bbff);
  background: linear-gradient(to right, #61e1e6, #42bbff);
  padding-top: 6px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .pageNation ul li a {
    width: 100%;
  }
}
.pageNation ul li a.disabled {
  background: #d3d3d3;
  pointer-events: none;
}
.pageNation ul li a:hover {
  box-shadow: none;
  opacity: 0.6;
}

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

.sideBanner {
  position: fixed;
  right: 0;
  top: calc(50% - 125px);
  z-index: 9999;
}
@media (max-width: 37.5em) {
  .sideBanner {
    display: none;
  }
}
.sideBanner a {
  display: block;
  width: 50px;
  height: 250px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.sideBanner a:hover {
  opacity: 0.5;
}

.spBottomBanner {
  display: none;
}
@media (max-width: 37.5em) {
  .spBottomBanner {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
}
.spBottomBanner a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.spBottomBanner a:hover {
  opacity: 0.5;
}
