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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* 背景色 */
/* あしらい */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* .wrapper
===================================================== */
.wrapper {
  color: #fff;
}

/* .fv
===================================================== */
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 90px;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 60px;
    height: 100svh;
  }
}
.fv .pc_fv h1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv h1 {
    width: 117vh;
    top: 12.8571428571%;
    left: 25.9166666667%;
  }
}
.fv .pc_fv h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv h2 {
    top: 2.8571428571%;
    left: 3.5%;
  }
}
.fv .pc_fv h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .pc_fv h3 {
    top: 2.8571428571%;
    right: 3.5%;
  }
}

.pc_fv::before {
  display: block;
  content: "";
  background-image: url(../images/fv_pc.webp);
  padding-top: 100vh;
  background-size: cover;
  background-position: center;
}

.sp_fv h1 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sp_fv h1 {
    width: 93.3333333333%;
    height: 100%;
    top: 21.8890554723%;
    left: 3px;
  }
}
.sp_fv h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sp_fv h2 {
    top: 2.3988005997%;
    left: 3.4666666667%;
  }
}
.sp_fv h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sp_fv h3 {
    top: 2.3988005997%;
    right: 3.4666666667%;
  }
}

.sp_fv::before {
  display: block;
  content: "";
  background-image: url(../images/fv_sp.webp);
  padding-top: 100svh;
  background-size: cover;
  background-position: center;
}

