@charset "UTF-8";
/* ========================================

    --------------------
    vote.css
    -------------------

========================================== */

/* variable
------------------------------ */
:root {
  --bg-main-color: #fff;
  --bg-sub-color: #f3f3f3;
  --txt-main-color: #333;
  --txt-sub-color: #888888;
  --border-main-color: #ddd;
  --border-sub-color: #ededed;
  --box-shadow:0px 1px 10px #b2b2b22e;
  --status-ongoing-color: #B8FFB9;
  --status-upcoming-color: #fff576;
  --status-closed-color: #D9D9D9;
	--complete-color:#18cc9e;
  --error-color: #f33;
}

/* base
------------------------------ */
.svg_parts {
  display: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  -webkit-text-size-adjust: none;
  background: var(--bg-main-color);
  height: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-justify: inter-ideograph;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}

::selection {
  background: #0d0d0d;
  color: #fff;
}

::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}

a {
  color: #333;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: var(--txt-main-color);
}

.thumb img {
  vertical-align: bottom;
}

.thumb {
  border-radius: 8px;
  overflow: hidden;
}

.thumb.square {
  aspect-ratio: 1/1;
  border: 1px solid var(--border-main-color);
}

.thumb.square img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

/* form
------------------------------ */
/* placeholder */
::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #eaebee;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #eaebee;
  font-size: 15px;
  line-height: 1.8;
}

.form--input {
  margin: 1em 0;
}

.form__checkbox .form--item .btn {
  margin: 1em 0;
}

.form__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.form__checkbox label .txt--basic {
  padding: 0.5em 0.5em 0.5em 1.6em;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.form__checkbox label .txt--basic.attention_02 {
  display: none;
}

.form__checkbox label .txt--sub {
  padding: 0 0 0 2.2em;
}

.form__checkbox label .txt--basic::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.2em;
  border: 1px solid #eaebee;
  background: #fff;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.form__checkbox label .txt--basic::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 1.1em;
  left: 0.1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.form__checkbox :checked ~ .txt--basic::before {
  background: #333;
  border-color: #333;
}

.form__checkbox :checked ~ .txt--basic::after {
  opacity: 1;
}

.label-stamp input.input_submit,
.label-keyword input.input_submit {
  margin: 0 auto;
  padding: 4px 0.75em;
  display: block;
  border-radius: 3em;
  background-color: #fff;
  border: 2px solid #eaebee;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 95%;
  max-width: 100%;
  white-space: break-spaces;
}

.form__checkbox .form--item.disabled .btn--main {
  background-color: #e8e8e8;
  color: #c1bdb7;
  -webkit-box-shadow: 0 0 0 2px e1e0e0 inset;
          box-shadow: 0 0 0 2px e1e0e0 inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="submit"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form--login dt {
  margin: 2em 0 0.5em;
  font-size: 0.8em;
  font-weight: bold;
  opacity: 0.5;
}

.form--login dd {
  position: relative;
}

.form--login .show-pw {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

body {
  color: var(--txt-main-color);
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  background: transparent;
}

#wrap {
  min-height: 100%;
  position: relative;
}

#wrap .section--detail {
  padding: 30px 5%;
}

#wrap img {
  width: 100%;
}

#wrap #stamp {
  background: #fff;
  border: 1px solid #eaebee;
  padding: 20px;
}

/* typography */
h2 {
  font-size: 1.6rem;
  /*16px*/
  font-weight: bold;
}

h3 {
  font-size: 1.4rem;
  /*14px*/
  font-weight: bold;
}

.lead {
  text-align: center;
  font-size: 15px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #008bd2;
}

.bold {
  font-weight: bold;
}

.txt--basic {
  font-size: 1.5rem;
}

