@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: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
 	
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 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;
}

.nav-menu ul {
	margin: auto;
	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;
	margin-bottom: 0%;
}

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

button,
select {
  text-transform: none;
}

@font-face {
  	
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
body {
  background: #ffffff;
  background-attachment: fixed;
  color: #222222;
	display: block;
}

.pattern {
  width: 100%;
  height: 100%;
  background: url("../img/pattern.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}

.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;
}

video {
	position: inherit;
	min-width: 98%;
	min-height: 100%;
	height: 100;
	/* z-index: -9999; */
	opacity: 1;
	width: 13%;
	margin: 0 auto;
	padding: 0 auto;
	display: inline-block;
	vertical-align: baseline;
}
@media (max-width: 37.5em) {
video {
	position: inherit;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -9999;
	opacity: 1;
	width: 50%;
	margin: 0 auto;
	padding: 0 auto;
	display: block;
}
}

.responsive {
width: 100%;
aspect-ratio: 16/9;
}

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

.wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
section {
  width: 100%;
}
section .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  section .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.info {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	position: relative;
	z-index: 9;
	display: block;
}
.info a {
	/* font-size: 11px; */
	color: #af553d;
	font-size: 2em;
	font-weight: bold;
	white-space: nowrap;
	/* display: block; */
	/* border-bottom: 0px solid #666666; */
	position: inherit;
	display: block ruby;
}
.info a:hover {
  opacity: 0.5;
}

.countdown-container {
	display: contents;
}

@media (max-width: 37.5em) {
.info {
	display:flow-root;	
	}
.info a {
	font-size: 1.1em;
	/* white-space: nowrap; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
}



.hero {
  margin: -120px 0 -300px;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 810px;
	display: contents;
  
  }
.hero h3 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
  background: linear-gradient(90deg, orange, yellow);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 2s linear infinite;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.hero p {
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	/* letter-spacing: -0.02em; */
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 0.2em;
}

@media (max-width: 37.5em) {
  .hero {
    margin: -120px 0 -100px;
    height: 0;
    min-height: 400px;
  }
.hero h3 {
	font-size: 23px;
	line-height: 1.2em;
}
.hero p {
	font-size: 15px;
	line-height: 1.3;
}
}
.hero:before {
  content: "";
  position: absolute;
  height: 370px;
  width: 300%;
  /*background: #af553d;*/
  top: 180px;
  left: -100%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  .hero:before {
    height: 130px;
    top: 160px;
  }
}
.hero h1 {
  background: url(../img/key_visual.jpg) top left no-repeat;
  width: 1000px;
  height: 480px;
  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: 48%;
  }
}
.hero .slider {
  display: none;
  width: 1000px;
  margin: 60px auto 0;
}
@media (max-width: 37.5em) {
  .hero .slider {
    width: 95%;
    margin: 30px auto 0;
  }
}

.scroll {
  margin-top: 110px;
  text-align: center;
  z-index: 9999;
}
@media (max-width: 37.5em) {
  .scroll {
    display: none;
  }
}
.scroll a {
  position: relative;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.03em;
}
.scroll a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 70px;
  background: #fff;
  top: 6px;
  right: calc(100% + 10px);
}
.scroll a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70px;
  background: #fff;
  top: 6px;
  left: calc(100% + 10px);
}
.scroll a span {
  position: absolute;
  background: url(../img/scroll_arrow.png) top left no-repeat;
  width: 7px;
  height: 32px;
  text-indent: -9999px;
  top: 20px;
  left: calc(50% - 3px);
  -webkit-animation: scrollLink 1s infinite;
  animation: scrollLink 1s infinite;
  opacity: 0;
}
.scroll a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll a span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scroll a span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes scrollLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
  }
}
@keyframes scrollLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
  }
}
.countdown {
  margin-top: -20px;
  margin-bottom: -270px;
  text-align: center;
	    white-space: nowrap; /* テキストを改行させない */	
	    display: contents;
	color: #FFF;
}
@media (max-width: 37.5em) {
  .countdown {
    margin-top: -20px;
    margin-bottom: -145px;
}
  }

.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: #af553d;
}
@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;
  }
}

.candidate {
  margin: 200px 0 0;
  background: #fff;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 100px 0 200px;
  position: relative;
}
@media (max-width: 37.5em) {
  .candidate {
    margin: 100px 0 0;
    padding: 50px 0 100px;
  }
}
.candidate:before {
  content: "";
  background: url(../img/candidate_bg.png) top left no-repeat;
  position: absolute;
  height: 257px;
  width: 796px;
  top: -149px;
  left: calc(50% - 390px);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}
