@charset "UTF-8";
/* 変数 */
:root {
  scroll-padding-top: auto;
}

/* グローバルナビ */
#gnav_sp nav ul li ul li:first-child a::before {
  background: url(../../../../shared/img/voteRank/100/icon_question.svg) no-repeat 50%/100% auto;
}
#gnav_sp nav ul li ul li:nth-child(2) a::before, #gnav_sp nav ul li ul li:nth-child(3) a::before {
  top: 12px;
  background: url(../../../../shared/img/voteRank/100/icon_crown_k.svg) no-repeat 50%/100% auto;
}
#gnav_sp nav ul li ul li:nth-child(4) a::before, #gnav_sp nav ul li ul li:nth-child(5) a::before {
  top: 14px;
  left: 24px;
  width: 22px;
  background: url(../../../../shared/img/voteRank/100/icon_crown_p.svg) no-repeat 50%/100% auto;
}
#gnav_sp nav ul li ul li:last-child a::before {
  background: url(../../../../shared/img/voteRank/100/icon_sword.svg) no-repeat 50%/100% auto;
}

/* コンテンツ */
#contents .container {
  border: none;
  border-radius: 0;
}

/* 協賛 */
.sponsors ul.main_banner li {
  max-width: 200px;
  margin: -20px 0;
}

/* お知らせ */
.news {
  margin-bottom: 16px;
  padding: 12px;
  background: #fff;
  border: 2px solid #ffcfcf;
  border-radius: 6px;
}
.news h2 {
  margin: 0 calc(6 / 375 * 100vw) 5px;
  padding: calc(13 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  color: #ff7871;
  background: url(../../../../shared/img/voteRank/100/title_bg_pink.png) no-repeat 50% 0/100% auto;
  font-family: "Kaisei Opti", serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  text-align: center;
}
.news li {
  padding: 6px 0;
  color: #936047;
  font-size: 14px;
  line-height: 21px;
}
.news li + li {
  border-top: 2px dashed #fffa95;
}
.news li time {
  display: block;
  margin-bottom: 3px;
  color: #ff7871;
  font-family: "Bevan", serif;
  font-weight: 400;
  font-size: 18px;
}

.more {
  margin: 12px 0 5px;
  text-align: center;
}
.more button {
  width: 120px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  color: #936047;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.more button::after {
  content: '▼';
  color: #ff7871;
}
.more.is-opened button::after {
  content: '▲';
}
.more span {
  display: inline-block;
}
.more span:last-child {
  display: none;
}
.more.is-opened span:first-child {
  display: none;
}
.more.is-opened span:last-child {
  display: inline-block;
}

/* 記念フェア */
.fair {
  margin-bottom: 16px;
}

/* 部門 */
.vote_department ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3vw;
}
.vote_department li {
  width: calc(50% - 3vw);
  margin: 0 1.5vw 5.33vw;
}
.vote_department li a {
  display: block;
  padding: 10px 0;
  color: #936047;
  background: #ffcfcf;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  line-height: calc(18 / 375 * 100vw);
  text-align: center;
  transition: .3s;
}
.vote_department li:nth-child(2) a, .vote_department li:nth-child(4) a {
  color: #936047;
  background: #fffab8;
}
.vote_department li:nth-child(5) a {
  color: #fff;
  background: #dda692;
}

