@charset "UTF-8";
/* Shared */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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"] {
  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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

body {
  background-color: #fff;
  font-family: "\30D2\30E9\30AE\30CE\660E\671D   ProN W6", "HiraMinProN-W6", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  -o-font-feature-settings: "palt" 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
}

dl {
  margin: 0;
}

dl dt, dl dd {
  margin: 0;
}

.content {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 52px;
  z-index: 200;
}

.content header {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  box-sizing: border-box;
}

.content header p {
  margin: 0 0 0 30px;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  font-family: inherit;
  cursor: pointer;
  font-size: 0.8rem;
  box-sizing: border-box;
  padding: 0;
  border-radius: 3px;
  background: transparent;
  border: none;
}

button:focus, button:active {
  outline: none;
}

button.vote {
  width: 207px;
  height: 40px;
  line-height: 40px;
  margin-right: 17px;
  display: block;
}

button.share {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 300;
  display: block;
}

button.share img {
  width: 100%;
  animation-duration: 0.4s;
  animation-name: opacity;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: opacity;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: opacity;
  display: block;
}

button.share .icon-close {
  font-size: 0;
  display: none;
  animation-duration: 0.4s;
  animation-name: opacity;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: opacity;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: opacity;
}

button.share.selecting img {
  display: none;
}

button.share.selecting .icon-close {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

button.share.selecting .icon-close:before, button.share.selecting .icon-close:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px solid #000;
}

button.share.selecting .icon-close:before {
  transform: rotate(45deg) translate(17px, 9px);
}

button.share.selecting .icon-close:after {
  transform: rotate(-45deg) translate(-8px, 15px);
}

button.information {
  width: 22px;
  height: 22px;
  margin-left: auto;
}