@media (max-width: 37.5em) {
  .candidate:before {
    background-size: contain;
    width: 300px;
    height: 97px;
    top: -56px;
    left: calc(50% - 150px);
  }
}
.candidate .inner {
  -webkit-transform: skew(0deg, 10deg) translate3d(0, 0, 0);
  transform: skew(0deg, 10deg) translate3d(0, 0, 0);
}
.candidate .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl p {
    font-size: 7px;
  }
}
.candidate .inner .contentTtl p:before {
  content: "";
  background: url(../img/candidate_icon.png) top left no-repeat;
  position: absolute;
  width: 37px;
  height: 36px;
  top: -46px;
  right: 0;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl p:before {
    background-size: contain;
    width: 19px;
    height: 18px;
    top: -23px;
  }
}
.candidate .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.candidate .inner .contentTtl p.period {
  margin-top: 20px;
  color: #bec1c8;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl p.period {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.38em;
  }
}
.candidate .inner .contentTtl p.period:before {
  display: none;
}
.candidate .inner .contentTtl .indexLink {
  margin-top: 18px;
  text-align: right;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .indexLink {
    margin-top: 12px;
  }
}
.candidate .inner .contentTtl .indexLink a {
  position: relative;
  padding-right: 46px;
  color: #222222;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .contentTtl .indexLink a {
    font-size: 11px;
  }
}
.candidate .inner .contentTtl .indexLink a:after {
  content: '';
  position: absolute;
  background: url(../img/link_arrow_right_black.png) top left no-repeat;
  width: 38px;
  height: 8px;
  top: 3px;
  right: 0;
}
.candidate .inner .contentTtl .indexLink a:hover:after {
  -webkit-animation: indexLink 1s infinite;
  animation: indexLink 1s infinite;
  opacity: 0;
}
.candidate .inner .contentTtl .indexLink a:hover:after:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.candidate .inner .contentTtl .indexLink a:hover:after:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.candidate .inner .contentTtl .indexLink a:hover:after:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes indexLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
@keyframes indexLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
.candidate .inner .candidateList {
  margin-top: 20px;
}
.candidate .inner .candidateList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul {
    margin-left: 0px !important;
  }
}
.candidate .inner .candidateList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li {
    width: 30%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .candidate .inner .candidateList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.candidate .inner .candidateList ul li.akb .plusIcon span, .candidate .inner .candidateList ul li.akb .new {
  background-color: #af553d;
}
.candidate .inner .candidateList ul li.akb .team {
  color: #af553d;
}
.candidate .inner .candidateList ul li.ske .plusIcon span, .candidate .inner .candidateList ul li.ske .new {
  background-color: #fcc000;
}
.candidate .inner .candidateList ul li.ske .team {
  color: #fcc000;
}
.candidate .inner .candidateList ul li.nmb .plusIcon span, .candidate .inner .candidateList ul li.nmb .new {
  background-color: #aa6f23;
}
.candidate .inner .candidateList ul li.nmb .team {
  color: #aa6f23;
}
.candidate .inner .candidateList ul li.hkt .plusIcon span, .candidate .inner .candidateList ul li.hkt .new {
  background-color: #383838;
}
.candidate .inner .candidateList ul li.hkt .team {
  color: #383838;
}
.candidate .inner .candidateList ul li.ngt .plusIcon span, .candidate .inner .candidateList ul li.ngt .new {
  background-color: #f35b66;
}
.candidate .inner .candidateList ul li.ngt .team {
  color: #f35b66;
}
.candidate .inner .candidateList ul li.stu .plusIcon span, .candidate .inner .candidateList ul li.stu .new {
  background-color: #55bef8;
}
.candidate .inner .candidateList ul li.stu .team {
  color: #004ea2;
}
.candidate .inner .candidateList ul li.jkt .plusIcon span, .candidate .inner .candidateList ul li.jkt .new {
  background-color: #ff5461;
}
.candidate .inner .candidateList ul li.jkt .team {
  color: #e60012;
}
.candidate .inner .candidateList ul li.bnk .plusIcon span, .candidate .inner .candidateList ul li.bnk .new {
  background-color: #ca96c2;
}
.candidate .inner .candidateList ul li.bnk .team {
  color: #ca96c2;
}
.candidate .inner .candidateList ul li a .new {
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 51px;
  height: 18px;
  padding-top: 3px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.6;
  z-index: 9999;
}
@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 .date {
  font-size: 9px;
  text-align: right;
  color: #bec1c8;
  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 .thumb {
  position: relative;
  width: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.candidate .inner .candidateList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.candidate .inner .candidateList ul li a .name {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .name {
    font-size: 13px;
  }
}
.candidate .inner .candidateList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .candidate .inner .candidateList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.candidate .inner .candidateList ul li a .team.akb {
  color: #af553d;
}
.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:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.candidate .inner .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.candidate .inner .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.voteResult {
  margin: 200px 0 0;
  background: #fff;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 100px 0 200px;
  position: relative;
}
@media (max-width: 37.5em) {
  .voteResult {
    margin: 100px 0 0;
    padding: 50px 0 100px;
  }
}
.voteResult .inner {
  -webkit-transform: skew(0deg, 10deg) translate3d(0, 0, 0);
  transform: skew(0deg, 10deg) translate3d(0, 0, 0);
}
.voteResult .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl p {
    font-size: 7px;
  }
}
.voteResult .inner .contentTtl p:before {
  content: "";
  background: url(../img/result_icon.png) top left no-repeat;
  position: absolute;
  width: 43px;
  height: 33px;
  top: -46px;
  right: calc(50% - 22px);
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl p:before {
    background-size: contain;
    width: 21px;
    height: 18px;
    top: -23px;
    right: calc(50% - 10px);
  }
}
.voteResult .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.voteResult .inner .contentTtl h4 {
	margin-top: 16px;
	color: #000;
	font-size: 30px;
	font-weight: inherit;
	letter-spacing: 0em;
	line-height: 1.3em;
	text-align: center;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl h4 {
    margin-top: 5px;
    font-size: 16px;
  }
}
.voteResult .inner .contentTtl h4 span {
  font-size: 40px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl h4 span {
    font-size: 18px;
  }
}
.voteResult .inner .contentTtl .btnBox {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  margin-top: -90px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .btnBox {
    margin-top: 30px;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    justify-content: center;
  }
}
.voteResult .inner .contentTtl .lineBtn {
  margin-left: auto;
  width: 161px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .lineBtn {
    width: 80px;
    height: 25px;
  }
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .lineBtn img {
    width: 80px;
    height: 25px;
  }
}
.voteResult .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 120px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .refleshBtn {
    flex: 1;
    width: 100%;
  }
}
.voteResult .inner .contentTtl .refleshBtn a {
  display: block;
  background: #af553d;
  width: 120px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .refleshBtn a {
    width: 100%;
  }
}
.voteResult .inner .contentTtl .refleshBtn a span {
  display: inline-block;
  background: url(../img/icon_refresh.png) 0 1px no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: -1px;
}
.voteResult .inner .contentTtl .refleshBtn a:hover span {
  -webkit-animation: reflesh 1s infinite;
  animation: reflesh 1s infinite;
  opacity: 0;
}
.voteResult .inner .contentTtl .refleshBtn a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.voteResult .inner .contentTtl .refleshBtn a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.voteResult .inner .contentTtl .refleshBtn a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
@keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
.voteResult .inner .contentTtl .tweetBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .tweetBtn {
    width: 25px;
    height: 25px;
  }
}
.voteResult .inner .contentTtl .tweetBtn a {
  display: block;
  background: #4aa0e3 url(../img/tweet_btn.png) 13px 12px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .contentTtl .tweetBtn a {
    background: #4aa0e3 url(../img/tweet_btn.png) 6px 6px no-repeat;
    background-size: 50%;
    width: 100%;
    height: 25px;
  }
}
.voteResult .inner .quickAnnouncementList {
  margin-top: 90px;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList {
    margin-top: 30px;
  }
}
.voteResult .inner .quickAnnouncementList h4 {
  margin: 60px 0 20px;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  color: #af553d;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList h4 {
    font-size: 18px;
  }
}
.voteResult .inner .quickAnnouncementList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul {
    margin-left: 0px !important;
  }
}
.voteResult .inner .quickAnnouncementList ul.other {
  margin-top: 60px !important;
  padding-top: 20px !important;
  border-top: 1px solid #eee;
}
.voteResult .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
.voteResult .inner .quickAnnouncementList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
.voteResult .inner .quickAnnouncementList ul li {
	width: 32%;
	margin-top: 40px;
	margin-right: 2%;
	margin-left: 0;
	margin-bottom: 0;
}
  .voteResult .inner .quickAnnouncementList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.voteResult .inner .quickAnnouncementList ul li.akb .plusIcon span, .voteResult .inner .quickAnnouncementList ul li.akb .new {
  background-color: #af553d;
}
.voteResult .inner .quickAnnouncementList ul li.akb .team {
  color: #af553d;
}
.voteResult .inner .quickAnnouncementList ul li.ske .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .voteResult .inner .quickAnnouncementList ul li.bnk .new {
  background-color: #ca96c2;
}
.voteResult .inner .quickAnnouncementList ul li.bnk .team {
  color: #ca96c2;
}
.voteResult .inner .quickAnnouncementList ul li.achive .thumb {
  background: #ffe5f2;
}
.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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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 {
  position: relative;
  width: 145px;
  height: auto;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.voteResult .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: rgba(175,85,61,.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .plusIcon {
  display: none;
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.voteResult .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.voteResult .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 12px;
  font-size: 9px;
  text-align: center;
  color: #bec1c8;
  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: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .name {
    font-size: 13px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .voteResult .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.voteResult .inner .quickAnnouncementList ul li a .team.akb {
  color: #af553d;
}
.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 .goalComment {
  margin-top: 10px;
  text-align: left;
  font-size: 9px;
  color: #bec1c8;
  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 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.voteResult .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.voteResult .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.comment {
	color: #000;
	text-align: left;
	margin: 4% 7%;
	font-size: 0.8em;
}

.quickAnnouncement {
  margin: 200px 0 0;
  background: #fff;
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 100px 0 200px;
  position: relative;
}
@media (max-width: 37.5em) {
  .quickAnnouncement {
    margin: 100px 0 0;
    padding: 50px 0 100px;
  }
}
.quickAnnouncement .inner {
  -webkit-transform: skew(0deg, 10deg) translate3d(0, 0, 0);
  transform: skew(0deg, 10deg) translate3d(0, 0, 0);
}
.quickAnnouncement .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl p {
    font-size: 7px;
  }
}
.quickAnnouncement .inner .contentTtl p:before {
  content: "";
  background: url(../img/quick_icon.png) top left no-repeat;
  position: absolute;
  width: 55px;
  height: 32px;
  top: -46px;
  right: calc(50% - 28px);
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl p:before {
    background-size: contain;
    width: 19px;
    height: 18px;
    top: -23px;
    right: calc(50% - 10px);
  }
}
.quickAnnouncement .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.quickAnnouncement .inner .contentTtl .btnBox {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  margin-top: -50px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .btnBox {
    margin-top: 30px;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 120px;
  height: 50px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .refleshBtn {
    flex: 1;
    width: 100%;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn a {
  display: block;
  background: #af553d;
  width: 120px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .refleshBtn a {
    width: 100%;
  }
}
.quickAnnouncement .inner .contentTtl .refleshBtn a span {
  display: inline-block;
  background: url(../img/icon_refresh.png) 0 1px no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: -1px;
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:hover span {
  -webkit-animation: reflesh 1s infinite;
  animation: reflesh 1s infinite;
  opacity: 0;
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.quickAnnouncement .inner .contentTtl .refleshBtn a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
@keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
.quickAnnouncement .inner .contentTtl .tweetBtn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .tweetBtn {
    width: 50px;
  }
}
.quickAnnouncement .inner .contentTtl .tweetBtn a {
  display: block;
  background: #4aa0e3 url(../img/tweet_btn.png) 13px 12px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .contentTtl .tweetBtn a {
    width: 100%;
  }
}
.quickAnnouncement .inner .quickAnnouncementList {
  margin-top: 20px;
  background-color: rgba(255,255,255,0.5)
}
.quickAnnouncement .inner .quickAnnouncementList h4 {
  margin: 60px 0 20px;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  color: #af553d;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList h4 {
    font-size: 18px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul {
    margin-left: 0px !important;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul.other {
  margin-top: 60px !important;
  padding-top: 20px !important;
  border-top: 1px solid #eee;
}
.quickAnnouncement .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
.quickAnnouncement .inner .quickAnnouncementList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li {
    width: 30%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .quickAnnouncement .inner .quickAnnouncementList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li.akb .plusIcon span, .quickAnnouncement .inner .quickAnnouncementList ul li.akb .new {
  background-color: #af553d;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.akb .team {
  color: #af553d;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.ske .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .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 .plusIcon span, .quickAnnouncement .inner .quickAnnouncementList ul li.bnk .new {
  background-color: #ca96c2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li.bnk .team {
  color: #ca96c2;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb {
  position: relative;
  width: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.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: #af553d;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 12px;
  font-size: 9px;
  text-align: center;
  color: #bec1c8;
  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: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .name {
    font-size: 13px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .quickAnnouncement .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
.quickAnnouncement .inner .quickAnnouncementList ul li a .team.akb {
  color: #af553d;
}
.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:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.quickAnnouncement .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.quickAnnouncement .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.goodsBanner {
  margin: 200px 0 0;
}
@media (max-width: 37.5em) {
  .goodsBanner {
    margin: 100px 0 0;
  }
}
.goodsBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -10px !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: 30px;
  margin-left: 10px;
  width: 240px;
}
@media (max-width: 37.5em) {
  .goodsBanner .inner ul li {
    width: 49%;
    margin-top: 15px;
    margin-left: 0px;
  }
}

.appealComments {
  margin: 200px 0 0;
  background: rgba(255,255,255,0.8);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 100px 0 100px;
  position: relative;
}
@media (max-width: 37.5em) {
  .appealComments {
    margin: 120px 0 0;
    padding: 50px 0 100px;
  }
}
.appealComments .inner {
  -webkit-transform: skew(0deg, 10deg) translate3d(0, 0, 0);
  transform: skew(0deg, 10deg) translate3d(0, 0, 0);
}
.appealComments .inner .contentTtl p {
	position: relative;
	color: #af553d;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: right;
	display: block;
	margin: 0% 0 -1% 0;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl p {
    font-size: 7px;
  }
}
.appealComments .inner .contentTtl p:before {
  content: "";
  background: url(../img/comment_icon.png) top left no-repeat;
  position: absolute;
  width: 23px;
  height: 36px;
  top: -46px;
  right: 0;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl p:before {
    background-size: contain;
    width: 17px;
    height: 18px;
    top: -23px;
  }
}
.appealComments .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.appealComments .inner .contentTtl .refleshBtn {
  margin-left: auto;
  width: 180px;
  height: 50px;
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .refleshBtn {
    width: 100%;
  }
}
.appealComments .inner .contentTtl .refleshBtn a {
  display: block;
  background: #af553d;
  width: 180px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .contentTtl .refleshBtn a {
    width: 100%;
  }
}
.appealComments .inner .contentTtl .refleshBtn a span {
  display: inline-block;
  background: url(../img/icon_refresh.png) 0 1px no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: -1px;
}
.appealComments .inner .contentTtl .refleshBtn a:hover span {
  -webkit-animation: reflesh 1s infinite;
  animation: reflesh 1s infinite;
  opacity: 0;
}
.appealComments .inner .contentTtl .refleshBtn a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.appealComments .inner .contentTtl .refleshBtn a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.appealComments .inner .contentTtl .refleshBtn a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
@keyframes reflesh {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
}
.appealComments .inner .commentList {
  margin-top: 20px;
}
.appealComments .inner .commentList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  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;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .appealComments .inner .commentList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.appealComments .inner .commentList ul li.akb .plusIcon span, .appealComments .inner .commentList ul li.akb .new {
  background-color: #af553d;
}
.appealComments .inner .commentList ul li.akb .team {
  color: #af553d;
}
.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: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  .appealComments .inner .commentList ul li .name {
    font-size: 13px;
  }
}
.appealComments .inner .commentList ul li .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  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: #af553d;
}
.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;
}

#timelimit {
	/* background-color: #000; */
	display: block;
	padding: 2%;
	color: #FFF;
}
#timelimit .text1 {
	font-size: 1.8em;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #000;
	padding: 1.5%;
}


.appealComments .inner .commentList ul li:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
.appealComments .inner .commentList ul li:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.appealComments .inner .commentList ul li:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.appealComments .inner p.linkCaption {
	/* margin-top: 50px; */
	color: #222222;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 0.5em;
	text-align: center;
	margin-bottom: 15px;
}
@media (max-width: 37.5em) {
  .appealComments .inner p.linkCaption {
    margin-top: 30px;
    font-size: 1.2em;
  }
}


.appealComments .inner .contentTtl h1 {
	/* margin-top: 10px; */
	color: #222;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: right;
	/* text-shadow: 0 0 0.05em #FFF59D, 0 0 0.06em #FFF59D, 0 0 0.07em #FFF59D, 0 0 0.08em #FFF59D, 0 0 0.09em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.50em #FFF59D; */
}
@media (max-width: 37.5em) {
.appealComments .inner .contentTtl h1 {
    margin-top: 5px;
    font-size: 2em;
  }
}
.appealComments .inner .contentTtl h2 {
	margin: 1% 7%;
	color: #222;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	text-align: left;
	text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}

.ch2 {
	margin: 2% 5% 0% 3%;
	color: #222;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1em;
	text-align: left;
	padding: 2% 3%;
	background: #f4f4f4;
	border-left: solid 5px #222;
	display: block;
}
@media (max-width: 37.5em) {
.appealComments .inner .contentTtl h2 {
    margin-top: 5px;
    font-size: 1.5em;
  }
}
.appealComments .inner .contentTtl h3 {
	/* margin-top: 10px; */
	color: #222;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 1.2em;
	text-align: left;
	/* text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF; */
	margin: 1% 7%;
}
@media (max-width: 37.5em) {
.appealComments .inner .contentTtl h3 {
	margin-top: 5px;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	line-height: 1em;
}
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}
@media (max-width: 37.5em) {
	.btn-wrap {
  margin: 20px -5%;
  display: block;
}
	button.btn {
	    padding: 1% 2% 15% 21%;		
	}	
	
	.btn, a.btn, button.btn {
	padding: 3% 5% 1% 20%;
}
}

a.btn-c {
	font-size: 2rem;
	position: relative;
	/* padding: 1.5rem 4rem 1.5rem 9rem; */
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 100vh;
	background: #000;
	-webkit-box-shadow: 0 5px 0 #000;
	box-shadow: 0 5px 0 #212121;
	display: block;
	width: 100%;
	/* margin: auto; */
	padding: 2%;
}
@media (max-width: 37.5em) {
a.btn-c {
	font-size: 1.5em;
	display: block;
	height: 85px;
	vertical-align: middle;
	/* width: 102%; */
	/* position: absolute; */
}
}
	
a.btn-c span {
	font-size: 0.7em;
	line-height: 1;
	position: absolute;
	top: 5px;
	left: 9px;
	width: 70px;
	height: 70px;
	/* padding-top: 16px; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
	border: 2px solid #212121;
	border-radius: 50%;
	background: #FFF;
padding: 1.4% 0.5% 0px 1%;
  display: block;
}

a.btn-c span em {
  font-style: normal;
　font-size: 2em;
  color: #d20010;
}

a.btn-c .small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

@media (max-width: 37.5em) {
a.btn-c .small {
	font-weight: bold;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.5vh;
}

a.btn-c span {
	font-size: 1em;
	padding: 4% 0.5% 0px 1%;
	display: block;
}	
	
}

/*text animation*/
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
 
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}
 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.news {
  margin: 200px 0 0;
  background: #fff;
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  padding: 100px 0 300px;
  position: relative;
}
@media (max-width: 37.5em) {
  .news {
    margin: 120px 0 0;
    padding: 50px 0 100px;
  }
}
.news .inner {
  -webkit-transform: skew(0deg, -10deg) translate3d(0, 0, 0);
  transform: skew(0deg, -10deg) translate3d(0, 0, 0);
}
.news .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl p {
    font-size: 7px;
  }
}
.news .inner .contentTtl p:before {
  content: "";
  background: url(../img/news_icon.png) top left no-repeat;
  position: absolute;
  width: 35px;
  height: 37px;
  top: -46px;
  left: 0;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl p:before {
    background-size: contain;
    width: 17px;
    height: 18px;
    top: -23px;
  }
}
.news .inner .contentTtl h3 {
  margin-top: 10px;
  color: #222222;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  .news .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
.news .inner .newsList ul {
  margin-top: 40px !important;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul {
    margin-top: 15px !important;
  }
}
.news .inner .newsList ul li {
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li {
    margin-top: 15px;
  }
}
.news .inner .newsList ul li a dl {
  position: relative;
  padding-left: 36px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-align-items: top;
  /*--- safari（PC）用 ---*/
  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:before {
  content: '';
  position: absolute;
  background: url(../img/news_arrow_right_black.png) top left no-repeat;
  width: 21px;
  height: 8px;
  top: 1px;
  left: 0;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li a dl:before {
    display: none;
  }
}
.news .inner .newsList ul li a dl:hover:before {
  -webkit-animation: newsLink 1s infinite;
  animation: newsLink 1s infinite;
  opacity: 0;
}
.news .inner .newsList ul li a dl:hover:before:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.news .inner .newsList ul li a dl:hover:before:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.news .inner .newsList ul li a dl:hover:before:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes newsLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
}
@keyframes newsLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
}
.news .inner .newsList ul li a dl dt {
  font-size: 9px;
  color: #bec1c8;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.news .inner .newsList ul li a dl dd {
  margin-left: 20px;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
@media (max-width: 37.5em) {
  .news .inner .newsList ul li a dl dd {
    margin-left: 0;
    margin-top: 5px;
  }
}

.archiveBanner {
  margin: 200px 0 0;
}
@media (max-width: 37.5em) {
  .archiveBanner {
    margin: 100px 0 0;
  }
}
.archiveBanner .inner {
  position: relative;
}
.archiveBanner .inner .contentTtl p {
  position: relative;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl p {
    font-size: 7px;
  }
}
.archiveBanner .inner .contentTtl p:before {
  content: "";
  background: url(../img/archive_icon.png) top left no-repeat;
  position: absolute;
  width: 43px;
  height: 37px;
  top: -46px;
  left: 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl p:before {
    background-size: contain;
    width: 21px;
    height: 18px;
    top: -23px;
  }
}
.archiveBanner .inner .contentTtl h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-align: left;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .contentTtl h3 {
    margin-top: 5px;
    font-size: 25px;
  }
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .bannerBox {
    margin-top: 10px;
  }
}
.archiveBanner .inner .bannerBox ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -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: 20px;
    margin-left: 0px;
  }
  .archiveBanner .inner .bannerBox ul li:nth-child(even) {
    margin-left: 5px;
  }
}
.archiveBanner .inner .moreBtn {
  position: absolute;
  right: 0;
}
@media (max-width: 37.5em) {
  .archiveBanner .inner .moreBtn {
    position: relative;
    display: none;
  }
}

.otherBanner {
  margin: 200px 0 0;
}
@media (max-width: 37.5em) {
  .otherBanner {
    margin: 50px 0 0;
  }
}
.otherBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -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;
}
@media (max-width: 37.5em) {
  .otherBanner .inner ul li {
    width: 32%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .otherBanner .inner ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

.second .goodsBanner {
  margin: 400px 0 0;
}
@media (max-width: 37.5em) {
  .second .goodsBanner {
    margin: 200px 0 0;
  }
}
.second .goodsBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -10px !important;
}
@media (max-width: 37.5em) {
  .second .goodsBanner .inner ul {
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    width: 100%;
    margin-left: 0px !important;
  }
}
.second .goodsBanner .inner ul li {
  margin-top: 30px;
  margin-left: 10px;
  width: 240px;
}
@media (max-width: 37.5em) {
  .second .goodsBanner .inner ul li {
    width: 49%;
    margin-top: 15px;
    margin-left: 0px;
  }
}
.goodsBanner .inner .contentTtl p {
  position: relative;
  color: #bec1c8;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: right;
}
@media (max-width: 37.5em) {
.goodsBanner .inner .contentTtl p {
    font-size: 7px;
  }
}
.goodsBanner .inner .contentTtl p:before {
  content: "";
  background: url(../img/comment_icon.png) top left no-repeat;
  position: absolute;
  width: 23px;
  height: 36px;
  top: -46px;
  right: 0;
}
@media (max-width: 37.5em) {
 .goodsBanner .inner .contentTtl p:before {
    background-size: contain;
    width: 17px;
    height: 18px;
    top: -23px;
  }
}
.goodsBanner .inner .contentTtl h1 {
	margin-top: 10px;
	color: #000;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 2em;
	text-align: center;
	text-shadow: 0 0 0.05em #FFF59D, 0 0 0.06em #FFF59D, 0 0 0.07em #FFF59D, 0 0 0.08em #FFF59D, 0 0 0.09em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.20em #FFF59D, 0 0 0.50em #FFF59D;
}
@media (max-width: 37.5em) {
.goodsBanner .inner .contentTtl h1 {
    margin-top: 5px;
    font-size: 2em;
  }
}
.goodsBanner .inner .contentTtl h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 2em;
  text-align: center;
  text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #f00;
}
@media (max-width: 37.5em) {
.goodsBanner .inner .contentTtl h2 {
    margin-top: 5px;
    font-size: 1.5em;
  }
}
.goodsBanner .inner .contentTtl h3 {
	margin-top: 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
	text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #f00;
}
@media (max-width: 37.5em) {
.goodsBanner .inner .contentTtl h3 {
	margin-top: 5px;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	line-height: 1em;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgba(255,0,0,.4) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgba(255,0,0,.4) 50%, transparent 50%);
    background: linear-gradient(left, rgba(255,0,0,.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
	padding: 0% 0.8%;
}
.c-marker.is-active{
    background-position: 0% .5em;
}

.second .otherBanner {
  margin: 120px 0 0;
}
@media (max-width: 37.5em) {
  .second .otherBanner {
    margin: 50px 0 0;
  }
}
.second .otherBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -37px !important;
}
@media (max-width: 37.5em) {
  .second .otherBanner .inner ul {
    width: 100%;
    margin-left: 0px !important;
  }
}
.second .otherBanner .inner ul li {
  margin-top: 30px;
  margin-left: 37px;
  width: 170px;
}
@media (max-width: 37.5em) {
  .second .otherBanner .inner ul li {
    width: 32%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .second .otherBanner .inner ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

.third .goodsBanner {
  margin: 120px 0 0;
}
@media (max-width: 37.5em) {
  .third .goodsBanner {
    margin: 60px 0 0;
  }
}
.third .goodsBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -10px !important;
}
@media (max-width: 37.5em) {
  .third .goodsBanner .inner ul {
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    width: 100%;
    margin-left: 0px !important;
  }
}
.third .goodsBanner .inner ul li {
  margin-top: 30px;
  margin-left: 10px;
  width: 240px;
}
@media (max-width: 37.5em) {
  .third .goodsBanner .inner ul li {
    width: 49%;
    margin-top: 15px;
    margin-left: 0px;
  }
}
.third .otherBanner {
  margin: 120px 0 0;
}
@media (max-width: 37.5em) {
  .third .otherBanner {
    margin: 50px 0 0;
  }
}
.third .otherBanner .inner ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -37px !important;
}
@media (max-width: 37.5em) {
  .third .otherBanner .inner ul {
    width: 100%;
    margin-left: 0px !important;
  }
}
.third .otherBanner .inner ul li {
  margin-top: 30px;
  margin-left: 37px;
  width: 170px;
}
@media (max-width: 37.5em) {
  .third .otherBanner .inner ul li {
    width: 32%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .third .otherBanner .inner ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

#news .pageTtl {
  margin: 20px 0 0;
}
#news .pageTtl h2 {
  background: url(../img/news_ttl.png) 0 0 no-repeat;
  width: 181px;
  height: 81px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #news .pageTtl h2 {
    background-size: contain;
    width: 121px;
    height: 54px;
  }
}
#news .newsIndex {
  margin: -1px 0 0;
  padding: 40px 0;
  background: #fff;
  position: relative;
}
#news .newsIndex:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #news .newsIndex:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 15%;
  }
}
@media (max-width: 37.5em) {
  #news .newsIndex {
    padding: 50px 0 50px;
  }
}
#news .newsIndex .inner {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner {
    width: 100%;
  }
}
#news .newsIndex .inner .newsList ul {
  margin-top: 40px !important;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsList ul {
    margin-top: 15px !important;
  }
}
#news .newsIndex .inner .newsList ul li {
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsList ul li {
    margin-top: 15px;
  }
}
#news .newsIndex .inner .newsList ul li a dl {
  position: relative;
  padding-left: 36px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-align-items: top;
  /*--- safari（PC）用 ---*/
  align-items: top;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsList ul li a dl {
    padding-left: 0;
    display: block;
  }
}
#news .newsIndex .inner .newsList ul li a dl:before {
  content: '';
  position: absolute;
  background: url(../img/news_arrow_right_black.png) top left no-repeat;
  width: 21px;
  height: 8px;
  top: 1px;
  left: 0;
}
@media (max-width: 37.5em) {
  #news .newsIndex .inner .newsList ul li a dl:before {
    display: none;
  }
}
#news .newsIndex .inner .newsList ul li a dl:hover:before {
  -webkit-animation: newsLink 1s infinite;
  animation: newsLink 1s infinite;
  opacity: 0;
}
#news .newsIndex .inner .newsList ul li a dl:hover:before:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#news .newsIndex .inner .newsList ul li a dl:hover:before:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#news .newsIndex .inner .newsList ul li a dl:hover:before:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes newsLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
}
@keyframes newsLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(10px, 0px);
    opacity: 0;
  }
}
#news .newsIndex .inner .newsList ul li a dl dt {
  font-size: 9px;
  color: #bec1c8;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
