@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*メディアクエリー
---------------------------------------------*/
/*color
---------------------------------------------*/
/* margin
---------------------------------------------*/
/* width
---------------------------------------------*/
/* border-radius
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background-color: #ebe7e1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

.wrapper {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

dt {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.btn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 110px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  width: 300px;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 100%;
  }
}
.btn i {
  margin-left: 3px;
}
.btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    opacity: 0.7;
  }
}

/* animation
---------------------------------------------*/
@keyframes slide1-x {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2-x {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide1-y {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide2-y {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
/* .top
---------------------------------------------*/
.top {
  background-color: #ebe7e1;
  width: 100%;
  overflow: hidden;
}
.top .top-inner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top .top-inner {
    min-height: 800px;
    height: 100vh;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-inner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.top .pc_slide {
  width: 60%;
  margin-left: auto;
}
.top .top-title {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top .top-title {
    width: 31.6666666667%;
    top: 50%;
    left: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-title {
    width: 73%;
    left: 3.4%;
    top: 62.9%;
  }
}
.top .top-title .top-title__main {
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.6s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .top .top-title .top-title__main {
    height: auto;
    width: 100%;
  }
}
.top .top-title .top-title__main.on {
  transform: scale(1);
  opacity: 1;
}
.top .top-title .top-title__sub {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .top .top-title .top-title__sub {
    width: 24%;
    min-width: 280px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .top-title .top-title__sub {
    height: 7%;
    margin-top: 13%;
    width: auto;
  }
}
.top .top-title .top-title__sub.on {
  opacity: 1;
  transform: translateY(0px);
}
.top .top-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  display: flex;
}
@media screen and (min-width: 769px) {
  .top .top-slide {
    right: 0;
    width: 60%;
    height: 50%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide {
    left: 0;
    width: auto;
    height: 26%;
  }
}
.top .top-slide.on {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left {
    top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left {
    top: 1.7%;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left .top-slide__block:first-child {
    animation: slide1-x 80s -40s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left .top-slide__block:first-child {
    animation: slide1-x 80s -40s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left .top-slide__block:last-child {
    animation: slide2-x 80s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left .top-slide__block:last-child {
    animation: slide2-x 80s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right {
    top: 29%;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right .top-slide__block:first-child {
    animation: slide1-x 80s -40s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right .top-slide__block:first-child {
    animation: slide1-x 80s -40s linear infinite reverse;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right .top-slide__block:last-child {
    animation: slide2-x 80s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right .top-slide__block:last-child {
    animation: slide2-x 80s linear infinite reverse;
  }
}
.top .top-slide .top-slide__block {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block {
    display: flex;
    height: 100%;
    width: auto;
  }
}
.top .top-slide .top-slide__block .top-slide__item {
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top .top-slide .top-slide__block .top-slide__item {
    margin: 0 5px;
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block .top-slide__item {
    height: 100%;
    width: auto;
    margin-right: 10px;
  }
}
.top .top-slide .top-slide__block .top-slide__item img {
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  .top .top-slide .top-slide__block .top-slide__item img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block .top-slide__item img {
    height: 100%;
    width: auto;
  }
}

/* .lead
---------------------------------------------*/
.lead {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 60px;
  background-color: #FCFBF9;
}
@media screen and (min-width: 769px) {
  .lead {
    max-width: 700px;
    width: 100%;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    width: 94%;
    padding: 60px 6%;
  }
}

.lead-title {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .lead-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lead-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.lead-title .marker {
  background: linear-gradient(transparent 70%, rgba(201, 174, 92, 0.5) 70%);
}

.lead-text {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .lead-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lead-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.lead-text_attn {
  color: #707070;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead-text_attn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lead-text_attn {
    font-size: 13px;
  }
}

.lead-date {
  text-align: center;
}
.lead-date .lead-date__item:first-child {
  margin-bottom: 35px;
}
.lead-date .lead-date__item dt {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 10px;
  display: inline;
  border-bottom: solid 1px;
}
.lead-date .lead-date__item dd {
  border-radius: 200px;
  letter-spacing: 0.08em;
  font-size: 22px;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .lead-date .lead-date__item dd {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .lead-date .lead-date__item dd {
    width: 100%;
  }
}
.lead-date .lead-date__item dd span {
  font-size: 22px;
}

/* .campaign
---------------------------------------------*/
.cam {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .cam {
    max-width: 700px;
    padding: 45px 40px;
  }
}
@media screen and (max-width: 768px) {
  .cam {
    width: 90%;
    padding: 40px 7.5%;
  }
}

.cam-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .cam-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cam-title {
    margin-bottom: 25px;
  }
}
.cam-title .cam-title__sub {
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .cam-title .cam-title__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cam-title .cam-title__sub {
    font-size: 13px;
  }
}
.cam-title .cam-title__sub::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 3px;
  background-color: #313131;
}
.cam-title .cam-title__big {
  letter-spacing: 0.03em;
  font-size: 30px;
  color: #C9AE5C;
  margin: 0 3px;
}

.cam-btn {
  background-color: #C9AE5C;
  color: #fff;
}

/* .vote
---------------------------------------------*/
.vote {
  margin-top: 120px;
  margin-bottom: 80px;
}

.loop-title-area {
  position: relative;
  margin-bottom: 80px;
}
.loop-title-area .title {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .loop-title-area .title span {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .loop-title-area .title span {
    margin-right: 15px;
  }
}

.loop-title {
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.loop-title .loopslide {
  display: flex;
}

.loop-title-area {
  line-height: 1;
}
.loop-title-area .title {
  color: #313131;
}
.loop-title-area .loopslide {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .loop-title-area .loopslide li {
    margin-right: 50px;
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .loop-title-area .loopslide li {
    margin-right: 40px;
    font-size: 60px;
  }
}
.loop-title-area .loopslide:first-child {
  animation: slide1-x 160s -80s linear infinite;
}
.loop-title-area .loopslide:last-child {
  animation: slide2-x 160s linear infinite;
}

.vote-entry {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .vote-entry {
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
  }
}
@media screen and (min-width: 1150px) {
  .vote-entry {
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.vote-block {
  background-color: #FCFBF9;
  border-radius: 20px;
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .vote-block {
    width: calc((100% - 25px) / 2);
    padding: 40px 16px;
  }
}
@media screen and (min-width: 1150px) {
  .vote-block {
    width: calc((100% - 50px) / 3);
    padding: 40px 16px;
  }
}
@media screen and (max-width: 768px) {
  .vote-block {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 4%;
  }
}
@media screen and (max-width: 768px) {
  .vote-block:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .vote-block:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1150px) {
  .vote-block:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}

.vote-num {
  border-radius: 50%;
  background-color: #FCFBF9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  color: #C9AE5C;
}
.vote-num span {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
}

.vote-img {
  margin-bottom: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .vote-img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .vote-img {
    width: 300px;
  }
}
.vote-img img {
  border-radius: 300px 300px 10px 10px;
}
.vote-img.on::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 300px 300px 10px 10px;
}
.vote-img.on::after {
  content: "投票済み";
  display: block;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 0.18em;
  font-size: 20px;
}

.vote-name {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  border-bottom: #000 solid 1px;
  padding-bottom: 10px;
}

.vote-text {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 50px;
}

.vote-btn-area .btn:not(:last-of-type) {
  margin-bottom: 14px;
}
.vote-btn-area .vote-btn_on,
.vote-btn-area .vote-btn_naiyo {
  color: #fff;
  background-color: #C9AE5C;
}
.vote-btn-area .vote-btn_naiyo {
  display: none;
}
.vote-btn-area .vote-btn_itempage {
  background-color: #fff;
  color: #C9AE5C;
  border: 1px solid #C9AE5C;
}
.vote-btn-area .vote-btn_itempage a {
  display: block;
}
.vote-btn-area .vote-fukidashi {
  width: 220px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.vote-btn-area .vote-fukidashi span {
  color: #C9AE5C;
  font-size: 16px;
  margin: 0 1px;
}
.vote-btn-area .vote-fukidashi::before, .vote-btn-area .vote-fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
  border-top: 1.5em solid #707070;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.vote-btn-area .vote-fukidashi::after {
  bottom: calc(2px - 1.5em);
  border-top: solid 1.5em #fff;
}

/* .voteの配色
---------------------------------------------*/
/* .modal
---------------------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 300;
  width: 100%;
  height: 100vh;
}

.modal-batsu {
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal-batsu {
    right: 30px;
    top: 30px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-batsu {
    right: 5%;
    top: 20px;
    width: 22px;
  }
}
@media screen and (min-width: 769px) {
  .modal-batsu:hover {
    opacity: 0.7;
  }
}

.modal-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 3vw;
}
@media screen and (min-width: 769px) {
  .modal-inner {
    max-width: 1000px;
    padding: 60px 20px 60px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-inner {
    width: 94%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.modal-area {
  background-color: #fff;
  overflow: scroll;
  padding: 60px 0;
  width: 100%;
}

.modal-area__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .modal-area__inner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .modal-area__inner {
    width: 85%;
  }
}

.modal-title {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .modal-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-title .modal-title__sub {
  display: block;
  padding: 4px 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #C9AE5C;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .modal-title .modal-title__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal-title .modal-title__sub {
    font-size: 12px;
  }
}
.modal-title .modal-title__big {
  letter-spacing: 0.03em;
  color: #C9AE5C;
  margin: 0 3px;
}
@media screen and (min-width: 769px) {
  .modal-title .modal-title__big {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .modal-title .modal-title__big {
    font-size: 30px;
  }
}

.modal-sec {
  margin-bottom: 60px;
}

.modal-sectitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .modal-sectitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .modal-sectitle {
    font-size: 14px;
  }
}
.modal-sectitle span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  white-space: nowrap;
}
.modal-sectitle::before, .modal-sectitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #969696;
}

.modal-sectitle_step {
  margin-bottom: 50px;
}

.modal-text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .modal-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal-text {
    font-size: 12px;
  }
}
.modal-text:not(:last-of-type) {
  margin-bottom: 10px;
}

.modal-text__min {
  color: #969696;
}
@media screen and (min-width: 769px) {
  .modal-text__min {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .modal-text__min {
    font-size: 11px;
  }
}

.modal-step {
  background-color: #ebe7e1;
  border-radius: 10px;
  position: relative;
  padding: 40px 15px;
}
@media screen and (min-width: 769px) {
  .modal-step {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-step {
    width: 100%;
  }
}
.modal-step .modal-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ebe7e1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.modal-step .modal-step-num p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-step .modal-step-num p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.modal-step .modal-step-num p span.step {
  font-size: 12px;
  margin-bottom: 2px;
}
.modal-step .modal-step-num p span.num {
  font-size: 20px;
}
.modal-step .modal-step_text {
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal-step .modal-step_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .modal-step .modal-step_text {
    font-size: 15px;
  }
}
.modal-step .modal-step_text_min {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .modal-step .modal-step_text_min {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .modal-step .modal-step_text_min {
    font-size: 11px;
  }
}
.modal-step .modal-step_text_gray {
  color: #969696;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .modal-step .modal-step_text_gray {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modal-step .modal-step_text_gray {
    text-align: left;
  }
}

.modal-btn {
  margin-top: 20px;
  background-color: #C9AE5C;
  color: #fff;
}

.modal-form {
  display: none;
}

.modal-down {
  width: 0;
  height: 0;
  border-top: 12px solid #ebe7e1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 20px auto 50px;
}

.modal-toziru {
  background-color: #fff;
  border: 1px solid #313131;
  color: #313131;
}

/* .vote-modal
---------------------------------------------*/
.vote-modal-title {
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .vote-modal-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .vote-modal-title {
    font-size: 20px;
  }
}

.vote-modal-title__min {
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote-modal-title__min {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .vote-modal-title__min {
    font-size: 12px;
  }
}

.vote-modal-dots {
  height: 50px;
  width: 1px;
  margin: 30px auto;
}

.fav-area {
  margin-top: 25px;
}
.fav-area dl {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .fav-area dl {
    width: 87.3015873016%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl {
    width: 500px;
    margin: 0 auto;
  }
}
.fav-area dl:last-of-type {
  border-bottom: 1px solid #707070;
}
.fav-area dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fav-area dl dt {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl dt {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .fav-area dl dt div.img {
    width: 35.8139534884%;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl dt div.img {
    width: 77px;
  }
}
.fav-area dl dt ul {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fav-area dl dt ul {
    width: 64.1860465116%;
    font-size: 12px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl dt ul {
    font-size: 12px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fav-area dl dt ul li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl dt ul li {
    margin-bottom: 10px;
  }
}
.fav-area dl dt ul li:last-child {
  margin-bottom: 0;
}
.fav-area dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .fav-area dl dd {
    height: 52px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .fav-area dl dd {
    height: 52px;
    font-size: 12px;
  }
}
.fav-area dl dd div.favorite_Push {
  width: 30px;
}

/* .thank
---------------------------------------------*/
.thank {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(112, 112, 112, 0.9);
  display: none;
  z-index: 200;
}

.thank-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-text {
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 11px;
}
.thank-text span {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

/* .fav
---------------------------------------------*/
.fav {
  display: none;
}

/* .load
---------------------------------------------*/
.load {
  position: fixed;
  z-index: 999999999;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ebe7e1;
}
.load__text {
  display: inline-block;
  font-family: Helvetica, Arial, "sans-serif";
  animation: loadingfade 1s ease-in-out infinite none alternate;
  letter-spacing: 0.08em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .load__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .load__text {
    font-size: 18px;
  }
}/*# sourceMappingURL=vote.css.map */