@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

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

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

/**
 * 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%; }

body {
  line-height: 1.8;
  font-display: swap;
  text-align: center; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

ol {
  padding-left: 0;
  margin-left: 1em; }

textarea:focus, input:focus {
  outline: none; }

figure {
  margin: 0; }

.textHide {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

body {
  background-color: #782d00;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif; }

.point {
  color: #ff6000; }

.main {
  background-color: #eeece3; }
  .main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3em 1em 3em;
    position: relative; }

.error-text {
  color: #c80862; }

pre {
  white-space: break-spaces; }

.kv {
  z-index: 1;
  background-image: url("../images/kv-bg.jpg");
  background-size: cover;
  background-position: center; }
  .kv-container {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 520px; }

.menu {
  height: 90px;
  padding: 0 1em;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#008ec2), to(#00679c));
  background: -webkit-linear-gradient(top, #008ec2 0%, #00679c 100%);
  background: -o-linear-gradient(top, #008ec2 0%, #00679c 100%);
  background: linear-gradient(to bottom, #008ec2 0%, #00679c 100%);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .menu ul {
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu li {
    height: 100%;
    position: relative;
    margin: 0 15px; }
  .menu a {
    display: block;
    z-index: 3;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-position: center bottom; }
  .menu-1 {
    width: 238px; }
    .menu-1 a {
      width: 100%;
      height: 0;
      padding-top: 55.88235%;
      background-image: url("../images/menu-1.png"); }
      .menu-1 a:hover, .menu-1 a.active {
        background-image: url("../images/menu-1-active.png"); }
  .menu-2 {
    width: 243px; }
    .menu-2 a {
      width: 100%;
      height: 0;
      padding-top: 54.73251%;
      background-image: url("../images/menu-2.png"); }
      .menu-2 a:hover, .menu-2 a.active {
        background-image: url("../images/menu-2-active.png"); }
  .menu-3 {
    width: 256px; }
    .menu-3 a {
      width: 100%;
      height: 0;
      padding-top: 51.95313%;
      background-image: url("../images/menu-3.png"); }
      .menu-3 a:hover, .menu-3 a.active {
        background-image: url("../images/menu-3-active.png"); }
  .menu-4 {
    width: 204px; }
    .menu-4 a {
      width: 100%;
      height: 0;
      padding-top: 65.19608%;
      background-image: url("../images/menu-4.png"); }
      .menu-4 a:hover, .menu-4 a.active {
        background-image: url("../images/menu-4-active.png"); }

.index .menu-1 a {
  background-image: url("../images/menu-1-active.png"); }

.page-vote-1 .menu-2 a {
  background-image: url("../images/menu-2-active.png"); }

.page-vote-2 .menu-3 a {
  background-image: url("../images/menu-3-active.png"); }

.page-vote-3 .menu-4 a {
  background-image: url("../images/menu-4-active.png"); }

.rule {
  padding: 0 2.5em;
  text-align: left; }
  .rule .btn-detail {
    position: absolute;
    right: 0; }
  .rule-item dd {
    padding-left: 2em;
    color: #782d00;
    font-size: 20px; }

.title {
  margin-bottom: 3em; }
  .title img {
    max-width: 100%; }

.index .title p {
  position: relative;
  background-color: #fff0cb;
  padding: 1em;
  border-radius: 1em;
  color: #782d00;
  font-size: 18px; }
  .index .title p::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1em;
    border: 2px dashed #000;
    left: 0;
    top: 0;
    -webkit-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  @media only screen and (max-width: 767px) {
    .index .title p {
      font-size: 14px; }
      .index .title p::before {
        -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        border: 1px dashed #000; } }

.vote-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vote-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin: 0 1% 3em;
  position: relative; }

.vote-img {
  border: 4px solid #782d00;
  border-radius: 10px;
  background-color: #fff; }
  .vote-img a {
    display: block;
    border: 4px solid #fff;
    font-size: 0;
    border-radius: 7px;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden; }
  .vote-img img {
    position: absolute;
    left: 0%;
    top: 0%; }

.vote-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%); }
  .vote-name span {
    display: inline-block;
    background-color: #782d00;
    color: #fff;
    padding: 0 1em;
    line-height: 2em;
    border-radius: 1em; }

@media only screen and (max-width: 767px) {
  .vote-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%; } }

@media only screen and (max-width: 480px) {
  .vote-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; } }

.tools {
  position: absolute;
  right: 100px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .tools a {
    display: block;
    width: 62px;
    height: 67px; }
    .tools a#btn-share-twitter {
      background-image: url("../images/tweet_off.png");
      background-size: cover; }
      .tools a#btn-share-twitter:hover {
        background-image: url("../images/tweet_on.png"); }
    .tools a#btn-refresh {
      background-image: url("../images/refresh_off.png");
      background-size: cover; }
      .tools a#btn-refresh:hover {
        background-image: url("../images/refresh_on.png"); }

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 21; }

.works {
  position: relative; }
  .works-share {
    position: absolute;
    right: 0; }
    .works-share a {
      color: #008ec2; }
    .works-share span {
      display: block;
      margin: 0 0.5em; }
      .works-share span.icon {
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 10px;
        border: 1px solid #ccc;
        background-color: #008ec2; }
        .works-share span.icon svg {
          width: 100%;
          height: auto;
          fill: #fff; }
  .works-container {
    text-align: left;
    max-width: 1000px;
    padding: 40px 2em 0;
    margin: 0 auto; }
  .works-author {
    font-size: 36px;
    color: #ff9000; }
  .works-name {
    font-size: 16px;
    color: #782d00; }
    .works-name p {
      margin-bottom: 0; }
    .works-name > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
  .works-description {
    color: #666;
    font-size: 14px; }
  .works-slider {
    margin-bottom: 1em; }
    .works-slider.swiper .swiper-slide {
      text-align: center; }
    .works-slider.swiper .swiper-button-prev {
      left: 0;
      color: #333; }
    .works-slider.swiper .swiper-button-next {
      right: 0;
      color: #333; }
    .works-slider img {
      width: 760px; }
  .works-vote, .works-notice {
    text-align: center; }
  .works-vote {
    margin-bottom: 1em; }
  .works-notice {
    color: #666; }
  .works pre {
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif; }
  .works-alert, .works-complete, .works-error {
    display: none;
    position: fixed;
    padding: 2em;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20em;
    z-index: 21;
    text-align: center; }
    .works-alert .btn, .works-complete .btn, .works-error .btn {
      border-radius: 5px;
      background-color: #666;
      color: #fff;
      padding: .5em 1em;
      margin: 0 .5em; }
      .works-alert .btn:hover, .works-complete .btn:hover, .works-error .btn:hover {
        background-color: #333; }
  .works-error {
    display: block; }
  @media only screen and (max-width: 1000px) {
    .works-container {
      max-width: none;
      width: 800px; } }
  @media only screen and (max-width: 800px) {
    .works-author {
      font-size: 24px; }
    .works-name {
      font-size: 14px; }
    .works-description {
      font-size: 12px; }
    .works-container {
      width: 600px; }
    .works-slider img {
      width: 400px; } }
  @media only screen and (max-width: 600px) {
    .works {
      line-height: 1.5; }
      .works-author {
        font-size: 20px; }
      .works-name {
        display: block;
        font-size: 12px; }
      .works-container {
        width: 400px; }
      .works-slider img {
        width: 200px; } }
  @media only screen and (max-width: 400px) {
    .works-author {
      font-size: 18px; }
    .works-container {
      width: 350px; }
    .works-slider img {
      width: 200px; } }

.btn-vote {
  color: #fff;
  background-color: #c80862;
  display: inline-block;
  line-height: 2.4em;
  padding: 0 2em;
  border-radius: 1.2em;
  font-size: 28px; }
  .btn-vote:hover {
    background-color: #ff0078; }
  @media only screen and (max-width: 1000px) {
    .btn-vote {
      font-size: 20px; } }
  @media only screen and (max-width: 600px) {
    .btn-vote {
      font-size: 16px; } }

.footer {
  background-color: #782d00;
  color: #fff;
  padding: 1em 0; }
  .footer a {
    color: #fff; }
  .footer-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em; }
    .footer-link ul li {
      padding: 0 1em;
      border-right: 1px solid #fff; }
      .footer-link ul li:last-child {
        border: none; }
      @media only screen and (max-width: 600px) {
        .footer-link ul li:nth-child(4) {
          border: none; } }
      @media only screen and (max-width: 370px) {
        .footer-link ul li:nth-child(3) {
          border: none; } }
  .footer-copyright p {
    margin-bottom: 0; }

.page-list a {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 .5em;
  line-height: 2;
  color: #666; }
  .page-list a:hover, .page-list a.active {
    color: #c80862; }

@-webkit-keyframes draw-bg-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  49% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); } }

@keyframes draw-bg-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  49% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); } }

@-webkit-keyframes draw-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  49% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@keyframes draw-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  49% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@-webkit-keyframes draw-open {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes draw-open {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px; }
  .kv {
    background-image: url("../images/kv-bg-m.jpg"); }
    .kv-container {
      width: 100%;
      height: 0;
      padding-top: 52%; }
  .menu {
    width: 100%;
    height: 0;
    padding-top: 9%; }
  .rule {
    padding: 0 1em; }
    .rule-item dd {
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .tools {
    right: 6vw;
    bottom: 5vw; }
    .tools a {
      width: 40px;
      height: 43px; }
  .main-container {
    padding: 1.5em 1em; }
  .title {
    margin-bottom: 1em; }
  .rule .btn-detail {
    position: static;
    text-align: center; }
    .rule .btn-detail img {
      max-width: 100%; }
  .footer {
    font-size: 12px; } }

@media only screen and (max-width: 480px) {
  .rule-item dd {
    margin-left: 0; } }
