@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] {
  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 */
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #234090;
}
@media screen and (min-width: 851px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  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: 851px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .pcNone {
    display: block;
  }
}

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

.btn {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  text-align: center;
  padding: 1vw 0;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 1px solid #234090;
  border-radius: 14px;
  box-shadow: 4px 5px 10px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 851px) {
  .btn {
    width: 100%;
    max-width: none;
    font-size: 1.1805555556vw;
  }
}
@media screen and (max-width: 850px) {
  .btn {
    width: 100%;
    padding: 3vw 0 3.5vw;
  }
}
.btn i {
  margin-left: 3px;
}
.btn a {
  display: block;
}

/* .top
---------------------------------------------*/
.top {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.top-title {
  position: absolute;
}
@media screen and (min-width: 851px) {
  .top-title {
    width: 32%;
    top: 50%;
    left: 8%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 850px) {
  .top-title {
    width: 58%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 851px) {
  .top-subtitle {
    position: absolute;
    bottom: 5.5%;
    right: 4.7%;
    width: 7.5%;
  }
}

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

.cam-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 25px;
}
.cam-title .cam-title__sub {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.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: #e5aea4;
  margin: 0 3px;
}

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

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

.loop-title-area {
  position: relative;
  margin-bottom: 70px;
}
.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: 851px) {
  .loop-title-area .title span {
    margin-right: 25px;
  }
}
@media screen and (max-width: 850px) {
  .loop-title-area .title span {
    margin-right: 15px;
  }
}

.loop-title {
  display: flex;
}
.loop-title .loopslide {
  display: flex;
}

.loop-title-area .title {
  color: #313131;
}
@media screen and (min-width: 851px) {
  .loop-title-area .loopslide li {
    width: 700px;
    margin-right: 55px;
  }
}
@media screen and (max-width: 850px) {
  .loop-title-area .loopslide li {
    width: 530px;
    margin-right: 40px;
  }
}
.loop-title-area .loopslide:first-child {
  animation: slide1 130s -65s linear infinite;
}
.loop-title-area .loopslide:last-child {
  animation: slide2 130s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media screen and (min-width: 851px) {
  .vote-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.vote-entry h2 {
  font-family: "scotch-deck-compressed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 33px;
  margin: 80px auto;
  line-height: 0.9;
}
@media screen and (min-width: 851px) {
  .vote-entry h2 {
    margin: 80px auto -111px;
    font-size: 2.9166666667vw;
    width: 100%;
  }
}
.vote-entry h2 span {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.vote-entry .kakko {
  width: 85%;
  margin: -64px auto 70px;
  display: block;
}
@media screen and (min-width: 851px) {
  .vote-entry .kakko {
    width: 29vw;
    margin: -5.5vw auto 170px;
  }
}
.vote-entry .vote-num {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  font-size: 4vw;
}
@media screen and (min-width: 851px) {
  .vote-entry .vote-num {
    font-size: 0.9722222222vw;
  }
}

.vote-block {
  margin: 80px auto;
}
@media screen and (min-width: 851px) {
  .vote-block {
    width: 30%;
    margin: 40px auto;
    padding: 1.7361111111vw 0;
  }
}
.vote-block .vate-itemMain {
  border-radius: 20px;
  position: relative;
  margin-bottom: 9px;
  background-image: url(../images/item_back.png);
  background-size: cover;
  border: 1px solid #234090;
  box-shadow: 4px 5px 10px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 851px) {
  .vote-block .vate-itemMain {
    padding: 1.7361111111vw 1.7361111111vw;
    background-image: url(../images/item_back_pc.png);
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 850px) {
  .vote-block .vate-itemMain {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.5333333333vw;
  }
}
@media screen and (max-width: 850px) {
  .vote-block .vate-itemMain:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 851px) {
  .vote-block .vate-itemMain:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1150px) {
  .vote-block .vate-itemMain:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}

.vote-img {
  margin-bottom: 20px;
  position: relative;
}
.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: 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-text {
  font-size: 4vw;
  color: #fff;
  position: absolute;
  top: -27px;
  right: -2vw;
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  letter-spacing: normal; /* ← 安定させたいならリセット */
}
@media screen and (min-width: 851px) {
  .vote-text {
    font-size: 1.0416666667vw;
    right: 1vw;
  }
}

.v_t02 {
  right: 7vw;
  margin-top: 10vw;
}
@media screen and (min-width: 851px) {
  .v_t02 {
    right: 3.4vw;
    margin-top: 3vw;
  }
}

.mt_16 {
  margin-top: 16vw;
}
@media screen and (min-width: 851px) {
  .mt_16 {
    margin-top: 7vw;
  }
}

.mt_28 {
  margin-top: 28vw;
}
@media screen and (min-width: 851px) {
  .mt_28 {
    margin-top: 10vw;
  }
}

.mt_47 {
  margin-top: 47vw;
}
@media screen and (min-width: 851px) {
  .mt_47 {
    margin-top: 11vw;
  }
}

/* 初期状態：背景付きテキストを左外に */
.tate_span {
  background-color: #234090;
  padding: 5px 2px 8px 1px;
  display: inline-block;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em; /* ← 安定させたいならリセット */
  writing-mode: vertical-lr;
  text-orientation: upright;
  width: fit-content;
  line-height: 1.6em;
}
@media screen and (max-width: 850px) {
  .tate_span {
    width: 7vw;
  }
}

/* Chromeで詰まりすぎる場合にだけ調整 */
body.chrome .tate_span {
  letter-spacing: -0.2em; /* Safariよりやや広めに */
  line-height: 1.8em;
}

.rotate-safari {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
}

#vote_item04 .vote-text {
  overflow: hidden;
}
#vote_item04 .slide-left-inner {
  display: inline-block;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
#vote_item04 .slide-left.animate .slide-left-inner {
  transform: translateX(0);
  opacity: 1;
  width: 2.18vw;
}
@media screen and (max-width: 850px) {
  #vote_item04 .slide-left.animate .slide-left-inner {
    width: 8vw;
  }
}
#vote_item04 .v_t02 {
  right: 3.4vw;
}
@media screen and (max-width: 850px) {
  #vote_item04 .v_t02 {
    right: 7vw;
  }
}
#vote_item04 img {
  display: block;
}