#news .newsIndex .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 .newsIndex .inner .newsList ul 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-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -10px !important;
}
#news .newsIndex .inner .pager ul li {
  margin: 10px 0 0 10px;
}
#news .newsIndex .inner .pager ul li a {
  display: block;
  padding-top: 10px;
  width: 40px;
  height: 40px;
  background: #af553d;
  font-size: 14px;
  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: #ccc;
}
#news .newsIndex .inner .pager ul li a:hover {
  opacity: 0.6;
}
#news .newsDetail .inner {
  width: 800px;
  margin: 100px auto 0;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner {
    width: 100%;
    margin: 20px auto 0;
  }
}
#news .newsDetail .inner p.date {
  color: #bec1c8;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner p.date {
    font-size: 7px;
  }
}
#news .newsDetail .inner h3 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.32em;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#news .newsDetail .inner .photo {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner .photo {
    margin-top: 20px;
  }
}
#news .newsDetail .inner p.txt {
  margin-top: 60px;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #999;
}
@media (max-width: 37.5em) {
  #news .newsDetail .inner p.txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#news .newsDetail .inner p.txt a {
  text-decoration: underline;
}
#news .newsDetail .inner p.txt a:hover {
  text-decoration: none;
}

#about .pageTtl {
  margin: 20px 0 0;
}
#about .pageTtl h2 {
  background: url(../img/about_ttl.png) 0 0 no-repeat;
  width: 218px;
  height: 81px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #about .pageTtl h2 {
    background-size: contain;
    width: 145px;
    height: 54px;
  }
}
#about .aboutBody {
  margin: -1px 0 0;
  padding: 40px 0;
  background: #fff;
  position: relative;
}
#about .aboutBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #about .aboutBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #about .aboutBody {
    padding: 50px 0 50px;
  }
}
#about .aboutBody .inner {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #about .aboutBody .inner {
    width: 100%;
  }
}
#about .aboutBody .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) {
  #about .aboutBody .inner h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#about .aboutBody .inner dl {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
