@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 {
  background-color: #fff0f7;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* .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: 31.9444444444vw;
    min-width: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .title {
    width: 88vw;
    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 {
    animation: loopslide1_x 120s -60s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:last-child {
    animation: loopslide2_y 120s 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(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 {
    animation: loopslide1_x_r 120s -60s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:last-child {
    animation: loopslide2_y_r 120s 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(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 {
    animation: loopslide1_x 110s -55s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:last-child {
    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 {
    animation: loopslide1_x 60s -30s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(1) .fvSlide_inner:last-child {
    animation: loopslide2_y 60s 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(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 {
    animation: loopslide1_x_r 70s -35s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(2) .fvSlide_inner:last-child {
    animation: loopslide2_y_r 70s 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(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 {
    animation: loopslide1_x 70s -35s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(3) .fvSlide_inner:last-child {
    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 {
    animation: loopslide1_x_r 50s -25s linear infinite;
  }
  .fv .fvSlide.on .fvSlide_row:nth-of-type(4) .fvSlide_inner:last-child {
    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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lead {
    margin-bottom: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    width: 86.1333333333vw;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .lead {
    text-align: center;
  }
}
.lead {
  color: #000;
}
.lead .leadTitle {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle {
    font-size: 22px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.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;
  }
}
@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: #ec95be;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lead .leadTitle .leadTitle_item::before {
    bottom: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadTitle .leadTitle_item::before {
    bottom: 5px;
    height: 7px;
  }
}
.lead .leadTitle .leadTitle_item .leadTitle_text {
  display: block;
  position: relative;
  z-index: 2;
}
.lead .leadTitle .leadTitle_item .leadTitle_text span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  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.7222222222;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    font-size: 14px;
    line-height: 2.4285714286;
  }
}

/* .result
===================================================== */
.result {
  margin: 100px auto 132px;
}
.result_text {
  text-align: center;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .result_text {
    line-height: 1.5714285714;
    font-size: 14px;
  }
}
.result .result_Btn {
  background-color: #d34b89;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0px 4px 4px rgba(57, 56, 56, 0.2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .result .result_Btn {
    width: 385px;
    line-height: 69px;
    margin-top: 22px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .result .result_Btn {
    width: 279px;
    line-height: 53px;
    margin-top: 24px;
    font-size: 16px;
  }
}
.result .result_Btn a {
  display: block;
  position: relative;
}
.result .result_Btn span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .result .result_Btn span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .result .result_Btn span {
    font-size: 14px;
  }
}
.result .result_Btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .result .result_Btn svg {
    width: 22px;
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .result .result_Btn svg {
    width: 18px;
    right: 20px;
  }
}

/* .toPresent
===================================================== */
.toPresent {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffc9d7;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .toPresent {
    border-radius: 5px;
    margin-bottom: 115px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent {
    border-radius: 5px;
    padding: 6px 6px 39px 6px;
    margin-bottom: 95px;
    width: 85.3333333333vw;
  }
}
.toPresent a {
  display: block;
  background-color: #ffc9d7;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .toPresent a {
    display: flex;
    align-items: center;
    overflow: clip;
  }
}
.toPresent .toPresentFukidashi {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .toPresent .toPresentFukidashi {
    width: 95px;
    top: -27px;
    left: -11px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentFukidashi {
    width: 93px;
    top: -29px;
    left: -12px;
  }
}
@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: 36px;
  }
}
@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.0625;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .toPresent .toPresentText {
    line-height: 1.75;
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.toPresent .toPresentBtn {
  box-shadow: 0 3px 6px rgba(106, 41, 67, 0.25);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #d34b89;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.5714285714;
}
@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 {
  color: #ec95be;
  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;
  -webkit-text-stroke: 5.3px #d34b89;
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wght" 900;
  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: 44px;
  }
}
.vote .voteTitle .voteTitle_ja {
  display: block;
  color: #d34b89;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .vote .voteTitle .voteTitle_ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteTitle .voteTitle_ja {
    font-size: 16px;
  }
}
.vote .voteMenu {
  background-color: #ec95be;
  width: 100%;
  overflow-x: auto;
  position: sticky;
  border-top: 2px solid #d34b89;
  border-bottom: 2px solid #d34b89;
  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;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu .voteMenuList {
    padding: 0 20px;
    gap: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu .voteMenuList {
    width: 100%;
    padding: 0 32px;
    justify-content: space-between;
  }
}
.vote .voteMenu .voteMenuList .voteMenuList_item {
  white-space: nowrap;
  color: #d34b89;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
  line-height: 0.9;
}
@media screen and (min-width: 769px) {
  .vote .voteMenu .voteMenuList .voteMenuList_item {
    font-size: 24px;
    padding: 18px 22px 18px;
  }
  .vote .voteMenu .voteMenuList .voteMenuList_item_sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteMenu .voteMenuList .voteMenuList_item {
    font-size: 18px;
    padding: 13px 17px;
  }
  .vote .voteMenu .voteMenuList .voteMenuList_item_sub {
    font-size: 12px;
  }
}
.vote .voteMenu .voteMenuList .voteMenuList_item.active {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.vote .voteMenu .voteMenuList .voteMenuList_item.active::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background-color: #d34b89;
  position: absolute;
  left: 0;
  bottom: 0;
}
@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: 115px;
  }
}
.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;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList {
    flex-direction: column;
    gap: 70px;
  }
}
.vote .voteList .voteList_item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_item {
    width: 395px;
    padding: 27px 10px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_item {
    width: 339px;
    padding: 23px 9px;
    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 {
  position: relative;
  overflow: hidden;
}
.vote .voteList .voteList_main .voteListImg_inner {
  display: flex;
  will-change: transform;
  cursor: grab;
  user-select: none;
}
.vote .voteList .voteList_main .voteListImg_inner.dragging {
  cursor: grabbing;
}
.vote .voteList .voteList_main .voteListImg_inner.snap {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.vote .voteList .voteList_main .voteListImg_inner a {
  flex-shrink: 0;
  width: 100%;
  pointer-events: none; /* ドラッグ中のリンク誤クリック防止 */
}
.vote .voteList .voteList_main .voteListImg_inner a img {
  width: 100%;
  height: auto;
  display: block;
}
.vote .voteList .voteList_main {
  /* ドラッグしていないときだけリンクを有効に */
}
.vote .voteList .voteList_main .voteListImg_inner.link-active a {
  pointer-events: auto;
}
.vote .voteList .voteList_main .voteListImg_dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListImg_dots {
    margin-top: 15px;
  }
}
.vote .voteList .voteList_main .voteListImg_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ebcfd7;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s, transform 0.2s;
}
.vote .voteList .voteList_main .voteListImg_dot.active {
  background: #efb0c0;
}
.vote .voteList .voteList_main .voteListName {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.vote .voteList .voteList_main .voteListName {
  font-size: 19px;
  line-height: 1.6842105263;
  color: #000;
  margin: 20px 0 25px 0;
  min-height: 62px;
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListName {
    font-size: 15px;
    line-height: 1.6;
    margin: 18px 0 25px 0;
  }
}
.vote .voteList .voteList_main .voteListLead {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListLead {
    top: -40px;
    right: -26px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListLead {
    top: -30px;
    right: -18px;
  }
}
.vote .voteList .voteList_main .voteListLead .voteListLead_item {
  display: block;
  color: #d34b89;
  background-color: #fff;
  height: fit-content;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #d34b89;
  box-shadow: 2px 2.5px 0 1px #d34b89;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteList_main .voteListLead .voteListLead_item {
    padding: 10px 5px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .voteListLead .voteListLead_item {
    padding: 7px 4px;
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}
.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(14deg);
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteList_main .thisbuy {
    width: 87px;
    left: -25px;
    transform: translateY(92px) rotate(14deg);
  }
}
.vote .voteList .voteListBtn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn {
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn {
    justify-content: center;
    gap: 9px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListBtn_inner {
    width: 100%;
  }
}
.vote .voteList .voteListBtn .voteListVote {
  background-color: #d34b89;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .vote .voteList .voteListBtn .voteListVote {
    width: 301px;
    line-height: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .vote .voteList .voteListBtn .voteListVote {
    width: 100%;
    line-height: 52px;
    font-size: 14px;
  }
}
.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;
}

/* .oshibag
===================================================== */
.Title_en {
  display: block;
  paint-order: stroke fill;
  -webkit-text-stroke: 4.7px #d34b89;
  text-align: center;
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wght" 900;
  color: #ec95be;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .Title_en {
    font-size: 46px;
    margin-bottom: 2px;
  }
  .Title_en_sub {
    font-size: 31px;
  }
}
@media screen and (max-width: 768px) {
  .Title_en {
    font-size: 44px;
    line-height: 1.2;
  }
  .Title_en_sub {
    font-size: 29px;
  }
}

.Title_ja {
  display: block;
  text-align: center;
  color: #d34b89;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .Title_ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Title_ja {
    font-size: 16px;
  }
}

.oshibag .oshibag_inner {
  background-color: #ffe5f2;
}
.oshibag .oshibag_inner h2 {
  padding: 50px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner h2 {
    padding: 20px 0 30px 0;
  }
}
.oshibag .oshibag_inner .oshibagList {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList {
    gap: 75px;
    margin-bottom: 0;
  }
}
.oshibag .oshibag_inner .oshibagList {
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
.oshibag .oshibag_inner .oshibagList_item {
  width: 718px;
  border: 2px solid #d34b89;
  box-shadow: 4px 4px 0 1px #d34b89;
  background-color: #fff;
  background-size: 20px 20px; /* 1マスの大きさを縦横20pxにする */
  background-image: linear-gradient(to right, #fbeaf2 1px, transparent 1px), linear-gradient(to bottom, #fbeaf2 1px, transparent 1px); /* 横線 */
  background-color: #fff; /* ベースの背景色（白） */
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList_item {
    width: 93.3333333333vw;
    margin: 0 auto;
    box-shadow: 2px 2px 0 1px #d34b89;
  }
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_title {
  text-align: center;
  paint-order: stroke fill;
  -webkit-text-stroke: 3px #d34b89;
  color: #fff;
  font-size: 38px;
  line-height: 0.5;
  padding: 18px 0;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ec95be;
  border-bottom: 2px solid #d34b89;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_title {
    padding: 11px 0;
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_title {
    -webkit-text-stroke: 5px #d34b89;
  }
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_title_sub {
  font-size: 15px;
  -webkit-text-stroke: 2.5px #d34b89;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_title_sub {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_title_sub {
    -webkit-text-stroke: 4px #d34b89;
  }
}
@media screen and (min-width: 769px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper {
    width: 511px;
  }
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper {
  margin: 44px auto;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper {
    padding: 0 18px;
    margin: 18px auto 23px;
    max-width: 400px;
  }
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper img {
  display: block;
  margin-bottom: 15px;
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper .oshibagList_credit a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
  cursor: pointer;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper .oshibagList_credit a {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.oshibag .oshibag_inner .oshibagList_item .oshibagList_wrapper .oshibagList_credit a .en {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* .present
===================================================== */
.present {
  background-color: #fff;
  color: #d34b89;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.present .presentTitleArea {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.present .presentTitleArea .presentFukidashi {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .present .presentTitleArea .presentFukidashi {
    width: 144px;
    top: -81px;
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentTitleArea .presentFukidashi {
    width: 141px;
    top: -77px;
    left: -8px;
  }
}
.present .presentTitleArea h2 {
  margin: 184px auto 52px;
}
@media screen and (min-width: 769px) {
  .present .presentTitleArea h2 {
    margin-top: 144px;
  }
}
.present .presentTitleArea .presentTitle {
  text-align: center;
  width: fit-content;
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wght" 900;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .present .presentTitleArea .presentTitle {
    font-size: 50px;
    margin-top: 185px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentTitleArea .presentTitle {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
.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: 85.3333333333vw;
  }
}
.present .presentLead {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .present .presentLead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentLead {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.present .presentSecTitle {
  letter-spacing: 0.05em;
  line-height: 2;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #d34b89;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .present .presentSecTitle {
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentSecTitle {
    font-size: 15px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2.1333333333;
  }
}
@media screen and (min-width: 769px) {
  .present .presentItem {
    margin-bottom: 70px;
  }
}
@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: 27px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesList_item:nth-of-type(2) {
    margin-right: 33px;
    margin-bottom: 27px;
    text-align: end;
  }
}
@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: #d34b89;
  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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  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: 24px;
  }
}
.present .presentItem .prizesListCircle .prizesListCircle_text {
  display: inline-block;
  font-family: "Zen Maru Gothic", 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: 14px;
  }
}
@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: 26.6666666667vw;
  }
}
.present .presentItem .prizesListText .prizesListText_brand {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListText .prizesListText_brand {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListText .prizesListText_brand {
    font-size: 16px;
  }
}
.present .presentItem .prizesListText .prizesListText_name {
  display: block;
  line-height: 1.8333333333;
}
@media screen and (min-width: 769px) {
  .present .presentItem .prizesListText .prizesListText_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentItem .prizesListText .prizesListText_name {
    white-space: nowrap;
    font-size: 14px;
  }
}
.present .present_secText {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .present .present_secText {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .present .present_secText {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .present .presentSchedule {
    margin-bottom: 70px;
  }
}
@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: 50px;
  }
}
.present .presentResult .present_secText {
  margin-bottom: 80px;
}
.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: #fff0f7;
  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: 74px 20px 30px;
  }
}
.present .presentResult .stepListCircle {
  color: #d34b89;
  background-color: #fff0f7;
  paint-order: stroke fill;
  border: 1.5px solid #d34b89;
  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: "Zen Maru Gothic", 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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  -webkit-text-stroke: 5px #d34b89;
  font-size: 34px;
}
@media screen and (min-width: 769px) {
  .present .presentResult .stepListCircle .stepListCircle_num {
    margin-top: 3px;
  }
}
.present .presentResult .stepListTitle {
  color: #d34b89;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@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: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .present .presentResult .stepListText {
    margin-bottom: 6px;
  }
}
@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 .presentAttn .presentAttn_text {
  letter-spacing: 0.005em;
  line-height: 2.3333333333;
}
@media screen and (min-width: 769px) {
  .present .presentAttn .presentAttn_text {
    font-size: 12px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .present .presentAttn .presentAttn_text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@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;
  }
}
.present .wavewhite {
  margin-bottom: -30px;
}

.stepListBtn {
  background-color: #d34b89;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0px 4px 4px rgba(57, 56, 56, 0.2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .stepListBtn {
    width: 533px;
    line-height: 50px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .stepListBtn {
    width: 261px;
    line-height: 50px;
    margin-top: 25px;
  }
}
.stepListBtn a {
  display: block;
  position: relative;
}
.stepListBtn span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .stepListBtn span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .stepListBtn span {
    font-size: 14px;
  }
}
.stepListBtn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .stepListBtn svg {
    width: 18px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .stepListBtn svg {
    width: 18px;
    right: 20px;
  }
}

/* .join
===================================================== */
.join {
  background-color: #efb0c0;
  color: #000;
}
@media screen and (min-width: 769px) {
  .join {
    padding: 120px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  .join {
    padding: 100px 0 130px;
  }
}
.join .joinTitleArea {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.join .joinTitle {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .join .joinTitle {
    font-size: 32px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .join .joinTitle {
    font-size: 24px;
    margin-bottom: 46px;
  }
}
.join .joinTitle span {
  font-family: grover, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wght" 900;
  display: block;
  color: #fff;
  -webkit-text-stroke: 1.3px #d34b89;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .join .joinTitle span {
    font-size: 20px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .join .joinTitle span {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.join .join_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .join .join_inner {
    padding: 0 27px;
    max-width: 400px;
  }
}
.join .joinText {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .join .joinText {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .join .joinText {
    font-size: 14px;
    margin-bottom: 45px;
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
    text-align: start;
  }
}
.join .heart {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .join .heart {
    top: 30px;
    width: 38px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart {
    top: 5.8666666667vw;
    width: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .join .heart__left {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__left {
    left: -12.2666666667vw;
  }
}
.join .heart__left li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .join .heart__left li:nth-child(1) {
    margin-bottom: 7px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__left li:nth-child(1) {
    margin-bottom: 1.8666666667vw;
    width: 4.8vw;
  }
}
.join .heart__left li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .join .heart__left li:nth-child(2) {
    width: 21px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__left li:nth-child(2) {
    width: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  .join .heart__right {
    right: -48px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__right {
    right: -12.2666666667vw;
  }
}
.join .heart__right li:nth-child(1) {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .join .heart__right li:nth-child(1) {
    margin-bottom: 7px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__right li:nth-child(1) {
    margin-bottom: 1.8666666667vw;
    width: 4.8vw;
  }
}
.join .heart__right li:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .join .heart__right li:nth-child(2) {
    width: 21px;
  }
}
@media screen and (max-width: 768px) {
  .join .heart__right li:nth-child(2) {
    width: 5.6vw;
  }
}
.join .more {
  text-align: center;
  font-size: 14px;
  width: 350px;
  line-height: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .join .more {
    width: 281px;
  }
}
.join .more::after {
  background-color: #ebc9d4;
}

/* .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: 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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@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: #d34b89;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  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: "Zen Maru Gothic", 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: #d34b89;
  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: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .modalThank .modalThankTitle .modalThankTitle_en {
    font-size: 31px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modalThank .modalThankTitle .modalThankTitle_en {
    font-size: 32px;
  }
}
.modalThank .modalThankTitle .modalThankTitle_ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  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: 13px;
    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 */