.vote_item04_kekka .slide-left.animate .slide-left-inner {
  width: 2.7vw !important;
}
@media screen and (max-width: 850px) {
  .vote_item04_kekka .slide-left.animate .slide-left-inner {
    width: 8vw !important;
  }
}
.vote_item04_kekka .v_t02 {
  right: 3.9vw !important;
}
@media screen and (max-width: 850px) {
  .vote_item04_kekka .v_t02 {
    right: 7vw !important;
  }
}

/* アニメーション表示時 */
.slide-left.animate .slide-left-inner {
  transform: translateX(0);
  opacity: 1;
}

.vote-credit {
  display: flex;
  line-height: 1.4;
  justify-content: space-between;
  border-top: 1px solid;
  margin-left: -4.5333333333vw;
  margin-right: -4.5333333333vw;
  padding: 15px 0;
}
@media screen and (min-width: 851px) {
  .vote-credit {
    margin-left: -1.7361111111vw;
    margin-right: -1.7361111111vw;
  }
}
.vote-credit .vote-name {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
  margin-left: 6.4vw;
  letter-spacing: 0em;
  margin-right: 10px;
}
@media screen and (min-width: 851px) {
  .vote-credit .vote-name {
    font-size: 0.9722222222vw;
    margin-left: 1.7361111111vw;
  }
}
.vote-credit .vote-name span {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 851px) {
  .vote-credit .vote-name span {
    font-size: 0.9722222222vw;
  }
}
.vote-credit .col span {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 851px) {
  .vote-credit .col span {
    font-size: 0.9722222222vw;
  }
}
.vote-credit .col ul {
  display: flex;
  gap: 8px;
  margin-top: 10%;
  margin-right: 6.1333333333vw;
}
@media screen and (min-width: 851px) {
  .vote-credit .col ul {
    margin-right: 2.0833333333vw;
  }
}
.vote-credit .col ul li {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 851px) {
  .vote-credit .col ul li {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
.vote-credit .col .ivo {
  background-color: ivory;
}
.vote-credit .col .off {
  background-color: rgb(255, 253, 245);
}
.vote-credit .col .wht {
  background-color: #fff;
}
.vote-credit .col .gra {
  background-color: gray;
}
.vote-credit .col .nav {
  background-color: rgb(18, 18, 83);
}
.vote-credit .col .gren {
  background-color: rgb(110, 192, 151);
}
.vote-credit .col .pin {
  background-color: rgb(197, 120, 148);
}
.vote-credit .col .sax {
  background-color: rgb(187, 211, 219);
}
.vote-credit .col .yel {
  background-color: rgb(236, 226, 153);
}
.vote-credit .col .bla {
  background-color: black;
}
.vote-credit .col .blu {
  background-color: rgb(21, 102, 183);
}
.vote-credit .col .brwn {
  background-color: rgb(140, 82, 39);
}

.buyBtn {
  background-color: #234090;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  padding: 1px 16px;
  font-size: 3.4666666667vw;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px auto 0 6.1333333333vw;
}
@media screen and (min-width: 851px) {
  .buyBtn {
    font-size: 0.9027777778vw;
    margin: 10px auto 0 1.7361111111vw;
  }
}

.vote-btn-area {
  background-image: url(../images/item_back.png);
  background-size: cover;
  border-radius: 14px;
  width: 85%;
  margin: 0 auto;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 851px) {
  .vote-btn-area {
    background-image: url(../images/item_back_pc.png);
    width: 100%;
    margin-top: 1vw;
  }
}
.vote-btn-area .vote-btn_on {
  padding-left: 38%;
}
.vote-btn-area .vote-btn_on svg {
  width: 7vw;
  margin-left: 46%;
}
@media screen and (min-width: 851px) {
  .vote-btn-area .vote-btn_on svg {
    width: 1.9vw;
  }
}
.vote-btn-area .hidden {
  display: none !important;
}
.vote-btn-area .vote-btn_naiyo {
  display: none;
  padding: 3vw 0 3.5vw 29%;
}
@media screen and (min-width: 851px) {
  .vote-btn-area .vote-btn_naiyo {
    padding: 1vw 0 1vw 29%;
  }
}
.vote-btn-area .vote-btn_naiyo svg {
  width: 7vw;
  margin-left: 28%;
}
@media screen and (min-width: 851px) {
  .vote-btn-area .vote-btn_naiyo svg {
    width: 1.9vw;
  }
}
.vote-btn-area .vote-btn_itempage {
  background-color: #fff;
}
.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;
  border-top-style: dashed;
  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::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;
}

/* .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: 851px) {
  .modal-batsu {
    right: 60px;
    top: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 850px) {
  .modal-batsu {
    right: 5%;
    top: 20px;
    width: 22px;
  }
}
@media screen and (min-width: 851px) {
  .modal-batsu:hover {
    opacity: 0.7;
  }
}

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

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

.modal-area__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 851px) {
  .modal-area__inner {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .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: 851px) {
  .modal-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-title .modal-title__sub {
  display: block;
  padding: 4px 20px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #e5aea4;
  border-radius: 100px;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
@media screen and (min-width: 851px) {
  .modal-title .modal-title__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .modal-title .modal-title__sub {
    font-size: 12px;
  }
}
.modal-title .modal-title__big {
  letter-spacing: 0.03em;
  color: #e5aea4;
  margin: 0 3px;
}
@media screen and (min-width: 851px) {
  .modal-title .modal-title__big {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  .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: 851px) {
  .modal-sectitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .modal-sectitle {
    font-size: 14px;
  }
}
.modal-sectitle span {
  display: block;
  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: 851px) {
  .modal-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .modal-text {
    font-size: 12px;
  }
}
.modal-text:not(:last-of-type) {
  margin-bottom: 10px;
}

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

.modal-step {
  border-radius: 10px;
  position: relative;
  padding: 40px 15px;
  border: 1px solid;
  margin: 30px auto;
}
@media screen and (min-width: 851px) {
  .modal-step {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 850px) {
  .modal-step {
    width: 100%;
  }
}
.modal-step .modal-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7efea;
  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.37;
  text-align: center;
}
@media screen and (min-width: 851px) {
  .modal-step .modal-step_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 850px) {
  .modal-step .modal-step_text {
    font-size: 15px;
  }
}
.modal-step .modal-step_text_min {
  margin-top: 10px;
}
@media screen and (min-width: 851px) {
  .modal-step .modal-step_text_min {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  .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: 851px) {
  .modal-step .modal-step_text_gray {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .modal-step .modal-step_text_gray {
    text-align: left;
  }
}

.modal-step_text02 {
  font-size: 18px;
  text-align: center;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.modal-step_text03 {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}

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

.modal-form {
  display: none;
}

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

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

/* .vote-modal
---------------------------------------------*/
.vote-modal-title {
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 851px) {
  .vote-modal-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .vote-modal-title {
    font-size: 18px;
  }
}

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

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

.fav-area {
  margin-top: 25px;
}
.fav-area dl {
  border-top: 1px solid;
  border-top-style: dashed;
}
@media screen and (max-width: 850px) {
  .fav-area dl {
    width: 87.3015873016%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) {
  .fav-area dl {
    width: 500px;
    margin: 0 auto;
  }
}
.fav-area dl:last-of-type {
  border-bottom: 1px solid;
  border-bottom-style: dashed;
}
.fav-area dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .fav-area dl dt {
    padding: 20px 0;
  }
}
@media screen and (min-width: 851px) {
  .fav-area dl dt {
    padding: 10px 0;
  }
}
@media screen and (max-width: 850px) {
  .fav-area dl dt div.img {
    width: 35.8139534884%;
  }
}
@media screen and (min-width: 851px) {
  .fav-area dl dt div.img {
    width: 77px;
  }
}
.fav-area dl dt ul {
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .fav-area dl dt ul {
    width: 64.1860465116%;
    font-size: 12px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 851px) {
  .fav-area dl dt ul {
    font-size: 12px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 850px) {
  .fav-area dl dt ul li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 851px) {
  .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;
  border-top-style: dashed;
}
@media screen and (max-width: 850px) {
  .fav-area dl dd {
    height: 52px;
    font-size: 12px;
  }
}
@media screen and (min-width: 851px) {
  .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: #234090;
  display: none;
  z-index: 200;
}

.end {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #234090;
  z-index: 200;
}
.end .thank-text {
  font-size: 12px;
}
@media screen and (min-width: 851px) {
  .end .thank-text {
    font-size: 13px;
  }
}

.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;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.bg1 {
  /*背景画像の位置を固定する*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/back_sp.jpg");
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
.bg1.on {
  opacity: 1;
}
@media screen and (min-width: 851px) {
  .bg1 {
    background-image: url("../images/back_pc.jpg");
  }
}

.fv {
  position: relative;
  height: 100vh;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fv .obi {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.fv .obi.on {
  opacity: 1;
}
@media screen and (min-width: 851px) {
  .fv .obi {
    top: 4vw;
  }
}
.fv #main-visual {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  .fv #main-visual {
    height: 43vw;
  }
}
.fv .image {
  position: absolute;
  width: 40vw;
  height: 40vw;
  display: block;
  object-fit: contain;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform, opacity;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 851px) {
  .fv .image {
    width: 15.2777777778vw;
    height: 15.2777777778vw;
  }
}
.fv .title {
  width: 70vw;
  position: absolute;
  z-index: 5;
  left: 51%;
  transform: translate(-50%, 0);
  bottom: 17vw;
  opacity: 0;
  transition: opacity 0.5s;
}
.fv .title.on {
  opacity: 1;
}
@media screen and (min-width: 851px) {
  .fv .title {
    width: 31vw;
    top: 53vh;
  }
}
.fv .heart {
  position: absolute;
  width: 88vw;
  left: 52%;
  transform: translate(-50%, 0);
  bottom: -2vw;
  opacity: 0;
  transition: opacity 0.5s;
}
.fv .heart.on {
  opacity: 1;
}
@media screen and (min-width: 851px) {
  .fv .heart {
    width: 39vw;
    top: 43vh;
  }
}

.gradation {
  background: linear-gradient(to bottom, rgba(222, 234, 248, 0), rgb(222, 234, 248));
  height: 100px;
}

.lead {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #234090;
  font-size: 18px;
  text-align: center;
  background-image: url("../images/lead_back.jpg");
  background-size: cover; /* or repeat for tiling */
  background-repeat: repeat;
  padding-top: 50px;
}
@media screen and (min-width: 851px) {
  .lead {
    background-image: url("../images/lead_back_pc.jpg");
    font-size: 20px;
    line-height: 2;
    padding-top: 100px;
  }
}
.lead .r_1 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (min-width: 851px) {
  .lead .r_1 {
    font-size: 16px;
  }
}
.lead .r_2 {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.lead .r_3 {
  font-size: 13px;
  line-height: 1.8;
  display: inline-block;
}
@media screen and (min-width: 851px) {
  .lead .r_3 {
    font-size: 15px;
    margin-top: 23px;
  }
}
.lead .line {
  height: 30px;
  background-color: #234090;
  width: 1px;
  margin: 30px auto;
}
@media screen and (min-width: 851px) {
  .lead .flex {
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  .lead .flex div {
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1.5vw;
  }
}
.lead dl dt {
  background-color: #234090;
  color: #DDE9F7;
  font-size: 15px;
  letter-spacing: 4px;
  border-radius: 50px;
  width: 145px;
  margin: 30px auto 10px;
}
@media screen and (min-width: 851px) {
  .lead dl dt {
    font-size: 17px;
    width: 152px;
    padding: 3px;
  }
}
.lead dl dd {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 851px) {
  .lead dl dd {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 1vw;
  }
}
.lead .tyukan {
  color: #C92323;
}
.lead .tyukan .tyu_back {
  width: 200px;
  margin: 0px auto;
}
.lead .tyukan .text {
  margin-top: -79px;
}
.lead .tyukan a {
  display: flex;
  justify-content: center;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 40px;
}
.lead .tyukan a svg {
  width: 13px;
}
.lead .letter {
  margin: 40px auto -70px;
}
@media screen and (min-width: 851px) {
  .lead .letter {
    width: 50%;
    margin: 70px auto -70px;
  }
}
.lead .letter .hukidashi {
  width: 54.624vw;
  margin-left: 8vw;
}
@media screen and (min-width: 851px) {
  .lead .letter .hukidashi {
    width: 35%;
  }
}
.lead .letter #slideshow {
  width: 62.9333333333vw;
  margin: -10px auto;
  transform: rotate(15deg);
}
@media screen and (min-width: 851px) {
  .lead .letter #slideshow {
    width: 49%;
    margin: -26px auto;
  }
}
.lead .letter .circle {
  width: 22.4vw;
  margin: -20px 0 0 62vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 851px) {
  .lead .letter .circle {
    width: 15%;
    margin: -5% 26% 5% auto;
  }
}/*# sourceMappingURL=vote.css.map */