#about .aboutBody .inner dl:last-child {
  border-bottom: none;
}
@media (max-width: 37.5em) {
  #about .aboutBody .inner dl {
    display: block;
    width: 100%;
    padding: 24px 0;
    border-bottom: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.38em;
  }
}
#about .aboutBody .inner dl dt {
  width: 156px;
  text-align: left;
  color: #af553d;
}
@media (max-width: 37.5em) {
  #about .aboutBody .inner dl dt {
    width: 100%;
    text-align: center;
  }
}
#about .aboutBody .inner dl dd {
  flex: 1;
  color: #999999;
}
@media (max-width: 37.5em) {
  #about .aboutBody .inner dl dd {
    margin-top: 12px;
    text-align: left;
  }
}

#candidate .pageTtl {
  margin: 20px 0 0;
}
#candidate .pageTtl h2 {
  background: url(../img/candidate_ttl.png) 0 0 no-repeat;
  width: 357px;
  height: 80px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #candidate .pageTtl h2 {
    background-size: contain;
    width: 241px;
    height: 54px;
  }
}
#candidate .candidateBody {
  margin: -1px 0 0;
  padding: 60px 0;
  background: #fff;
  position: relative;
}
#candidate .candidateBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #candidate .candidateBody {
    padding: 50px 0 50px;
  }
}
#candidate .candidateBody .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner {
    width: 100%;
  }
}
#candidate .candidateBody .inner .teamTab {
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab {
    border-bottom: none;
  }
  #candidate .candidateBody .inner .teamTab.akb a.current {
    background: url(../img/tab_akb_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.ske a.current {
    background: url(../img/tab_ske_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.nmb a.current {
    background: url(../img/tab_nmb_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.hkt a.current {
    background: url(../img/tab_hkt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.ngt a.current {
    background: url(../img/tab_ngt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.stu a.current {
    background: url(../img/tab_stu_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.jkt a.current {
    background: url(../img/tab_jkt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #candidate .candidateBody .inner .teamTab.bnk a.current {
    background: url(../img/tab_bnk_sp_on.png) top center no-repeat;
    background-size: cover;
  }
}
#candidate .candidateBody .inner .teamTab.akb a.current:before {
  background-color: #af553d;
}
@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 ul {
  display: flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul {
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    margin: 0 -20px !important;
  }
}
#candidate .candidateBody .inner .teamTab ul li {
  width: 14.28%;
  height: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamTab ul li {
    width: 82px;
    height: 35px;
    margin-right: 1px;
    margin-bottom: 1px;
  }
}
#candidate .candidateBody .inner .teamTab ul li.akb a:after {
  background-color: #af553d;
}
#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 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: 82px;
    height: 35px;
  }
}
#candidate .candidateBody .inner .teamTab ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #af553d;
  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: #af553d;
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#candidate .candidateBody .inner .anchorLink {
  margin-top: 20px;
}
#candidate .candidateBody .inner .anchorLink.akb a {
  color: #af553d;
}
#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 ul {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul {
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
}
#candidate .candidateBody .inner .anchorLink ul li {
  margin: 0 30px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .anchorLink ul li {
    margin: 0 10px 0;
    padding-left: 12px;
  }
}
#candidate .candidateBody .inner .anchorLink ul li a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #af553d;
}
@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: 90px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock {
    margin-top: 45px;
  }
}
#candidate .candidateBody .inner .teamBlock.akb h4 {
  color: #af553d;
}
#candidate .candidateBody .inner .teamBlock.ske h4 {
  color: #fcc000;
}
#candidate .candidateBody .inner .teamBlock.nmb h4 {
  color: #aa6f23;
}
#candidate .candidateBody .inner .teamBlock.hkt h4 {
  color: #383838;
}
#candidate .candidateBody .inner .teamBlock.ngt h4 {
  color: #f35b66;
}
#candidate .candidateBody .inner .teamBlock.stu h4 {
  color: #004ea2;
}
#candidate .candidateBody .inner .teamBlock.jkt h4 {
  color: #e60012;
}
#candidate .candidateBody .inner .teamBlock.bnk h4 {
  color: #ca96c2;
}
#candidate .candidateBody .inner .teamBlock h4 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0;
  color: #af553d;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock h4 {
    font-size: 25px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList {
  margin-top: 20px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList {
    margin-top: 0px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul {
    margin-left: 0px !important;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li {
    width: 30%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #candidate .candidateBody .inner .teamBlock .candidateList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.akb .plusIcon span, #candidate .candidateBody .inner .teamBlock .candidateList ul li.akb .new {
  background-color: #af553d;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.akb .team {
  color: #af553d;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.ske .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #candidate .candidateBody .inner .teamBlock .candidateList ul li.stu .new {
  background-color: #004ea2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.stu .team {
  color: #004ea2;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.jkt .plusIcon span, #candidate .candidateBody .inner .teamBlock .candidateList ul li.jkt .new {
  background-color: #e60012;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.jkt .team {
  color: #e60012;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li.bnk .plusIcon span, #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.achive .thumb {
  background: #ffe5f2;
}
#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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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: -10px;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  z-index: 9999;
}
@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(-10deg);
  transform: rotate(-10deg);
  width: 51px;
  height: 18px;
  padding-top: 3px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.6;
  z-index: 9999;
}
@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 .date {
  font-size: 9px;
  text-align: left;
  color: #bec1c8;
  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 .thumb {
  position: relative;
  width: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb .plusIcon {
  display: none;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .name {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  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 {
    font-size: 13px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #candidate .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: #af553d;
}
#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 .commit {
  margin-top: 8px;
  text-align: left;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1.4444em;
  color: #bec1c8;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a .commit strong {
  color: #222222;
  margin-right: 2px;
}
@media (max-width: 37.5em) {
  #candidate .candidateBody .inner .teamBlock .candidateList ul li a .commit {
    margin-top: 4px;
    font-size: 7px;
  }
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#candidate .candidateBody .inner .teamBlock .candidateList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
#candidate .candidateDetail {
  margin: -1px 0 0;
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail {
    padding: 25px 0;
  }
}
#candidate .candidateDetail .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody {
    display: block;
  }
}
#candidate .candidateDetail .inner .detailBody .posterArea {
  width: 440px;
  margin-right: 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: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileTop dl dt.achive {
  background: #ffe5f2;
}
#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: 9999;
}
#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: 9999;
}
#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: 9999;
}
#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: 9999;
}
#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: #af553d;
}
#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 .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 .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-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
}
@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: 50%;
  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: block;
  background: #af553d;
  width: 245px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a {
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a span {
  display: inline-block;
  background: url(../img/link_arrow_right_white.png) 0 -1px no-repeat;
  width: 38px;
  height: 8px;
  margin-left: 10px;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a i {
  margin-right: 10px;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a.disabled {
  background: #d3d3d3;
  pointer-events: none;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a:hover span {
  -webkit-animation: profileBtnLink 1s infinite;
  animation: profileBtnLink 1s infinite;
  opacity: 0;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a:hover span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a:hover span:nth-of-type(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .profileBtn ul li a:hover span:nth-of-type(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes profileBtnLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
@keyframes profileBtnLink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0px);
    opacity: 0;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon {
    margin-top: 60px;
    width: 100%;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li {
  margin-right: 10px;
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a {
    width: 34px;
    height: 34px;
  }
}
#candidate .candidateDetail .inner .detailBody .profileArea .profileBottom .snsIcon ul li a:hover {
  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 {
  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: 20px 0 0;
}
#postergallery .pageTtl h2 {
  background: url(../img/postergallery_ttl.png) 0 0 no-repeat;
  width: 546px;
  height: 80px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #postergallery .pageTtl h2 {
    background-size: contain;
    width: 369px;
    height: 54px;
  }
}
#postergallery .postergalleryBody {
  margin: -1px 0 0;
  padding: 60px 0;
  background: #fff;
  position: relative;
}
#postergallery .postergalleryBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody {
    padding: 50px 0 50px;
  }
}
#postergallery .postergalleryBody .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner {
    width: 100%;
  }
}
#postergallery .postergalleryBody .inner .teamTab {
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab {
    border-bottom: none;
  }
  #postergallery .postergalleryBody .inner .teamTab.akb a.current {
    background: url(../img/tab_akb_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.ske a.current {
    background: url(../img/tab_ske_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.nmb a.current {
    background: url(../img/tab_nmb_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.hkt a.current {
    background: url(../img/tab_hkt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.ngt a.current {
    background: url(../img/tab_ngt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.stu a.current {
    background: url(../img/tab_stu_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.jkt a.current {
    background: url(../img/tab_jkt_sp_on.png) top center no-repeat;
    background-size: cover;
  }
  #postergallery .postergalleryBody .inner .teamTab.bnk a.current {
    background: url(../img/tab_bnk_sp_on.png) top center no-repeat;
    background-size: cover;
  }
}
#postergallery .postergalleryBody .inner .teamTab.akb a.current:before {
  background-color: #af553d;
}
@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 ul {
  display: flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul {
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    margin: 0 -20px !important;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li {
  width: 14.28%;
  height: 50px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamTab ul li {
    width: 82px;
    height: 35px;
    margin-right: 1px;
    margin-bottom: 1px;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li.akb a:after {
  background-color: #af553d;
}
#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 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: 82px;
    height: 35px;
  }
}
#postergallery .postergalleryBody .inner .teamTab ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #af553d;
  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: #af553d;
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#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) top center no-repeat;
    background-size: contain;
  }
}
#postergallery .postergalleryBody .inner .anchorLink {
  margin-top: 20px;
}
#postergallery .postergalleryBody .inner .anchorLink.akb a {
  color: #af553d;
}
#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 ul {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul {
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li {
  margin: 0 30px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .anchorLink ul li {
    margin: 0 10px 0;
    padding-left: 12px;
  }
}
#postergallery .postergalleryBody .inner .anchorLink ul li a {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #af553d;
}
@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: 90px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock {
    margin-top: 45px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock.akb h4 {
  color: #af553d;
}
#postergallery .postergalleryBody .inner .teamBlock.ske h4 {
  color: #fcc000;
}
#postergallery .postergalleryBody .inner .teamBlock.nmb h4 {
  color: #aa6f23;
}
#postergallery .postergalleryBody .inner .teamBlock.hkt h4 {
  color: #383838;
}
#postergallery .postergalleryBody .inner .teamBlock.ngt h4 {
  color: #f35b66;
}
#postergallery .postergalleryBody .inner .teamBlock.stu h4 {
  color: #004ea2;
}
#postergallery .postergalleryBody .inner .teamBlock.jkt h4 {
  color: #e60012;
}
#postergallery .postergalleryBody .inner .teamBlock.bnk h4 {
  color: #ca96c2;
}
#postergallery .postergalleryBody .inner .teamBlock h4 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0;
  color: #af553d;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock h4 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList {
  margin-top: 10px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList {
    margin-top: 0px;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -50px !important;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul {
    margin-left: 0px !important;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li {
  position: relative;
  width: 300px;
  margin: 50px 0 0 50px;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li {
    width: 48%;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li:nth-child(2n) {
    margin-right: 0;
  }
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.akb .plusIcon span, #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.akb .new {
  background-color: #af553d;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.akb .team {
  color: #af553d;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.ske .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.stu .new {
  background-color: #004ea2;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.stu .team {
  color: #004ea2;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.jkt .plusIcon span, #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.jkt .new {
  background-color: #e60012;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.jkt .team {
  color: #e60012;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li.bnk .plusIcon span, #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 a .thumb {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    /* 中央寄せ */
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
  }
  #postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb > * {
    vertical-align: middle;
    display: inline-block;
  }
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#postergallery .postergalleryBody .inner .teamBlock .postergalleryList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

#quickAnnouncement .pageTtl {
  margin: 20px 0 0;
}
#quickAnnouncement .pageTtl h2 {
  background: url(../img/quickannouncement_ttl.png) 0 0 no-repeat;
  width: 533px;
  height: 80px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .pageTtl h2 {
    background-size: contain;
    width: 355px;
    height: 54px;
  }
}
#quickAnnouncement .quickAnnouncementBody {
  margin: -1px 0 0;
  padding: 60px 0;
  background: #fff;
  position: relative;
}
#quickAnnouncement .quickAnnouncementBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody {
    padding: 10px 0 50px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner {
    width: 100%;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList h4 {
  margin: 60px 0 20px;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  color: #af553d;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList h4 {
    font-size: 18px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin-left: -26px !important;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul {
    margin-left: 0px !important;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul.other {
  margin-top: 60px !important;
  padding-top: 20px !important;
  border-top: 1px solid #eee;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul.other .rank {
  background: #cecece !important;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li {
  position: relative;
  width: 145px;
  margin: 40px 0 0 26px;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li {
    width: 30%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li:nth-child(3n) {
    margin-right: 0;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.akb .plusIcon span, #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.akb .new {
  background-color: #af553d;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.akb .team {
  color: #af553d;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li.ske .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 .plusIcon span, #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 a .thumb {
  position: relative;
  width: 145px;
  height: 184px;
  margin-top: 4px;
  padding: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
#quickAnnouncement .quickAnnouncementBody .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: #af553d;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .rank.double {
  font-size: 10px;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .plusIcon span {
  position: absolute;
  right: 12px;
  top: 17px;
  width: 12px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .voteNum {
  margin-top: 12px;
  font-size: 9px;
  text-align: center;
  color: #bec1c8;
  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: 18px;
  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 {
    font-size: 13px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team {
  margin-top: 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media (max-width: 37.5em) {
  #quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team {
    margin-top: 4px;
    font-size: 7px;
  }
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a .team.akb {
  color: #af553d;
}
#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:hover .thumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding: 0;
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(1) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#quickAnnouncement .quickAnnouncementBody .inner .quickAnnouncementList ul li a:hover .thumb.thumb .plusIcon span:nth-of-type(2) {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
#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-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  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: 20px 0 0;
}
#vote .pageTtl h2 {
  background: url(../img/vote_ttl.png) 0 0 no-repeat;
  width: 162px;
  height: 80px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #vote .pageTtl h2 {
    background-size: contain;
    width: 109px;
    height: 54px;
  }
}
#vote .voteBody {
  margin: -1px 0 0;
  padding: 60px 0;
  background: #fff;
  position: relative;
}
#vote .voteBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #vote .voteBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #vote .voteBody {
    padding: 50px 0 50px;
  }
}
#vote .voteBody .inner {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #vote .voteBody .inner {
    width: 100%;
  }
}
#vote .voteBody .inner .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#vote .voteBody .inner .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#vote .voteBody .inner p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 37.5em) {
  #vote .voteBody .inner p {
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteBody .inner p a {
  color: #999999;
}
#vote .voteBody .inner p a i {
  margin-right: 4px;
  color: #d62424;
}
#vote .voteBody .inner h3 {
  margin-top: 100px;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
}
@media (max-width: 37.5em) {
  #vote .voteBody .inner h3 {
    margin-top: 50px;
    font-size: 20px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
}
#vote .voteBody .inner p.lead {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 37.5em) {
  #vote .voteBody .inner p.lead {
    margin-top: 30px;
    font-size: 13px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
}
#vote .voteBody #acMenu {
  width: 800px;
  margin: 60px auto 0;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu {
    width: 100%;
    margin: 30px 0 0;
  }
}
#vote .voteBody #acMenu dt {
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  padding: 30px 20px;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #af553d;
  cursor: pointer;
  position: relative;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dt {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 40px 15px 20px;
  }
}
#vote .voteBody #acMenu dt.toggle .plusIcon span:nth-of-type(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
#vote .voteBody #acMenu dt.toggle .plusIcon span:nth-of-type(2) {
  transform: rotate(310deg);
  -webkit-transform: rotate(310deg);
  -moz-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  -o-transform: rotate(310deg);
}
#vote .voteBody #acMenu dt span {
  display: inline-block;
  background: #af553d;
  margin-right: 20px;
  padding-top: 3px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dt span {
    margin-right: 10px;
    padding-top: 6px;
    width: 24px;
    height: 24px;
    font-size: 9px;
  }
}
#vote .voteBody #acMenu dt .plusIcon span {
  position: absolute;
  right: 12px;
  top: 40px;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dt .plusIcon span {
    top: 26px;
    right: 20px;
    width: 13px;
    height: 2px;
  }
}
#vote .voteBody #acMenu dt .plusIcon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#vote .voteBody #acMenu dt .plusIcon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#vote .voteBody #acMenu dd {
  width: 100%;
  display: none;
  padding: 0 20px 20px;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dd {
    background: #f6f6f6;
    padding: 20px;
  }
}
#vote .voteBody #acMenu dd .fanclubTtl {
  width: 250px;
  margin-bottom: 40px;
}
#vote .voteBody #acMenu dd .qr {
  width: 120px;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dd .qr {
    width: 80px;
  }
}
#vote .voteBody #acMenu dd p {
  text-align: left;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #999999;
}
@media (max-width: 37.5em) {
  #vote .voteBody #acMenu dd p {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteBody #acMenu dd p strong {
  color: #222222;
}
#vote .voteBody #acMenu dd p a {
  color: #222222;
  text-decoration: underline;
}
#vote .voteBody #acMenu dd p a:hover {
  text-decoration: none;
}
#vote .voteBody .attention {
  margin-top: 60px;
}
@media (max-width: 37.5em) {
  #vote .voteBody .attention {
    margin-top: 30px;
  }
}
#vote .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 .voteBody .attention p:before {
  content: '※';
  position: absolute;
  top: 0;
  left: -14px;
}
@media (max-width: 37.5em) {
  #vote .voteBody .attention p {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.4em;
  }
}
#vote .voteBody .attention p a {
  color: #222222;
  text-decoration: underline;
}
#vote .voteBody .attention p a:hover {
  text-decoration: none;
}