/* .lead
===================================================== */
.lead {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .lead {
    text-align: center;
  }
}
.lead {
  color: #4F2D0C;
}
.lead .leadLast {
  background-color: #4F2D0C;
  letter-spacing: 0.5rem;
  color: #ffffff;
  padding: 5px 0px;
}
@media screen and (max-width: 768px) {
  .lead .leadLast {
    width: 100%;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .lead .leadLast {
    font-size: 18px;
    width: 600px;
    margin: 0 auto 90px;
  }
}
.lead .leadTitle {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.lead .leadTitle .leadTitle_item {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle .leadTitle_item {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle .leadTitle_item {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .lead .leadTitle .leadTitle_item {
    display: inline-block;
  }
}
.lead .leadTitle .leadTitle_item .leadTitle_text {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}
.lead .leadTitle .leadTitle_item .leadTitle_text span {
  position: absolute;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle .leadTitle_item .leadTitle_text span {
    font-size: 30px;
    margin: 0 5px;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle .leadTitle_item .leadTitle_text span {
    font-size: 30px;
    margin: 0 5px;
  }
}
.lead .leadText {
  line-height: 2.1538461538;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    font-size: 13px;
    text-align: center;
  }
}
.lead .leadText .border {
  border: 1px solid rgba(79, 46, 12, 0.7607843137);
  width: 60px;
  margin: 0 auto;
  display: block;
}
.lead .leadText .term {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .lead .leadText .term {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText .term {
    font-size: 3.7333333333vw;
  }
}
.lead .insta {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  white-space: nowrap;
  line-height: 2;
  border: 1px solid #4F2D0C;
}
@media screen and (min-width: 769px) {
  .lead .insta {
    width: 600px;
    padding: 60px 25px;
  }
}
@media screen and (max-width: 768px) {
  .lead .insta {
    width: 85%;
    margin: 80px auto;
    padding: 60px 25px;
  }
}
.lead .insta .instaTop {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 2;
  background-color: #B26E16;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .lead .insta .instaTop {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lead .insta .instaTop {
    padding: 10px 30px;
  }
}
.lead .insta .instaMid {
  font-size: 14px;
  margin-bottom: 3px;
  padding-bottom: 20px;
}
.lead .insta .instaMid .block {
  display: block;
}
.lead .insta .instaMid .date {
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lead .insta .instaMid .date {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .lead .insta .instaMid .date {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .lead .insta .instaMid .date span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lead .insta .instaMid .date span {
    font-size: 18px;
  }
}
.lead .insta .place {
  margin-bottom: 15px;
}
.lead .insta .instaBtn {
  width: 252px;
  line-height: 47px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  border: 1.5px solid #4F2D0C;
}
.lead .insta .instaBtn a {
  font-weight: 600;
}
.lead .insta .instaMid .date::before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #4F2D0C;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

/* .toPresent
===================================================== */
.toPresent {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .toPresent {
    margin-bottom: 110px;
    width: 435px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent {
    margin-bottom: 70px;
    width: 89.8666666667%;
    margin: 0 auto 71px;
  }
}
.toPresent a {
  display: block;
  background-color: #DDCCBC;
  justify-content: center;
  display: flex;
  box-shadow: 0px 10px 10px -6px rgba(160, 124, 90, 0.1803921569);
}
@media screen and (min-width: 769px) {
  .toPresent a {
    padding: 20px 47px 20px 58px;
    gap: 22px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .toPresent a {
    padding: 18px;
    gap: 17px;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentImg {
    width: 144px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentImg {
    width: 34.1246290801%;
  }
}
.toPresent .toPresent_right {
  position: relative;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresent_right {
    flex: 1;
    padding-top: 34px;
  }
}
.toPresent .toPresentFukidashi {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentFukidashi {
    width: 80px;
    top: 16px;
    left: 28%;
    transform: translate(-50%, -60%);
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentFukidashi {
    width: 78px;
    top: -29px;
    top: -7.7333333333vw;
    left: 1%;
  }
}
.toPresent .toPresentText {
  color: #4F2D0C;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentText {
    line-height: 2.2857142857;
    font-size: 14px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentText {
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.toPresent .toPresentBtn {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #4F2D0C;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentBtn {
    width: fit-content;
    padding: 3px 34px;
    line-height: 23px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentBtn {
    width: fit-content;
    padding: 6px 30px;
    font-size: 12px;
    margin-bottom: 16px;
  }
}

/* .vote
===================================================== */
@media screen and (min-width: 769px) {
  .vote {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .vote .inner_left {
    position: sticky;
    z-index: 1;
    left: auto;
    top: 35%;
    width: 50%;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .inner_left {
    margin-bottom: 50px;
  }
}
.vote .inner_left .link {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .vote .inner_left .link {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .inner_left .link {
    width: 90%;
    margin: 0 auto;
  }
}
.vote .inner_left .link .linkBrand {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #4F2D0C;
}
@media screen and (min-width: 769px) {
  .vote .inner_left .link .linkBrand {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .vote .inner_left .link .linkBrand {
    font-size: 5.8666666667vw;
    margin-bottom: 20px;
  }
}
.vote .inner_left .link .linkBtn {
  display: flex;
  gap: 7px;
  justify-content: center;
}
.vote .inner_left .link .linkBtn li {
  background-color: #4F2D0C;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .vote .inner_left .link .linkBtn li {
    min-width: 132px;
    width: 22%;
    height: 52px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(1) img {
    width: 98px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(2) img {
    width: 90px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(3) img {
    width: 58px;
  }
}
@media screen and (max-width: 768px) {
  .vote .inner_left .link .linkBtn li {
    width: 29.6vw;
    height: 44px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(1) img {
    width: 83px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(2) img {
    width: 76px;
  }
  .vote .inner_left .link .linkBtn li:nth-child(3) img {
    width: 49px;
  }
}
.vote .inner_right {
  position: relative;
}
.vote .inner_right::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 1.2s ease;
}
.vote .inner_right.bgOn::before {
  background-color: rgba(251, 242, 231, 0.5294117647);
}
@media screen and (min-width: 769px) {
  .vote .inner_right {
    margin-left: 0;
    width: 50%;
  }
}
.vote .voteTitle {
  color: #4F2D0C;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote .voteTitle {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteTitle {
    margin-bottom: 25px;
  }
}
.vote .voteTitle .voteTitle_en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .vote .voteTitle .voteTitle_en {
    font-size: 46px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteTitle .voteTitle_en {
    font-size: 46px;
  }
}
.vote .voteTitle .voteTitle_ja {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .vote .voteTitle .voteTitle_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteTitle .voteTitle_ja {
    font-size: 14px;
  }
}
.vote .voteMenu {
  background-color: #fff;
  width: 100%;
  overflow-x: auto;
  position: sticky;
  border-top: 1px solid #4F2D0C;
  border-bottom: 1px solid #4F2D0C;
  scrollbar-width: none;
  position: sticky;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu {
    top: 40px;
  }
}
.vote .voteMenu::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu {
    top: 40px;
  }
}
.vote .voteMenu .voteMenuList {
  display: flex;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu .voteMenuList {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu .voteMenuList {
    padding: 0 20px;
  }
}
.vote .voteMenu .voteMenuList .voteMenuList_item {
  white-space: nowrap;
  color: rgba(17, 17, 17, 0.3);
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu .voteMenuList .voteMenuList_item {
    font-size: 18px;
    padding: 25px 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu .voteMenuList .voteMenuList_item {
    font-size: 14px;
    padding: 13px 10px;
  }
}
.vote .voteMenu .voteMenuList .voteMenuList_item.active {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #111;
}
.vote .voteMenu .voteMenuList .voteMenuList_item.active::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #4F2D0C;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .vote .voteArea {
    padding-bottom: 105px;
  }
}
.vote .voteList {
  border-radius: 15px;
  background-color: #FAF4ED;
}
@media screen and (min-width: 769px) {
  .vote .voteList {
    width: 91.6666666667%;
    max-width: 550px;
    flex-wrap: wrap;
    gap: 70px 40px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.vote .voteList .brandName {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4F2D0C;
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName {
    padding: 58px 0px 91px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName {
    padding: 40px 0px 63px;
  }
}
.vote .voteList .brandName h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName h2 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName h2 span {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName h2 span {
    padding-bottom: 22px;
  }
}
.vote .voteList .brandName h2 span {
  display: block;
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName h2 svg {
    width: 348px;
    height: 49px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName h2 svg {
    width: 63.7333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName #dis svg {
    width: 348px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName #dis svg {
    width: 63.7333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName #enl svg {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName #enl svg {
    width: 32.2666666667vw;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .brandName #nok svg {
    width: 140px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .brandName #nok svg {
    width: 27.2vw;
    height: auto;
  }
}
.vote .voteList .voteList_item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_item {
    width: 395px;
    width: 451px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_item {
    margin-left: auto;
    margin-right: auto;
    width: 82.6666666667vw;
    max-width: 400px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .vote .voteList .voteList_item {
    max-width: 395px;
  }
  .vote .voteList .voteList_item:nth-of-type(odd) {
    margin-left: auto;
  }
  .vote .voteList .voteList_item:nth-of-type(even) {
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) and ( max-width: 869px) {
  .vote .voteList .voteList_item {
    margin-left: auto;
    margin-right: auto;
    width: calc((100% - 40px) / 2);
  }
}
.vote .voteList .voteList_item .num {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4F2D0C;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  align-items: flex-end;
}
.vote .voteList .voteList_item .num .italic {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_item .num {
    font-size: 23px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_item .num {
    font-size: 4.2666666667vw;
    padding: 0 6px;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_item .num span {
    font-size: 50px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_item .num span {
    font-size: 9.3333333333vw;
    padding-left: 5px;
  }
}
.vote .voteList .voteList_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main {
    margin-bottom: 25px;
    margin-top: 7px;
  }
}
.vote .voteList .voteList_main .voteListImg {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListImg {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListImg {
    padding-bottom: 5.3333333333vw;
  }
}
.vote .voteList .voteList_main .voteListImg a {
  display: block;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListImg img {
    border-radius: 14px;
  }
}
.vote .voteList .voteList_main .credit {
  color: #4F2D0C;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .credit {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .credit {
    font-size: 4.2666666667vw;
  }
}
.vote .voteList .voteList_main .credit .price_main {
  text-decoration: underline;
}
.vote .voteList .voteList_main .voteListLead {
  color: #4F2D0C;
  position: absolute;
  text-orientation: upright;
  display: flex;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListLead {
    top: -20px;
    right: -2px;
    gap: 5px;
    width: 451px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListLead {
    top: -20px;
    right: -10px;
    gap: 5px;
  }
}
.vote .voteList .voteList_main .voteListLead .voteListLead_item {
  display: block;
  height: fit-content;
  line-height: 1;
  white-space: nowrap;
  color: #4F2D0C;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListLead .voteListLead_item {
    padding: 11px 6px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListLead .voteListLead_item {
    padding: 13px 8px;
    font-size: 14px;
    letter-spacing: 0.35em;
  }
}
.vote .voteList .voteList_main .thisbuy {
  position: absolute;
  display: none;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .thisbuy {
    width: 109px;
    left: -25px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .thisbuy {
    width: 78px;
    left: -6px;
    bottom: -60px;
  }
}
.vote .voteList .voteListBtn {
  display: flex;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn {
    justify-content: center;
    gap: 15px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn {
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListBtn_inner {
    width: 100%;
  }
}
.vote .voteList .voteListBtn .voteListVote {
  background-color: #B26E16;
  border-radius: 999px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn .voteListVote {
    width: 442px;
    line-height: 75px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListVote {
    width: 100%;
    line-height: 55px;
    font-size: 16px;
  }
}
.vote .voteList .voteListBtn .voteListVote.voteListVote__end {
  pointer-events: none;
  background-color: #ab9f8f;
}
.vote .voteList .voteListBtn .voteListVote.voteListVote__off {
  background-color: #AB9F8F;
  display: none;
}
.vote .voteList .voteListBtn .voteListBuy {
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn .voteListBuy {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListBuy {
    width: 55px;
  }
}
.vote .voteList .voteListBtn .voteListBuy a {
  display: block;
}
.vote .voteList .staffCoorde {
  color: #4F2D0C;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde {
    font-size: 17px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde {
    font-size: 3.2vw;
  }
}
.vote .voteList .staffCoorde .coordeTtl {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde .coordeTtl {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde .coordeTtl {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde #styling01, .vote .voteList .staffCoorde #styling02, .vote .voteList .staffCoorde #styling03, .vote .voteList .staffCoorde #styling04, .vote .voteList .staffCoorde #styling05, .vote .voteList .staffCoorde #styling06, .vote .voteList .staffCoorde #styling07, .vote .voteList .staffCoorde #styling08, .vote .voteList .staffCoorde #styling09, .vote .voteList .staffCoorde #styling10, .vote .voteList .staffCoorde #styling11 {
    display: flex;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde #styling01, .vote .voteList .staffCoorde #styling02, .vote .voteList .staffCoorde #styling03, .vote .voteList .staffCoorde #styling04, .vote .voteList .staffCoorde #styling05, .vote .voteList .staffCoorde #styling06, .vote .voteList .staffCoorde #styling07, .vote .voteList .staffCoorde #styling08, .vote .voteList .staffCoorde #styling09, .vote .voteList .staffCoorde #styling10, .vote .voteList .staffCoorde #styling11 {
    display: flex;
    width: 100%;
    overflow-x: auto;
  }
}
.vote .voteList .staffCoorde .stafflistajax {
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde .stafflistajax {
    width: 180px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde .stafflistajax {
    width: 37.3333333333vw;
    flex-shrink: 0;
  }
}
.vote .voteList .staffCoorde .stafflistajax .stafflistajax_codeImg {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde .stafflistajax .stafflistajax_codeImg {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde .stafflistajax .stafflistajax_codeImg {
    height: 45.6vw;
  }
}
.vote .voteList .staffCoorde .stafflistajax .flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde .stafflistajax .flex {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde .stafflistajax .flex {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .staffCoorde .stafflistajax .stafflistajax_iconImg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .staffCoorde .stafflistajax .stafflistajax_iconImg {
    width: 9.0666666667vw;
    height: auto;
  }
}
.vote .voteList .staffCoorde .stafflistajax .stafflistajax_iconImg {
  border-radius: 50%;
}
.vote .voteList .staffCoorde .stafflistajax .staffInfo {
  margin-left: 7px;
}
.vote .voteList .stafflistajax__end {
  display: flex;
}
.vote .voteList .stafflistajax__end .flex {
  display: flex;
}
.vote .voteList .stafflistajax__end .flex .stafflistajax_codeUrl .stafflistajax_codeImg {
  width: 180px;
}
.vote .voteList .stafflistajax__end .flex .stafflistajax_profileUrl .stafflistajax_iconImg {
  border-radius: 50px;
}
.vote .voteList .coodeMore {
  text-decoration: underline;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .vote .voteList .coodeMore {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .coodeMore {
    font-size: 3.7333333333vw;
  }
}
.vote .voteList02 {
  margin-top: 90px;
}
.vote .voteList03 {
  margin-bottom: 90px;
  margin-top: 90px;
}

/* .present
===================================================== */
.present {
  color: #4F2D0C;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .present {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .present {
    padding-bottom: 82px;
  }
}
.present .presentBG {
  width: 90%;
  margin: 0 auto;
  background: #A27449;
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  .present .presentBG {
    width: 60%;
  }
}
.present .presentTitleArea {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.present .presentTitleArea .presentTitle {
  text-align: center;
  width: fit-content;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .present .presentTitleArea .presentTitle {
    font-size: 50px;
    margin-top: 33px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentTitleArea .presentTitle {
    font-size: 50px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.present .presentTitleArea .presentTitle span {
  font-weight: 300;
}
.present .present_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .present .present_inner {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .present .present_inner {
    width: 80vw;
  }
}
.present .presentLead {
  letter-spacing: 0em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .present .presentLead {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentLead {
    font-size: 14px;
    margin-bottom: 33px;
  }
}
.present .presentSecTitle {
  width: 100%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #fff;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .present .presentSecTitle {
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentSecTitle {
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentItem {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentItem .presentSecTitle {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .presentSecTitle {
    margin-bottom: 50px;
  }
}
.present .presentItem .prizesList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesList {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList {
    flex-direction: column;
  }
}
.present .presentItem .prizesList_item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesList_item {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item {
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(1) {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) {
    margin-right: 33px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) .prizesListCircle {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) .prizesListCircle {
    transform: translate(60%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) .prizesListText_name {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(3) {
    margin-left: 15px;
  }
}
.present .presentItem .prizesList_imgArea {
  position: relative;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesList_imgArea {
    width: 140px;
    flex-shrink: 0;
  }
}
.present .presentItem .prizesListCircle {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-30%, -50%);
  background-color: #4F2D0C;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListCircle {
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListCircle {
    width: 61px;
    height: 61px;
  }
}
.present .presentItem .prizesListCircle .prizesListCircle_num {
  display: inline-block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListCircle .prizesListCircle_num {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListCircle .prizesListCircle_num {
    font-size: 20px;
  }
}
.present .presentItem .prizesListCircle .prizesListCircle_text {
  display: inline-block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListCircle .prizesListCircle_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListCircle .prizesListCircle_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesList_img {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_img {
    width: 100px;
  }
}
.present .presentItem .prizesListText .prizesListText_brand {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListText .prizesListText_brand {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListText .prizesListText_brand {
    font-size: 14px;
  }
}
.present .presentItem .prizesListText .prizesListText_name {
  display: block;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListText .prizesListText_name {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListText .prizesListText_name {
    white-space: nowrap;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .present .present_secText {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .present_secText {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentSchedule {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentSchedule {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentResult {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentResult .present_secText {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .present_secText {
    margin-bottom: 70px;
  }
}
.present .presentResult .stepList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepList {
    gap: 45px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepList {
    gap: 45px;
  }
}
.present .presentResult .stepList_item {
  background-color: #fff;
  color: #4F2D0C;
  position: relative;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepList_item {
    padding: 65px 20px 45px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepList_item {
    padding: 65px 20px 25px;
  }
}
.present .presentResult .stepListCircle {
  color: #4F2D0C;
  background-color: #fff;
  border: 1px solid #A27449;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -38%);
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListCircle {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListCircle {
    width: 80px;
    height: 80px;
  }
}
.present .presentResult .stepListCircle > span {
  transform: translateY(4px);
}
.present .presentResult .stepListCircle .stepListCircle_en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListCircle .stepListCircle_en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListCircle .stepListCircle_en {
    font-size: 14px;
  }
}
.present .presentResult .stepListCircle .stepListCircle_num {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListCircle .stepListCircle_num {
    font-size: 32px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListCircle .stepListCircle_num {
    font-size: 32px;
    margin-top: 3px;
  }
}
.present .presentResult .stepListTitle {
  color: #4F2D0C;
  text-align: center;
  line-height: 1.5;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListTitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListTitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.present .presentResult .stepListText {
  display: block;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListText {
    margin-bottom: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListText {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListText.stepListText__big {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListText.stepListText__big {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListText.stepListText__min {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListText.stepListText__min {
    font-size: 10px;
  }
}
.present .presentResult .stepListBtn {
  background-color: #4F2D0C;
  color: #fff;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListBtn {
    width: 520px;
    line-height: 50px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListBtn {
    width: 235px;
    line-height: 50px;
    margin-top: 25px;
  }
}
.present .presentResult .stepListBtn a {
  display: block;
  position: relative;
}
.present .presentResult .stepListBtn span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListBtn span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListBtn span {
    font-size: 3.2vw;
  }
}
.present .presentResult .stepListBtn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListBtn svg {
    width: 18px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListBtn svg {
    width: 18px;
    right: 20px;
  }
}
.present .presentAttn .presentAttn_text {
  letter-spacing: 0.005em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .present .presentAttn .presentAttn_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentAttn .presentAttn_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentAttn .presentAttn_text.presentAttn_text__head {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentAttn .presentAttn_text.presentAttn_text__head {
    margin-bottom: 5px;
  }
}
/* YouTube
===================================================== */
.youtube {
  text-align: center;
  color: #4F2D0C;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .youtube {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .youtube .yt_ttl {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .youtube .yt_ttl {
    font-size: 30px;
  }
}
.youtube iframe {
  display: block;
  margin: 0 auto;
  aspect-ratio: 16/9;
  height: auto;
}
@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .youtube iframe {
    width: 30%;
  }
}

/* Insta 
===================================================== */
.insta {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4F2D0C;
}
@media screen and (max-width: 768px) {
  .insta {
    margin: 44px auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .insta {
    margin: 64px auto 40px;
  }
}
.insta a {
  justify-content: center;
  display: flex;
  gap: 3px;
  align-items: center;
}
.insta a .insta_ico {
  width: 12px;
}
@media screen and (max-width: 768px) {
  .insta a .insta_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .insta a .insta_text {
    font-size: 16px;
  }
}
.insta a .insta_text {
  border-bottom: solid 1px #4F2D0C;
}

/* brand top
===================================================== */
.brandTop {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4F2D0C;
  text-align: center;
  display: block;
  border: solid 1px #4f2d0c;
}
@media screen and (max-width: 768px) {
  .brandTop {
    margin: 0 auto 100px;
    width: 280px;
    padding: 15px 64px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .brandTop {
    margin: 0 auto 100px;
    width: 360px;
    padding: 15px 64px;
    font-size: 18px;
  }
}

/* .thank
===================================================== */
/* .report
===================================================== */
/* .modal
===================================================== */
.modal {
  background-color: rgba(40, 31, 23, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal .modal_center {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal .modal_center {
    height: 100vh;
    align-items: flex-start;
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_center {
    height: 100vh;
    height: 100svh;
    align-items: flex-start;
    margin-top: 90px;
  }
}
.modal .modal_position {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal_inner {
  width: 100%;
  overflow-y: auto;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .modal .modal_inner {
    width: 600px;
    max-height: calc(100vh - 110px - 30px);
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_inner {
    width: 89.3333333333vw;
    max-height: calc(100vh - 90px - 20px);
    max-height: calc(100svh - 90px - 20px);
  }
}
.modal .modalClose {
  width: fit-content;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal .modalClose {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose {
    top: -40px;
  }
}
.modal .modalClose .modalClose_line {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .modal .modalClose .modalClose_line {
    width: 22px;
    height: 20px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose .modalClose_line {
    width: 22px;
    height: 20px;
    margin-bottom: 2px;
  }
}
.modal .modalClose .modalClose_line::before, .modal .modalClose .modalClose_line::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 1px;
}
.modal .modalClose .modalClose_line::before {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.modal .modalClose .modalClose_line::after {
  transform: translate(-50%, -50%) rotate(40deg);
}
.modal .modalClose .modalClose_text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .modal .modalClose .modalClose_text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modalClose .modalClose_text {
    font-size: 10px;
  }
}
.modal .modalThankText_item {
  text-align: center;
  color: #4F2D0C;
}
.modal .modal_content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

/* .modalMiddle
===================================================== */
.modalMiddle {
  display: none;
}
.modalMiddle .modalMiddleTitle {
  background-color: #4F2D0C;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 769px) {
  .modalMiddle .modalMiddleTitle {
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .modalMiddleTitle {
    line-height: 50px;
    font-size: 20px;
  }
}
.modalMiddle .middleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList {
    padding: 50px 0 30px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList {
    padding: 45px 17px 40px;
  }
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) {
    width: 342px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) {
    width: 100% !important;
    margin-bottom: 55px;
  }
}
.modalMiddle .middleList .middleList_item:nth-of-type(1) a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) a {
    gap: 13px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) a {
    gap: 10px;
  }
}
.modalMiddle .middleList .middleList_item:nth-of-type(1) .middleList_img {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) .middleList_img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) .middleList_img {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_item:nth-of-type(1) .middleList_name {
    width: 100%;
  }
}
.modalMiddle .middleList a {
  display: block;
  position: relative;
}
.modalMiddle .middleList .middleList_icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(1%, -50%);
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_icon {
    width: 52px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_icon {
    width: 13.8666666667vw;
  }
}
.modalMiddle .middleList .middleList_img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_img {
    margin-bottom: 5px;
  }
}
.modalMiddle .middleList .middleList_brand img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_brand img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_brand img {
    margin-bottom: 10px;
  }
}
.modalMiddle .middleList .middleList_name {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #111;
}
@media screen and (min-width: 769px) {
  .modalMiddle .middleList .middleList_name {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .modalMiddle .middleList .middleList_name {
    font-size: 12px;
  }
}

/* .modalThank
===================================================== */
.modalThank {
  display: none;
}
.modalThank .modalThank_content {
  color: #4F2D0C;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThank_content {
    padding: 65px 50px 95px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThank_content {
    padding: 65px 17px;
  }
}
.modalThank .modalThankTitle {
  color: #4F2D0C;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThankTitle {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThankTitle {
    margin-bottom: 40px;
  }
}
.modalThank .modalThankTitle .modalThankTitle_en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThankTitle .modalThankTitle_en {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThankTitle .modalThankTitle_en {
    font-size: 34px;
  }
}
.modalThank .modalThankTitle .modalThankTitle_ja {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThankTitle .modalThankTitle_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThankTitle .modalThankTitle_ja {
    font-size: 14px;
  }
}
.modalThank .modalThankText {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThankText {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThankText {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.modalThank .favList {
  margin-top: 25px;
}
.modalThank .favList dl {
  border-top: 1px solid #dadada;
}
.modalThank .favList dl:last-of-type {
  border-bottom: 1px solid #dadada;
}
.modalThank .favList dl dt {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .modalThank .favList dl dt {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .favList dl dt {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .modalThank .favList dl dt div.img {
    width: 77px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .favList dl dt div.img {
    width: 77px;
  }
}
.modalThank .favList dl dt ul {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .modalThank .favList dl dt ul {
    font-size: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .favList dl dt ul {
    font-size: 12px;
    padding-left: 20px;
  }
}
.modalThank .favList dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dadada;
}
@media screen and (min-width: 769px) {
  .modalThank .favList dl dd {
    font-size: 12px;
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .favList dl dd {
    font-size: 12px;
    padding: 10px 10px 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .modalThank .favList dl dd div.favorite_Push {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .favList dl dd div.favorite_Push {
    width: 30px;
  }
}

/* .middlePopup
===================================================== */
.middlePopup {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: -6px;
  width: 127px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.middlePopup.show {
  opacity: 1;
  pointer-events: auto;
}

/* 
===================================================== *//*# sourceMappingURL=vote.css.map */