@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: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* .fv
===================================================== */
.fv {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 40px;
  }
}
.fv .fvBandTop {
  width: 100%;
  background-color: #d34b89;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .fv .fvBandTop {
    line-height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvBandTop {
    line-height: 40px;
    font-size: 16px;
  }
}
.fv .fvBandTop span {
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .fv .fvBandTop span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvBandTop span {
    font-size: 20px;
  }
}
.fv .fvSlide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide {
    display: flex;
    justify-content: center;
  }
}
.fv .fvSlide .fvSlide_row {
  display: flex;
  justify-content: flex-start;
}
.fv .fvSlide li {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .fv .fvSlide li {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvSlide li img {
    width: 128px;
    height: 170px;
  }
}
.fv .fvSlide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .title {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .title {
    width: 53.3333333333vw;
  }
}
.fv .fvBandBottom {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.7em;
  background-color: #fff;
  color: #d34b89;
}
@media screen and (min-width: 769px) {
  .fv .fvBandBottom {
    line-height: 60px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvBandBottom {
    line-height: 40px;
    font-size: 20px;
  }
}

/* .lead
===================================================== */
.lead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    width: 89.3333333333vw;
  }
}
.lead .leadText {
  position: relative;
  z-index: 1;
  color: #d34b89;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 2.8823529412;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 2.4285714286;
  }
}
.lead .leadText .leadFigure {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .lead .leadText .leadFigure {
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText .leadFigure {
    font-size: 14px;
    margin-bottom: 25px;
    margin-right: 2px;
  }
}
.lead .leadText .leadMarker {
  position: relative;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lead .leadText .leadMarker::before {
  content: "";
  display: block;
  background-color: #eae7b5;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 3px;
  height: 10px;
}
.lead .leadText .leadMarker .leadMarker_text {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
.lead .leadAttn li {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .lead .leadAttn li {
    text-align: center;
    font-size: 11px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadAttn li {
    font-size: 11px;
  }
}
.lead .leadAttn li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.lead .leadAttn li a {
  margin: 3px auto 5px;
  display: inline-block;
  text-decoration: underline;
}

/* .sec
===================================================== */
.result {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .result {
    max-width: 1080px;
    padding: 0 40px;
  }
}
.result .secTitle {
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #d34b89;
  border-top: 1px dotted #d34b89;
  border-bottom: 1px dotted #d34b89;
  font-size: 18px;
  padding: 12px 0;
}
@media screen and (min-width: 769px) {
  .result .secTitle {
    width: 100%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .result .secTitle {
    width: 85.3333333333vw;
    margin-bottom: 50px;
  }
}
.result div.no1 {
  position: relative;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .result div.no1 {
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    width: 89.3333333333%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 100px;
  }
}
.result div.no1 div.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .result div.no1 div.inner {
    padding: 85px 40px 85px;
  }
}
@media screen and (max-width: 768px) {
  .result div.no1 div.inner {
    max-width: 507px;
  }
}
.result div.no1 h4 {
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .result div.no1 h4 {
    top: -20px;
    left: -6px;
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 h4 {
    top: -30px;
    left: -15px;
    width: 144px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag div.img {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag div.img {
    width: 50%;
  }
}
@media (769px <= width <= 1024px) {
  .result div.no1 div.oshikatsubag div.img {
    width: 29.296875vw;
  }
}
.result div.no1 div.oshikatsubag div.creditspace {
  color: #d34b89;
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag div.creditspace {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 4.1666666667vw;
  }
}
.result div.no1 div.oshikatsubag div.creditspace div.vote_number {
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.3em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag div.creditspace div.vote_number {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag div.creditspace div.vote_number {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.result div.no1 div.oshikatsubag div.creditspace div.vote_number div span {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag div.creditspace div.vote_number div span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag div.creditspace div.vote_number div span {
    font-size: 16px;
  }
}
.result div.no1 div.oshikatsubag div.creditspace div.vote_number div {
  border-bottom: 1px solid #d34b89;
  line-height: 1;
  padding-bottom: 3px;
}
.result div.no1 div.oshikatsubag h5 {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag h5 {
    font-size: 18px;
    margin-bottom: 42px;
  }
}
.result div.no1 div.oshikatsubag h5 span {
  font-weight: 600;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag h5 span {
    font-size: 18spx;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag h5 span {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.result div.no1 div.oshikatsubag .itemComeTitle {
  width: 152px;
  margin-left: 0;
  margin-bottom: 15px;
}
.result div.no1 div.oshikatsubag .review {
  line-height: 1.6;
  color: #000;
}
.result div.no1 div.oshikatsubag .review li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.result div.no1 div.oshikatsubag .review .reviewTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.oshikatsubag .review .reviewCom {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.oshikatsubag .review .reviewCom {
    font-size: 12px;
    font-weight: 400;
  }
}
.result div.no1 div.oshikatsubag .review li:first-of-type {
  border-bottom: 1px solid #000;
}
.result div.no1 ul.coordinate {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .result div.no1 ul.coordinate {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate {
    padding-top: 30px;
    margin-bottom: 60px;
    border-top: 1px dotted #000;
  }
}
@media screen and (max-width: 768px) {
  .result div.no1 ul.coordinate li {
    width: 45.7627118644%;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate li {
    width: 400px;
  }
}
.result div.no1 ul.coordinate li a {
  text-decoration: none;
}
.result div.no1 ul.coordinate li a div.img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .result div.no1 ul.coordinate li a div.img {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate li a div.img {
    margin-bottom: 15px;
  }
}
.result div.no1 ul.coordinate li a div.img::before {
  content: "";
  padding-top: 133.3984375%;
  display: block;
}
.result div.no1 ul.coordinate li a div.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result div.no1 ul.coordinate li a p {
  color: #000;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate li a p {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate li a p.name {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 ul.coordinate li a p.height {
    font-size: 12px;
  }
}
.result div.no1 div.cashback {
  background: #d95a21;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.cashback {
    width: 88.0597014925%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.cashback {
    margin: 0 auto 20px;
    font-size: 14px;
    width: 295px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.cashback span {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.cashback span {
    font-size: 20px;
  }
}
.result div.no1 div.cashback::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .result div.no1 div.cashback::after {
    width: 15px;
    height: 15px;
    border-top: 1px solid #d95a21;
    background: #d95a21;
    border-right: 1px solid #d95a21;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.cashback::after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #d95a21;
    background: #d95a21;
    border-right: 1px solid #d95a21;
    bottom: -10px;
  }
}
.result div.no1 div.cashback.blue {
  background: #219bd9;
}
.result div.no1 div.cashback.blue::after {
  border-top: 1px solid #219bd9;
  background: #219bd9;
  border-right: 1px solid #219bd9;
}
.result div.no1 a.buy {
  display: block;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .result div.no1 a.buy {
    width: 64vw;
    margin: 50px auto 0;
    border-radius: 40px;
    background: #d34b89;
    color: #fff;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 a.buy {
    width: 240px;
    margin: 0 auto;
    border-radius: 40px;
    background: #d34b89;
    color: #fff;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.result div.no1 a.buy span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .result div.no1 a.buy span {
    font-size: 22px;
    margin-right: 10px;
    width: 22px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 a.buy span {
    font-size: 22px;
    margin-right: 10px;
    width: 22px;
  }
}
.result .ranking_2 {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .result .ranking_2 {
    width: 89.3333333333%;
    gap: 5.0746268657%;
  }
}
@media screen and (min-width: 769px) {
  .result .ranking_2 {
    width: 90%;
    gap: 3.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 {
    padding: 10px 10px 20px 10px;
    width: 46.8656716418%;
  }
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 {
    width: 47.6%;
  }
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner {
    padding: 85px 49px;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner h4 {
    width: 42px;
    top: -10px;
    left: -6px;
  }
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner h4 {
    width: 80px;
    top: -17px;
  }
}
.result .ranking_2 .nth4 .inner .oshikatsubag {
  display: block;
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag {
    padding-bottom: 0;
  }
}
.result .ranking_2 .nth4 .inner .oshikatsubag .img {
  width: 100%;
  margin-bottom: 20px;
}
.result .ranking_2 .nth4 .inner .oshikatsubag .creditspace {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace {
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace .vote_number {
    margin-bottom: 10px;
  }
}
.result .ranking_2 .nth4 .inner .oshikatsubag .creditspace .vote_number div {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace .vote_number div {
    font-size: 14px;
  }
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace .vote_number div span {
    font-size: 10px;
  }
}
.result .ranking_2 .nth4 .inner .oshikatsubag .creditspace h5 {
  /* 文字をはみ出させるための記述 */
  /* 文字がはみ出た時に三点リーダーにする */
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace h5 {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .oshikatsubag .creditspace h5 span {
    overflow: visible;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 a.buy {
    margin-top: 15px;
    font-size: 10px;
    width: 30.9333333333vw;
    height: 29px;
  }
  .result .ranking_2 .nth4 a.buy .material-symbols-outlined {
    width: 10px;
  }
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 a.buy {
    margin-top: 35px;
  }
}
.result div.other {
  background: #f2f2f2;
  color: #547767;
}
@media screen and (max-width: 768px) {
  .result div.other {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  .result div.other {
    padding: 100px 0;
  }
}
.result div.other h4 {
  border: dotted 1px #fff;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .result div.other h4 {
    width: 84%;
    margin: 0 auto 70px;
    padding: 22px 0;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .result div.other h4 {
    width: 56.9444444444vw;
    margin: 0 auto 70px;
    padding: 22px 0;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .result div.other ul {
    width: 73.8666666667%;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul {
    width: 56.9444444444vw;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.result div.other ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .result div.other ul li {
    width: 350px;
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .result div.other ul li div.img {
    width: 100%;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li div.img {
    margin-bottom: 20px;
  }
}
.result div.other ul li h5 {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .result div.other ul li h5 {
    width: 28.880866426%;
    top: -20px;
    left: -20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li h5 {
    width: 96px;
    top: -20px;
    left: -20px;
  }
}
.result div.other ul li h6 {
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .result div.other ul li h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li h6 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.result div.other ul li h6 span {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .result div.other ul li h6 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li h6 span {
    font-size: 20px;
  }
}
.result div.other ul li a.buy {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .result div.other ul li a.buy {
    width: 86.642599278%;
    margin: 0 auto;
    border-radius: 40px;
    background: #b47483;
    color: #fff;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .result div.other ul li a.buy {
    width: 250px;
    margin: 0 auto;
    border-radius: 40px;
    background: #b47483;
    color: #fff;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.result div.other ul li a.buy span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .result div.other ul li a.buy span {
    font-size: 22px;
    margin-right: 15px;
  }
}
.result div.other p.etc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result div.other p.etc {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.other p.etc {
    margin-bottom: 20px;
  }
}
.result div.other a.bnr {
  display: block;
}
@media screen and (max-width: 768px) {
  .result div.other a.bnr {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .result div.other a.bnr {
    width: 315px;
    margin: 0 auto;
  }
}
.result div.movie {
  background: #547767;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result div.movie {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  .result div.movie {
    padding: 100px 0;
  }
}
.result div.movie h4 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result div.movie h4 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .result div.movie h4 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .result div.movie div.video {
    width: 84%;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 769px) {
  .result div.movie div.video {
    width: 315px;
    margin: 0 auto 35px;
  }
}
.result div.movie p.message {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .result div.movie p.message {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.movie p.message {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.result div.movie a.check {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .result div.movie a.check {
    width: 64%;
    margin: 0 auto;
    border-radius: 40px;
    background: #fff;
    color: #547767;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .result div.movie a.check {
    width: 240px;
    margin: 0 auto;
    border-radius: 40px;
    background: #fff;
    color: #547767;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.itemStaff--scroll {
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
@media screen and (max-width: 768px) {
  .itemStaff--scroll {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  .itemStaff--scroll {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  .itemStaff--scroll li {
    min-width: 150px;
    font-size: 12px;
  }
  .itemStaff--scroll li .height {
    font-size: 11px;
  }
}
.itemStaff--scroll li {
  scroll-snap-align: start;
}
@media screen and (min-width: 769px) {
  .itemStaff--scroll li {
    min-width: 380px;
  }
}

/* #item__1
===================================================== */
.itemBtn {
  position: relative;
}

#rank_1 .itemCoupon {
  position: absolute;
  width: 100%;
  max-width: 295px;
  background-color: #d95a21;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -145%);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-top: 7px;
}
#rank_1 .itemCoupon::after {
  border-top: 9px solid #d95a21;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
#rank_1 .itemCoupon span::before {
  display: inline-block;
  content: "1,500";
}

/* #item__2, #item__3
===================================================== */
#rank_2 .itemCoupon,
#rank_3 .itemCoupon {
  position: absolute;
  width: 100%;
  max-width: 295px;
  background-color: #219bd9;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -145%);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-top: 7px;
}
#rank_2 .itemCoupon::after,
#rank_3 .itemCoupon::after {
  border-top: 9px solid #219bd9;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
#rank_2 .itemCoupon span::before,
#rank_3 .itemCoupon span::before {
  display: inline-block;
  content: "1,000";
}

/* .vote 
===================================================== */
.vote {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .vote {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .vote {
    width: 89.3333333333vw;
    max-width: 315px;
  }
}
.vote .vote_text {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 14px;
  margin-bottom: 15px;
  color: #d34b89;
}
.vote .vote_img a {
  display: block;
}

/* .join
===================================================== */
.join {
  background-color: #efb0c0;
  color: #000;
  margin-top: -30px;
}
@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;
}

.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;
  }
}

div.img ul.slick .slick-dotted.slick-slider {
  margin-bottom: 18px;
}
div.img ul.slick ul.slick-dots {
  bottom: -22px;
}
div.img ul.slick ul.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
}
div.img ul.slick ul.slick-dots li button::before {
  font-size: 8px;
  color: #ebcfd7;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  div.img ul.slick ul.slick-dots li button::before {
    font-size: 6px;
  }
}
div.img ul.slick ul.slick-dots li.slick-active button::before {
  color: #efb0c0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .no1.nth4 div.img ul.slick ul.slick-dots li button::before {
    font-size: 4px;
  }
  .no1.nth4 .slick-dots li button:before {
    width: 16px;
    line-height: 14px;
  }
  .no1.nth4 div.img ul.slick ul.slick-dots li {
    width: 10px;
  }
}/*# sourceMappingURL=ranking.css.map */