#history .pageTtl {
  margin: 20px 0 0;
}
#history .pageTtl h2 {
  background: url(../img/history_ttl.png) 0 0 no-repeat;
  width: 264px;
  height: 81px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #history .pageTtl h2 {
    background-size: contain;
    width: 176px;
    height: 54px;
  }
}
#history .historyBody {
  margin: -1px 0 0;
  padding: 40px 0;
  background: #fff;
  position: relative;
}
#history .historyBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #history .historyBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 6%;
  }
}
@media (max-width: 37.5em) {
  #history .historyBody {
    padding: 50px 0 50px;
  }
}
#history .historyBody .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #history .historyBody .inner {
    width: 100%;
  }
}
#history .historyBody .inner ul {
  margin-top: 40px !important;
  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;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  #history .historyBody .inner ul {
    display: block;
    margin-top: 0px !important;
  }
}
#history .historyBody .inner ul li {
  margin: 0 0 40px 0;
  width: 480px;
}
#history .historyBody .inner ul li:nth-child(even) {
  margin-left: 40px;
}
@media (max-width: 37.5em) {
  #history .historyBody .inner ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  #history .historyBody .inner ul li:nth-child(even) {
    margin-left: 0px;
  }
}
#history .historyBody .inner ul li a:hover {
  opacity: 0.6;
}

