@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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 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 {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@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 {
  background-color: #6c272d;
  color: #fff;
}

/* .fv
===================================================== */
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #d8d6d7;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-bottom: 90px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.fv .title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 21.875vw;
    min-width: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .title {
    width: 62.4vw;
    max-width: 40vh;
    max-width: 40svh;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 120s -60s linear infinite;
            animation: loopslide1_x 120s -60s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 120s linear infinite;
            animation: loopslide2_y 120s linear infinite;
  }
  @-webkit-keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_item {
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x_r 120s -60s linear infinite;
            animation: loopslide1_x_r 120s -60s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y_r 120s linear infinite;
            animation: loopslide2_y_r 120s linear infinite;
  }
  @-webkit-keyframes loopslide1_x_r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes loopslide1_x_r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes loopslide2_y_r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes loopslide2_y_r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_item {
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 110s -55s linear infinite;
            animation: loopslide1_x 110s -55s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 110s linear infinite;
            animation: loopslide2_y 110s linear infinite;
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_item {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 60s -30s linear infinite;
            animation: loopslide1_x 60s -30s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 60s linear infinite;
            animation: loopslide2_y 60s linear infinite;
  }
  @-webkit-keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_item {
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x_r 70s -35s linear infinite;
            animation: loopslide1_x_r 70s -35s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y_r 70s linear infinite;
            animation: loopslide2_y_r 70s linear infinite;
  }
  @-webkit-keyframes loopslide1_x_r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes loopslide1_x_r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes loopslide2_y_r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes loopslide2_y_r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_item {
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 70s -35s linear infinite;
            animation: loopslide1_x 70s -35s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 70s linear infinite;
            animation: loopslide2_y 70s linear infinite;
  }
  @keyframes loopslide1_x {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes loopslide2_y {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_item {
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) {
    display: flex;
    flex-wrap: nowrap;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) .fvSlide_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x_r 50s -25s linear infinite;
            animation: loopslide1_x_r 50s -25s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y_r 50s linear infinite;
            animation: loopslide2_y_r 50s linear infinite;
  }
  @keyframes loopslide1_x_r {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes loopslide2_y_r {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) .fvSlide_item {
    flex-shrink: 0;
  }
}
.fv .fvSlide.on img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide.on img {
    height: calc((100vh - 50px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide.on img {
    height: calc((100vh - 40px) / 4);
    height: calc((100svh - 40px) / 4);
  }
}

/* .lead
===================================================== */
.lead {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lead {
    margin-bottom: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    width: 80vw;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .lead {
    text-align: center;
  }
}
.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: -webkit-fit-content;
  width: -moz-fit-content;
  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;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .lead .leadTitle .leadTitle_item {
    display: inline-block;
  }
}
.lead .leadTitle .leadTitle_item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #835a2a;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle .leadTitle_item::before {
    bottom: 5px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle .leadTitle_item::before {
    bottom: 5px;
    height: 15px;
  }
}
.lead .leadTitle .leadTitle_item .leadTitle_text {
  display: block;
  position: relative;
  z-index: 2;
}
.lead .leadTitle .leadTitle_item .leadTitle_text span {
  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;
  }
}
@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;
  }
}

/* .schedule
===================================================== */
.schedule {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #835a2a;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .schedule {
    width: 700px;
    padding: 60px 0 40px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    width: 84vw;
    padding: 60px 0 45px;
    margin-bottom: 75px;
  }
}
.schedule .scheduleTop {
  background-color: #835a2a;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleTop {
    font-size: 14px;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleTop {
    font-size: 14px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 769px) {
  .schedule .scheduleDate {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleDate {
    margin-bottom: 30px;
  }
}
.schedule .scheduleDate .scheduleDate_min {
  display: block;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleDate .scheduleDate_min {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleDate .scheduleDate_min {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.schedule .scheduleDate .scheduleDate_big {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleDate .scheduleDate_big {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleDate .scheduleDate_big {
    font-size: 26px;
  }
}
.schedule .scheduleDate .scheduleDate_big::before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.schedule .scheduleDate .scheduleDate_big span {
  margin: 0 1px;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleDate .scheduleDate_big span {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleDate .scheduleDate_big span {
    font-size: 21px;
  }
}
.schedule .schedulePlace {
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .schedule .schedulePlace {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedulePlace {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.schedule .scheduleBtn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  border: 1.5px solid #fff;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleBtn {
    width: 252px;
    line-height: 47px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleBtn {
    width: 252px;
    line-height: 47px;
  }
}
.schedule .scheduleBtn a {
  display: block;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .schedule .scheduleBtn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .scheduleBtn a {
    font-size: 14px;
  }
}
.schedule .middle {
  background-color: #5a151b;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .schedule .middle {
    margin-top: 30px;
    max-width: 252px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .schedule .middle {
    margin-top: 30px;
    max-width: 252px;
    padding: 25px 0;
  }
}
.schedule .middle .middleText {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.schedule .middle .middleText .middleText_big {
  display: block;
}
@media screen and (min-width: 769px) {
  .schedule .middle .middleText .middleText_big {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .middle .middleText .middleText_big {
    font-size: 17px;
    margin-bottom: 3px;
  }
}
.schedule .middle .middleText .middleText_min {
  display: block;
}
@media screen and (min-width: 769px) {
  .schedule .middle .middleText .middleText_min {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .middle .middleText .middleText_min {
    font-size: 10px;
  }
}
.schedule .middle .middleArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .schedule .middle .middleArrow {
    width: 8px;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .middle .middleArrow {
    width: 8px;
    right: 15px;
  }
}

/* .toPresent
===================================================== */
.toPresent {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .toPresent {
    border-radius: 5px;
    margin-bottom: 60px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent {
    border-radius: 5px;
    padding: 5px 5px 35px 5px;
    margin-bottom: 70px;
    width: 84vw;
  }
}
.toPresent a {
  display: block;
}
@media screen and (min-width: 769px) {
  .toPresent a {
    display: flex;
    align-items: center;
  }
}
.toPresent .toPresentFukidashi {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentFukidashi {
    width: 109px;
    top: -37px;
    left: -11px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentFukidashi {
    width: 109px;
    top: -32px;
    left: -11px;
  }
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentImg {
    width: 377px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentImg {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .toPresent .toPresent_right {
    width: 100%;
  }
}
.toPresent .toPresentText {
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentText {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentText {
    line-height: 1.75;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.toPresent .toPresentBtn {
  margin-left: auto;
  margin-right: auto;
  background-color: #6c3c27;
  border-radius: 5px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentBtn {
    width: 255px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentBtn {
    width: 255px;
    line-height: 50px;
    font-size: 14px;
  }
}

/* .vote
===================================================== */
.vote .voteTitle {
  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: -webkit-sticky;
  position: sticky;
  border-top: 1px solid #6c272d;
  border-bottom: 1px solid #6c272d;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  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(0, 0, 0, 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-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
.vote .voteMenu .voteMenuList .voteMenuList_item.active::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #6c272d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vote .voteArea {
  background-color: #dbdbdb;
}
@media screen and (min-width: 769px) {
  .vote .voteArea {
    padding-top: 90px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteArea {
    padding-top: 85px;
    padding-bottom: 105px;
  }
}
.vote .voteList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .vote .voteList {
    flex-wrap: wrap;
    gap: 70px 40px;
    max-width: 1305px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_item {
    width: 395px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_item {
    margin-left: auto;
    margin-right: auto;
    width: 90.1333333333vw;
    max-width: 400px;
  }
}
@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_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main {
    margin-bottom: 25px;
  }
}
.vote .voteList .voteList_main .voteListImg {
  width: 100%;
}
.vote .voteList .voteList_main .voteListImg a {
  display: block;
}
.vote .voteList .voteList_main .voteListLead {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListLead {
    top: -20px;
    right: -2px;
    gap: 5px;
  }
}
@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;
  color: #000;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  white-space: nowrap;
}
@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;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .thisbuy {
    width: 109px;
    left: -25px;
    transform: translateY(100px) rotate(-17deg);
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .thisbuy {
    width: 109px;
    left: -25px;
    transform: translateY(100px) rotate(-17deg);
  }
}
.vote .voteList .voteListBtn {
  display: flex;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn {
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn {
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListBtn_inner {
    width: 100%;
  }
}
.vote .voteList .voteListBtn .voteListVote {
  background-color: #6c272d;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn .voteListVote {
    width: 297px;
    line-height: 55px;
    font-size: 16px;
  }
}
@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: #a8a8a8;
}
.vote .voteList .voteListBtn .voteListVote.voteListVote__off {
  background-color: #a8a8a8;
  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;
}

/* .present
===================================================== */
.present {
  background-color: #6c3c27;
}
@media screen and (min-width: 769px) {
  .present {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .present {
    padding-bottom: 82px;
  }
}
.present::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .present::before {
    border-top: min(6.25vw, 100px) solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .present::before {
    border-top: 30px solid #dbdbdb;
  }
}
.present .presentTitleArea {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.present .presentTitleArea .presentFukidashi {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .present .presentTitleArea .presentFukidashi {
    width: 160px;
    top: -72px;
    left: -123px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentTitleArea .presentFukidashi {
    width: 141px;
    top: -63px;
    left: -68px;
  }
}
.present .presentTitleArea .presentTitle {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  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 .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: 84vw;
  }
}
.present .presentLead {
  letter-spacing: 0em;
  line-height: 2;
}
@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-kin-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 {
    justify-content: center;
    gap: 45px;
  }
}
@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: column;
    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: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) {
    margin-right: 33px;
  }
}
@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;
}
.present .presentItem .prizesListCircle {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-30%, -50%);
  background-color: #6c272d;
  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-kin-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-kin-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;
}
@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: #000;
  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: #6c3c27;
  background-color: #fff;
  border: 1px solid #6c3c27;
  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: "din-2014", sans-serif;
  font-weight: 700;
  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: "din-2014", sans-serif;
  font-weight: 600;
  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: #6c3c27;
  text-align: center;
  line-height: 1.5;
  font-family: "dnp-shuei-gothic-kin-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: #6c3c27;
  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;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  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: 14px;
  }
}
.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;
  }
}
/* .thank
===================================================== */
/* .report
===================================================== */
/* .modal
===================================================== */
.modal {
  background-color: rgba(0, 0, 0, 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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-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: -webkit-fit-content;
  width: -moz-fit-content;
  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-kin-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 .modal_content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

/* .modalMiddle
===================================================== */
.modalMiddle {
  display: none;
}
.modalMiddle .modalMiddleTitle {
  background-color: #6c272d;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "dnp-shuei-gothic-kin-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-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #000;
}
@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: #000;
}
@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: #6c272d;
  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-kin-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: 12px;
    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 */