@charset "utf-8";

/***** reset *****/
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style-type: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/***** common *****/
img {
  border: 0;
  vertical-align: middle;
}
body {
  color: #212529;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
  background: url("../img/bgHeader-sp.png") no-repeat 50% 0 #000;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  line-height: 1.4;
}
body.is-showPop {
  overflow-y: hidden;
}
body.entry {
  padding-bottom: 64px;
}
a {
  color: #212529;
  text-decoration: none;
}
.contents {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.plogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
}
.plogo-inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.plogo-inner > a {
  display: inline-block;
  width: 120px;
}
.plogo-inner > a > img {
  width: 100%;
}
/* top */
.topGrid {
  margin-bottom: 24px;
  padding-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
}
.topGrid-mainlogo {
  margin-bottom: 16px;
  text-align: center;
}
.topGrid-mainlogo-thumb > img {
  width: 90%;
  max-width: 480px;
}
.topGrid-detail-lead {
  max-width: 400px;
  margin: 0 auto 12px;
  padding-bottom: 24px;
  background: url("../img/bgTopGridDetailLead-sp.png") no-repeat 50% 100%;
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  background-size: 80%;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0,0,0,.8);
}
.topGrid-detail-entry {
  margin-bottom: 16px;
  font-size: 11px;
  text-align: center;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0,0,0,.8);
}
.topGrid-detail-schedule {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 296px;
  margin: auto;
  padding: 16px 16px 12px;
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  font-size: 14px;
}
.topGrid-detail-schedule:before,
.topGrid-detail-schedule:after {
  position: absolute;
  top: 0;
  width: 30%;
  height: 1px;
  background-color: #FFF;
  content: "";
}
.topGrid-detail-schedule:before {
  left: 0;
}
.topGrid-detail-schedule:after {
  right: 0;
}
.topGrid-detail-schedule-title {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.topGrid-detail-schedule-date {
  font-weight: bold;
}
.topGrid-detail-schedule-date > dt {
  display: inline-block;
  float: left;
  width: 5em;
}
.topGrid-detail-schedule-date > dd {
  padding-left: 5.5em;
}
/* typeNav */
.typeNav {
  margin-bottom: 12px;
  padding: 0 16px;
}
.typeNav-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #C4A912;
  background-color: #000;
  list-style-type: none;
}
.typeNav-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.typeNav-item > a {
  display: block;
  border: solid 1px transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
.typeNav-item.is-current > a {
  border-color: #C4A912;
  background-color: #FDF3C3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #B5A357), color-stop(25%, #F7E69D), color-stop(50%, #FDF3C3), color-stop(75%, #F7E69D), color-stop(100%, #B5A357));
  background-image: -webkit-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: -moz-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: -o-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
}
.typeNav-item[data-machinetype="pachi"].is-current > a {
  color: #C61313;
}
.typeNav-item[data-machinetype="slot"].is-current > a {
  color: #101EC3;
}
.typeNav-item > a:hover {
  background-color: #222;
}
/* about */
.about {
  margin-bottom: 24px;
  padding: 0 16px;
}
.about-grid {
  font-size: 12px;
  line-height: 1.6;
}
.about-grid > dt {
  display: inline-block;
  width: 12em;
  margin-bottom: 4px;
  background-color: #D3A744;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.about-grid > dd {
  margin-bottom: 16px;
  color: #FFF;
}
.about-grid-list {
  padding-left: 1.5em;
  list-style-type: disc;
}
/* pastLink */
.pastLink {
  margin-bottom: 24px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.pastLink > h2 {
  font-size: inherit;
  font-weight: bold;
}
.pastLink > ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 204px;
  margin: 0 auto;
}
.pastLink > ul > li {
  display: inline-block;
}
.pastLink > ul > li:not(:last-child):after {
  margin: 0 8px;
  color: #CCC;
  content: "|";
}
.pastLink > ul > li:nth-child(4n):after {
  content: "";
}
.pastLink > ul > li > a {
  color: #FFF;
  text-decoration: underline;
}
.pastLink > ul > li > span {
  font-weight: bold;
}
/* policy */
.policy {
  margin-bottom: 24px;
  text-align: center;
}
.policy > a {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}
.policy > a:hover {
  opacity: .75;
  text-decoration: none;
}
/* coryright */
.coryright {
  padding: 16px 0;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}
/* picons */
i[class^="picon-"] {
  display: inline-block;
  background-image: url("../img/icons.svg");
  background-repeat: no-repeat;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
}
i.picon-crown-gold {
  width: 15px;
  height: 14px;
  background-position: 0 0;
}
i.picon-crown-silver {
  width: 15px;
  height: 14px;
  background-position: -24px 0;
}
i.picon-crown-bronze {
  width: 15px;
  height: 14px;
  background-position: -48px 0;
}
i.picon-right-arrow-red {
  width: 11px;
  height: 16px;
  background-position: -71px 0;
}
i.picon-triangle-caution-red {
  width: 19px;
  height: 16px;
  margin-bottom: -2px;
  background-position: -90px 0;
}
i.picon-bottom-arrow-white {
  width: 11px;
  height: 7px;
  background-position: -116px -5px;
}

/***** 投票一覧画面 *****/
/* listBlock */
.listBlock[data-machinetype="pachi"] > .entryList[data-machinetype="pachi"],
.listBlock[data-machinetype="slot"] > .entryList[data-machinetype="slot"] {
  display: block;
  animation: fade-in .6s ease-out;
}
.listBlock[data-machinetype="pachi"] > .entryList[data-machinetype="slot"],
.listBlock[data-machinetype="slot"] > .entryList[data-machinetype="pachi"] {
  display: none;
}
.entryList {
  padding: 0 16px;
}
.entryList-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 16px 16px 76px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  box-shadow: 0 3px 5px rgba(0,0,0,.6);
  border: solid 2px #9D6D2A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  word-break: break-all;
}
.entryList-item-header {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-right: 20px;
  line-height: 1.2;
}
.entryList-item-header:hover {
  opacity: .75;
}
.entryList-item-header-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}
.entryList-item-header > .picon-right-arrow-red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  color: #A82121;
  font-size: 24px;
  line-height: 16px;
}
.entryList-item-header-maker {
  font-size: 12px;
}
.entryList-item-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  border-top: solid 1px #707070;
}
.entryList-item-body-thumb {
  width: 35%;
  max-width: 200px;
  margin: 0;
  text-align: center;
}
.entryList-item-body-thumb > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 210px;
  vertical-align: top;
}
.entryList-item-body-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 16px;
  line-height: 1.6;
}
.entryList-item-body-detail {
  font-size: 12px;
}
.entryList-item-body-detail dt {
  width: 5em;
  float: left;
}
.entryList-item-body-detail dd {
  padding-left: 5.5em;
}
.entryList-item-body-detail dd > a {
  text-decoration: underline;
}
.entryList-item-body-award {
  margin-top: 8px;
  padding: 16px;
  background-color: #FFF4D6;
  color: #000;
  font-size: 10px;
  font-weight: bold;
}
.entryList-item-body-award-title > .picon-crown-gold,
.entryList-item-body-award-title > .picon-crown-silver,
.entryList-item-body-award-title > .picon-crown-bronze,
.entryList-item-body-award-title > i.iconDot {
  margin-right: 2px;
}
.entryList-item-body-award-title > .picon-crown-gold,
.entryList-item-body-award-title > .picon-crown-silver,
.entryList-item-body-award-title > .picon-crown-bronze {
  margin-bottom: -1px;
}
.entryList-item-body-award-title > i.iconDot {
  display: inline-block;
  width: 15px;
  line-height: 1;
}
.entryList-item-btnBox {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.entryList-item-btn {
  display: block;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: solid 2px #674B00;
  background-color: #FFF;
  color: #674B00;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
}
.entryList-item-btn.is-current,
.entryList-item-btn.is-voted {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #9D6D2A;
  background-color: #674B00;
  color: #FFF;
  cursor: default;
  pointer-events: none;
}
.entryList-item-btn.is-disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #9F9F9F;
  background-color: #B2B2B2;
  color: #7B7B7B;
  pointer-events: none;
  cursor: none;
}
.entryList-item-btn:hover {
  opacity: .75;
}
.entryList-item-btn .entryList-item-btn-vote,
.entryList-item-btn.is-current .entryList-item-btn-current,
.entryList-item-btn.is-voted .entryList-item-btn-voted {
  display: block;
}
.entryList-item-btn > input[type="radio"],
.entryList-item-btn.is-current .entryList-item-btn-vote,
.entryList-item-btn.is-voted .entryList-item-btn-vote,
.entryList-item-btnBox .entryList-item-btn-current,
.entryList-item-btnBox .entryList-item-btn-voted {
  display: none;
}
.entryMemo {
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
  font-size: 12px;
}
/* snsBlock */
.snsBlock {
  margin: 24px 0;
  padding: 24px 0;
  background-color: #FFF;
}
.snsGrid {
  display: table;
  margin: auto;
}
.snsGrid-item {
  display: table-cell;
  padding: 0 12px;
}
.snsGrid-item > a {
  display: block;
}
.snsGrid-item > a > img {
  width: 62px;
}
/* fixButton */
.fixFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
  box-shadow: 0 0 6px rgba(0,0,0,.5);
  background-color: rgba(0,0,0,.5);
  text-align: center;
  z-index: 1;
}
.toConfirmBtn {
  display: block;
  max-width: 358px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #FFF;
  background-color: #FF5A00;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.toConfirmBtn:hover {
  background-color: #FF7B33;
}
.toConfirmBtn.is-disabled {
  border-color: #9F9F9F;
  background-color: #B2B2B2;
  color: #7B7B7B;
	pointer-events: none;
	cursor: none;
}

