@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  font-family: 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', sans-serif;
  line-height: 1;
  color: #000;
  background: white;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 829px) {
    body {
      font-size: 1.6rem; }
      body.is-nav-fixed {
        padding-top: 80px; } }
  @media screen and (max-width: 828px) {
    body {
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #B99421; }

a:not([class]) {
  color: #B99421;
  text-decoration: underline; }
  a:not([class]):hover {
    text-decoration: none;
    opacity: 0.8; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

ul, ol {
  list-style: none; }

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

hr {
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 1px 0 0; }
  @media screen and (min-width: 829px) {
    hr {
      margin: 60px 0; } }
  @media screen and (max-width: 828px) {
    hr {
      margin: 24px 0; } }

button, input, select, textarea {
  font-family: sans-serif; }


.p-vote__eyechatch .p-vote__container {
  padding-bottom: 100px;
  padding-top: 0;}
  @media screen and (max-width: 828px) {
    .p-vote__eyechatch .p-vote__container {
      padding-bottom:40px;
      padding-top: 0;} }

.p-vote__container {
  max-width: 700px;
  margin: auto;
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 828px) {
    .p-vote__container {
      padding:40px 0;
      overflow: hidden; } }

.p-vote__eyechatch {
  background: url(../img/eyecatch_bg.png) center center/cover no-repeat;
  position: relative;
  overflow: hidden; }

.p-vote__eyechatch-title {
  width: 500px;
  margin: auto; }
  @media screen and (max-width: 828px) {
    .p-vote__eyechatch-title {
      width: 250px; } }

.p-vote__eyechatch-trophy {
  position: absolute;
  bottom: 0;
  right: -220px;
  width: 384px; }
  @media screen and (max-width: 828px) {
    .p-vote__eyechatch-trophy {
      right: 0;
      width: 150px; } }
  @media screen and (max-width: 450px) {
    .p-vote__eyechatch-trophy {
      right: -20px;
      width: 130px; } }
  @media screen and (max-width: 350px) {
    .p-vote__eyechatch-trophy {
      display: none;
    }
  }

.p-vote__section1 {
  background-color: #F0EBDB;
  }

.p-vote__section2 {
  background: url(../img/form_bg.png?5) bottom right no-repeat #F3F3F3;
  display: none; }
  .p-vote__section2.--loaded {
    display: block; }
  @media screen and (max-width: 828px) {
    .p-vote__section2 {
      background: #F3F3F3; } }

.p-vote__title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 2.4rem;
  position: relative; }
  .p-vote__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #B99421; }
  @media screen and (max-width: 828px) {
    .p-vote__title {
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-size: 2rem; } }

.p-vote__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px; }
  .p-vote__text.--center {
    text-align: center; }
  .p-vote__text.--red {
    color: #FF0000; }
  .p-vote__text strong {
    font-size: 2rem;
    font-weight: bold;
    color: #B99421;
    vertical-align: baseline; }
  @media screen and (max-width: 828px) {
    .p-vote__text {
      font-size: 1.4rem; }
      .p-vote__text strong {
        font-size: 1.6rem; } }

.p-vote__largeText {
  font-size: 2rem;
  font-weight: bold; }
  .p-vote__largeText.--center {
    text-align: center; }
  .p-vote__largeText.--blue {
    color: #14B9C3; }
    .p-vote__largeText.--gold {
      color: #B99421; }
  @media screen and (max-width: 828px) {
    .p-vote__largeText {
      font-size: 1.4rem; } }

.p-vote__smallText {
  font-size: 1rem; }
  .p-vote__smallText.--center {
    text-align: center; }
  .p-vote__smallText.--right {
    text-align: right; }
  @media screen and (max-width: 828px) {
    .p-vote__smallText.--right {
      text-align: left; } }

.p-vote__contents {
  background: white;
  border-radius: 20px;
  padding: 60px;
  position: relative; }
  .p-vote__contents.--circleHead {
    margin-top: 70px; }
    .p-vote__contents.--circleHead > * {
      position: relative;
      z-index: 1; }
    .p-vote__contents.--circleHead::before {
      content: "";
      display: block;
      background: white;
      width: 360px;
      height: 240px;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      top: -70px;
      left: calc(50% - 180px);
      z-index: 0; }
  @media screen and (max-width: 828px) {
    .p-vote__contents {
      border-radius: 10px;
      padding: 20px 20px 30px; }
      .p-vote__contents.--circleHead {
        margin-top: 40px; }
        .p-vote__contents.--circleHead::before {
          width: 180px;
          height: 120px;
          top: -40px;
          left: calc(50% - 90px); } }

.p-vote__contentsHead {
  margin-bottom: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  .--circleHead .p-vote__contentsHead {
    margin: -70px 0 20px; }
  .p-vote__contentsHead span {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 40px;
    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;
    min-height: 60px; }
  .p-vote__contentsHead.--leaf span {
    background: url(../images/title_left.png) left center/contain no-repeat, url(../images/title_right.png) right center/contain no-repeat; }
  .p-vote__contentsHead.--star span {
    background: url(../images/title2_left.png) left center/contain no-repeat, url(../images/title2_right.png) right center/contain no-repeat; }
  @media screen and (max-width: 828px) {
    .p-vote__contentsHead span {
      font-size: 2rem;
      padding: 0 30px;
      min-height: 40px; }
    .--circleHead .p-vote__contentsHead {
      margin: -30px 0 10px; } }

.p-vote__contentsHead-icon {
  width: 50px; }
  @media screen and (max-width: 828px) {
    .p-vote__contentsHead-icon {
      width: 25px; } }

.p-vote__formHead {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .p-vote__formHead::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #B99421; }
  @media screen and (max-width: 828px) {
    .p-vote__formHead {
      position: relative;
      margin-top: 20px; } }

.p-vote__formHead-number {
  color: #B99421;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  bottom: -2px; }
  @media screen and (max-width: 828px) {
    .p-vote__formHead-number {
      font-size: 2rem;
      width: 20px; } }

.p-vote__formHead-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px; }
  @media screen and (max-width: 828px) {
    .p-vote__formHead-title {
      font-size: 1.4rem; } }

.p-vote__formHead-caption {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  font-weight: normal; }
  @media screen and (max-width: 828px) {
    .p-vote__formHead-caption {
      position: absolute;
      right: 0;
      bottom: 0; } }

.p-vote__formBody-textarea {
  background: #f2f2f2;
  padding: 20px;
  width: 100%;
  height: 100px;
  border: 0;
  line-height: 1.75; }

.p-vote__formBody-caption {
  margin-top: 10px; }

.p-vote__button-container {
  margin-top: 20px;
  text-align: center; }

.p-vote__button {
  background: #B99421;
  color: white;
  border: 0;
  padding: 1em 60px;
  font-weight: bold;
  margin: auto;
  display: inline-block;
  line-height: 1.6;
  border-radius: 1.8em;
  cursor: pointer; }
  .p-vote__button.--button span {
    position: relative;
    bottom: -2px; }
  @media screen and (max-width: 828px) {
    .p-vote__button {
      padding: 1em 30px; } }

.p-vote__detailLink {
  text-align: center;
  margin-top: 20px; }

.p-vote__detailLink-link {
  font-size: 1.2rem;
  color: #B99421; }
  .p-vote__detailLink-link::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.5em;
    border-color: transparent transparent transparent #B99421;
    margin-left: 0.5em;
    position: relative;
    bottom: -4px; }

.p-vote__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  @media screen and (max-width: 828px) {
    .p-vote__share {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.p-vote__share-fb .fb-like > span {
  width: 157px !important; }
  .p-vote__share-fb .fb-like > span > iframe {
    width: 157px !important; }

.p-vote__share-tw {
  margin-left: 5px; }

.p-vote__share-hatena {
  margin-left: 5px; }

.p-vote__share-line {
  margin-left: 5px; }

.p-vote__footer.--gray {
  background: #f2f2f2; }

.p-vote__footer-logo {
  width: 150px;
  margin: 0 auto 40px; }

.p-vote__footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 829px) {
    .p-vote__footerNav {
      margin-top: 20px; } }

.p-vote__footerNav-item {
  line-height: 1; }
  @media screen and (min-width: 829px) {
    .p-vote__footerNav-item:not(:first-child) {
      border-left: 1px solid #000;
      padding: 0 0 0 10px;
      margin: 0 0 0 10px; } }
  @media screen and (max-width: 828px) {
    .p-vote__footerNav-item {
      margin: 10px; } }

.p-vote__footerNav-link {
  font-size: 1.2rem;
  color: #000;
  display: block; }

.p-vote__footer-copyright {
  text-align: center;
  margin-top: 40px; }

.p-vote__oldRanking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.p-vote__oldRanking-button {
  display: block;
  border: 1px solid #B99421;
  color: #B99421;
  text-align: center;
  padding: 1em 0;
  border-radius: 1.5em;
  line-height: 1;
  margin: 15px 0 0 15px; }
  .p-vote__oldRanking-button:hover {
    background-color: #B99421;
    color: #F0EBDB;
  }
  @media screen and (min-width: 829px) {
    .p-vote__oldRanking-button {
      width: calc((100% - 45px) / 4); }
      .p-vote__oldRanking-button:nth-child(-n + 4) {
        margin-top: 0; }
      .p-vote__oldRanking-button:nth-child(4n - 3) {
        margin-left: 0; } }
  @media screen and (max-width: 828px) {
    .p-vote__oldRanking-button {
      font-size: 1.2rem;
      width: calc((100% - 15px) / 2); }
      .p-vote__oldRanking-button:nth-child(-n + 2) {
        margin-top: 0; }
      .p-vote__oldRanking-button:nth-child(2n - 1) {
        margin-left: 0; } }

.u-block {
  display: block; }

.u-inline-block {
  display: inline-block; }

.u-inline {
  display: inline; }

.u-hidden {
  display: none; }

@media screen and (max-width: 828px) {
  .u-variable {
    display: block; } }

@media screen and (min-width: 829px) {
  .u-variable {
    display: inline-block; } }

@media screen and (max-width: 828px) {
  .u-pc-only {
    display: none !important; } }

@media screen and (min-width: 829px) {
  .u-tablet-only {
    display: none !important; } }

.v-enter-active,
.v-leave-active {
  transition: opacity 1s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.c-toast {
  animation-name: toast;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  }
  @keyframes toast {
  0% {
      opacity: 0;
      top: 6vh;
  }
  20% {
      opacity: 1;
      top: 14vh;
  }
  80% {
      opacity: 1;
      top: 14vh;
  }
  100% {
      opacity: 0;
      top: 14vh;
  }
  }

.c-toast {
  width: 75%;
  border: 1px solid #ffd675;
  border-radius: 3px;
  z-index: 999;
  background-color: #fffaf5;
  position: fixed;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-toast.error {
  border: 1px solid #FF7575;
  background-color: #fef3ef;
  color: #8c0000;
}
.c-toast > p {
  margin: 10;
  font-size: 14px;
  color: #474747;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  line-height: 1.5;
}
.c-toast.error > p {
  color: #8c0000;
}