button.information img {
  width: 100%;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@media screen and (min-width: 960px) {
  button {
    font-size: 1.2rem;
    border-radius: 0;
  }
}

.content-vote {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.voted-complete-text {
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "HiraMinProN-W3", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

.vote-image-loading {
  position: absolute;
  z-index: 0;
  text-align: center;
  left: 0;
  top: 110px;
  width: 100%;
}

.vote-image-loading img {
  width: 172px;
}

@media screen and (min-width: 960px) {
  .vote-image-loading {
    top: 200px;
  }
  .vote-image-loading img {
    width: 168px;
  }
}

.vote-image {
  height: 516px;
  max-height: calc(100vh - 80px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.vote-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vote-image button {
  position: absolute;
  display: block;
  z-index: 500;
  top: 0;
  height: 100%;
  width: 88px;
}

.vote-image button span {
  width: 23px;
  height: 23px;
  border-color: #9c9c9c;
  border-style: solid;
  border-width: 1px 0 0 1px;
  display: block;
  font-size: 0;
}

.vote-image button .icon-arrow-left {
  transform: rotate(-45deg);
  position: absolute;
  left: 23px;
  top: calc(50% - 12px);
}

.vote-image button .icon-arrow-right {
  transform: rotate(135deg);
  position: absolute;
  right: 23px;
  top: calc(50% - 12px);
}

.vote-image .previous {
  left: 0;
}

.vote-image .next {
  right: 0;
}

.vote-data {
  margin: 20px 0;
  text-align: center;
}

.vote-action {
  display: flex;
}

.vote-action button {
  border: 1px solid #000;
}

.vote-action .voted {
  display: block;
  background: #A9A8A8;
  border: 1px solid #A9A8A8;
  color: #fff;
  pointer-events: none;
  width: 207px;
  height: 40px;
  line-height: 40px;
  margin-right: 17px;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 3px;
}

@media screen and (min-width: 960px) {
  .vote-action .voted {
    font-size: 1.2em;
    border-radius: 0;
  }
}

.entry-share {
  position: relative;
}

.select-sns {
  position: absolute;
  bottom: 4px;
  width: 100%;
  list-style-type: none;
  z-index: 200;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.select-sns li {
  position: absolute;
  bottom: 35px;
  display: block;
  width: 100%;
  opacity: 0;
}

.select-sns li a {
  background: #000;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  margin: auto;
  display: block;
  cursor: pointer;
}

.select-sns li a img {
  width: 100%;
}

.selecting + .select-sns {
  pointer-events: all;
}

.voted-share {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

.voted-share dt {
  font-size: 14px;
}

.voted-share .select-sns {
  position: static;
  list-style-type: none;
  pointer-events: all;
}

.voted-share .select-sns li {
  position: static;
  display: inline-block;
  width: 45px;
  opacity: 1;
}

.voted-share .select-sns li img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .voted-share dt {
    font-size: 25px;
  }
  .voted-share li.line {
    display: none;
  }
}

.sp {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background: #000;
  z-index: 100;
}

.sp header {
  color: #fff;
  font-size: 13px;
  height: 57px;
  padding: 8px 16px 8px 8px;
}

.sp header h1 {
  height: 46px;
  padding: 8px 0 8px 4px;
  box-sizing: border-box;
}

.sp header h1 img {
  height: 100%;
}

.sp header p {
  margin: 0 0 0 16px;
}

.pc {
  display: none;
}

.pc header {
  padding: 14px;
}

.pc header h1 {
  width: 142px;
}

.pc header h1 img {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    height: 100%;
    width: calc(100% - 489px);
  }
  .container {
    width: 100%;
    max-width: 514px;
    margin: auto;
  }
  .content {
    padding-top: 0;
    padding-left: calc(100% - 489px);
  }
  .content-vote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .content-vote .vote-image img {
    cursor: pointer;
  }
}

@media screen and (min-width: 1164px) {
  .pc {
    width: calc(100% - 652px);
  }
  .content {
    padding-left: calc(100% - 652px);
  }
}

@media screen and (min-width: 1327px) {
  .pc {
    width: calc(100% - 815px);
  }
  .content {
    padding-left: calc(100% - 815px);
  }
}

@media screen and (min-width: 1490px) {
  .pc {
    width: calc(100% - 978px);
  }
  .content {
    padding-left: calc(100% - 978px);
  }
}

@media screen and (min-width: 1653px) {
  .pc {
    width: calc(100% - 1141px);
  }
  .content {
    padding-left: calc(100% - 1141px);
  }
}

@media screen and (min-width: 1816px) {
  .pc {
    width: calc(100% - 1304px);
  }
  .content {
    padding-left: calc(100% - 1304px);
  }
}

@media screen and (min-width: 1979px) {
  .pc {
    width: calc(100% - 1467px);
  }
  .content {
    padding-left: calc(100% - 1467px);
  }
}

@media screen and (min-width: 2142px) {
  .pc {
    width: calc(100% - 1630px);
  }
  .content {
    padding-left: calc(100% - 1630px);
  }
}

@media screen and (min-width: 2305px) {
  .pc {
    width: calc(100% - 1793px);
  }
  .content {
    padding-left: calc(100% - 1793px);
  }
}

@media screen and (min-width: 2468px) {
  .pc {
    width: calc(100% - 1956px);
  }
  .content {
    padding-left: calc(100% - 1956px);
  }
}

.grid__col {
  width: 25%;
  margin-bottom: 0px;
  float: left;
  display: none;
}

.grid__col:first-child, .grid__col:nth-child(2), .grid__col:nth-child(3), .grid__col:nth-child(4) {
  display: block;
}

.grid__item {
  cursor: pointer;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.grid__item.selected {
  background: #000;
}

.grid__item.selected img {
  opacity: 0.37 !important;
}

.grid__item.voted {
  background: #000;
  font-size: 14px;
}

.grid__item.voted:before {
  content: "\6295\7968\6E08\307F";
  display: block;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 100;
}

.grid__item.voted img {
  opacity: 0.5;
}

.grid__item img {
  display: block;
  max-width: 100%;
  transition-duration: 0.6s;
  /*変化に掛かる時間*/
}

.grid__item img:hover {
  transform: scale(1.2);
  /*画像の拡大率*/
  transition-duration: 0.6s;
  /*変化に掛かる時間*/
}

@media all and (-ms-high-contrast: none) {
  .grid__item img {
    height: 200px;
  }
}

.thumbs-grid {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 50px;
  box-sizing: border-box;
  width: calc(100% + 50px);
  z-index: 1;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .grid__col {
    width: 20%;
    display: none;
  }
  .grid__col:first-child, .grid__col:nth-child(2), .grid__col:nth-child(3), .grid__col:nth-child(4), .grid__col:nth-child(5) {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .thumbs-grid {
    padding-right: 0;
  }
  .grid__item {
    height: 200px;
  }
  .grid__item.voted {
    font-size: 20px;
  }
  .grid__col {
    width: 163px;
    display: none;
  }
  .grid__col:first-child, .grid__col:nth-child(2), .grid__col:nth-child(3) {
    display: block;
  }
  .grid__col:nth-child(2n) .grid__item {
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1164px) {
  .thumbs-grid {
    flex: 0 0 652px;
    max-width: 652px;
  }
  .grid__col:nth-child(4) {
    display: block;
  }
}

@media screen and (min-width: 1327px) {
  .thumbs-grid {
    flex: 0 0 815px;
    max-width: 815px;
  }
  .grid__col:nth-child(5) {
    display: block;
  }
}

@media screen and (min-width: 1490px) {
  .thumbs-grid {
    flex: 0 0 978px;
    max-width: 978px;
  }
  .grid__col:nth-child(6) {
    display: block;
  }
}

@media screen and (min-width: 1653px) {
  .thumbs-grid {
    flex: 0 0 1141px;
    max-width: 1141px;
  }
  .grid__col:nth-child(7) {
    display: block;
  }
}

@media screen and (min-width: 1816px) {
  .thumbs-grid {
    flex: 0 0 1304px;
    max-width: 1304px;
  }
  .grid__col:nth-child(8) {
    display: block;
  }
}

@media screen and (min-width: 1979px) {
  .thumbs-grid {
    flex: 0 0 1467px;
    max-width: 1467px;
  }
  .grid__col:nth-child(9) {
    display: block;
  }
}

@media screen and (min-width: 2142px) {
  .thumbs-grid {
    flex: 0 0 1630px;
    max-width: 1630px;
  }
  .grid__col:nth-child(10) {
    display: block;
  }
}

@media screen and (min-width: 2305px) {
  .thumbs-grid {
    flex: 0 0 1793px;
    max-width: 1793px;
  }
  .grid__col:nth-child(11) {
    display: block;
  }
}

@media screen and (min-width: 2468px) {
  .thumbs-grid {
    flex: 0 0 1956px;
    max-width: 1956px;
  }
  .grid__col:nth-child(12) {
    display: block;
  }
}

.box-wrapper-btn {
  text-align: center;
  width: 100%;
}

.button-link-vote {
  height: 35px;
  line-height: 35px;
  border: 1px solid #FAD876;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  border-radius: 3px;
}

@media screen and (min-width: 960px) {
  .button-link-vote {
    font-size: 18px;
    border-radius: 0;
  }
}

.button-link-subscription {
  height: 35px;
  line-height: 35px;
  border: 1px solid #FAD876;
  color: #FAD876;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  border-radius: 3px;
}

@media screen and (min-width: 960px) {
  .button-link-subscription {
    font-size: 18px;
    border-radius: 0;
  }
}

.modal-open .content {
  pointer-events: none;
  height: 100vh;
  overflow: hidden;
}

.modal-open:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}

@media screen and (min-width: 960px) {
  .modal-open:before {
    display: none;
  }
}

.modal {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}

.modal-open .modal {
  display: block;
}

.modal-body {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .modal-body {
    margin: auto;
    position: absolute;
    z-index: 1;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
  }
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 88px;
  z-index: 600;
}

.modal-close .icon-close {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 0;
  position: absolute;
  right: 40px;
  top: 40px;
}

.modal-close .icon-close:before, .modal-close .icon-close:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 1px;
  border-bottom: 1px solid #000;
}

.modal-close .icon-close:before {
  transform: rotate(45deg) translate(8px, 8px);
}

.modal-close .icon-close:after {
  transform: rotate(-45deg) translate(-7px, 7px);
}

.modal-box-common, .modal-box-info {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
}

.modal-box-common:before, .modal-box-info:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  box-sizing: border-box;
  border: 2px solid #FAD876;
  pointer-events: none;
}

.modal-box-common header, .modal-box-info header {
  text-align: center;
  width: 100%;
  margin: 5px 0 10px;
}

.modal-box-common header h1, .modal-box-info header h1 {
  height: 72px;
}

.modal-box-common header h1 img, .modal-box-info header h1 img {
  height: 100%;
}

.modal-box-common .modal-content, .modal-box-info .modal-content {
  padding: 50px 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-box-common .modal-close .icon-close:before, .modal-box-common .modal-close .icon-close:after, .modal-box-info .modal-close .icon-close:before, .modal-box-info .modal-close .icon-close:after {
  border-bottom: 1px solid #FAD876;
}

.modal-box-common .vote-image, .modal-box-info .vote-image {
  height: 226px;
  position: relative;
}

.modal-box-common .vote-confirm, .modal-box-info .vote-confirm {
  text-align: center;
}

.modal-box-common .vote-confirm p, .modal-box-info .vote-confirm p {
  margin: 0 0 20px;
  font-size: 18px;
}

.modal-box-common .vote-confirm p span, .modal-box-info .vote-confirm p span {
  display: block;
  font-size: 12px;
}

.modal-box-common .vote-action, .modal-box-info .vote-action {
  display: block;
  text-align: center;
}

.modal-box-common .vote-action button, .modal-box-info .vote-action button {
  border-color: #FAD876;
  color: #fff;
  height: 35px;
  line-height: 32px;
  width: 174px;
}

.modal-box-common .vote-action button + button, .modal-box-info .vote-action button + button {
  margin-top: 20px;
}

.modal-box-common h2, .modal-box-info h2 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  width: 100%;
}

.modal-box-common {
  height: 100%;
}

.modal-box-common .complete {
  padding-top: 150px;
  padding-bottom: 150px;
}

.modal-box-info {
  width: auto;
  height: auto;
}

.modal-box-info .modal-content {
  position: static;
  width: auto;
  height: auto;
  padding: 30px 20px;
}

.modal-box-info .modal-content p {
  font-size: 12px;
  font-family: "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "HiraMinProN-W3", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
  margin: 20px 0;
}

@media screen and (min-width: 960px) {
  .modal-box-common, .modal-box-info {
    width: 838px;
    height: 440px;
    font-size: 15px;
    padding: 30px;
  }
  .modal-box-common:before, .modal-box-info:before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .modal-box-common .modal-content, .modal-box-info .modal-content {
    padding: 57px 59px;
  }
  .modal-box-common header, .modal-box-info header {
    margin-bottom: 10px;
  }
  .modal-box-common .modal-close, .modal-box-info .modal-close {
    width: 120px;
    height: 120px;
  }
  .modal-box-common .modal-close .icon-close, .modal-box-info .modal-close .icon-close {
    width: 37px;
    height: 37px;
    top: 59px;
    right: 59px;
  }
  .modal-box-common .box-wrapper-btn, .modal-box-info .box-wrapper-btn {
    margin-top: 0;
  }
  .modal-box-common .vote-action, .modal-box-info .vote-action {
    display: flex;
  }
  .modal-box-common .vote-action button + button, .modal-box-info .vote-action button + button {
    margin-top: 0;
    margin-left: 35px;
  }
  .modal-box-common h2, .modal-box-info h2 {
    font-size: 30px;
  }
  .modal-box-info {
    width: 944px;
    bottom: 103px;
  }
  .modal-box-info .modal-content {
    padding: 27px 29px;
  }
  .modal-box-info .modal-content p {
    font-size: 0.875rem;
  }
}

.modal-box-detail {
  background: rgba(255, 255, 255, 0.9);
}

.modal-box-detail .vote-image {
  height: 397px;
}

.modal-box-detail .modal-close .icon-close {
  right: 23px;
  top: 25px;
}

.contest-info {
  text-align: center;
  width: 100%;
}

.contest-info .theme dt {
  color: #FAD876;
  font-size: 12px;
}

.contest-info .theme dd {
  font-size: 12px;
}

.contest-info .theme dd .theme_sp {
  display: inline;
}

.contest-info .theme dd .theme_pc {
  display: none;
}

.contest-info .schedule {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  font-size: 12px;
}

.contest-info .schedule dl {
  padding: 0 10px;
}

.contest-info .schedule dt, .contest-info .schedule dd {
  display: block;
}

.contest-info .schedule dt {
  padding: 0 10px;
  font-family: "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "HiraMinProN-W3", "HG\660E\671D  E", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "MS \660E\671D", serif;
}

@media screen and (min-width: 960px) {
  .contest-info .theme dt {
    font-size: 18px;
  }
  .contest-info .theme dd {
    font-size: 20px;
  }
  .contest-info .theme dd .theme_sp {
    display: none;
  }
  .contest-info .theme dd .theme_pc {
    display: inline;
  }
  .contest-info .schedule {
    margin: 15px 0 25px;
    font-size: 0.875rem;
  }
  .contest-info .schedule dl {
    display: flex;
    padding: 0;
  }
}

.sponsors-logos-box {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 30px -15px;
}

.sponsors-logos-box .sponsors-logos-image-sp {
  display: block;
  margin: 0 auto;
  width: 281px;
  height: auto;
}

.sponsors-logos-box .sponsors-logos-image-pc {
  display: none;
  margin: 0 auto;
  height: 103px;
}

@media screen and (min-width: 960px) {
  .sponsors-logos-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0 0;
    text-align: center;
  }
  .sponsors-logos-box .sponsors-logos-image-sp {
    display: none;
  }
  .sponsors-logos-box .sponsors-logos-image-pc {
    display: block;
  }
}

.modal-box-info {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {
  .modal-box-info {
    margin-top: auto;
  }
}

.subscription_banner {
  display: none;
}

.subscription_banner .subscription_banner_inner {
  display: inline-block;
}

.subscription_banner_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-color: #000000;
  text-align: center;
  height: 68px;
}

.subscription_banner_sp a {
  display: block;
  width: 355px;
  cursor: pointer;
}

.subscription_banner_sp img {
  display: block;
  width: 355px;
}

.subscription_banner_pc {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 2;
  text-align: right;
}

.subscription_banner_pc a {
  display: block;
  width: 197px;
  cursor: pointer;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.subscription_banner_pc a:hover {
  transform: scale(1.05);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.subscription_banner_pc img {
  width: 197px;
}