/***** 投票確認画面 *****/
body.confirm .topGrid {
  margin-bottom: 24px;
}
body.confirm .topGrid-detail {
  display: none;
}
/* confirmList */
.confirmList {
  padding: 0 16px;
}
.confirmList-item {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  box-shadow: 0 3px 5px rgba(0,0,0,.6);
  border: solid 2px #9D6D2A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  word-break: break-all;
}
.confirmList-item.is-empty {
  padding-bottom: 80px;
}
.confirmList-item.is-voted:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 200px;
  content: "投票済み";
}
.confirmList-item.is-empty:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 114px;
  content: "未選択";
}
.confirmList-item-header {
  border-bottom: solid 2px #9D6D2A;
  background-color: #FDF3C3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #B5A357), color-stop(25%, #F7E69D), color-stop(50%, #FDF3C3), color-stop(75%, #F7E69D), color-stop(100%, #B5A357));
  background-image: -webkit-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: -moz-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: -o-linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  background-image: linear-gradient(90deg, #B5A357, #F7E69D 25%, #FDF3C3 50%, #F7E69D 75%, #B5A357 100%);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.confirmList-item[data-machinetype="pachi"] > .confirmList-item-header {
  color: #C61313;
}
.confirmList-item[data-machinetype="slot"] .confirmList-item-header {
  color: #101EC3;
}
.confirmList-item-body {
  padding: 16px;
}
.confirmList-item-body-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}
.confirmList-item-body-grid-thumb {
  width: 25%;
  max-width: 200px;
  margin: 0;
  text-align: center;
}
.confirmList-item-body-grid-thumb > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 210px;
  vertical-align: top;
}
.confirmList-item.is-voted .confirmList-item-commentBox {
  display: none;
}
.confirmList-item-body-grid-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 12px;
  line-height: 1.6;
}
.confirmList-item-body-grid-content-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.confirmList-item-body-grid-content-maker {
  font-size: 12px;
}
.confirmList-item-comment {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 104px;
  margin-bottom: 4px;
  padding: 8px;
  border: 1px solid #707070;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  background-clip: padding-box;
  color: #495057;
  font-size: 14px;
  line-height: 1.2;
}
.confirmList-item-comment-count {
  color: #727272;
  font-size: 12px;
  text-align: right;
}
/* optionForm */
.optionForm {
  margin-bottom: 8px;
  padding: 0 16px;
}
.optionForm-grid {
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  word-break: break-all;
}
.optionForm-grid-item {
  font-size: 14px;
}
.optionForm-grid-item:not(:last-child) {
  margin-bottom: 16px;
}
.optionForm-grid-item-title {
  margin-bottom: 8px;
}
.optionForm-grid-item-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #707070;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #FFF;
  color: #495057;
  font-size: inherit;
}
/* confirmBtns */
.confirmBtns {
  margin: 16px 0;
  padding: 0 16px;
  text-align: center;
}
.confirmBtns > a {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,.6);
  box-shadow: 0 3px 4px rgba(0,0,0,.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.confirmBtns-submit {
  margin-bottom: 8px;
  border: solid 2px #FFF;
  background-color: #FF5A00;
  color: #FFF;
}
.confirmBtns-submit:hover {
  background-color: #FF7B33;
}
.confirmBtns-back {
  border: solid 2px #FFF;
  background-color: #FFF;
  color: #000;
}
.confirmBtns-back:hover {
  opacity: .9
}
/* バリデート,アラートPOPUP */
.validatePopup,
.alertPopup {
  position: fixed;
  top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.validatePopup.is-show,
.alertPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.validatePopup-bg,
.alertPopup-bg {
  position: fixed;
	left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.validatePopup-block,
.alertPopup-block {
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  max-width: 360px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 3;
}
.validatePopup-header-title,
.alertPopup-header-title {
  padding: 16px;
  color: #A80000;
  font-size: 16px;
}
.validatePopup-body,
.alertPopup-body {
  padding: 0 16px 16px;
}
.validatePopup-body-comment,
.alertPopup-body-comment {
  margin-bottom: 16px;
}
.validatePopup-close {
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  background-color: #FFF;
  color: #000;
  text-align: center;
  line-height: 48px;
}
.alertPopup-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.alertPopup-ok,
.alertPopup-cancel {
  display: inline-block;
  width: 144px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  background-color: #FFF;
  color: #000;
  text-align: center;
  line-height: 48px;
}
.alertPopup-ok {
  background-color: #FF5A00;
  border: solid 2px #FFF;
  color: #FFF;
  font-weight: bold;
}

/***** 投票完了画面 *****/
body.complete .topGrid-detail-lead,
body.complete .topGrid-detail-entry {
  display: none;
}
.topGrid-detail-voteThanks,
.voteThanks {
  font-size: 31px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.8);
}
.topGrid-detail-voteThanks {
  margin-top: 32px;
  margin-bottom: 32px;
}
.voteThanks {
  display: none;
}
.backBtns {
  margin-top: 24px;
  padding: 0 16px;
  text-align: center;
}
.backBtns-btn {
  display: block;
  max-width: 358px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 4px rgba(0,0,0,.6);
  box-shadow: 0 3px 4px rgba(0,0,0,.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.backBtns-btn:hover {
  opacity: .9;
}
.backBtns-btn + .backBtns-btn {
  margin-top: 16px;
}

/***** 受賞一覧画面 *****/
.topGrid-detail-logo {
  margin-bottom: 16px;
  text-align: center;
}
.topGrid-detail-logo > img {
  width: 80%;
  max-width: 440px;
}
body.index .topGrid-detail-lead {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
}
.categoryNav {
  height: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-top: solid 2px #DEC05A;
}
.categoryNav-inner {
  padding: 0 24px;
  background-color: rgba(0,0,0,.7);
}
.categoryNav-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.categoryNav-grid {
  display: table;
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.categoryNav-item {
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 12px;
}
.categoryNav-item > a {
  position: relative;
  display: block;
  height: 62px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
}
.categoryNav-item:not(.is-current) > a:hover {
  opacity: .8;
}
.categoryNav-item > a:before,
.categoryNav-item > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 48px;
  margin: auto;
  content: "";
}
.categoryNav-item > a:before {
  left: 0;
  background: url("../img/bgCategorynavL.png");
}
.categoryNav-item > a:after {
  right: 0;
  background: url("../img/bgCategorynavR.png");
}
.categoryNav-item > a > .picon-bottom-arrow-white {
  display: none;
}
.categoryNav-item.is-current > a > .picon-bottom-arrow-white {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
}
/* winnerList */
.winnerList {
  display: none;
  padding: 0 16px;
}
.winnerListBlock[data-machinetype="pachi"] .winnerList[data-machinetype="pachi"],
.winnerListBlock[data-machinetype="slot"] .winnerList[data-machinetype="slot"] {
  display: block;
  animation: fade-in .6s ease-out;
}
.winnerList-item {
  max-width: 860px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 12px;
  padding: 10px 10px 16px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  box-shadow: 0 3px 5px rgba(0,0,0,.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 4px #FFF;
  background-color: #FFF;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.winnerList-item[data-rank="1"] {
  border-color: #AC9100;
}
.winnerList-item[data-rank="2"] {
  border-color: #BCBCBC;
}
.winnerList-item[data-rank="3"] {
  border-color: #B1632A;
}
.winnerList-item-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.winnerList-item-header-badge {
  width: 88px;
}
.winnerList-item-header-badge > img {
  width: 100%;
  max-width: 128px;
  height: auto;
}
.winnerList-item-header-detail {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 10px;
  padding-right: 20px;
  line-height: 1.2;
}
.winnerList-item-header-detail:hover {
  opacity: .75;
}
.winnerList-item-header-detail-title {
  margin-bottom: 4px;
  font-size: 16px;
}
.winnerList-item-header-detail-maker,
.winnerList-item-header-detail-spec {
  font-size: 12px;
}
.winnerList-item-header-detail-maker {
  margin-bottom: 4px;
}
.winnerList-item-header-detail > .picon-right-arrow-red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 16px;
  margin: auto;
  color: #A82121;
  font-size: 24px;
  line-height: 16px;
}
.winnerList-item-body-thumb {
  margin-bottom: 8px;
  text-align: center;
}
.winnerList-item-body-thumb > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 254px;
}
.winnerList-item-body-content {
  padding: 0 8px;
}
.winnerList-item-body-commentBox {
  padding: 8px 16px;
  border: solid 2px;
}
.winnerList-item-body-commentBox[data-type="maker"] {
  border-color: #D6BE10;
  background-color: #FFF4D6;
}
.winnerList-item-body-commentBox[data-type="user"] {
  margin-bottom: 16px;
  border-color: #9A9A9A;
  background-color: #F8F8F8;
}
.winnerList-item-body-commentBox[data-type="maker"] + .winnerList-item-body-commentBox[data-type="user"] {
  margin-top: 8px;
}
.winnerList-item-body-commentBox-title {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-left: -26px;
  padding: 0 8px 0 16px;
  height: 24px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.winnerList-item-body-commentBox[data-type="maker"] .winnerList-item-body-commentBox-title {
  background-color: #D4BC5C;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #D3B960), color-stop(50%, #D4BC5C), color-stop(100%, #EFDB6D));
  background-image: -webkit-linear-gradient(90deg, #D3B960, #D4BC5C 50%, #EFDB6D);
  background-image: -moz-linear-gradient(90deg, #D3B960, #D4BC5C 50%, #EFDB6D);
  background-image: -o-linear-gradient(90deg, #D3B960, #D4BC5C 50%, #EFDB6D);
  background-image: linear-gradient(90deg, #D3B960, #D4BC5C 50%, #EFDB6D);
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-title {
  background-color: #D4BC5C;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #B4B4B4), color-stop(50%, #D6D6D6), color-stop(100%, #DDD));
  background-image: -webkit-linear-gradient(90deg, #B4B4B4, #D6D6D6 50%, #DDD);
  background-image: -moz-linear-gradient(90deg, #B4B4B4, #D6D6D6 50%, #DDD);
  background-image: -o-linear-gradient(90deg, #B4B4B4, #D6D6D6 50%, #DDD);
  background-image: linear-gradient(90deg, #B4B4B4, #D6D6D6 50%, #DDD);
}
.winnerList-item-body-commentBox-title:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  border: solid 4px transparent;
  content: "";
}
.winnerList-item-body-commentBox[data-type="maker"] .winnerList-item-body-commentBox-title:before {
  border-top-color: #7C6925;
  border-right-color: #7C6925;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-title:before {
  border-top-color: #414141;
  border-right-color: #414141;
}
.winnerList-item-body-commentBox-title:after {
  position: absolute;
  right: -6px;
  top: 0;
  width: 12px;
  height: 100%;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 0;
  content: "";
}
.winnerList-item-body-commentBox[data-type="maker"] .winnerList-item-body-commentBox-title:after {
  background-color: #EFDB6D;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-title:after {
  background-color: #DDD;
}
.winnerList-item-body-commentBox-commentList {
  font-size: 12px;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-comment {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: dotted 1px #CCC;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-comment > span {
  display: inline-block;
  width: 56px;
  height: 14px;
  margin-right: 4px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-comment[data-type="user"] > span {
  background-color: #63ACD9;
}
.winnerList-item-body-commentBox[data-type="user"] .winnerList-item-body-commentBox-comment[data-type="hall"] > span {
  background-color: #5BC76B;
}
.winnerList-item-body-commentBox-more {
  text-align: right;
}
.winnerList-item-body-commentBox-more > a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.winnerList-item-body-commentBox-more > a:hover {
  opacity: .75;
  text-decoration: none;
}
.winnerList-item-body-searchHall {
  text-align: center;
}
.winnerList-item-body-commentBox[data-type="maker"] + .winnerList-item-body-searchHall {
  margin-top: 16px;
}
.winnerList-item-body-searchHall > a {
  display: block;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: solid 2px #EBD151;
  background-color: #A82121;
  color: #FFF;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.winnerList-item-body-searchHall > a:hover {
  opacity: .9;
}
/* commentPopup */
.commentPopup {
  position: fixed;
  top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.commentPopup.is-show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.commentPopup-bg {
  position: fixed;
	left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.commentPopup-block {
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,.8);
  box-shadow: 0 5px 20px rgba(0,0,0,.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 88%;
  max-width: 640px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 3;
}
.commentPopup-header {
  padding: 16px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 4px #CCB966;
  background-color: #8B2222;
}
.commentPopup-header-title {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.commentPopup-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-y: auto;
}
.commentPopup-body > li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #CCC;
}
.commentPopup-body > li > span {
  display: inline-block;
  width: 56px;
  height: 14px;
  margin-right: 4px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.commentPopup-body > li[data-type="user"] > span {
  background-color: #63ACD9;
}
.commentPopup-body > li[data-type="hall"] > span {
  background-color: #5BC76B;
}
.commentPopup-footer {
  padding: 8px 16px;
  border-top: solid 1px #CCC;
}
.commentPopup-close {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #C9C9C9;
  line-height: 48px;
  text-align: center;
}
.commentPopup-close:hover {
  opacity: .75;
}

/***** PCでアクセスした際のアナウンス画面 *****/
body.announce {
  overflow: hidden;
}
.announcePop {
  position: fixed;
  top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.announcePop-bg {
  position: fixed;
	left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
}
.announcePop-content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px;
  padding: 24px;
  -webkit-box-shadow: 0 3px 5px rgb(0,0,0,.6);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.6);
  box-shadow: 0 3px 5px rgba(0,0,0,.6);
  border: solid 2px #9D6D2A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  font-weight: bold;
  word-break: break-all;
  z-index: 3;
}
.announcePop-title {
  margin-bottom: 8px;
  font-size: 20px;
}
.announcePop-body > span {
  font-size: 13px;
  font-weight: normal;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***** 375px x 667px以上の端末想定（タブバーやURLバーを考慮して高さ481px以上に設定） *****/
@media screen and (min-width:375px) and (min-height:481px) {
  /***** 受賞一覧画面 *****/
  .commentPopup-body {
    height: 328px;
  }
}

/***** 390px x 844px以上の端末想定（タブバーやURLバーを考慮して高さ668px以上に設定） *****/
@media screen and (min-width:390px) and (min-height:668px) {
  /***** 受賞一覧画面 *****/
  .commentPopup-body {
    height: 480px;
  }
}

/***** 横幅374px以下 *****/
@media screen and (max-width:374px) {
  /***** 投票一覧画面 *****/
  .entryList-item-body-thumb {
    width: 30%;
  }
  .entryList-item-body-detail {
    font-size: 10px;
  }
  
  /***** 受賞一覧画面 *****/
  .categoryNav-item > a {
    font-size: 13px;
  }
  .categoryNav-item > a > .fa-angle-down {
    font-size: 15px;
  }
}

/***** 横幅375px以上 *****/
@media screen and (min-width:375px) {
  /***** 投票一覧画面 *****/
  .entryList-item-header-title {
    font-size: 18px;
  }
  
  /***** 受賞一覧画面 *****/
  .winnerList-item-header-detail-title {
    font-size: 18px;
  }
}

/***** 横幅414px以上 *****/
@media screen and (min-width:414px) {
  /***** 投票一覧画面 *****/
  .entryList-item-header-title {
    font-size: 20px;
  }
  
  /***** 受賞一覧画面 *****/
  .winnerList-item-header-detail-title {
    font-size: 20px;
  }
}

/***** 横幅768px以上（pc向け） *****/
@media screen and (min-width:768px) {
  body {
    background-image: url("../img/bgHeader-pc.png");
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    background-size: 1920px auto;
  }
  
  /***** common *****/
  /* top */
  .topGrid {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .topGrid-mainlogo {
    display: table-cell;
    width: 384px;
    vertical-align: top;
  }
  .topGrid-mainlogo-thumb > img {
    width: 100%;
  }
  .topGrid-detail {
    display: table-cell;
    width: 440px;
    padding-left: 32px;
    vertical-align: middle;
  }
  .topGrid-detail-lead {
    font-size: 15px;
    background: url("../img/bgTopGridDetailLead-pc.png") no-repeat 50% 100%;
  }
  .topGrid-detail-entry {
    font-size: 14px;
  }
  /* typeNav */
  .typeNav {
    margin-bottom: 24px;
  }
  .typeNav-grid {
    width: 496px;
    margin: auto;
  }
  .typeNav-item > a {
    font-size: 24px;
    line-height: 48px;
  }
  
  /***** 投票一覧画面 *****/
  /* listBlock */
  .entryList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .listBlock[data-machinetype="pachi"] > .entryList[data-machinetype="pachi"],
  .listBlock[data-machinetype="slot"] > .entryList[data-machinetype="slot"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .entryList-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 16px;
    padding-bottom: 92px;
  }
  .entryList-item-header-title {
    font-size: 22px;
  }
  .entryList-item-body-detail {
    font-size: 14px;
  }
  .entryList-item-body-award {
    font-size: 12px;
  }
  .entryList-item-btn {
    max-width: 360px;
    margin: auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-size: 18px;
    line-height: 52px;
  }
  .entryMemo {
    margin-left: 1%;
  }
  /* about */
  .about {
    text-align: center;
  }
  .about-grid {
    display: inline-block;
    max-width: 860px;
    font-size: 14px;
  }
  .about-grid > dt {
    float: left;
    clear: both;
  }
  .about-grid > dd {
    padding-left: 13em;
    text-align: left;
  }
  
  /***** 投票確認画面 *****/
  body.confirm .topGrid-detail {
    display: table-cell;
  }
  .confirmList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .confirmList-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 16px;
  }
  .optionForm {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .optionForm-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .optionForm-grid-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 6px;
    padding-right: 6px;
  }
  .optionForm-grid-item:not(:last-child) {
    margin-bottom: 0;
  }
  .confirmList-item-body-grid-content-title {
    font-size: 22px;
  }
  .confirmList-item.is-voted:after,
  .confirmList-item.is-empty:after {
    line-height: 380px;
  }

  /***** 投票完了画面 *****/
  body.complete .topGrid-detail-lead,
  body.complete .topGrid-detail-entry,
  .voteThanks {
    display: block;
  }
  .topGrid-detail-voteThanks {
    display: none;
  }
  .voteThanks {
    margin: 64px 0;
  }

  /***** 受賞一覧画面 *****/
  .categoryNav-item > a {
    font-size: 20px;
  }
  .categoryNav-item > a > .fa-angle-down {
    font-size: 15px;
  }
  /* winnerList */
  .winnerList-item {
    margin-bottom: 16px;
    padding: 16px 24px 24px;
  }
  .winnerList-item-header {
    position: relative;
    margin-bottom: 24px;
  }
  .winnerList-item-header:after {
    position: absolute;
    left: 144px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #707070;
    content: "";
  }
  .winnerList-item-header-badge {
    width: 128px;
  }
  .winnerList-item-header-detail {
    margin-left: 16px;
  }
  .winnerList-item-header-detail-title {
    font-size: 32px;
  }
  .winnerList-item-header-detail-maker,
  .winnerList-item-header-detail-spec {
    font-size: 16px;
  }
  .winnerList-item[data-rank="1"] .winnerList-item-body,
  .winnerList-item[data-rank="2"] .winnerList-item-body,
  .winnerList-item[data-rank="3"] .winnerList-item-body {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .winnerList-item-body-thumb {
    display: table-cell;
    width: 28%;
    padding-right: 16px;
    vertical-align: top;
  }
  .winnerList-item-body-thumb > img {
    max-height: 380px;
  }
  .winnerList-item-body-content {
    padding-right: 0;
    padding-left: 0;
  }
  .winnerList-item[data-rank="1"] .winnerList-item-body-content,
  .winnerList-item[data-rank="2"] .winnerList-item-body-content,
  .winnerList-item[data-rank="3"] .winnerList-item-body-content {
    display: table-cell;
    padding-left: 8px;
    vertical-align: top;
  }
  .winnerList-item-body-commentBox[data-type="user"] {
    margin-bottom: 24px;
  }
  .winnerList-item-body-commentBox[data-type="maker"] + .winnerList-item-body-searchHall {
    margin-top: 24px;
  }
  .winnerList-item-body-commentBox-commentList,
  .winnerList-item-body-commentBox-more > a {
    font-size: 14px;
  }
  .winnerList-item-body-searchHall > a {
    max-width: 360px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-size: 18px;
    line-height: 52px;
  }
  /* commentPopup */
  .commentPopup-body {
    font-size: 14px;
  }
  .commentPopup-header-title {
    font-size: 16px;
  }
}
