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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 読み込み
===================================================== */
/* .wrapper
===================================================== */
.wrapper {
  background-color: #f2f2f2;
  color: #000;
}

/* .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: #6c272d;
  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: #6c272d;
  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: #6c272d;
  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 .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: -webkit-fit-content;
    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
===================================================== */
.sec {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .sec {
    max-width: 1080px;
    padding: 0 40px;
  }
}
.sec .secTitle {
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #6c272d;
  border-top: 1px dotted #6c272d;
  border-bottom: 1px dotted #6c272d;
  font-size: 18px;
  padding: 12px 0;
}
@media screen and (min-width: 769px) {
  .sec .secTitle {
    width: 100%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle {
    width: 84vw;
    margin-bottom: 50px;
  }
}
.sec .item {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid rgba(84, 119, 103, 0.3);
}
@media screen and (min-width: 769px) {
  .sec .item {
    width: 100%;
    padding: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item {
    width: 89.3333333333vw;
    padding: 20px 20px 45px;
  }
}
@media screen and (min-width: 450px) and ( max-width: 768px) {
  .sec .item {
    padding: 90px 20px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item:nth-of-type(-n + 3) .itemRank {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item:nth-of-type(-n + 3) .itemRank {
    width: 100px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item:nth-of-type(n + 4) .itemRank {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item:nth-of-type(n + 4) .itemRank {
    width: 80px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item:nth-of-type(n + 4) .itemData_top {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec .item:nth-of-type(n + 4) .itemData {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec .item:nth-of-type(n + 4) .itemTotal_name {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item:nth-of-type(n + 4) .itemTotal_name {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .item_inner {
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec .item .itemRank {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec .item .itemRank {
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemRank {
    top: -19px;
    left: -7px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemFlex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .sec .item .itemFlex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemImg {
    width: 410px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .sec .item .itemImg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemImg {
    width: 100%;
    max-width: 410px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemData {
    width: 290px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .sec .item .itemData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemData {
    margin-bottom: 45px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemData_top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .sec .item .itemData_top {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec .item .itemTotal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #6c272d;
  margin-bottom: 13px;
}
.sec .item .itemTotal::after {
  content: "";
  display: block;
  background-color: #6c272d;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.sec .item .itemTotal .itemTotal_num {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .item .itemTotal .itemTotal_num {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemTotal .itemTotal_num {
    font-size: 24px;
  }
}
.sec .item .itemTotal .itemTotal_ja {
  display: inline-block;
  font-size: 16px;
  margin-left: 3px;
}
.sec .item .itemTotal_brand {
  color: #6c272d;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  margin-bottom: 2px;
}
.sec .item .itemTotal_name {
  color: #6c272d;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .sec .item .itemTotal_name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemTotal_name {
    margin-bottom: 30px;
  }
}
.sec .item .itemCome .itemComeTitle {
  width: 180px;
  margin-bottom: 15px;
}
.sec .item .itemCome li {
  letter-spacing: 0.05em;
}
.sec .item .itemCome li:first-of-type {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sec .item .itemCome .itemCome_head {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.sec .item .itemCome .itemCome_body {
  line-height: 1.6666666667;
  font-size: 12px;
}
.sec .item .itemStaff {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .sec .item .itemStaff {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dotted #547767;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1080px) {
  .sec .item .itemStaff {
    padding-top: 0;
    margin-top: 45px;
    border-top: none;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemStaff li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemStaff li {
    width: calc((100% - 15px) / 2);
  }
}
.sec .item .itemStaff a {
  display: block;
}
.sec .item .itemStaff .itemStaff_img {
  position: relative;
  overflow: hidden;
  padding-top: 120%;
}
@media screen and (min-width: 769px) {
  .sec .item .itemStaff .itemStaff_img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemStaff .itemStaff_img {
    margin-bottom: 6px;
  }
}
.sec .item .itemStaff .itemStaff_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .sec .item .itemStaff .itemStaff_name {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemStaff .itemStaff_name {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .sec .item .itemStaff .itemStaff_data {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemStaff .itemStaff_data {
    font-size: 11px;
  }
}
.sec .item .itemBtn {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec .item .itemBtn {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemBtn {
    margin-top: 50px;
  }
}
.sec .item .itemBtn .itemCoupon {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -145%);
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  display: none;
}
@media screen and (min-width: 769px) {
  .sec .item .itemBtn .itemCoupon {
    width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemBtn .itemCoupon {
    width: 100%;
    max-width: 295px;
  }
}
.sec .item .itemBtn .itemCoupon::after {
  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%);
}
.sec .item .itemBtn .itemCoupon span {
  display: inline-block;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .sec .item .itemBtn .itemCoupon span {
    font-size: 20px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .sec .item .itemBtn .itemCoupon span {
    font-size: 20px;
    margin-right: 4px;
  }
}
.sec .itemBuy {
  background-color: #6c272d;
  color: #fff;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec .itemBuy {
    width: 240px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec .itemBuy {
    width: 240px;
    line-height: 60px;
  }
}
.sec .itemBuy a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .sec .itemBuy .itemBuy_img {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec .itemBuy .itemBuy_img {
    width: 22px;
  }
}
.sec .itemBuy .itemBuy_text {
  text-transform: uppercase;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .itemBuy .itemBuy_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec .itemBuy .itemBuy_text {
    font-size: 16px;
  }
}

/* #item__1
===================================================== */
#item__1 .itemCoupon {
  background-color: #d95a21;
}
#item__1 .itemCoupon::after {
  border-top: 9px solid #d95a21;
}
#item__1 .itemCoupon span::before {
  display: inline-block;
  content: "1,500";
}

/* #item__2, #item__3
===================================================== */
#item__2 .itemCoupon,
#item__3 .itemCoupon {
  background-color: #219bd9;
}
#item__2 .itemCoupon::after,
#item__3 .itemCoupon::after {
  border-top: 9px solid #219bd9;
}
#item__2 .itemCoupon span::before,
#item__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: #6c272d;
}
.vote .vote_img a {
  display: block;
}

/* .movie
===================================================== */
.movie {
  background-color: #6c272d;
  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: #6c272d;
  border-radius: 999px;
  width: 240px;
  line-height: 50px;
}
.movie .movieBtn a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}/*# sourceMappingURL=ranking.css.map */