@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  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: #f2f2f2;
  color: #111;
}

/* .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: #007A88;
  color: #fff;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  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 {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  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;
}
.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: auto;
    height: 135px;
  }
}
.fv .fvSlide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .title {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .title {
    width: 50.9333333333vw;
  }
}
.fv .fvBandBottom {
  text-align: center;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5em;
  background-color: #fff;
  color: #007A88;
  border-bottom: 1px solid rgba(84, 119, 103, 0.3);
}
@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: #007A88;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lead .leadText {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lead .leadText {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.lead .leadText .leadFigure {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  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: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  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: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  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: -moz-fit-content;
    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: #007A88;
  border-top: 1px dotted #007A88;
  border-bottom: 1px dotted #007A88;
  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: 84vw;
    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 50px;
  }
}
.result div.no1 div.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .result div.no1 div.inner {
    width: 820px;
    padding: 85px 0;
  }
}
@media screen and (max-width: 768px) {
  .result div.no1 div.inner {
    max-width: 507px;
  }
}
.result div.no1 h4 {
  position: absolute;
}
@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: 134px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer div.img {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer div.img {
    width: 50%;
  }
}
.result div.no1 div.outer div.creditspace {
  color: #007A88;
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer div.creditspace {
    width: 50%;
    box-sizing: border-box;
    padding: 0 60px;
  }
}
.result div.no1 div.outer div.creditspace div.vote_number {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer div.creditspace div.vote_number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer div.creditspace div.vote_number {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 13px;
  }
}
.result div.no1 div.outer div.creditspace div.vote_number div {
  border-bottom: 1px solid #007A88;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer div.creditspace div.vote_number div span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer div.creditspace div.vote_number div span {
    font-size: 16px;
  }
}
.result div.no1 div.outer h5 {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.result div.no1 div.outer h5 span {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  display: block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer h5 span {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer h5 span {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.result div.no1 div.outer .itemComeTitle {
  width: 180px;
  margin-left: 0;
  margin-bottom: 15px;
}
.result div.no1 div.outer .review {
  line-height: 1.6;
  color: #111;
}
.result div.no1 div.outer .review li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.result div.no1 div.outer .review .reviewTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .result div.no1 div.outer .review .reviewCom {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (min-width: 769px) {
  .result div.no1 div.outer .review .reviewCom {
    font-size: 12px;
    font-weight: 400;
  }
}
.result div.no1 div.outer .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 #111;
  }
}
@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: #111;
  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;
}
@media screen and (max-width: 768px) {
  .result div.no1 a.buy {
    width: 71.6417910448%;
    margin: 50px auto 0;
    border-radius: 40px;
    background: #007A88;
    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: #007A88;
    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: 9px 9px 18px 9px;
    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 {
    width: 330px;
  }
}
@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 .outer {
  display: block;
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner .outer {
    padding-bottom: 0;
  }
}
.result .ranking_2 .nth4 .inner .outer .img {
  width: 100%;
  margin-bottom: 20px;
}
.result .ranking_2 .nth4 .inner .outer .creditspace {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .result .ranking_2 .nth4 .inner .outer .creditspace {
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .outer .creditspace .vote_number {
    margin-bottom: 10px;
  }
}
.result .ranking_2 .nth4 .inner .outer .creditspace .vote_number div {
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .outer .creditspace .vote_number div {
    font-size: 14px;
  }
  .result .ranking_2 .nth4 .inner .outer .creditspace .vote_number div span {
    font-size: 10px;
  }
}
.result .ranking_2 .nth4 .inner .outer .creditspace h5 {
  /* 文字をはみ出させるための記述 */
  overflow: hidden;
  white-space: nowrap;
  /* 文字がはみ出た時に三点リーダーにする */
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .outer .creditspace h5 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .result .ranking_2 .nth4 .inner .outer .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: 71.3375796178%;
    height: 7.5vw;
  }
  .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: 820px;
    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: 820px;
    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;
  }
}

.itemStaff--scroll li {
  scroll-snap-align: start;
}
@media screen and (max-width: 768px) {
  .itemStaff--scroll li {
    min-width: 150px;
    font-size: 12px;
  }
  .itemStaff--scroll li .height {
    font-size: 11px;
  }
}
@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: 315px;
  }
}
@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: #007A88;
}
.vote .vote_img a {
  display: block;
}

/* .movie
===================================================== */
.movie {
  background-color: #007A88;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
.movie .movieTitle {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
.movie .movieVideo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .movie .movieVideo {
    width: 315px;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieVideo {
    width: 84vw;
    max-width: 315px;
  }
}
.movie .movieText {
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-size: 14px;
  margin-bottom: 15px;
}
.movie .movieBtn {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #007A88;
  border-radius: 999px;
  width: 240px;
  line-height: 50px;
}
.movie .movieBtn a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}/*# sourceMappingURL=ranking.css.map */