/* 部門(固定) */
.fix_vote_department {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.fix_vote_department ul {
  display: flex;
  overflow-x: auto;
}
.fix_vote_department li {
  margin: 0 5px;
  padding-bottom: 15px;
}
.fix_vote_department a {
  display: inline-block;
  width: 100px;
  padding: 12px 0;
  color: #ff7871;
  background: #fff;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

/* 結果 */
.c-vote .c-vote_title {
  width: calc(300 / 375 * 100vw);
  height: calc(63 / 375 * 100vw);
  margin: 0 auto 20px;
  font-size: calc(16 / 375 * 100vw);
}
.c-vote .c-vote_list {
  align-items: start;
}
.c-vote .c-vote_list .item {
  margin-top: 20px;
  font-family: "Segoe UI", sans-serif;
}
.c-vote .c-vote_list .item.num1 {
  width: 100%;
}
.c-vote .c-vote_list .item.num1 .rank {
  width: 132px;
  margin: -32px auto 15px;
  background: url(../../../../shared/img/voteRank/100/1st_bg.png) no-repeat 50%/100% auto;
  line-height: 54px;
  text-align: center;
}
.c-vote .c-vote_list .item.num1 .rank::before {
  top: 10px;
  left: 30px;
}
.c-vote .c-vote_list .item.num1 .inner {
  display: grid;
  grid-template-columns: 1fr 156px;
}
.c-vote .c-vote_list .item.num1 .set {
  min-height: 206px;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.c-vote .c-vote_list .item.num1 .tag,
.c-vote .c-vote_list .item.num1 .text {
  margin-right: 164px;
}
.c-vote .c-vote_list .item.num1 .msg {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.c-vote .c-vote_list .item.num1 .msg dt {
  width: 300px;
  background: url(../../../../shared/img/voteRank/100/from_bg02.png) no-repeat 0/100% auto;
}
.c-vote .c-vote_list .item.num1 .msg dd {
  padding-bottom: 10px;
}
.c-vote .c-vote_list .item.num1 .img {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.c-vote .c-vote_list .item.num1 .img img {
  display: block;
  margin-bottom: 6px;
}
.c-vote .c-vote_list .item.num1 .c-vote_btn .vote {
  margin: 0 10px 20px;
}
.c-vote .c-vote_list .item.num1 .c-vote_btn .vote .btn {
  padding: 12px 0;
  font-size: 16px;
}
.c-vote .c-vote_list .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.c-vote .c-vote_list .rank {
  position: relative;
  margin-bottom: 6px;
  padding-left: 35px;
  color: #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 15px;
  font-weight: 700;
}
.c-vote .c-vote_list .rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../../../../shared/img/voteRank/100/icon_crown_k.svg) no-repeat 50%/100% auto;
}
.c-vote .c-vote_list .rank span {
  margin-right: 2px;
  color: #ff7871;
  font-size: 24px;
}
.c-vote .c-vote_list .number {
  color: #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 14px;
  font-weight: 700;
}
.c-vote .c-vote_list .number span {
  margin-right: 1px;
  color: #ff7871;
  font-size: 20px;
}
.c-vote .c-vote_list .chara {
  margin: 0 0 5px;
  font-size: 20px;
  text-align: left;
}
.c-vote .c-vote_list .tag {
  margin: 0 0 8px;
  color: #936047;
  font-size: 12px;
  text-align: left;
}
.c-vote .c-vote_list .text {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}
.c-vote .c-vote_list .msg {
  margin-left: -14px;
}
.c-vote .c-vote_list .msg dt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 170px;
  min-height: 43px;
  padding: 0 10px 3px;
  color: #936047;
  background: url(../../../../shared/img/voteRank/100/from_bg.png) no-repeat 0/100% auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.c-vote .c-vote_list .msg dd {
  padding: 5px 0 5px 14px;
  font-size: 16px;
  line-height: 24px;
}
.c-vote .c-vote_list .img {
  margin: 0 0 8px;
}

.c-vote_btn .vote {
  margin: 0 -2px 10px -5px;
}
.c-vote_btn .vote .btn {
  padding: 8px 0;
  font-family: "Kaisei Opti", serif;
  font-size: 15px;
  font-weight: 700;
}

/* 説明ブロック */
.c-vote_description {
  padding: 16px 10px;
}
.c-vote_description:nth-child(odd) .c-vote_title {
  color: #ff7871;
  background: url(../../../../shared/img/voteRank/100/title_bg_yellow.png) no-repeat 50% 0/100% auto;
}
.c-vote_description .c-vote_title {
  max-width: calc(313 / 375 * 100vw);
  margin: 0 auto 5px;
  padding: calc(13 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  background: url(../../../../shared/img/voteRank/100/title_bg_pink.png) no-repeat 50% 0/100% auto;
  border: none;
  font-size: calc(16 / 375 * 100vw);
  box-shadow: none;
}
.c-vote_description .c-vote_subtitle {
  margin: 10px 0;
  padding: 0;
  color: #936047;
  background: transparent;
  font-family: "Kaisei Opti", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.c-vote_description .c-vote_text {
  font-size: 16px;
  line-height: 24px;
}
.c-vote_description .c-vote_text dt {
  margin-bottom: 3px;
  color: #ff7871;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
}
.c-vote_description .c-vote_text dd {
  margin-bottom: 10px;
  color: #936047;
  font-size: 14px;
  line-height: 21px;
}
.c-vote_description .c-vote_text.note {
  margin-top: 25px;
}
.c-vote_description .c-vote_text.note dt {
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}
.c-vote_description .c-vote_text.note dd {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.c-vote_description .c-vote_text.note li {
  position: relative;
  padding-left: 1em;
}
.c-vote_description .c-vote_text.note li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #ff7871;
}
.c-vote_description .c-vote_btn .vote .btn {
  margin: 15px 0 0;
  padding: 8px 0;
  font-size: 20px;
}

/* ページトップ */
#c-pagetop {
  bottom: 70px;
  width: 42px;
  height: 43px;
}

/* フッタ */
#footer {
  padding-bottom: 70px;
}

/* 下層ページ */
.container.department {
  position: relative;
}
.container.department::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ff7871;
}
.container.department::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: calc(33 / 375 * 100vw);
  background: url(../../../../shared/img/voteRank/100/result_header_bg_sp.png) no-repeat 50% 0/100% auto;
}
.container.department .c-vote {
  padding-top: 13px;
}
.container.department .c-vote_title {
  position: relative;
  z-index: 1;
}
.container.department .vote_department li {
  width: calc(1 / 3 * 100% - 3vw);
}
.container.department .vote_department li a {
  padding: 8px 0;
  background: #fff;
  font-size: calc(16 / 375 * 100vw);
}
.container.department .vote_department li a span {
  color: #ff7871;
  font-size: calc(24 / 375 * 100vw);
}
.container.department .fix_vote_department {
  padding: 0 10px;
}
.container.department .fix_vote_department ul {
  justify-content: center;
  overflow-x: hidden;
}
.container.department .fix_vote_department li {
  width: calc(1 / 3 * 100% - 3vw);
  margin: 0 1.5vw;
}
.container.department .fix_vote_department a {
  display: block;
  width: auto;
  color: #936047;
  padding: 8px 0;
  font-size: 16px;
}
.container.department .fix_vote_department a span {
  color: #ff7871;
  font-size: 24px;
}

.c-vote .c-vote_result_list .item {
  padding: 15px 0.5em 20px;
  background: #fff;
  border: 2px solid #ffcfcf;
  border-radius: 10px;
  font-family: "Segoe UI", sans-serif;
}
.c-vote .c-vote_result_list .item + .item {
  margin-top: 20px;
}
.c-vote .c-vote_result_list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.c-vote .c-vote_result_list .rank {
  position: relative;
  padding: 5px 0 5px 35px;
  color: #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.c-vote .c-vote_result_list .rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../../../../shared/img/voteRank/100/icon_crown_k.svg) no-repeat 50%/100% auto;
}
.c-vote .c-vote_result_list .rank span {
  margin-right: 2px;
  color: #ff7871;
  font-size: 24px;
}
.c-vote .c-vote_result_list .chara {
  margin-left: 20px;
  padding-bottom: 3px;
  color: #936047;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.c-vote .c-vote_result_list .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.c-vote .c-vote_result_list .number {
  color: #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 14px;
  font-weight: 700;
}
.c-vote .c-vote_result_list .number span {
  margin-right: 1px;
  color: #ff7871;
  font-size: 20px;
}
.c-vote .c-vote_result_list .tweet {
  display: inline-block;
  padding: 6px 15px 6px 17px;
  color: #fff;
  background: #000;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 2px 3px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.c-vote .c-vote_result_list .tweet img {
  width: 15px;
  margin-right: 7px;
}
.c-vote .c-vote_result_list .img {
  margin-bottom: 15px;
}
.c-vote .c-vote_result_list .comment {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
}
.c-vote .c-vote_result_list .inner {
  position: relative;
  overflow: clip;
  height: 180px;
}
.c-vote .c-vote_result_list .inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent 0, #fff 50%);
}
.c-vote .c-vote_result_list .inner.is-opened {
  overflow: visible;
  height: auto;
}
.c-vote .c-vote_result_list .inner.is-opened::after {
  display: none;
}
.c-vote .c-vote_result_list .item#num01 .inner,
.c-vote .c-vote_result_list .item#num02 .inner,
.c-vote .c-vote_result_list .item#num03 .inner {
  height: 420px;
}
.c-vote .c-vote_result_list .item#num01 .inner.is-opened,
.c-vote .c-vote_result_list .item#num02 .inner.is-opened,
.c-vote .c-vote_result_list .item#num03 .inner.is-opened {
  height: auto;
}
.c-vote .c-vote_result_list .interview h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(300 / 375 * 100vw);
  height: calc(63 / 375 * 100vw);
  margin: 0 auto 15px;
  padding-left: 3em;
  color: #fffa95;
  background: url(../../../../shared/img/voteRank/100/vote_result_title_bg.png) no-repeat 40%/100% auto;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: calc(16 / 375 * 100vw);
}
.c-vote .c-vote_result_list .interview h5 {
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
  color: #ff7871;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-vote .c-vote_result_list .interview .text {
  margin-bottom: 15px;
  margin-left: 1em;
  font-size: 16px;
  line-height: 1.5;
}
.c-vote .c-vote_result_list .more {
  margin: 0 15px;
}
.c-vote .c-vote_result_list .msg dt {
  display: grid;
  place-content: center;
  max-width: calc(313 / 375 * 100vw);
  min-height: calc(62 / 375 * 100vw);
  margin: 0 auto 10px;
  padding: 0 calc(10 / 375 * 100vw) calc(18 / 375 * 100vw);
  color: #ff7871;
  background: url(../../../../shared/img/voteRank/100/title_bg_yellow.png) no-repeat 50% 0/100% auto;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: calc(15 / 375 * 100vw);
  line-height: 1.2;
  text-align: center;
}
.c-vote .c-vote_result_list .msg dd {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.c-vote .c-vote_result_list .campaign_btn {
  max-width: calc(313 / 375 * 100vw);
  margin: 0 auto 25px;
}
.c-vote .c-vote_result_list .campaign_btn a {
  display: block;
  padding: 10px 0;
  color: #fffab8;
  background: #ff7871;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.c-vote .c-vote_result_list .pickup h4 {
  max-width: calc(313 / 375 * 100vw);
  margin: 0 auto 10px;
  padding: calc(13 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  color: #ff7871;
  background: url(../../../../shared/img/voteRank/100/title_bg_pink.png) no-repeat 50% 0/100% auto;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: calc(16 / 375 * 100vw);
  text-align: center;
}
.c-vote .c-vote_result_list .pickup .detail {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 35px;
}
.c-vote .c-vote_result_list .pickup .detail .img {
  margin: 0 12px 0 0;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.c-vote .c-vote_result_list .pickup .detail .img img {
  border: 1px solid #ccc;
}
.c-vote .c-vote_result_list .pickup .detail .basic {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 12px;
  line-height: 1.5;
}
.c-vote .c-vote_result_list .pickup .detail .basic dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.c-vote .c-vote_result_list .pickup .detail .basic dt {
  width: 5.5em;
  margin-bottom: 3px;
  color: #ff7871;
  font-weight: 700;
}
.c-vote .c-vote_result_list .pickup .detail .basic dd {
  width: calc(100% - 5.5em);
  margin-bottom: 3px;
  color: #936047;
}
.c-vote .c-vote_result_list .pickup .detail .basic dd a {
  color: #936047;
}
.c-vote .c-vote_result_list .pickup .detail .try {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-self: end;
  margin-bottom: 5px;
}
.c-vote .c-vote_result_list .pickup .detail .try a {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  padding: 3px 0;
  color: #fffa95;
  background: #ff7871;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c-vote .c-vote_result_list .pickup .synopsis {
  margin-left: -14px;
  margin-bottom: 30px;
}
.c-vote .c-vote_result_list .pickup .synopsis h5 {
  position: relative;
  z-index: 1;
  width: 157px;
  margin-bottom: 10px;
  padding-left: 14px;
  color: #936047;
  background: url(../../../../shared/img/voteRank/100/from_bg.png) no-repeat 0/100% auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 41px;
}
.c-vote .c-vote_result_list .pickup .synopsis .text {
  color: #936047;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
}
.c-vote .c-vote_result_list .pickup .user h4 {
  background: url(../../../../shared/img/voteRank/100/title_bg_pink.png) no-repeat 50% 0/100% auto;
}
.c-vote .c-vote_result_list .pickup .user .text {
  color: #936047;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.48;
}
.c-vote .c-vote_result_list .pickup .user .text + .text {
  border-top: 2px dashed #fffa95;
}

.c-vote_pagination {
  display: flex;
  max-width: 355px;
  margin: 10px auto 25px;
}
.c-vote_pagination a {
  display: block;
  position: relative;
  width: 100%;
  padding: 3px 0;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.c-vote_pagination a::after {
  position: absolute;
  top: calc(50% - 16px);
  width: 24px;
  height: 28px;
  font-family: FontAwesome;
  font-size: 24px;
}
.c-vote_pagination a.prev {
  margin-right: 7px;
  padding-left: 24px;
  color: #fff;
  background: #dda692;
}
.c-vote_pagination a.prev::after {
  content: "\f0a8";
  left: 6px;
  color: #fff;
}
.c-vote_pagination a.next {
  margin-left: 8px;
  padding-right: 24px;
  color: #936047;
  background: #fffab8;
}
.c-vote_pagination a.next::after {
  content: "\f0a9";
  right: 6px;
  color: #936047;
}

.c-vote_back_top {
  max-width: 313px;
  margin: 0 auto 40px;
}
.c-vote_back_top a {
  display: block;
  padding: 11px 0;
  color: #fffab8;
  background: #ff7871;
  border: 2px solid #936047;
  border-radius: 3em;
  box-shadow: 3px 5px 0 #936047;
  font-family: "Kaisei Opti", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* ヘッダ */
  #vote_header {
    height: 50px;
    padding-bottom: 0;
  }
  #vote_header .gnav_pc > ul > li {
    position: relative;
  }
  #vote_header .gnav_pc > ul > li > a {
    padding: 6px 0 15px;
  }
  #vote_header .gnav_pc > ul > li.g-has_sub_pc {
    cursor: pointer;
  }
  #vote_header .gnav_pc > ul > li.g-has_sub_pc:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  #vote_header .gnav_pc > ul > li ul {
    position: absolute;
    top: 33px;
    left: -10px;
    width: 300px;
    opacity: 0;
    pointer-events: none;
  }
  #vote_header .gnav_pc > ul > li ul li {
    margin: 0;
    line-height: 1;
  }
  #vote_header .gnav_pc > ul > li ul li a {
    display: block;
    position: relative;
    padding: 16px 10px 16px 48px;
    color: #936047;
    background: #fffab8;
    border-bottom: 2px dotted #ff7871;
    font-size: 15px;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
  }
  #vote_header .gnav_pc > ul > li ul li a::before {
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    width: 20px;
    height: 24px;
    content: "";
  }
  #vote_header .gnav_pc > ul > li ul li:first-child a::before {
    top: 11px;
    background: url(../../../../shared/img/voteRank/100/icon_question.svg) no-repeat 50%/100% auto;
  }
  #vote_header .gnav_pc > ul > li ul li:nth-child(2) a::before, #vote_header .gnav_pc > ul > li ul li:nth-child(3) a::before {
    top: 10px;
    background: url(../../../../shared/img/voteRank/100/icon_crown_k.svg) no-repeat 50%/100% auto;
  }
  #vote_header .gnav_pc > ul > li ul li:nth-child(4) a::before, #vote_header .gnav_pc > ul > li ul li:nth-child(5) a::before {
    top: 12px;
    left: 18px;
    width: 22px;
    background: url(../../../../shared/img/voteRank/100/icon_crown_p.svg) no-repeat 50%/100% auto;
  }
  #vote_header .gnav_pc > ul > li ul li:last-child a {
    border-bottom: none;
  }
  #vote_header .gnav_pc > ul > li ul li:last-child a::before {
    top: 12px;
    background: url(../../../../shared/img/voteRank/100/icon_sword.svg) no-repeat 50%/100% auto;
  }

  /* コンテンツ */
  #contents {
    padding-bottom: 0;
  }
  #contents .container {
    margin-bottom: 0;
  }

  /* お知らせ */
  .news {
    margin-bottom: 30px;
    padding: 20px;
  }
  .news h2 {
    width: 513px;
    margin: 0 auto 10px;
    padding: 25px 0 45px;
    font-size: 24px;
  }
  .news ul {
    max-width: 838px;
    margin: 0 auto;
  }
  .news li {
    padding: 12px;
  }
  .news li time {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .more button {
    font-size: 18px;
  }
  .more button:hover {
    opacity: .8;
  }

  /* 部門 */
  .vote_department ul {
    display: flex;
    justify-content: center;
    margin: 30px auto 55px;
  }
  .vote_department li {
    width: 190px;
    margin: 0 10px 15px;
  }
  .vote_department li a {
    font-size: 16px;
    line-height: 18px;
    transition: .3s;
  }
  .vote_department li a:hover {
    color: #ffcfcf;
    background: #936047;
    transform: translateY(3px);
    text-decoration: none;
  }
  .vote_department li:nth-child(2) a:hover, .vote_department li:nth-child(4) a:hover {
    color: #fffa95;
    background: #936047;
    box-shadow: none;
  }
  .vote_department li:nth-child(5) a:hover {
    color: #fff;
    background: #936047;
  }

  /* 部門(固定) */
  .fix_vote_department ul {
    justify-content: center;
  }
  .fix_vote_department li {
    margin: 0 10px;
  }
  .fix_vote_department a {
    transition: .3s;
  }
  .fix_vote_department a:hover {
    background: #fffa95;
    box-shadow: none;
    transform: translateY(3px);
    text-decoration: none;
  }

  /* 結果 */
  .c-vote .c-vote_title {
    width: 500px;
    height: 105px;
    margin: 0 auto 20px;
    font-size: 24px;
  }
  .c-vote .c-vote_list .item.num1 {
    position: relative;
  }
  .c-vote .c-vote_list .item.num1 .rank {
    width: auto;
    margin: 0 0 10px;
    padding-left: 80px;
    background: transparent;
    font-size: 32px;
    line-height: 64px;
    text-align: left;
  }
  .c-vote .c-vote_list .item.num1 .rank::before {
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
  }
  .c-vote .c-vote_list .item.num1 .rank span {
    margin-right: 2px;
    font-size: 48px;
  }
  .c-vote .c-vote_list .item.num1 .inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-bottom: 30px;
  }
  .c-vote .c-vote_list .item.num1 .number {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 24px;
  }
  .c-vote .c-vote_list .item.num1 .number span {
    font-size: 40px;
  }
  .c-vote .c-vote_list .item.num1 .set {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    grid-template-row: subgrid;
    min-height: 0;
  }
  .c-vote .c-vote_list .item.num1 .chara {
    margin: 0 0 5px;
    font-size: 40px;
  }
  .c-vote .c-vote_list .item.num1 .tag {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .c-vote .c-vote_list .item.num1 .text {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .c-vote .c-vote_list .item.num1 .msg {
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: end;
    margin-left: -20px;
  }
  .c-vote .c-vote_list .item.num1 .msg dt {
    width: 285px;
    min-height: 74px;
    padding: 0 14px 4px 10px;
    background: url(../../../../shared/img/voteRank/100/from_bg.png) no-repeat 0/100% auto;
    font-size: 19px;
    line-height: 23px;
  }
  .c-vote .c-vote_list .item.num1 .msg dd {
    margin: -38px 0 0 33px;
    padding: 45px 15px 15px 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .c-vote .c-vote_list .item.num1 .img {
    grid-row-start: 1;
    grid-row-end: 3;
    margin-bottom: 0;
  }
  .c-vote .c-vote_list .item.num1 .img img {
    margin-bottom: 0;
  }
  .c-vote .c-vote_list .item.num1 .c-vote_btn .vote {
    max-width: 360px;
    margin: 0 auto 25px;
  }
  .c-vote .c-vote_list .item.num1 .c-vote_btn .vote .btn {
    padding: 12px 0;
    font-size: 20px;
  }
  .c-vote .c-vote_list .item.num2 {
    width: calc(50% - 2px);
  }
  .c-vote .c-vote_list .item.num2 .rank {
    margin: 0 0 10px;
    padding-left: 80px;
    font-size: 32px;
    line-height: 64px;
    text-align: left;
  }
  .c-vote .c-vote_list .item.num2 .rank::before {
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
  }
  .c-vote .c-vote_list .item.num2 .rank span {
    margin-right: 2px;
    font-size: 48px;
  }
  .c-vote .c-vote_list .item.num2 .number {
    font-size: 24px;
  }
  .c-vote .c-vote_list .item.num2 .number span {
    font-size: 40px;
  }
  .c-vote .c-vote_list .item.num2 .chara {
    margin: 0 0 15px;
    font-size: 40px;
  }
  .c-vote .c-vote_list .item.num2 .tag {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .c-vote .c-vote_list .item.num2 .text {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .c-vote .c-vote_list .item.num2 .msg {
    margin-left: -20px;
  }
  .c-vote .c-vote_list .item.num2 .msg dt {
    width: 285px;
    min-height: 74px;
    padding: 0 14px 4px 10px;
    font-size: 19px;
    line-height: 23px;
  }
  .c-vote .c-vote_list .item.num2 .msg dd {
    margin: -38px 5px 0 20px;
    padding: 45px 10px 10px 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .c-vote .c-vote_list .item.num2 .c-vote_btn .vote {
    max-width: 250px;
    margin: 20px auto 15px;
  }
  .c-vote .c-vote_list .item.num2 .c-vote_btn .vote .btn {
    padding: 10px 0;
    font-size: 20px;
  }
  .c-vote .c-vote_list .data {
    margin-bottom: 10px;
  }
  .c-vote .c-vote_list .chara {
    margin: 0 0 8px;
    font-size: 32px;
  }
  .c-vote .c-vote_list .msg dt {
    width: 157px;
    min-height: 38px;
    padding: 0 10px 3px 6px;
    font-size: 12px;
    line-height: 14px;
  }
  .c-vote .c-vote_list .msg dd {
    margin: -22px 5px 0 15px;
    padding: 30px 5px 10px 5px;
    border: 2px solid #dda692;
    border-radius: 10px;
  }
  .c-vote .c-vote_list .tag {
    margin: 0 0 8px;
    font-size: 14px;
  }
  .c-vote .c-vote_list .text {
    margin: 0 0 8px;
    font-size: 16px;
  }
  .c-vote .c-vote_list .img {
    margin: 0 0 15px;
  }

  .c-vote_btn {
    margin: 10px 5px;
  }

  /* 説明ブロック */
  .c-vote_description {
    padding: 24px 24px 47px;
  }
  .c-vote_description .c-vote_title {
    max-width: 493px;
    margin: 0 auto 10px;
    padding: 22px 10px 55px;
    font-size: 24px;
  }
  .c-vote_description .c-vote_subtitle {
    margin: 10px 0 20px;
    font-size: 32px;
    line-height: 46px;
  }
  .c-vote_description .c-vote_text,
  .c-vote_description .img {
    max-width: 840px;
    margin: 0 auto;
  }
  .c-vote_description .c-vote_btn {
    margin: 20px 0 0;
  }
  .c-vote_description .c-vote_btn .vote {
    max-width: 480px;
    margin: 0 auto;
  }
  .c-vote_description .c-vote_btn .vote .btn {
    padding: 1.2rem 0;
  }

  /* ページトップ */
  #c-pagetop {
    bottom: 50px;
    width: 63px;
    height: 65px;
  }

  /* 下層ページ */
  .container.department::before {
    display: none;
  }
  .container.department::after {
    top: 0;
    height: 100px;
    background: url(../../../../shared/img/voteRank/100/result_header_bg.png) no-repeat 50% 0/100% auto;
  }
  .container.department .c-vote {
    padding-top: 41px;
  }
  .container.department .vote_department {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  .container.department .vote_department ul {
    flex-wrap: nowrap;
    margin: 0;
  }
  .container.department .vote_department li {
    width: 100%;
    margin: 0 48px;
  }
  .container.department .vote_department li a {
    padding: 4px 0;
    font-size: 20px;
  }
  .container.department .vote_department li a:hover {
    background: #fffab8;
    color: #936047;
    opacity: 1;
    box-shadow: none;
  }
  .container.department .vote_department li a:hover span {
    color: #ff7871;
  }
  .container.department .vote_department li a:link, .container.department .vote_department li a:active, .container.department .vote_department li a:hover, .container.department .vote_department li a:visited {
    text-decoration: none;
  }
  .container.department .vote_department li a span {
    font-size: 32px;
  }
  .container.department .fix_vote_department ul {
    max-width: 770px;
    margin: 0 auto 20px;
  }
  .container.department .fix_vote_department li {
    width: 100%;
    margin: 0 48px;
  }
  .container.department .fix_vote_department a {
    padding: 4px 0;
    font-size: 20px;
  }
  .container.department .fix_vote_department a span {
    font-size: 32px;
  }

  .c-vote .c-vote_result_list {
    max-width: 680px;
    margin: 0 auto;
  }
  .c-vote .c-vote_result_list .item {
    padding: 20px 20px;
  }
  .c-vote .c-vote_result_list .item + .item {
    margin-top: 40px;
  }
  .c-vote .c-vote_result_list .title {
    margin-bottom: 24px;
  }
  .c-vote .c-vote_result_list .rank {
    padding: 8px 0 8px 80px;
    font-size: 32px;
  }
  .c-vote .c-vote_result_list .rank::before {
    width: 64px;
    height: 64px;
  }
  .c-vote .c-vote_result_list .rank span {
    margin-right: 2px;
    font-size: 48px;
  }
  .c-vote .c-vote_result_list .chara {
    margin-left: 42px;
    padding-bottom: 3px;
    font-size: 40px;
    text-align: left;
  }
  .c-vote .c-vote_result_list .data {
    max-width: 524px;
    margin: 0 auto 30px;
  }
  .c-vote .c-vote_result_list .number {
    font-size: 24px;
  }
  .c-vote .c-vote_result_list .number span {
    margin-right: 1px;
    font-size: 40px;
  }
  .c-vote .c-vote_result_list .tweet {
    padding: 12px 25px;
    box-shadow: 3px 5px 0 #936047;
    font-size: 20px;
    transition: 0.2s;
  }
  .c-vote .c-vote_result_list .tweet img {
    width: 20px;
    margin-right: 10px;
  }
  .c-vote .c-vote_result_list .tweet:hover {
    background: #936047;
    opacity: 1;
    box-shadow: none;
    transform: translateY(5px);
  }
  .c-vote .c-vote_result_list .img {
    max-width: 524px;
    margin: 0 auto 30px;
  }
  .c-vote .c-vote_result_list .comment {
    max-width: 524px;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: 1.2;
  }
  .c-vote .c-vote_result_list .inner {
    height: 240px;
  }
  .c-vote .c-vote_result_list .inner.is-opened {
    height: auto;
  }
  .c-vote .c-vote_result_list .item#num01 .inner,
  .c-vote .c-vote_result_list .item#num02 .inner,
  .c-vote .c-vote_result_list .item#num03 .inner {
    height: 600px;
  }
  .c-vote .c-vote_result_list .item#num01 .inner.is-opened,
  .c-vote .c-vote_result_list .item#num02 .inner.is-opened,
  .c-vote .c-vote_result_list .item#num03 .inner.is-opened {
    height: auto;
  }
  .c-vote .c-vote_result_list .interview {
    max-width: 524px;
    margin: 0 auto;
  }
  .c-vote .c-vote_result_list .interview h4 {
    max-width: 500px;
    height: 105px;
    margin: 0 auto 30px;
    padding-left: 3em;
    font-size: 24px;
  }
  .c-vote .c-vote_result_list .interview h5 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 27px;
  }
  .c-vote .c-vote_result_list .interview .text {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 27px;
  }
  .c-vote .c-vote_result_list .more {
    margin: 0 15px 20px;
  }
  .c-vote .c-vote_result_list .msg {
    max-width: 524px;
    margin: 0 auto;
  }
  .c-vote .c-vote_result_list .msg dt {
    max-width: 513px;
    min-height: 101px;
    margin: 0 auto 15px;
    padding: 0 10px 32px;
    font-size: 24px;
  }
  .c-vote .c-vote_result_list .msg dd {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
  }
  .c-vote .c-vote_result_list .campaign_btn {
    max-width: none;
    margin: 0 auto 55px;
  }
  .c-vote .c-vote_result_list .campaign_btn a {
    padding: 21px 0;
    font-size: 24px;
    transition: .2s;
  }
  .c-vote .c-vote_result_list .campaign_btn a:hover {
    color: #ff7871;
    background: #936047;
    box-shadow: none;
    transform: translateY(5px);
  }
  .c-vote .c-vote_result_list .pickup h4 {
    max-width: 513px;
    margin: 0 auto 15px;
    padding: 25px 0 52px;
    font-size: 24px;
  }
  .c-vote .c-vote_result_list .pickup .detail {
    grid-template-columns: 240px 1fr;
    margin-bottom: 30px;
  }
  .c-vote .c-vote_result_list .pickup .detail .img {
    margin-right: 40px;
  }
  .c-vote .c-vote_result_list .pickup .detail .basic {
    font-size: 18px;
  }
  .c-vote .c-vote_result_list .pickup .detail .try a {
    max-width: 240px;
    padding: 10px 0;
    transition: .2s;
  }
  .c-vote .c-vote_result_list .pickup .detail .try a:hover {
    color: #ff7871;
    background: #936047;
    box-shadow: none;
    transform: translateY(5px);
  }
  .c-vote .c-vote_result_list .pickup .synopsis {
    margin-left: -34px;
    margin-bottom: 68px;
  }
  .c-vote .c-vote_result_list .pickup .synopsis h5 {
    width: 280px;
    margin-bottom: 20px;
    padding-left: 36px;
    font-size: 24px;
    line-height: 73px;
  }
  .c-vote .c-vote_result_list .pickup .synopsis .text {
    padding: 0 0 0 36px;
    font-size: 16px;
    line-height: 24px;
  }
  .c-vote .c-vote_result_list .pickup .user .text {
    padding: 12px 0;
  }

  .c-vote_pagination {
    max-width: 1020px;
    margin: 30px auto 50px;
  }
  .c-vote_pagination a {
    padding: 5px 0;
    font-size: 20px;
    line-height: 1.448;
    transition: .3s;
  }
  .c-vote_pagination a:hover {
    transform: translateY(3px);
    text-decoration: none;
  }
  .c-vote_pagination a.prev {
    margin-right: 30px;
    padding-left: 0;
  }
  .c-vote_pagination a.prev:hover {
    background: #936047;
  }
  .c-vote_pagination a.prev::after {
    left: 20px;
  }
  .c-vote_pagination a.next {
    margin-left: 30px;
    padding-right: 0;
  }
  .c-vote_pagination a.next:hover {
    color: #fffa95;
    background: #936047;
  }
  .c-vote_pagination a.next:hover::after {
    color: #fffa95;
  }
  .c-vote_pagination a.next::after {
    right: 20px;
  }

  .c-vote_back_top {
    max-width: 480px;
    margin: 0 auto 50px;
  }
  .c-vote_back_top a {
    padding: 24px 0;
    transition: .3s;
  }
  .c-vote_back_top a:hover {
    color: #ff7871;
    background: #936047;
    transform: translateY(3px);
    text-decoration: none;
  }
}
/* @media */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* 結果 */
  .c-vote .c-vote_list .item {
    padding: 15px;
  }
  .c-vote .c-vote_list .item.num1 .msg, .c-vote .c-vote_list .item.num2 .msg, .c-vote .c-vote_list .item.num3 .msg {
    margin-left: -27px;
  }
  .c-vote .c-vote_list .item.num1 .msg dt, .c-vote .c-vote_list .item.num2 .msg dt, .c-vote .c-vote_list .item.num3 .msg dt {
    width: 450px;
    background: url(../../../../shared/img/voteRank/100/from_bg02.png) no-repeat 0/100% auto;
  }
  .c-vote .c-vote_list .rank {
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 20px;
    line-height: 32px;
  }
  .c-vote .c-vote_list .rank span {
    margin-right: 2px;
    font-size: 28px;
  }
  .c-vote .c-vote_list .number {
    font-size: 16px;
  }
  .c-vote .c-vote_list .number span {
    font-size: 24px;
  }
  .c-vote .c-vote_list .msg {
    margin-left: -25px;
  }
  .c-vote .c-vote_list .msg dt {
    width: 200px;
    min-height: 50px;
    font-size: 13px;
    line-height: 17px;
  }
  .c-vote .c-vote_list .msg dd {
    margin: -32px 0 0 33px;
    padding: 35px 15px 10px 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .c-vote_btn .vote {
    max-width: 190px;
    margin: 15px auto 8px;
  }
  .c-vote_btn .vote .btn {
    padding: 8px 0;
    font-size: 16px;
  }
}
/* @media */
/* Large devices (large desktops, 1200px and up) */
/* @media */