#information .pageTtl {
  margin: 20px 0 0;
}
#information .pageTtl h2 {
  background: url(../img/information_ttl.png) 0 0 no-repeat;
  width: 130px;
  height: 79px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  #information .pageTtl h2 {
    background-size: contain;
    width: 89px;
    height: 54px;
  }
}
#information .informationBody {
  margin: -1px 0 0;
  padding: 40px 0;
  background: #fff;
  position: relative;
}
#information .informationBody:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 26%;
  margin: 0 -10% 3%;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
@media (max-width: 37.5em) {
  #information .informationBody:after {
    bottom: -40px;
    width: 300%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 40%;
    margin: 0 -10% 10%;
  }
}
@media (max-width: 37.5em) {
  #information .informationBody {
    padding: 50px 0 50px;
  }
}
#information .informationBody .inner {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  #information .informationBody .inner {
    width: 100%;
  }
}
#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: 30px 0;
  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: 24px 0;
    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: #af553d;
}
@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: #af553d;
  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;
  }
}

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

header.pc {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
	display: block;
}
@media (max-width: 37.5em) {
  header.pc {
    display: none;
  }
}
header.pc.onscroll {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  -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.onscroll .navigation .inner {
  height: 70px;
  padding: 0 0 0 30px;
  -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.onscroll .navigation .inner nav ul.portalMenu li {
  padding: 20px 40px 0 0;
  -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.onscroll .navigation .inner nav ul.portalMenu li a {
  color: #FFF;
  -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.onscroll .navigation .inner nav ul.portalMenu li.navHome {
  padding: 10px 40px 0 0;
  -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.onscroll .navigation .inner nav ul.portalMenu li.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;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li {
  padding: 0;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a {
  width: 43px;
  height: 60px;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.akb {
  background: url(../img/logo_akb48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.ske {
  background: url(../img/logo_ske48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.nmb {
  background: url(../img/logo_nmb48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.hkt {
  background: url(../img/logo_hkt48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.ngt {
  background: url(../img/logo_ngt48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.stu {
  background: url(../img/logo_stu48_big.png) top left no-repeat;
  background-size: contain;
  -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.onscroll .navigation .inner nav ul.headerOficialLink li a.jkt {
  background: url(../img/logo_jkt48_big.png) top left no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.third header.pc {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 37.5em) {
  header.pc .navigation {
    height: 35px;
  }
}


header.pc .navigation .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	height: 68px;
	background: rgba(0,0,0,0.85);
	border-bottom: 1px solid #eeeeee;
	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-bottom: 5px solid;
	-webkit-border-image: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	-o-border-image: -o-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
}
@media (max-width: 37.5em) {
  header.pc .navigation .inner {
    width: 100%;
    height: 35px;
    padding: 0;
  }
}
header.pc .navigation .inner nav {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  text-align: right;
  width: 100%;
}
header.pc .navigation .inner nav ul.portalMenu {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  width: 100%;
}
header.pc .navigation .inner nav ul.portalMenu li {
	position: relative;
	padding: 19px 40px 0 0;
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 0.07em;
}
header.pc .navigation .inner nav ul.portalMenu li:after {
  display: block;
  content: '';
  background: url(../img/nav_sep.png) top left no-repeat;
  margin: 0 0 0 10px;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 32px;
  right: 16px;
}
.third header.pc .navigation .inner nav ul.portalMenu li:after {
  background: url(../img/nav_sep_gray.png) top left no-repeat;
  top: 22px;
}
header.pc .navigation .inner nav ul.portalMenu li:last-child:after {
  display: none;
}
header.pc .navigation .inner nav ul.portalMenu li a {
  color: #FFF;
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  text-decoration: none;
　font-size: 1.8em;
}
header.pc .navigation .inner nav ul.portalMenu li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.third header.pc .navigation .inner nav ul.portalMenu li a {
  color: #222222;
}
header.pc .navigation .inner nav ul.portalMenu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #af553d;
  transition: all .3s ease;
}
header.pc .navigation .inner nav ul.portalMenu li a:hover::after {
  transform: scaleX(1);
	color: #FFF;
}



.third header.pc .navigation .inner nav ul.portalMenu li {
  padding: 20px 40px 0 0;
}
.third header.pc .navigation .inner nav ul.portalMenu li.navHome {
  padding: 10px 40px 0 0;
}
.third header.pc .navigation .inner nav ul.portalMenu li.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;
}
#news header.pc .navigation .inner nav ul.portalMenu li.navNews a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#about header.pc .navigation .inner nav ul.portalMenu li.navAbout a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#candidate header.pc .navigation .inner nav ul.portalMenu li.navCandidate a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#postergallery header.pc .navigation .inner nav ul.portalMenu li.navPostergallery a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#vote header.pc .navigation .inner nav ul.portalMenu li.navVote a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#history header.pc .navigation .inner nav ul.portalMenu li.navHistory a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#quickAnnouncement header.pc .navigation .inner nav ul.portalMenu li.navQuick a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
#information header.pc .navigation .inner nav ul.portalMenu li.navInformation a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #af553d;
}
header.pc .navigation .inner nav ul.headerOficialLink {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  header.pc .navigation .inner nav ul.headerOficialLink {
    display: none !important;
  }
}
header.pc .navigation .inner nav ul.headerOficialLink li {
  margin: 0;
  padding: 10px 0 0;
}
.third header.pc .navigation .inner nav ul.headerOficialLink li {
  padding: 0;
}
header.pc .navigation .inner nav ul.headerOficialLink li a {
  display: block;
  width: 36px;
  height: 50px;
  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 nav ul.headerOficialLink li a.akb {
  background: url(../img/logo_akb48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.ske {
  background: url(../img/logo_ske48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.nmb {
  background: url(../img/logo_nmb48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.hkt {
  background: url(../img/logo_hkt48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.ngt {
  background: url(../img/logo_ngt48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.stu {
  background: url(../img/logo_stu48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a.jkt {
  background: url(../img/logo_jkt48.png) top left no-repeat;
}
header.pc .navigation .inner nav ul.headerOficialLink li a:hover {
  opacity: 0.6;
	color: #fff;
}

header.sp {
  display: none;
  z-index: 9999;
}
@media (max-width: 37.5em) {
header.sp {
	display: block;
	position: fixed;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.85);
	border-bottom: 1px solid #eeeeee;
	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-bottom: 5px solid;
	-webkit-border-image: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	-o-border-image: -o-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
}
  .drawer-open header.sp {
    /*background: #333333;
    border-bottom: none;*/
  }
  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: 25px 0 0 20px;
    width: 175px;
    height: 78px;
    text-indent: -9999px;
  }
  header.sp ul.headerOficialLink {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    /*--- safari（PC）用 ---*/
    width: 240px;
  }
  header.sp ul.headerOficialLink li {
    margin: 0;
    padding: 10px 0 0;
  }
  header.sp ul.headerOficialLink li a {
    display: block;
    width: 40px;
    height: 56px;
    text-indent: -9999px;
    text-align: left;
  }
  header.sp ul.headerOficialLink li a.akb {
    background: url(../img/logo_akb48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.ske {
    background: url(../img/logo_ske48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.nmb {
    background: url(../img/logo_nmb48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.hkt {
    background: url(../img/logo_hkt48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.ngt {
    background: url(../img/logo_ngt48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.stu {
    background: url(../img/logo_stu48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a.jkt {
    background: url(../img/logo_jkt48_big.png) top left no-repeat;
    background-size: contain;
  }
  header.sp ul.headerOficialLink li a:hover {
    opacity: 0.6;
  }
}

footer {
  background: #fff;
  width: 100%;
  margin-top: 120px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 37.5em) {
  footer {
    margin-top: 60px;
  }
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 37.5em) {
  footer .inner {
    width: 100%;
    padding: 60px 20px;
  }
}
footer .inner .footerLink {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  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: block;
  }
}
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.footerOficialLink {
  display: inline-flex;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  width: 360px;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink {
    width: 100%;
    margin-top: 60px !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: 72px;
  height: 100px;
  text-indent: -9999px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a {
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 138.88%;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.akb {
  background: url(../img/logo_akb48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.akb {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.ske {
  background: url(../img/logo_ske48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.ske {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.nmb {
  background: url(../img/logo_nmb48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.nmb {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.hkt {
  background: url(../img/logo_hkt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.hkt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.ngt {
  background: url(../img/logo_ngt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.ngt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.stu {
  background: url(../img/logo_stu48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.stu {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a.jkt {
  background: url(../img/logo_jkt48_big.png) top left no-repeat;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink ul.footerOficialLink li a.jkt {
    background-size: cover;
  }
}
footer .inner .footerLink ul.footerOficialLink li a:hover {
  opacity: 0.6;
}
footer .inner .footerLink .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: #bec1c8;
}
@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: #bec1c8;
}
@media (max-width: 37.5em) {
  footer .inner .footerLink .sns p.copyright {
    margin-top: 25px;
    text-align: center;
  }
}

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

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

.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;
}


.acd-check{
    display: none;
}
.acd-label {
	background: #000;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.acd-content {
	border: 1px solid #333;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
	height: 40px;
	opacity: 1;
	padding: 10px;
	visibility: visible;
	display: contents;
}

/*---------------------
-drawerのカスタマイズ
---------------------*/
/* ハンバーガーアイコンのサイズ感 */
.drawer-hamburger{
  padding: 20px;
  height:10px;
  width: 20px;
}
/* ハンバーガーアイコンのカラー */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: #333;
}
/* ハンバーガー線の細さ */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    height: 2px;
}
/* ナビの背景色 */
.drawer-nav {
  background: #ffe4b5;
}
/* ナビの背景を前面に出す */
.drawer--right.drawer-open .drawer-nav{
  width: 100%;
}

/* アイコンの位置 */
.drawer--right.drawer-open .drawer-hamburger{
  right:0;
}
/* .drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} */

/* .drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} */

/* .drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} */

/*---------------------
- その他設定
---------------------*/
/* menu */
.nav-menu {
	/* margin: auto; */
	padding: 50px;
	width: 800px;
	margin-top: 20%;
	/* margin-left: 9%; */
}
/* アコーディオン */
.acd-menu__box{
  display:none;
  padding-bottom:22px;
}


/* デフォルト設定はずす */
body{
  background:#fffff0;
}
li {
  list-style:none;
}

.nav-menu a {
	color: #FFF;
	/* display: block; */
	/* text-decoration: none; */
	/* font-size: 2em; */
	/* line-height: 2em; */
	border-bottom: 1px solid #666666;
	padding: 0 10px;
	display: block;
	line-height: 3em;
	font-size: 105%;
	text-decoration: none;
	/* color: #555555; */
}

#footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	overflow: hidden;
	height: 9%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,1)50%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 2%, rgba(0,0,0,1)50%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 2%, rgba(0,0,0,1)50%);
	color: #fff;
	font-size: 3em;
	/* margin: 0%; */
	padding: 4%;
	font-weight: 551;
}

@media (max-width: 37.5em) {
	#footer {
font-size: 2em;
  margin: 0%;
  padding: 8% 0%;
	}
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(70) rotate(25deg);
        opacity: 0;
    }
}

.shiny-btn {
	/* position: relative; */
	display: block;
	width: 97%;
	/* height: 40px; */
	/* line-height: 40px; */
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	/* background-color: #384878; */
	overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


/* borderアニメーション */

.border{
  position: relative;
  text-align: center;
  font-size: 18px;
}

.border:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 2px #000;
  transform: translateX(-50%);
  animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
  