.txt--sub {
  font-size: 1.2rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.blue {
  color: #00a7ec;
}

.gray {
  color: var(--txt-sub-color);
}

.text {
  font-size: 13px;
  line-height: 1.4;
}

.text p {
  padding: 0 0 10px;
  text-align: left;
}

.text p:last-of-type {
  padding: 0;
}

.red {
  color: var(--error-color);
}

.add-txt, .add-item, .add-block {
  display: none;
}

.block-tit {
  position: relative;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.no-data {
  margin-bottom: 2em;
  opacity: 0.5;
}


/* block--txt
------------------------------ */
.block--txt {
  margin-bottom: 1em;
}

.block_addHtml {
  margin-bottom: 3em;
}

/* block--info
------------------------------ */
.block--info {
  background-color: var(--bg-sub-color);
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.block--info dd + dt {
  margin-top: 1em;
}

.block--info .list--conditions li.vote-ineligible {
  opacity: 0.5;
}

.block--info .list--conditions .list--conditions__txt {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.block--info .list--conditions .btn {
  margin: 0.5em 0 1em;
}

.block--info .list--conditions .list--conditions__txt i {
  line-height: 1.6;
}

/* block--error
------------------------------ */
.block--error {
  background: #fff0ea;
  color: var(--error-color);
  border: 1px solid var(--error-color);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1em;
  margin: 1.5em auto;
}

/* btn
------------------------------ */
.block--btn {
  margin-top: 4em;
  display: -webkit-box;
  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;
}

.btn {
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

.btn a {
  display: block;
}

.btn a,
.btn button {
  padding: 1.25em 2em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.btn .chevron {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 2px;
}

.btn.complete {
  background: #d9816b;
}

.btn.eventtop,
.btn.sitetop,
.btn.back {
  display: inline-block;
  margin: 0 2em;
}
.btn.eventtop a,
.btn.eventtop button,
.btn.sitetop a,
.btn.sitetop button,
.btn.back a,
.btn.back button {
  font-size: 1.2rem;
  padding: 0.25em 0;
}

.btn.back .chevron {
  transform: translateY(3px) scale(-1, -1);
}

.btn .btn--main {
  padding: 1.25em 2em;
  display: inline-block;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn .btn--sub {
  padding: 1.25em 2em;
  display: inline-block;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #333;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.block--login {
  position: fixed;
  max-width: 98px;
  bottom: 5vh;
  right: 6vw;
  z-index: 100;
}

.block--login .block--login__inner {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}

.block--login a {
  text-decoration: none;
}

.btn--join {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--bg-main-color);
  color: var(--txt-main-color);
  border: 1px solid var(--border-sub-color);
  font-weight: inherit;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  padding: 1em;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn--join i {
  font-size: 20px;
}

.btn--join span {
  line-height: 2;
}

.motion {
  margin: 0 0 30px 0;
  border-radius: 10px;
}

/* dummy */
.ph,
.thumb {
  position: relative;
  line-height: 0;
}

.ph::before,
.thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/event_cmn/image/cmn_vote/dummy.gif");
  width: 100%;
  height: 100%;
}

/* header
------------------------------ */
#wrap header h1 {
  display: none;
}

/* footer
------------------------------ */
footer {
  position: sticky;
  width: 100%;
  top: 100vh;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 14px 0;
  color: #bfc5c8;
}

/* page
------------------------------ */
h2.no-bnr {
  display: none;
}

.block--head-bnr h2,
.bnr-tit {
  line-height: 0;
}

.block--head-bnr .vote-tit {
  display: none;
}

.block--head-bnr img {
  vertical-align: bottom;
}

/* 入力 */
.page--input .container {
  padding: 30px 5%;
}
.page--input.error .txt--link {
  text-align: center;
}
.page--input.error .txt--link .input_submit {
  border: none;
  background: transparent;
  padding: 0.25em;
  display: inline-block;
  text-decoration: underline;
  color: #333;
  font-family: YakuHanJP, -apple-system, sans-serif;
  letter-spacing: 0.05em;
}
.page--input.error .txt--link .chevron {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 2px;
}
.page--input.error .txt--basic {
  margin-top: 1em;
}

/* 一覧 */
.page--list .block--lead.complete {
  margin: 30px 0 30px;
}

.page--list .complete .section-tit .txt.default {
  /* デフォルト */
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

/* エラー 、特典引き換え*/
.page--error .section-tit,
.page--benefit.check .section-tit {
  display: none;
}

.page--error .block--error {
  margin-bottom: 30px;
}

/* serial
------------------------------ */
textarea#serialTextarea {
  resize: none;
}

/* list--project
------------------------------ */
.list--project {
  margin-bottom: 24px;
}
.list--project > li {
  border-bottom: 1px solid var(--border-main-color);
  padding: 24px 0;
}

.list--project > li .vote-card__button {
  padding-right: 24px;
}

.vote-card__button {
  all: unset;
  display: block;
  width: calc(100% - 24px);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  text-align: left;
  letter-spacing: inherit;
}

.vote-card__button::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.vote-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vote-card__content .vote-card__title {
  font-size: 18px;
  font-weight: 600;
}
.vote-card__content .vote-card__date {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
}

.vote-card__content .vote-card__status {
  border-radius: 999px;
  font-size: 13px;
  width: fit-content;
  padding: 0.2em 1em;
  background-color: var(--status-ongoing-color);
}

.vote-card__content .vote-card__status span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vote-card__content .vote-card__status i {
  font-size: 11px;
}

.list--project > li .vote-card__button.upcoming {
  width: 100%;
  padding-right: 0;
}

.vote-card__button.upcoming::after {
  content: none;
}

.vote-card__button.upcoming .vote-card__status {
  background-color: var(--status-upcoming-color);
}

.vote-card__button.ongoing .vote-card__status {
  background-color: var(--status-ongoing-color);
}

.vote-card__button.ongoing .vote-card__status i {
  animation: opacity 3s ease-in-out infinite;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.vote-card__button.closed .vote-card__status {
  background-color: var(--status-closed-color);
}

.btn__result {
  margin: 1em 0 0;
}


/* list--vote
------------------------------ */
.block--vote {
  border-top: 1px solid var(--border-main-color);
  padding-top: 2em;
  margin-top: 2em;
}

.list--vote > li {
  position: relative;
}

.list--vote .tit + .btn--counter {
  margin-top: 0.5em;
}


.list--vote .thumb {
  border: 1px solid var(--border-main-color);
  margin-bottom: 0.5em;
}

.list--vote .tit {
}

.list--vote .thumb img {
  vertical-align: bottom;
}

.list--vote--group__item + .list--vote--group__item {
  margin-top: 3em;
}

.list--vote--group__item .box--group {
  margin-bottom: 1em;
}

.list--vote--group__item .box--group.has-thumb {
  margin-bottom: 2em;
}

.list--vote--child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list--vote--thumb > li {
  width: 48%;
  margin-bottom: 40px;
}

.list--vote--thumb .thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.list--vote--thumb .thumb img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.btn--media {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 1rem;
  color: #fff;
  height: 24px;
  z-index: 100;
}

.btn--media i {
  margin-left: 2px;
}

.list--vote--thumb .thumb {
  position: relative;
}

.list--vote--thumb .thumb .btn--media {
  position: absolute;
  bottom: 8px;
  right: 8px;
}


.list--vote--text {
  flex-direction: column;
  gap: 1em;
}

.list--vote--text > li .vote-item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em;
  border: 1px solid var(--border-main-color);
  border-radius: 8px;
}

.list--vote--text > li .vote-content {
  display: flex;
  flex-direction: column;
}

.list--vote--child .box_popup_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  scroll-behavior: smooth;
}

.list--vote--child .box_popup {
  position: fixed;
  width: min(90%, 400px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.list--vote--child .box_popup_inner {
  background: #fff;
  padding: 1.5em;
  border-radius: 8px;
  max-height: 70vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.list--vote--child .box_popup_inner .video {
  position: relative;
  padding-top: 56.25%;
}

.list--vote--child .box_popup_inner .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list--vote--child .popup-close {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.box_popup_wrapper .popup-close::before,
.box_popup_wrapper .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #ffffff;
  transform-origin: center;
}

.box_popup_wrapper .popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.box_popup_wrapper .popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.box_popup_wrapper .box_popup_overlay::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}

.btn--radio {
  flex: 1;
}

.btn--radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.btn--radio label {
  display: block;
  padding-left: 24px;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  position: relative;
}

.btn--radio .tit {
  margin: 0;
  color: #333;
}

.btn--radio label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--txt-sub-color);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.btn--radio input[type="radio"]:checked + label::before {
  border-color: var(--txt-main-color);
  border-width: 0.3em;
}

.btn--counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 999px;
  background-color: #33333315;
  cursor: pointer;
  transition: background 0.2s ease;
  color: var(--txt-main-color);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.count-input {
  padding: 0.2em!important;
  width: 56px!important;
  height: 32px;
  text-align: center;
  font-size: 1.8rem!important;
  background-color: white;
  -moz-appearance: textfield;
  touch-action: manipulation;
}


input.count-input::-webkit-outer-spin-button,
input.count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* page--index
------------------------------ */
.page--index .list--project > li:first-child {
  padding-top: 0;
}

/* page--select
------------------------------ */
.page--select .block--vote .btn + .gray {
  margin-top: -1em;
}

/* page--confirm
------------------------------ */
.page--confirm .list--vote {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page--confirm .list--vote li {
  width: 48%;
  margin-bottom: 40px;
}

.page--confirm .list--vote li .thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.page--confirm .list--vote .thumb img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.page--confirm .btn {
  margin: 1em 0;
}

/* page--complete
------------------------------ */
.page--complete .block-tit::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 900;
  display: block;
  color: #4CAF50;
  font-size: 60px;
}

/* page--mypage
------------------------------ */
.page--mypage .block--info + .block--mypage {
  margin-top: 2em;
}

.page--mypage .list--project li {
  padding-left: 0;
}

/* page--log
------------------------------ */
.page--log .list--log > li {
  margin-bottom: 3em;
}

.page--log .list--log--child > li {
  padding: 1.2em;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px #0000001a;
}

.page--log .list--log--child  > li {
  margin-bottom: 1.2em;
}

.page--log .list--log__date {
  margin-bottom: 1em;
}

.page--log .list--log--detail {
  font-size: 13px;
}

.page--log .list--log--detail > li:not(:last-child){
  margin-bottom: 0.5em;
}

.page--log .block--vote-time {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

.page--log .block--vote-time .block--vote-time__total {
  width: 70px;
  text-align: right;
}

.block--log {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid var(--border-main-color);
}

.block--log__inner {
  display: flex;
  align-items: center;
  gap: 0.8em;
}

.block--log__inner {
  width: 60%;
}

.block--log__total {
  width: 30%;
  text-align: right;
}

.block--log__inner .thumb {
  width: 30%;
}

.block--log__inner .thumb + .block--log__name {
  width: 70%;
}

.block--vote-time {
  display: flex;
  justify-content: space-between;
}

.block--log__rank {
  width: 14%;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

.block--log__rank span {
  font-size: 11px;
}

.block--log__name-group {
  color: var(--txt-sub-color);
  font-size: 11px;
}

.page--log .block--log__inner {
  width: 70%;
}

/* page--result
------------------------------ */
.block-tit + .list--result {
  margin-top: 40px;
}

.block--head .block-tit {
  margin: 1em 5%;
}

.list--result .list__item.has-votes .block--log__inner {
  width: 56%;
}

.list--result .list__item.no-votes .block--log__inner {
  width: 86%;
}

/* page--login
------------------------------ */
#wrap.page--login header {
  padding: 40px 5% 0;
}

#wrap.page--login header h1 {
  display: block;
  font-weight: bold;
}

#wrap.page--login .section--detail {
  padding-top: 0;
}


/* pc */
@media screen and (min-width: 961px) {
  #footer {
    margin: 100px 0 10px;
  }
  a,
  input.input_submit {
    cursor: pointer;
  }
  input.btn--main.input_submit:hover,
  .btn--main:hover {
    background: #000;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
  .btn--join:hover {
    background-color: var(--bg-sub-color);
  }
  body {
    position: relative;
  }
  .wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    max-width: 600px;
    min-height: 100%;
    margin: 0 auto;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }

  .vote-card__button:not(.upcoming) {
    transition: all 0.3s ease;
  }
  .vote-card__button:not(.upcoming):hover {
    opacity: 0.5;
  }

  .list--vote--child .box_popup_inner {
    max-height: 80vh;
  }
}